body{background: #efefef;font-size:14px;
 /*font-family: -apple-system,"SF UI Text",Roboto,Noto,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;*/
 font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;
 color:#000;max-width: 1920px;margin:0 auto;}
*{margin:0;padding:0;box-sizing: border-box;}
ul,dl,dd,dt,h2,p,h3,h4,h1{margin:0;}
ul,li{list-style: none;}
i{font-style: normal;}
a{cursor: pointer;color:inherit;}
a:hover,a:focus{text-decoration: none;color:inherit;}

.fs0{font-size:0;}
.fs55{font-size: 55px;}
.fs48{font-size: 48px;}
.fs40{font-size: 40px;}
.fs30{font-size: 30px;}
.fs26{font-size: 26px;}
.fs24{font-size: 24px;}
.fs20{font-size: 20px;}
.fs18{font-size: 18px;}
.fs16{font-size: 16px;}

@font-face{font-family: "iconfont";
 src: url('../fonts/iconfont.eot'); /* IE9*/
 src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
 url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
 url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
 url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
 font-family:"iconfont" !important;
 display:inline-block;
 vertical-align: middle;
 margin:0 .3em;
 font-size: 1.1em;
 font-style:normal;
 -webkit-font-smoothing: antialiased;
 -webkit-text-stroke-width: 0px;
 -moz-osx-font-smoothing: grayscale; 
}


@font-face{
 font-family: 'rt';
 src:url('pf/pfr.ttf');
}
.ht{font-family: '黑体';}
.rt{font-family: 'rt';}
.c0{color:#000;}
.c3{color:#333;}
.c6{color:#666;}
.fl{float:left;}
.fr{float:right!important;}
.mb10{margin-bottom: 10px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.pr{position: relative;}
.bold{font-weight: bold;}
.img-responsive{display: block;margin:0 auto;max-width: 100%;}
.flex,.flexC{ display: -webkit-box;display: -webkit-flex; display: -ms-flexbox; display: flex;}
.flex>.sub,.flexC>.sub{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden;}
.flexC{-webkit-flex-direction: column; flex-direction: column;}
.sb{justify-content: space-between;}
.jc{justify-content: center;}
.ai{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.wrap{flex-wrap: wrap;}
.oneLine{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.twoLine{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.no-padding{padding-left:0;padding-right: 0;}
.padding{padding:0 3%;}
.bg{background: #f8f8f8;}
.navbar{margin:0;border:none;background: none;color:#fff;}
.navbar-brand{height: auto;padding:20px 15px;display: inline-block;}
/*.navbar-collapse{padding:20px 0;}*/
.logo-m{display: none!important;}
.navbar-brand>img{max-height: 55px;}
.imghover{transition: all linear .6s;}
.imghover:hover{transform: scale(1.08);}
.mix{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.w1400{width: 85%;max-width: 1470px;margin-left:auto;margin-right: auto;}
.css3{-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s;}
.css3l{-webkit-transition-duration: 1s; -ms-transition-duration: 1s; -o-transition-duration: 1s; -moz-transition-duration: 1s; transition-duration: 1s;}
.full_img{width:100%;height: 100%;object-fit: cover;object-position: center;position: absolute;left:0;top:0;}
.gray {-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}
.gray:hover {-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);filter:gray;}


.more-btn{display: block;width: 168px;line-height: 48px;border:1px solid #000;text-align: center;color:#000;letter-spacing: 2px;border-radius:999px;overflow: hidden;font-size:17px;transition: all .3s;}
.more-btn.white{border-color:#fff;color:#fff;}
.more-btn:hover{background: #da251d;color:#fff;border-color:#da251d;}

.common_btn{position: relative;overflow: hidden;}
.common_btn>span{display:inline-block;vertical-align:middle;opacity:0;filter: alpha(opacity=0);color:#fff;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);vertical-align:0}
.common_btn::before{content:attr(c-text);position:absolute;top:0;left:10%;width:80%;height:100%;-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);display: none\0;}
.common_btn:hover .iconfont{color:#fff;}
/*.common_btn:hover{background:#d20319;}*/
.common_btn:hover::before{opacity:0;filter: alpha(opacity=0);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.common_btn:hover>span{opacity:1;filter: alpha(opacity=100);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display: inline-block;}
.common_btn>span.sep{width: 5px;height: 5px;display: inline-block;}
.common_btn:hover>span:nth-child(1){-webkit-transition-delay:45ms;transition-delay:45ms}
.common_btn:hover>span:nth-child(2){-webkit-transition-delay:.09s;transition-delay:.09s}
.common_btn:hover>span:nth-child(3){-webkit-transition-delay:.135s;transition-delay:.135s}
.common_btn:hover>span:nth-child(4){-webkit-transition-delay:.18s;transition-delay:.18s}
.common_btn:hover>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.common_btn:hover>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.common_btn:hover>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.common_btn:hover>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.common_btn:hover>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.common_btn:hover>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s}
.common_btn:hover>span:nth-child(11){-webkit-transition-delay:.495s;transition-delay:.495s}
.common_btn:hover>span:nth-child(12){-webkit-transition-delay:.54s;transition-delay:.54s}
.common_btn:hover>span:nth-child(13){-webkit-transition-delay:.585s;transition-delay:.585s}
.common_btn:hover>span:nth-child(14){-webkit-transition-delay:.63s;transition-delay:.63s}
.common_btn:hover>span:nth-child(15){-webkit-transition-delay:.675s;transition-delay:.675s}
.common_btn:hover>span:nth-child(16){-webkit-transition-delay:.72s;transition-delay:.72s}
.common_btn:hover>span:nth-child(17){-webkit-transition-delay:.765s;transition-delay:.765s}
.common_btn:hover>span:nth-child(18){-webkit-transition-delay:.81s;transition-delay:.81s}
.common_btn:hover>span:nth-child(19){-webkit-transition-delay:.855s;transition-delay:.855s}
.common_btn:hover>span:nth-child(20){-webkit-transition-delay:.9s;transition-delay:.9s}
.common_btn.static_btn:hover{background:none;}
.common_btn.static_btn>span{color:#d20319;}
.common_btn.static_btn::before{left:0;}

.common-btn{border-radius:999px;width:310px;text-align: center;max-width: 60%;margin-left:auto;margin-right: auto;display: block;line-height: 58px;border:3px solid #313131;}
.common-btn:hover{border-color:#0084e9;background: #0084e9;color:#fff;}

@media (min-width: 767px){
 .container{width:90%;max-width: 1380px;padding-left:0;padding-right:0;}
}
@media (min-width: 1200px){
 .container{width:85%;}
 .header .container{width: 90%;}
}
@media (min-width: 1420px){
 .container,.header .container{width: 1380px;}
}
@media (min-width: 1500px){
 .header .container{max-width:1460px;width: 1460px;}
}


/* 导航部分 */
.header{position: fixed;top:0; left:0; right:0; z-index: 99;transition: top .5s ease;-webkit-transition:top .5s ease; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;color:#fff;}
.header.fixed,.header:hover{top:0;background:#fff;color:#333;}
.header_box{position: relative;}
.header_box .sub{overflow: visible;}
.header .header_logo{position: absolute;left:0;top:0;bottom:0;max-width: 20%;}
.header .header_logo .flex{height: 100%;}
.header .header_logo img{max-height:90%;margin:0;max-width: 210px;}
.header .header_logo .logo-black,.header.fixed .header_logo .logo-white,.header:hover .header_logo .logo-white{display: none;}
.header.fixed .header_logo .logo-black,.header:hover .header_logo .logo-black{display: block;}
.header .header_nav{text-align: right;font-size:16px;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-right:3.3%;}
.header .header_nav li{position: relative;}
.header .header_nav .nav_container>ul>li>a{display: block;line-height: 100px;position: relative;}
.header .header_nav .nav_container>ul>li>a.active,.header .header_nav .nav_container>ul>li>a:hover{color:#da251d;}
.header .header_nav .nav_container .dropdown-menu{margin:0;border:none;left:50%;transform: translateX(-50%);text-align: center;border-radius:0;background: #fff;font-size:16px;width: auto;min-width:100px;background: #da251d;padding:5px 0;}
.header .header_nav .nav_container .dropdown-menu li a{display: block;white-space: nowrap;padding:10px 10px;color:#fff;position: relative;transition: all .3s;line-height: 1;overflow: hidden;text-overflow: ellipsis;}
.header .header_nav .nav_container .dropdown-menu li a:hover,.header .header_nav .nav_container .dropdown-menu li a:focus,.header .header_nav .nav_container .dropdown-menu li a.active{background: #da251d;;color:#fff;}

.header .header_box .tel-btn{display: block;padding-left:26px;background: url(../images/icon-tel-white.png) no-repeat left center;font-size: 16px;}
.header:hover .header_box .tel-btn,.header.fixed .header_box .tel-btn{background-image: url(../images/icon-tel.png);}

.header .nav-box .nav-lang{text-transform: uppercase;float: right;text-align: center; cursor: pointer;line-height: 100px;position: relative;cursor: pointer;}
.header .nav-box .nav-lang .lang{display: block;padding:0 24px 0 38px;position: relative;background: url(../images/icon-earth-white.png) no-repeat left center;}
.header .nav-box .nav-lang .lang i{position: absolute;right:0;top:0;width:12px;height: 100%;background: url(../images/icon-down-white.png) no-repeat center;}
.header:hover .nav-box .nav-lang .lang,.header.fixed .nav-box .nav-lang .lang{background-image: url(../images/icon-earth.png);}
.header:hover .nav-box .nav-lang .lang i,.header.fixed .nav-box .nav-lang .lang i{background-image: url(../images/icon-down.png);}
.header .nav-box .quick_box{position: absolute;top: 100%;left:0;width:100%; background-color:#fff; background-repeat: no-repeat;background-position: right top;text-align: left;font-size: 14px;padding: 6px 0 10px;display: none;}
.header .nav-box .quick_box a{padding-left:15px;display: block;line-height: 38px;opacity: 0;filter: alpha(opacity=0);transform: translateX(30px);transition: all .6s ease-in-out;-webkit-transition:all .6s ease-in-out; color:#313131;}
.header .nav-box .quick_box a .lin{padding-right: 6px;color:#313131;vertical-align: 2px;}
.header .nav-box .quick_box.show a{opacity: 1;filter: alpha(opacity=100);transform: translateX(0);transition-delay: .3s;}
.header .nav-box .quick_box.show a:nth-child(1){transition-delay: .3s;}
.header .nav-box .quick_box.show a:nth-child(2){transition-delay: .5s;}
.header .nav-box .quick_box.show a:nth-child(3){transition-delay: .7s;}
.header .nav-box .quick_box.show a:nth-child(4){transition-delay: .9s;}
.header .nav-box .quick_box.show a:nth-child(5){transition-delay: 1.1s;}
.header .nav-box .quick_box.show a:nth-child(6){transition-delay: 1.3s;}
.header .nav-box .quick_box.show a:nth-child(7){transition-delay: 1.5s;}
.header .nav-box .quick_box.show a:nth-child(8){transition-delay: 1.7s;}
.header .nav-box .quick_box.show a:nth-child(9){transition-delay: 1.9s;}
.header .nav-box .quick_box.show a:nth-child(10){transition-delay: 2.1s;}
.header .nav-box .quick_box.show a:nth-child(11){transition-delay: 2.3s;}

.mobile_key {display: none;width:28px;height:25px;position: relative;border:none!important;cursor: pointer;padding:0;}
/*.button_menu{width: 30px;height: 25px;position: absolute;top:7px;left:0;}*/
.button_menu span {display:block;width:100%;height:3px;background-color:#fff;position:absolute;left:0;-moz-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;transition:all .36s ease;}
.button_menu span:nth-child(1) {top:0}
.button_menu span:nth-child(2) {top:50%;transform: translateY(-50%);}
.button_menu span:nth-child(3) {bottom:0}
.header.fixed .button_menu span{background: #333;}


.index_header{top:-80px; -moz-transition:all 1s ease 0s; -ms-transition:all 1s ease 0s; -o-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.index_header.ani{top:0;}
.header-container{position: relative;z-index:10;}

.ibanner{position: relative;}
.ibanner .slide-item-img{width:100%;height:100vh;object-fit: cover;object-position: center;}
.ibanner .item-mask{position: absolute;left:0;right:0;top:50%;color:#fff;transform: translateY(-50%);}
.ibanner .item-mask .txt{border-left:4px solid #da251d;padding-left:16px;padding-bottom:2px;margin-left:-20px;}
.ibanner .item-mask .title{line-height: 1.1;letter-spacing: 2px;}
.ibanner .item-mask .en{line-height: 0.9;font-weight: bold;margin-bottom: 30px;letter-spacing: 1px;}
.ibanner .item-mask .txt{transform: translateY(30px);opacity: 0;filter: alpha(opacity=0);transition: all .6s;transition-delay: .5s;}
.ibanner .swiper-slide-active .txt{transform: translateY(0);opacity: 1;filter: alpha(opacity=100);}

.ibanner .swiper-btn-box{position: absolute;z-index:10;left:0;width: 100%;bottom:7%;}
.ibanner .swiper-btn-box .swiper-btn{margin-left:2%;float:right;width: 62px;height: 62px;padding:9px;border-radius:100%;overflow: hidden;position: relative;}
.ibanner .swiper-btn-box .swiper-btn span{display: block;width: 100%;height: 100%;background: url(../images/banner-next.png) no-repeat center;background-size: 100% auto;border:2px solid #fff;border-radius:100%;overflow: hidden;}
.ibanner .swiper-btn-box .swiper-btn-prev span{background-image: url(../images/banner-prev.png);}
.ibanner .swiper-btn-box svg{ position:absolute; width: 100%;left:0;top:0;height: 100%;transform: rotate(-90deg); transform-origin:31px;}
.ibanner .swiper-btn-box svg .jdt2{stroke-dasharray:0 190;}
.ibanner .swiper-btn-box .swiper-btn-next.active svg .jdt2{ animation: jtd2 infinite 6s linear; }
@keyframes jtd2{
 0%{ stroke-dasharray:0 190; stroke-dashoffset: 0;}
 100%{ stroke-dasharray:190 0; stroke-dashoffset: 0;}
}

.banner_mouse{position:absolute; width: 30px;height: 46px;cursor:pointer;background:url(../images/banner_mouse_ico.png) no-repeat -30px 0px;-webkit-animation: nudgeMouse 1.6s linear infinite;animation: nudgeMouse 1.6s linear infinite; bottom:8%; left:50%;margin-left:-15px;z-index:20;}
.banner_mouse:after,.banner_mouse:before{content: "";position: absolute;}
.banner_mouse:before{width:30px;height:46px;background:url(../images/banner_mouse_ico.png) no-repeat 0px 0px;-webkit-animation: colorSlide 1.6s linear infinite;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner_mouse:after{background-color: #ffffff;width: 5px;height: 10px;border-radius: 2px;-webkit-animation: trackBallSlide 1.6s linear infinite;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
@-webkit-keyframes colorSlide {0% {height:0;}
90% {height:40px;}
}
@keyframes colorSlide {0% {height:0;}
90% {height:40px;}
}
@-webkit-keyframes trackBallSlide {0% {opacity:1;-webkit-transform:scale(1) translateY(-8px);transform:scale(1) translateY(-8px);}
34% {opacity:1;-webkit-transform:scale(0.9) translateY(4px);transform:scale(0.9) translateY(4px);}
68% {opacity:0;-webkit-transform:scale(0.4) translateY(16px);transform:scale(0.4) translateY(16px);}
100% {opacity:0;-webkit-transform:scale(0.4) translateY(-8px);transform:scale(0.4) translateY(-8px);}
}
@keyframes trackBallSlide {0% {opacity:1;-webkit-transform:scale(1) translateY(-8px);transform:scale(1) translateY(-8px);}
34% {opacity:1;-webkit-transform:scale(0.9) translateY(4px);transform:scale(0.9) translateY(4px);}
68% {opacity:0;-webkit-transform:scale(0.4) translateY(16px);transform:scale(0.4) translateY(16px);}
100% {opacity:0;-webkit-transform:scale(0.4) translateY(-8px);transform:scale(0.4) translateY(-8px);}
}
@-webkit-keyframes nudgeMouse {0% {-webkit-transform:translateY(0);transform:translateY(0);}
50% {-webkit-transform:translateY(8px);transform:translateY(8px);}
100% {-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes nudgeMouse {0% {-webkit-transform:translateY(0);transform:translateY(0);}
50% {-webkit-transform:translateY(8px);transform:translateY(8px);}
100% {-webkit-transform:translateY(0);transform:translateY(0);}
}



.title-box{height: 60px;}
.title-box .en{text-transform: uppercase;line-height: 1;font-weight: bold;font-family: arial;color:rgba(218,37,29,.2);line-height: 0.8;position: relative;}
.title-box .en span{float:left;position: relative;}
.title-box .en span:after,.title-box .tit span:after{position: absolute;content:'';left:0;height: 2px;right:2px;background: #da251d;}
.title-box .en span:after{top:100%;margin-top:14px;}
.title-box .tit{top:-25px;position: relative;z-index:10;line-height: 1;letter-spacing: 1px;}
.title-box .tit span{position: relative;float:left;z-index:10;padding-right:9px;}
.title-box .tit span b{position: relative;z-index:11;font-weight: normal;}
.title-box .tit span:after{background: #EFEFEF;bottom:-1px;}
.title-box.white{color:#fff;}
.title-box.white .tit span:after{background:#fff;}

.wrapper{position: relative;z-index:20;background: #efefef;}
.part-about{padding:96px 0 60px;background: url(../images/part1-bg.png) no-repeat top center;background-size: 100% auto;overflow: hidden;}
.part-about .num-box{text-align: center;}
.part-about .num-box .num{color:#da251d;line-height: 1;}
.part-about .num-box .item-desc{margin-top: 15px;letter-spacing: 1px;}
.part-about .box{margin-top:95px;}
.part-about .left{width: 44%;max-width: 605px;padding-bottom: 32px;}
.part-about .right{width: 50%;max-width: 690px;position: relative;}
.part-about .right .img{position: absolute;top:0;left:0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.part-about .right .img .video{height: 100%;position: relative;}
.part-about .right .img .play-icon{cursor: pointer;width: 75px;height: 75px;background: url(../images/icon-play.png) no-repeat center;background-size: 100% auto;z-index:10;}
.part-about .left .desc{line-height:2.25;letter-spacing: 2px;text-align: justify;margin-top:55px;overflow-y:auto;}
.part-about .left .desc::-webkit-scrollbar {width:3px;}
.part-about .left .desc::-webkit-scrollbar-track {background:rgba(57,57,57,.2);}
.part-about .left .desc::-webkit-scrollbar-thumb {background:#333;}
.part-about .left .desc::-webkit-scrollbar-thumb:window-inactive {background:#333;}
.part-about .left .desc::-webkit-scrollbar-thumb:vertical:hover {background:#333;}
.about-p1 .video-box{float:right;width: 50%;background: #000;margin-top:10px;}
.part-about .left .more-btn{margin:85px 0 0 25px;}

.part-business{padding-top:40px;}
.part-business .content{margin-top:25px;position: relative;}
.part-business .bg-list .bg{display: none;height: 487px;}
.part-business .bg-list .bg:first-child{display: block;}
.part-business .tab{position: absolute;top:0;left:0;width: 100%;height: 100%;color:#fff;text-align: center;background: rgba(0,0,0,.1);}
.part-business .tab .swiper-container{height: 100%;}
.part-business .tab .swiper-wrapper{justify-content: center;}
.part-business .tab-list .item{height: 100%;position: relative;width: 25%;max-width: 227px;}
.part-business .tab-list .item .icon{max-width: 42.3%;margin:0 auto;}
.part-business .tab-list .item .con{position:absolute; bottom:9.9%; width:100%; z-index:1; transition:.5s ease;}
.part-business .tab-list .item .con .text{margin-top:20px; text-align:center; transition:.5s ease; /*min-height:64px;*/ padding:0 10px;line-height: 1;}
.part-business .tab-list .item .con .jiahao{display:none; width:58px; height:58px; background:url(../images/icon-jiahao.png) no-repeat center; margin:48px auto 0;background-size: 100% auto;}
.part-business .tab-list .item a{display:block;}
.part-business .tab-list .item .cover{position:absolute; top:100%; background:rgba(218,37,29,.8); width:100%; height:100%; transition:.5s ease;}
.part-business .tab-list .item.cur .con{height:100%; bottom:0;}
.part-business .tab-list .item.cur .con .icon{margin-top:135px;}
.part-business .tab-list .item.cur .con .jiahao{display:block;}
.part-business .tab-list .item.cur .cover{position:absolute; top:0; background:rgba(218,37,29,.8); width:100%; height:100%;}

.part-product{color:#fff;}
.part-product .bg{position: absolute;width: 100%;top:0;height:510px;left:0;background: url(../images/part3-bg.png) no-repeat top center;background-size: cover;}
.part-product .top{background: #9ab6db;position: relative;z-index:10;overflow: hidden;}
.part-product .top:after{content:'';width: 100%;left:0;height: 1px;background: #fff;bottom:0;position: absolute;}
.part-product .top .title-box{float:left;margin-top:20px;}
.part-product .title-box.white .tit span:after{background: #9ab6db;}
.part-product .top .tabList{float:right;width: 50%;}
.part-product .top .tabList a{float:left;line-height: 1;padding:45px 27px 42px;position: relative;margin-right:11.1%;z-index:10;}
.part-product .top .tabList a:after{content:'';position: absolute;height: 5px;overflow: hidden;width: 0;background: #da251d;bottom:0;left:0;transition: all .3s;}
.part-product .top .tabList a:hover:after,.part-product .top .tabList a.active:after{width: 100%;}
.index-pro-info{margin-top:135px;position: relative;z-index:10;display: none;}
.index-pro-info:first-child{display: block;}
.index-pro-info .left-proimg{float:left;width: 44%;}
.index-pro-info .left-proimg img{max-height: 100%;}
.index-pro-info .right-info{float:right;width: 50%;}
.index-pro-info .left-proimg .img,.index-pro-info .right-info .desc-item{display: none;}
.index-pro-info .left-proimg .img:first-child,.index-pro-info .right-info .desc-item:first-child{display: block;}
.index-pro-info .left-proimg .img{position: relative;height: 386px;}
/*.index-pro-info .left-proimg .img img{box-shadow: 0 0 29px rgba(0,0,0,.4);}*/
.index-pro-info .right-info .desc-item .name{line-height: 1;letter-spacing: 1px;}
.index-pro-info .right-info .desc-item .desc{line-height: 36px;height:108px;letter-spacing: 2px;text-align: justify;margin-top:16px;-webkit-line-clamp:3;line-clamp:3;}
.index-pro-info .right-info .more-btn{float:right;margin-top:24px;}
.index-pro-info .name-list{margin-top:40px;padding-top:31px;}
.index-pro-info .name-list h2{color:#000;line-height: 1;margin-bottom: 28px;}
.index-pro-info .name-list span{float:left;min-width: 18.4%;padding:0 15px;cursor: pointer;margin-right:5.36%;text-align: center;line-height: 42px;border:1px solid #000;transition: all .3s;color:#000;}
.index-pro-info .name-list span:last-child{margin-right:0;}
.index-pro-info .name-list span.active,.index-pro-info .name-list span:hover{background: #da251d;border-color:#da251d;color:#fff;}
.part-product .logo-box{padding-top:20px;opacity: 0.2;}
.part-product .logo-box img{float:right;max-width: 22.4%;margin:0;}
.part{margin-top:100px;}
.part-img{height: 300px; background-size: cover;background-position: center;background-attachment: fixed;background-repeat: no-repeat; margin-top: 0 !important;}

.part-news{padding-bottom: 100px;}
.part-news .news-box{padding:27px 0 37px;border-bottom:1px solid #fff;}
.part-news .news-box li{float:left;width: 47.8%;}
.part-news .news-box li:nth-child(2n+2){float:right;}
.part-news .news-box .item-img{position: relative;overflow: hidden;width:48%;max-width:314px;height:198px;float:left;}
.part-news .news-box .news-item .item-mask{position: absolute;top:22px;bottom:22px;left:20px;right:20px;}
.part-news .news-box .news-item .item-mask b{position: absolute;background: #fff;transition: all .2s;}
.part-news .news-box .news-item .item-mask .line1,.part-news .news-box .news-item .item-mask .line3{left:0;bottom:10%;width:1px;height:0;overflow:hidden;transition-delay: 0.1s;}
.part-news .news-box .news-item .item-mask .line3{left:auto;top:10%;bottom:auto;right:0;transition-delay: 0.3s;}
.part-news .news-box .news-item .item-mask .line2,.part-news .news-box .news-item .item-mask .line4{left:6%;top:0;height:1px;transition-delay: 0.2s;width:0;}
.part-news .news-box .news-item .item-mask .line4{left:auto;top:auto;bottom:0;right:6%;transition-delay: 0.4s;}
.part-news .news-box .news-item:hover .item-mask .line1,.part-news .news-box .news-item:hover .item-mask .line3{height: 89%;}
.part-news .news-box .news-item:hover .item-mask .line2,.part-news .news-box .news-item:hover .item-mask .line4{width: 93%;}
.part-news .news-box .item-right{float:right;width: 48%;max-width: 315px;padding-top:5px;}
.part-news .news-item{display: block;position: relative;}
.part-news .news-item .item-date{line-height: 1;font-family: arial;}
.part-news .news-item .item-title{line-height: 1.5;height: 72px;margin-top:10px;}
.part-news .news-box .item-right .item-desc{line-height: 36px;color:#999;letter-spacing: 1px;margin-top:15px;}
.part-news .news-item:hover .item-title{color:#ed1c24;}
.part-news .s-news-box{margin:35px -20px 0;}
.part-news .s-news-box li{position: relative;padding:0 20px 17px;}
.part-news .s-news-box li:after{content:'';position: absolute;top:18px;bottom:0;right:0;width: 1px;background: #fff;}
.part-news .more-btn{margin:26px auto 0;}

.footer-box{background: #2f2f2f;color:#a5a5a5;}
.footer{padding:50px 0;}
.footer .title{color:#fff;display: block;line-height: 1;margin-bottom: 25px;}
.footbot{color:#fff;font-size:14px;line-height: 24px; padding:24px 0;border-top:1px solid rgba(165,165,165,.5);}
.footbot a{margin-right: 10px;}
.copyright{font-size: 13px;}
.footer-info{float:left;width: 32%;padding-right:20px;}
.footer-info .info{line-height: 24px;letter-spacing: 1px;}
.footer-info .dh-btn{color:#333;float:left;padding:0 25px;font-size:12px;background: #ffffff;border-radius:999px;overflow: hidden;margin-top:25px;}
.footer-info .dh-btn span{display: block;padding-left:20px;background: url(../images/icon-dh.png) no-repeat left center;line-height: 28px;}
.footer-nav{width: 50%;float:left;}
.footer-nav li{width: 20%;padding:0 12px 0 4%;}
.footer-nav li:last-child{border:none;}
.footer-nav a{display: block;line-height: 1;margin-bottom: 16px;}
.footer-nav .s-menu a:last-child{margin-bottom: 0;}
.footer .code-box{float:right;width: 120px;max-width: 15.4%;margin-right:2.6%;}
.footer .footer-logo{margin-bottom: 30px;}

@media (max-width: 1420px){
 .fs55{font-size: 51px;}
 .fs48{font-size: 44px;}
 .fs40{font-size: 36px;}
 .fs30{font-size: 28px;}
 .fs26{font-size: 24px;}
 .fs24{font-size: 22px;}
 .fs20{font-size: 19px;}
 .fs18{font-size: 17px;}
 .fs16{font-size: 15px;}
 .title-box{height: 51px;}
 .title-box .en span:after{margin-top:10px;}
 .part-about{padding:80px 0 45px;}
 .part-about .box{margin-top:80px;}
 .part-about .left .desc{margin-top:40px;}
 .part-about .left .more-btn{margin:70px 0 0 15px;}
 .part-product .top .tabList a{padding:36px 22px;}
 .index-pro-info{margin-top:100px;}
 .part-product .bg{height: 457px;}
 .index-pro-info .name-list span{margin-right:5%;min-width: 20%;}
 .part{margin-top:85px;}
 .part-img{height: 280px;}
 .part-news .news-box .item-right .item-desc{line-height: 32px;}
 .part-news .news-box{padding-bottom: 32px;}
 .part-news .news-item .item-title{height: 66px;}
 .part-news .news-box .item-img{height: 180px;}
 .part-news .s-news-box{margin-top:30px;}
 .part-news{padding-bottom: 85px;}
 .footer-nav li{padding-left:3%;}
}
@media (max-width: 1200px){
 .fs24{font-size: 20px;}
 .part-about .left .desc{font-size:14px;letter-spacing: 1px;margin-top:30px;}
 .part-about .left .more-btn{margin-top:50px;}
 .more-btn{width: 150px;line-height: 42px;font-size:16px;letter-spacing: 1px;}
 .part-business .tab-list .item{width: 20%;}
 .index-pro-info{margin-top:85px;}
 .index-pro-info .left-proimg .img{height: 350px;}
 .part-product .bg{height:426px;}
 .index-pro-info .name-list{margin-top:30px;padding-top: 25px;}
 .index-pro-info .name-list span{margin-right:3%;min-width: 25%;padding:0 10px;}
 .part{margin-top:70px;}
 .part-img{height: 250px;}
 .part-news .news-box .news-item .item-mask{top:20px;bottom:20px;}
 .part-news{padding-bottom: 70px;}
 .footer-info{width: 30%;}
 .footer .code-box{margin-right:0;}
 .footer-nav{width: 55%;}
 .footer-info .info{letter-spacing: 0;}
 .footer{padding-bottom: 45px;}
 .footbot{padding:20px 0;}
}
@media (max-width: 992px){
 .fs55{font-size: 45px;}
 .fs48{font-size: 40px;}
 .fs40{font-size: 32px;}
 .fs30{font-size: 24px;}
 .fs26{font-size: 22px;}
 .fs24{font-size: 20px;}
 .fs20{font-size: 18px;}
 .fs18{font-size: 16px;}
 .fs16{font-size: 14px;}
 .header_box{padding:15px 0;}
 .header_nav>.nav_container{display: none;}
 .mobile_key{display: block;margin-left:30px;}
 .header .header_logo{max-width: 70%;}
 .header .header_nav{text-align: left;font-size:14px;}
 .header .nav-box .nav-lang{line-height: 25px;}
 .ibanner .slide-item-img{height: auto;}
 .ibanner .item-mask .en{margin-bottom: 25px;}
 .part-about .num-box .num{font-size:26px;}
 .part-about .num-box .item-desc{letter-spacing: 0;font-size:14px;margin-top:10px;}
 .part-about{padding:50px 0 30px;}
 .part-about .box{margin-top:65px;}
 .title-box .tit{top:-23px;}
 .title-box .en span:after{margin-top:8px;}
 .part-about .left .desc{letter-spacing: 0;margin-top:25px;max-height: 150px;overflow-y: auto;padding-right:5px;}
 .part-about .left .desc::-webkit-scrollbar {width:2px;}
 .part-about .left .desc::-webkit-scrollbar-track {background:rgba(57,57,57,.3);}
 .part-about .left .desc::-webkit-scrollbar-thumb {background:#333;}
 .part-about .left .desc::-webkit-scrollbar-thumb:window-inactive {background:#333;}
 .part-about .left .desc::-webkit-scrollbar-thumb:vertical:hover {background:#333;}
 .part-about .left .more-btn{margin:40px 0 0 5px;}
 .part-about .left{padding-bottom: 20px;}
 .more-btn{width: 140px;line-height: 38px;}
 .part-about .right .img .play-icon{width: 60px;height: 60px;}
 .part-business .bg-list .bg{height: 450px;}
 .part-business .tab-list .item .con .jiahao{width: 45px;height: 45px;}
 .part-business .tab-list .item{width: 20%;}
 .part-product .top .tabList a{padding:32px 18px;}
 .part-product .top .tabList a:after{height: 4px;}
 .index-pro-info{margin-top:60px;}
 .index-pro-info .left-proimg .img{height: 300px;}
 .index-pro-info .right-info .desc-item .desc{line-height: 30px;height: 90px;letter-spacing: 1px;}
 .index-pro-info .name-list span{line-height: 38px;}
 .index-pro-info .name-list h2{margin-bottom: 25px;}
 .part-product .bg{height:366px;}
 .part-product .logo-box img{max-width: 25%;}
 .part-news .news-item .item-title{height: 60px;margin-top:5px;}
 .part-news .news-box .item-right .item-desc{line-height: 26px;margin-top:10px;}
 .part-news .news-box .item-img{height: 150px;}
 .part-news .news-box{padding-bottom: 25px;}
 .part-news .s-news-box{margin-top:25px;}
 .part-news{padding-bottom: 60px;}
 .footer-nav{width: 100%;float:right;margin-top:30px;}
 .footer-info{width: 60%;}
 .footer .footer-logo{margin-bottom: 25px;}
 .footer .code-box{max-width: 20%;}
 .footbot{display: block;}
}
@media (max-width: 750px){
 .fs55{font-size: 41px;}
 .fs48{font-size: 36px;}
 .fs40{font-size: 28px;}
 .fs30{font-size: 22px;}
 .fs26{font-size: 20px;}
 .fs24{font-size: 18px;}
 .ibanner .slide-item-img{height: 100vh;}
 .header .header_logo{max-width: 40%;}
 .header .header_logo img{max-width: 100%;}
 .mobile_key{margin-left:15px;}
 .ibanner .item-mask .txt{margin:0;border-left-width: 3px;}
 .ibanner .item-mask .en{font-size:24px;margin-bottom: 20px;}
 .ibanner .item-mask .title{font-size:14px;letter-spacing: 1px;}
 .ibanner .swiper-btn-box .swiper-btn{margin-left:0;}
 .part-about{padding:15px 0 20px;}
 .part-about .num-box li{padding:30px 15px 0 0;text-align: left;}
 .part-about .box{margin-top:50px;flex-wrap: wrap;}
 .part-about .left,.part-about .right{width: 100%;}
 .title-box .tit{top:-19px;letter-spacing: 0;}
 .title-box{height: 42px;overflow:hidden;}
 .part-about .left{padding-bottom: 30px;}
 .part-about .left .desc{max-height: none;margin-top:20px;}
 .more-btn{font-size:15px;}
 .part-about .left .more-btn{margin-top:30px;}
 .part-about .right .img{height: auto;position: relative;/*padding-bottom: 66.6667%;*/}
 .part-about .right .img .video{height: auto;padding-bottom: 66.7%;}
 .part-about .right .img .play-icon{width: 55px;height: 55px;}
 .part-business .bg-list .bg{height: 350px;}
 .part-business .tab{font-size:16px;}
 .part-business .tab-list .item .con .text{margin-top:15px;}
 .part-business .tab-list .item .con .jiahao{margin-top:30px;width: 40px;height: 40px;}
 .part-business .tab-list .item{width: 25%;}
 .part-business .tab-list .item.cur .con .icon{margin-top:100px;}
 .part{margin-top:55px;}
 .part-product .top .title-box{float:none;}
 .part-product .top .tabList{float:none;width: 100%;margin-top:15px;font-size:16px;}
 .part-product .top .tabList a{padding:12px 15px 16px;margin-right:5%;}
 .part-product .top .tabList a:after{height: 3px;}
 .index-pro-info .left-proimg,.index-pro-info .right-info{float:none;width: 100%;}
 .index-pro-info .left-proimg .img{height: 250px;}
 .index-pro-info .right-info{margin-top:25px;}
 .index-pro-info{margin-top:35px;}
 .index-pro-info .name-list h2{margin-bottom: 20px;}
 .part-product .bg{height:652px;}
 .index-pro-info .name-list span{line-height: 36px;}
 .part-product .logo-box img{max-width:40%;}
 /*.part-img{height: 300px;background-attachment: unset;}*/
 .part-img{margin-top:40px; height: 180px;}
 .part-news .news-box li{float:none;width: 100%;margin-bottom: 20px;}
 .part-news .news-box{padding-bottom: 2px;}
 .part-news .news-item .item-title{height:51px;font-size: 17px;}
 .part-news .news-box .item-right .item-desc{line-height: 22px;margin-top:5px;}
 .part-news .news-box .item-img{height: 130px;}
 .part-news .s-news-box li{margin-bottom: 20px;}
 .part-news{padding-bottom: 40px;}
 .part-news .more-btn{margin:20px auto 0;}
 .footer-nav .s-menu{display: none;}
 .footer .code-box{max-width: 34%;}
 .footer{padding:30px 0 10px;}
 .footer .title{margin-bottom: 16px;}
 .footer-info .title{line-height: 1.2;}
 .footer-info .info{font-size:12px;line-height: 22px;}
 .footer .footer-nav li{margin-bottom: 15px;padding:0 5px;}
 .footer .footer-nav li .title{margin:0;text-align: center;font-size:14px;}
 .footbot{padding:15px 0;}
 .footer-info .dh-btn{padding:0 18px;}
}

.inner-wrapper{position: relative;z-index:20;background: #efefef;padding:100px 0;}
.bus-tabList{text-align: center;}
.bus-tabList a{display: inline-block;line-height: 65px;min-width: 117px;margin:0 10px 20px;background: #fff;transition: all .3s;padding:0 40px;}
.bus-tabList a.active,.bus-tabList a:hover{background: #da251d;color:#fff;}
.business-list{padding:25px 0 30px;}
.business-list .list{margin:0 -10px;}
.business-list li{margin-bottom: 45px;padding:0 10px;}
.business-list .bus-item{display: block;}
.business-list .bus-item .item-name{line-height: 1;padding-top:29px;}
.business-list .bus-item .item-img{position: relative;padding-bottom: 67.4%;background: #fff;overflow: hidden;}
.business-list .bus-item .item-mask{position: absolute;left:0;top:0;transition: all .3s;width: 100%;height: 100%;z-index:10;background: #da251d; padding:6.4% 9%;opacity: 0;}
.business-list .bus-item:hover .item-mask{opacity: 1;}
.business-list .bus-item .item-mask>div{position: relative;width: 100%;height: 100%;}
.business-list .bus-item .icon{width: 36px;height: 36px;background: url(../images/icon-more.png) no-repeat center;background-size: 100% auto;margin:33px auto 0; opacity: 0; filter: Alpha(opacity=0); -webkit-transform: rotateX(180deg) scale(0.5, 0.5); transform: rotateX(180deg) scale(0.2, 0.2); transition: all ease-out .5s; transition-delay: 0.3s;}
.business-list .bus-item .img-icon{width: 47%;max-width: 168px;display: block;margin:0 auto;opacity: 0; filter: Alpha(opacity=0); -webkit-transform: rotateX(180deg) scale(0.5, 0.5); transform: rotateX(180deg) scale(0.2, 0.2); transition: all ease-out .5s; transition-delay: 0.3s;}
.business-list .bus-item .item-icon{position: absolute;top:50%;transform: translateY(-50%);left:0;width: 100%;}
.business-list .bus-item .line{background: #fff;position: absolute;}
.business-list .bus-item .line1,.business-list .bus-item .line3{width:1px;height:0;transition: all .6s;}
.business-list .bus-item .line2,.business-list .bus-item .line4{height: 1px;width: 0;transition: all .4s;}
.business-list .bus-item .line1{top:0;left:0;}
.business-list .bus-item .line3{bottom:0;right:0;transition-delay: 0.2s;}
.business-list .bus-item .line2{top:0;right:0;transition-delay: 0.3s;}
.business-list .bus-item .line4{bottom:0;left:0;transition-delay: 0.1s;}
.business-list .bus-item:hover .line1,.business-list .bus-item:hover .line3{height:87%;}
.business-list .bus-item:hover .line2,.business-list .bus-item:hover .line4{width: 90.7%;}
.business-list .bus-item:hover .icon {opacity: 1; filter: Alpha(opacity=100); -webkit-transform: rotateX(0deg) scale(1, 1); transform: rotateX(0deg) scale(1, 1); transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;}
.business-list .bus-item:hover .img-icon {opacity: 1; filter: Alpha(opacity=100); -webkit-transform: rotateX(0deg) scale(1, 1); transform: rotateX(0deg) scale(1, 1); transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;}
.column-list{display: none;}
.load-more{margin:0 auto;cursor: pointer;}

@media (max-width: 1600px){
 .inner-wrapper{padding:85px 0;}
 .bus-tabList{font-size:18px;}
}
@media (max-width: 1400px){
 .inner-wrapper{padding:70px 0;}
 .bus-tabList a{line-height: 54px;padding:0 30px;font-size:17px;}
 .business-list .bus-item .item-name{padding-top:22px;}
 .business-list li{margin-bottom: 40px;}
 .business-list .bus-item .icon{margin-top:25px;}
}
@media (max-width: 992px){
 .inner-wrapper{padding:60px 0;}
 .bus-tabList a{line-height: 50px;font-size:16px;}
 .business-list{padding:20px 0;}
 .business-list li{margin-bottom: 35px;}
}
@media (max-width: 750px){
 .inner-wrapper{padding:45px 0;}
 .bus-tabList a{padding:0 12px;line-height: 44px;margin:0 4px;font-size:15px;min-width: 100px;}
 .business-box .tab-box{overflow-x: auto;margin:0 -15px;padding:0 15px 10px;}
 .business-box .bus-tabList{white-space: nowrap;}
 .business-list .list{margin:0 -5px;}
 .business-list li{padding:0 5px;margin-bottom: 25px;}
 .business-list .bus-item .item-name{padding-top:15px;font-size:15px;}
 .business-list .bus-item .icon{margin-top:12px;width: 24px;height:24px;}
}

.product-box,.product-detail-box{background: #fff;}
.category-box{float:left;width: 270px; position: sticky; top: 100px; left: 0; z-index: 10;}
.category-box .title{position: relative;padding-bottom:8px;line-height: 1;letter-spacing: 2px;margin-bottom: 25px;}
.category-box .title span{position: relative;z-index: 2;}
.category-box .title:after{position: absolute;content:'';width:3em;left:0;height: 13px;background: #da251d;bottom:0;}
.category-box .backBtn{position:absolute;width:45px;left:0;top:0;height:100%;vertical-align:top;background:#f5f8fa;display: none;}
.category-box .backBtn i{position:absolute;top:50%;margin-top:-20px;width:100%;height:40px;display:block;text-align:center;line-height:40px;font-size:24px;color:#1f42aa;padding:0;background: url(../images/icon-pro-arrow.png) no-repeat center;transform: rotate(-90deg);}
.category-box .moveBtn{display: none;line-height: 35px;text-align: center;margin:0 auto;width:200px;border-radius:999px;border:2px solid #313131;font-size:16px;}
.category-box ul li{color:#666666; position: relative;}
.category-box ul li a{display: block;line-height: 1;margin:0 0 15px;padding:0 25px;}
.category-box ul li .b{position: absolute;width:15px;height:15px;background: #da251d;left:0;top:0;z-index: 10;}
.category-box ul li .b:after{content:'';position: absolute;width: 100%;height: 100%;top:0;left:0;background: url(../images/icon-jia.png) no-repeat center;}
.category-box ul li .active,.category-box ul li.active>a,.category-box ul li a:hover{color: #da251d;}
.category-box ul li .child-box{display: none;}
.category-box ul li.active .child-box{display: block;}
.category-box ul li.active>.b:after,.category-box ul li>.b.up:after{background-image: url(../images/icon-jian.png);}
.category-box ul li>.b.down:after{background-image: url(../images/icon-jia.png);}
.category-box .content .ejBox{display: none;color:#1f42aa;text-align: center;}
.product-right{margin-left:270px; overflow: hidden;}
.product-list li{margin-bottom: 45px;}
.product-list .pro-item{width: 100%;}
.product-list .pro-item .item-img{width: 38.8%;}
.product-list .pro-item .img{position: relative;padding-bottom: 70%;overflow: hidden;border:1px solid #a5a5a5;}
.product-list .pro-item .item-img img{max-height: 95%;max-width: 95%;}
.product-list .pro-item .item-con{width:55.4%;padding-top:23px;position: relative;padding-bottom: 35px;}
.product-list .pro-item .item-name{line-height: 1;}
.product-list .pro-item .item-desc{line-height: 24px;height: 72px;color:#999999;letter-spacing: 1px;-webkit-line-clamp:3;line-clamp:3;margin-top:12px;}
.product-list .pro-item .item-more{line-height: 33px;border-radius:999px;overflow: hidden;width: 167px;text-align: center;border:1px solid #000000;letter-spacing: 1px;color:#000;position: absolute;right:0;bottom:0;transition: all .3s;}
.product-list .pro-item:hover .item-more{background: #ed1c24;border-color:#ed1c24;color:#fff;}
.product-list .pro-item:hover .item-name{color:#ed1c24;}

@media (max-width: 1400px){
 .product-list .pro-item .item-con{padding-top:18px;}
}
@media (max-width: 1200px){
 .category-box{width: 250px;}
 .product-list .pro-item .item-con{padding-top:12px;}
 .product-right{margin-left:250px;}
 .product-list li{margin-bottom: 35px;}
 .product-list .pro-item .item-more{width: 150px;font-size:16px;}
}
@media (max-width: 992px){
 .category-box{width: 180px; top: 55px;}
 .product-right{margin-left:185px;}
 .category-box ul li a{padding-right:18px;}
 .category-box .title{padding-bottom: 6px;}
 .category-box .title:after{height: 10px;}
 .product-list .pro-item .item-desc{height: 40px;line-height: 20px;-webkit-line-clamp:2;line-clamp:2;margin-top:10px;}
 .product-list .pro-item .item-con{width: 56%;}
 .product-list li{margin-bottom: 30px;}
 .product-list .pro-item .item-more{width: 140px;font-size:15px;}
}

@media (max-width: 767px){
 .product-right{margin:0;}
 .category-box{padding:0 0 40px;float:none;width: 100%;position: unset;}
 .category-box .moveBtn,.category-box .backBtn{display: block;}
 .contentBox{position: fixed;top:0;width: 100%;left:100%;background: #fff;z-index:1000;bottom:0;overflow-y: auto;padding-left:45px;}
 .contentBox .content{padding:70px 0 0 15px;}
 .category-box ul li a{padding-bottom: 12px;border-bottom:1px solid #eee;}
 .product-list .pro-item .img{padding:0;height:130px;}
 .product-list .pro-item .item-con{padding-bottom: 45px;padding-top:5px;}
 .product-list .pro-item .item-more{width: 130px;font-size:14px;line-height: 30px;}
 .category-box .title span{font-size:26px;}
 .category-box .title{padding-bottom: 3px;margin-bottom: 35px;}
 .category-box .title:after{height: 8px;}
 .product-list li{margin-bottom: 25px;}
 .product-list .pro-item .item-name{font-size:20px;}
}

.product-detail-box{background: url(../images/pro-bg.png) no-repeat bottom center #fff;background-size: 100% auto;}
.product-detail .detail-tab-list{border-bottom:1px solid #da251d;position: relative;}
.product-detail .detail-tab-list .line{height: 1px;left:100%;width: 100%;background: #da251d;bottom:-1px;position: absolute;}
.product-detail .detail-tab-list>div{overflow: hidden;}
.product-detail .detail-tab-list .tab-item{float:left;padding:0 17px 22px;line-height: 1;border-bottom:4px solid transparent;margin-right:8%;transition: all .3s;}
.product-detail .detail-tab-list .tab-item:last-child{margin-right:0;}
.product-detail .detail-tab-list .tab-item.active,.product-detail .detail-tab-list .tab-item.active:hover,.product-detail .detail-tab-list .tab-item:hover{border-bottom-color:#da251d;}
.product-detail .detail-content .content{margin:32px 0 50px}
.product-detail .detail-content .c-tit{line-height: 1;padding:4px 0;border-left:3px solid #da251d;margin-bottom: 40px;padding-left:9px;}
.product-detail .detail-content .description{line-height: 1.72;color:#999;letter-spacing: 1px;}
/*.product-detail .detail-content .left{float:left;width: 56%;}
.product-detail .detail-content .right{float:right;width: 38%;}
.product-detail .detail-content .icon-list{margin-top:50px;}
.product-detail .detail-content .icon-list li{min-width: 26%;text-align: center;}
.product-detail .detail-content .icon-list .item-name{line-height: 1;color:#000;font-size:16px;}
.product-detail .detail-content .icon-list .item-icon{max-width: 55px;margin:0 auto 12px;}
.product-detail .detail-content .icon-list .item-icon img{transition: all 1s;}
.product-detail .detail-content .icon-list li:hover .item-icon img{transform: rotateY(360deg);}
.product-detail .img-list{float:right;width: 38%;}
.product-detail .img-list .item-img{position: relative;padding-bottom: 70%;overflow: hidden;}
.product-detail .img-list .item-img img{max-width: 95%;max-height: 95%;}*/
.product-detail .img-list{float:left;width: 41%;}
.product-detail .img-list .item-img{position: relative;height: 350px;overflow: hidden;}
.product-detail .txt{float:left;width:430px;margin-left:12%;max-width: 42%; margin-top: 54px;}
.product-detail .name{letter-spacing: 2px;}
.product-detail .txt .in{padding-bottom: 32px;border-bottom: 1px solid #cfcfcf;margin-top:35px;letter-spacing: 1px;}
.product-detail .txt .in p{margin-bottom: 18px;line-height: 1;}
.product-detail .form-btn-box{width: 238px;line-height: 58px;background: #333333;margin-top:44px; position: relative;}
.product-detail .form-btn{width: 238px;line-height: 58px;text-align: center;color:#fff;display: block; position: relative; z-index: 3;}
.product-detail .form-btn-box::after{content: ""; width: 0; height: 100%; background: #da251d; position: absolute; left: 0; bottom: 0; z-index: 1; transition: all 0.5s ease;}
.product-detail .form-btn-box:hover::after{width: 100%;}
.product-detail .share-box{margin-top:10px;}
.product-detail .share-box a,.product-detail .share-box>*{float:left;margin-right:8.8%;line-height: 20px;padding-left:30px;background-repeat: no-repeat;background-position: left center;margin-top: 15px;}
.product-detail .share-box a:last-child{margin-right:0;}
.product-detail .share-box .share{background-image: url(../images/icon-share.png);}
.product-detail .share-box .tel{background-image: url(../images/icon-ptel.png);color:#da251d;}
.product-detail .share-box .share:hover{background-image: url(../images/icon-share-h.png);}
.product-detail .share-box .tel:hover{background-image: url(../images/icon-ptel-h.png);}

.product-detail .gallery-thumbs .item-img{border:1px solid #a5a5a5;transition: all .3s;cursor: pointer;padding-bottom: 70%;height: auto !important;}
.product-detail .gallery-thumbs .swiper-slide-thumb-active .item-img{border-color:#da251d;}
.product-detail .b-img{position: relative;}
.product-detail .b-img .swiper-btn{width: auto;}
.product-detail .b-img .swiper-btn:after{font-size:20px;color:#000;}
.product-detail .b-img .swiper-button-next{right:0;}
.product-detail .b-img .swiper-button-prev{left:0;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

@media (max-width: 1200px){
 /*.product-detail .detail-content .left{width: 54%;}
 .product-detail .detail-content .icon-list .item-icon{max-width: 50px;}*/
 .product-detail .img-list{width: 45%;}
 .product-detail .img-list .item-img{height: 300px;}
 .product-detail .txt{margin-left: 10%; margin-top: 20px;}
 .product-detail .detail-content .c-tit{margin-bottom: 35px;}
 .product-detail .form-btn-box, .product-detail .form-btn{width: 200px;line-height: 52px;}
 .product-detail .txt .in{padding-bottom: 22px;}
 .product-detail .share-box{margin-top:5px;}
}

@media (max-width: 992px){
 /*.product-detail .detail-content .left{float:none;width: 100%;}
 .product-detail .img-list{float:none;max-width: 420px;width: 100%;margin:0 auto 30px;}*/
 .product-detail .detail-tab-list .tab-item{padding-bottom: 16px;border-bottom-width: 3px;}
 .product-detail .img-list{width: 100%;}
 .product-detail .img-list .item-img{height: 350px;}
 .product-detail .txt{width: 100%;margin:25px 0 0;max-width: 100%;}
 .product-detail .txt .in{margin-top:20px;padding-bottom: 14px;}
 .product-detail .txt .in p{margin-bottom: 12px;}
 .product-detail .name{letter-spacing: 1px;}
 .product-detail .share-box a, .product-detail .share-box>*{margin-top:15px;}
 .product-detail .share-box{margin-top:0;}
 .product-detail .form-btn-box, .product-detail .form-btn{margin-top:25px;width: 164px;line-height: 46px;}
}

@media (max-width: 750px){
 .product-detail-box{background-size: auto;}
 .product-right{overflow: unset;}
 .product-detail .detail-tab-list{position: sticky;top:55px;left:0;z-index: 100;background: #fff;overflow: hidden;}
 .product-detail .detail-tab-list .tab-item{padding-bottom: 12px;font-size:16px;font-weight: bold;}
 .product-detail .detail-tab-list .tab-item:hover{border-bottom-color: transparent;}
 /*.product-detail .detail-content .icon-list li{min-width: 32%;}
 .product-detail .detail-content .icon-list .item-icon{max-width: 40px;}
 .product-detail .detail-content .icon-list .item-name{font-size:15px;}
 .product-detail .detail-content .icon-list{margin-top:40px;}*/
 .product-detail .detail-content .c-tit{margin-bottom: 30px;}
 .product-detail .img-list .item-img{height: 300px;}
 .product-detail .share-box a, .product-detail .share-box>*{margin-right:6%;}
}


.subcolumn-nav{background: #fff;z-index:20;color:#000;text-align: center;font-size:0;position: relative;}
.subcolumn-nav a{display: inline-block;line-height: 1;padding:32px 20px;position: relative;letter-spacing: 1px;margin:0 3px;}
.subcolumn-nav a::after{position: absolute;content:'';height: 5px;width:0;transition: all .3s;background: #da251d;left:50%;transform: translateX(-50%);bottom:0;overflow: hidden;}
.subcolumn-nav a:hover::after,.subcolumn-nav a.active::after{width: 100%;}

.aboutUs-box{background: #eaeaea; padding-bottom: 0;}
.about-title{line-height: 1;padding-left:8px;border-left:5px solid #da251d;color:#000;margin-bottom: 40px;}
.about-p1{overflow: hidden;margin-top:0!important;}
.about-p1 .about-title{margin-bottom: 30px;}
.about-p1 .left{float:left;width: 43%;}
.about-p1 .left .desc{line-height: 36px;color:#000;letter-spacing: 2px;text-align: justify;overflow-y: auto;}
.about-p1 .left .desc::-webkit-scrollbar {width:3px;padding-left:2px;}
.about-p1 .left .desc::-webkit-scrollbar-track {background:rgba(57,57,57,.2);}
.about-p1 .left .desc::-webkit-scrollbar-thumb {background:#333;}
.about-p1 .left .desc::-webkit-scrollbar-thumb:window-inactive {background:#333;}
.about-p1 .left .desc::-webkit-scrollbar-thumb:vertical:hover {background:#333;}
.about-p1 .video-box{float:right;width: 50%;background: #000;margin-top:10px;}
.about-p1 .video-box .video{height: 460px;position: relative;}
.about-p1 .video-box .play-icon{cursor: pointer;width: 75px;height: 75px;background: url(../images/icon-play.png) no-repeat center;background-size: 100% auto;z-index:10;}

.location{padding-top:35px;color:#555555;text-align: right;}
.location a{display: inline-block;}
.location a::after{content:'/';margin:0 5px;}
.location a:last-child::after{content:'';}


.video-fixed {position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:130;top:0;left:0;cursor:pointer;display:none;}
.video-fixed .videoboxs {width:800px;height:500px;max-width:80%;max-height:80%;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);margin:auto;background:#000;box-sizing:border-box;}
.video-fixed .videoboxs .box {height: 100%;}
.video-fixed .cha {width:40px;height:40px;background:url(../images/close-vid2.png) no-repeat center/100% auto;position:absolute;top:30px;right:30px;cursor:pointer;}

@media (max-width:767px){
 .video-fixed .cha {width: 25px;height: 25px;}
}

.about-part{margin-top:100px;}
.about-p2 .box{background-color: #fff;background: url(../images/pro-bg.png) no-repeat bottom center #fff;background-size: 100% auto;}
.about-p2 .box ul{text-align: center;}
.about-p2 .box ul li{padding:70px 0 63px;transition: background .4s;}
.about-p2 .item-icon{width: 26%;margin:0 auto 17px;transition: all 1s;}
.about-p2 .item-icon .white{display: none;}
.about-p2 .item-name{line-height: 1;margin-bottom: 14px;letter-spacing: 1px;}
.about-p2 .item-line{height:1px;width:36px;background: #da251d;margin:0 auto 23px;}
.about-p2 .item-desc{line-height: 24px;letter-spacing: 1px;padding:0 15px;}
.about-p2 .box ul li:hover{background: #da251d;color:#fff;}
.about-p2 .box ul li:hover .item-icon{transform: rotateY(360deg);}
.about-p2 .box ul li:hover .item-line{background: #fff;}
.about-p2 .box ul li:hover .item-icon .white{display: block;}
.about-p2 .box ul li:hover .item-icon .red{display: none;}

.about-p3 .env-tab{text-align: center;}
.about-p3 .env-tab .tab-item{display: inline-block;width:200px;text-align: center;padding:17px 0 16px;background: url(../images/white-bg.png) no-repeat center;background-size: 100% 100%;cursor: pointer;margin:0 -4px;}
.about-p3 .env-tab .white,.about-p3 .env-tab .tab-item.active .black{display: none;}
.about-p3 .env-tab .tab-item .item-name{line-height: 1;margin-top:15px;}
.about-p3 .env-tab .tab-item.active .white{display: block;}
.about-p3 .env-tab .tab-item.active{background-image: url(../images/red-bg.png);color:#fff;}
.about-p3 .env-tab .tab-item .item-icon{max-height: 56px;margin:0 auto;transition: all .4s;}
.about-p3 .env-tab .tab-item.active .item-icon{transform: rotateY(180deg);}
.about-p3 .box{background: #fff;padding:2px 1px;margin-top:28px;}
.about-p3 .box ul{display: none;}
.about-p3 .box ul:first-child{display: block;}
.about-p3 .box li{float:left;width: 15%;padding:0 1px;position: relative;transition: all .4s;}
.about-p3 .box li.active{width: 40%;}
.about-p3 .box .img{height: 443px;background-repeat: no-repeat;background-size: cover;background-position: center;transition: all .4s;opacity: 0.5;}
.about-p3 .box li.active .img{opacity: 1;}

.about-honor .box{background: url(../images/honor-bg.png) no-repeat top center;background-size: cover;padding:33px 0 48px;}
.about-honor .tab-list{text-align: center;border-bottom:1px solid rgba(255,255,255,.5);}
.about-honor .tab-list a{display: inline-block;line-height: 1;padding:20px 0;margin-right:2.7%;position: relative;color: #fff;}
.about-honor .tab-list a:after{content:'';position: absolute;left:50%;bottom:-1px;transform: translateX(-50%);width: 0;height: 5px;background: #da251d;transition: all .3s;overflow: hidden;}
.about-honor .tab-list a:last-child{margin-right:0;}
.about-honor .tab-list a.active:after{width: 69px;}
.about-honor .swiper-list{width:90%;margin:110px auto 0;position: relative;max-width: 1106px;}
.about-honor .honor-swiper{z-index:-1;position: absolute;width: 100%;left:0;top:0;opacity: 0;transition: all .3s;}
.about-honor .honor-swiper.preview{position: relative;z-index:10;opacity: 1;}
.about-honor .honor-swiper .swiper-wrapper{align-items: center;}
.about-honor .honor-swiper .item-img{position: relative;overflow: hidden;}
.about-honor .honor-swiper .item-mask{position: absolute;left:0;width: 100%;height:100%;background: rgba(0,0,0,.5);z-index:10;transition: all .4s;top:100%;}
.about-honor .honor-swiper .item-icon{z-index:12;background: url(../images/icon-fdj.png) no-repeat center;background-size: 100% auto;width: 46px;height: 46px;}
.about-honor .honor-swiper .item-img:hover .item-mask{top:0;}
.about-honor .swiper-pagination{position: relative;top:auto;bottom:auto;margin-top:130px;font-size:0;}
.about-honor .swiper-pagination .swiper-pagination-bullet{max-width: 30px;height: 2px;width:3%;background: #000;margin:0 3px;border-radius:0;opacity: 1;}
.about-honor .swiper-pagination .swiper-pagination-bullet-active{background: #da251d;}
.about-honor .honor-swiper .swiper-btn{width: 52px;text-align: center;color:#fff;background: #da251d;height: 122px;top:50%;margin-top:-127px;}
.about-honor .honor-swiper .swiper-btn:after{font-size:36px;}
.about-honor .honor-swiper .swiper-button-prev{left:-72px;}
.about-honor .honor-swiper .swiper-button-next{right:-72px;}

.history-box{position: relative;}
.history-box .line{position: absolute;height: 1px;background: #000;left:0;bottom: 55px;width: 100%;}
.history-box .item-year{line-height: 30px;padding-top:25px;margin-left:20%;position: relative;padding-left:20px;}
.history-box .item-tit{line-height: 1;margin-bottom: 15px;}
.history-box .item-desc{color:#999;letter-spacing: 2px;line-height: 36px;height: 180px;overflow-y: auto;padding-right:5px;}
.history-box .item-desc::-webkit-scrollbar {width:3px;}
.history-box .item-desc::-webkit-scrollbar-track {background:rgba(57,57,57,.2);}
.history-box .item-desc::-webkit-scrollbar-thumb {background:#333;}
.history-box .item-desc::-webkit-scrollbar-thumb:window-inactive {background:#333;}
.history-box .item-desc::-webkit-scrollbar-thumb:vertical:hover {background:#333;}
.history-box .item{padding-left:20%;height: 410px;align-items: flex-end;}
.history-box .item-con{position: relative;width: 100%;padding-top:22px;border-left:1px solid #a5a5a5;padding-left:20px;}
.history-box .item-round{position: absolute;width: 21px;height: 21px;border-radius:100%;left:0;top:0;transform:translateX(-50%);}
.history-box .item-con .item-round{background: #fff;width: 23px;height: 23px;border:2px solid #a5a5a5;}
.history-box .item-year .item-round{background: #a5a5a5;transform: translate(-50%,-50%);}
.history-box .swiper-slide:hover .item-con .item-round{border-color: #da251d;}
.history-box .swiper-slide:hover .item-year .item-round{background: #da251d;}
.history-box .swiper-slide:hover .item-tit{color:#da251d;}
.history-box .swiper-slide:nth-child(4n+2) .item-desc{height:240px;}
.history-box .swiper-slide:nth-child(4n+3) .item-desc{height:290px;}
.history-box .swiper-slide:nth-child(4n+4) .item-desc{height:340px;}

@media (max-width:1420px){
 .subcolumn-nav a{padding:25px 15px;letter-spacing: 1px;font-size:18px;}
 .subcolumn-nav a::after{height: 4px;}
 .about-p1 .left .desc{line-height: 32px;}
 .about-part{margin-top:85px;}
 .about-p3 .env-tab .tab-item .item-name{font-size:16px;}
}
@media (max-width:1200px){
 .subcolumn-nav a{font-size:16px;padding:22px 12px;}
 .about-p1 .left .desc{line-height: 30px;}
 .about-p1 .video-box .play-icon{width: 70px;height: 70px;}
 .about-p2 .box ul li{padding:60px 0 55px;}
 .about-part{margin-top:70px;}
 .about-p3 .env-tab .tab-item{width: 160px;padding-top:12px;}
 .about-p3 .env-tab .tab-item .item-icon{max-height: 44px;}
 .about-p3 .env-tab .tab-item .item-name{margin-top:12px;}
 .history-box .item{padding-left:15%;}
 .history-box .item-year{margin-left:15%;font-size:24px;}
 .about-honor .swiper-list{margin-top:90px;}
 .about-honor .swiper-pagination{margin-top:100px;}
 .about-p1 .left{width: 45%;}
 .about-p3 .box .img{height: 400px;}
 .history-box .item-desc{line-height: 30px;}
 .about-honor .honor-swiper .swiper-btn{width: 48px; margin-top: -112px;}
 .about-honor .honor-swiper .swiper-btn:after{font-size:32px;}
 .about-honor .honor-swiper .swiper-button-prev{left:-68px;}
 .about-honor .honor-swiper .swiper-button-next{right:-68px;}
}
@media (max-width:998px){
 .about-title{margin-bottom: 30px;}
 .about-p1 .about-title{margin-bottom: 25px;}
 .about-p1 .left .desc{letter-spacing: 1px;line-height: 28px;}
 .about-p1 .video-box .video{height: 400px;}
 .about-p1 .video-box .play-icon{width: 60px;height: 60px;}
 .video-fixed .videoboxs{height: 400px;}
 .about-p2 .box ul li{padding:50px 0 45px;}
 .about-p2 .item-line{margin-bottom: 20px;}
 .about-part{margin-top: 60px;}
 .about-p3 .env-tab .tab-item{width: 120px;padding:12px 0 10px;}
 .about-p3 .env-tab .tab-item .item-icon{max-height: 36px;}
 .about-p3 .env-tab .tab-item .item-name{font-size:14px;}
 .about-p3 .box .img{height: 330px;}
 .history-box .item-desc{letter-spacing: 1px;}
 .history-box .line{bottom: 50px;}
 .history-box .item-year{font-size:22px;padding-top:20px;}
 .history-box .item-desc{height: 150px;line-height: 28px;}
 .history-box .swiper-slide:nth-child(4n+2) .item-desc{height:200px;}
 .history-box .swiper-slide:nth-child(4n+3) .item-desc{height:240px;}
 .history-box .swiper-slide:nth-child(4n+4) .item-desc{height:290px;}
 .history-box .item{height: 350px;padding-left:10%;}
 .history-box .item-round{width: 18px;height: 18px;}
 .history-box .item-con .item-round{width: 20px;height: 20px;}
 .history-box .item-year{font-size:20px;margin-left: 10%;line-height: 20px;padding-top:15px;}
 .history-box .line{bottom: 35px;}
 .about-honor .box{padding:30px 0 40px;}
 .about-honor .tab-list a{padding:16px 0;}
 .about-honor .tab-list a:after{height: 4px;}
 .about-honor .honor-swiper .item-icon{width: 40px;height: 40px;}
 .about-honor .swiper-list{margin-top:70px;}
 .about-honor .swiper-pagination{margin-top:80px;}
}
@media (max-width:750px){
 .subcolumn-nav .container{white-space: nowrap;overflow-x: auto;}
 .subcolumn-nav a{padding:20px 8px;font-size:15px;}
 .inner-banner img{min-height: 220px;object-fit: cover;object-position: center;}
 .about-p1 .left,.about-p1 .video-box{float:none;width: 100%;}
 .about-p1 .video-box{margin-top:25px;}
 .about-p1 .video-box .video{height: auto;padding-bottom: 66.7%;}
 .about-p1 .video-box .play-icon{width: 55px;height: 55px;}
 .about-part{margin-top:50px;}
 .about-p2 .box ul{padding:25px 0;}
 .about-p2 .box ul li{padding:30px 0;}
 .about-p3 .env-tab .tab-item{max-width: 20%;padding:10px 0 8px;}
 .about-p3 .env-tab .tab-item .item-name{font-size:12px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-top:8px;}
 .about-p3 .env-tab .tab-item .item-icon{max-height: 26px;}
 .about-p3 .box .img{height: 200px;}
 .about-p3 .box{margin-top:20px;}
 .history-box .item-desc{line-height: 26px;letter-spacing: 0;}
 .history-box .item-con{padding-top:20px;}
 .history-box .item-tit{margin-bottom: 12px;font-size:17px;}
 .about-title{margin-bottom: 25px;}
 .about-honor .tab-list a{margin-right: 5.5%;}
 .about-honor .box{padding:20px 0 30px;}
 .about-honor .tab-list a:after{height: 3px;}
 .about-honor .tab-list a.active:after{width:60px;}
 .about-honor .swiper-pagination,.about-honor .swiper-list{margin-top:60px;}
 .about-honor .honor-swiper .swiper-btn{width: 30px;height: 80px;margin-top:-71px;}
 .about-honor .honor-swiper .swiper-btn:after{font-size:28px;}
 .about-honor .honor-swiper .swiper-button-prev{left:-32px;}
 .about-honor .honor-swiper .swiper-button-next{right:-32px;}
}

.news-box .about-title{margin-bottom: 35px;}
.news-box .type1 .list{margin-left:-1%;margin-right:-1%;}
.news-box .type1 .list li{float:left;width: 25%;padding:1%;}
.news-box .type1 .list li:nth-child(5n+1){width: 50%;}
.news-box .type1 .list .item-img{position: relative;padding-bottom: 72.5%;overflow: hidden;}
.news-box .type1 .list li:nth-child(5n+1) .item-img{padding-bottom: 74%;}
.news-box .type1 .list .item-con{position: absolute;bottom:0;left:0;width: 100%;z-index:10;color:#fff;padding:25px 8.56%;transition: all .3s;}
.news-box .type1 .list .item-con:after{content:'';position: absolute;left:0;width: 0;bottom:0;overflow: hidden;height: 1px;background: #db3831;transition: all .4s;}
.news-box .type1 .list .item-date{line-height: 1;margin-bottom:10px;}
.news-box .type1 .list .item-title{line-height: 24px;letter-spacing: 1px;-webkit-line-clamp:3;line-clamp:3;}
.news-box .type1 .list li:nth-child(5n+1) .item-con{padding: 28px 14% 22px 15.4%;}
.news-box .type1 .list li:nth-child(5n+1) .item-date{font-size:18px;margin-bottom:25px;}
.news-box .type1 .list li:nth-child(5n+1) .item-title{font-size:24px;line-height: 1.5;}
.news-box .type1 .news-item:hover .item-con{background: rgba(255,255,255,.9);color:#da251d;}
.news-box .type1 .news-item:hover .item-con:after{width: 100%;}

.news-box .type2{margin-top:90px;}
.news-box .type2 .list{margin:0 -2%;}
.news-box .type2 .list li{padding:0 2%;}
.news-box .type2 .news-item{display: block;padding-bottom: 33px;border-bottom: 5px solid #a5a5a5;position: relative;}
.news-box .type2 .item-title{line-height: 36px;height: 72px;}
.news-box .type2 .item-date{line-height: 1;margin-top:22px;}
.news-box .type2 .item-desc{color:#999;letter-spacing: 1px;text-align: justify;line-height: 24px;height: 72px;margin-top:38px;}
.news-box .type2 .news-item:after{content:'';position: absolute;left:0;width: 0;overflow: hidden;background: #ed1c24;height: 5px;bottom: -5px;transition: all .4s;}
.news-box .type2 .news-item:hover:after{width: 100%;}

.news-box .type3{margin-top:100px;}
.news-box .type3 .list{margin:0 -13px;}
.news-box .type3 .list li{padding:0 13px;}
.news-box .type3 .news-item{display: block;}
.news-box .type3 .news-item .item-img{position: relative;overflow: hidden;padding-bottom: 63.4%;}
.news-box .type3 .news-item .item-con{background: #fff;padding:32px 9% 28px;}
.news-box .type3 .news-item .item-date{line-height: 1;}
.news-box .type3 .news-item .item-title{line-height: 36px;height:72px;margin-top:8px;}
.news-box .type3 .news-item:hover{color:#da251d;}
.news-box .more-btn{margin-top:30px;}

@media (max-width:1400px){
 .news-box .type1 .list .item-title{-webkit-line-clamp:2;line-clamp:2;}
 .news-box .type1 .list .item-con{padding-top:20px;padding-bottom: 20px;}
}
@media (max-width:1200px){
 .news-box .type1 .list li:nth-child(5n+1) .item-con{padding:22px 10%;}
 .news-box .type1 .list li:nth-child(5n+1) .item-title{font-size:20px;}
 .news-box .type1 .list li:nth-child(5n+1) .item-date{font-size:16px;margin-bottom: 20px;}
 .news-box .type2{margin-top:75px;}
 .news-box .type2 .item-title{line-height: 32px;height: 64px;}
 .news-box .type2 .item-desc{margin-top:30px;}
 .news-box .type2 .item-date{margin-top:18px;}
 .news-box .type2 .news-item{border-bottom-width: 4px;padding-bottom: 30px;}
 .news-box .type2 .news-item:after{height: 4px;bottom: -4px;}
 .news-box .type2 .list{margin:0 -1%;}
 .news-box .type2 .list li{padding:0 1%;}
 .news-box .type3{margin-top:85px;}
 .news-box .type3 .news-item .item-con{padding:28px 8% 25px;}
}
@media (max-width:992px){
 .news-box .about-title{margin-bottom: 30px;}
 .news-box .type1 .list .item-title{font-size:15px;line-height: 20px;}
 .news-box .type1 .list .item-con{padding:12px 15px;}
 .news-box .type1 .list li:nth-child(5n+1) .item-title{font-size:18px;}
 .news-box .type1 .list li:nth-child(5n+1) .item-date{margin-bottom: 16px;}
 .news-box .type1 .list .item-date{font-size:12px;}
 .news-box .type2{margin-top:60px;}
 .news-box .type2 .list{margin:0 -2%;}
 .news-box .type2 .list li{padding:2%;}
 .news-box .type3 .list{margin:0 -8px;}
 .news-box .type3 .list li{padding:0 8px;}
 .news-box .type3{margin-top:60px;}
 .news-box .type3 .news-item .item-title{line-height: 30px;height: 60px;}
 .news-box .type3 .news-item .item-con{padding:20px 18px;}
}
@media (max-width:767px){
 .news-box .type1 .list li:nth-child(5n+1){width: 100%;}
 .news-box .type1 .list li{width: 50%;}
 .news-box .type1 .list li:nth-child(5n+1) .item-title{font-size:16px;}
 .news-box .type1 .list li:nth-child(5n+1) .item-date{font-size:15px;}
 .news-box .type2 .list li{padding:0;margin-bottom: 20px;}
 .news-box .type2 .list{margin:0;}
 .news-box .type2 .item-title{line-height: 28px;height:auto;}
 .news-box .type2 .item-date{margin-top:16px;}
 .news-box .type2 .item-desc{margin-top:25px;}
 .news-box .type2 .news-item{padding-bottom: 25px;border-bottom-width:3px;}
 .news-box .type2 .news-item:after{height: 3px;bottom: -3px;}
 .news-box .type3{margin-top:40px;}
 .news-box .type3 .list li{margin-bottom: 16px;}
 .about-title{font-size:20px;font-weight: bold;}
}


.news-list .list li{margin-bottom: 44px;}
.news-list .list .news-item .item-img{position: relative;height: 300px;width: 32%;max-width: 430px;overflow: hidden;}
.news-list .list .news-item .item-con{width: 66%;max-width: 915px;padding:28px 0 35px;position: relative;}
.news-list .list .news-item .item-title{line-height: 1;margin-bottom: 30px;}
.news-list .list .news-item .item-date{line-height: 1;font-family: arial;}
.news-list .list .news-item .item-desc{color:#999;margin-top:55px;line-height: 24px;letter-spacing: 1px;text-align: justify;-webkit-line-clamp:3;line-clamp:3;}
.news-list .list .news-item .line{position: absolute;right:29.3%;left:0;height: 1px;bottom:0;background: #999999;}
.news-list .list .news-item .line:after{position: absolute;content:'';left:0;width: 0;overflow: hidden;height: 1px;background: #ed1c24;transition: all .5s;bottom:0;}
.news-list .list .news-item .item-more{position: absolute;right:0;bottom:0;line-height: 33px;border:1px solid #000;border-radius:999px;overflow: hidden;width: 168px;text-align: center;transition: all .3s;letter-spacing: 1px;}
.news-list .list .news-item:hover .item-more{background: #ed1c24;color:#fff;border-color:#ed1c24;}
.news-list .list .news-item:hover .item-title{color:#ed1c24;}
.news-list .list .news-item:hover .line:after{width: 100%;}
.news-list .list .news-item:hover img{transform: scale(1.06);}

@media (max-width:1200px){
 .news-list .list .news-item .item-con{padding-top:20px;}
 .news-list .list .news-item .item-title{margin-bottom: 24px;}
 .news-list .list .news-item .item-desc{margin-top:40px;}
 .news-list .list .news-item .item-img{height: 260px;}
 .news-list .list .news-item .item-more{width: 160px;}
}
@media (max-width:998px){
 .news-list .list .news-item .item-con{width: 65%;}
 .news-list .list .news-item .item-con{padding-top:15px;}
 .news-list .list .news-item .item-title{margin-bottom: 20px;}
 .news-list .list .news-item .item-desc{margin-top: 35px;}
 .news-list .list .news-item .item-img{height: 230px;}
 .news-list .list .news-item .item-more{width: 150px;}
 .news-list .list .news-item .line{right:180px;}
 .news-list .list li{margin-bottom: 30px;}
}
@media (max-width:700px){
 .news-list .list .news-item .item-img{height: auto;padding-bottom: 70%;width: 100%;}
 .news-list .list .news-item .item-con{width: 100%;padding:25px 0 55px;}
 .news-list .list .news-item .item-desc{margin-top:30px;}
 .news-list .list .news-item .item-more{width: 140px;line-height: 32px;font-size:15px;}
}


.news-detail .news-title{text-align: center;letter-spacing: 2px;}
.news-detail .news-tips{margin-top:45px;}
.news-detail .news-tips span{display: inline-block;line-height: 16px;padding-left: 23px;margin:0 10px;}
.news-detail .news-tips .time{background: url(../images/icon-time.png) no-repeat left center;}
.news-detail .news-tips .view{background: url(../images/icon-eye.png) no-repeat left center;}
.news-detail .news-description{color:#000;line-height: 1.71;letter-spacing: 1px;text-align: justify;margin-top:52px;min-height:30vh;}
.qilin-pager-box{margin-top:50px;}
.qilin-pager-box a{color:#a5a5a5;}
.qilin-pager-box a:hover{color:#ed1f27;}
.qilin-pager-box .prev,.qilin-pager-box .next{width: 101px;text-align: center;padding-bottom: 10px;background: url(../images/news-prev.png) no-repeat bottom center;background-size: 100% auto;}
.qilin-pager-box .prev{float:left;}
.qilin-pager-box .next{float:right;background-image: url(../images/news-next.png);}
.qilin-pager-box .next:hover{background-image: url(../images/news-nexton.png);}
.qilin-pager-box .prev:hover{background-image: url(../images/news-prevon.png);}

@media (max-width:1420px){
 .news-detail .news-tips{margin-top:30px;}
 .news-detail .news-description{margin-top:40px;}
}


.contact-box{background: #fff;padding-bottom: 0!important;}
.contact-box .map-box{position: relative;margin-top:-200px;height: 356px;}
.contact-box .map-box .map{position: absolute;left:0;top:0;width: 100%;height:100%;}
.contact-box #allmap{width: 100%;height: 100%;}
.contact{position: relative;z-index:10;}
.contact .left{width: 48%;float:left;padding-right:25px;color:#333;}
.contact .right{width: 600px;max-width: 48%;float:right;box-shadow: 0 0 10px rgba(0,0,0,.2);background: #fff;color:#000;position: relative;z-index:10;padding:20px 45px 40px;border-bottom:5px solid #da251d;}
.contact .right .title{line-height: 1;margin-bottom: 40px;}
.contact .right .form-item{border:1px solid #000000;border-radius:4px;overflow: hidden;margin-bottom: 35px;}
.contact .right .item-value{display: block;width: 100%;border:none;outline: none;line-height: 24px;padding:7px 15px;}
.contact .right textarea.item-value{height: 148px;resize: none;}
.contact .item-value::-webkit-input-placeholder {color:#a5a5a5;}
.contact .item-value:-moz-placeholder {color:#a5a5a5;}
.contact .item-value::-moz-placeholder {color:#a5a5a5;}
.contact .item-value:-ms-input-placeholder {color:#a5a5a5;}
.contact .right .submit-btn{float:right;width: 200px;border:none;line-height: 40px;text-align: center;color:#fff;background: #333333;transition: all .3s;margin-top:12px;}
.contact .right .submit-btn:hover{background: #da251d;}
.contact .left .top .en{color:#a5a5a5;opacity: 0.2;line-height: 1;}
.contact .left .top .cn{line-height: 1;color:#000;transform: translateY(-80%);position: relative;z-index: 10;}
.contact .left .top .cn span{display: inline-block;position: relative;}
.contact .left .top .cn span:after{content:'';position: absolute;bottom:0;left:100%;height:2px;background: #da251d;width: 115px;margin-left: 9px;}
.contact .left .tel{margin:12px 0 5px;color:#da251d;letter-spacing: 2px;line-height: 1;}
.contact .left .tel .bold{font-family: arial;margin-top:14px;letter-spacing: 1px;}
.contact .left .tips{letter-spacing: 1px;margin-top:10px;}
.contact .left .info{margin-top:60px;letter-spacing: 2px;}
.contact .left .info p{margin-bottom: 25px;}

@media (max-width:1200px){
.contact .right .form-item{margin-bottom: 30px;}
}
@media (max-width:992px){
 .contact .left,.contact .right{float:none;width: 100%;}
 .contact .left .info{margin-top:35px;}
 .contact .right{margin:40px 0 0;max-width: 600px;}
 .contact-box .map-box{margin-top:-80px;}
}
@media (max-width:767px){
 .contact .left .top .en{font-size:44px;}
 .contact .left .top .cn{transform: translateY(-60%);}
 .contact .left .tel p{margin-bottom: 5px;}
 .contact .left{padding-right:0;}
 .contact .left .info{letter-spacing: 1px;}
 .contact .left .info p{margin-bottom: 18px;}
 .contact .right{margin-top:30px;padding:20px 20px 30px;}
 .contact .right .title{margin-bottom: 30px;}
 .contact .right .form-item{margin-bottom: 25px;}
 .contact-box .map-box{height: 400px;}
 .contact .right .submit-btn{width: 170px;}
}

.job-box .job-title{line-height: 66px;color:#fff;background: #da251d;}
.job-box .job-line li{float:left;width: 25%;text-align: center;padding:0 10px;}
.job-box .job-item .job-line{height: 95px;border-bottom:1px solid #da251d;cursor: pointer;}
.job-box .job-line .icon{position: relative;width: 18px;height: 18px;margin:0 auto;transition: all .3s;}
.job-box .job-line .icon b{position: absolute;left:0;width: 18px;height: 1px;transition: all .3s;background: #000;top:50%;}
.job-box .job-line .icon .b2{transform: rotate(90deg);}
.job-box .job-con{background: #fff;border-bottom: 1px solid #da251d;padding:24px 6.5% 20px;display: none;}
.job-box .job-item:first-child .job-con{display: block;}
.job-box .job-item.active .icon .b2{transform: rotate(0);}
.job-box .job-desc{margin-bottom: 24px;}
.job-box .job-desc:last-child{margin-bottom: 0;}
.job-box .job-desc .i-tit{line-height: 1;color:#da251d;margin-bottom: 10px;text-indent: -0.5em;}
.job-box .job-desc .i-desc{color:#999;line-height: 2.25;letter-spacing: 2px;}
.job-box .job-info{display: flex; margin-bottom: 20px;}
.job-box .job-info div{font-size: 18px; color: #000; line-height: 30px; padding-left: 50px; background-repeat: no-repeat; background-position: left center; background-size: contain;}
.job-box .job-info div.job-mail{margin-right: 80px; background-image: url(../images/job-mail.png);}
.job-box .job-info div.job-tel{background-image: url(../images/job-tel.png);}
.job-box .more-btn{margin-top:45px;}

@media (max-width:1420px){
 .job-box .job-item .job-line{height: 80px;}
}
@media (max-width:1200px){
 .job-box .job-title{line-height: 60px;}
 .job-box .job-item .job-line{height: 70px;}
 .job-box .job-info div{font-size: 16px; background-size: auto 26px; padding-left: 40px;}
 .job-box .job-info div.job-mail{margin-right: 50px;}
}
@media (max-width:992px){
 .job-box .job-item .job-line{height: 60px;}
 .job-box .job-title{font-size:16px;}
 .job-box .job-desc .i-desc{line-height: 2;}
 .job-box .job-info{display: block;}
 .job-box .job-info div.job-mail{margin-right: 0;}
}
@media (max-width:750px){
 .job-box .list{border-top:1px solid #da251d;}
 .job-box .job-title{display: none;}
 .job-box .job-line li{width: 50%;padding:5px 0;text-align: left;font-size:14px;}
 .job-box .job-item .job-line{height: auto;padding:5px 0;}
 .job-box .job-item .job-line span{float:left;}
 .job-box .job-line .icon{margin-right:20px;}
 .job-box .job-con{padding:20px 16px;}
 .job-box .job-desc .i-desc{line-height: 1.8;}
 .job-box .more-btn{margin-top:30px;}
 .job-box .job-info div{font-size: 13px; padding-left: 30px; background-size: auto 20px;}
}
.news-detail{ overflow: hidden;}
.news-detail h1{text-align: center; letter-spacing: 2px;}
.news-detail .dtinfo{margin: 20px 0; text-align: center;}
.news-detail .dtinfo span{margin: 0 10px;}
.news-detail .caseimg{margin-bottom: 30px;}
.news-detail .caseimg img{display: block; max-width: 100%; margin: auto;}
.news-detail .content{font-size: 15px; line-height: 1.8;}
.news-detail .content img{max-width: 100%;}
.news-detail .news-epx{margin: 30px auto 0; overflow: hidden;}
.news-detail .news-epx li{width: 49%; float: left; padding: 0 15px; line-height: 40px; background: #ccc; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news-detail .news-epx li:first-child{margin-right: 2%;}
@media (max-width: 992px){
 .news-detail .news-epx li{width: 100%; margin: 5px 0;}
 .news-detail .news-epx li:first-child{margin-right: 0;}
}
@media (max-width: 767px){
 .news-detail{margin:30px 0;}
 .news-detail .dtinfo{margin: 15px 0;}
 .news-detail .dtinfo span{margin: 0 5px;}
 .news-detail .caseimg{margin-bottom: 20px;}
 .news-detail .news-epx{margin: 20px auto 0;}
}


.part-ipro{padding:0;background: url(../images/part_product.jpg) no-repeat center;background-size: cover;}
body section.slideshow .detail {}
body section.slideshow .detail .detail-item {transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;display: none; overflow: hidden;}
body section.slideshow .detail .detail-item.active {display: block;}
body section.slideshow .detail .detail-item .pcont{width: 45%; float: left;}
body section.slideshow .detail .detail-item .pimg{width: 50%; float: right; padding-bottom: 45%; background-repeat: no-repeat; background-size: contain; background-position: center;}
body section.slideshow .detail .detail-item .pcont .ptitle{text-align: left; font-size: 32px; color: #fff; font-weight: bold; line-height: 1; margin-top: 40px;}
body section.slideshow .detail .detail-item .pcont .pcon{color:#fff;font-size: 15px; line-height: 36px; letter-spacing: 2px; text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical; margin: 50px 0 120px;}
body section.slideshow .detail .detail-item .pcont .plink{display: block; width: 170px; height: 50px; border: 1px solid #fff; border-radius: 25px; font-size: 16px; color: #fff; line-height: 48px; text-align: center; letter-spacing: 1px; transition: all .3s;}
body section.slideshow .detail .detail-item .pcont .plink:hover{border-color: #da251d; background: #da251d;}
.processBlock__navSteps{width: 40px; position: absolute; left: 60px; top: 190px; z-index: 10;}
.prevNextBttn {width: 40px; height: 40px; cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; background-repeat: no-repeat; background-size: cover; background-position: center;}
.prevNextBttn.disabled {opacity: .2; pointer-events: none;}
.prevNextBttn.top{background-image: url(../images/prevBttn.png); margin-bottom: 40px;}
.prevNextBttn.bottom{background-image: url(../images/nextBttn.png);}

.processBlock__content {margin-left:8.47222vw;margin-top:25px;margin-right:2vw;}
.processBlock__nbClicks {display:flex;align-items:center;margin-bottom:5.55556vw;}
@media (min-width:1440px){
 .processBlock__content {margin-left:122px;}
 .processBlock__nbClicks {margin-bottom:80px;}

}
.processBlock__mediasWrapper {position:relative;width:50%;height:100%;right:0;top:0;}
.processMedias {width:100%;height:100%;cursor:move;cursor:-webkit-grab;cursor:grab;}
.processMedias__svgWrapper {position:absolute;visibility:hidden;}
.processMedias>canvas {position:absolute;right:0;}

body section.slideshow .pbox{min-height: 500px; position: relative; overflow: hidden;margin: 100px 0;}
body section.slideshow {position:relative;display:block;margin:0 auto;visibility:hidden;overflow:hidden;}
body section.slideshow .ipro-dt{width: calc(100% - 300px); margin-left: 300px;}
body section.slideshow .navigation-box{width: 500px;height: 500px; position: absolute;top: 0; left: -280px; z-index: 10; padding: 10px;overflow: hidden;}
body section.slideshow .navigation-wrapper{position: relative;width:100%;padding-bottom: 100%;}
body section.slideshow .navigation-round{position: absolute;width: 100%;height: 100%;right: 0;top:0;}
body section.slideshow ul.navigation {position:relative;display:block;width:100%;height:100%;padding:0;margin:0;z-index:10;}
body section.slideshow ul.navigation li.navigation-item {position:absolute;display:inline-block;width:18px;height:18px;
 text-align:center;cursor:pointer;border-radius:50%;transition:border 0.6s ease-in-out;background: #fff;}
body section.slideshow ul.navigation li.navigation-item.active{background: #da251d;}
body section.slideshow ul.navigation li.navigation-item:hover{background: #da251d;}
body section.slideshow ul.navigation li.navigation-item .rotate-holder {position:fixed;display:block;width:0;height:0;left:-9999px;
 top:-9999px;}
body section.slideshow ul.navigation li.navigation-item .background-holder {position:absolute;display:block;width:32px;height:32px;border: 1px solid #fff; top:-7px;left:-7px;border-radius:50%;opacity: 0;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;visibility:hidden;transition:opacity 0.6s ease-in-out,visibility 0.6s ease-in-out;}
body section.slideshow ul.navigation li.navigation-item:hover .background-holder {opacity:1;visibility:visible;border-color: #da251d;}
body section.slideshow ul.navigation li.navigation-item.active .background-holder{opacity:1!important;visibility:visible;border-color: #da251d;}


body section.slideshow ul.navigation li.navigation-item{}
/*body section.slideshow ul.navigation li.navigation-item.active{width:790px;height: 500px;}*/
body section.slideshow ul.navigation::after{z-index:-1;content: '';left:9px;right:9px;top:9px;bottom:9px;position: absolute;border-radius:100%;overflow: hidden;border:1px solid #bebebd;pointer-events: none;}


.top-list{border-bottom: 1px solid rgba(255,255,255,.7);}
.top-list .container{position: relative; bottom: -1px;}
.top-list .swiper-container{border-left: 1px solid rgba(255,255,255,.7);}
.top-list .swiper-slide{width: 25%; height: 100px; border-right: 1px solid rgba(255,255,255,.7); padding: 0 30px; font-size: 20px; color: #fff; line-height: 100px; cursor: pointer; position: relative;}
.top-list .swiper-slide h3{width: calc(100% - 40px); float: left; font-size: 20px; line-height: 100px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.top-list .swiper-slide span{float: right; display: block;}
.top-list .swiper-slide .bline{width: 100%; height: 5px; background: #da251d; position: absolute; left: 0; bottom: -1px; z-index: 10; opacity: 0; visibility: hidden; transition: opacity 0.6s ease-in-out,visibility 0.6s ease-in-out;}
.top-list .swiper-slide.active .bline{opacity: 1; visibility: visible;}
.top-list .swiper-button-next, .top-list .swiper-button-prev{width: 40px; height: 40px; line-height: 40px; display: block;}
.top-list .swiper-button-prev{left: -40px; text-align: left;}
.top-list .swiper-button-next{right: -40px; text-align: right;}
.top-list .swiper-button-next:after, .top-list .swiper-button-prev:after{font-size: 36px; color: #fff;}

@media (max-width: 1200px){
 .top-list .swiper-slide{height: 80px; line-height: 80px; padding: 0 20px; }
 .top-list .swiper-slide h3{line-height: 80px;}
 .top-list .swiper-button-next:after, .top-list .swiper-button-prev:after{font-size: 30px;}

 body section.slideshow .pbox{margin: 60px 0; min-height: 450px;}
 body section.slideshow .navigation-box{width: 450px; height: 450px;}
 body section.slideshow .ipro-dt{width: calc(100% - 220px); margin-left: 220px;}
 .processBlock__navSteps{left: 40px; top: 165px;}
 body section.slideshow .detail .detail-item .pcont .ptitle{font-size: 30px;}
 body section.slideshow .detail .detail-item .pcont .pcon{margin: 40px 0 80px;}
 body section.slideshow .detail .detail-item .pimg{width: 52%; margin-top: 40px;}
}

@media (max-width: 767px){
 .top-list .container{padding: 0 30px;}
 .top-list .swiper-slide{width: 50%; height: 60px; line-height: 60px; padding: 0 10px; font-size: 16px;}
 .top-list .swiper-slide h3{width: calc(100% - 20px); line-height: 60px; font-size: 16px;}
 .top-list .swiper-button-next, .top-list .swiper-button-prev{width: 30px;}
 .top-list .swiper-button-prev{left: 0px; text-align: center;}
.top-list .swiper-button-next{right: 0px; text-align: center;}
 .top-list .swiper-button-next:after, .top-list .swiper-button-prev:after{font-size: 24px;}

 body section.slideshow .pbox{margin: 20px 0; min-height: unset; display: block;}
 body section.slideshow .navigation-box{width: 300px; height: 300px; left: -160px;}
 body section.slideshow .ipro-dt{width: 100%; margin-left: 0; margin-top: 300px;}
 .processBlock__navSteps{left: 200px; top: 90px;}
 body section.slideshow .detail .detail-item .pcont{width: 100%; float: unset;}
 body section.slideshow .detail .detail-item .pcont .ptitle{font-size: 20px; margin-top: 20px;}
 body section.slideshow .detail .detail-item .pcont .pcon{margin: 20px 0 30px; font-size: 14px; line-height: 24px;}
 body section.slideshow .detail .detail-item .pcont .plink{width: 150px; height: 40px; font-size: 15px; line-height: 38px;}
 body section.slideshow .detail .detail-item .pimg{width: 100%; float: unset; padding-bottom: 80%; margin-top: 20px;}
 
}


.inews{width: 100%; margin: 25px 0 50px;}
.inews_item a{display: block; background: #fff; transition: all 0.3s;}
.inews_item img{display: block; width: 100%;}
.inews_item .inews_con{padding: 16px 20px;}
.inews_item .inews_con p{font-size: 18px; line-height: 32px;}
.inews_item .inews_con h3{font-size: 22px; line-height: 40px; transition: all 0.3s;}
.inews_item:hover a{box-shadow: 0 0 20px #ddd;}
.inews_item:hover .inews_con h3{color: #da251d;}

@media (max-width: 1200px){
 .inews_item .inews_con p{font-size: 18px; line-height: 30px;}
 .inews_item .inews_con h3{font-size: 20px; line-height: 36px;}
}

@media (max-width: 992px){
 .inews{margin: 25px 0 30px;}
 .inews_item .inews_con p{font-size: 16px; line-height: 30px;}
 .inews_item .inews_con h3{font-size: 18px; line-height: 32px;}
}


