@charset "utf-8";

@font-face{
    font-family: 'HelveticaCondensed';
    src: url('../fonts/HelveticaCondensed.eot');
    src: url('../fonts/HelveticaCondensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaCondensed.woff2') format('woff2'),
    url('../fonts/HelveticaCondensed.woff') format('woff'),
    url('../fonts/HelveticaCondensed.ttf') format('truetype'),
    url('../fonts/HelveticaCondensed.svg#NeuesBauenDemo') format('svg');
    font-weight:normal;
    font-style:normal
}

/*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 'HelveticaCondensed';}
/* 重置列表元素 */
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: #cf152d; 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: 'HelveticaCondensed';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*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager a{background:#333;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager a.curpage{background:#cf152d;}
.mc_pager a:nth-child(3),.mc_pager a:nth-last-child(2){width:50px;font-size: 0;}
.mc_pager a:nth-child(3):before{content:'◀';font-size:14px;}
.mc_pager a:nth-last-child(2):before{content:'▶';font-size:14px;}
.mc_pager .pageinfo,.mc_pager .homepage,.mc_pager .endpage{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;
    transition-duration: 1s;
}
#header.height{
    top: -90px;
}
#header .headerlang{
    background: url(../img/headerlang.jpg) center;
}
#header .headerlang .headerlang1{
    color: #6c7175;
    line-height: 40px;
}
#header .headerlang .headerlang1 .fa{
    padding: 0 10px;
}
#header .headerlang .headerlang2{
    color: #fff;
    line-height: 40px;
}
#header .headertop{
    background: #f1f2f4;
}
#header .headertop .headnav ul li{
    margin-right: 50px;
    position: relative;
}
#header .headertop .headnav ul li:nth-child(1){
    display: none;
}
#header .headertop .headnav ul li > a{
    display: block;
    color: #3c3c3c;
    font-size: 17px;
    line-height: 50px;
}
#header .headertop .headnav ul li > a:hover,
#header .headertop .headnav ul li > a.hover{
    color: #cf152d;
}
#header .headertop .headnav ul li > a i{
    padding-left: 10px;
}
#header .headertop .headnav ul li .headnavlist{
    width: 130%;
    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 .headertop .headnav ul li:hover .headnavlist{
    max-height: 300px;
}
#header .headertop .headnav ul li .headnavlist > a{
    display: block;
    color: #3c3c3c;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    padding: 0 5px;
}
#header .headertop .headnav ul li .headnavlist > a:hover,
#header .headertop .headnav ul li .headnavlist > a.hover{
    color: #cf152d;
}
#header .headertop .headsearch{
    background: #fff;
    border-radius: 5px;
    margin: 10px 0;
}
#header .headertop .headsearch .inputtext{
    width: 300px;
    height: 30px;
    color: #6c7175;
    padding: 0 10px;
    background: 0;
    outline: 0;
    border: 0;
}
#header .headertop .headsearch .inputsubmit{
    width: 30px;
    height: 30px;
    background: 0;
    outline: 0;
    border: 0;
}
#header .headertop .headmail{
    color: #6c7175;
    font-size: 18px;
    line-height: 50px;
    padding-right: 20px;
}
#header .headerbj{
    background: #cf152d;
}
#header .headerbj .headlogo{
    height: 90px;
    padding: 10px 0;
}
#header .headerbj .headlogo img{
    height: 100%;
}
#header .headerbj .headpro{
    display: block;
}
#header .headerbj .headpro > ul > li{
    margin-left: 100px;
}
#header .headerbj .headpro > ul > li > a{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 90px;
    text-transform: uppercase;
    background: url(../img/headpro.png) left center no-repeat;
    padding-left: 40px;
}
#header .headerbj .headpro > ul > li > a:hover,
#header .headerbj .headpro > ul > li > a.hover{
    font-weight: bold;
}
#header .headerbj .headpro > ul > li .headnavlist{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition-duration: 1s;
}
#header .headerbj .headpro > ul > li:hover .headnavlist{
    max-height: 1000px;
}
#header .headerbj .headpro > ul > li .headnavlist ul{
    max-width: 1200px;
    margin: auto;
    padding: 30px 0 50px;
    position: relative;
}
#header .headerbj .headpro > ul > li .headnavlist ul .line:before{
    content: '';
    width: 1px;
    height: calc(100% - 60px);
    background: #e7e7e7;
    position: absolute;
    top: 30px;
    left: 32.5%;
}
#header .headerbj .headpro > ul > li .headnavlist ul .line:after{
    content: '';
    width: 1px;
    height: calc(100% - 60px);
    background: #e7e7e7;
    position: absolute;
    top: 30px;
    left: 67.5%;
}
#header .headerbj .headpro > ul > li .headnavlist ul > li{
    width: 30%;
    margin-right: 5%;
}
#header .headerbj .headpro > ul > li .headnavlist ul > li:nth-child(3n+1){
    margin-right: 0;
}
#header .headerbj .headpro > ul > li .headnavlist ul > li > a{
    display: block;
    color: #636363;
    font-size: 18px;
    line-height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}
#header .headerbj .headpro > ul > li .headnavlist ul > li > a:hover,
#header .headerbj .headpro > ul > li .headnavlist ul > li > a.hover{
    color: #cf152d;
}
#header .headerbj .headpro > ul > li .headnavlist ul > li > a img{
    padding: 0 30px;
}
/*header*/

/*mcbanner*/
#mcbanner{
    margin-top: 182px;
    position: relative;
    z-index: 1;
}
#mcbanner .indexbanner .swiper-pagination{
    width: 840px;
    background: rgba(0, 0, 0, .5);
    left: 50%;
    bottom: 50px;
    margin-left: -420px;
}
#mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
    float: left;
    width: 25%;
    height: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 25px 25px;
    background: 0;
    border-radius: 0;
    margin: 0;
    opacity: 1;
}
#mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet:nth-child(4){
    line-height: 50px;
}
#mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(207, 21, 45, .8);
}
#mcbanner .indexbanner .swiper-button-prev,
#mcbanner .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%;
}
#mcbanner .indexbanner .swiper-button-prev{
    left: 5%;
}
#mcbanner .indexbanner .swiper-button-next{
    right: 5%;
}
/*mcbanner*/

/*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 #cf152d;
}
.more:before{
    content: '';
    width: 180%;
    height: 100%;
    background: #cf152d;
    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;
}

.intel{
    background: #080808;
    padding: 50px 0;
    overflow: hidden;
}
.intel a{
    width: 19%;
    margin-right: 8%;
    color: #fff;
    font-size: 18px;
    border-bottom: 3px solid #cf152d;
    padding-bottom: 5px;
}
.intel a:nth-child(4){
    margin-right: 0;
}
.inlatest{
    background: url(../img/inlatestbj.jpg) fixed center / cover no-repeat;
    padding: 50px 0 100px;
    overflow: hidden;
}
.inlatest .inlatesttit .inlatesttit1{
    color: #fff;
    font-size: 40px;
    font-family: 'Arial';
    font-weight: bold;
    line-height: 50px;
    padding: 80px 0 0 400px;
}
.inlatest .inlatesttit .more{
    padding: 15px 30px;
    color: #fff;
    border-radius: 0;
    margin: 50px 0 0 500px;
}
.inpro{
    padding: 50px 2% 30px;
    overflow: hidden;
}
.inpro .inprotit1{
    color: #202020;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}
.inpro .inprotit1:before{
    content: '';
    width: 100px;
    height: 5px;
    background: #202020;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
.inpro .inprotit2{
    color: #727272;
    font-size: 18px;
    text-align: center;
    padding: 20px 0 10px;
}
.inpro ul li{
    width: 15.83%;
    margin: 30px 1% 0 0;
}
.inpro ul li:nth-child(6){
    margin-right: 0;
}
.inpro ul li a{
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.inpro ul li a .imgurl{
    overflow: hidden;
}
.inpro ul li a .title{
    margin: 0 20px;
    color: #2c2c31;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro ul li a .name{
    margin: 0 20px;
    color: #2c2c31;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro ul li a .more{
    padding: 12px 32px;
    border-radius: 0;
    margin: 20px;
}
.invideo{
    overflow: hidden;
}
.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;
}
.instrength{
    padding: 50px 2% 0;
    overflow: hidden;
}
.instrength div.fl{
    height: 376px;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
}
.instrength div.fl img{
    max-width: unset;
}
.instrength div.fl a{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition-duration: 1s;
}
.instrength div.fl:hover a{
    transform: scale(1);
}
.instrength div.fl a p{
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    padding: 0 2%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.instrength .instrength1{
    width: 20%;
}
.instrength .instrength2{
    width: 37%;
}
.instrength .instrength3{
    width: 20%;
}
.instrength .instrength4{
    width: 20%;
    margin-right: 0!important;
}
.instrength .instrength5{
    width: 24%;
}
.instrength .instrength6{
    width: 22%;
}
.instrength .instrength7{
    width: 32%;
}
.instrength .instrength8{
    width: 19%;
    margin-right: 0!important;
}
.instrength .inmore{
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    background: #494948;
    text-align: center;
}
.insales{
    padding: 50px 0;
    overflow: hidden;
}
.insales ul li{
    width: 30%;
    text-align: center;
}
.insales ul li:nth-child(2){
    width: 40%;
}
.insales ul li .insales1{
    color: #5e5e5e;
    font-size: 22px;
    line-height: 30px;
}
.insales ul li .insales2{
    color: #5e5e5e;
    font-size: 18px;
    line-height: 30px;
}
.insales ul li:nth-child(2) .insales2{
    color: #cf152d;
}
/*index*/

/*footer*/
#footer{
    position: relative;
    z-index: 3;
}
#footer .footcon{
    border-top: 1px solid #e0e0e0;
    padding: 50px 0;
}
#footer .footcon .footnav{
    width: calc(33.33% - 150px);
}
#footer .footcon .footnav .namemark{
    color: #333;
    font-size: 22px;
    padding-bottom: 20px;
}
#footer .footcon .footnav dl a{
    display: inline-block;
    color: #333;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    transition-duration: .5s;
}
#footer .footcon .footnav dl a:hover{
    color: #cf152d;
}
#footer .footcon .footnav dl a:before{
    content: '';
    width: 10px;
    height: 1px;
    background: #cf152d;
    position: absolute;
    top: 18px;
    left: 0;
    opacity: 0;
    transition-duration: 1s;
}
#footer .footcon .footnav dl a:hover:before{
    opacity: 1;
}
#footer .footcon .footnav dl a p{
    position: relative;
    left: 0;
    transition-duration: 1s;
}
#footer .footcon .footnav dl a:hover p{
    left: 15px;
}
#footer .footcon .footsearch{
    width: 450px;
}
#footer .footcon .footsearch .search1{
    color: #333;
    font-size: 18px;
}
#footer .footcon .footsearch .search2{
    color: #333;
    padding: 15px 0 30px;
}
#footer .footcon .footsearch form{
    border-bottom: 1px solid #494948;
    padding-bottom: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}
#footer .footcon .footsearch form .inputtext{
    width: calc(100% - 50px);
    height: 50px;
    color: #333;
    font-size: 18px;
    background: 0;
    outline: 0;
    border: 0;
}
#footer .footcon .footsearch form .inputsubmit{
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background: #cf152d;
    outline: 0;
    border: 0;
}
#footer .footcon .footsearch .footshare a{
    display: inline-block;
    width: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #494948;
    border-radius: 50%;
    margin-right: 10px;
}
#footer .foottail{
    background: #cf152d;
    padding: 30px 0;
}
#footer .foottail .footright{
    color: #fff;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #fff;
}
#footer .foottail .footright a:hover{
    color: #cf152d;
}
#footer .foottail .footbanquan{
    position: relative;
    left: 0;
}
#footer .foottail .footbanquan:hover{
    left: -5px;
}
/*footer*/

/*product*/
.product{
    overflow: hidden;
}

.product .footshare{
    padding: 0px 0 10px 0 ;
}
.product .footshare a {
    display: inline-block;
    width: 30px;
    color: #fff!important;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #494948;
    border-radius: 50%;
    margin-right: 10px;
} 
@media(min-width: 1450px){.product .container{width: 1450px;}}
.product .protitle{
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0 10px;
    overflow: hidden;
}
.product .protitle .protitle1{
    color: #cf152d;
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
}
.product .pronav{
    width: 270px;
    margin: 30px 0;
}
.product .pronav ul li a{
    display: block;
    color: #636363;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 10px 30px;
    background: url(../img/pronav1.jpg) left center no-repeat;
}
.product .pronav ul li a:hover,
.product .pronav ul li a.hover{
    color: #cf152d;
    background: url(../img/pronav2.jpg) left center no-repeat;
}
.product .pronav ul dl a{
    display: block;
    color: #636363;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 10px 40px;
}
.product .pronav ul dl a:hover,
.product .pronav ul dl a.hover{
    color: #cf152d;
}
.product .prolist{
    width: calc(100% - 270px);
    padding: 10px 0 0;
    overflow: unset;
}
.product .prolist ul li{
    width: 24.25%;
    margin: 30px 1% 0 0;
}
.product .prolist ul li:nth-child(4n){
    margin-right: 0;
}
/*showproduct*/
.showproduct{  width: calc(100% - 270px);  padding-top: 40px;  }
/*<!--第一部分-->*/
.showproduct .proone{  padding-bottom: 40px;  }
.showproduct .proone .proimgurl{  width: 450px;  margin: auto;  }
.showproduct .proone .prodisplayimg{  width: 400px;  margin: 20px auto 0;  position: relative;  }
.showproduct .proone .proonefr{  width: calc(100% - 550px);  }
.showproduct .proone .proonefr .proonetitle{  color: #2c2c31;  font-size: 38px;  padding-bottom: 10px;  }
.showproduct .proone .proonefr .proonename{  color: #2c2c31;  font-size: 38px;  font-weight: bold;  padding-bottom: 30px;  }
.showproduct .proone .proonefr .content{  color: #2c2c2c;  font-size: 18px;  line-height: 28px;  padding-bottom: 30px;  }
.showproduct .proone .proonefr .content p br{  display: none;  }
.showproduct .proone .proonefr .prooneshare a{  display: inline-block;  color: #7c7c7c;  font-size: 20px;  border: 1px solid #7c7c7c;  width: 50px;  line-height: 48px;  text-align: center;  overflow: hidden;  margin: 0 5px 5px 0;  }
.showproduct .proone .proonefr .prooneshare a.procon{  width: 175px;  color: #fff;  background: #cf152d;  border: 1px solid #cf152d;  }
.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: 60px;  bottom: -30px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm img{  width: 100%;  height: 100%;  }
/*<!--第三部分-->*/
.showproduct .prothree{  padding-bottom: 60px;  }
.showproduct .prothree .related{  color: #202020;  font-size: 44px;  font-weight: bold;  }
.showproduct .prothree .prolist{  width: 100%;  }
/*product*/

/*news*/
.news{
    overflow: hidden;
}
.news .protitle{
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0 10px;
    overflow: hidden;
}
.news .protitle .protitle1{
    color: #cf152d;
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
}
.news .newslist ul li{
    width: 26%;
    margin: 50px 11% 0 0;
    position: relative;
}
.news .newslist ul li:nth-child(3n){
    margin-right: 0;
}
.news .newslist ul li:before{
    content: '';
    width: 1px;
    height: 100%;
    background: #efefef;
    position: absolute;
    top: 0;
    right: -20%;
}
.news .newslist ul li:nth-child(3n):before{
    display: none;
}
.news .newslist ul li a{
    display: block;
}
.news .newslist ul li a .title{
    color: #4f4f4f;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .newslist ul li a .content{
    margin: 20px 0 30px;
    color: #757575;
    font-size: 16px;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news .newslist ul li a:hover .content{
    color: #cf152d;
}
.news .newslist ul li a .newsmore{
    display: table;
    color: #838383;
    font-size: 15px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.news .newslist ul li a:hover .newsmore{
    color: #cf152d;
    border-bottom: 1px solid #cf152d;
}
/*shownews*/
.shownews{
    padding-top: 50px;
}
.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: #cf152d;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more2{
    color: #fff;
    background: #cf152d;
    border-radius: 5px;
    padding: 15px 30px;
}
/*news*/

/*about*/
.about{
    overflow: hidden;
}
.about .content{
    color: #000;
    font-size: 18px;
    line-height: 45px;
    padding: 50px 0;
}
.about .content h2{
    color: #cf152d;
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 30px;
}
.about .content ul li{
    float: left;
    width: 31.33%;
    margin: 0 3% 30px 0;
    padding: 0 0 10px;
    background: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.about .content ul li:nth-child(3n){
    margin-right: 0;
}
.about .content ul li img{
    padding: 0 0 10px;
}
/*about*/

/*contact*/
.contact{
    overflow: hidden;
}
.contact .contitle{
    color: #cf152d;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 60px 0 30px;
}
.contact .con2wm{
    width: 220px;
    border-right: 1px solid #e3e3e3;
    padding-right: 40px;
}
.contact .content{
    width: calc(100% - 220px);
}
.contact .content h2{
    color: #000;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0 20px 30px;
}
.contact .content ul li{
    float: left;
    width: 26%;
    padding-left: 30px;
    border-left: 1px solid #ececec;
}
.contact .content ul li:nth-child(1){
    border-left: 1px solid transparent;
}
.contact .content ul li:nth-child(3){
    width: 48%;
}
.contact .content ul li p{
    color: #000;
    font-size: 18px;
    line-height: 30px;
}
.contact .content .conshare{
    margin: 20px 0 0 20px;
}
.contact .content .conshare a{
    display: inline-block;
    width: 35px;
    color: #b4b4b4;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #b4b4b4;
    margin-left: 11px;
}
.contact .contactfeed{
    padding: 50px 0;
}
.contact .contactfeed .ftype_input{
    overflow: hidden;
}
.contact .contactfeed .ftype_input input{
    width: 31.33%;
    margin-right: 3%;
    height: 60px;
    color: #979797;
    font-size: 16px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    outline: 0;
}
.contact .contactfeed .ftype_input input:nth-child(3){
    margin-right: 0;
}
.contact .contactfeed .ftype_textarea textarea{
    width: 100%;
    margin-top: 20px;
    height: 90px;
    color: #979797;
    font-size: 16px;
    line-height: 30px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    outline: 0;
}
.contact .contactfeed .submit{
    margin-top: 50px;
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #cf152d;
    border: 0;
    outline: 0;
}
/*contact*/
@media (max-width: 1600px){

}
@media (max-width: 1440px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
    #header .headerlang .headerlang2{
        background: #cf152d;
        padding-left: 10px;
    }
    #header .headertop .headnav ul li{
        margin-right: 20px;
    }
    #header .headerbj .headpro > ul > li{
        margin-left: 50px;
    }
    .intel a{
        width: 22%;
        margin-right: 4%;
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        display: none !important;
    }
    .showproduct .proone .proonefr{
        width: 100%;
        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: #c70820;  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: #cf152d;  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 #cf152d;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #cf152d;  }
#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: #cf152d;  }
.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 #cf152d;  }
.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: #cf152d;  }
/*手机版*/
@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.height{
        top: 0;
    }
    #header .headerlang,
    #header .headertop,
    #header .headerbj .headpro{
        display: none;
    }
    #header .headerbj .headlogo{
        height: 50px;
        padding: 5px 0;
    }
    #mcbanner{  margin-top: 52px;  }
    #mcbanner .indexbanner .swiper-pagination{
        width: 100%;
        background: 0;
        left: auto;
        bottom: 10px;
        margin: 0;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
        float: none;
        width: 10px;
        height: 10px;
        font-size: 0;
        line-height: 0!important;
        padding: 0;
        background: #888;
        border-radius: 50%;
        margin: 0 5px;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet-active{
        background: #cf152d;
    }
    .intel{
        display: none;
    }
    .inlatest{
        background: url(../img/inlatestbj.jpg) center / cover no-repeat;
        padding: 50px .9375rem;
    }
    .inlatest .inlatesttit .inlatesttit1{
        font-size: 25px;
        line-height: 35px;
        text-align: right;
        padding: 30px 0;
    }
    .inlatest .inlatesttit .more{
        float: right;
        margin: 0;
    }
    .inpro{
        padding: 50px 0;
    }
    .inpro .inprotit1{
        font-size: 35px;
    }
    .inpro ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .inpro ul li:nth-child(n+3){
        display: none;
    }
    .videos .videoer{
        width: 90%;
    }
    .videos .videoer #video{
        width: 100%;
    }
    .instrength{
        padding: 50px 0 0;
    }
    .instrength .instrength1,
    .instrength .instrength3,
    .instrength .instrength4,
    .instrength .instrength5,
    .instrength .instrength6,
    .instrength .instrength8{
        display: none;
    }
    .instrength div.fl.instrength2,
    .instrength div.fl.instrength7{
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .instrength div.fl img{
        width: 100%;
    }
    .insales{
        padding: 50px 0 0;
    }
    .insales ul li{
        width: 100%!important;
        padding: 0 0 50px;
    }
    #footer .footcon{
        display: none;
    }
    #footer .foottail{  padding: 30px 0 80px;  text-align: center;  }
    #footer .foottail .footright{  width: 100%;  }
    #footer .foottail .footright a:nth-last-child(1){  display: block;  }
    #footer .foottail .footbanquan{  width: 100%;  }
    #footer .foottail .footbanquan img{  margin: 15px auto 0;  }

    .product .protitle{
        display: none;
    }
    .product .pronav{
        display: none;
    }
    .product .prolist{
        width: 100%;
        padding: 0;
    }
    .product .prolist ul li{
        width: 100%;
        margin: 30px 0 0;
        display: block;
    }
    .showproduct{
        width: 100%;
        padding: 0;
    }
    .showproduct .proone{
        padding: 30px 0 50px;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{  display: none;  }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{  background: #cf152d;  }
    .showproduct .proone .proonefr .prooneshare .pro2wm:nth-child(4){  display: none;  }
    .showproduct .prothree{
        padding-bottom: 50px;
    }
    .showproduct .prothree .prolist ul li:nth-child(n+2){
        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 .protitle{
        display: none;
    }
    .news .newslist ul li{
        width: 100%;
        margin: 50px 0 0;
    }
    .news .newslist ul li:before{
        display: none;
    }
    .shownews .detailpage .more2{
        display: none;
    }
    .about .content{
        font-size: 16px;
        line-height: 35px;
    }
    .about .content h2{
        font-size: 35px;
    }
    .about .content ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .contact .contitle{
        font-size: 40px;
        padding: 50px 0;
    }
    .contact .con2wm{
        display: none;
    }
    .contact .content{
        width: 100%;
    }
    .contact .content h2{
        padding: 0;
    }
    .contact .content ul li{
        width: 100%!important;
        padding: 30px 0 0;
        border: 0!important;
    }
    .contact .content .conshare{
        display: none;
    }
    .contact .contactfeed .ftype_input input{
        width: 100%;
        margin: 0;
    }
}