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;}}

:root{
	--main-color:#0D4AB4;
	--black1:#000000;
	--black2:#333333;
	--black3:#666666;
	--white:#FFFFFF;
	--gray:#F5F5F5;
	--linear:linear-gradient(270deg, #5490F2 0%, #0D4AB4 100%);
	--font12: clamp(12px, 1.2rem, 12px);
	--font14: clamp(12px, 1.4rem, 14px);
	--font15: clamp(12px, 1.5rem, 15px);
	--font16: clamp(13px, 1.6rem, 16px);
	--font17: clamp(13px, 1.7rem, 17px);
	--font18: clamp(14px, 1.8rem, 18px);
	--font20: clamp(15px, 2rem, 20px);
	--font22: clamp(16px, 2.2rem, 22px);
	--font24: clamp(17px, 2.4rem, 24px);
	--font26: clamp(18px, 2.6rem, 26px);
	--font28: clamp(18px, 2.8rem, 28px);
	--font30: clamp(20px, 3rem, 30px);
	--font32: clamp(20px, 3.2rem, 32px);
	--font34: clamp(22px, 3.4rem, 34px);
	--font36: clamp(22px, 3.6rem, 36px);
	--font38: clamp(24px, 3.8rem, 38px);

	/* --- font40 */
	--font40: clamp(23px, 4rem, 40px);
	--font42: clamp(24px, 4.2rem, 42px);
	--font44: clamp(24px, 4.4rem, 44px);
	--font46: clamp(25px, 4.6rem, 46px);
	--font48: clamp(26px, 4.8rem, 48px);

	/* --- font50 */
	--font50: clamp(28px, 5rem, 50px);
	--font52: clamp(28px, 5.2rem, 52px);
	--font54: clamp(28px, 5.4rem, 54px);
	--font56: clamp(28px, 5.6rem, 56px);
	--font58: clamp(29px, 5.8rem, 58px);

	/* --- font60 */
	--font60: clamp(30px, 6rem, 60px);
	--font64: clamp(31px, 6.4rem, 64px);
	--font66: clamp(31px, 6.6rem, 66px);
	--font68: clamp(31px, 6.8rem, 66px);

	/* --- font70 */
	--font70: clamp(32px, 7rem, 70px);
	--font72: clamp(32px, 7.2rem, 72px);
	--font80: clamp(32px, 8rem, 80px);

	--font100: 10rem;
	--font120: 12rem;
	--font160: 16rem;

}

body{position: relative;font-size: var(--font16); background: #fff;line-height: 1.5; color: var(--black1); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;font-family: -apple-system,BlinkMacSystemFont,"OPPOSans","PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;}
/*html,body{scroll-behavior: smooth;}*/
ol,ul,li{list-style: none;}
a{text-decoration: none; color: var(--black2); -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .4s 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;}
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;}

@keyframes textDash {to {stroke-dashoffset: 0;}}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 8rem;}
.pd50{padding: 0 5rem;}
.w1720{position: relative;max-width: 1720px;margin: 0 auto;padding-left: 10rem;padding-right: 10rem;}
.w1520{position: relative;width: 1520px;margin: 0 auto;}
.layui-layer-video{max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}
.z9{position: relative;z-index: 9;}
.hide{display: none!important;}

.pdb4{padding-bottom: 4rem;}
.pdt5{padding-top: 5rem;}
.pdb5{padding-bottom: 5rem;}
.pdt10{padding-top: 10rem;}
.pdb10{padding-bottom: 10rem;}
.pdl1520{padding-left: calc((100% - 1520px)/2);}
.pdr1520{padding-right: calc((100% - 1520px)/2);}
.dhsn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width:1720px){
	.w1520{width: 1320px;}
	.pdl1520{padding-left: calc((100% - 1320px)/2);}
	.pdr1520{padding-right: calc((100% - 1320px)/2);}
}
@media screen and (max-width:1520px){
	.w1520{width: 1120px;}
	.pdl1520{padding-left: calc((100% - 1120px)/2);}
	.pdr1520{padding-right: calc((100% - 1120px)/2);}
}
@media screen and (max-width:1320px){
	.w1520{width: 1020px;}
	.pdl1520{padding-left: calc((100% - 1020px)/2);}
	.pdr1520{padding-right: calc((100% - 1020px)/2);}
}
@media screen and (max-width:1220px){
	.w1520{width: 980px;}
	.pdl1520{padding-left: calc((100% - 980px)/2);}
	.pdr1520{padding-right: calc((100% - 980px)/2);}
}
@media screen and (max-width:1024px){
	.w1520{width: 100%;padding-left: 2rem;padding-right: 2rem;}
	.pdl1520{padding-left: 2rem;}
	.pdr1520{padding-right: 2rem;}
	.pdt10{padding-top: 8rem;}
	.pdb10{padding-bottom: 8rem;}
}
@media screen and (max-width:768px){
	.pdb4{padding-bottom: 3rem;}
}

@font-face {
	font-family: DIN;
	src: url(../fonts/DIN-BOLD.OTF);
	font-display: swap;
	unicode-range: U+0030-0039;
}
@font-face {
	font-family: OPPOSans;
	src: url(../fonts/OPPOSans-H.ttf);
	font-display: swap;
	font-weight: bold;
}
@font-face {
	font-family: OPPOSans;
	src: url(../fonts/OPPOSans-M.ttf);
	font-display: swap;
	font-weight: 500;
}
@font-face {
	font-family: OPPOSans;
	src: url(../fonts/OPPOSans-R.ttf);
	font-display: swap;
}







.h-header{position: fixed;left: 0;top: 0;width: 100%;z-index: 9999;transition: .4s;}
.h-header>div{display: flex;align-items: center;}
.h-logo{display: block;width: 15.5rem;height: 6.5rem;background-image: url(../images/logo1.png);background-size: 100% 100%;transition: .4s;}
.h-nav{margin-left: auto;display: flex;}
.h-nav .li{margin-right: 7rem;position: relative;}
.h-nav .li>a{display: block;font-size: var(--font18);color: #FFFFFF;line-height: 10rem;}
.h-nav .li.active>a,.h-nav .li>a:hover{color: var(--main-color)!important;}
.h-nav .li.active{font-weight: bold;}

.h-subnav {width:20rem;background:#FFFFFF;font-size:var(--font16);text-align:left;position:absolute;left:50%;transform: translateX(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .4s;box-shadow:0 0 1.6rem -4px rgba(0,0,0,.3);margin-top:2rem;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;z-index:9999;}
.h-subnav ol li{width: 100%;margin: 0 !important;}
.h-subnav a {transition: .4s; padding: 1.5rem 0.5rem;box-sizing: border-box; width: 100%; display:block;line-height:2.4rem;color:#333;font-size: var(--font16);text-align: center;font-weight: normal;color: #333;}
.h-subnav a:hover {background:var(--main-color);color:#fff!important;}
.h-nav .li:hover .h-subnav{height:auto;opacity:1;visibility:visible;margin-top:0;}

.h-lang{display: flex;align-items: center;position: relative;line-height: 3rem;cursor: pointer;border-radius: 1.5rem;border: 1px solid #E2DEDE;padding: 0 1rem;}
.h-lang span{color: #FFFFFF;font-size: var(--font16);margin-left: 0.5rem;transition: .4s;}
.h-lang i{display: block;width: 1.8rem;height: 1.8rem;background-image: url(../images/iconLang1.png);transition: .4s;background-size: 100%;}

.h-header.active,.h-header:hover{background: #FFFFFF;box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);}
/* .h-header.active .h-logo,.h-header:hover .h-logo{background-image: url(../images/logo2.png);} */
.h-header.active .h-nav .li>a{line-height: 8rem;}
.h-header.active .h-nav .li>a,.h-header:hover .h-nav .li>a{color: var(--black1);}
.h-header.active .h-lang,.h-header:hover .h-lang{border-color: var(--black1);}
.h-header.active .h-lang i,.h-header:hover .h-lang i{background-image: url(../images/iconLang2.png);}
.h-header.active .h-lang span,.h-header:hover .h-lang span{color:var(--black1);}
.h-header .h-lang:hover{border-color: var(--main-color);background: var(--main-color);}
.h-header .h-lang:hover i{background-image: url(../images/iconLang1.png);}
.h-header .h-lang:hover span{color: #FFFFFF;}


.wap_header{width: 100%; height: 7rem; padding: 0 3rem; display: none; justify-content: space-between; align-items: center; position: sticky;top: 0;left:0; z-index: 9999;box-sizing: border-box;background: #fff;box-shadow: 0 0 4px 0 rgba(0,0,0,.1);}
.wap_header .w-logo{height: 5rem;background-repeat: no-repeat;margin-right: auto;}
.wap_header .w-logo img{height: 100%;display: block;}
.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: #666; 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: #000000;}
.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: var(--font18); position: relative;overflow: hidden;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 7rem; line-height: 7rem; display: block; padding-right: 3rem; font-size: var(--font18); color: #333333;}
.wap_header .nav ul li a:active  {color: var(--main-color) !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 3rem; height: 7rem; font-size: var(--font18); color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: var(--main-color); transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../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: 6rem; line-height: 6rem; var(--font16);}
.wap_header .nav ul li ul li i{top: -1rem;}

@media screen and (max-width:1620px) {
	.h-header{padding: 0 10rem 0 10rem;}
}
@media screen and (max-width:1420px) {
	.h-nav .li{margin-right: 4rem;}
}
@media screen and (max-width:1024px) {
	.h-header{display: none;}
	.wap_header{display: flex;}
}
@media screen and (max-width:768px) {
	.wap_header{padding: 0 2rem;}
}



.indTitBox{display: flex;}
.indTit{display: flex;flex-direction: column;align-items: flex-start;text-align: center;}
.indTitBox.center,.indTitBox.center .indTit{justify-content: center;align-items: center;}
.indTit .atit{font-size: var(--font48);color: var(--black0);font-weight: bold;position: relative;z-index: 99;}
.indTit .atit::after{content: "";display: block;width: 6rem;height: 6rem;background-image: url(../images/circle1.png);background-size: 100%;position: absolute;top: -2rem;left: -2rem;z-index: -1;}
.indTit .btit{font-size: var(--font18);color: var(--black1);max-width: 100rem;margin: 1.5rem auto 0;}
.indTitBox.white .indTit .atit{color: #ffffff;}
.indTitBox.white .indTit .btit{color: #ffffff;}
.indTitBox.white .indTit .atit::after{background-image: url(../images/circle2.png);}

.indA{display: flex;align-items: center;justify-content: center;width: 15rem;height: 5rem;background: var(--linear);border-radius: 2.5rem;color: #FFFFFF;font-size: var(--font18);}
.indA.transparent{background: none;border: 1px solid #fff;}
.indA:hover{transform: translateY(-1rem);box-shadow: 0 0 1rem 0 rgba(0,0,0,.3);}
.indA.transparent:hover{background: #fff;color: var(--main-color);}


.mySwiperBannerPC{display: block;}
.mySwiperBannerWAP{display: none;}
.mySwiperBanner{position: relative;overflow: hidden;width: 100%;height: 100%;}
.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;bottom: 0;}
.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: var(--font14);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;}
@keyframes upDown{0%{transform: translateY(1rem);}50%{transform: translateY(-1.5rem);}100%{transform: translateY(1rem);}}

.zdyPrev,.zdyNext{display: flex;align-items: center;justify-content: center;width: 5rem;height: 5rem;border-radius: 100%;border: 1px solid rgba(255,255,255,.5);position: relative;overflow: hidden;cursor: pointer;z-index: 9;}
.zdyPrev i,.zdyNext i{display: block;width: 8px;height: 13px;background-image: url(../images/iconRight1.png);background-size: 100%;position: relative;z-index: 9;}
.zdyPrev{margin-right: 2rem;}
.zdyPrev i{transform: rotate(180deg);}
.zdyPrev::after,.zdyNext::after{content: "";display: block;width: 100%;height: 100%;background: var(--main-color);position: absolute;left: 0%;top: 0;opacity: 0;transition: .3s;}
.zdyPrev:hover,.zdyNext:hover{border: none;}
.zdyPrev:hover::after,.zdyNext:hover::after{opacity: 1;}

.bannerItem{display:block;position: relative;width: 100%;height: 100vh;}
.bannerItem .img{display: block;width: 100%;height: 100%;background: #000;}
.bannerItem .img img,.bannerItem .img video{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bannerItem .img video{opacity: 0.6;}
.bannerItem .desc{width: 100%;height:100%;position: absolute;top: 0;left: 0;z-index: 9;}
.bannerItem .desc>div{height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}
.bannerItem .desc .atit{display: flex;font-size: var(--font30);color: #FFFFFF;line-height: 5rem;height: 5rem;padding: 0 1.5rem;background: linear-gradient(90deg, var(--main-color) 70%, rgba(230,0,18,0) 100%);margin-left: 1.5rem;position: relative;}
.bannerItem .desc .atit:before{content: "";display: block;height: 100%;width: 1.2rem;position:absolute;background-color: var(--main-color);left: -1.2rem;margin-left: -1px;}
.bannerItem .desc .btit{font-size: var(--font68);color: #FFFFFF;line-height: 1.2;font-weight: bold;font-family: OPPOSans;text-shadow: 0 0 3rem rgba(0,0,0,0.2);margin: 2.5rem 0 0.5rem;letter-spacing: 0.4rem;}
.bannerItem .desc .ctit{font-size: var(--font30);color: #FFFFFF;line-height: 1.3;text-shadow: 0 0 3rem rgba(0,0,0,0.2);letter-spacing: 0.2rem;margin-top: 1.5rem;}
.bannerItem .desc .dtit{position: relative;font-size: var(--font18);line-height: 2.5rem;color: #FFFFFF;padding: 0 3rem 0 2rem;z-index: 99;margin-top: 11rem;}
.bannerItem .desc .dtit::after{content: "";display: block;width: 6rem;height: 6rem;background: var(--linear);box-shadow: 0 0 3rem 0 rgba(0,146,63,0.2);border-radius: 6rem;position: absolute;top: 50%;transform: translateY(-50%);left: 0;z-index: -1;transition: .3s;}
.bannerItem .desc .dtit:hover::after{width: 100%;}
.swiper-slide-active .bannerItem .desc .atit{animation: fadeInUp .6s .2s ease both;}
.swiper-slide-active .bannerItem .desc .btit{animation: fadeInUp .6s .3s ease both;}
.swiper-slide-active .bannerItem .desc .ctit{animation: fadeInUp .6s .5s ease both;}
.swiper-slide-active .bannerItem .desc .dtit{animation: fadeInUp .6s .6s ease both;}

@media screen and (max-width:1024px) {
	.bannerTab{bottom: 2rem;}
	.bannePN{margin-left: auto;}
	.mySwiperBannerPC{display: none;}
	.mySwiperBannerWAP{display: block;}	
	
	.bannerItem{height: calc(100vh - 7rem);}
}
@media screen and (max-width:768px) {
	/* .bannerItem{height: auto;} */
	.bannerItem .desc .btit{font-size: var(--font50);letter-spacing: 0;}
	.bannerItem .desc .ctit{font-size: var(--font20);letter-spacing: 0;}
	.bannerItem .desc .dtit{margin-bottom: 10rem;}
}


.sec1,.sec2,.sec3,.sec4,.sec6,.sec7{overflow: hidden;}


.sec1{position: relative;background: #F7F8FA;}
.sec1::after{content: "";display: block;position: absolute;top: 0;right: 0;height: 100%;width: calc((100% - 1520px)/2);background-image: url(../images/borui.png);background-size: 100%;background-position: center;}
.coreBox{display: flex;flex-wrap: wrap;}
.coreDesc{width: 50%;padding: 12rem 8rem 10rem 0;margin: auto 0;}
.coreDescItem .atit{font-size: var(--font36);font-weight: bold;color: var(--black1);margin: 2.5rem 0 1.8rem;}
.coreDescItem .btit{font-size: var(--font18);color: var(--black3);}
.coreDescItem .btit p{position: relative;}
.coreDescItem .btit p+p{margin-top: 0.7rem;}
.coreDescItem .btit p::before{content: "";display: inline-block;width: 2rem;height: 2rem;background-image: url(../images/iconYes.png);background-size: 100%;margin: 0 1rem 0 0;transform: translateY(0.2rem);}
.coreDescItem .ctit{margin: 3rem 0 5rem;}
.swiper-slide-active .coreDescItem .atit{animation: fadeInUp .6s .2s ease both;}
.swiper-slide-active .coreDescItem .btit{animation: fadeInUp .6s .3s ease both;}
.swiper-slide-active .coreDescItem .ctit{animation: fadeInUp .6s .4s ease both;}
.swiper-slide-active .coreDescItem .dtit{animation: fadeInUp .6s .5s ease both;}
.coreImg{width: 50%;}

.mySwiperCoreDesc{position: relative;overflow: hidden;}
.mySwiperCoreImg{position: relative;overflow: hidden;height: 100%;}
.mySwiperCoreImg .img{width: 100%;height: 100%;overflow: hidden;}
.mySwiperCoreImg .img img{display: block;width: 100%;height: 100%;object-fit: cover;}
.mySwiperCoreImgList{position: relative;overflow: hidden;}
.mySwiperCoreImgList .img{width: 100%;border-radius: 1rem;overflow: hidden;}
.mySwiperCoreImgList .img img{display: block;width: 100%;}

.mySwiperCoreImg .swiper-pagination {position: absolute;width:auto;bottom: 4rem;right:5rem;left:auto;display: flex;justify-content: center;align-items: center;gap: 1rem;}
.mySwiperCoreImg .swiper-pagination-bullet {width: 1rem;height: 1rem;background: #ffffff;opacity: 1;position: relative;}
.mySwiperCoreImg .swiper-pagination-bullet svg{opacity: 0;}
.mySwiperCoreImg .swiper-pagination-bullet b{display: block;font-size: var(--font24);color: #FFFFFF;font-family: Arial;line-height: 5rem;display: none;}
.mySwiperCoreImg .swiper-pagination-bullet-active {width: 5rem;height: 5rem;background: transparent;}
.mySwiperCoreImg .swiper-pagination-bullet-active b{display: block;}
.mySwiperCoreImg .swiper-pagination-bullet-active svg {position: absolute;inset: 0;transform: rotate(-90deg);opacity: 1;}
.mySwiperCoreImg .swiper-pagination-bullet-active .bg {fill: none;stroke: #fff;stroke-width: 2;}
.mySwiperCoreImg .swiper-pagination-bullet-active .progress {fill: none;stroke: var(--main-color);stroke-width: 2;stroke-linecap: round;stroke-dasharray: 94;stroke-dashoffset: 94;animation: circleProgress 5s linear forwards;}
@keyframes circleProgress {
	from {stroke-dashoffset: 94;}
	to {stroke-dashoffset: 0;}
}


@media screen and (max-width:1720px){
	.sec1::after{width: calc((100% - 1320px)/2);}
}
@media screen and (max-width:1520px){
	.sec1::after{width: calc((100% - 1120px)/2);}
}
@media screen and (max-width:1320px){
	.sec1::after{width: calc((100% - 1020px)/2);}
}
@media screen and (max-width:1220px){
	.sec1::after{width: calc((100% - 980px)/2);}
}
@media screen and (max-width:1024px){
	.sec1::after{display: none;}
	
	.coreDesc{padding: 10rem 5rem 8rem 0;}
	.mySwiperCoreImg .swiper-pagination{bottom: 2rem;right: 3rem;}
	
}
@media screen and (max-width:768px){
	.coreDesc{width: 100%;padding: 8rem 0rem 3rem 0;}
	.coreDescItem .ctit{margin: 3rem 0 3rem;}
	.coreImg{width: 100%;}
}



.sec2{}
.indCaseBox{display: flex;}
.indCaseImg{width: 68%;overflow: hidden;}
.mySwiperIndCase{position: relative;overflow: hidden;height: 100%;}
.indCaseItem{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;cursor: pointer;}
.indCaseItem .img{height: 100%;object-fit: cover;position: relative;}
.indCaseItem .img::after{content: "";display: block;width: 10rem;height: 10rem;background-image: url(../images/iconPlay.png);background-size: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 9;cursor: pointer;}
.indCaseItem .img img{display: block;width: 100%;height: 100%;transition: .4s;}
.indCaseItem .desc{position: absolute;bottom: 0;left: 0;width: 100%;height: 11rem;border-top: 1px solid #E2DEDE;padding: 2.5rem 7rem 2rem 5rem;background: linear-gradient(0deg, var(--main-color) 0%, rgba(0,0,0,0) 100%);}
.indCaseItem .desc .atit{font-size: var(--font18);color: #FFFFFF;line-height: 2.6rem;max-height: 5.2rem;display: -webkit-box;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.indCaseItem:hover .img img{transform: scale(1.05);}
.indCaseSelList{width: 32%;background: #F7F8FA;position: relative;z-index: 9;}
.indCaseSel{display:flex;align-items:center;height: 11rem;line-height: 11rem;padding: 0 5rem 0 10rem;font-size: var(--font24);color: var(--black1);font-weight: 500;position: relative;}
.indCaseSel::after{content: "";display: block;height: 100%;width:0;position: absolute;top: 0;right: 0;background: linear-gradient(90deg, #0D4AB4, #5490F2);clip-path: polygon(7rem 0,100% 0,100% 100%,0 100%,0 11rem);transition: .5s;}
.indCaseSel::before{content: "";display: block;position: absolute;height: 8rem;width:0;top: 1rem;right: 0;background: #F46B1B;clip-path: polygon(7rem 0,100% 0,100% 100%,0 100%,0 11rem);transition: .5s;}
.indCaseSel+.indCaseSel{border-top: 1px solid #E8E8E8;}
.indCaseSel span{position: relative;z-index: 9;}
.indCaseSel i{position: relative;z-index: 9;display: block;width: 15px;height: 20px;background-image: url(../images/iconRight2.png);margin-left: auto;transition: .3s;}

.indCaseSel.active{color: #fff;}
.indCaseSel.active::after{width: calc(100% + 7rem);}
.indCaseSel.active::before{width: calc(100% + 9rem);}
.indCaseSel.active i{background-image: url(../images/iconRight22.png);}

@media screen and (max-width:1024px){
	.indCaseSel{height: 9rem;line-height: 9rem;}
	.indCaseItem .desc{height: 9rem;padding: 1.5rem 7rem 1.5rem 5rem;}
	.indCaseSel::before{height: 7rem;clip-path: polygon(5rem 0, 100% 0, 100% 100%, 0 100%, 0 7rem);}
	.indCaseSel.active::before {width: calc(100% + 7rem);}
	.indCaseSel::after{clip-path: polygon(6rem 0, 100% 0, 100% 100%, 0 100%, 0 9rem);}
	.indCaseSel.active::after {
		width: calc(100% + 7rem);
	}
}
@media screen and (max-width:768px){
	.indCaseBox{flex-wrap: wrap;}
	.indCaseImg{width: 100%;}
	.indCaseSelList{width: 100%;}
	
	.indCaseItem .img::after{width: 8rem;height: 8rem;}
	.indCaseItem .desc {height: auto;padding: 1.5rem 2rem 1.5rem 2rem;}
	.indCaseSelList{display: flex;flex-wrap: wrap;border-top: 1px solid #E8E8E8;}
	.indCaseSel {font-size: var(--font20);height: auto;line-height: 3rem;padding: 2rem 1rem;width: 33.333%;border-right: 1px solid #E8E8E8;}
	.indCaseSel:nth-of-type(3),.indCaseSel:nth-of-type(6){border-right: none;}
	.indCaseSel i{background-size: 70%;background-position: center;background-repeat: no-repeat;}
	.indCaseSel::before{display: none;}
	.indCaseSel::after{clip-path:none;}
	.indCaseSel.active::after{width: 100%;}
	
	.indCaseSel::after{opacity: 0;width: 100%;}
	.indCaseSel.active::after{opacity: 1;}
}





.sec3{background-size: cover;background-position: center;position: relative;}
.sec3::before{content: "";display: block;position: absolute;top: 0;left: 0;width: 50rem;height: 100%;background-image: url(../images/mapBg.png);background-size: 100% auto;background-position: center;background-repeat: no-repeat;z-index: 2;}
.sec3::after{content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(90deg,#0D4AB4,transparent);z-index: 1;}
.sec3>div{position: relative;z-index: 3;}
.mySwiperStr{position: relative;overflow: hidden;margin-top: 10rem;}
.indStrItem{width: 100%;}
.indStrItem .atit{font-size: var(--font36);color: #FFFFFF;font-weight: bold;}
.indStrItem .line{display: block;width: 4rem;height: 0.4rem;background: #FFFFFF;border-radius: 2px;margin: 2rem 0 2.5rem;}
.indStrItem .btit{font-size: var(--font16);color: #FFFFFF;line-height: 2.5rem;height: 12.5rem;max-width: 75rem;display: -webkit-box;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 5;-webkit-box-orient: vertical;margin-bottom: 3rem;}


.indStrSelList{background: rgba(0,0,0,0.3);margin-top: 16rem;}
.indStrSelList>div{display: flex;}
.indStrSel{width: 100%;text-align: center;padding: 2rem 1rem;border-left: 1px solid rgba(255,255,255,.3);position: relative;}
.indStrSel::after{content: "";display: block;width: 100%;height: 0;overflow: hidden;border-radius: 0 3rem 0 0;position: absolute;left: 0;bottom: 0;background: url(../images/linerBg1.png);z-index: 1;transition: .4s;}
.indStrSel:last-child{border-right: 1px solid rgba(255,255,255,.3);}
.indStrSel img{display: block;width:6rem;margin: 0 auto;position: relative;z-index: 9;transition: .4s;}
.indStrSel p{display: block;font-size: var(--font18);color: #FFFFFF;margin-top: 2rem;position: relative;z-index: 9;transition: .4s;}
.indStrSel.active::after{height: calc(100% + 3rem);}
.indStrSel.active img{transform: translateY(-2rem);}
.indStrSel.active p{transform: translateY(-2rem);font-weight: bold;}

.swiper-slide-active .indStrItem .atit{animation: fadeInUp .6s .2s ease both;}
.swiper-slide-active .indStrItem .btit{animation: fadeInUp .6s .3s ease both;}
.swiper-slide-active .indStrItem .ctit,.swiper-slide-active .indStrItem .line{animation: fadeInUp .6s .4s ease both;}
.swiper-slide-active .indStrItem .indA{animation: fadeInUp .6s .5s ease both;}

@media screen and (max-width:768px){
	.sec3::before{width: 40rem;}
	.mySwiperStr{margin-top: 8rem;}
	.indStrSel img{width: 4rem;}
	.indStrSel p{margin-top: 1rem;}
	.indStrSel::after{border-radius: 0 2rem 0 0;}
	.indStrSel.active::after {height: calc(100% + 2rem);}
	
}




.indProSelList{display: flex;align-items: center;margin: -2.5rem -2.5rem -2.5rem auto;}
.indProSel{display: block;font-size: var(--font18);color: #333333;margin: 2.5rem;}
.indProSel.active,.indProSel:hover{color: var(--main-color);}

.indProBox{position: relative;}
.mySwiperIndPro{position: relative;overflow: hidden;margin: -2.5rem;}
.indProItem{display: block;margin: 2.5rem;box-shadow: 0 0 3rem 0 rgba(14,74,180,0.1);border-radius: 2rem;position: relative;overflow: hidden;}
.indProItem .img{overflow: hidden;}
.indProItem .img img{display: block;width: 100%;transition: .4s;}
.indProItem p{display: block;text-align: center;padding: 0 2rem;font-size: var(--font20);color: #000000;line-height: 5rem;height: 5rem;margin-top: -5rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;z-index: 99;}
.indProItem:hover .img img{transform: scale(1.05);}

.indProBox .swiper-button-next::after,.indProBox .swiper-button-prev::after{display: none;}
.indProBox .swiper-button-next,.indProBox .swiper-button-prev{display: block;width: 6rem;height: 6rem;background-color: #F7F8FA;background-image: url(../images/iconRight3.png);background-repeat: no-repeat;background-position: center;background-size: 2.2rem 3rem;border-radius: 50%;top: 50%;margin-top: -3rem;transition: .3s;}
.indProBox .swiper-button-next:hover,.indProBox .swiper-button-prev:hover{background-color: var(--main-color);background-image: url(../images/iconRight33.png);}
.indProBox .swiper-button-prev{left:auto;right:100%;transform: rotate(180deg);margin-right: 4rem;}
.indProBox .swiper-button-next{left: 100%;right:auto;margin-left: 4rem;}

@media screen and (max-width:1024px){
	.indProSelList{display: none;}
	.sec4 .indTitBox{justify-content: center;}
	
	.indProBox{display: flex;flex-wrap: wrap;justify-content: center;}
	.indProBox .swiper-button-next, .indProBox .swiper-button-prev{position: relative;left: auto;right: auto;top: auto;margin: 3rem 1rem 0;}
	
}




.sec5{background: url(../images/sec5Bg.jpg);border-bottom: 10rem solid #FFFFFF;}
.sec5>div{margin-bottom: -10rem;}
.indNumList{display: flex;justify-content: space-around;text-align: center;margin-bottom: 4rem;}
.indNumList p{font-size: var(--font60);color: #FFFFFF;font-family: DIN;font-weight: bold;line-height: 1.1;}
.indNumList b{font-size: var(--font16);font-weight: 400;color: #FFFFFF;}

.indAboutBox{display: flex;flex-wrap: wrap;background: #FFFFFF;box-shadow: 0 0 8rem 0 rgba(0,0,0,0.1);position: relative;z-index: 99;}
.indAboutBox .desc{display: flex;flex-direction: column;align-items: flex-start;width: 50%;padding: 5rem;}
.indAboutBox .desc .atit{font-size: var(--font30);font-weight: bold;color: var(--main-color);background: var(--linear);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.indAboutBox .desc .btit{font-size: var(--font16);line-height: 1.7;color: #666666;margin: 1.5rem 0 4.5rem;}
.indAboutBox .img{width: 50%;}
.indAboutBox .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}

@media screen and (max-width:1024px){
	.indNumList p{font-size: var(--font50);}
}
@media screen and (max-width:768px){
	.indNumList{flex-wrap: wrap;justify-content: space-evenly;}
	.indNumItem{width: 33.33%;text-align: center;margin: 1rem 0;}
	
	.indAboutBox .desc{width: 100%;padding: 3rem 2rem 4rem;}
	.indAboutBox .img{width: 100%;}
	
}


.sec6{margin-top: 5rem;}
.mySwiperIndHonor{position: relative;overflow: hidden;margin: -1.5rem;}
.indHonor{position: relative;display: block;margin: 1.5rem;}
.indHonor img{display: block;width: 100%;transition: .3s;}
.indHonor:hover img{transform: scale(1.05);}




.indNewSelList{display: flex;flex-wrap: wrap;margin-left: auto;}
.indNewSel{display: flex;align-items: center;justify-content: center;min-width: 12rem;height: 5rem;padding: 0 2.4rem;background: #F5F5F5;border-radius: 2.5rem;font-size: var(--font18);overflow: hidden;position: relative;}
.indNewSel+.indNewSel{margin-left: 1.5rem;}
.indNewSel span{position: relative;z-index: 9;}
.indNewSel::before{content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: var(--linear);z-index: 1;opacity: 0;transition: .3s;}
.indNewSel:hover{color: #ffffff;}
.indNewSel:hover:before{opacity: 1;}





.indNewsBox{display: flex;}
.indNewsLeft{width: calc(50% - 5rem);margin-right: auto;}
.indNewsRight{width: calc(50% - 5rem);}
.indNewsItem{display: flex;flex-wrap: wrap;flex-direction: row-reverse;}
.indNewsItem .img{overflow: hidden;}
.indNewsItem .img img{display: block;width: 100%;height:100%;object-fit: cover;object-position: center;transition: .4s;}
.indNewsItem .desc .atit{font-size: var(--font20);color: var(--black1);line-height: 5rem;height: 5rem;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: .4s;}
.indNewsItem .desc .btit{font-size: var(--font16);color: var(--black3);line-height: 2.6rem;height: 5.2rem;margin: 1rem 0 1.5rem;display: -webkit-box;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.indNewsItem .desc .ctit{font-size: var(--font18);color: var(--main-color);line-height: 3rem;font-weight: bold;font-family: DIN;}
.indNewsLeft .indNewsItem .img{width:100%;height: 40rem;}
.indNewsLeft .indNewsItem .desc{width:100%;padding: 1rem 0;}
.indNewsRight .indNewsItem+.indNewsItem{margin-top: 4rem;}
.indNewsRight .indNewsItem .img{width:25rem;height: 16rem;}
.indNewsRight .indNewsItem .desc{width: calc(100% - 28rem);margin-right: auto;}
.indNewsItem:hover .img img{transform: scale(1.04);}
.indNewsItem:hover .desc .atit{color: var(--main-color);}
@media screen and (max-width:1024px){
	.indNewsLeft{width: calc(50% - 2rem);}
	.indNewsRight{width: calc(50% - 2rem);}
}
@media screen and (max-width:768px){
	.indNewsBox{flex-wrap: wrap;}
	.indNewsLeft{width: 100%;}
	.indNewsRight{width: 100%;}
	.indNewsItem .desc .btit{margin: 0 0 1rem;}
	.indNewsLeft .indNewsItem .img{height: 30rem;}
	.indNewsRight .indNewsItem{margin-top: 2rem!important;}
	.indNewsRight .indNewsItem .img{width: 20rem;height: 15rem;}
	.indNewsRight .indNewsItem .desc{width: calc(100% - 22rem);}
}


.sec8{background: url(../images/sec7Bg.jpg) center/cover;text-align: center;padding: 4.5rem 0 5rem;}
.sec8 .atit{font-size: var(--font30);color: #FFFFFF;font-weight: bold;}
.sec8 .btit{font-size: var(--font18);color: #FFFFFF;margin: 0.8rem 0 3.5rem;}
.sec8 .indA{margin: 0 auto;}
@media screen and (max-width:768px){
	.sec8{background: url(../images/sec7Bg2.jpg) center / cover;}
}




.f-footer{background-color: #212529;background-image: url(../images/footerBg1.png);background-position: bottom center;background-repeat: no-repeat;position: relative;overflow: hidden;}
.foot1{padding: 8rem 0 4rem;position: relative;z-index: 99;}
.f-logo{display:block;width: 15.5rem;}
.f-logo img{display:block;width: 100%;}
.f-desc{}
.f-info{margin-top: 5rem;}
.f-info p{display: flex;align-items: center;font-size: var(--font16);color: #999999;line-height: 1.35;margin-bottom: 1.8rem;}
.f-info p img{display: block;margin-right: 1rem;}
.f-info p span{color: #FFFFFF;}
.f-nav{display: flex;justify-content: space-between;}
.f-nav .dt::after{content: "";display: block;width: 3rem;height: 2px;background: var(--main-color);margin: 2rem 0 2rem;}
.f-nav .dt a,.f-nav .dt span{display: block;font-size: var(--font18);color: #FFFFFF;line-height: 1.35;font-weight: bold;}
.f-nav .dd a,.f-nav .dd span{display: block;font-size: var(--font16);color: #999999;line-height: 1.35;}
.f-nav .dd{margin-bottom: 1.8rem;}

.ewmImgList{overflow: hidden;}
.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;position: relative;overflow: hidden;width: 4rem;height: 4rem;border-radius: 50%;transition: .3s;cursor: pointer;background: #444444;}
.ewmSel img{display: block;width: 2rem;}
.ewmSel::after{content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--main-color);transition: .4s;opacity: 0;}
.ewmSel.active::after{opacity: 1;}
.ewmSel.active{border: none;}

.foot2{padding: 1.4rem 0;border-top: 1px solid #333;}
.foot2>div{display: flex;align-items: center;position: relative;z-index: 999;}
.f2l a,.f2l span{font-size: var(--font14);color: #999999;line-height: 1.35;display: inline-block;}
.f2l{max-width: 40%;}
.f2r{margin-left: auto;}
.yqlj_box{position: relative;display: block;border: 1px solid #272D36;}
.yqlj{display: flex;flex-direction: row-reverse;background:#32373F;}
.yqlj span{display: block;height: 5rem;line-height: 4.8rem;color: #ffffff;box-sizing: border-box;padding: 0 1.8rem 0 5rem;background: url(../images/yqlj.png) no-repeat;background-position: 1.5rem 1.4rem;font-size: var(--font16);opacity: .7;}
.yqlj i.jt{display:block;height: 5rem;width: 5rem;margin: 0;background: url(../images/downjt.png) no-repeat #272D36;background-position: center !important;cursor: pointer;transition: .3s;overflow: hidden;}
.yqlj_list{display: none;position: absolute;width: 100%;bottom: 5.1rem;left: 0;background: #32373F;text-align: center;}
.yqlj_list a{display: block;color: #999;height: 5rem;line-height: 5rem;}
.yqlj_list a:hover{color: #FFFFFF;}

.f-footer a:hover{color: #FFFFFF;}
@media screen and (max-width:768px){
	.f-footer::before{display: none;}
	.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;}
	.f-nav .dt a, .f-nav .dt span{font-size: var(--font20);}
	.f-info p{font-size: var(--font18);line-height: 1.5;}
	.foot2 a, .foot2 span{font-size: var(--font16);}
	.f2l{max-width: 100%;text-align: center;}
	.f2r{display: none;}
	.f-info p{margin-bottom: 1rem;}
}


 .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;}
 @media screen and (max-width:768px) {
	 .nyBanner .img img{min-height: 35rem;}
	 .nyBanner .desc{transform: translateY(-80%);}
	 .nyBanner .desc .atit text{font-size: 6rem;}
	 .nyBanner .desc .btit {font-size: 4rem;}
 }
 
 
 
 .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: var(--main-color);border-color: var(--main-color);color: #fff;}
 .barNav a.active+a,.barNav a:hover+a{border-left-color: var(--main-color);}
 .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: 2rem;margin-left: 2rem;}
 .mbx a:hover{opacity: .8;}

 .greyBg{background: #F8F8F8;overflow: hidden;}
.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: var(--linear);margin: 1.5rem auto 0;}


.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;}
}



.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;}

.productBox{background: url(../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: var(--main-color);}
.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: var(--main-color);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: var(--linear);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;}

.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;}


.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: var(--main-color);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);}

.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: var(--main-color);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: var(--main-color);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;}


.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, var(--main-color), #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 var(--main-color);border-right: 1.5rem solid var(--main-color);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, var(--main-color), #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: var(--main-color);}

.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: #0d4ab4;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;}

.h100 {
    display: block;
    height: 10rem;
}


.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;}






@media screen and (max-width:1024px){
	
	.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;}
	
	.productBox{padding: 7rem 0 6rem;}
	
}
@media screen and (max-width:768px){
	.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;}
	
	.proDetail .desc .etit .btn{padding:0 2rem;}
	.proDetail .desc .etit .btn+.btn {margin-left: 1rem;}
	
	.productBox .mbx2{display: none;}
}


.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: var(--main-color);color: #fff;}
.pagination li.active span{background: var(--main-color);color: #fff;}
.pagination li.disabled span{color: #666;cursor: no-drop;}
