#baguetteBox-overlay {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    max-width: 1024px;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

body {
    font-family: "verdana", "Arial", "sans-serif";
    font-size: 0.24rem;
    height: 100%;
    max-width: 1024px;
    margin: 0 auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

a {
    text-decoration: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

select,
input,
textarea,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}












/* ~~~~~~~~~~手机端导航 */
/* ~~~~~~~~~~手机端导航 */
/* ~~~~~~~~~~手机端导航 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.mobile_header {
    position: relative;
    clear: both;
    height: 0.9rem;
}

.mobile_header_top {
    width: 100%;
    height: 0.9rem;
    position: relative;
    z-index: 7;
    background: #fff;
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 0 0.2rem;
}


.mobile_logo {
    width: 2.5rem;
    height: 100%;
}

.mobile_logo a {
    display: block;
    height: 100%;
}

.mobile_logo a span {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.mobile_logo img {
    display: block;
    height: 0.6rem;
    width: auto;
}

.mobile_menu_btn {
    font-size: 0.52rem;
    color: #f26520;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.mobile_search_icon {
    height: 100%;
    font-size: 0.4rem;
    color: #f26520;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.18rem 0 0.2rem;
}

.mobile_lag_icon {
    height: 100%;
    color: #f26520;
    font-size: 0.4rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.mobile_lag_box {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 7;
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
    background: #f3f3f3;
}

.mobile_lag_box .lag_box_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mobile_lag_box a {
    display: block;
    font-size: 0.26rem;
    color: #2c2c2c;
    width: 1.8rem;
    line-height: 0.6rem;
    text-align: center;
    background: #ffffff;
    margin: 0 0.15rem;
}


.mobile_menu_box {
    position: fixed;
    right: -4.2rem;
    top: 0;
    z-index: 8;
    width: 4rem;
    background: #fafafa;
    box-sizing: border-box;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_dl {
    box-sizing: border-box;
    padding: 0.4rem 0.2rem 0.2rem;
}

.mobile_menu_dl dd {
    clear: both;
    margin-bottom: 0.2rem;
}

.mobile_menu_tt {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
}

.mobile_menu_tt .text {
    float: left;
    width: calc(100% - 0.4rem);
    color: #333;
    line-height: 0.36rem;
    text-transform: capitalize;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    width: 0.4rem;
    height: 0.38rem;
    background: url(../images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down {
    display: none;
    box-sizing: border-box;
    padding: 0.08rem 0 0.05rem 0.2rem;
}

.mobile_menu_down a {
    display: block;
    font-size: 0.24rem;
    color: #666666;
    margin-bottom: 0.16rem;
}

.mobile_menu_tt_icon.hover {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #f26520;
}


.mobile_search_box {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 7;
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    box-sizing: border-box;
    padding: 0.02rem;
    border-radius: 0.06rem;
    border: 1px solid #ddd;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.mobile_search_text {
    width: calc(100% - 0.5rem);
    height: 0.56rem;
    box-sizing: border-box;
    padding-left: 0.15rem;
    font-size: 0.2rem;
    border: 0;
    outline: none;
}

.mobile_search_btn_text {
    width: 0.5rem;
    font-size: 0.3rem;
    color: #f26520;
    text-align: center;
    border: none;
    background: none;
    outline: none;
}


.mobile_lag_search_mask,
.mobile_menu_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_menu_mask {
    z-index: 7;
}


/* 邮箱电话 */
/* 邮箱电话 */
.head_email_tel_box {
    padding: 0 0.2rem 0.3rem;
}

.head_email_tel_box .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.head_email_tel_box .item a .iconfont {
    width: 0.5rem;
    font-size: 0.4rem;
    color: #333333;
}

.head_email_tel_box .item a span {
    width: calc(100% - 0.5rem);
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.36rem;
    word-break: break-all;
    padding-top: 0.04rem;
}

.head_email_tel_box > .item:nth-child(2) {
    padding-top: 0.15rem;
}

/* 邮箱电话~~~~~~~~~~~~~~end */
/* 邮箱电话~~~~~~~~~~~~~~end */

/* ~~~~~~~~~~手机端导航~~~~~~~~~~end */
/* ~~~~~~~~~~手机端导航~~~~~~~~~~end */
/* ~~~~~~~~~~手机端导航~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
.public_mobile_body {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.index_banner_box .item a {
    display: block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    background: #d9d9d9;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #f26520;
}

.index_banner_box .owl-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.p_55 {
    padding: 0.55rem 0.18rem 0.55rem;
}

.public_index_title {
    padding-bottom: 0.35rem;
}

.public_index_title a {
    display: block;
}

.public_index_title .tt_01 {
    font-size: 0.4rem;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.public_index_title .tt_02 {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.36rem;
    text-align: center;
    padding-top: 0.10rem;
}

.indBoxOne1 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxOne1 a .img_box {
    width: 50%;
}

.indBoxOne1 a .img_box img {
    width: 100%;
}

.indBoxOne1 a .bottom_box {
    width: 50%;
    padding: 0 0 0 0.1rem;
}

.indBoxOne1 a .bottom_box .tt {
    font-size: 0.24rem;
    color: #f26520;
}

.indBoxOne1 a .bottom_box .text {
    font-size: 0.22rem;
    color: #666666;
    line-height: 0.36rem;
    padding-top: 0.16rem;
}

.public_More_btn {
    display: inline-block;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.54rem;
    background: #f26520;
    text-transform: uppercase;
    padding: 0 0.15rem;
}

.indBoxOne1 a .bottom_box .public_More_btn {
    margin-top: 0.18rem;
}

.indBoxOne2 {
    padding-top: 0.55rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxOne2 .item {
    width: calc((100% - 0.18rem) / 2);
    margin-bottom: 0.18rem;
}

.indBoxOne2 .item a {
    display: block;
    height: 100%;
    background: #2e323b;
}

.indBoxOne2 .item a .img_box {
    border: 1px solid #ccc;
}

.indBoxOne2 .item a .img_box img {
    width: 100%;
}

.indBoxOne2 .item a .bottom_box {
    padding: 0.2rem 0.1rem 0.3rem 0.18rem;
}

.indBoxOne2 .item a .bottom_box .tt {
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.34rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxOne2 .item a .bottom_box .text {
    font-size: 0.22rem;
    color: #ffffff;
    line-height: 0.36rem;
    padding-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBoxTwo {
    background: url(../images/index_06.jpg) repeat;
}

.indBoxTwo1 a {
    display: block;
}

.indBoxTwo1 .img_box {
    position: relative;
    text-align: right;
}

.indBoxTwo1 .img_box .img_01 {
    width: 70%;
}

.indBoxTwo1 .img_box .img_02 {
    width: 46%;
    position: absolute;
    left: 0;
    top: 0.5rem;
    max-width: 100%;
}

.indBoxTwo1 .bottom_box {
    padding-top: 0.4rem;
}

.indBoxTwo1 .bottom_box .tt {
    font-size: 0.28rem;
    color: #f26520;
}

.indBoxTwo1 .bottom_box .text {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.38rem;
    padding-top: 0.18rem;
}

.indBoxTwo1 .bottom_box .public_More_btn {
    margin-top: 0.18rem;
}

.indBoxThree {
    background: url(../images/index_09.jpg) no-repeat center center / cover;
}

.indBoxThree1 .item {
    padding: 0.18rem 0;
}

.indBoxThree1 .item .number {
    font-size: 0.40rem;
    color: #ffffff;
    text-align: center;
}

.indBoxThree1 .item .text {
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.36rem;
    text-align: center;
    padding-top: 0.1rem;
}

.indBoxFour {
    background: url(../images/index_10.jpg) no-repeat center center / cover;
}

.indBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFour1 .item {
    width: calc((100% - 0.18rem) / 2);
}

.indBoxFour1 .item img {
    width: 100%;
}

.indBoxFour2 {
    padding-top: 0.4rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFour2 .item {
    width: calc((100% - 0.18rem) / 2);
    margin-bottom: 0.18rem;
    background: #ffffff;
    padding: 0.26rem 0.18rem 0.22rem;
}

.indBoxFour2 .item .number {
    font-size: 0.28rem;
    color: #ffffff;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 auto;
    background: #f26520;
    border-radius: 50%;
    text-align: center;
}

.indBoxFour2 .item .tt {
    font-size: 0.24rem;
    color: #f26520;
    text-align: center;
    padding-top: 0.15rem;
}

.indBoxFour2 .item .text {
    font-size: 0.22rem;
    color: #333;
    text-align: center;
    line-height: 0.34rem;
    padding-top: 0.1rem;
}

.indBoxFour .public_index_title .tt_01 {
    color: #f26520;
}

.indBoxFive1 .item {
    margin-bottom: 0.34rem;
}

.indBoxFive1 .item a {
    display: block;
}

.indBoxFive1 .item a .img_box img {
    width: 100%;
}

.indBoxFive1 .item a .bottom_box {
    padding: 0.26rem 0.18rem 0.35rem;
    background: #eaeaea;
}

.indBoxFive1 .item a .bottom_box .tt {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.38rem;
}

.indBoxFive1 .item a .bottom_box .text {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.36rem;
    padding-top: 0.15rem;
}

.indBoxSix {
    background: url(../images/index_16.jpg) no-repeat center center / cover;
}

.indBoxSix1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxSix1 .item {
    width: calc((100% - 0.18rem) / 2);
}

.indBoxSix1 .item a {
    display: block;
}

.indBoxSix1 .item a .img_box img {
    width: 100%;
}

.indBoxSix1 .item a .bottom_box {
    background: #ffffff;
    padding: 0.26rem 0.18rem 0.35rem;
}

.indBoxSix1 .item a .bottom_box .tt {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.34rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxSix1 .item a .bottom_box .date {
    font-size: 0.24rem;
    color: #333;
    padding-top: 0.1rem;
}

.indBoxSix1 .item a .bottom_box .text {
    font-size: 0.22rem;
    color: #666;
    line-height: 0.34rem;
    padding-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBoxSeven {
    background: #f26520;
}

.indBoxSeven1 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.18rem 0 0.18rem;
}

.indBoxSeven1 .item .iconfont {
    width: 0.8rem;
    height: 0.5rem;
    line-height: 0.52rem;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    background: url(../images/index_19.png) no-repeat left top / cover;
    padding-right: 0.1rem;
    margin-top: 0.05rem;
}

.indBoxSeven1 .item .right_box {
    width: calc(100% - 0.8rem);
    padding-left: 0.18rem;
}

.indBoxSeven1 .item .right_box .tt {
    font-size: 0.24rem;
    color: #ffffff;
}

.indBoxSeven1 .item .right_box a {
    display: block;
    font-size: 0.24rem;
    color: #ffffff;
    padding-top: 0.1rem;
}

/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~foot,css */
.public_foot_top {
    background: #1c1f26;
}

.foot_top_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.foot_top_01 a {
    display: block;
    font-size: 0.3rem;
    color: #ffffff;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 50%;
    text-align: center;
    margin: 0 0.12rem;
}

.foot_top_01 > a:nth-child(1) {
    background: #6588ce;
}

.foot_top_01 > a:nth-child(2) {
    background: #28c5f7;
}

.foot_top_01 > a:nth-child(3) {
    background: #e65c3d;
}

.foot_top_01 > a:nth-child(4) {
    background: #e74c3b;
}

.foot_top_01 > a:nth-child(5) {
    background: #3b9bdc;
}

.foot_top_02 {
    padding-top: 0.4rem;
}

.foot_top_02_form .tt_box {
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    padding-bottom: 0.34rem;
}

.foot_top_02_form .item {
    margin-bottom: 0.18rem;
}

.foot_top_02_form .item input {
    font-family: "verdana", "Arial", "sans-serif";
    font-size: 0.24rem;
    color: #ffffff;
    width: 100%;
    height: 0.62rem;
    border: none;
    background: rgba(255,255,255,0.1);
    padding: 0 0.18rem 0 0.26rem;
}

.foot_top_02_form .item textarea {
    font-family: "verdana", "Arial", "sans-serif";
    font-size: 0.24rem;
    color: #ffffff;
    width: 100%;
    height: 1.3rem;
    background: rgba(255,255,255,0.1);
    border: none;
    resize: none;
    padding: 0.18rem 0.18rem 0.18rem 0.26rem;
}

.foot_top_02_form .btn_box button {
    font-family: "verdana", "Arial", "sans-serif";
    font-size: 0.24rem;
    color: #ffffff;
    width: 100%;
    height: 0.6rem;
    background: #f26520;
    border: none;
}

.public_foot_bot {
    background: #16181e;
}

.foot_bot_w {
    padding: 0.18rem 0.18rem;
}

.foot_bot_01 {
    width: 100%;
    font-size: 0.24rem;
    color: #808080;
    text-align: center;
    line-height: 0.34rem;
}

.foot_bot_02 {
    width: 100%;
    font-size: 0.24rem;
    color: #808080;
    text-align: center;
    padding-top: 0.1rem;
}

.foot_bot_02 a {
    color: #888888;
}

/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~foot nav,css */
/* ~~~~~~~~~~~~~foot nav,css */
/* ~~~~~~~~~~~~~foot nav,css */
.foot_nav_box {
    height: 1rem;
    background: #f26520;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_nav_box .item {
    width: calc(100% / 4);
}

.foot_nav_box .item a {
    display: block;
    height: 100%;
}

.foot_nav_box .item a .iconfont {
    font-size: 0.4rem;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 0.1rem 0 0.04rem;
}

.foot_nav_box .item a .text {
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

/* ~~~~~~~~~~~~~foot nav,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~foot nav,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~foot nav,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~about,css */
.SubPage_banner {
    height: 2rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.SubPage_banner img {
    width: auto;
    height: 100%;
    max-width: none;
}

.SubPage_crumbs {
    background: #f0f0f0;
    padding: 0.14rem 0.18rem 0.14rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs .iconfont {
    width: 0.45rem;
    font-size: 0.32rem;
    color: #f26520;
}

.SubPage_crumbs .crumbs_a {
    width: calc(100% - 0.45rem);
    font-size: 0.22rem;
    color: #333;
    padding-top: 0.04rem;
}

.SubPage_crumbs .crumbs_a a {
    color: #333;
}

.aboBoxOne {
    background: #ffffff;
}

.aboBoxOne .main_title {
    font-size: 0.34rem;
    color: #f26520;
    line-height: 0.46rem;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0.34rem;
}

.aboBoxOne .sub_about img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.aboBoxOne .sub_about .mainbox {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.38rem;
}

.aboBoxOne .sub_about .mainbox .main01 {
    padding-bottom: 0.4rem;
}

.aboBoxOne .sub_about .mainbox .main01 .text01 {
    padding-top: 0.18rem;
}

.aboBoxOne .sub_about .mainbox .main01 .text02 {
    padding: 0.26rem 0 0.18rem;
}

.aboBoxOne .sub_about .mainbox .main02 {
    background: #ef7c43;
    padding: 0.34rem 0.18rem 0.34rem;
}

.aboBoxOne .sub_about .mainbox .main02 .title {
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    padding-bottom: 0.26rem;
}

.aboBoxOne .sub_about .mainbox .main02 ul dl {
    padding-bottom: 0.26rem;
    color: #ffffff;
}

.aboBoxOne .sub_about .mainbox .main02 ul dl dt {
    padding-bottom: 0.1rem;
}

.aboBoxOne .sub_about .mainbox .main03 {
    display: none;
}

.aboBoxOne .sub_about .mainbox .main05 {
    padding: 0.4rem 0 0.4rem;
}

.aboBoxOne .sub_about .mainbox .main05 .main_L {
    width: 100%!important;
    padding-bottom: 0.18rem;
}

.aboBoxOne .sub_about .mainbox .main05 .main_L div {
    font-size: 0.24rem!important;
    line-height: 0.38rem!important;
}

.aboBoxOne .sub_about .mainbox .main05 .main_R {
    width: 100%!important;
}

.aboBoxOne .sub_about iframe {
    width: 100%!important;
    height: 2.8rem;
}

/* ~~~~~~~~~~~~~about,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~products,css */
.public_subPage_title {
    padding-bottom: 0.35rem;
}

.public_subPage_title .tt_01 {
    font-size: 0.34rem;
    color: #f26520;
    text-align: center;
    text-transform: uppercase;
}

.proBoxOne1 {
    padding-bottom: 0.18rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.proBoxOne1 .item {
    width: calc((100% - 0.18rem) / 2);
    padding-bottom: 0.25rem;
}

.proBoxOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.proBoxOne1 .item a .round {
    width: 0.12rem;
    height: 0.12rem;
    background: #555;
    border-radius: 50%;
    margin-top: 0.09rem;
}

.proBoxOne1 .item a span {
    width: calc(100% - 0.12rem);
    font-weight: 700;
    font-size: 0.22rem;
    color: #555;
    padding-left: 0.15rem;
}

.proBoxOne2 .item {
    margin-bottom: 0.34rem;
}

.proBoxOne2 .item a {
    display: block;
    border: 1px solid #cccccc;
    padding: 0.18rem 0.18rem 0.34rem;
}

.proBoxOne2 .item a .img_box img {
    width: 100%;
}

.proBoxOne2 .item a .bottom_box {
    padding: 0.28rem 0 0;
}

.proBoxOne2 .item a .bottom_box .tt {
    font-size: 0.28rem;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.proBoxOne2 .item a .bottom_box .text {
    font-size: 0.24rem;
    color: #555;
    line-height: 0.38rem;
    padding-top: 0.18rem;
}

.proBoxOne2 .item a .bottom_box .public_More_btn {
    margin-top: 0.18rem;
    padding: 0 0.34rem;
}

.proBoxOne3 {
    padding-top: 0.18rem;
}

.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-size: 0.24rem;
    color: #ffffff;
    width: 0.55rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    background: #202427;
    margin: 0 0.08rem;
}

.public_paging a.prev,
.public_paging a.next {
    width: 0.9rem;
}

.public_paging a.hover {
    background: none;
    color: #202427;
}

/* ~~~~~~~~~~~products,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~products,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~products,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~pro_detail,css */
.pro_deOne1 {
    border: 1px solid #ccc;
}

.pro_deOne1 .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.pro_deOne2 {
    padding-top: 0.26rem;
}

.pro_deOne2 .big_tt {
    font-size: 0.28rem;
    color: #333;
}

.pro_deOne2 dl {
    padding-top: 0.26rem;
}

.pro_deOne2 dl dd {
    padding: 0.15rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne2 dl dd div {
    width: calc((100% - 0.18rem) / 2);
    font-size: 0.22rem;
    color: #333;
    line-height: 0.36rem;
}

.pro_deOne2 dl > dd:nth-child(odd) {
    background: #f0f0f0;
}

.pro_deOne2 .help_text {
    font-size: 0.22rem;
    color: #999;
    padding-top: 0.26rem;
}

.pro_deOne2 .help_text span {
    color: #f26520;
}

.pro_deOne2 .btn_box {
    padding-top: 0.26rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne2 .btn_box a {
    width: calc((100% - 0.18rem) / 2);
    height: 0.6rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deOne2 .btn_box a .iconfont {
    font-size: 0.4rem;
    color: #ffffff;
}

.pro_deOne2 .btn_box a span {
    font-size: 0.24rem;
    color: #ffffff;
    padding-left: 0.1rem;
}

.pro_deOne2 .btn_box > a:nth-child(1) {
    background: #f26520;
}

.pro_deOne2 .btn_box > a:nth-child(2) {
    background: #323232;
}

.pro_deOne2 .share_box {
    padding-top: 0.26rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne2 .share_box .share_text {
    font-size: 0.24rem;
    color: #333;
    padding-right: 0.1rem;
}

.pro_deBoxTwo {
    padding: 0 0.18rem;
}

.pro_deTwo1 .item a {
    display: block;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    background: #323232;
    padding: 0.2rem 0.18rem;
}

.pro_deTwo1 .item.hover a {
    background: #f26520;
}

.pro_deThree1 {
    padding: 0.4rem 0.18rem;
    background: #f26520;
}

.pro_deThree1 .mainbox01 dl dt {
    font-size: 0.34rem;
    color: #ffffff;
}

.pro_deThree1 .mainbox01 dl dd {
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.38rem;
    padding: 0.18rem 0;
}

.pro_deThree1 .mainbox01 .pic img {
    width: 100%;
}

.pro_deThree2 {
    margin: 0.34rem 0 0.34rem;
}

.pro_deThree2 table {
    width: 100%!important;
}

.pro_deThree2 table tr td {
    font-size: 0.24rem!important;
    color: #999999;
    padding: 0.18rem 0.1rem 0.18rem 0.26rem;
    border: 1px solid #999999!important;
}

.pro_deThree3 .title_big {
    font-size: 0.34rem;
    color: #f26520;
    text-align: center;
    padding-bottom: 0.18rem;
}

.pro_deThree3 .main .text {
    font-size: 0.24rem!important;
    color: #666666;
    line-height: 0.4rem;
}

.pro_deThree3 .main .text span {
    font-size: 0.24rem!important;
}

.pro_deThree3 .main .pic img {
    width: 100%;
}

.pro_deThree4 {
    margin-top: 0.34rem;
}

.pro_deThree4 .title_big {
    font-size: 0.34rem;
    color: #f26520;
    text-align: center;
    padding-bottom: 0.34rem;
}

.pro_deThree4 p img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.pro_deThree5 {
    margin-top: 0.34rem;
}

.pro_deThree5 .title_big {
    font-size: 0.34rem;
    color: #f26520;
    text-align: center;
}

.pro_deThree5 span {
    font-size: 0.24rem!important;
    color: #666666;
    line-height: 0.38rem;
}

.pro_deThree6 {
    margin-top: 0.34rem;
}

.pro_deThree6 .module_tt {
    font-size: 0.34rem;
    color: #f26520;
    text-align: center;
    padding-bottom: 0.34rem;
}

.pro_deThree6_01 {
    background: #2e323b;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deThree6_01 .iconfont {
    font-size: 0.45rem;
    color: #ffffff;
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    background: #f26520;
}

.pro_deThree6_01 span {
    width: calc(100% - 0.7rem);
    font-size: 0.22rem;
    color: #ffffff;
    padding: 0 0.1rem 0 0.24rem;
}

.pro_deThree6_form {
    padding-top: 0.26rem;
}

.pro_deThree6_form .item {
    margin-bottom: 0.18rem;
}

.pro_deThree6_form .item .input_tt {
    font-size: 0.24rem;
    color: #333;
    padding-bottom: 0.1rem;
}

.pro_deThree6_form .item .input_tt span {
    color: #f26520;
}

.pro_deThree6_form .item input {
    font-family: "verdana", "Arial", "sans-serif";
    width: 100%;
    height: 0.6rem;
    border: solid 1px #ccc;
    background: #f0f0f0;
    padding: 0 0.18rem 0 0.26rem;
}

.pro_deThree6_form .item ::-webkit-input-placeholder {
    font-family: "verdana", "Arial", "sans-serif";
    font-size: 0.22rem;
}

.pro_deThree6_form .item textarea {
    font-family: "verdana", "Arial", "sans-serif";
    width: 100%;
    height: 1.3rem;
    border: solid 1px #ccc;
    background: #f0f0f0;
    resize: none;
    padding: 0.18rem 0.18rem 0.18rem 0.26rem;
}

.pro_deThree6_form .btn_box button {
    border: none;
}

/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~case,css */
.casBoxOne1 .item {
    border-bottom: 1px dashed #f0f0f0;
}

.casBoxOne1 .item a {
    display: block;
    padding: 0.34rem 0 0.34rem;
}

.casBoxOne1 .item a .img_box img {
    width: 100%;
}

.casBoxOne1 .item a .bottom_box {
    padding: 0.26rem 0 0;
}

.casBoxOne1 .item a .bottom_box .tt {
    font-size: 0.28rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.casBoxOne1 .item a .bottom_box .text {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.38rem;
    padding-top: 0.18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.casBoxOne2 {
    padding-top: 0.34rem;
}

/* ~~~~~~~~~~~~~~case,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case,css~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~~~case_det,css */
/* ~~~~~~~~~~~~~~~case_det,css */
/* ~~~~~~~~~~~~~~~case_det,css */
.cas_deOne1 {
    padding-bottom: 0.34rem;
    border-bottom: 1px solid #d9d9d9;
}

.cas_deOne1 .big_tt {
    font-size: 0.28rem;
    color: #444;
    text-align: center;
}

.cas_deOne1_01 {
    padding-top: 0.26rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cas_deOne1_01 .item {
    font-size: 0.24rem;
    color: #666666;
    padding: 0 0.15rem;
}

.cas_deOne2 {
    padding: 0.4rem 0 0.4rem;
}

.cas_deOne2 div {
    text-align: left!important;
}

.cas_deOne2 span {
    font-size: 0.24rem!important;
    color: #444!important;
    line-height: 0.36rem!important;
}

.cas_deOne2 img {
    width: 100%!important;
    height: auto!important;
    max-width: 100%;
}

.cas_deOne2 table {
    width: 100%;
}

.cas_deOne2 table tr td {
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    padding: 0.14rem 0.1rem 0.14rem;
    border: 1px solid #999999;
}

.cas_deOne2 iframe {
    width: 100%!important;
    height: 2.8rem;
}

.cas_deOne3 {
    padding-top: 0.34rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne3 .share_text {
    font-size: 0.24rem;
    color: #444;
    padding-right: 0.1rem;
}

.cas_deOne4 {
    padding-top: 0.4rem;
}

.cas_deOne4 .item {
    padding-bottom: 0.18rem;
}

.cas_deOne4 .item a {
    display: block;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.cas_deOne4 .item a span {
    font-weight: 700;
}

/* ~~~~~~~~~~~~~~~case_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~case_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~case_det,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~~~news,css */
.newBoxOne1 .item {
    border-bottom: 1px dashed #f0f0f0;
}

.newBoxOne1 .item a {
    display: block;
    padding: 0.34rem 0 0.34rem;
}

.newBoxOne1 .item a .img_box img {
    width: 100%;
}

.newBoxOne1 .item a .bottom_box {
    padding: 0.26rem 0 0;
}

.newBoxOne1 .item a .bottom_box .date {
    font-size: 0.24rem;
    color: #666;
}

.newBoxOne1 .item a .bottom_box .tt {
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.44rem;
    padding-top: 0.18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxOne1 .item a .bottom_box .text {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.38rem;
    padding-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newBoxOne2 {
    padding-top: 0.34rem;
}

/* ~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~~news_det,css */
/* ~~~~~~~~~~~~~~news_det,css */
/* ~~~~~~~~~~~~~~news_det,css */
.cas_deOne2 ul {
    background-color: transparent!important;
}

/* ~~~~~~~~~~~~~~news_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_det,css~~~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~~~faq,css */
.faqBoxOne1 .item {
    padding: 0.52rem 0 0.52rem;
    border-bottom: 1px solid #f0f0f0;
}

.faqBoxOne1 .item a {
    display: block;
}

.faqBoxOne1 .item .problem_box {
    padding-bottom: 0.18rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.faqBoxOne1 .item .problem_box .img_box {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    overflow: hidden;
}

.faqBoxOne1 .item .problem_box .img_box img {
    width: 100%;
}

.faqBoxOne1 .item .problem_box .right_box {
    position: relative;
    width: calc(100% - 1.4rem);
}

.faqBoxOne1 .item .problem_box .right_box::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0;
    -ms-transform: translate(-99%, 0);
    -webkit-transform: translate(-99%, 0);
    transform: translate(-99%, 0);
    width: 0;
    height: 0;
    border-width: 0.14rem;
    border-style: solid;
    border-color: transparent;
    border-right-color: #f0f0f0;
}

.faqBoxOne1 .item .problem_box .right_box .text_box {
    font-weight: 700;
    font-size: 0.24rem;
    color: #444;
    line-height: 0.36rem;
    background: #f0f0f0;
    padding: 0.15rem 0.15rem 0.15rem 0.26rem;
    border-radius: 5px;
}

.faqBoxOne1 .item .answer_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.faqBoxOne1 .item .answer_box .img_box {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    overflow: hidden;
}

.faqBoxOne1 .item .answer_box .img_box img {
    width: 100%;
}

.faqBoxOne1 .item .answer_box .left_box {
    position: relative;
    width: calc(100% - 1.4rem);
}

.faqBoxOne1 .item .answer_box .left_box::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    right: 0;
    -ms-transform: translate(99%, 0);
    -webkit-transform: translate(99%, 0);
    transform: translate(99%, 0);
    width: 0;
    height: 0;
    border-width: 0.14rem;
    border-style: solid;
    border-color: transparent;
    border-left-color: #f0f0f0;
}

.faqBoxOne1 .item .answer_box .left_box .text_box {
    font-size: 0.24rem;
    color: #555;
    line-height: 0.36rem;
    background: #f0f0f0;
    padding: 0.15rem 0.15rem 0.15rem 0.26rem;
    border-radius: 5px;
}

.faqBoxOne2 {
    padding-top: 0.52rem;
}

/* ~~~~~~~~~~~~~~~faq,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~faq,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~faq,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~contact us,css */
/* ~~~~~~~~~~~~contact us,css */
/* ~~~~~~~~~~~~contact us,css */
.contBoxOne1 .main_L {
    font-size: 0.24rem;
    color: #000000;
}

.contBoxOne1 .main_L .company {
    padding-bottom: 0.18rem;
}

.contBoxOne1 .main_L .company span {
    font-size: 0.24rem!important;
}

.contBoxOne1 .main_L .tel {
    padding-bottom: 0.18rem;
}

.contBoxOne1 .main_L .tel .title01 {
    font-size: 0.24rem;
    color: #f26520;
}

.contBoxOne1 .main_L .tel .title02 {
    font-size: 0.24rem;
    color: #333;
}

.contBoxOne1 .main_L a {
    font-size: 0.24rem;
    color: #000000;
}

.contBoxOne1 .main_L .skype span {
    font-size: 0.24rem!important;
    color: #000000!important;
}

.contBoxOne2 {
    padding-top: 0.26rem;
}

.contBoxOne2 img {
    width: 100%;
}

.contBoxOne3 {
    padding-top: 0.55rem;
}

/* ~~~~~~~~~~~~contact us,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~contact us,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~contact us,css~~~~~~~~~~~end */