@CHARSET "UTF-8";
/*base style for css file*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, figure, figcaption, article, aside, footer, header, section, footer, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "微软雅黑", "Hiragino Sans GB", Arial, Helvetica, sans-serif;

}

table, caption, tbody, tfoot, thead, tr, th, td {
    /*border-collapse:collapse;8*/
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "微软雅黑", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}

ul, ol {
    list-style: none;
}
/*input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #fff; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #fff; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #fff; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #fff; 
} */

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/*remember to define focus styles!*/
:focus {
    outline: 0;
}

/*remember to highlight inserts somehow!*/
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/*tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #414141;
}

a:hover {
    text-decoration: none;
}

/*公用部分*/
body {
    font-size: 14px;
    background: #fff;
    color: #333;
}

/*页面宽度*/
.comWidth {
    width: 1120px;
    margin: 0 auto;
}

/*右浮动*/
.fr {
    float: right;
}

/*左浮动*/
.fl {
    float: left;
}

/*清除浮动*/
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '.';
}

.clearfix {
    zoom: 1;
}


/**********************************************************************************************/
.w12{max-width: 1200px;margin: auto;}
.pt{padding-top: 50px;}
.pb{padding-bottom: 50px;}
.topbg{background: #666666;line-height: 30px;height: 30px;}
.top{display: flex;justify-content: space-between;}
.top .top_l{font-size: 14px;color: #fff;}
.top .top_r{font-size: 14px;color: #fff;display:flex;justify-content:space-between;width: 380px;}
.top .top_r a{font-size: 14px;color: #fff;}
.top .top_r a img{margin-right: 6px;}


.head{}
.head .logo{float: left;margin: 20px 0;}
.head .logo img{display: block;height: 60px;}
.head_r{float: right;display: flex;margin: 20px 0;}
.head_r .head_rx h3{color: #14bbb3;font-size: 20px;line-height: 1;margin-bottom: 4px;}
.head_r .head_rx .ss{display: flex;/* margin-top: 12px; */}
.head_r .head_rx .ss input{box-sizing: border-box;border: 1px solid #e5e5e5;color: #b6b5b5;width: 215px;height: 38px;line-height: 38px;padding: 0 15px;}
.head_r .head_rx .ss .submit{box-sizing: border-box;border: 0;color: #fff;width: 100px;height: 38px;line-height: 38px;padding: 0px;background: #79838a;}
.head_r .head_ewm{width: 60px;border: 1px solid #cccccc;margin-left: 18px;}
.head_r .head_ewm img{width: 100%;display: block;}
.navbg{background: #14bbb3;}


.navbg ul{display: flex;flex-wrap: wrap;}
.navbg ul li{font-size: 15px;color: #fff;width: 12.5%;text-align: center; position: relative;height: 36px;line-height: 36px;display: flex;align-items: center;}
.navbg ul li a{font-size: 15px;color: #fff;display: block;width: 100%;}
.navbg ul li a:after{background: #8addd9;content: '';display: block;width: 1px;height: 16px;position: absolute;top: 50%;right: 0;margin-top: -8px}
.navbg ul li:last-child a:after{display: none;}
.navbg ul li:hover{background: #79838a;}
.navbg ul li:hover a:after{display: none;}
.navbg ul li.on>a{background: #79838a;}
.navbg ul li.on>a:after{display: none;}
.navbg ul li dl{width: 100%;position: absolute;left: 0;top: 36px;display: none; background: rgba(20,187,179,0.8);z-index: 10;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.navbg ul li dl dd a{font-size: 14px; border: 0;padding: 0;margin: 0;text-align: center;line-height: 40px;border-bottom: 1px dotted #b0e5e2;color: #fff !important;}
.navbg ul li:hover dl{display: block;}
.navbg ul li dl dd:hover{background: #79838a;} 

.banner img{display: block;width: 100%;}
.banner .swiper-pagination{font-size: 0;bottom: 40px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}
.banner .swiper-pagination-bullet{width: 10px;height: 10px;opacity: 1;background: #fff;border-radius: 50%;border: 1px solid #fff;}
.banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0);opacity: 1;position: relative;border: 1px solid #14bbb3;}
.banner .swiper-pagination-bullet-active:after{content: '';display: block;width: 6px;height: 6px;background: #14bbb3;border-radius: 50%;position: absolute;top: 2px;left: 2px;}


.index_top{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index_top h3{font-size: 32px;line-height: 1;display: flex;align-items: center;color:#79838a;}
.index_top h3 span{font-size: 24px;line-height: 30px;margin-left: 20px;}
.index_top ul{display: flex;}
.index_top ul li{margin-left: 1px;width: 130px;line-height: 42px;background: #79838a;color: #fff;text-align: center;font-size: 16px;}
.index_top ul li a{color: #fff;}
.index_top ul li:hover{background: #14bbb3;cursor: pointer;}
.index_top ul li.on{background: #14bbb3;}

.index_pro{margin-top: 40px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.index_pro ul{display: flex;flex-wrap: wrap;justify-content: space-between;width: 49.3%;}
.index_pro ul li{width: 48.8%;position: relative;margin-bottom: 2.4%;}
.index_pro ul:nth-child(1) li:first-child{width: 100%;}
.index_pro ul li .img{overflow: hidden;}
.index_pro ul li .img img{width: 100%;display: block;transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.index_pro ul li:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.index_pro ul li .tit{font-size: 14px;color: #666; position: absolute;left: 0;bottom: 0;width: 100%;box-sizing: border-box;line-height: 40px;padding: 0 15px;background:url(../images/j.png)no-repeat center right 15px #f2f2f2;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index_pro ul li:hover .tit{background:url(../images/jon.png)no-repeat center right 15px #14bbb3; color: #fff}

.index_pro ul:nth-child(2) li:last-child{width: 100%;}

.index2bg{background: url(../images/index7.jpg)no-repeat center;background-size: cover;}
.index_tit{text-align: center;}
.index_tit h4{font-size: 26px;color: #666;text-transform: uppercase;}
.index_tit h3{font-size: 36px;color: #333;}
.index_tit h3 span{color: #14bbb3;}
.index2{background: url(../images/index24.png)no-repeat center;background-size: cover;margin: 30px auto;}
.index2 ul{display: flex;flex-wrap: wrap; justify-content: space-between;width: 96.5%;margin: auto;}
.index2 ul li{width: 26.25%;margin-top: 10px;}
.index2 ul li .sz{font-size: 48px;color: #14bbb3;font-weight: bold;height: 32px;overflow: hidden;line-height: 1;}
.index2 ul li .tit{font-size: 20px;color: #333;font-weight: bold;line-height: 1;margin: 10px 0 18px;}
.index2 ul li .js{font-size: 14px;color: #666;line-height: 2;}
.index2 ul:nth-child(2){margin-top: 85px;}
.index2bg a{width: 308px;height: 62px;line-height: 62px;display: flex;justify-content: center;align-items: center; margin: auto;border: 2px solid #333;font-size: 26px;color: #14bbb3;}
.index2bg a img{margin-right: 20px;}

.index_case{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 40px;}
.index_casel{width: 26%;}
.index_casel li{height: 106px;margin-bottom: 2px;text-align: center; background: #7d8383;}
.index_casel li .zw{font-size: 16px;color: #fff;line-height: 26px;padding-top: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index_casel li .yw{font-size: 14px;color: #dbdbdb;line-height: 24px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index_casel li:hover{background: #14bbb3;}
.index_casel li.on{background: #14bbb3;}
.index_caser{width: 72.8%;}
.index_caser ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index_caser ul li{width: 49.2%;position: relative;margin-bottom: 1.2%;}
.index_caser ul li img{width: 100%;display: block;}
.index_caser ul li .nrbg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(20,187,179,0.8);opacity: 0;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.index_caser ul li .nrbg .nr{text-align: center;}
.index_caser ul li .nrbg .nr .tit{font-size: 16px;color: #fff;position: relative;line-height: 26px;padding-bottom: 10px;margin-bottom: 30px;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.index_caser ul li .nrbg .nr .tit:after{content: '';display: block;width: 46px;height: 1px;background: #fff;position: absolute;bottom: 0;left: 50%;margin-left: -23px;}
.index_caser ul li .nrbg .nr .des{font-size: 14px;color: #fff;line-height: 24px;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.index_caser ul li:hover .nrbg{opacity: 1;}
.index_caser ul li:hover .nrbg .nr .tit{margin-bottom: 10px;}

.index4bg{background: url(../images/index12.jpg)no-repeat center;background-size: cover;}
.index4{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 15px;}
.index4 dl{width: 23.33%;background: #fafafa;text-align: center;padding: 40px 0;margin-top: 2.22%;display: flex;flex-wrap: wrap;align-content: center;align-items: center;}
.index4 dl dt{width: 100px;height: 100px;border: 1px solid #f3f3f3;border-radius: 50%; margin: auto;display: flex;justify-content: center;align-items: center;}
.index4 dl dt .s1{display: block;}
.index4 dl dt .s2{display: none;}
.index4 dl dt p{background: #f3f3f3;border-radius: 50%;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.index4 dl dd{width: 100%;}
.index4 dl .tit{font-size: 16px;color: #333;line-height: 1;margin:20px 0 15px;font-weight: bold;}
.index4 dl .js{font-size: 14px;color: #666;line-height: 26px;padding: 0 30px;}
.index4 dl:hover{box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.index4 dl:hover dt{border: 1px solid #14bbb3;}
.index4 dl:hover dt .s1{display: none;}
.index4 dl:hover dt .s2{display: block;}
.index4 dl:hover dt p{background: #14bbb3;}
.index4 dl:hover .tit{color: #14bbb3;}
.index4 dl:hover .js{color: #14bbb3;}

.index5{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top:30px;}
.index5 li{width: 32.5%;background: #f7f7f7;text-align: center;padding-top: 45px;}
.index5 li .tit{font-size: 24px;color: #333;line-height: 1;margin-bottom: 20px;}
.index5 li .des{font-size: 14px;color: #666;line-height: 24px;padding: 0 40px;}
.index5 li a{font-size: 14px;color: #666;display: block;width: 110px;line-height: 30px;background: #f7f7f7;margin:15px auto 50px;border-radius: 15px;}
.index5 li a:hover{background: #14bbb3;color: #fff;}
.index5 li .img{overflow: hidden;}
.index5 li .img img{width: 100%;display: block;transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.index5 li:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}

.index6bg{background: url(../images/index16.jpg)no-repeat center;background-size: cover;position: relative;}
.index6bg:after{content: '';display: block;width: 100%;height: 1px;background: #333;position: absolute;top: 335px;left: 0;}
.index6{display: flex;justify-content: space-between;padding-top: 90px;position: relative;z-index: 1;}
.index6 li{width: 12.5%;text-align: center;cursor: pointer;}
.index6 li .sz{font-size: 24px;color: #fff;margin: 10px auto;background: #79838a;width: 50px;height: 50px;border-radius: 50%;line-height: 50px;}
.index6 li .tit{font-size: 16px;color: #333;line-height: 1;}
.index6 li .quan{width: 13px;height: 13px;border: 1px solid #333;border-radius: 50%;margin:20px auto;position: relative;}
.index6 li .quan:after{content: '';display: block; width: 7px;height: 7px;background: #333; border-radius: 50%;margin: 3px;}
.index6 li .des{font-size: 14px;color: #666;line-height: 24px;}
.index6 li:nth-child(2n){display: flex;flex-wrap: wrap;flex-direction: column-reverse;margin-top: 38px;}
.index6 li:hover .sz{background: #14bbb3;}
.index6 li:hover .tit{color: #14bbb3;}
.index6 li:hover .quan{border: 1px solid #14bbb3;}
.index6 li:hover .quan:after{background: #14bbb3;}
.index6 li:hover .des{color: #14bbb3;}

.index_news{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 10px;margin-bottom: 15px;}
.index_news li{width: 48.75%;padding: 20px 25px;box-sizing: border-box;background: #f7f7f7;margin-top: 2.5%;display: flex;justify-content: space-between;align-items: center;}
.index_news li .img{width: 28.5%;overflow: hidden;}
.index_news li .img img{width: 100%;display: block;transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.index_news li:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.index_news li .nrjj{width: 67%;position: relative;}
.index_news li .nrjj .tit{font-size: 16px; color: #333;line-height: 26px;margin-bottom: 7px;padding-top: 10px;border-top: 1px solid #e2e2e2; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index_news li .nrjj .tit:after{content: '';display: block;width: 20px;height: 3px;background: #14bbb3;position: absolute;top: -2px;left: 50%;margin-left: -10px;}
.index_news li .nrjj .des{font-size: 14px; color: #747474;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index_news li:hover{box-shadow: 0px 0px 10px rgba(0,0,0,0.1);background: #fff;}
.index_news li:hover .nrjj .tit{color: #14bbb3;}

.main{display: flex;justify-content: space-between;}
.main_l{width: 21.7%;}
.main1{border: 1px solid #e5e5e5;border-left: 8px solid #14bbb3;margin-bottom: 30px;}
.main1 .title{background: url(../images/news1.png)no-repeat center;padding:30px 0 35px 80px;}
.main1 .title .yw{font-size: 16px;color: #333;font-weight: bold;}
.main1 .title .zw{font-size: 20px;color: #333;font-weight: bold;}
.main1 .xjlm li{line-height: 49px;border-top: 1px solid #e5e5e5;padding-left: 50px;font-size: 15px;color: #333;position: relative;}
.main1 .xjlm li:before{content: '';display: block;width: 6px;height: 6px;border: 2px solid #d8d8d8;border-radius: 50%;position: absolute;top: 50%;margin-top: -5px; left: 30px;}
.main1 .xjlm li a{font-size: 15px;color: #333;}
.main1 .xjlm li:hover{color: #fff;background: url(../images/news2.png)no-repeat center right 30px #14bbb3;}
.main1 .xjlm li:hover:before{border: 2px solid #fff;}
.main1 .xjlm li:hover a{color: #fff;}
.main1 .xjlm li.hover{color: #fff;background: url(../images/news2.png)no-repeat center right 30px #14bbb3;}
.main1 .xjlm li.hover:before{border: 2px solid #fff;}
.main1 .xjlm li.hover a{color: #fff;}
.main2 img{width: 100%;display: block;}
.main2 .lxwm{padding: 20px;border: 1px solid #e5e5e5;}
.main2 .lxwm .tit{font-size: 14px;color: #333;line-height: 1;padding-bottom: 15px;border-bottom: 1px dotted #a6a7ab;}
.main2 .lxwm .tit span{font-size: 24px;color: #14bbb3;font-weight: bold;margin-right: 10px;}
.main2 .lxwm .con{font-size: 14px;color: #666;line-height: 30px;padding: 10px 0;}
.main3{margin-bottom: 30px;position:relative;padding-bottom:22px;}
.main3_nr{position:relative;border:1px solid #e5e5e5;border-radius:0 12px;}
.main3_nr .p1 img{width: 100%;display: block;border-radius: 0 10px 0 0;}
.main3_nr .p2 img{display:block;margin:auto;margin-top: -32px;}
.main3_nr .p3{text-align:center;font-size:18px;color:#333;padding:18px 0 30px}
.main3_nr .p3 span{text-align:center;font-size:16px;color:#999;padding-left:10px;}
.main3 .swiper-pagination{font-size: 0;bottom: 0px;width: 100%;}
.main3 .swiper-pagination-bullet{width: 5px;height: 5px;opacity: 1;background: #14bbb3;border-radius: 50%;margin: 0 5px;border: 1px solid #14bbb3;}
.main3 .swiper-pagination-bullet-active{background:rgba(255,255,255,1);opacity: 1;position: relative;border: 1px solid #14bbb3;}

.main_r{width: 75%;}
.main_rtop{border-bottom: 2px solid #eef0f4;display: flex;justify-content: space-between;line-height:43px;}
.main_rtop p{background:url(../images/zhu.png) left center no-repeat; padding-left:22px; float:right; color:#999; font-size:14px; }
.main_rtop p a{ color:#999; font-size:14px;}
.main_rtop p a:hover{color: #14bbb3;}
.main_rtop p a:last-child{color: #14bbb3;}

.main_r .news{display: flex;flex-wrap: wrap;justify-content: space-between;}
.main_r .news li{width: 100%;padding: 20px 25px;box-sizing: border-box;background: #f7f7f7;margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;}
.main_r .news li .img{width: 18%;overflow: hidden;}
.main_r .news li .img img{width: 100%;display: block;transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.main_r .news li:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.main_r .news li .nrjj{width: 78%;position: relative;}
.main_r .news li .nrjj .tit{font-size: 16px; color: #333;line-height: 26px;margin-bottom: 7px;padding-top: 10px;border-top: 1px solid #e2e2e2; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.main_r .news li .nrjj .tit:after{content: '';display: block;width: 20px;height: 3px;background: #14bbb3;position: absolute;top: -2px;left: 50%;margin-left: -10px;}
.main_r .news li .nrjj .des{font-size: 14px; color: #747474;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.main_r .news li:hover{box-shadow: 0px 0px 10px rgba(0,0,0,0.1);background: #fff;}
.main_r .news li:hover .nrjj .tit{color: #14bbb3;}


.m40{margin-top: 40px;}
.contact1{text-align: center;padding-bottom: 50px;border-bottom: 3px solid #14bbb3;}
.contact1 .p1{font-size: 34px;font-weight: bold;color: #333;line-height: 1;padding-top: 30px;padding-bottom: 15px;}
.contact1 .p2{font-size: 13px;color: #14bbb3;text-transform: uppercase;line-height: 1;}
.contact1 .p3{font-size: 52px;font-weight: bold;color: #333;text-transform: uppercase;line-height: 1;padding-top: 60px;padding-bottom: 40px;}
.contact1 .p4{font-size: 14px;line-height: 2;color: #666;}

.contact2{padding: 0px 0 40px;border-bottom: 3px solid #14bbb3;}
.contact2 .tit{font-size: 16px;color: #333;line-height: 1;}
.contact2 .tit span{font-size: 36px;color: #14bbb3;font-weight: bold;margin-right: 10px;text-transform: uppercase;}
.contact2 ul{display: flex;justify-content: space-between;padding: 25px 0 5px;}
.contact2 ul li{display: flex;align-items: center;}
.contact2 ul li .img{margin-right: 10px;}
.contact2 ul li .con{font-size: 14px;line-height: 24px;color: #333;}

.contact3{padding: 40px 0 0;}
.contact3 .tit{font-size: 16px;color: #333;line-height: 1;}
.contact3 .tit span{font-size: 36px;color: #14bbb3;font-weight: bold;margin-right: 10px;text-transform: uppercase;}
.contact3 ul{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 25px 0 5px;}
.contact3 ul li{width: 48.3%;margin-bottom: 18px;}
.contact3 ul li:nth-child(5),.contact3 ul li:nth-child(6){width: 100%;}
.contact3 ul li p{font-size: 16px;color: #333;line-height: 1;}
.contact3 ul li p span{font-size: 16px;color: #666;}
.contact3 ul li input{width: 100%;display: block;font-size: 18px;box-sizing: border-box;height: 36px;line-height: 36px;padding:10px;border: 1px solid #ccc;border-radius: 5px;margin-top: 10px;}
.contact3 ul li textarea{width: 100%;display: block;font-size: 18px;box-sizing: border-box;height: 130px;line-height: 24px;padding:10px;border: 1px solid #ccc;border-radius: 5px;margin-top: 10px;}
.contact3 ul li:nth-child(6){width: 100%;display: flex;flex-wrap: wrap; justify-content: center;margin-top: 30px;}
.contact3 ul li:nth-child(6) input{width: 180px;height: 50px;padding: 0;border: 0;border-radius: 0;margin: 0 17px; color: #fff;font-size: 18px;background: #14bbb3;}
.contact3 ul li:nth-child(6) input:last-child{background: #333;}


.ksxjm .tit{font-size: 16px;color: #333;line-height: 1;}
.ksxjm .tit span{font-size: 36px;color: #14bbb3;font-weight: bold;margin-right: 10px;text-transform: uppercase;}
.ksxjm ul{padding: 25px 10px 5px;}
.ksxjm ul li{width: 50%;margin-bottom: 18px;}
.ksxjm ul li:nth-child(9),.ksxjm ul li:nth-child(10){width: 100%;}
.ksxjm ul li p{font-size: 16px;color: #333;line-height: 1;}
.ksxjm ul li p span{font-size: 16px;color: #666;}
.ksxjm ul li input{width: 100%;display: block;font-size: 18px;box-sizing: border-box;height: 36px;line-height: 36px;padding:10px;border: 1px solid #ccc;border-radius: 5px;margin-top: 10px;}
.ksxjm ul li textarea{width: 100%;display: block;font-size: 18px;box-sizing: border-box;height: 130px;line-height: 24px;padding:10px;border: 1px solid #ccc;border-radius: 5px;margin-top: 10px;}
.ksxjm ul li:nth-child(10){width: 100%;display: flex;flex-wrap: wrap; justify-content: center;margin-top: 30px;}
.ksxjm ul li:nth-child(10) input{width: 180px;height: 50px;padding: 0;border: 0;border-radius: 0;margin: 0 17px; color: #fff;font-size: 18px;background: #14bbb3;}
.ksxjm ul li:nth-child(10) input:last-child{background: #333;}













.slfx{display: flex;flex-wrap: wrap;justify-content: space-between;}
.slfx li{width: 48.25%;margin-bottom: 3.5%;position: relative;}
.slfx li .img img{width: 100%;display: block;}
.slfx li .nrbg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(20,187,179,0.8);display: flex;justify-content: center;align-items: center;opacity: 0;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.slfx li .nrbg .nr{text-align: center;}
.slfx li .nrbg .nr .tit{font-size: 20px;color: #fff;line-height: 1;}
.slfx li .nrbg .nr .des{font-size: 14px;color: #fff;line-height: 1;padding: 40px 0 50px;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.slfx li .nrbg .nr a img{display: block;margin: auto;}
.slfx li:hover .nrbg{opacity: 1;}
.slfx li:hover .nrbg .nr .des{padding: 20px 0 30px;}

.qyzz{display: flex;flex-wrap: wrap;}
.qyzz li{width: 31.7%;margin-bottom: 2.45%;margin-right: 2.45%;}
.qyzz li:nth-child(3n){margin-right: 0;}
.qyzz li .img{background: #f7f7f7;padding: 20px;height: 320px; border: 1px solid #e6e6e6;overflow: hidden; display: flex;justify-content: center;align-items: center;}
.qyzz li .img img{max-width: 100%;max-height: 100%;}
.qyzz li .img img{transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.qyzz li:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}

.qyzz li .tit{font-size: 16px;color: #333;line-height: 46px;position: relative;margin-bottom: 10px;}
.qyzz li .tit:after{content: '';display: block;width: 16px;height: 2px;background: #333; position: absolute;bottom: 0;left: 0;}

.qywh{font-size: 14px;line-height: 40px;color: #666;}
.qywh img{max-width: 100%;height: auto!important;}
.qywh1{border-bottom: 1px dotted #999;padding-bottom: 35px;margin-bottom: 35px;}
.qywh2{display: flex;flex-wrap: wrap;justify-content: space-between;}

.about{font-size: 14px;line-height: 24px;color: #666;text-align: justify;}
.about img{max-width: 100%;height: auto!important;}

.product{display: flex;flex-wrap: wrap;}
.product li{width: 31%;margin-right: 3.5%;margin-bottom: 3.5%;}
.product li:nth-child(3n){margin-right: 0;}
.product li .img{overflow: hidden;}
.product li .img img{width: 100%;display: block;transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.product li:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.product li .tit{font-size: 16px; color: #4f4f4f;line-height: 26px;padding: 15px 0;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.product li:hover .tit{background: #14bbb3;color: #fff;}

.jhhj{display: flex;flex-wrap: wrap;justify-content: space-between;}
.jhhj li{width: 48.2%;margin-bottom: 3.6%;position: relative;}
.jhhj li .img{overflow: hidden;}
.jhhj li .img img{width: 100%;display: block;transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.jhhj li:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.jhhj li .tit{font-size: 16px; color: #fff;line-height: 44px;padding-left: 30px;width: 72.5%;background: rgba(20,187,179,0.8);position: absolute;bottom: 30px;left: 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.xmxq h1{font-size: 24px;color: #14bbb3;font-weight: normal;}
.xmxq .content{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xmxq .content .div{width: 42%;}
.xmxq .content .div:nth-child(2n){width: 51%;}
.xmxq .content h2{font-size: 18px;color: #333;padding-bottom: 10px;margin-top: 30px;}
.xmxq .content .con{font-size: 14px;color: #666;line-height: 30px;}
.xmxq .content .content1 .con{line-height: 38px;}
.xmxq .content .xmhl{margin-top: 15px;}
.xmxq .content .xmhl img{width: 100%;display: block;}

.cpxq .content .content1{width: 66%;}
.cpxq .content .div:nth-child(2n){width: 32%;}
.cpxq .content .content3{width: 100%;margin-top: 20px;}
.cpxq .content .content3 ul{display: flex;flex-wrap: wrap;}
.cpxq .content .content3 ul li{width:32%;margin-bottom:2%;margin-right: 2%;}
.cpxq .content .content3 ul li:nth-child(3n){margin-right:0;}
.cpxq .content .content3 ul li img{width: 100%;display: block;border: 1px solid #ccc;box-sizing: border-box;}

.fwxq .content .content1{width: 49%;}
.fwxq .content .div:nth-child(2n){width: 49%;}
.fwxq .content .content3{width: 100%;margin-top: 20px;}
.fwxq .content .content3 ul{display: flex;flex-wrap: wrap;}
.fwxq .content .content3 ul li{width:49%;margin-bottom:2%;margin-right: 2%;}
.fwxq .content .content3 ul li:nth-child(2n){margin-right:0;}
.fwxq .content .content3 ul li img{width: 100%;display: block;border: 1px solid #ccc;box-sizing: border-box;}





.gdxm{display: flex;flex-wrap: wrap;}
.gdxm select{font-size: 16px;color: #333;width: 125px;border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;background:url('../images/xia.png') no-repeat right center;}
.gdxm select:first-child{margin-right: 60px;}
.gdxm select option{font-size: 14px;color: #666;}



.showcontent{}
.showcontent img{ max-width:920px;}
.showcontent table{ width:100%; text-align:center;}
.con_tit{ text-align:center; font-size:20px; line-height:24px;padding: 15px 0;}
.dsxx{ text-align:center; font-size:14px; line-height:40px; margin-bottom:15px; border-bottom:1px dashed #ccc; color:#999;display: flex;justify-content: space-around;}

.newscon{margin-top: 20px;font-size:14px; color:#333; line-height:34px; }
.newscon img{max-width: 100% !important;height: auto !important;}
.btn-box{margin-top: 20px;padding-top: 20px;border-top: 1px solid #ccc;line-height: 2;}


footer{background: #e5e5e5;padding-top: 40px;}
.foot{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 20px;}
.foot_l{width:53.5%; display: flex;flex-wrap: wrap;justify-content: space-between;}
.foot_l dl dt{margin-bottom: 15px;}
.foot_l dl dt a{font-size: 16px;color: #333;line-height: 1;}
.foot_l dl dd a{font-size: 14px;color: #666;line-height: 30px;}
.foot_r{width: 39.5%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.foot_r .ewm{width: 122px;}
.foot_r .ewm img{width: 100%;display: block;}
.foot_r .ewm p{font-size: 14px;color: #333;line-height: 18px;margin-top: 10px;}
.foot_r .xlfs .tit{font-size: 16px;color: #333;line-height: 30px;font-weight: bold;}
.foot_r .xlfs .tel{font-size: 26px;color: #333;line-height: 1;padding: 15px 0;font-weight: bold;}
.foot_r .xlfs .dz{font-size: 14px;line-height: 24px; color: #333;}
.link{display: flex;flex-wrap: wrap;font-size: 12px;color: #333;padding: 10px 0;border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;}
.link a{font-size: 12px;color: #333;margin-left: 20px;}
.bqxx{display: flex;flex-wrap: wrap;justify-content: space-between; font-size: 12px;color: #333;padding: 15px 0;}
.bqxx a{font-size: 12px;color: #333;}
.bqxx .bqxx_r a{margin-left: 20px;}

#accordion{}
#accordion li{margin-bottom: 10px;}
#accordion li .top{position:  relative;height: 50px;line-height: 50px;background: #fff;border: #14bbb3 1px solid;padding: 0 4%;box-sizing:  border-box;cursor: pointer;}
#accordion li .top i{position:absolute;right:30px;top:50%;margin-top: -8px;width:17px;height:17px;background:url(../images/jian01.png) center no-repeat;}
#accordion li .top h5{font-size: 15px;color: #606162;display: inline-block;width: 90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#accordion li .top span{ font-size:14px; color:#585858; display:inline-block; height:60px; vertical-align:top; margin-right:42px;}
#accordion li div.open .top{position:relative;background: #14bbb3;border: #14bbb3 1px solid;}
#accordion li div.open .top i{ background:url(../images/jian01_on.png) center no-repeat;}
#accordion li div.open .top h5{ color: #fff;}
#accordion li div.open .top span{ color:#fff}
#accordion li .ar_article{padding: 4%;display:none;margin-bottom: 0;background: #fff;position:relative;font-size:16px;line-height:2;}
#accordion li .ar_article h6{line-height: 2rem;padding: 0;width: calc(100% - 140px);}
#accordion li .ar_article h6 span{margin-right:1rem;font-size: 1rem;color: #4c4c4c;}
#accordion li .ar_article p{}
#accordion li .ar_article a{display:inline-block;width: 130px;height: 45px;line-height: 43px;background: #14bbb3;border-radius:3px;text-align:center;font-size: 16px;color:#fff;padding: 0;}













.pagination{display: flex;flex-wrap: wrap;justify-content: center;}
.pagination li{margin: 0 2px;padding: 2px 8px;    border: 1px #cccccc solid;font-size: 14px;}
.pagination li.active{background: #178fc4;border: 1px solid #178fc4;color: #fff;}
.pagination li.active a{color: #fff;font-size: 14px;}
.pagination li.page a{font-family: '宋体';font-weight: bold;}






.head .menu{display: none;}
.nav_bg{display: none;}

@media (max-width: 1200px){
    .w12{max-width: 94%;}
}

@media (max-width: 1024px){
    .topbg{display: none;}
    .navbg{display: none;}
    .banner .swiper-pagination{bottom: 15px;}
    .head{position: relative;padding: 20px 0;}
    .head .logo{margin: 0;}
    .head .logo img{height: 50px;}
    .head .menu{width: 24px;height: 24px;display: block;position: absolute;top: 33px;right: 0;}
    .head .menu span{display: block;padding: 3px 0; transition: all .4s ease;}
    .head .menu span:before{content: '';display: block;width: 24px;height: 2px;background: #333;border-radius: 1px; transition: all .4s ease; }

    .head .menu.on span:nth-child(1){transform: translateY(8px);}
    .head .menu.on span:nth-child(1):before{transform: rotate(45deg);}
    .head .menu.on span:nth-child(2){opacity: 0;}
    .head .menu.on span:nth-child(3){transform: translateY(-8px);}
    .head .menu.on span:nth-child(3):before{transform: rotate(-45deg);}
    .head .head_r{display: none;}

    .nav_bg{display: none;position: absolute;top:90px;right: 0;z-index: 102;width: 100%;background: rgba(255,255,255,1);}
    .nav_bg ul{width:100%;background:#fff;color:#666666;}
    .nav_bg ul li{width: 100%;margin: 0 auto;border-top: 1px solid #e0e0e0;}
    .nav_bg ul li a{width: calc(100% - 70px);display: block;font-size: 16px;color: #666;line-height:48px;padding-left: 20px; float: left;}
    .nav_bg ul li span{display: block;width: 48px;height: 48px;float: right;background: url(../images/mt.png) no-repeat center;background-size: 50%;}
    .nav_bg ul li.active span{background: url(../images/mt-hover.png) no-repeat center;background-size: 50%;}
    .nav_bg ul li dl{display: none;}
    .nav_bg ul li dl dd{width: 100%;border-top: 1px solid #e0e0e0;}
    .nav_bg ul li dl dd a{display: block;float: none;padding-left: 40px;border-right: 0;}

    .index2 ul li{width: 32%;}
    .index_tit h4{font-size: 24px;}
    .index_tit h3{font-size: 32px;}
    .index2bg a{width: 284px;height: 56px;line-height: 56px;font-size: 24px;}
    .index2bg a img{width: 30px;}
    .index_casel li{height: 87px;}
    .index_casel li .zw{padding-top: 20px;}
    .index4 dl{padding: 30px 0;}
    .index4 dl .js{line-height: 20px;padding: 0 20px;}
    .index5 li a{margin: 15px auto 40px;}
    .index6{padding-top: 70px;}
    .index6 li .des{line-height: 20px;}
    .index6bg:after{top: 306px;}
    .index6 li:nth-child(2n){margin-top: 26px;}
    .foot_r .xlfs{width: 60%;}
    .main_l{display: none;}
    .main_r{width: 100%;}
}

@media (max-width: 768px){
    .pt{padding-top: 40px;}
    .pb{padding-bottom: 40px;}
    .index_pro{margin-top: 30px}
    .index_pro ul{width: 100%;}
    .index_top h3{font-size: 30px;}
    .index_top h3 span{font-size: 20px;}
    .index_tit h4{font-size: 22px;}
    .index_tit h3{font-size: 28px;}
    .index2{background: none;}
    .index2 ul li{width: 46%;}
    .index2 ul:nth-child(2){margin-top: 30px;}
    .index_casel{display: none;}
    .index_caser{width: 100%;}
    .index_case{margin-top: 30px;}
    .index4 dl{width: 48%;margin-top: 4%;}
    .index6bg:after{display: none;}
    .index6{flex-wrap: wrap;justify-content: center; padding-top: 20px;}
    .index6 li{width: 23.5%;margin-right: 2%;margin-bottom: 2%;}
    .index6 li:last-child{margin-right: 0;}
    .index6 li:nth-child(4){margin-right: 0;}
    .index6 li .quan{display: none;}
    .index6 li:nth-child(2n){flex-direction: column;margin-top: 0;}
    .index6 li .tit{margin-bottom: 10px;}
    footer{padding-top: 0;}
    .foot{display: none;}
    .link{display: none;}
    .bqxx{justify-content: center;padding: 10px 0;}
    .bqxx_l{text-align: center;}
    .qyzz li .img{height: 250px;}
    .m40{margin-top: 30px;}
    .contact1{padding-bottom: 40px;}
    .contact1 .p1{font-size: 30px;padding-top: 20px;}
    .contact1 .p2{font-size: 11px;}
    .contact1 .p3{font-size: 48px;padding: 40px 0 20px;}
    .contact2{padding: 40px 0;}
    .contact2 .tit span{font-size: 32px;}
    .contact2 ul{flex-wrap: wrap;padding-top: 15px;}
    .contact2 ul li{width: 50%;margin: 10px 0;}
    .contact3{padding: 40px 0 0;}
    .contact3 .tit span{font-size: 32px;}
    .ksxjm .tit span{font-size: 32px;}
	#accordion li .ar_article{font-size:14px;}
}

@media (max-width: 640px){
    .index_news li{width: 100%;}
    .index5 li{width: 100%;margin-bottom: 20px;}
    .product li{width: 48%;margin-right: 4%;}
    .product li:nth-child(3n){margin-right: 4%;}
    .product li:nth-child(2n){margin-right: 0;}
}

@media (max-width: 480px){
    .head{position: relative;padding: 15px 0;}
    .head .logo img{height: 26px;}
    .head .menu{top: 16px;}
    .nav_bg{top: 56px;}
    .pt{padding-top: 30px;}
    .pb{padding-bottom: 30px;}
    .index_pro{margin-top: 20px}
    .index_top{justify-content: center;}
    .index_top h3{font-size: 30px;width: 100%;display: flex;justify-content: center;}
    .index_top h3 span{font-size: 20px;}
    .index_tit h4{font-size: 20px;}
    .index_tit h3{font-size: 26px;}
    .index_top ul{margin-top: 10px;}
    .index2 ul li{width: 100%;}
    .index2 ul:nth-child(2){margin-top: 0;}
    .index_caser ul li{width: 100%;margin-bottom: 3%;}
    .index6 li{width: 48%;margin-right: 4%;}
    .index6 li:nth-child(2n){margin-right: 0;}
    .slfx li .nrbg .nr a img{width: 30px;}
    .slfx li{width: 100%;margin-bottom: 3%;}
    .jhhj li{width: 100%;margin-bottom: 3%;}
    .qyzz li{width: 48%;margin-right: 4%;}
    .qyzz li:nth-child(3n){margin-right: 4%;}
    .qyzz li:nth-child(2n){margin-right: 0;}
    .qyzz li .img{height: 195px;padding: 15px;}
    .contact1{padding-bottom: 30px;}
    .contact1 .p1{font-size: 24px;padding-top: 10px;padding-bottom: 10px;}
    .contact1 .p3{font-size: 36px;padding: 30px 0 10px;}
    .contact1 .p4 br{display: none;}
    .contact2{padding: 30px 0;}
    .contact2 .tit span{font-size: 28px;}
    .contact2 ul li{width: 100%;}
    .contact3{padding: 30px 0 0;}
    .contact3 .tit span{font-size: 28px;}
    .contact3 ul li{width: 100%;}
    .contact3 ul li:nth-child(6){margin-top: 15px;}
    .contact3 ul li:nth-child(6) input{width: 130px;font-size: 14px;height: 40px;line-height: 40px;    margin: 0 5px;}
    .contact3 ul li input{height: 40px;line-height: 40px;}
	
    .ksxjm .tit span{font-size: 28px;}
	.ksxjm ul{padding: 25px 0px 5px;}
    .ksxjm ul li{width: 100%;}
    .ksxjm ul li:nth-child(10){margin-top: 15px;}
    .ksxjm ul li:nth-child(10) input{width: 130px;font-size: 14px;height: 40px;line-height: 40px;    margin: 0 5px;}
	
    .xmxq .content .div{width: 100%;}
    .xmxq .content .div:nth-child(2n){width: 100%;}
    .main_rtop h3{display: none;}
	
	#accordion li .ar_article{font-size:14px;}
}