

/*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{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 '微软雅黑';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #424242; text-decoration: none; transition-duration: .5s; }
a:hover{ color: #ff6d00; text-decoration: none; transition-duration: .5s; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置图片元素 */
img{ display: block; max-width: 100%; }
.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:15px 30px;border:1px solid #eaeaea;color:#797979;vertical-align:middle;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: '微软雅黑';font-size: 14px;background: #ffffff;}
.BODYCENTER{width: 1200px;margin: auto;position: relative;}
.BODYCENTER:after{content: '';clear: both;display: block;}
em{color: #ff6d00;}
.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:#6e6e6e;color:#fff;font-size:14px;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager ul li.active{background:#ff6d00;}
.mc_pager ul li a{color:#fff;display:block;}
.mc_pager ul li .current{background:#ff6d00;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{position:relative;display:inline-block;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:.5s;}
.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:.5s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;max-width:none;height:200px;padding:8px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-88px;z-index:999;transition-duration:.5s;}
.pro2wm:hover .wxewm{opacity:1;width:200px;padding:8px;}
/*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: .4s;
}
.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: .4s;
}
.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: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}
#header .headerbj .logo{
    height: 100px;
    padding: 20px 40px;
}
#header .headerbj .logo img{
    height: 100%;
}
#header .headerbj .lang ul li{
    float: left;
}
#header .headerbj .lang ul li.headsearch{
    padding: 35px 25px 0 0;
}
#header .headerbj .lang ul li.headsearch form{
    border-bottom: 1px solid #e3e4e4;
}
#header .headerbj .lang ul li.headsearch form .name{
    width: 150px;
    height: 35px;
    color: #14171d;
    font-size: 15px;
    background: 0;
    border: 0;
    outline: 0;
}
#header .headerbj .lang ul li.headsearch form .submit{
    color: #404040;
    font-size: 18px;
    padding: 8px;
    background: 0;
    border: 0;
    outline: 0;
}
#header .headerbj .lang ul li a{
    display: block;
    text-align: center;
    border-left: 1px solid #e9e9ea;
    padding: 16px 24px;
}
#header .headerbj .lang ul li a img{
    margin: 0 auto 4px;
}
/*banner*/
#mcbanner{
    padding-top: 100px;
    overflow: hidden;
}
/*indexbanner*/
.indexbanner .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 10px 20px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active{
    background: #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*/
#mcbanner .otherbanner img{
    width: 100%;
}
/*header*/

/*index*/
.more{
    display: inline-block;
    padding: 15px 30px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 1px solid #ff6d00;
}
.more:before{
    content: '';
    width: 120%;
    height: 100%;
    background: #ff6d00;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -150%;
    transition-duration: 1s;
}
.more:hover:before,
a:hover .more:before{
    left: -10%;
}
.more p{
    position: relative;
    z-index: 1;
}

#main{
    position: relative;
    z-index: 2;
}

.innews{
    overflow: hidden;
    line-height: 90px;
    padding: 0 2%;
}
.innews .keywords{
    color: #393333;
    font-size: 35px;
    font-weight: 100;
}
.innews .innewslist{
    width: 50%;
    padding: 0 2%;
}
.innews .innewslist .swiper-button-prev,
.innews .innewslist .swiper-button-next{
    text-align: center;
    line-height: 44px;
    background: 0;
    opacity: 1;
}
.innews .innewslist .swiper-button-prev{
    left: 0;
}
.innews .innewslist .swiper-button-next{
    right: 0;
}
.innews .innewslist a{
    display: block;
    font-size: 20px;
    font-weight: 100;
    margin: 0 50px;
    line-height: 90px;
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews .namemark{
    font-weight: 100;
}
.incolumn{
    background: #f5f5f5;
    padding: 3% 2%;
    overflow: hidden;
}
.incolumn ul li{
    float: left;
    width: 32.66%;
    margin-left: 1%;
}
.incolumn ul li:nth-child(1){
    margin-left: 0;
}
.incolumn ul li a{
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.incolumn ul li a:before{
    content: '';
    width: 100%;
    height: 15%;
    background: rgba(11, 9, 14, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    transition-duration: 1s;
}
.incolumn ul li a:hover:before{
    height: 100%;
}
.incolumn ul li a .columnimg img{
    width: 100%;
}
.incolumn ul li a .namemark{
	width: 100%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    position: absolute;
    bottom: 5%;
    left: 0;
    transition-duration: 1s;
}
.incolumn ul li a:hover .namemark{
	font-size: 40px;
    bottom: 50%;
}
.incolumn ul li a .description{
	width: 100%;
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    padding: 0 10%;
    position: absolute;
    bottom: -50%;
    left: 0;
    transition-duration: 1.5s;
}
.incolumn ul li a:hover .description{
	bottom: 20%;
}
/*index*/

/*foot*/
#footer{
    background: #131215;
    position: relative;
    z-index: 2;
}
#footer .footcon{
    padding: 70px 0;
}
#footer .footcon .footconnav{
    width: 60%;
}
#footer .footcon .footconnav ul li{
    float: left;
    width: 20%;
}
#footer .footcon .footconnav ul li .namemark{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}
#footer .footcon .footconnav ul li dl{
    width: 100%;
}
#footer .footcon .footconnav ul li dl a{
    display: inline-block;
    color: #afafaf;
    font-size: 15px;
    line-height: 30px;
    position: relative;
}
#footer .footcon .footconnav ul li dl a:hover{
    color: #ff6d00;
}
#footer .footcon .footconnav ul li dl a:before{
    content: '';
    width: 10px;
    height: 1px;
    background: #afafaf;
    position: absolute;
    top: 15px;
    left: 0;
    opacity: 0;
    transition-duration: .8s;
}
#footer .footcon .footconnav ul li dl a:hover:before{
    background: #ff6d00;
    opacity: 1;
}
#footer .footcon .footconnav ul li dl a p{
    position: relative;
    left: 0;
    transition-duration: .8s;
}
#footer .footcon .footconnav ul li dl a:hover p{
    left: 15px;
}
#footer .footcon .footconadd{
    width: 40%;
}
#footer .footcon .footconadd .footadd{
    padding-left: 3vw;
}
#footer .footcon .footconadd .footadd .namemark{
    color: #afafaf;
    font-size: 22px;
    margin-bottom: 20px;
}
#footer .footcon .footconadd .footadd p{
    color: #afafaf;
    font-size: 14px;
    line-height: 30px;
}
#footer .footcon .footconadd .footadd p a{
    color: #afafaf;
}
#footer .footcon .footconadd .footadd p a:hover{
    color: #ff6d00;
}
#footer .footcon .footconadd .foot2wm{
    width: 25%;
}
#footer .footcon .footconadd .foot2wm p{
    color: #afafaf;
    padding-top: 15px;
    text-align: center;
}
#footer .foottail{
    border-top: 1px solid #252527;
    padding: 30px 0;
}
#footer .foottail .footright{
    color: #878787;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #878787;
}
#footer .foottail .tailimg{
    position: relative;
    left: 0;
}
#footer .foottail .tailimg:hover{
    left: -5px;
}
/*foot*/

/*search*/
.productsearch .notitle{
	font-size: 16px;
    padding-top: 70px;
}
/*search*/

/*product*/
.pronav{
    padding: 50px 0;
    text-align: center;
}
.pronav > ul > li{
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.pronav > ul > li:nth-last-child(1){
    display: none;
}
.pronav > ul > li > a{
    display: block;
    color: #4a4a4a;
    font-size: 16px;
    border: 1px solid #eeeeee;
    padding: 10px 10vw 10px 5vw;
    position: relative;
}
.pronav > ul > li > a:hover,
.pronav > ul > li > a.hover{
    color: #ff6d00;
}
.pronav > ul > li > a:after{
    content: '';
    border-top: 5px solid #7f7f7f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 16px;
    right: 2vw;
}
.pronav > ul > li > a:hover:after,
.pronav > ul > li > a.hover:after{
    border-top: 5px solid #ff6d00;
}
.pronav > ul > li > dl{
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 10;
}
.pronav > ul > li:hover > dl{
    display: block;
}
.pronav > ul > li > dl > a{
    display: block;
    color: #4a4a4a;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-left: 5vw;
}
.pronav > ul > li > dl > a:hover,
.pronav > ul > li > dl > a.hover{
    color: #ff6d00;
}
.product{
    overflow: hidden;
}
.product .prolist{
    border-top: 1px solid #e8e8e8;
}
.product .prolist li{
    float: left;
    width: 32%;
    margin: 2% 2% 0 0;
}
.product .prolist li:nth-child(3n){
    margin-right: 0;
}
.product .prolist li a{
    display: block;
    text-align: center;
}
.product .prolist li a .imgurl{
    overflow: hidden;
}
.product .prolist li a .imgurl img{
    width: 100%;
}
.product .prolist li a .title{
    color: #ffffff;
    font-size: 18px;
    background: #6e6e6e;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
}
.product .prolist li a:hover .title{
    background: linear-gradient(to bottom right, #ea4930 , #f08212);
}
/*showproduct*/
.showproduct{  overflow: hidden;  }
.showproduct .content p br{  display: none;  }
/*<!--第一部分-->*/
.showproduct .proone{  border-top: 1px solid #e8e8e8;  border-bottom: 1px solid #e8e8e8;  padding: 50px 0;  }
.showproduct .proone .proimgurl{  width: 500px;  }
.showproduct .proone .prodisplayimg{  width: 80px;  margin: 0 40px;  padding: 20px 0 10px;  position: relative;  }
.showproduct .proone .proonefr{  width: calc(100% - 660px);  min-height: 500px;  border-left: 1px solid #f1f1f1;  padding-left: 3vw;  }
.showproduct .proone .proonefr .title{  color: #434343;  font-size: 35px;  margin-top: 30px;  }
.showproduct .proone .proonefr .name{  color: #161616;  font-size: 35px;  line-height: 50px;  font-weight: bold;  margin-bottom: 30px;  }
.showproduct .proone .proonefr .content{  color: #161616;  font-size: 17px;  line-height: 2;  margin-bottom: 30px;  }
.showproduct .proone .proonefr .prooneimg{  border-top: 1px dashed #b5b5b5;  border-bottom: 1px dashed #b5b5b5;  padding: 20px 0;  }
.showproduct .proone .proonefr .provideo{  padding-top: 30px;  }
.showproduct .proone .proonefr .provideo a{  display: inline-block;  color: #484848;  border: 2px solid;  padding: 12px 24px;  margin-right: 10px;  }
/*<!--第二部分-->*/
.showproduct .protwo{  padding-bottom: 80px;  }
.showproduct .protwo .contentname{  color: #494949;  font-size: 16px;  font-weight: bold;  margin: 30px 0;  }
.showproduct .protwo .content{  color: #494949;  font-size: 16px;  line-height: 24px;  }
/*product*/

/*about*/
.indexnav{
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}
.indexnav ul li{
    display: inline-block;
    padding: 10px 0;
    margin: 0 20px;
    position: relative;
}
.indexnav ul li:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0,1);
    transition-duration: .3s;
}
.indexnav ul li:hover:before,
.indexnav ul li.hover:before{
    background: #ff6d00;
    transform: scale(1,1);
}
.indexnav ul li div{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.indexnav ul li div a{
    display: block;
    color: #0a0a0a;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    top: -40px;
}
.indexnav ul li div a:hover,
.indexnav ul li.hover div a{
    top: 0;
}
.indexnav ul li div a p:nth-child(1){
    color: #ff6d00;
}
.about{
    overflow: hidden;
}
/*公司简介*/
.aboutgsjj .aboutgsjj1{
    background: #f9f9f9;
}
.aboutgsjj .aboutgsjj1 h3{
    color: #343434;
    font-size: 28px;
    font-weight: 100;
    padding: 50px 0;
}
.aboutgsjj .aboutgsjj1 p{
    color: #414141;
    font-size: 15px;
    line-height: 38px;
}
.aboutgsjj .aboutgsjj1 ul{
    padding: 50px 0;
}
.aboutgsjj .aboutgsjj1 ul li{
    float: left;
    margin-right: 50px;
    padding-right: 50px;
    position: relative;
}
.aboutgsjj .aboutgsjj1 ul li:nth-last-child(1){
    margin-right: 0;
    padding-right: 0;
}
.aboutgsjj .aboutgsjj1 ul li:after{
    content: '';
    width: 1px;
    height: 50%;
    background: #dfdfdf;
    position: absolute;
    top: 20%;
    right: 0;
}
.aboutgsjj .aboutgsjj1 ul li:nth-last-child(1):after{
    display: none;
}
.aboutgsjj .aboutgsjj1 ul li .name1{
    color: #839897;
    font-size: 48px;
    font-family: 'Arial';
    line-height: 1.2;
}
.aboutgsjj .aboutgsjj1 ul li .name2{
    color: #333333;
    font-size: 22px;
}
.aboutgsjj .aboutgsjj3{
    background: #f9f9f9;
    padding: 20px 0 50px;
}
.aboutgsjj .aboutgsjj3 ul li{
    float: left;
    width: 32%;
    margin: 2% 2% 0 0;
}
.aboutgsjj .aboutgsjj3 ul li:nth-child(3n){
    margin-right: 0;
}
.aboutgsjj .aboutgsjj3 ul li a{
    display: block;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(120, 142, 163, .3);
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
}
.aboutgsjj .aboutgsjj4{
    padding: 50px 0;
    text-align: center;
}
.aboutgsjj .aboutgsjj4 h2{
    color: #363838;
    font-size: 45px;
    font-weight: 100;
}
.aboutgsjj .aboutgsjj4 h3{
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    line-height: 24px;
    padding: 15px 0;
}
.aboutgsjj .aboutgsjj4 ul li{
    float: left;
    width: 23.5%;
    margin: 2% 2% 0 0;
}
.aboutgsjj .aboutgsjj4 ul li:nth-child(4n){
    margin-right: 0;
}
.aboutgsjj .aboutgsjj4 ul li a{
    display: block;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(120, 142, 163, .3);
    border-radius: 10px;
}
/*发展历程*/
.aboutfzlc ul{
    padding: 50px 0;
    position: relative;
}
.aboutfzlc ul:before{
	content: '';
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 0;
}
.aboutfzlc ul li{
	width: 50%;
    padding: 0 100px 50px 0;
    position: relative;
}
.aboutfzlc ul li:nth-child(2n){
    margin-left: 50%;
    padding: 0 0 50px 100px;
}
.aboutfzlc ul li:before{
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #ff6d00;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: 0;
}
.aboutfzlc ul li:nth-child(2n):before{
    left: -7px;
}
.aboutfzlc ul li div:after{
    content: '';
    clear: both;
    display: block;
}
.aboutfzlc ul li img{
    float: left;
    width: 200px;
    margin-right: 20px;
    border: 1px solid #eee;
}
.aboutfzlc ul li h4{
	color: #ff6d00;
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 20px;
}
.aboutfzlc ul li p{
    float: left;
    line-height: 24px;
}
/*企业文化*/
.aboutqywh{
	padding: 20px 0 50px;
}
.aboutqywh ul.qywflb li{
    float: left;
    width: 23.5%;
    margin: 2% 2% 1% 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.aboutqywh ul.qywflb li:nth-child(4){
    margin-right: 0;
}
.aboutqywh ul.qywflb li p:nth-child(2){
    color: #ff6d00;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 5% 10px;
}
.aboutqywh ul.qywflb li p:nth-child(3){
	font-size: 15px;
    line-height: 30px;
    min-height: 100px;
    padding: 0 5%;
}
.aboutqywh ul.homework li{
    float: left;
    width: 23.5%;
    margin: 2% 2% 0 0;
}
.aboutqywh ul.homework li:nth-child(4n){
    margin-right: 0;
}
.aboutqywh ul.homework li a{
    display: block;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(120, 142, 163, .3);
    border-radius: 10px;
}
/*about*/

/*video*/
.videolist{
    padding-bottom: 50px;
    overflow: hidden;
}
.videolist ul li{
    width: 70%;
    margin: 50px auto 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.videolist ul li .video-js{
    width: 100%;
    height: 540px;
    overflow: hidden;
}
.videolist ul li .videotit{
    padding: 20px;
    position: relative;
}
.videolist ul li .videotit:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #ff6d00;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition-duration: .5s;
}
.videolist ul li:hover .videotit:before{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.videolist ul li .videotit img{
    float: right;
    padding-top: 5px;
}
.videolist ul li .videotit .title{
    color: #333;
    font-size: 14px;
}
.videolist ul li .videotit .time{
    color: #999;
    font-size: 12px;
    padding-top: 10px;
}
/*video*/

/*news*/
.news{
    background: #f9f9f9;
    padding-top: 30px;
    overflow: hidden;
}
.news .newslist li{
    float: left;
    width: 32%;
    margin: 2% 2% 0 0;
}
.news .newslist li:nth-child(3n){
    margin-right: 0;
}
.news .newslist li a{
    display: block;
    background: #ffffff;
}
.news .newslist li a .imgurl{
    overflow: hidden;
}
.news .newslist li a .imgurl img{
    width: 100%;
}
.news .newslist li a .title{
    color: #0a0a0a;
    font-size: 22px;
    margin: 30px 20px 0;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .newslist li a .description{
    color: #7a7a7a;
    font-size: 14px;
    margin: 20px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .newslist li a .time{
    padding: 0 20px;
    line-height: 70px;
    border-top: 1px solid #eaeaea;
    transition-duration: .5s;
}
.news .newslist li a:hover .time{
    background: #ff6d00;
}
.news .newslist li a .time .more2{
    color: #787878;
    transition-duration: .5s;
}
.news .newslist li a:hover .time .more2{
    color: #ffffff;
}
.news .newslist li a .time .updatetime{
    color: #858585;
    transition-duration: .5s;
}
.news .newslist li a:hover .time .updatetime{
    color: #ffffff;
}
/*shownews*/
.shownews{
    padding-top: 50px;
}
.shownews .title{
    color: #0a0a0a;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.shownews .updatetime{
    color: #858585;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.shownews .content{
    color: #7a7a7a;
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #7a7a7a;
    padding: 30px 0 50px;
    border-top: 1px solid #eee;
}
.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: #7a7a7a;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #ff6d00;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more{
    float: right;
    padding: 5px 30px;
}
/*news*/

/*brand*/
.newssc{
    padding: 50px 0;
    overflow: hidden;
}
.newssc ul li{
	float: left;
    width: 18.4%;
    margin: 0 2% 2% 0;
}
.newssc ul li:nth-child(5n){
	margin-right: 0;
}
.newssc ul li a{
    display: block;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(120, 142, 163, .3);
    border-radius: 10px;
}
.newsxs{
    padding: 50px 0;
    overflow: hidden;
}
.newsdls{
    padding: 50px 0;
    overflow: hidden;
}
/*brand*/

/*download*/
.download{
    padding-top: 50px;
    overflow: hidden;
}
.download ul li{
    float: left;
    width: 24.25%;
    margin: 1% 1% 0 0;
}
.download ul li:nth-child(4n){
    margin-right: 0;
}
.download ul li a{
    display: block;
}
.download ul li .content{
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.download ul li .content img{
    width: 100%;
}
.download ul li .icon{
    float: right;
    padding: 18px 10px 0;
}
.download ul li .title{
    color: #212121;
    font-size: 15px;
    padding: 15px 5px 0;
}
.download ul li:hover .title{
    color: #ff6d00;
}
.download ul li .time{
    color: #535353;
    font-size: 14px;
    padding: 10px 5px;
}
/*download*/

/*service*/
.service{
    padding: 50px 0;
    overflow: hidden;
}
.cjwt ul li{
	margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
}
.cjwt ul li div{
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    display: none;
}
.cjwt ul li div.show{
    display: block;
}
.xxdjm{
    padding-top: 50px;
    overflow: hidden;
}
.xxdjm .xxdjmfl{
    width: 42%;
    padding-left: 2%;
}
.xxdjm .xxdjmfr{
    width: 58%;
    padding-right: 2%;
    color: #424242;
    font-size: 15px;
    line-height: 30px;
}
.xxdjm ul li{
    float: left;
    width: 25%;
    padding: 80px 1% 100px;
}
.xxdjm ul li img{
    width: 100%;
}
.xxdjm .xxdjmbj{
    background: #ececec url(../img/xxdjmbjicon.png) center no-repeat;
    line-height: 100px;
}
.xxdjm .xxdjmbj .xxdjmtit1{
    color: #575757;
    font-size: 18px;
    font-weight: bold;
}
.xxdjm .xxdjmbj .xxdjmtit2{
    color: #5a5a5a;
	font-size: 16px;
    padding-left: 20px;
}
.xxdjm .xxdjmbj .xxdjmtit3{
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f3f4f6;
    border-radius: 50px;
    color: #e61c52;
    font-size: 16px;
    box-shadow: 0 5px 15px #ddd;
    margin: 30px 0;
    position: relative;
    top: 0;
}
.xxdjm .xxdjmbj .xxdjmtit3:hover{
	top: -5px;
}
/*service*/

/*job*/
.mcjob{
    background: #f9f9f9;
    padding: 50px 0;
    overflow: hidden;
}
.mcjob .mcjoblist{
    width: 63.5%;
}
.mcjob .mcjoblist ul.mcjoblistul li{
    background: #ffffff;
    margin-top: 20px;
}
.mcjob .mcjoblist ul.mcjoblistul li:nth-child(1){
    margin-top: 0;
}
.mcjob .mcjoblist ul.mcjoblistul li .position{
    color: #696969;
    font-size: 17px;
    line-height: 75px;
    padding: 0 35px;
    position: relative;
}
.mcjob .mcjoblist ul.mcjoblistul li .position:before{
    content: '+';
    width: 21px;
    height: 21px;
    color: #ff6d00;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #ff6d00;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    right: 35px;
}
.mcjob .mcjoblist ul.mcjoblistul li .none{
    display: none;
    padding-bottom: 50px;
}
.mcjob .mcjoblist ul.mcjoblistul li:hover .none{
    display: block;
}
.mcjob .mcjoblist ul.mcjoblistul li:hover .none:hover{
    display: none;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .zpzw{
    color: #ffffff;
    font-size: 17px;
    line-height: 70px;
    background: #696969;
    padding: 0 35px;
    position: relative;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .zpzw:before{
    content: '';
    width: 25px;
    height: 13px;
    background: url(../img/mcjobicon.jpg);
    position: absolute;
    top: 28px;
    right: 33px;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .gzdz{
    margin: 0 20px 40px;
    padding: 20px 15px;
    border-bottom: 1px solid #e9e9e9;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .gzdz dd{
    float: left;
    width: 25%;
    color: #696969;
    line-height: 30px;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .gwzz{
    width: 30%;
    padding-left: 35px;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .gwzz .title1{
    color: #3b3b3b;
    font-size: 17px;
    margin-bottom: 30px;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .gwzz .title2{
    color: #3b3b3b;
    font-size: 17px;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .rzzg{
  	padding: 0 35px;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .rzzg .title1{
    color: #3b3b3b;
    font-size: 18px;
    margin-bottom: 20px;
}
.mcjob .mcjoblist ul.mcjoblistul li .none .rzzg .content{
    color: #696969;
    font-size: 14px;
    line-height: 32px;
}
.mcjob .mcjobcon{
    width: 35%;
    padding: 30px 20px 10px 40px;
    background: #ffffff;
}
.mcjob .mcjobcon .namemark{
    color: #ff6d00;
    font-size: 28px;
}
.mcjob .mcjobcon .keywords{
    color: #e6e6e6;
    font-size: 20px;
    margin: 10px 0;
}
.mcjob .mcjobcon ul li{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.mcjob .mcjobcon ul li:nth-last-child(1){
    border: 0;
    padding: 0;
}
.mcjob .mcjobcon ul li p{
    color: #424242;
    font-size: 16px;
    line-height: 30px;
}
.mcjob .mcjobcon .con2wm div{
    width: 130px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.mcjob .mcjobcon .con2wm div img{
    width: 100%;
}
.mcjob .mcjobcon .con2wm div p{
    color: #424242;
    font-size: 15px;
    padding: 10px 0;
}
/*job*/

/*contact*/
.contact{
    padding: 50px 0;
    overflow: hidden;
}
#feedjob dl:nth-child(6) .ftype_input input{
    background: url(../img/join01.png) 98% no-repeat;
}
#feedjob dl:nth-child(7) .ftype_input input{
    background: url(../img/join02.png) 98% no-repeat;
}
#feedjob dl:nth-child(8) .ftype_input input{
    background: url(../img/join03.png) 98% no-repeat;
}
#feedjob dl:nth-child(9) .ftype_input input{
    background: url(../img/join04.png) 98% no-repeat;
}
#feedjob dl:nth-child(10) .ftype_input input{
    background: url(../img/join05.png) 98% no-repeat;
}
#feedjob dl:nth-child(12) .ftype_input input{
    background: url(../img/join06.png) 98% no-repeat;
}
/*contact*/
@media (max-width: 1600px){
    #header .headerbj .logo{
        padding: 20px;
    }
    #header .headerbj .headnav #cssmenu > ul > li > a{
        padding: 0 20px;
    }
    #header .headerbj .lang ul li a{
        padding: 16px;
    }
    .incolumn ul li a:before{
        height: 18%;
    }
    .incolumn ul li a:hover .namemark{
        font-size: 30px;
        bottom: 65%;
    }
    .incolumn ul li a .description{
        font-size: 14px;
        padding: 0 20px;
    }
    .incolumn ul li a:hover .description{
		bottom: 12%;
    }
}
@media (max-width: 1400px){
    #header .headerbj .logo{
      	padding: 30px 15px;
    }
    #header .headerbj .headnav #cssmenu > ul > li > a{
		padding: 0 15px;
    }
}
@media (max-width: 1200px){
    #header .headerbj .lang{
        display: none;
    }
    #header .headerbj .lang ul li.headsearch{
        display: none;
    }
    .incolumn ul li a:before{
        height: 100%;
    }
    .incolumn ul li a .namemark, .incolumn ul li a:hover .namemark{
        font-size: 25px;
        bottom: auto;
        top: 15%;
    }
    .incolumn ul li a .description, .incolumn ul li a:hover .description{
        line-height: 24px;
        bottom: auto;
        top: 32%;
    }
    #footer .footcon .footconadd .foot2wm{
        display: none;
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        left: auto!important;
        right: 0!important;
    }
    .showproduct .proone .prodisplayimg{
        margin: 0 5px;
    }
    .showproduct .proone .proonefr{
        width: calc(100% - 600px);
        padding-left: 20px;
    }
    .showproduct .proone .proonefr .title, .showproduct .proone .proonefr .name{
        font-size: 30px;
    }
    .mcjob .mcjobcon .con2wm div{
        width: 120px;
    }
}
/*手机版*/
#header .menubutton{  display: none;  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 14px 0 0;  }
#header .menubutton .menuicon{  height: 2px;  margin-bottom: 8px;  background: #ff6d00;  }
#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: #fff;  width: 100%!important;  height: 100%;  overflow: auto!important;  position: fixed;  top: 0;  left: 0;  z-index: 999;  opacity: 1!important;  }
.menumain .menubox{  margin: 50px 5% 80px;  padding-top: 1px;  }
.menumain .menubox .menunav{  overflow: hidden;  }
.menumain .menubox .menunav .menuone a{  display: block;  color: #1e1e1e;  font-size: 14px;  margin: 30px 0 0;  }
.menumain .menubox .menunav .menuone.home a{  padding-bottom: 20px;  border-bottom: 1px solid rgba(0, 0, 0, .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(0, 0, 0, .2);  border-radius: 50%;  position: absolute;  left: -8px;  bottom: 5px;  }
.menumain .menubox .menunav .menuone .menutwo a{  color: #888;  font-size: 13px;  margin: 30px 20px 0 5px;  height: 15px;  line-height: 15px;  overflow: hidden;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree:before{  content: '';  width: 3px;  height: 3px;  background: rgba(0, 0, 0, .2);  border-radius: 50%;  position: absolute;  left: -6px;  bottom: 5px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree a{  color: #bbb;  font-size: 12px;  margin: 20px 20px 0 10px;  }
.menumain .menubox .menunav a.hover{  color: #ff6d00 !important;  }
/*语言*/
.menumain .menubox .lang{  margin-top: 30px;  text-align: center;  }
.menumain .menubox .lang a{  display: inline-block;  width: 42%;  height: 40px;  line-height: 40px;  border: 1px solid rgba(0, 0, 0, .2);  margin: 3%;  border-radius: 5px;  box-sizing: border-box;  }
.menumain .menubox .lang a img{  display: inline-block;  padding-right: 5px;  position: relative;  top: -2px;  }
.menumain .menubox .lang a span{  display: inline-block;  color: #1e1e1e;  font-size: 14px;  position: relative;  top: -1px;  }
/*底部菜单*/
#mobtool{  display: none;  width: 100%;  height: 50px;  background: linear-gradient(to bottom right, #e72443 , #f08411);  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:9999999;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 #ff6d00;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #ff6d00;  }
#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: 10000;  -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: #ff6d00;  }
.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 #ff6d00;  }
.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: #ff6d00;  }
/*手机版*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .onlineservice{  top: 55%!important;  width: 30px!important;  }
    .onlineservice ul li a{  height: 31px!important;  }
    .onlineservice ul li a span{  display: none;  }
    .onlineservice ul li a i{  width: 30px!important;  height: 30px!important;  line-height: 30px!important;  font-size: 14px!important;  }
    .onlineservice ul li a i.fa-mobile{  font-size: 20px!important;  }
    .popup-wechat img{  width: 200px;  }
    .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 .logo{
        height: 50px;
        padding: 10px 15px;
    }
    #header .headerbj .headnav{
        display: none;
    }
    #mcbanner{
        padding-top: 50px;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .innews .innewslist{
        width: 100%;
        padding: 0;
    }
    .innews .innewslist a{
        font-size: 15px;
        margin: 0 30px;
        line-height: 30px;
        height: 30px;
    }
    .innews .namemark{
        width: 100%;
        text-align: center;
    }
    .incolumn ul li{
        width: 100%;
        margin: 15px 0;
    }
    #footer .footcon{
        padding: 40px 0;
    }
    #footer .footcon .footconnav{
        display: none;
    }
    #footer .footcon .footconadd{
        width: 100%;
    }
    #footer .foottail{
        text-align: center;
        padding: 30px 0 80px;
    }
    #footer .foottail a{
        display: block;
    }
    #footer .foottail .footright, #footer .foottail .tailimg{
        width: 100%;
    }
    #footer .foottail .tailimg img{
        margin: 15px auto 0;
    }
    .indexnav{
        display: none;
    }
    .aboutgsjj .aboutgsjj1 ul{
        padding: 10px 0 20px;
    }
    .aboutgsjj .aboutgsjj1 ul li{
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
    .aboutgsjj .aboutgsjj1 ul li:after{
        display: none;
    }
    .aboutgsjj .aboutgsjj3 ul li{
        width: 100%;
        margin: 20px 0 0!important;
    }
    .aboutgsjj .aboutgsjj4 ul li{
        width: 100%;
        margin: 20px 0 0!important;
    }
    .aboutfzlc ul:before, .aboutfzlc ul li:before{
        display: none;
    }
  	.aboutfzlc ul li{
        width: 100%;
        padding: 0 0 20px!important;
        margin: 0 0 30px!important;
        border-bottom: 1px solid #ccc;
  	}
    .aboutfzlc ul li img{
      	float: none;
      	width: 100%;
      	margin: 0;
    }
    .aboutfzlc ul li p{
      	float: none;
      	width: 100%;
    }
    .aboutqywh ul.qywflb li, .aboutqywh ul.homework li{
        width: 100%;
        margin: 30px 0 0;
    }
    .videolist ul li{
        width: 100%;
    }
  	.videolist ul li .video-js{
		height: 220px;
  	}
    .newssc{
      	padding: 20px 0 50px;
  	}
  	.newssc ul li{
        width: 100%;
        margin: 30px 0 0;
  	}
    .news .newslist li{
        width: 100%;
        margin: 10px 0;
    }
    .shownews .detailpage .more{
        display: none;
    }
    .pronav{
        display: none;
    }
    .product .prolist li{
        width: 48%;
        margin: 4% 4% 0 0!important;
    }
    .product .prolist li:nth-child(2n){
        margin-right: 0!important;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{
        display: none;
    }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{
        background: #ff6d00;
    }
    .showproduct .proone .proonefr{
        width: 100%;
        min-height: unset;
        border: 0;
        padding: 20px 0 0;
    }
    .download{
        padding-top: 30px;
    }
    .download ul li{
        width: 100%;
        margin: 10px 0;
    }
  	.xxdjm .xxdjmfl{
        width: 100%;
    	padding: 0;
  	}
  	.xxdjm .xxdjmfr{
        width: 100%;
        padding: 50px 0;
  	}
  	.xxdjm ul li{
    	width: 100%;
    	padding: 15px 0;
  	}
  	.xxdjm .xxdjmbj{
        background: #ececec;
        line-height: 50px;
        padding: 30px 0;
        margin-top: 30px;
  	}
  	.xxdjm .xxdjmbj .xxdjmtit1, .xxdjm .xxdjmbj .xxdjmtit2{
      	float: none;
    	text-align: center;
    	padding: 0;
  	}
  	.xxdjm .xxdjmbj .xxdjmtit3{
        float: none;
        margin: 20px auto 10px;
  	}
    .mcjob .mcjoblist{
        width: 100%;
    }
    .mcjob .mcjoblist ul.mcjoblistul li .none{
        display: block;
    }
    .mcjob .mcjoblist ul.mcjoblistul li .none .gzdz dd{
        width: 100%;
    }
    .mcjob .mcjobcon{
        width: 100%;
        padding: 30px;
    }
    .contact #feedjob{
        padding: 10% 5%;
    }
    .contact #feedjob dl{
        width: 100%;
    }
    .contact #feedback{
        padding: 0 5%;
    }
    .contact #feedback dl{
        width: 100%;
        padding-bottom: 10px;
    }
}