

/*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: #2d2d2d; text-decoration: none; transition-duration: 1s; }
a:hover,a:focus{ color: #970000; 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: '微软雅黑';font-size: 14px;background: #fff;}
::-webkit-input-placeholder{opacity: 1;}::-moz-placeholder{opacity: 1;}:-ms-input-placeholder{opacity: 1;}
@media(min-width: 1200px){.container{width: 1200px;padding: 0;}}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
/*end web*/

/*分页*/
.met_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.met_pager a,.met_pager span{background:#333;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.met_pager a:hover,.met_pager a.Ahover{background:#970000;}
.met_pager a.firstPage,.met_pager a.lastPage{width:40px;font-weight:bold;}
.met_pager .PreSpan,.met_pager .NextSpan,.met_pager a.PreA,.met_pager a.NextA{width:50px;font-size: 0;}
.met_pager .PreSpan:before,.met_pager a.PreA:before{content:'◀';font-size:14px;}
.met_pager .NextSpan:before,.met_pager a.NextA:before{content:'▶';font-size:14px;}
.met_pager .PageText,.met_pager #metPageT,.met_pager #metPageB{display:none}
/*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{
    transition-duration: 1s;
}
#header.height .headerbj{
    background: rgba(0, 0, 0, .8);
}
#header .headerbj .headlogo{
    height: 120px;
    padding: 25px 50px;
}
#header.height .headerbj .headlogo{
    height: 70px;
    padding: 10px 50px;
}
#header .headerbj .headlogo img{
    height: 100%;
}
#header .headerbj .headlang{
    margin: 45px 50px 45px 0;
}
#header.height .headerbj .headlang{
    margin: 20px 50px 20px 0;
}
#header .headerbj .headnav{
    display: block;
}
#header .headerbj .headnav ul li{
    padding: 35px 0;
    margin-right: 80px;
    transition-duration: 1s;
}
#header.height .headerbj .headnav ul li{
    padding: 10px 0;
}
#header .headerbj .headnav ul li .overflow{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    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;
    font-weight: 100;
    position: relative;
    top: -50px;
    transition-duration: 1s;
}
#header .headerbj .headnav ul li:hover .overflow a,
#header .headerbj .headnav ul li.hover .overflow a{
    top: 0;
}
/*banner*/
#mcbanner{
    overflow: hidden;
}
/*indexbanner*/
.indexbanner .swiper-wrapper{
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.indexbanner .swiper-pagination{
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 0 12%;
    bottom: 0;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet{
    float: left;
    width: 33.33%;
    height: 80px;
    background: 0;
    border-radius: 0;
    margin: 0;
    opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(0, 0, 0, .3);
}
.indexbanner .swiper-pagination .swiper-pagination-bullet:before{
    content: '链条专供服务商';
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 80px;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet:nth-child(2):before{
    content: '摩托车链条';
}
.indexbanner .swiper-pagination .swiper-pagination-bullet:nth-child(3):before{
    content: '工业链条';
}
.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 #970000;
}
.more:before{
    content: '';
    width: 120%;
    height: 100%;
    background: #970000;
    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;
}

.inabout{
    padding: 120px 8% 80px;
    overflow: hidden;
}
.inabout .title1{
    color: #2b2b2b;
    font-size: 45px;
    font-weight: 100;
    text-align: center;
}
.inabout .title2{
    color: #161616;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    margin: 30px 0 80px;
}
.inabout .inaboutfl{
    width: 50%;
}
.inabout .inaboutfl .content{
    color: #161616;
    font-size: 17px;
    line-height: 41px;
    text-decoration: underline;
}
.inabout .inaboutfl .aboutmore{
    display: inline-block;
    color: #c81b37;
    margin-top: 50px;
    position: relative;
    left: 0;
}
.inabout .inaboutfl .aboutmore:hover{
    left: 10px;
}
.inabout .inaboutfl .aboutmore img{
    padding-right: 20px;
}
.inabout .videolist{
    width: 44%;
}
.inabout .videolist img{
    transition-duration: 1s;
}
.inabout .videolist img:hover{
    opacity: .8;
}
.videos{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
}
.videos .videoer{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.videos .videoer #video{
    width: 600px;
    outline: 0;
}
.videos .videoer .vclose{
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}
.countup{
    background: #fbfbfb;
    padding: 60px 0;
    overflow: hidden;
}
.countup ul li{
    width: 25%;
    text-align: center;
    border-left: 1px solid #efefef;
}
.countup ul li:nth-child(1){
    border-left: 1px solid transparent;
}
.countup ul li .shuzi{
    color: #9e9e9e;
    font-size: 45px;
    font-weight: 100;
    line-height: 45px;
    position: relative;
}
.countup ul li .shuzi sup{
    font-size: 18px;
    position: absolute;
    top: 0;
    margin-left: 5px;
}
.countup ul li:hover .shuzi{
    color: #43464b;
}
.countup ul li:nth-child(3) .shuzi{
    font-size: 25px;
}
.countup ul li .countupname{
    color: #9e9e9e;
    font-size: 15px;
    padding-top: 15px;
}
.inapply{
    padding: 80px 7% 0;
    overflow: hidden;
}
.inapply .title1{
    color: #2b2b2b;
    font-size: 45px;
    font-weight: 100;
    text-align: center;
}
.inapply .title2{
    color: #161616;
    text-align: center;
    margin: 30px 0 50px;
}
.inapply ul li{
    width: 33.33%;
}
.inapply ul li a{
    display: block;
    position: relative;
}
.inapply ul li a:before{
    content: '';
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    bottom: 0;
    transition-duration: 1s;
}
.inapply ul li a:hover:before{
    height: 100%;
}
.inapply ul li a .proname{
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -150px;
    transition-duration: 2s;
}
.inapply ul li a:hover .proname{
    bottom: 50px;
}
.inapply ul li a .proname .name1{
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 20px;
}
.inapply ul li a .proname .name2{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
}
.inadvantage{
    padding: 80px 7%;
    overflow: hidden;
}
.inadvantage .title{
    color: #2b2b2b;
    font-size: 45px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
.inadvantage .title:before{
    content: '';
    width: 50px;
    height: 2px;
    background: #666666;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.inadvantage ul li{
    width: 25%;
    border-left: 1px solid #e5e5e5;
}
.inadvantage ul li:nth-child(1){
    border-left: 1px solid transparent;
}
.inadvantage ul li a{
    display: block;
    text-align: center;
    position: relative;
    top: 0;
}
.inadvantage ul li a:hover{
    top: -10px;
}
.inadvantage ul li a img{
    margin: auto;
}
.inadvantage ul li a .title1{
    color: #727272;
    font-size: 18px;
    margin: 20px 0 30px;
}
.inadvantage ul li a:hover .title1{
    color: #970000;
}
.inadvantage ul li a .title2{
    color: #727272;
    font-size: 15px;
    line-height: 26px;
    padding: 0 8%;
}
.inpro{
    background: url(/skin/images/inprobj.jpg) fixed center / cover no-repeat;
    padding: 80px 0 50px;
    overflow: hidden;
}
.inpro .inprotitle{
    color: #fff;
    font-size: 45px;
    font-weight: 100;
    text-align: center;
}
.inpro .inpronav{
    padding: 50px 0;
    text-align: center;
}
.inpro .inpronav .more{
    margin: 0 15px;
    padding: 12px 50px;
    color: #e2e2e2;
    font-size: 18px;
    font-weight: 100;
    border: 2px solid #686868;
    border-radius: 8px;
}
.inpro .inpronav .more:hover{
    color: #000!important;
    border: 2px solid #eeeeee;
}
.inpro .inpronav .more:before{
    background: #eeeeee;
}
.inpro .inprolist{
    padding-bottom: 50px;
}
.inpro .swiper-pagination{
    bottom: 0;
}
.inpro .swiper-pagination .swiper-pagination-bullet{
    width: 70px;
    height: 2px;
    background: #fefefe;
    border-radius: 0;
    margin: 0 10px;
    opacity: 1;
}
.inpro .swiper-pagination .swiper-pagination-bullet-active{
    background: #be0321;
}
.inpro .inprolist a{
    display: block;
    background: #fefefe;
    border-radius: 12px;
    overflow: hidden;
}
.inpro .inprolist a .imgurl{
    overflow: hidden;
}
.inpro .inprolist a .proicon{
    width: 25px;
    color: #fefefe;
    line-height: 25px;
    text-align: center;
    background: #cecece;
    border-radius: 50%;
    margin: 20px 20px 0 0;
}
.inpro .inprolist a .name{
    margin: 0 20px;
    color: #02060e;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro .inprolist a:hover .name{
    color: #970000;
}
.inpro .inprolist a .title{
    margin: 0 20px;
    color: #02060e;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro .inprolist a:hover .title{
    color: #970000;
}
.inpro .inprolist a .prostar{
    color: #5f5f5f;
    font-size: 16px;
    letter-spacing: 5px;
    padding: 10px 20px 30px;
}
.inpro .inprolist a:hover .prostar{
    color: #be0321;
}
.inpro .inprolist a .prostar i:nth-last-child(1){
    color: #c0c0c0;
}
.indeve{
    background: #fbfbfb;
    overflow: hidden;
}
.indeve .indevebj{
    margin: 0 30px;
    overflow: auto;
}
.indeve .indevebj::-webkit-scrollbar{height:10px; border-radius:50px;}
.indeve .indevebj::-webkit-scrollbar-track{background-color:#dbdbdb; border-radius:50px;}
.indeve .indevebj::-webkit-scrollbar-thumb{background-color:#979797; border-radius:50px; border: 2px solid #dbdbdb;}
.indeve .indevebj::-webkit-scrollbar-thumb:hover{background-color:#979797; border-radius:50px; border: 2px solid #dbdbdb;}
.indeve .indevebj::-webkit-scrollbar-thumb:active{background-color:#979797; border-radius:50px; border: 2px solid #dbdbdb;}
.indeve .indevebj ul{
    width: 1800px;
    height: 920px;
    background: url(/skin/images/indevebj.jpg) top left no-repeat;
    position: relative;
}
.indeve .indevebj ul li{
    position: absolute;
}
.indeve .indevebj ul li.indeve1{  top: 750px;  left: 310px;  }
.indeve .indevebj ul li.indeve2{  top: 445px;  left: 465px;  }
.indeve .indevebj ul li.indeve3{  top: 650px;  left: 655px;  }
.indeve .indevebj ul li.indeve4{  top: 230px;  left: 805px;  }
.indeve .indevebj ul li.indeve5{  top: 550px;  left: 950px;  }
.indeve .indevebj ul li.indeve6{  top: 265px;  left: 1100px;  }
.indeve .indevebj ul li.indeve7{  top: 480px;  left: 1250px;  }
.indeve .indevebj ul li.indeve8{  top: 95px;  left: 1390px;  }
.indeve .indevebj ul li.indeve9{  top: 360px;  left: 1570px;  }
.indeve .indevebj ul li .shuzi{
    width: 65px;
    color: #fbfbfb;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background: #464646;
    margin-bottom: 15px;
    transition-duration: 1s;
}
.indeve .indevebj ul li:hover .shuzi{
    background: #970000;
}
.indeve .indevebj ul li .title{
    width: 230px;
    color: #454444;
    font-size: 15px;
    line-height: 24px;
    transition-duration: 1s;
}
.indeve .indevebj ul li:hover .title{
    color: #970000;
}
.innews{
    padding: 80px 4%;
    overflow: hidden;
}
.innews .title1{
    color: #2b2b2b;
    font-size: 45px;
    font-weight: 100;
    text-align: center;
}
.innews .title2{
    color: #161616;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    margin: 30px 0 50px;
}
.innews ul li{
    width: 32%;
    margin-right: 2%;
}
.innews ul li:nth-child(3){
    margin-right: 0;
}
.innews ul li a{
    display: block;
}
.innews ul li a .imgurl{
    overflow: hidden;
}
.innews ul li a .title{
    color: #212121;
    font-size: 17px;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews ul li a:hover .title{
    color: #be0321;
}
.innews ul li a .description{
    color: #939393;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.innews ul li a:hover .description{
    color: #565656;
    text-decoration: underline;
}
.inlink{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 30px 4%;
    overflow: hidden;
}
.inlink table{
    margin: 0;
}
.inlink table tr td{
    padding: 0;
    border: 0;
}
.inlink table tr td a{
    display: block;
    margin-right: 100px;
}
.inlink table tr td a img{
    max-width: none;
    height: 50px;
    filter: grayscale(1);
    transition-duration: 1s;
}
.inlink table tr td a:hover img{
    filter: grayscale(0);
}
/*index*/

/*foot*/
#footer{
    position: relative;
    z-index: 2;
}
#footer .footcon{
    padding: 70px 0;
    background: #f8f8f8;
}
#footer .footcon .footnav{
    width: calc(25% - 100px);
}
#footer .footcon .footnav a{
    display: block;
    color: #636363;
    font-size: 15px;
    line-height: 35px;
}
#footer .footcon .footnav a:hover{
    color: #970000;
}
#footer .footcon .footfx{
    width: 150px;
    padding-top: 50px;
}
#footer .footcon .footfx a{
    display: block;
    margin-right: 10px;
}
#footer .footcon .footadd{
    width: 250px;
    text-align: right;
}
#footer .footcon .footadd .footzxkf{
    color: #fff;
    line-height: 20px;
    background: #646464;
    padding: 10px 25px;
    border-radius: 50px;
    margin-bottom: 30px;
}
#footer .footcon .footadd .footzxkf img{
    margin-right: 10px;
}
#footer .footcon .footadd p{
    color: #949494;
    line-height: 30px;
    text-decoration: underline;
}
#footer .footcon .footadd p a{
    color: #949494;
}
#footer .foottail{
    padding: 20px 0;
    background: #ededed;
}
#footer .foottail .footright,
#footer .foottail .footother{
    color: #727272;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #727272;
}
#footer .foottail .footother a{
    display: inline-block;
    color: #727272;
    margin-top: 10px;
}
#footer .foottail .tailimg{
    position: relative;
    left: 0;
}
#footer .foottail .tailimg:hover{
    left: -5px;
}
/*foot*/

/*about*/
.about{
    padding-top: 80px;
    overflow: hidden;
}
.about .title1{
    color: #2b2b2b;
    font-size: 45px;
    font-weight: 100;
    text-align: center;
}
.about .title2{
    color: #161616;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    margin: 30px 0 50px;
}
.about .content{
    color: #161616;
    font-size: 17px;
    line-height: 41px;
    text-decoration: underline;
    padding-bottom: 80px;
}
.about .content ul li{
    float: left;
    width: 32%;
    margin: 2% 2% 0 0;
    padding: 10px;
    box-shadow: 5px 5px 10px rgba(6, 6, 6, .1);
    border-radius: 8px;
    position: relative;
    top: 0;
    transition-duration: 1s;
}
.about .content ul li:nth-child(3n){
    margin-right: 0;
}
.about .content ul li:hover{
    top: -5px;
}
.about .content ul li img{
    width: 100%;
}
.about .aboutfwln{
    padding: 50px 0;
}
.about .aboutfwln .aboutfwlnfl,
.about .aboutfwln .aboutfwlnfr,
.about .aboutfwln .aboutfwlnfr .aboutfwlnfr1,
.about .aboutfwln .aboutfwlnfr .aboutfwlnfr2{
    position: relative;
}
.about .aboutfwln .aboutfwlnfr .aboutfwlnfr1{
    margin-bottom: 20px;
}
.about .aboutfwln .list{
    width: 100%;
    padding: 50px 50px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.about .aboutfwln .list .list1{
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 20px;
}
.about .aboutfwln .list .list2{
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    line-height: 35px;
}
/*about*/

/*product*/
.navpro{
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    padding: 30px 0;
}
.navpro ul li{
    display: inline-block;
    margin: 0 50px;
}
.navpro ul li a{
    display: block;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 100;
    line-height: 59px;
}
.navpro ul li a:hover,
.navpro ul li a.hover{
    color: #ca180f;
}
.navpro ul li a .navproicon{
    width: 59px;
    height: 59px;
    margin-right: 20px;
    overflow: hidden;
}
.navpro ul li a .navproicon img{
    position: relative;
    top: 0;
  	transition-duration: .5s;
}
.navpro ul li a:hover .navproicon img,
.navpro ul li a.hover .navproicon img{
    top: -59px;
}
.product{
    background: #f7f7f7;
    padding-top: 20px;
    overflow: hidden;
}
.product ul li{
    width: 23.5%;
    margin: 30px 2% 0 0;
}
.product ul li:nth-child(4n){
    margin-right: 0;
}
.product ul li a{
    display: block;
    background: #fefefe;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    top: 0;
}
.product ul li a:hover{
    box-shadow: 2px 2px 5px rgba(8, 6, 7, .1);
    top: -10px;
}
.product ul li a .imgurl{
    overflow: hidden;
}
.product ul li a .proicon{
    width: 25px;
    color: #fefefe;
    line-height: 25px;
    text-align: center;
    background: #cecece;
    border-radius: 50%;
    margin: 20px 20px 0 0;
}
.product ul li a .name{
    margin: 0 20px;
    color: #02060e;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product ul li a:hover .name{
    color: #970000;
}
.product ul li a .title{
    margin: 0 20px;
    color: #02060e;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product ul li a:hover .title{
    color: #970000;
}
.product ul li a .prostar{
    color: #5f5f5f;
    font-size: 16px;
    letter-spacing: 5px;
    padding: 10px 20px 30px;
}
.product ul li a:hover .prostar{
    color: #be0321;
}
.product ul li a .prostar i:nth-last-child(1){
    /*color: #c0c0c0;*/
}
/*showproduct*/
.showproduct{  padding-top: 50px;  }
/*<!--第一部分-->*/
.showproduct .proone{  padding-bottom: 50px;  }
.showproduct .proone .proimgurl{  width: 510px;  margin: auto;  }
.showproduct .proone .prodisplayimg{  width: 120px;  margin-right: 20px;  position: relative;  }
.showproduct .proone .proonefr{  width: calc(100% - 780px);  padding-top: 80px;  }
.showproduct .proone .proonefr .proonename{  color: #696969;  font-size: 32px;  font-weight: 100;  margin-right: 40px;  }
.showproduct .proone .proonefr .proonetitle{  color: #696969;  font-size: 32px;  font-weight: 100;  }
.showproduct .proone .proonefr .content{  color: #696969;  font-size: 16px;  line-height: 2;  padding: 30px 0;  }
.showproduct .proone .proonefr .content p br{  display: none;  }
.showproduct .proone .proonefr .prooneshare{  border-top: 1px solid #ececec;  padding-top: 40px;  }
.showproduct .proone .proonefr .prooneshare a{  display: inline-block;  color: #fff;  font-size: 15px;  background: #242527;  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;  }
.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 .protwo{  padding-bottom: 50px;  }
.showproduct .protwo .content{  color: #696969;  font-size: 15px;  line-height: 45px;  }
.showproduct .protwo .content p{  text-decoration: underline;  }
.showproduct .protwo .content p br{  display: none;  }
.showproduct .protwo .content table tr td{  padding: 10px 20px;  line-height: 2;  }
/*<!--第三部分-->*/
.showproduct .prothree{  padding-bottom: 50px;  }
.showproduct .prothree p{  color: #696969;  font-size: 15px;  line-height: 32px;  text-decoration: underline;  padding-bottom: 20px;  }
/*product*/

/*news*/
.news{
    overflow: hidden;
}
.news ul li{
    width: 46.5%;
    margin: 50px 7% 0 0;
}
.news ul li:nth-child(2n){
    margin-right: 0;
}
.news ul li a{
    display: block;
}
.news ul li a .imgurl{
    overflow: hidden;
}
.news ul li a .imgurl img{
    width: 100%;
}
.news ul li a .title{
    margin: 30px 0 20px;
    color: #212121;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news ul li a:hover .title{
    color: #be0321;
}
.news ul li a .description{
    color: #2e2e2e;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news ul li a:hover .description{
    text-decoration: underline;
}
/*shownews*/
.shownews{
    padding-top: 50px;
    overflow: hidden;
}
.shownews .title{
    color: #333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.shownews .updatetime{
    color: #888;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.shownews .content{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #333;
    padding: 30px 0 50px;
    border-top: 1px solid #ccc;
}
.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: #333;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #970000;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more2{
    color: #fff;
    background: #970000;
    border-radius: 5px;
    padding: 15px 30px;
}
/*news*/

/*contact*/
.contact{
    padding: 80px 0 50px;
}
.contact .contactfl{
    width: 38%;
}
.contact .contactfl .webname{
    color: #000;
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 30px;
}
.contact .contactfl .content p{
    color: #2d2d2d;
    font-size: 17px;
    line-height: 68px;
    font-weight: 100;
    border-bottom: 1px solid #e7e7e7;
    text-align: left!important;
    margin: 0;
}
.contact .contactfl .content p img{
    padding: 18px 20px 0 0;
}
.contact .contactfl .contact2wm{
    text-align: center;
    margin-top: 30px;
}
.contact .contactfl .contact2wm img{
    display: inline-block;
    width: 124px;
    margin: 0 25px;
}
.contact .map{
    width: 55%;
    height: 500px;
    margin-top: 30px;
}
/*contact*/
@media (max-width: 1200px){
    #header .headerbj,
    #header.height .headerbj{
        background: rgba(0, 0, 0, .8);
    }
    #header .headerbj .headlogo,
    #header.height .headerbj .headlogo{
        height: 70px;
        padding: 10px 0 10px 20px;
    }
    #header .headerbj .headlang,
    #header.height .headerbj .headlang{
        margin: 20px 20px 20px 0;
    }
    #header .headerbj .headnav ul li,
    #header.height .headerbj .headnav ul li{
        padding: 10px 0;
        margin-right: 60px;
    }
    .indexbanner .swiper-pagination{
        padding: 0 5%;
    }
    .inabout{
        padding: 80px 3%;
    }
    .countup ul li .shuzi{
        font-size: 40px;
        line-height: 30px;
    }
    .countup ul li:nth-child(3) .shuzi{
        font-size: 20px;
    }
    .inapply{
        padding: 80px 3% 0;
    }
    .inadvantage{
        padding: 80px 3%;
    }
    .innews{
        padding: 80px 3%;
    }
    .about .aboutfwln .aboutfwlnfl{
        width: 49%;
    }
    .about .aboutfwln .aboutfwlnfr{
        width: 48%;
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        display: none !important;
    }
    .showproduct .proone .proonefr{
        width: calc(100% - 670px);
        padding-top: 50px;
    }
}
/*手机版*/
#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: #fff;  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: #333;  font-size: 16px;  line-height: 20px;  margin: 30px 0 0;  }
.menumain .menubox .menunav .menuone.home a{  padding-bottom: 20px;  border-bottom: 1px solid #f1f1f1;  }
.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: 8px;  }
.menumain .menubox .menunav .menuone .menutwo a{  color: #888;  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(0, 0, 0, .2);  border-radius: 50%;  position: absolute;  left: -6px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree a{  color: #bbb;  font-size: 14px;  margin: 20px 20px 0 10px;  }
.menumain .menubox .menunav a.hover{  color: #970000 !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 #f1f1f1;  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: #333;  font-size: 15px;  position: relative;  top: -1px;  }
/*底部菜单*/
#mobtool{  display: none;  width: 100%;  height: 50px;  background: #970000;  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(/skin/images/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 #970000;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #970000;  }
#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: #970000;  }
.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(/skin/images/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 #970000;  }
.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: #970000;  }
/*手机版*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .onlineservice ul li{  width: 30px!important;  height: 31px!important;  }
    .onlineservice ul li i{  width: 30px!important;  line-height: 30px!important;  font-size: 14px!important;  }
    .onlineservice ul li i.fa-mobile{  font-size: 20px!important;  }
    .onlineservice ul li span{  display: none;  }
    .onlineservice ul li.morelist .list a{  line-height: 30px!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 .headlogo,
    #header.height .headerbj .headlogo{
        height: 50px;
        padding: 5px 0;
    }
    #header .headerbj .headlang,
    #header .headerbj .headnav{
        display: none;
    }
    #mcbanner{
        padding-top: 50px;
    }
    #mcbanner .indexbanner .swiper-wrapper{
        transition: unset;
    }
    #mcbanner .indexbanner .swiper-button-prev,
    #mcbanner .indexbanner .swiper-button-next,
    #mcbanner .indexbanner .swiper-pagination{
        display: none;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .inabout{
        padding: 50px 0;
    }
    .inabout .title1{
        font-size: 30px;
    }
    .inabout .title2{
        margin: 20px 0 30px;
    }
    .inabout .inaboutfl{
        width: 100%;
        padding-bottom: 50px;
    }
    .inabout .inaboutfl .content{
        font-size: 15px;
        line-height: 2;
    }
    .inabout .videolist{
        width: 100%;
    }
    .videos .videoer{
        width: 90%;
    }
    .videos .videoer #video{
        width: 100%;
    }
    .countup{
        padding: 50px 0 0;
    }
    .countup ul li{
        width: 50%;
        margin-bottom: 50px;
    }
    .countup ul li:nth-child(3){
        border-left: 1px solid transparent;
    }
    .countup ul li .shuzi{
        font-size: 30px;
    }
    .countup ul li:nth-child(3) .shuzi{
        font-size: 16px;
    }
    .inapply{
        padding: 50px 0 0;
    }
    .inapply .title1{
        font-size: 30px;
    }
    .inapply .title2{
        line-height: 24px;
        margin: 20px 0;
    }
    .inapply ul li{
        width: 100%;
        margin: 20px 0 0;
    }
    .inapply ul li a:before{
        height: 100%;
    }
    .inapply ul li a .proname{
        bottom: 50px;
        padding: 0 10%;
    }
    .inadvantage{
        padding: 50px 0 20px;
    }
    .inadvantage .title{
        font-size: 30px;
    }
    .inadvantage ul li{
        width: 100%;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .inpro{
        padding: 50px 0;
    }
    .inpro .inprotitle{
        font-size: 30px;
        padding-bottom: 50px;
    }
    .inpro .inpronav{
        display: none;
    }
    .inpro .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .indeve .indevebj{
        padding: 50px 0 20px;
        overflow: hidden;
    }
    .indeve .indevebj ul{
        width: 100%;
        height: unset;
        background: 0;
    }
    .indeve .indevebj ul li{
        position: unset;
        padding-bottom: 30px;
    }
    .innews{
        padding: 50px 0 20px;
    }
    .innews .title1{
        font-size: 30px;
    }
    .innews .title2{
        margin: 20px 0 30px;
    }
    .innews ul li{
        width: 100%;
        margin: 0 0 30px;
    }
    #footer .footcon{
        display: none;
    }
    #footer .foottail{  padding: 30px 0 80px;  text-align: center;  }
    #footer .foottail a{  display: block;  }
    #footer .foottail .footright,
    #footer .foottail .tailimg{  width: 100%;  }
    #footer .foottail .tailimg img{  margin: 15px auto 0;  }
    #footer .foottail .footother{  display: none;  }

    .about{
        padding-top: 50px;
    }
    .about .title1{
        font-size: 30px;
    }
    .about .title2{
        margin: 20px 0 30px;
    }
    .about .content{
        font-size: 15px;
        line-height: 2;
        padding-bottom: 20px;
    }
    .about .content ul li{
        width: 100%;
        margin: 0 0 30px;
    }
    .about .aboutfwln .aboutfwlnfl{
        width: 100%;
        margin-bottom: 20px;
    }
    .about .aboutfwln .aboutfwlnfr{
        width: 100%;
    }
    .about .aboutfwln .list{
        padding: 25px 25px 0;
    }
    .about .aboutfwln .list .list1{
        font-size: 20px;
    }
    .about .aboutfwln .list .list2{
        font-size: 14px;
        line-height: 2;
    }
    .navpro{
        display: none;
    }
    .product{
        padding: 0;
    }
    .product ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{
        display: none;
    }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{
        background: #970000;
    }
    .showproduct .proone .proonefr{
        width: 100%;
    }
    .showproduct .proone .proonefr .prooneshare .pro2wm:nth-child(4){
        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;  }

    .news ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .shownews .detailpage .more2{
        display: none;
    }
    .contact{
        padding: 50px 0;
    }
    .contact .contactfl{
        width: 100%;
    }
    .contact .contactfl .webname{
        font-size: 30px;
    }
    .contact .contactfl .contact2wm img{
        margin: 0 20px;
    }
    .contact .map{
        width: 100%;
        height: 300px;
    }
}