html{width: 100%;font-size: 10px;}
@media screen and (max-width:1720px) {html{font-size: 9px;}}
@media screen and (max-width:1520px) {html{font-size: 8px;}}
@media screen and (max-width:1320px) {html{font-size: 7px;}}
/* @media screen and (max-width:1024px) {html{font-size: 8px;}} */


html{width: 100%;}
body{font-size: 1.6rem; background: #fff; font-family: "Microsoft Yahei","Arial"; line-height: 1.5; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body{overflow-x:hidden;position: relative;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;pointer-events: none;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.flexBox {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 8rem;}
.pd50{padding: 0 5rem;}
.w1520{position: relative;width: 1520px;margin: 0 auto;}
.pdl1520{padding-left: calc((100% - 1520px)/2);}
.layui-layer-video{max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}
.h40{display: block;height: 4rem;}
.h50{display: block;height: 5rem;}
.h80{display: block;height: 8rem;}
.h100{display: block;height: 10rem;}
.loadImg{display: none!important;}
.z9{z-index: 9;}

.greyBg{background: #F8F8F8;overflow: hidden;}
.whiteBg{background: #ffffff;overflow: hidden;}

@font-face {
	font-family: DIN;
	src: url(/template/default/skin/fonts/DIN-BOLD.OTF);
}
@keyframes upDown{
	0%{transform: translateY(1rem);}
	50%{transform: translateY(-1.5rem);}
	100%{transform: translateY(1rem);}
}
@keyframes textDash {to {stroke-dashoffset: 0;}}



.h-header{position: fixed;top: 0;left: 0;width: 100%;padding-left: 10rem;background: rgba(0,0,0,.3);display: flex;z-index: 99997;}
.h-logo{display:block;margin: auto;margin-left: 0;height: 6rem;width: 26rem;background-image: url(/template/default/skin/images/logo.png);background-size: 100% 100%;}
.h-logo img{display:block;height: 100%;}
.h-nav{display: flex;}
.h-nav .li{position: relative;margin-right: 6rem;}
.h-nav .li>a{display: block;font-size: 1.8rem;color: #ffffff;line-height: 10rem;position: relative;transition: .45s;}
.h-nav .li>a::after{content: "";display: block;position: absolute;bottom: 0;left: 50%;width: 0;height: 1px;opacity: 0;background: linear-gradient(90deg, #EE1D23, #FFA800);transition: .3s;}
.h-nav .li.active>a,.h-nav .li:hover>a{text-shadow: 0 0 1px #fff;}
.h-nav .li.active>a::after,.h-nav .li:hover>a::after{left: 0;width: 100%;opacity: 1;}
.h-lang{display: flex;align-items: center;justify-content: center;width: 10rem;border-left: 1px solid #fff;}
.h-lang i{display: block;width: 2rem;height: 2rem;background-image: url(/template/default/skin/images/iconLang1.png);background-size: 100% 100%;transition: .3s;}
.h-lang span{display: block;font-size: 1.8rem;color: #FFFFFF;line-height: 1;margin-left: 0.5rem;transition: .3s;}
.h-lang:hover i{background-image: url(/template/default/skin/images/iconLang2.png);}
.h-lang:hover span{color: #EE1D23;}
.h-search{display: flex;align-items: center;justify-content: center;width: 10rem;border-left: 1px solid #fff;cursor: pointer;}
.h-search i{display: block;width: 2rem;height: 2rem;background-image: url(/template/default/skin/images/iconSearch1.png);background-size: 100% 100%;transition: .3s;}
.h-header.active,.h-header.ny{background: #fff;box-shadow: 0 0 1rem rgba(0,0,0,.5);}
.h-header.active .h-nav .li>a{line-height: 8rem;color: #000;}
.h-header.ny .h-nav .li>a{color: #000;}
.h-header.active .h-lang i,.h-header.ny .h-lang i{background-image: url(/template/default/skin/images/iconLang3.png);}
.h-header.active .h-lang span,.h-header.ny .h-lang span{color: #000;}
.h-header.active .h-search i,.h-header.ny .h-search i{background-image: url(/template/default/skin/images/iconSearch3.png);}
.h-header.active .h-logo,.h-header.ny .h-logo{background-image: url(/template/default/skin/images/logo1.png);}



.h-nav .h-subnav {width:20rem;background:#ffffff;font-size:1.6rem;text-align:left;position:absolute;left:50%;transform: translateX(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 1.6rem -4px rgba(0,0,0,.3);margin-top:2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:9999;}
.h-nav .h-subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .h-subnav a {transition: .3s; padding: 0 0.1rem;box-sizing: border-box; width: 100%; display:block;height:5rem;line-height:5rem;color:#333;font-size: 1.6rem;text-align: center;font-weight: normal;}
.h-nav .h-subnav a:hover {background:#EE1D23;color:#fff!important;}
.h-nav .li:hover .h-subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}

.wap_header{width: 100%; height: 7rem; padding: 0 1.2rem; display: none; justify-content: space-between; align-items: center; position: fixed;top: 0;left:0; z-index: 9999;box-sizing: border-box;background: rgba(0,0,0,.3);}
.wap_header .h-logo{width: 22rem;height: 5rem;background-repeat: no-repeat;}
.wap_header .toggle{display: block; width: 3rem; height: 2.4rem; position: relative; z-index: 6;margin-left: 2rem;}
.wap_header .toggle i{display: block; width: 3rem; height: 0.2rem; background: #FFFFFF; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 1rem;}
.wap_header .toggle i:nth-of-type(3){top: 2rem;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 0.8rem; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 0.8rem; transform: rotate(-45deg);}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 30rem; background: #fff; height: 100vh; padding: 5.6rem 0 2rem 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 7rem); margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 2rem; line-height: 4rem; font-size: 1.8rem; position: relative;overflow: hidden;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 8rem; line-height: 8rem; display: block; padding-right: 3rem; font-size: 2rem; color: #333;}
.wap_header .nav ul li a:active  {color: #005BAC !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 3rem; height: 8rem; font-size: 1.8rem; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #005BAC; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(/template/default/skin/images/yjt.png)no-repeat;background-size: 2rem !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 7rem; line-height: 7rem; font-size: 1.8rem;}
.wap_header .nav ul li ul li i{top: -1rem;}

.wap_header.active,.wap_header.ny{background: #fff;box-shadow: 0 0 1rem rgba(0,0,0,.5);}
.wap_header.active .h-lang i,.wap_header.ny .h-lang i{background-image: url(/template/default/skin/images/iconLang3.png);}
.wap_header.active .h-lang span,.wap_header.ny .h-lang span{color: #000;}
.wap_header.active .h-search i,.wap_header.ny .h-search i{background-image: url(/template/default/skin/images/iconSearch3.png);}
.wap_header.active .h-logo,.wap_header.ny .h-logo{background-image: url(/template/default/skin/images/logo1.png);}
.wap_header.active .toggle i,.wap_header.ny .toggle i{background: #000;}


.search-bg {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f5f5f5;display: none;z-index: 99998;}
.search-alert {position: fixed;z-index: 100;background: rgba(0,0,0,.7);left: 0;top: 0;width: 100%;height: 100%;opacity: 1;z-index: 99999;}
.search-alert input::-webkit-input-placeholder {color: #fff !important;}
.search-alert input::-moz-placeholder {/* Mozilla Firefox 19+ */color: #fff !important;}
.search-alert input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #fff !important;}
.search-alert input:-ms-input-placeholder {/* Internet Explorer 10-11 */color: #fff !important;}
.search-alert .cent-form {opacity: 0;-webkit-transform: translate(0, 4rem);-ms-transform: translate(0, 4rem);transform: translate(0, 4rem);-webkit-transition: all .5s;transition: all .5s;}
.search-alert .close {width: 3rem;height: 3rem;position: absolute;top: 3.8rem;right: 2.6%;cursor: pointer;background: url(/template/default/skin/images/colse.png) no-repeat center;background-size: 1.8rem auto;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.search-alert .cent-form {position: absolute;width: 94.8%;left: 2.6%;top: 50%;height: 6rem;margin-top: -6.3rem;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.search-alert .cent-form:before {content: "";color: #fff;font-size: 3rem;position: absolute;left: 0;height: 5rem;width: 5rem;top: 50%;margin-top: -2.5rem;background: url(/template/default/skin/images/z_img9.png) no-repeat center;background-size: 2.8rem auto;}
.search-alert .cent-form .tex {border: none;font-size: 4rem;height: 5rem;line-height: 5rem;text-align: center;width: 100%;color: #fff;background: none;padding-left: 10rem;padding-right: 14rem;box-sizing: border-box;}
.search-alert .cent-form .sub-butn {border: none;height: 5rem;font-size: .8rem;line-height: 5rem;color: #fff;text-align: right;background: none;position: absolute;right: 0;top: 0;width: 12rem;text-align: center;font-size: 2.6rem;cursor: pointer;}
.search-alert {-webkit-transform-origin: bottom center;-ms-transform-origin: bottom center;transform-origin: bottom center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s .5s;transition: transform .3s .5s;}
.search-alert.active {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.search-alert.active .cent-form {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .5s .3s;transition: all .5s .3s;}




.section{overflow: hidden;}

.mySwiperBannerPC{display: block;}
.mySwiperBannerWAP{display: none;}
.mySwiperBanner{position: relative;overflow: hidden;width: 100%;height: 100%;}
.banner{height:100%;}
.bannerItem{display: block;width: 100%;height: 100%;position: relative;}
.bannerItem .img{display: block;width: 100%;height: 100%;}
.bannerItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bannerItem .desc{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);padding-top: 4rem;}
.bannerItem .desc>div{display: flex;flex-direction: column;align-items: flex-start;}
.bannerItem .desc .atit{height: 8rem;width:100%;}
.bannerItem .desc .atit text{font-family: Airal;font-size:6.4rem;font-weight: bold;letter-spacing: 2px;fill: transparent;stroke: white;stroke-width: 0.5;stroke-dasharray: 800;stroke-dashoffset: 800;}
.bannerItem .desc .btit{font-size: 8rem;color: #2D2D2D;font-weight: bold;line-height: 1;background: linear-gradient(-3deg, #2D2D2D 0%, #383838 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.bannerItem .desc .ctit{display: flex;margin: 2rem 0 9rem;}
.bannerItem .desc .ctit span{display: block;font-size: 3rem;color: #FFFFFF;line-height: 6.5rem;padding:0 0.5rem;background: linear-gradient(90deg, #EE1D23, #FF4A4F);}
.bannerItem .desc .ctit:before{content: "";display: block;width: 2rem;height: auto;background-image: url(/template/default/skin/images/bl1.png);background-size: 100% 100%;}
.bannerItem .desc .ctit::after{content: "";display: block;width: 2rem;height: auto;background-image: url(/template/default/skin/images/br1.png);background-size: 100% 100%;}
.bannerItem .desc .dtit{display:flex;flex-wrap: wrap;margin: -1rem;}
.bItem{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 12rem;height: 12rem;background: #FFFFFF;box-shadow: 0 2px 3rem 0 rgba(0,0,0,0.1);border-radius: 2rem;margin: 1rem;}
.bItem img{display: block;width: 5rem;margin-bottom: 1rem;}
.bItem p{font-size: 2rem;color: #333333;line-height: 1.2;}
.bannerItem .desc .etit{font-size: 2.4rem;color: #747783;line-height: 1.8;text-transform: uppercase;margin-top: 4rem;}
.mySwiperBannerWAP .dtit img{display: block;max-width: 50rem;}
.mySwiperBannerWAP .bannerItem .desc {top: 10%;transform: translateY(0%);}
.mySwiperBannerWAP .bannerItem .desc .ctit{margin: 2rem 0 8rem;}
.swiper-slide-active .bannerItem .desc .atit{animation: fadeInUp .8s .3s ease both;}
.swiper-slide-active .bannerItem .desc .atit text{animation: textDash 5s 1s linear infinite;}
.swiper-slide-active .bannerItem .desc .btit{animation: fadeInUp .8s .4s ease both;}
.swiper-slide-active .bannerItem .desc .ctit{animation: fadeInUp .8s .5s ease both;}
.swiper-slide-active .bannerItem .desc .dtit{animation: fadeInUp .8s .6s ease both;}
.swiper-slide-active .bannerItem .desc .etit{animation: fadeInUp .8s .7s ease both;}


.bannerTab{position: absolute;bottom: 5rem;left:0%;width: 100%;z-index: 99;}
.bannerTab>div{display: flex;}
.bannerTab .swiper-pagination{position: relative;top: 0;margin: 0!important;display: flex;width:auto;}
.bannerTab .swiper-pagination .swiper-pagination-bullet{display: flex;align-items: center;justify-content: center;width: auto;height: auto;background: none;font-family: DIN;font-weight: bold;font-size: 1.4rem;color: #FFFFFF;transition: .3s;opacity: 0.5;margin-right: 1.8rem;}
.bannerTab .swiper-pagination .swiper-pagination-bullet::after{content: "";display: block;width: 1rem;height: 1px;background: #FFFFFF;transition: .3s;margin-left: 0.5rem;}
.bannerTab .swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}
.bannerTab .swiper-pagination .swiper-pagination-bullet-active::after{width: 1rem;}
.bannerMouse{margin: 0 auto;width: 2.2rem;animation: upDown 1.5s infinite;}
.bannerMouse img{display: block;width: 100%;}
.bannePN{display: flex;align-items: center;justify-content: center;}

.zdyPrev,.zdyNext{display: flex;align-items: center;justify-content: center;width: 5rem;height: 5rem;border-radius: 100%;border: 1px solid #fff;position: relative;overflow: hidden;cursor: pointer;z-index: 9;}
.zdyPrev i,.zdyNext i{display: block;width: 8px;height: 13px;background-image: url(/template/default/skin/images/iconRight11.png);background-size: 100%;position: relative;z-index: 9;}
.zdyPrev.grey,.zdyNext.grey{border-color: #E6E6E6;}
.zdyPrev.grey i,.zdyNext.grey i{background-image: url(/template/default/skin/images/iconRight1.png);}
.zdyPrev.grey:hover i,.zdyNext.grey:hover i{background-image: url(/template/default/skin/images/iconRight11.png);}
.zdyPrev{margin-right: 2rem;}
.zdyPrev i{transform: rotate(180deg);}
.zdyPrev::after,.zdyNext::after{content: "";display: block;width: 100%;height: 100%;background: #EE1D23;position: absolute;left: 0%;top: 0;opacity: 0;transition: .3s;}
.zdyPrev:hover::after,.zdyNext:hover::after{opacity: 1;}




.indTitleBox{display: flex;}
.indTit{}
.indTit .atit{font-size: 1.5rem;font-weight: bold;line-height: 1.2;font-family: Arial;color: #EE1D23;text-transform: uppercase;}
.indTit .btit{font-size: 4rem;font-weight: bold;line-height: 1.15;color: #000000;margin-top: 1rem;}
.indTit.white .btit{color: #fff;}
.indTitSel{margin-left: auto;display: flex;margin-top: auto;}
.indTitSel a{display: flex;align-items: center;justify-content: center;font-size: 1.8rem;background: #F8F8F8;border-radius: 2rem;line-height: 4rem;min-width: 15rem;padding: 0 1rem;margin: 0.75rem;}
.indTitSel a:hover,.indTitSel a.active{color: #fff;}

.hover{position: relative;overflow: hidden;}
.hover::after{content: "";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: linear-gradient(90deg, #EE1D23, #FFA800);z-index: 1;opacity: 0;transition: .3s;}
.hover:hover::after,.hover.active::after{opacity: 1;}




.indProBox{position: relative;}
.swiperPro{position: relative;overflow: hidden;}
.swiperPro .swiper-slide{transform: scale(0.85);transition: .3s;}
.swiperPro .swiper-slide-active{transform: scale(1);}
.indProItem{display: block;width: 100%;}
.indProItem .img{border-radius: 2rem;overflow: hidden;border: 1px solid #F2F2F2;padding-bottom: 60%;position: relative;}
.indProItem .img::after{content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;transition: .3s;}
.indProItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;transition: .5s;}
.indProItem .desc{text-align: center;}
.indProItem .desc .atit{font-size: 2rem;color: #000000;line-height: 2.5rem;height: 2.5rem;font-weight: bold;margin: 1.8rem 0 0.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indProItem .desc .btit{font-size: 1.6rem;color: #999999;line-height: 2rem;height: 4rem;max-width:45rem;margin:0 auto;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.indProItem:hover .img img{transform: scale(1.04);}
.indProItem:hover .desc .atit{color: #EE1D23;}

.indProItem .desc .atit{opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);transition: .5s;}
.indProItem .desc .btit{opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);transition: .5s;}
.swiper-slide-active .indProItem .desc .atit{ opacity: 1;-webkit-transform: none;transform: none;}
.swiper-slide-active .indProItem .desc .btit{ opacity: 1;-webkit-transform: none;transform: none;}


.swiperPro .swiper-slide-shadow-left{display: none;}
.swiperPro .swiper-slide-shadow-right{display: none;}

.swiperPro .swiper-slide-prev .indProItem .img::after{background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));}
.swiperPro .swiper-slide-next .indProItem .img::after{background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));}


.indProBox .zdyNext{position: absolute;right: -10rem;top: 50%;transform: translateY(-100%);}
.indProBox .zdyPrev{position: absolute;left: -10rem;top: 50%;transform: translateY(-100%);}



.indNumberList{display: flex;justify-content: space-around;margin-top: 3rem;}
.indNumberItem{}
.indNumberItem .atit{display: flex;align-items: center;color: #EE1D23;fill: #EE1D23;font-size: 6rem;line-height:1;font-family: DIN;}
.indNumberItem .atit span{display: block;}
.indNumberItem .atit b{display: block;font-size: 4.5rem;}
.indNumberItem .atit svg{line-height: 0;transform: translateY(5%);}
.indNumberItem .btit{display: flex;align-items: center;font-size: 1.6rem;color: #666666;line-height: 1.2;margin-top: -1.8rem;position: relative;z-index: 9;}
.indNumberItem .btit img{display: block;margin-right: 0.5rem;}



.sec2{background: #F8F8F8;}
.indAboutBox{display: flex;background: #ffffff;overflow: hidden;}
.indAboutBox .img{width: 50%;position: relative;}
.indAboutBox .img>img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.indAboutBox .desc{width: 50%;padding: 5rem 8rem;}
.indAboutBox .desc .aboutDesc{font-size: 1.6rem;color: #666666;line-height: 2.6rem;margin-top: 4rem;}
.indAboutBox .desc .aboutDesc p+p{margin-top: 1rem;}

.videoPlay{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 16rem;cursor: pointer;}
.videoPlay .img2{position: absolute;top: 0;left: 0;animation: circle 4s infinite linear;}
.videoPlay img{display: block;width: 100%;}
@keyframes circle{0%{transform: rotate(0deg);}100%{transform: rotate(365deg);}}
.videoOpen{cursor: pointer;}

.indAboutList{display: flex;justify-content: space-around;margin-top: 5rem;}
.indAboutItem{}
.indAboutItem .img{display: flex;align-items: center;justify-content: center;width: 10rem;height: 10rem;background: #FFFFFF;border-radius: 50%;transition: .3s;}
.indAboutItem .img i{display: block;width: 5rem;height: 5rem;background-size: 100% auto;}
.indAboutItem p{display: block;font-size: 1.6rem;color: #333333;line-height: 1.2;text-align: center;margin-top: 2rem;}
.indAboutItem:hover .img{background: #EE1D23;}
.indAboutItem:hover .img i{background-position: 0 -10rem;}



.sec3{transition: .3s;background-size: cover;background-position: center;}
.solBox{height: 100%;display: flex;flex-direction: column;position: relative;}
.solBox::after{content: "";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,0));z-index: 1;}
.solDesc{flex: 1;padding-top: 8rem;display: flex;justify-content: center;flex-direction: column;}
.solDesc .indTit{margin-top: auto;}
.swiperSol{margin: auto 0;}
.solItem .atit{font-size: 1.6rem;color: #FFFFFF;line-height: 2.6rem;max-width: 75rem;}
.solItem .btit{display: flex;align-items: center;justify-content: center;width: 15rem;height: 5rem;border-radius: 2.5rem;border: 1px solid #FFFFFF;margin-top: 8rem;}
.solItem .btit span{display: block;font-size: 1.6rem;color: #FFFFFF;line-height: 1;}
.solItem .btit i{display: block;width: 8px;height: 15px;background: url(/template/default/skin/images/iconRight22.png);margin-left: 1rem;}
.solItem .btit:hover{border-color: transparent;}
.solSelBox{display: flex;background: rgba(0,0,0,.2);border-top: 1px solid rgba(255, 255, 255, 0.3);}
.solSel{display: flex;align-items: center;width: 100%;padding: 2.75rem 3rem;cursor: pointer;}
.solSel+.solSel{border-left: 1px solid rgba(255, 255, 255, 0.3);}
.solSel span{display: block;width: calc(100% - 5rem);font-size: 1.8rem;color: #FFFFFF;line-height: 1.2;}
.solSel img{display: block;width: 4.5rem;}

.swiper-slide-active .solItem .atit{animation: fadeInUp .8s .1s ease both;}
.swiper-slide-active .solItem .btit{animation: fadeInUp .8s .3s ease both;}


.sec4{background-image: url(/template/default/skin/images/sec4Bg.png);background-repeat: no-repeat;background-position: center 80%;background-size: 65%;}
.partnerItem{padding: 1rem;display: block;width: 100%;overflow: hidden;}
.partnerItem img{display:block;width:23rem;background: #FFFFFF;box-shadow: 0px 0px 1rem 0px rgba(0,0,0,0.07);transition: .3s;}
.partnerItem:hover img{transform: scale(1.1);box-shadow: 0px 0px 1rem 0px rgba(0,0,0,0.1);}
.mySwiperPartner{position: relative;overflow: hidden;perspective: 100vw;}
.mySwiperPartner .swiper-slide{width: auto;}
.mySwiperPartner .swiper-wrapper{-webkit-transition-timing-function: linear;-moz-transition-timing-function: linear;-ms-transition-timing-function: linear;-o-transition-timing-function: linear;transition-timing-function: linear;}

.swiper-slide-active{}



.sec5{background: #F8F8F8;}
.sec5 .indTitSel a{background: #fff;}
.indNewsBox{display: grid;grid-template-columns: 1fr 1fr 1fr;grid-template-rows: 1fr 1fr;gap: 3rem;}
.indNewsItem1{grid-row: 1 / span 2;grid-column: 1;}
.indNewsItem2{grid-row: 1;grid-column: 2;}
.indNewsItem3{grid-row: 2;grid-column: 2;}
.indNewsItem4{ grid-row: 1 / span 2;grid-column: 3;}

.indNewsItem{background: #fff;padding: 3rem;display: flex;flex-direction: column;position: relative;min-width: 0;}
.indNewsItem .img{display: block;overflow: hidden;margin-top: 3rem;flex: 1;}
.indNewsItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.indNewsItem .desc{position: relative;z-index: 99;}
.indNewsItem .desc .atit{font-size: 1.8rem;color: #999999;line-height: 1;font-family: Arial;}
.indNewsItem .desc .btit{font-size: 2rem;color: #000000;line-height: 2.8rem;height: 2.8rem;font-weight: bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin: 1rem 0 2rem;}
.indNewsItem .desc .ctit{font-size: 1.6rem;color: #666666;line-height: 3rem;height: 9rem;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.indNewsItem .desc .dtit{display: flex;align-items: center;margin-top: 3.5rem;}
.indNewsItem .desc .dtit span{display: block;font-size: 1.6rem;color: #999;line-height: 1;transition: .3s;}
.indNewsItem .desc .dtit i{display: block;width: 8px;height: 15px;background: url(/template/default/skin/images/iconRight222.png);margin-left: 1rem;transition: .3s;}
.indNewsItem:hover .desc .dtit span{color: #EE1D23;}
.indNewsItem:hover .desc .dtit i{background: url(/template/default/skin/images/iconRight2.png);}
.indNewsItem:hover .img img{transform: scale(1.05);}

.indNewsItem4 .img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: 0;}
.indNewsItem4 .img:before{content: "";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0) 80%);z-index: 8;}
.indNewsItem4 .desc{margin-top: auto;}
.indNewsItem4 .desc .atit{color: #fff;}
.indNewsItem4 .desc .btit{color: #fff;}
.indNewsItem4 .desc .ctit{color: #fff;}
.indNewsItem4 .desc .dtit span{color: #fff;}
.indNewsItem4 .desc .dtit i{background: url(/template/default/skin/images/iconRight22.png);}



.i-footer,.i-footer .fp-tableCell{height: auto!important;}
.f-footer{background: #2F2F2F;position: relative;overflow: hidden;}
.f-footer:before{content: "";display: block;position: absolute;top: 0;left:0;width: 100%;height: 4px;background: linear-gradient(90deg, #EE1D23, #FFA800, #EE1D23);;background-size: 300% 100%;animation: flowLine 3s linear infinite;transition: .4s;z-index: 99;}
@keyframes flowLine {
	0% {background-position: 0% 0%;}
	100% {background-position: 100% 0%;}
}
.f-footer::after{content: "";display: block;width: 100%;height: 100%;position: absolute;top:0;right: calc((100% - 1520px)/2 + 1520px * 0.68);background: #393939;z-index:1;}
.foot1{padding: 8rem 0;position: relative;z-index: 99;}
.foot1>div{display: flex;}
.f-logo{display:block;height: 6rem;}
.f-logo img{display:block;height: 100%;}
.f-desc{width: 32%;}
.f-info{margin-top: 5rem;}
.f-info p{display: block;font-size: 1.6rem;color: #999999;line-height: 1.35;margin-bottom: 1.8rem;}
.f-info p span{color: #fff;}
.f-nav{width: 68%;padding-left: 6rem;display: flex;justify-content: space-between;}
.f-nav .dt::after{content: "";display: block;width: 3rem;height: 2px;background: linear-gradient(90deg, #EE1D23, #FFA800);margin: 2rem 0 2rem;}
.f-nav .dt a,.f-nav .dt span{display: block;font-size: 1.8rem;color: #FFFFFF;font-weight: bold;line-height: 1.35;}
.f-nav .dd a,.f-nav .dd span{display: block;font-size: 1.6rem;color: #999999;line-height: 1.35;}
.f-nav .dd{margin-bottom: 1.8rem;}

.ewmImgList .img{display: none;width: 15rem;}
.ewmImgList .img.active{display: block;}
.ewmImgList .img img{display: block;width: 100%;}
.ewmSelList{display: flex;justify-content: space-between;margin-top: 1.5rem;}
.ewmSel{display: flex;align-items: center;justify-content: center;width: 4rem;height: 4rem;background: #444444;border-radius: 50%;transition: .3s;cursor: pointer;}
.ewmSel img{display: block;width: 2rem;}
.ewmSel.active{background: #EE1D23;}

.foot2{padding: 1.4rem 0;border-top: 1px solid #393939;}
.foot2>div{display: flex;align-items: center;position: relative;z-index: 999;}
.f2l a,.f2l span{font-size: 1.4rem;color: #999999;line-height: 1.35;display: inline-block;}
.f2l{max-width: 32%;}
.f2r{margin-left: auto;}
.yqlj_box{position: relative;display: block;border: 1px solid #262626;}
.yqlj{display: flex;flex-direction: row-reverse;background: #393939;}
.yqlj span{display: block;height: 5rem;line-height: 4.8rem;color: #ffffff;border: 1px solid #393939;box-sizing: border-box;padding: 0 1.8rem 0 5rem;background: url(/template/default/skin/images/yqlj.png) no-repeat;background-position: 1.5rem 1.4rem;font-size: 1.6rem;opacity: .7;}
.yqlj i.jt{display:block;height: 5rem;width: 5rem;margin: 0;background: url(/template/default/skin/images/downjt.png) no-repeat #262626;background-position: center !important;cursor: pointer;transition: .3s;overflow: hidden;}
.yqlj_list{display: none;position: absolute;width: 100%;bottom: 5.1rem;left: 0;background: #393939;text-align: center;}
.yqlj_list a{display: block;color: #CCCCCC;height: 5rem;line-height: 5rem;}
.yqlj_list a:hover{color: #fff;}

.f-footer a:hover{color: #fff;}




.fp-table.active .indTit{animation: fadeInUp .8s .3s ease both;}
.fp-table.active .indTitSel{animation: fadeInUp .8s .4s ease both;}

.fp-table.active .indProBoxList{animation: fadeInUp .8s .5s ease both;}
.fp-table.active .indNumberItem:nth-of-type(1){animation: fadeInUp .8s 0.9s ease both;}
.fp-table.active .indNumberItem:nth-of-type(2){animation: fadeInUp .8s 0.95s ease both;}
.fp-table.active .indNumberItem:nth-of-type(3){animation: fadeInUp .8s 1s ease both;}
.fp-table.active .indNumberItem:nth-of-type(4){animation: fadeInUp .8s 1.05s ease both;}

.fp-table.active .indAboutBox .img{animation: fadeInUp .8s 0.5s ease both;}
.fp-table.active .indAboutBox .desc .aboutDesc{animation: fadeInUp .8s 0.6s ease both;}
.fp-table.active .indAboutItem:nth-of-type(1){animation: fadeInUp .8s 0.7s ease both;}
.fp-table.active .indAboutItem:nth-of-type(2){animation: fadeInUp .8s 0.75s ease both;}
.fp-table.active .indAboutItem:nth-of-type(3){animation: fadeInUp .8s 0.8s ease both;}
.fp-table.active .indAboutItem:nth-of-type(4){animation: fadeInUp .8s 0.85s ease both;}

.fp-table.active .solItem{animation: fadeInUp .8s 0.6s ease both;}

.fp-table.active .indNewsBoxList{animation: fadeInUp .8s 0.5s ease both;}


.nyBtnA{}
.nyBtnA{display: flex;align-items: center;justify-content: center;width: 15rem;height: 5rem;border-radius: 2.5rem;border: 1px solid #ffffff;margin-top: 8rem;}
.nyBtnA span{display: block;font-size: 1.6rem;color: #ffffff;line-height: 1;}
.nyBtnA i{display: block;width: 8px;height: 15px;background: url(/template/default/skin/images/iconRight22.png);margin-left: 1rem;}
.nyBtnA.active{border-color: transparent;}
.nyBtnA:hover{transform: translateY(-1rem);box-shadow: 0 0 1rem 0 rgba(0,0,0,.35);}


@media screen and (max-width:1720px){
	.w1520{width: 1320px;}
	.f-footer::after{right: calc((100% - 1320px)/2 + 1320px * 0.68);}
}
@media screen and (max-width:1520px){
	.w1520{width: 1120px;}
	.f-footer::after{right: calc((100% - 1120px)/2 + 1120px * 0.68);}
	
	.h-nav .li{margin-right: 5rem;}
	
	.indNumberList{margin-top: 0;}
	.indAboutBox .desc{padding: 4rem 5rem;}
	.indAboutList{margin-top: 3rem;}
	
}
@media screen and (max-width:1320px){
	.w1520{width: 1020px;}
	.f-footer::after{right: calc((100% - 1020px)/2 + 1020px * 0.68);}
	.h-nav .li{margin-right: 4rem;}
}
@media screen and (max-width:1220px){
	.w1520{width: 980px;}
	.f-footer::after{right: calc((100% - 980px)/2 + 980px * 0.68);}
}

@media screen and (max-width:1024px){
	.w1520{width: 100%;padding: 0 2rem;}
	.f-footer::after{right: 68%;}
	
	.h-header{display: none;}
	.wap_header{display:flex;}
	.h-lang{width: auto;border: none;}
	.h-search{width: auto;border: none;margin-left:2rem;}
	
	.content_box{padding-top: 7rem;}
	
	.search-alert .cent-form{height: 5rem;}
	.search-alert .cent-form:before{zoom: .8;margin-top: -3rem;}
	.search-alert .cent-form .tex{padding: 0 6rem 0 4rem;font-size: 1.8rem;}
	.search-alert .cent-form .sub-butn{font-size: 1.6rem;width: 6rem;}
	.search-alert .cent-form:before{zoom: .8;margin-top: -3rem;}
	.search-alert .cent-form .tex{padding: 0 6rem 0 4rem;font-size: 18px;}
	.search-alert .cent-form .sub-butn{font-size: 1.6rem;width: 6rem;}
	
	.solSel{padding: 2.75rem 2rem;}
	
	.indNewsBox{grid-template-columns: 1fr 1fr 1fr;}
	.indNewsItem{min-width: 0;}
	
	.bannerMouse{display: none;}
	.bannePN{margin-left: auto;}
	
}

@media screen and (max-width:768px){
	
	.mySwiperBannerPC{display:none;}
	.mySwiperBannerWAP{display: block;}
	
	.bannerItem .desc .atit{height: 6rem;}
	.bannerItem .desc .atit text{font-size: 4.8rem;}
	.bannerItem .desc .btit{font-size: 6rem;}
	.bannerItem .desc .ctit span{font-size: 2.4rem;}
	.bItem img{zoom: .75;}
	.bItem{width: 10rem;height: 10rem;}
	.bannerItem .desc .etit{font-size: 2rem;}
	
	.indTitleBox{flex-direction: column;align-items: center;}
	.indTitleBox .indTitSel{margin-right: auto;margin-top: 1rem;}
	.indTitleBox .indTit{text-align: center;}
	
	.swiperPro .swiper-slide{transform: scale(0.9);}
	.swiperPro .swiper-slide-active{transform: scale(1);}
	
	.indNumberList{flex-wrap: wrap;margin-top: 1rem;}
	.indNumberItem{width: 50%;margin-top: 1rem;}
	.indNumberItem .atit{font-size: 5rem;}
	.indNumberItem .atit b{font-size: 4rem;}
	.indNumberItem .btit{margin-top: -1.2rem;}
	
	.indProItem .desc .atit{font-size: 2.4rem;line-height: 3.4rem;height: 3.4rem;}
	.indProItem .desc .btit{font-size: 1.8rem;line-height: 2.4rem;height: 4.8rem;}
	
	.indAboutBox{flex-direction: column-reverse;}
	.videoPlay{}
	.indAboutBox .img{width: 100%;}
	.indAboutBox .img img{max-height: 30vh;}
	.indAboutBox .desc{width: 100%;padding: 4rem 2rem 3rem;}
	.indAboutBox .desc .aboutDesc{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;}
	
	.solSel{padding: 2.5rem 1rem;flex-direction: column-reverse;}
	.solSel span{width: 100%;text-align: center;margin-top: 0.5rem;}
	
	
	.indNewsBox{display: flex;flex-direction: column;}
	.indNewsItem3,.indNewsItem4{display: none;}
	.indNewsItem .img img{max-height: 15vh;}
	.indNewsItem{padding: 3rem 2rem;}
	.indNewsItem .desc .ctit{font-size: 1.8rem;line-height: 3rem;height: 6rem;-webkit-line-clamp: 2;}
	
	.h50{height: 4rem;}
	.h100{height: 8rem;}
	
	.f-footer::after{display: none;}
	.foot1>div{flex-wrap: wrap;}
	.f-desc{width: calc(100% - 15rem);padding-right: 2rem;}
	.f-nav{padding-left: 0;width: auto;}
	.f-nav .dl.w{display: none;}
	
	.f2l{max-width: 100%;text-align: center;}
	.f2r{display: none;}
	
	
	.indTitSel{flex-wrap: wrap;}
	.indTitSel a{font-size: 2rem;}
	.indTit .atit{font-size: 1.8rem;}
	.indAboutBox .desc .aboutDesc{font-size: 1.8rem;line-height: 3rem;}
	.indAboutItem p{font-size: 1.8rem;}
	.solItem .atit{font-size: 1.8rem;line-height: 3rem;}
	.solItem .btit span{font-size: 1.8rem;}
	.indNewsItem .desc .btit{font-size: 2.4rem;line-height: 3.2rem;height: 3.2rem;}
	
	.f-info p{font-size: 1.8rem;}
	.f-nav .dt a, .f-nav .dt span{font-size: 2.2rem;}
	.f2l a, .f2l span{font-size: 1.6rem;}
	
	.h-lang span{font-size: 2rem;}
	.h-lang i{width: 2.4rem;height: 2.4rem;}
	.h-search i{width: 2.4rem;height: 2.4rem;}
	
	
	.partnerItem{padding: 0.5rem;}
	.partnerItem img{box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.07);width: 20rem;}
	.partnerItem:hover img{box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.1);}
	
}










.main{background: #F8F8F8;}


.nyBanner{position: relative;}
.nyBanner .img img{display: block;width: 100%;min-height: 50rem;object-fit: cover;}
.nyBanner .desc{position: absolute;top: 50%;left: 0%;width: 100%;transform: translateY(-50%);display: flex;flex-direction: column;align-items: center;}
.nyBanner .desc .atit{height: 10rem;width:100%;}
.nyBanner .desc .atit text{font-family: Airal;font-size:10rem;font-weight: bold;text-transform: uppercase;letter-spacing: 2px;fill: transparent;stroke: white;stroke-width: 0.5;stroke-dasharray: 800;stroke-dashoffset: 800;animation: textDash 5s 1s linear infinite;opacity: .6;}
.nyBanner .desc .btit{font-size: 6rem;font-weight: bold;color: #FFFFFF;line-height: 1;margin-top: -5rem;position: relative;z-index: 9;}


.nyBanner .bannerBar{position: absolute;left:0;bottom: 0;width:100%;border-top: 1px solid rgba(255,255,255,.2);background-color: rgba(0,0,0,.2);}
.nyBanner .bannerBar>div{min-height: 8rem;display: flex;align-items: center;}
.barNav{display: flex;}
.barNav a{display: flex;align-items: center;justify-content: center;font-size: 1.8rem;color: #FFFFFF;height: 8rem;min-width: 16rem;border-right: 1px solid rgba(255,255,255,0.2);border-left: 1px solid rgba(255,255,255,0.2);}
.barNav a+a{margin-left: -1px;}
.barNav a i{display: block;width: 0.5rem;height: 0.5rem;background: #FFFFFF;margin-right: 1rem;}
.barNav a.active,.barNav a:hover{background: #EE1D23;border-color: #EE1D23;color: #fff;}
.barNav a.active+a,.barNav a:hover+a{border-left-color: #EE1D23;}
.mbx{display: flex;align-items: center;justify-content: center;margin: auto 0 auto auto;}
.mbx img{margin-left: 2rem;}
.mbx span,.mbx a{display: block;font-size: 1.6rem;color: #FFFFFF;line-height: 1.2;margin-left: 2rem;}
.mbx a:hover{opacity: .8;}

.mbx2{position: absolute;bottom: 0;width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.2);}
.mbx2>div{display: flex;justify-content: flex-end;align-items: center;height: 8rem;}
.mbx2 a,.mbx2 span{display: block;font-size: 1.6rem;color: #fff;line-height: 1.2;}
.mbx2 a{margin-right: 2rem;}
.mbx2 img{display: block;margin-right: 2rem;}
.mbx2 a:hover{opacity: .75;}



.nyNav{background: #fff;border-bottom: 1px solid #eee;}
.nyNav>div{display: flex;border-left: 1px solid #eee;border-right: 1px solid #eee;}
.nyNavItem{width: 100%;text-align: center;padding: 3rem 1.5rem;}
.nyNavItem+.nyNavItem{border-left: 1px solid #eee;}
.nyNavItem .img{position: relative;width: 5rem;margin: 0 auto 1.2rem;}
.nyNavItem .img img{display: block;width: 100%;transition: .3s;}
.nyNavItem p{position: relative;display: block;font-size: 1.6rem;color: #000000;line-height: 1.35;transition: .3s;}
.nyNavItem:hover .img img,.nyNavItem.active .img img{filter: brightness(0) invert(1);}
.nyNavItem:hover p,.nyNavItem.active p{color: #fff;}


.nyTit{text-align: center;padding: 9rem 0 5rem;}
.nyTit .atit{font-size: 4rem;color: #111111;line-height: 1.2;font-weight: bold;}
.nyTit .line{display: block;width: 35px;height: 2px;background: linear-gradient(90deg, #EE1D23, #FFA800);margin: 1.5rem auto 0;}



.nyProList{display: flex;flex-wrap: wrap;margin: -1.5rem;}
.nyProItem{display: block;width: calc(33.333% - 3rem);margin: 1.5rem;background: #fff;}
.nyProItem .img{overflow: hidden;background: #fff;position: relative;height: 0;padding-bottom: 75%;}
.nyProItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;transition: .6s;}
.nyProItem .desc{padding: 2.5rem 3rem 4rem;position: relative;}
.nyProItem .desc::after{content: "";display: block;width: 0;height: 0;border-left: 1.5rem solid transparent;border-bottom: 1.5rem solid transparent;border-top: 1.5rem solid #EE1D23;border-right: 1.5rem solid #EE1D23;position: absolute;top: 0;right:0;transition: 0s 0s;}
.nyProItem .desc::before{content: "";display: block;position: absolute;top: 0;left:0;width: 0;height: 2px;background: linear-gradient(90deg, #EE1D23, #FFA800);transition: .4s;}
.nyProItem .desc .atit{font-size: 2rem;color: #000000;line-height: 2.6rem;height: 2.6rem;font-weight: bold;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .4s;}
.nyProItem .desc .btit{font-size: 1.6rem;color: #999999;line-height: 2.6rem;height: 5.2rem;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.nyProItem:hover .desc::before{width: 100%;}
.nyProItem:hover .desc::after{border-top-color: #FFA800;border-right-color: #FFA800;transition: .15s .3s;}
.nyProItem:hover .img img{transform: scale(1.08);}
.nyProItem:hover .desc .atit{color: #EE1D23;}



.productBox{background: url(/template/default/skin/images/proDetailBg.jpg) center/cover;padding: 10rem 0 8rem;}
.productBox .mbx2{position: relative;border-top: none;}
.proDetail{display: flex;flex-wrap: wrap;align-items: center;}
.proDetail .imgs{width: calc(50% - 5rem);margin-right: auto;}
.proDetail .imgs .img{position: relative;}
.proDetail .imgs .img img{display: block;width: 100%;pointer-events: auto;}
.mySwiperPro{position: relative;overflow: hidden;background: #FFFFFF;border-radius: 2rem;}
.fdj{position: absolute;right: 4rem;bottom: 4rem;z-index: 9;}
.mySwiperPro .swiper-pagination{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;bottom: 2rem;z-index: 9;}
.mySwiperPro .swiper-pagination-bullet{display: block;width: 1rem;height: 1rem;margin:0.5rem!important;background: #CCCCCC;border-radius: 50%;opacity: 1;}
.mySwiperPro .swiper-pagination-bullet-active{background: #EE1D23;}
.proDetail .desc{width: calc(50% - 5rem);}
.proDetail .desc .atit{font-size: 4rem;color: #000000;font-weight: bold;line-height: 1.2;margin: 2rem 0 2rem;}
.proDetail .desc .btit{font-size: 1.8rem;color: #333333;line-height: 1.5;}
.proDetail .desc .ctit{font-size: 2rem;color: #000000;font-weight: bold;line-height: 1.2;margin: 5rem 0 2.5rem;}
.proDetail .desc .dtit{font-size: 1.8rem;color: #333333;line-height: 1.5;}
.proDetail .desc .dtit p:before{content: "●";color: #EE1D23;margin-right: 0.8rem;opacity: 0.8;}
.proDetail .desc .dtit p+p{margin-top: 1.1rem;}
.proDetail .desc .etit{margin: 5rem 0 3rem;display: flex;flex-wrap: wrap;}
.proDetail .desc .etit .btn{display: flex;align-items: center;justify-content: center;font-family: DIN;background: linear-gradient(90deg, #EE1D23, #FFA800);border-radius: 6rem;height: 6rem;padding:0 3rem;transition: .3s;}
.proDetail .desc .etit .btn span{display: block;font-size: 2.4rem;color: #FFFFFF;line-height: 1.5;}
.proDetail .desc .etit .btn img{display: block;margin-right: 0.5rem;}
.proDetail .desc .etit .btn:hover{transform: translateY(-0.5rem);}
.proDetail .desc .etit .btn+.btn{margin-left: 2rem;}

.ZoomContainer{z-index: 999;pointer-events: none;}
.zoomWindowContainer>div{border: 1px solid #eee!important;border-radius: 2rem;}


.ptList{display: flex;flex-wrap: wrap;margin: -1.5rem;}
.ptItem{position: relative;overflow:hidden;width: calc(25% - 3rem);margin: 1.5rem;padding: 4rem 3rem;background: #FFFFFF;box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.05);border-radius: 2rem;}
.ptItem::after{content: "";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;background: #EE1D23;opacity: 0;transition: .3s;}
.ptItem .img{position: relative;z-index: 9;margin:0 auto 2.5rem;display: flex;align-items: center;justify-content: center;width: 10rem;height: 10rem;background-color: #EE1D23;border-radius: 50%;transition: .3s;}
.ptItem .img img{display: block;width: 5rem;transition: .3s;}
.ptItem p{position: relative;z-index: 9;display: block;font-size: 1.6rem;color: #000000;line-height: 2.6rem;text-align: center;transition: .3s;}
.ptItem:hover .img{background: #fff;}
.ptItem:hover .img img{filter: brightness(0) invert(0);}
.ptItem:hover p{color: #fff;}
.ptItem:hover::after{opacity: 1;}


.proVideoBox{border-radius: 2rem;overflow: hidden;position: relative;}
.proVideoBox img{display: block;width: 100%;}
.proVideoBox .iconPlay{position: absolute;top: 50%;left: 50%;width: 10rem;height: 10rem;margin: -5rem 0 0 -5rem;}


.proTable{}
.proTable table{background: #fff;width: 100%;text-align: center;}
.proTable table tr{border-bottom: 1px solid #E1E1E1;}
.proTable table th{min-width:10rem;background: #999999;font-size: 2rem;color: #FFFFFF;line-height: 1.65;padding: 2.6rem 1rem;}
.proTable table th+th{border-left: 1px solid #fff;}
.proTable table td{background: #ffffff;font-size: 1.8rem;color: #333333;line-height: 1.65;padding: 2.6rem 1rem;border-left: 1px solid #E1E1E1;}
.proTable table td:last-child{border-right: 1px solid #E1E1E1;}


.fwBox{display: flex;margin: -1rem;}
.fwList{display: flex;flex-direction: column;}
.fwItem{display: block;position: relative;overflow: hidden;border-radius: 2rem;margin: 1rem;flex: 1;}
.fwItem img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .3s;}
.fwItem p{display: block;height: 6rem;line-height: 6rem;min-width: 18rem;padding: 0 2rem;background: #EE1D23;border-radius: 0 0 3rem 0;font-size: 2.4rem;color: #FFFFFF;text-align: center;position: absolute;top: 0;left: 0;}
.fwItem:hover img{transform: scale(1.04);}




.pagesDiv{padding: 5rem 0;}
.pagination{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin: -0.5rem;}
.pagination li{display: block;margin: 0.5rem;}
.pagination li span,.pagination li a{display: flex;align-items: center;justify-content: center;font-size: 1.8rem;font-weight: bold;width: 4rem;height: 4rem;background: #EFEFEF;border-radius: 50%;}
.pagination li a:hover{background: #EE1D23;color: #fff;}
.pagination li.active span{background: #EE1D23;color: #fff;}
.pagination li.disabled span{color: #666;cursor: no-drop;}






@media screen and (max-width:1720px){
	.proDetail .desc .ctit{margin: 4rem 0 2rem;}
	.proDetail .desc .etit{margin: 4rem 0 2rem;}

}

@media screen and (max-width:1024px){
	.nyNav>div{padding: 0;}
	
	.proDetail .imgs{width: calc(50% - 1rem);}
	.proDetail .desc .ftit{display: none;}
	.proDetail .desc .etit .btn{min-width: 18rem;}
	.proDetail .desc .etit .btn img{zoom: .75;}
	.proDetail .desc .etit .btn.phone{padding: 0 2rem;}
	
	.nyTit{padding: 7rem 0 4rem;}
	
	.productBox{padding: 7rem 0 6rem;}
	
	.fdj{display: none;}
	.ZoomContainer{display: none!important;}
	
	.mbx{display: none;}
	
	
}
@media screen and (max-width:768px){
	
	
	.bannerBar>div{padding:0;}
	.barNav{overflow-x: auto;}
	.barNav::-webkit-scrollbar {width : 5px; height: 3px;}
	.barNav::-webkit-scrollbar-thumb {border-radius: 10px;box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: #666;}
	.barNav::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 10px;background: #eee;}
	.nyBanner .mbx2>div{min-height: 7rem;}
	.nyBanner .mbx2 a, .nyBanner .mbx2 span{font-size: 1.8rem;}
	
	.nyBanner .desc .atit{height: 6rem;}
	.nyBanner .desc .atit text{font-size: 6rem;}
	.nyBanner .desc .btit{font-size: 5rem;margin-top: -2.5rem;}
	
	.nyNavItem{padding: 2rem 1.2rem;}
	.nyNavItem .img{zoom: .75;}
	.nyNavItem p{font-size: 1.8rem;}
	
	.nyProList{margin: -1rem;}
	.nyProItem{width: calc(50% - 2rem);margin: 1rem;}
	.nyProItem .desc{padding: 2.5rem 2rem 3rem;}
	.nyProItem .desc .atit{font-size: 2.2rem;height: 3rem;line-height: 3rem;}
	.nyProItem .desc .btit{font-size: 1.8rem;height: 6rem;line-height: 3rem;}
	
	
	
	.proDetail .imgs{width: 100%;}
	.proDetail .desc{width: 100%;}
	.proDetail .desc .btit{font-size: 2rem;}
	.proDetail .desc .ctit{font-size: 2.2rem;}
	.proDetail .desc .dtit{font-size: 2rem;}
	
	.proDetail .desc .etit .btn{height: 6.5rem;}
	.proDetail .desc .etit .btn span{margin-right: 1rem;font-size: 2.2rem;}
	.proDetail .desc .etit .btn img{zoom: .75;}
	.proDetail .desc .etit .btn.phone{padding: 0 2rem;}
	.proDetail .desc .etit .btn.phone img{zoom: 1;}
	
	
	.ptList{margin: -0.5rem;}
	.ptItem{width: calc(50% - 1rem);margin: 0.5rem;padding: 3rem 2rem;}
	
	.ptItem p{font-size: 1.8rem;line-height: 3.2rem;}
	
	.proTable{overflow-y:auto;}
	
	.fwBox{display:block;margin: -0.5rem;}
	.fwList{flex-direction: row;}
	.fwItem{width: 100%;margin: 0.5rem;}
	.fwItem img{max-height: 30rem;}
	
	.fwItem p{font-size: 2.2rem;}
	
	.nyProList.recom .nyProItem:nth-of-type(3){display: none;}
	
	
	.mbx2 a{margin-right: 1rem;}
	.mbx2 img{margin-right: 1rem;}
	
	.proDetail .desc .etit .btn{padding:0 2rem;}
	.proDetail .desc .etit .btn+.btn {margin-left: 1rem;}
	
}


.fancybox-container{z-index: 999999;}

.rySelList{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;transform: translateY(-2vw);}
.rySel{display: flex;align-items: center;justify-content: center;font-size: 1.8rem;background: #F8F8F8;border-radius: 2rem;line-height: 4rem;min-width: 15rem;padding: 0 1rem;margin: 0.75rem;cursor: pointer;}
.rySel:hover,.rySel.active{color: #fff;}

@media screen and (max-width:768px){
	.indTitSel a{font-size: 2rem;}
}



.mySwiperHonor{position:relative;overflow: hidden;}
.mySwiperHonor .swiper-slide{width: 420px;transition: .3s;}
.mySwiperHonor img{display: block;width: 100%;}
.mySwiperHonorText{position:relative;overflow: hidden;max-width: 72rem;margin: 2rem auto 0;text-align: center;}
.mySwiperHonorText .atit{font-weight: bold;font-size: 2.4rem;color: #000000;line-height: 1.35;}
.mySwiperHonorText .btit{font-size: 1.8rem;color: #333333;line-height: 1.5;margin-top: 1.2rem;}
@media screen and (max-width:1720px) {
	.mySwiperHonor .swiper-slide{width: 320px;}
}
@media screen and (max-width:1199px) {
	.mySwiperHonor .swiper-slide{width: 240px;}
}<!--ʱ1757499090.1839-->