@charset "utf-8";

@font-face{
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoMedium.woff2') format('woff2'),
    url('../fonts/RobotoMedium.woff') format('woff'),
    url('../fonts/RobotoMedium.ttf') format('truetype'),
    url('../fonts/RobotoMedium.svg#NeuesBauenDemo') format('svg');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family: 'PulsarOriginalRegular';
    src: url('../fonts/PulsarOriginalRegular.eot');
    src: url('../fonts/PulsarOriginalRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PulsarOriginalRegular.woff2') format('woff2'),
    url('../fonts/PulsarOriginalRegular.woff') format('woff'),
    url('../fonts/PulsarOriginalRegular.ttf') format('truetype'),
    url('../fonts/PulsarOriginalRegular.svg#NeuesBauenDemo') format('svg');
    font-weight:normal;
    font-style:normal
}
.font1{font-family: 'PulsarOriginalRegular';}

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{margin:0;padding:0;}
/* 设置默认字体 */
body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,code,kbd,pre,samp,tt,small,address,cite,dfn,em,var{font: normal 14px/1 'RobotoMedium';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #000000; text-decoration: none; transition-duration: 1s; }
a:hover,a:focus{ color: #0f6b79; text-decoration: none; transition-duration: 1s; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置图片元素 */
img{ display: block; max-width: 100%; border: 0; }
.content:after{ content: ''; clear: both; display: block; }
.content img{ display: inline-block; }
button{ cursor: pointer; }
/* 重置表格元素 */
table{border-collapse:collapse;border-spacing:0;margin:10px 0;display:table;width:100%!important;}
table td,table th{padding:10px;border:1px solid #ddd;color:#333;vertical-align:middle;word-break:normal!important;width:1%!important;}
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:0;border:0;font-size:0;}
/*end Reset css*/

/*web*/
html,body{width: 100%;height: 100%;font-family: 'RobotoMedium';font-size: 14px;background: #fff;}
::-webkit-input-placeholder{opacity: 1;}::-moz-placeholder{opacity: 1;}:-ms-input-placeholder{opacity: 1;}
@media(min-width: 1700px){.container{width: 1700px;padding: 0;}}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
/*end web*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager ul{font-size: 0;}
.mc_pager ul li{background:#333;color:#fff;font-size:14px;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager ul li.active{background:#0f6b79;}
.mc_pager ul li a{color:#fff;display:block;}
.mc_pager ul li .current{background:#0f6b79;display:block;}
.mc_pager ul li:nth-child(1),.mc_pager ul li:nth-last-child(1){width:50px;font-size: 0;}
.mc_pager ul li:nth-child(1) a:before,.mc_pager ul li:nth-child(1) .disabled:before{content:'◀';font-size:14px;}
.mc_pager ul li:nth-last-child(1) a:before,.mc_pager ul li:nth-last-child(1) .disabled:before{content:'▶';font-size:14px;}
/*end 分页*/

/*二维码显示*/
.pro2wm{display:inline-block;position:relative;cursor:pointer;}
.pro2wm:before{opacity:0;content:'';border-top:8px solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent;position:absolute;top:7px;right:-14px;z-index:1001;transition-duration:1s;}
.pro2wm:after{opacity:0;content:'';width:5px;height:10px;box-shadow:-3px 0 10px rgba(0, 0, 0, .2);position:absolute;top:10px;right:-14px;z-index:1000;transition-duration:1s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;max-width:none;height:120px;padding:5px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-45px;z-index:999;transition-duration:1s;}
.pro2wm:hover .wxewm{opacity:1;width:120px;padding:5px;}
/*end 二维码显示*/

/*css3*/
/* Grow */
.grow{
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition-property: transform;
    transition: all .8s ease;
}
a:hover .grow{
    transform: scale(1.08);
}
/* float-shadow */
.float-shadow{
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:before{
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:hover{
    transform: translateY(-5px);
}
.float-shadow:hover:before{
    opacity: 1;
    transform: translateY(5px);
}
/*显示隐藏时间*/
.fadeIn{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
}
#header .headerbj{
    background: #050809;
}
#header .headerbj .headlogo{
    height: 80px;
    padding: 15px 0;
}
#header .headerbj .headlogo img{
    height: 100%;
}
#header .headerbj .headnav{
    display: block;
}
#header .headerbj .headnav > ul > li{
    margin-left: 50px;
}
#header .headerbj .headnav > ul > li .overflow{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}
#header .headerbj .headnav > ul > li .overflow:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0,1);
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li.hover .overflow:before,
#header .headerbj .headnav > ul > li:hover .overflow:before{
    transform: scale(1,1);
}
#header .headerbj .headnav > ul > li .overflow a{
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -40px;
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li.hover .overflow a,
#header .headerbj .headnav > ul > li:hover .overflow a{
    top: 0;
}
#header .headerbj .headnav > ul > li .headnavlist{
    width: 100%;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li:hover .headnavlist{
    max-height: 300px;
}
#header .headerbj .headnav > ul > li .headnavlist ul{
    max-width: 1200px;
    margin: auto;
    padding: 15px 30px;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li{
    display: inline-block;
    margin: 15px 70px 15px 0;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li:nth-last-child(1){
    margin-right: 0;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li a{
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 38px;
    border-bottom: 2px solid transparent;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li a.hover,
#header .headerbj .headnav > ul > li .headnavlist ul > li a:hover{
    color: #0f6b79;
    border-bottom: 2px solid #0f6b79;
}
#header .headerbj .headlang{
    padding: 20px 0;
    cursor: pointer;
    position: relative;
}
#header .headerbj .headlang .langtitle{
    color: #fff;
    line-height: 40px;
}
#header .headerbj .headlang .langtitle span{
    padding: 0 10px;
}
#header .headerbj .headlang .langlist{
    display: none;
    width: 100%;
    background: #000;
    box-shadow: 0 0 10px #000;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 80px;
}
#header .headerbj .headlang:hover .langlist{
    display: block;
}
#header .headerbj .headlang .langlist a{
    display: block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #444;
}
/*banner*/
#mcbanner{
    padding-top: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/*indexbanner*/
.indexbanner .swiper-pagination{
    bottom: 120px;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 10px 10px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active{
    background: transparent;
    border: 2px solid #fff;
}
.indexbanner .swiper-button-prev,
.indexbanner .swiper-button-next{
    width: 50px;
    height: 50px;
    color: #fff;
    font: 25px/50px '宋体';
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
}
.indexbanner .swiper-button-prev{
    left: 5%;
}
.indexbanner .swiper-button-next{
    right: 5%;
}
/*otherbanner*/
.otherbanner img{
    width: 100%;
}
/*header*/

/*index*/
.more{
    display: inline-block;
    padding: 15px 30px;
    color: #000;
    font-size: 16px;
    border: 1px solid #bbb;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 1px solid #0f6b79;
}
.more:before{
    content: '';
    width: 180%;
    height: 100%;
    background: #0f6b79;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -200%;
    transition-duration: 1s;
}
.more:hover:before,
a:hover .more:before{
    left: -40%;
}
.more p{
    position: relative;
    z-index: 1;
}

#main{
    position: relative;
    z-index: 2;
}

.inproimg{
    width: 100%;
    padding: 20px 0;
    background: rgba(15, 107, 121, .8);
    position: absolute;
    top: -110px;
}
.inproimg .inprotitle{
    width: 200px;
}
.inproimg .inprolist{
    width: calc(25% - 50px);
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-left: 30px;
}
.inproimg .inprolist .inprolist2{
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    padding-left: 30px;
}
.inpro{
    padding: 40px 0 80px;
    overflow: hidden;
}
.inpro ul li{
    width: 23.5%;
    margin: 2% 2% 0 0;
}
.inpro ul li:nth-child(4n){
    margin-right: 0;
}
.inpro ul li a{
    display: block;
    background: #fff;
    box-shadow: 0 0 30px rgba(2, 97, 111, 0);
    padding: 30px;
    border-radius: 5px;
}
.inpro ul li a:hover{
    box-shadow: 0 0 30px rgba(2, 97, 111, .3);
}
.inpro ul li a .imgurl{
    overflow: hidden;
}
.inpro ul li a .name{
    color: #000;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro ul li a .title{
    color: #000;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro ul li a .prostar{
    color: #0f6b79;
    letter-spacing: 2px;
    padding: 10px 0 20px;
}
.inpro ul li a .promore{
    color: #fff;
    line-height: 40px;
    background: #0f6b79;
    border-radius: 5px;
    text-align: center;
}
.inpro ul li a .promore i{
    padding-right: 10px;
}
.inpro ul li a:hover .promore{
    background: #050809;
}
.inpro .more{
    margin-top: 60px;
    padding: 18px 100px;
    border-radius: 5px;
    background: #fff;
}
.inpro .more i{
    width: 16px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    margin-left: 15px;
}
.inabout{
    background: url(../img/inaboutbj.jpg) fixed center;
    overflow: hidden;
}
.inabout .inaboutfr{
    width: 50%;
}
.inabout .inaboutfr .inaboutname{
    color: #fff;
    font-size: 80px;
    line-height: 70px;
    padding-top: 70px;
}
.inabout .inaboutfr .indescription{
    color: #fff;
    line-height: 24px;
    padding: 50px 15% 100px 0;
}
.inabout .inaboutfr .inaboutmore{
    background: #fff;
    padding: 20px 0 20px 30px;
}
.inabout .inaboutfr .inaboutmore a{
    display: inline-block;
    color: #0e1011;
    line-height: 30px;
    border-left: 3px solid #0f6b79;
    padding-left: 20px;
}
.inabout .inaboutfr .inaboutmore a:hover{
    color: #0f6b79;
}
.countup{
    overflow: hidden;
}
.countup ul{
    padding: 80px 0;
    border-bottom: 1px solid #cdcece;
}
.countup ul li{
    width: 18%;
}
.countup ul li:nth-child(1){
    width: 28%;
}
.countup ul li .companyname{
    color: #0f6b79;
    font-size: 50px;
    line-height: 100px;
}
.countup ul li .shuzi{
    color: #050809;
    font-size: 60px;
    margin: 20px 0 10px;
}
.countup ul li:hover .shuzi{
    color: #0f6b79;
}
.countup ul li .countupname{
    color: #050809;
    font-size: 16px;
}
.innews{
    padding: 80px 0;
    overflow: hidden;
}
.innews .innews1{
    color: #0f6b79;
    font-size: 50px;
    line-height: 80px;
}
.innews .innews2{
    line-height: 80px;
}
.innews .innews2 img{
    padding: 32px 0 0 20px;
}
.innews ul li{
    width: 31.33%;
    margin: 3% 3% 0 0;
}
.innews ul li:nth-child(3n){
    margin-right: 0;
}
.innews ul li a{
    display: block;
}
.innews ul li a .imgurl{
    border-radius: 5px;
    overflow: hidden;
}
.innews ul li a .title{
    color: #0f6b79;
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews ul li a:hover .title{
    color: #0f6b79;
}
.innews ul li a .description{
    margin: 20px 0;
    color: #454a4c;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innews ul li a .updatetime{
    color: #898989;
    position: relative;
    left: 0;
    transition-duration: 1s;
}
.innews ul li a:hover .updatetime{
    color: #0f6b79;
    left: 20px;
}
/*index*/

/*foot*/
#footer{
    background: #050809;
    position: relative;
    z-index: 2;
}
#footer .footcon{
    background: #046672;
    overflow: hidden;
}
#footer .footcon .footadd{
    background: #007a89 url(../img/footadd.jpg) top right no-repeat;
    width: 63%;
    padding: 50px 0 50px 100px;
}
#footer .footcon .footadd .addtit1{
    color: #fff;
    font-size: 30px;
    padding-bottom: 50px;
}
#footer .footcon .footadd .addtit2{
    color: #fff;
    font-size: 30px;
    padding: 20px 200px 0 0;
}
#footer .footcon .footadd .addtit2 i{
    font-size: 24px;
    padding-left: 12px;
}
#footer .footcon .footadd ul li{
    width: 33.33%;
    min-height: 100px;
    border-left: 1px solid #189eaf;
    padding-left: 20px;
}
#footer .footcon .footadd ul li:nth-child(1){
    border: 0;
    padding: 0;
}
#footer .footcon .footadd ul li .title{
    color: #93f3ff;
    font-size: 18px;
    padding: 5px 0 20px;
}
#footer .footcon .footadd ul li p{
    color: #fff;
    line-height: 24px;
}
#footer .footcon .footadd ul li p a{
    color: #fff;
}
#footer .footcon .footmail{
    width: 37%;
    padding: 50px 100px 0 50px;
}
#footer .footcon .footmail .mailtit1{
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    border-left: 3px solid #007a89;
    padding-left: 10px;
}
#footer .footcon .footmail .mailtit2{
    color: #aab0b2;
    padding: 20px 0 50px 15px;
}
#footer .footcon .footmail .feedback input{
    width: calc(100% - 81px);
    height: 53px;
    color: #fff;
    padding: 0 20px;
    border: 1px solid #36858e;
    border-right: 0;
    background: 0;
    outline: 0;
}
#footer .footcon .footmail .feedback .submit{
    border: 0;
    outline: 0;
    border-radius: 5px;
}
#footer .footshare{
    padding: 50px 0;
    text-align: center;
}
#footer .footshare a{
    color: #222628;
    font-size: 30px;
    margin: 0 11px;
}
#footer .footshare a:hover{
    color: #fff;
}
#footer .foottail{
    padding: 50px 0;
    border-top: 1px solid #121516;
}
#footer .foottail .footright{
    color: #3d4244;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #3d4244;
}
#footer .foottail .footright a:hover{
    color: #fff;
}
#footer .foottail .tailimg{
    position: relative;
    left: 0;
}
#footer .foottail .tailimg:hover{
    left: -5px;
}
/*foot*/

/*product*/
.shaixuan{
    margin: 30px 0 0;
    padding: 15px 30px 30px;
    background: #fff;
    border-radius: 5px;
}
.shaixuan ul li{
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
    overflow: hidden;
}
.shaixuan ul li .title{
    width: 100px;
    font-size: 16px;
    line-height: 20px;
    border-right: 1px solid #333;
}
.shaixuan ul li .titlist{
    width: calc(100% - 100px);
}
.shaixuan ul li .titlist a{
    line-height: 20px;
    margin-left: 30px;
    cursor: pointer;
}
.shaixuan ul li .titlist a.hover{
    color: #0f6b79;
}
.product{
    background: #f7f7f7;
    overflow: hidden;
}
.product .navpro{
    width: 300px;
    padding: 50px 0;
}
.product .navpro .navprotit{
    color: #0f6b79;
    font-size: 30px;
    padding-bottom: 10px;
}
.product .navpro .prosearch{
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.product .navpro .prosearch form{
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
}
.product .navpro .prosearch form input{
    width: calc(100% - 50px);
    height: 40px;
    padding: 0 10px;
    background: #ebebeb;
    border: 0;
    outline: 0;
}
.product .navpro .prosearch form button{
    width: 50px;
    height: 40px;
    background: #ebebeb;
    border: 0;
    outline: 0;
}
.product .navpro .pronavlist{
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
}
.product .navpro .pronavlist a{
    display: block;
    color: #050809;
    border-bottom: 1px solid #e6e6e6;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product .navpro .pronavlist a:hover,
.product .navpro .pronavlist a.hover{
    color: #0f6b79;
}
.product .prolist{
    width: calc(100% - 300px);
    padding: 20px 0 0 30px;
}
.product .prolist .inpro{
    padding: 0;
    overflow: unset;
}
/*showproduct*/
.productnav{
    border-bottom: 1px solid #e6e6e6;
}
.productnav .navpro .prosearch,
.productnav .navpro .navprotit{
    display: none;
}
.productnav .navpro .pronavlist a{
    float: left;
    color: #050809;
    line-height: 60px;
    margin-right: 50px;
}
.productnav .navpro .pronavlist a:hover,
.productnav .navpro .pronavlist a.hover{
    color: #0f6b79;
}
.productnav .proback{
    color: #0f6b79;
    line-height: 60px;
}
.productnav .proback img{
    padding: 22px 12px 0 0;
}
.showproduct{
    overflow: hidden;
}
/*<!--第一部分-->*/
.videolist,
.videolist2{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.videolist i,
.videolist2 i{
    width: 100px;
    color: #0f6b79;
    font-size: 50px;
    line-height: 90px;
    text-align: center;
    border: 5px solid #0f6b79;
    border-radius: 50%;
    transition-duration: 1s;
}
.videolist:hover i,
.videolist2:hover i{
    background: rgba(15, 107, 121, .2);
}
.videos,
.youtubebj{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
}
.videos .videoer,
.youtubebj .youtubezj{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.videos .videoer .vclose,
.youtubebj .youtubezj .youtubeclose{
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}
.videos .videoer #video{
    width: 600px;
    outline: 0;
}
.youtubebj .youtubezj .youtubeurl{
    width: 800px;
    height: 600px;
}



.showproduct .proone{
    padding: 50px 0;
}
.showproduct .proone .proimgurl{
    width: 550px;
    margin: auto;
    position: relative;
}
.showproduct .proone .prodisplayimg{
    width: 110px;
    margin-left: 20px;
    position: relative;
}
.showproduct .proone .proonefr{
    width: calc(100% - 750px);
}
.showproduct .proone .proonefr .prostar{
    color: #0f6b79;
    letter-spacing: 2px;
    padding-top: 20px;
}
.showproduct .proone .proonefr .proonename{
    color: #000;
    font-size: 18px;
    line-height: 40px;
}
.showproduct .proone .proonefr .proonetitle{
    color: #000;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #050809;
    padding-bottom: 10px;
}
.showproduct .proone .proonefr .proonecon{
    height: 235px;
    margin: 30px 0;
    overflow: auto;
}
.showproduct .proone .proonefr .proonecon .contenttitle{
    color: #0f6b79;
    font-size: 20px;
    margin-bottom: 20px;
}
.showproduct .proone .proonefr .proonecon .content{
    color: #5a5e60;
    line-height: 30px;
}
.showproduct .proone .proonefr .proonecon .content p br{
    display: none;
}
.showproduct .proone .proonefr .prooneshare{  border-top: 1px solid #050809;  border-bottom: 1px solid #050809;  padding: 30px 0 25px;  }
.showproduct .proone .proonefr .prooneshare a{  display: inline-block;  color: #fff;  font-size: 15px;  background: #161616;  width: 44px;  line-height: 44px;  text-align: center;  border-radius: 5px;  overflow: hidden;  margin: 0 5px 5px 0;  }
.showproduct .proone .proonefr .prooneshare a.procon{  width: 130px;  background: #0f6b79;  }
.showproduct .proone .proonefr .prooneshare a.procon i{  padding-right: 10px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:before{  border-left: 8px solid #fff;  border-right: 0;  top: 15px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:after{  box-shadow: 3px 0 10px rgba(0, 0, 0, .2);  top: 18px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm{  left: auto;  right: 54px;  bottom: -30px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm img{  width: 100%;  height: 100%;  }
.showproduct .proone .proonefr .proonethis{
    padding-top: 20px;
    overflow: hidden;
}
.showproduct .proone .proonefr .proonethis .this1{
    color: #050505;
    font-size: 18px;
    line-height: 36px;
}
.showproduct .proone .proonefr .proonethis .this2 a{
    display: inline-block;
    width: 36px;
    color: #787878;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #2b2b2b;
    border-radius: 5px;
    margin-left: 15px;
}
.showproduct .proone .proonefr .proonethis .this2 a:hover{
    color: #fff;
    background: #0f6b79;
    border: 1px solid #0f6b79;
}
/*<!--第二部分-->*/
.showproduct .protwo{
    padding-bottom: 50px;
}
.showproduct .protwo .contenttitle{
    color: #0f6b79;
    font-size: 80px;
    border-bottom: 1px solid #232425;
    margin-bottom: 20px;
}
.showproduct .protwo .content{
    color: #050809;
    line-height: 40px;
}
.showproduct .protwo .content ul li{
    float: left;
    width: 48%;
    border-bottom: 1px dotted #000;
}
.showproduct .protwo .content ul li:nth-child(2n){
    float: right;
}
/*<!--第三部分-->*/
.showproduct .prothree{
    padding-bottom: 50px;
    overflow: hidden;
}
.showproduct .prothree .page_left{
    width: 50%;
    background: #0f6b79;
    border-radius: 5px 0 0 5px;
    padding: 30px 0 30px 50px;
}
.showproduct .prothree .page_right{
    width: 50%;
    background: #000;
    border-radius: 0 5px 5px 0;
    padding: 30px 50px 30px 0;
    text-align: right;
}
.showproduct .prothree a .page1{
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px;
}
/*<!--第四部分-->*/
.showproduct .profour{
    padding-bottom: 80px;
}
.showproduct .profour .profourtit{
    color: #0f6b79;
    font-size: 50px;
}
.showproduct .profour .inpro{
    padding: 0;
    overflow: unset;
}
/*product*/

/*news*/
.navnews{
    border-bottom: 1px solid #e6e6e6;
}
.navnews a{
    color: #050809;
    line-height: 60px;
    margin-right: 80px;
}
.navnews a:hover,
.navnews a.hover{
    color: #0f6b79;
}
.news{
    overflow: hidden;
}
.news ul li{
    width: 45%;
    padding: 80px 0 0;
}
.news ul li:nth-child(2n){
    float: right;
}
.news ul li a{
    display: block;
}
.news ul li a .title{
    color: #050809;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news ul li a:hover .title{
    color: #0f6b79;
}
.news ul li a .updatetime{
    color: #9a9a9a;
    padding: 0 0 30px;
}
.news ul li a .description{
    color: #050809;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news ul li a .newsicon{
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 30px;
}
/*shownews*/
.shownews{
    padding-top: 50px;
    overflow: hidden;
}
.shownews .title{
    color: #050809;
    font-size: 16px;
    line-height: 30px;
}
.shownews .updatetime{
    color: #9a9a9a;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 20px;
}
.shownews .content{
    color: #050809;
    line-height: 24px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #050809;
    padding: 30px 0 50px;
    border-top: 1px solid #e6e6e6;
}
.shownews .detailpage p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shownews .detailpage p a{
    color: #050809;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #0f6b79;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more2{
    color: #fff;
    background: #0f6b79;
    border-radius: 5px;
    padding: 15px 30px;
}
/*news*/

/*download*/
.download{
    padding-top: 30px;
}
.download ul li{
    width: 48%;
    padding-top: 30px;
}
.download ul li:nth-child(2n){
    float: right;
}
.download ul li a{
    display: block;
    border: 1px solid #b9b9b9;
    overflow: hidden;
}
.download ul li a .download1{
    margin: 12px 0;
    padding: 0 20px;
    width: calc(100% - 170px);
    color: #050809;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.download ul li a .download1 img{
    padding-right: 10px;
}
.download ul li a .download2{
    color: #0f6b79;
    line-height: 22px;
    border-left: 1px solid #b9b9b9;
    padding: 12px 30px;
}
.download ul li a .download2 img{
    padding-right: 10px;
}
/*download*/

/*about*/
.about{
    padding: 80px 0 0;
    overflow: hidden;
}
.about .about1{
    width: calc(100% - 400px);
    padding-right: 10%;
}
.about .about1 .about1tit{
    color: #0f6b79;
    font-size: 80px;
    line-height: 70px;
    padding-bottom: 50px;
}
.about .about1 .content{
    color: #656c6e;
    line-height: 24px;
}
.about .aboutcountup{
    width: 400px;
}
.about .aboutcountup ul li{
    border-bottom: 1px solid #cdcece;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.about .aboutcountup ul li .shuzi{
    color: #050809;
    font-size: 60px;
    border-left: 2px solid #0f6b79;
    padding-left: 30px;
}
.about .aboutcountup ul li .countupname{
    color: #050809;
    font-size: 16px;
    padding: 20px 0 0 35px;
}
.about .about2 .about2tit{
    color: #050809;
    font-size: 40px;
}
.about .about2 ul li{
    width: 23.5%;
    margin: 2% 2% 0 0;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
}
.about .about2 ul li:nth-child(1){
    margin-right: 0;
}
.about .about2 ul li img{
    width: 100%;
}
.about .about2 ul li p{
    color: #050809;
    padding: 25px 10px;
}
.about .about3{
    padding: 80px 0;
    overflow: hidden;
}
.about .about3 .aboutmap{
    max-width: 60%;
}
.about .about3 .about3fl{
    width: 38%;
}
.about .about3 .about3fl .about3tit{
    color: #050809;
    font-size: 40px;
    padding: 120px 0 30px;
}
.about .about3 .about3fl p{
    color: #656c6e;
    line-height: 24px;
}
/*about*/

/*contact*/
.contact{
    overflow: hidden;
}
.contact .contactadd{
    padding: 50px 0;
    overflow: hidden;
}
.contact .contactadd .addlist{
    width: 31.33%;
    margin-right: 3%;
}
.contact .contactadd .addlist:nth-child(3){
    margin-right: 0;
}
.contact .contactadd .addlist h2{
    color: #0f6b79;
    font-size: 18px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}
.contact .contactadd .addlist p{
    color: #050809;
    line-height: 40px;
    border-bottom: 1px solid #dadada;
}
.contact .contactadd .addlist1 ul li{
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contact .contactadd .addlist1 ul li p{
    overflow: hidden;
    border: 0;
}
.contact .contactadd .addlist1 ul li p img{
    padding: 10px 10px 0 0;
}
.contact .contactmap{
    position: relative;
    overflow: hidden;
}
.contact .contactmap a{
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    background: #e50122;
    padding: 12px 30px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.contact .contactmap a img{
    padding-right: 20px;
}
.contact .contactfeed{
    padding: 50px 0 80px;
}
.contact .contactfeed .feedtit{
    color: #0f6b79;
    font-size: 40px;
    padding-bottom: 40px;
}
.contact .contactfeed div{
    width: 48%;
    position: relative;
}
.contact .contactfeed input{
    width: 100%;
    height: 60px;
    color: #050809;
    border: 0;
    border-bottom: 1px solid #050809;
    outline: 0;
}
.contact .contactfeed textarea{
    width: 100%;
    height: 150px;
    line-height: 30px;
    margin-top: 20px;
    color: #050809;
    border: 0;
    border-bottom: 1px solid #050809;
    outline: 0;
}
.contact .contactfeed .feedcode #codeimg {
    width: 80px;
    height: 30px;
    color: red;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0;
    position: absolute;
    top: 15px;
    right: 0;
}
.contact .contactfeed .submit{
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    background: #0f6b79;
    border: 0;
    outline: 0;
}
/*contact*/
@media (max-width: 1700px){
    .container{
        width: 1600px;
    }
    #footer .footcon .footadd{
        padding-left: 2%;
    }
    #footer .footcon .footmail{
        padding-right: 2%;
    }
}
@media (max-width: 1600px){
    .container{
        width: 1400px;
    }
    .inproimg .inprolist,
    .inproimg .inprolist .inprolist2{
        font-size: 16px;
        padding-left: 20px;
    }
    .shaixuan ul li{
        padding: 15px 0 0;
    }
    .shaixuan ul li .titlist a{
        margin: 0 0 15px 30px;
    }
}
@media (max-width: 1400px){
    .container{
        width: 1200px;
    }
    .inproimg .inprolist,
    .inproimg .inprolist .inprolist2{
        font-size: 14px;
        padding-left: 10px;
    }
    .countup ul li .companyname{
        font-size: 70px;
    }
    .countup ul li .shuzi{
        font-size: 50px;
    }
    .product .prolist .inpro ul li{
        width: 31.33%;
        margin: 3% 3% 0 0;
    }
    .product .prolist .inpro ul li:nth-child(3n){
        margin-right: 0;
    }
}
@media (max-width: 1200px){
    .inproimg .inprotitle{
        display: none;
    }
    .inproimg .inprolist{
        width: 25%;
    }
    .countup ul li .companyname{
        font-size: 60px;
        line-height: 1;
    }
    .countup ul li .shuzi{
        font-size: 40px;
    }
    #footer .footcon .footadd .addtit2{
        padding-right: 10%;
    }
    .about .about1{
        width: calc(100% - 300px);
        padding: 0 5% 30px 0;
    }
    .about .aboutcountup{
        width: 300px;
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        display: none !important;
    }
    .showproduct .proone .proonefr{
        width: 100%;
        padding-top: 50px;
    }
    .showproduct .proone .proonefr .proonecon{
        height: auto;
    }
}
/*手机版*/
#header .menubutton{  display: none;  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 12px 6px 0;  }
#header .menubutton .menuicon{  height: 2px;  margin-bottom: 8px;  background: #fff;  }
#header .menubutton .menuicon.top{ animation:icon01 linear infinite 2s; }
#header .menubutton .menuicon.middle{ animation:icon02 linear infinite 2s; }
#header .menubutton .menuicon.bottom{ animation:icon03 linear infinite 2s; }
@keyframes icon01{ 0%{ width:100%;} 25%{ width:25%;} 100%{ width:100%;} }
@keyframes icon02{ 0%{ width:100%;} 50%{ width:25%;} 100%{ width:100%;} }
@keyframes icon03{ 0%{ width:100%;} 75%{ width:25%;} 100%{ width:100%;} }
/*导航*/
.menumain{  display: none;  background: #0f6b79;  width: 100%!important;  height: 100%;  overflow: auto!important;  position: fixed;  top: 0;  left: 0;  z-index: 1000;  opacity: 1!important;  }
.menumain .menubox{  margin: 50px 5% 80px;  padding: 1px 0;  }
.menumain .menubox .menunav{  overflow: hidden;  }
.menumain .menubox .menunav .menuone a{  display: block;  color: #fff;  font-size: 16px;  line-height: 20px;  margin: 30px 0 0;  }
.menumain .menubox .menunav .menuone.home a{  padding-bottom: 20px;  border-bottom: 1px solid rgba(255, 255, 255, .2);  }
.menumain .menubox .menunav .menuone .menutwo{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo.bai{  width: 100%;  }
.menumain .menubox .menunav .menuone .menutwo:before{  content: '';  width: 3px;  height: 3px;  background: rgba(255, 255, 255, .5);  border-radius: 50%;  position: absolute;  left: -8px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo a{  color: rgba(255, 255, 255, .5);  font-size: 15px;  margin: 30px 20px 0 5px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree:before{  content: '';  width: 3px;  height: 3px;  background: rgba(255, 255, 255, .5);  border-radius: 50%;  position: absolute;  left: -6px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree a{  color: rgba(255, 255, 255, .5);  font-size: 14px;  margin: 20px 20px 0 10px;  }
.menumain .menubox .menunav a.hover{  color: #fff !important;  }
/*语言*/
.menumain .menubox .lang{  margin-top: 30px;  text-align: center;  overflow: hidden;  }
.menumain .menubox .lang a{  float: left;  width: 48%;  height: 40px;  line-height: 40px;  border: 1px solid rgba(255, 255, 255, .2);  margin: 2% 1%;  border-radius: 5px;  box-sizing: border-box;  }
.menumain .menubox .lang a img{  display: inline-block;  width: 25px;  margin-right: 10px;  position: relative;  top: -2px;  }
.menumain .menubox .lang a span{  display: inline-block;  color: #fff;  font-size: 15px;  position: relative;  top: -1px;  }
/*底部菜单*/
#mobtool{  display: none;  width: 100%;  height: 50px;  background: #0f6b79;  border-top: 1px solid rgba(255, 255, 255, .2);  position: fixed;  left: 0;  bottom: 0;  z-index: 1001;  }
#mobtool ul li{  float: left;  width: 20%;  text-align: center;  border-left: 1px solid rgba(255, 255, 255, .2);  box-sizing: border-box;  }
#mobtool ul li:nth-child(1){  border: none;  }
#mobtool ul li a.menubutton{  background: rgba(255, 255, 255, .2);  }
#mobtool ul li a{  display: block;  width: 100%;  height: 50px;  color: #fff;  padding-top: 10px;  }
#mobtool ul li a p{  height: 25px;  line-height: 25px;  overflow: hidden;  font-size: 12px;  text-transform: uppercase;  }
/*ios下载到桌面*/
.u-layer-ath{display: none;background:url(/michuanimg/ath.png) no-repeat;z-index:99999999;width:200px;height:75px;position:fixed;bottom:0;left:50%;margin-left:-100px;background-size:contain;transform:translate3D(0,0,0);transition:2s all;perspective:400px;}
.u-layer-ath.u-ani-ath{transform:rotateY(360deg) translateZ(100px);}
.u-layer-ath .ath_addhome{position:absolute;left:0;top:0;width:140px;height:60px;}
.u-layer-ath .ath_close{position:absolute;right:0;top:0;width:30px;height:30px;}
/*list分类*/
#sortpro{  height: 40px;  line-height: 40px;  text-align: center;  background: #fff;  border-bottom: 1px solid #0f6b79;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #0f6b79;  }
#sortpro .sortpro_right{  float: right;  width: 35%;  color: #000;  font-size: 14px;  }
#sort_content{  width: 100%;  height: 100%;  overflow: hidden;  background: #eee;  position: fixed;  top: 0;  left: 0;  z-index: 10001;  -webkit-transform: translate3d(0px, 100%, 0px);  -moz-transform: translate3d(0px, 100%, 0px);  transform: translate3d(0px, 100%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)  }
#sort_content.show{  -webkit-transform: translate3d(0px, 0%, 0px);  -moz-transform: translate3d(0px, 0%, 0px);  transform: translate3d(0px, 0%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -o-transition: -o-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  transition: transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000)  }
#sort_content .asort{  height: 100%;  }
.asort .hd{  height: 60px;  background: #0f6b79;  }
.asort .hd .fl{  color: #fff;  font-size: 18px;  line-height: 60px;  padding: 0 20px;  }
.asort .hd .fr{  width: 30px;  height: 30px;  margin: 15px;  background: url(../showproduct/proclose.jpg);  background-size: cover;  }
.asort .ct{  height: calc(100% - 60px);  padding: 2%;  overflow: auto;  }
.asort .ct ul{  background: #fff;  border-top: 1px solid #eee;  }
.asort .ct ul li{  padding: 0 15px;  border-bottom: 1px solid #eee;  }
.asort .ct ul li a{  display: block;  }
.asort .ct ul li a p{  display: inline-block;  width: calc(100% - 30px);  height: 58px;  line-height: 58px;  overflow: hidden;  color: #333;  font-size: 14px;  text-align: left;  }
.asort .ct ul li a i{  float: right;  width: 15px;  height: 15px;  border: 3px solid #ddd;  background: #fff;  border-radius: 50%;  margin-top: 22px;  }
.asort .ct ul li a.hover i{  border: 3px solid #0f6b79;  }
.asort .ct ul .navdown li{  padding: 0 20px;  border-bottom: 1px dotted #eee;  }
.asort .ct ul .navdown li a p{  display: block;  width: 100%;  height: 50px;  line-height: 50px;  color: #aaa;  }
.asort .ct ul li a.hover p{  color: #0f6b79;  }
/*手机版*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .mfp-zoom-out-cur, .mfp-wrap{  width: 100% !important;  height: 100% !important;  overflow: hidden;  }
    .mfp-wrap .mfp-arrow-left{  margin-left: -47%;  }
    .mfp-wrap .mfp-arrow-right{  margin-right: -47%;  }
    .pcweb{  display: none;  }
    .mobileweb{  display: block;  }
    /*index*/
    #header .headerbj .headnav,
    #header .headerbj .headlang{
        display: none;
    }
    #header .headerbj .headlogo{
        height: 50px;
        padding: 10px 0;
    }
    #mcbanner{
        padding-top: 50px;
    }
    #mcbanner .indexbanner .swiper-button-prev,
    #mcbanner .indexbanner .swiper-button-next{
        display: none;
    }
    #mcbanner .indexbanner .swiper-pagination{
        bottom: 10px;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .inproimg{
        width: 90%;
        padding: 0;
        margin: 20px auto 0;
        position: unset;
    }
    .inproimg .inprolist{
        width: 100%;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        padding: 20px 0;
    }
    .inproimg .inprolist .inprolist2{
        font-size: 18px;
        padding-left: 30px;
    }
    .inpro{
        padding: 20px 0 50px;
    }
    .inpro ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .inpro ul li a{
        box-shadow: 0 0 30px rgba(2, 97, 111, .3);
    }
    .inabout{
        background: url(../img/inaboutbj.jpg) center;
    }
    .inabout .inaboutfr{
        width: 100%;
        padding: 0 5%;
    }
    .inabout .inaboutfr .inaboutname{
        font-size: 50px;
        line-height: 50px;
        padding-top: 50px;
    }
    .inabout .inaboutfr .indescription{
        padding: 50px 0;
    }
    .countup ul{
        padding: 50px 0 0;
        border: 0;
    }
    .countup ul li{
        width: 100%!important;
        border-bottom: 1px solid #cdcece;
        padding-bottom: 30px;
    }
    .countup ul li .companyname{
        font-size: 40px;
        line-height: 50px;
    }
    .innews{
        padding: 50px 0;
    }
    .innews .innews1{
        font-size: 40px;
    }
    .innews ul li{
        width: 100%;
        margin: 50px 0 0;
    }
    #footer .footcon,
    #footer .footshare{
        display: none;
    }
    #footer .foottail{  padding: 30px 0 80px;  text-align: center;  }
    #footer .foottail .footright{  width: 100%;  }
    #footer .foottail .footright br{  display: block;  }
    #footer .foottail .footright a:nth-last-child(1){  display: block;  }
    #footer .foottail .tailimg{  width: 100%;  }
    #footer .foottail .tailimg img{  margin: 15px auto 0;  }
    #footer .foottail .footother{  display: none;  }

    .about{
        padding: 50px 0 0;
    }
    .about .about1{
        width: 100%;
        padding: 0 0 30px;
    }
    .about .about1 .about1tit{
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 30px;
    }
    .about .aboutcountup{
        width: 100%;
        padding-bottom: 20px;
    }
    .about .about2 ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .about .about3{
        padding: 50px 0;
    }
    .about .about3 .aboutmap{
        max-width: 100%;
    }
    .about .about3 .about3fl{
        width: 100%;
    }
    .about .about3 .about3fl .about3tit{
        padding: 50px 0 30px;
    }
    .product .container{
        padding: 0;
    }
    .product .navpro{
        display: none;
    }
    .product .prolist{
        width: 100%;
        padding: 0 5%;
    }
    .product .prolist .inpro ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .shaixuan{
        padding: 10px 20px 30px;
    }
    .shaixuan ul li .title{
        width: 100%;
        border: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .shaixuan ul li .titlist{
        width: 100%;
    }
    .shaixuan ul li .titlist a{
        margin: 0 15px 15px 0;
    }
    .productnav .container{
        padding: 0;
    }
    .productnav .navpro,
    .productnav .proback{
        display: none;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{
        display: none;
    }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{
        background: #0f6b79;
    }
    .showproduct .proone .mobprodisplayimg{
        position: relative;
    }
    .videolist i{
        width: 80px;
        font-size: 30px;
        line-height: 74px;
        border: 3px solid #0f6b79;
    }
    .videos .videoer,
    .youtubebj .youtubezj{
        width: 90%;
    }
    .videos .videoer #video{
        width: 100%;
    }
    .youtubebj .youtubezj .youtubeurl{
        width: 100%;
        height: 300px;
    }
    .showproduct .proone .proonefr .prooneshare .pro2wm:nth-child(4){
        display: none;
    }
    .showproduct .protwo .contenttitle{
        font-size: 50px;
    }
    .showproduct .protwo .content ul li{
        width: 100%;
    }
    .showproduct .prothree .page_left,
    .showproduct .prothree .page_right{
        padding: 20px;
    }
    .showproduct .profour .profourtit{
        font-size: 40px;
        padding-bottom: 10px;
    }
    .showproduct .profour .inpro ul li:nth-child(n+3){
        display: none;
    }
    #message.show #center{  width: 90%;  top: 50px;  transform: translate(-50%, 0);  }
    #message #center #feedback{  padding: 20px 0 20px 20px;  margin-bottom: 50px;  }
    #message #center #feedback .pro{  width: calc(100% - 30px);  margin-bottom: 15px;  }
    #message #center #feedback dl{  width: 100%;  padding: 0 30px 15px 0;  }

    .navnews{
        display: none;
    }
    .news ul li{
        width: 100%;
        padding: 30px 0 0;
    }
    .shownews .detailpage .more2{
        display: none;
    }
    .download ul li{
        width: 100%;
    }
    .download ul li a .download1{
        width: calc(100% - 65px);
    }
    .download ul li a .download2{
        font-size: 0;
        padding: 12px 10px 12px 20px;
    }
    .contact .contactadd{
        padding: 50px 0 0;
    }
    .contact .contactadd .addlist{
        width: 100%;
        margin: 0 0 50px;
    }
    .contact .contactmap > img{
        max-width: 1400px;
        position: relative;
        left: 50%;
        margin-left: -850px;
    }
    .contact .contactfeed{
        padding: 50px 0;
    }
    .contact .contactfeed .feedtit{
        font-size: 40px;
    }
    .contact .contactfeed div{
        width: 100%;
    }
    .contact .contactfeed .submit{
        margin-top: 30px;
    }
}