/* Write your styles */
@font-face { font-family: "num"; src: url(../fonts/DIN\ Alternate\ Bold.ttf) format('truetype'); }
ul,li,dl,dt,dd,h1,h2,h3,p,em{ font-style:normal; list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#444;}
a:hover{color:var(--themeColor);}
img,video{ max-width:100%;}
.am-container{max-width: 1430px;}
.am-container-index{max-width: 1430px;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}

.arccontent .selectTdClass{background-color:#edf5fa !important}
.arccontent table.noBorderTable td,.arccontent table.noBorderTable th,.arccontent table.noBorderTable caption{border:1px dashed #ddd !important}
.arccontent table{margin-bottom:10px;border-collapse:collapse;display:table; width:100% !important;}
.arccontent td,.arccontent th{padding: 5px 10px !important;border: 1px solid #DDD;line-height:1.4;}
.arccontent caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.arccontent th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.arccontent table tr.firstRow th{border-top-width:2px;}
.arccontent .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.arccontent .ue-table-interlace-color-double{ background-color: #f7faff; }
.flex{display:flex;}

html{font-size: 62.5%;}

body {
    font-family: "Noto Sans SC","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* root */
:root{
    --themeColor: #c6993e;
    --themeColor2: #f0cb00;
}

/* common style */
.all-pd{padding: 10rem 0;}
.all-pd-8{padding: 8rem 0;}
.all-pd-6{padding: 6rem 0;}

.all-pb{padding-bottom: 10rem;}
.all-pb-8{padding-bottom: 8rem;}
.all-pb-6{padding-bottom: 6rem;}

.all-pt{padding-top: 10rem;}
.all-pt-8{padding-top: 8rem;}
.all-pt-6{padding-top: 6rem;}

.all-mr{margin: 20px 0;}

.themeColor{color: var(--themeColor)!important;}
.colorWhite{color: #fff!important;}

.all-title-box{position: relative;}
.all-title-box .row{display: flex;align-items: baseline;}
.all-title-box .title{font-size: 2.4rem;font-weight: 400;color: #333;white-space: nowrap;line-height: normal;}
.all-title-box .subtitle{font-size: 3.4rem;color: #333;font-weight: bold;line-height: 1.5;margin-top: 2rem;}

.all-title-box .entitle {
    font-size: 20rem;
    font-weight: normal;
    -webkit-text-fill-color: transparent;
    text-stroke: 1px var(--themeColor);
    -webkit-text-stroke: 1px var(--themeColor);
    line-height: 1;
    position: absolute;
    left: -10rem;
    top: -10rem;
    z-index: 0;
    opacity: .3;
}
.all-title-box .entitle.white {
    -webkit-text-fill-color: transparent;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
}
.all-title-box .entitle.center {
    left: 50%;transform: translateX(-50%);
}

.all-title-box .line{width: 5rem;height: 3px;background: var(--themeColor);margin: 1rem 0;}

.img100{width: 100%;}
.fixbg{ width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; -webkit-background-attachment: fixed; /* background-attachment: scroll\9; */ position: relative; }
.ty-bgimg{ background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; position: relative; overflow: hidden; }

.flex{display: flex;}
.order1{order: 1;}

.ohide{overflow: hidden;}
.position-re{position: relative!important;}
.ju-start{justify-content: flex-start!important;}

.line-clamp-1,.line-clamp-2,.line-clamp-3,.line-clamp-4,.line-clamp-5,.line-clamp-6{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.line-clamp-1{-webkit-line-clamp: 1;}
.line-clamp-2{-webkit-line-clamp: 2;}
.line-clamp-3{-webkit-line-clamp: 3;}
.line-clamp-4{-webkit-line-clamp: 4;}
.line-clamp-5{-webkit-line-clamp: 5;}
.line-clamp-6{-webkit-line-clamp: 6;}
.text-wrap {white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}

/* ::-webkit-scrollbar  {  width: 6px;   height: 6px;  background-color: #F5F5F5;  }  */
/*定义滚动条轨道 内阴影+圆角*/
/* ::-webkit-scrollbar-track  {  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  border-radius: 10px;  background-color: #F5F5F5;  }   */
/*定义滑块 内阴影+圆角*/
/* ::-webkit-scrollbar-thumb  {  border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color:#8fc31f;  } */

/* ty-btn */
.ty-btn{padding: 0.8em 2em; border-radius: 0rem; background: var(--themeColor); color: #fff; font-size: 1.8rem; position: relative; text-align: center; border: none; display: inline-block;}
.ty-btn::before, .ty-btn::after { content: ''; position: absolute; right: 0; top: 0; background: var(--themeColor);  }
.ty-btn::before { height: 0%; width: 2px; }
.ty-btn::after { width: 0%; height: 2px; }
.ty-btn:hover { background: transparent; }
.ty-btn:hover::before { height: 100%; transition: all 0.5s ease;}
.ty-btn:hover::after { width: 100%; transition: all 0.5s ease;}
.ty-btn > span { display: block; }
.ty-btn:hover > span { color: var(--themeColor); transition: all 0.5s ease;}
.ty-btn:hover > span::before { height: 100%; transition: all 0.5s ease;}
.ty-btn:hover > span::after { width: 100%; transition: all 0.5s ease;}
.ty-btn > span::before, .ty-btn > span::after { content: ''; position: absolute; left: 0; bottom: 0; background: var(--themeColor);  }
.ty-btn > span:before { width: 2px; height: 0%; }
.ty-btn > span:after { width: 0%; height: 2px; }

.wty-btn:hover span{color: #fff;}
.wty-btn::before{background: #fff;}
.wty-btn::after{background: #fff;}
.wty-btn span::before{background: #fff;}
.wty-btn span::after{background: #fff;}

.wty-btn.act { background: transparent; }
.wty-btn.act::before { height: 100%; transition: all 0.5s ease;}
.wty-btn.act::after { width: 100%; transition: all 0.5s ease;}
.wty-btn.act > span { color: var(--themeColor); transition: all 0.5s ease;}
.wty-btn.act span{color: #fff;}
.wty-btn.act > span::before { height: 100%; transition: all 0.5s ease;}
.wty-btn.act > span::after { width: 100%; transition: all 0.5s ease;}


/* ty-more */
.ty-more{display: flex;align-items: center;padding: 1.5rem 2.7rem;border-radius: 2.5rem;border: 1px solid #fff;line-height: 1;}
.ty-more .icon{display: flex;justify-content: center;align-items: center;transition: all .5s;}
.ty-more .icon svg,.ty-more .icon img{transition: all .5s;}
.ty-more .icon img{width: 1.1rem;}
.ty-more .tt{font-size: 1.4rem;color: #fff;padding-right: 2rem;}
.ty-more:hover .icon svg{transform: rotate(45deg);}
.ty-more:hover .icon img{transform: rotate(45deg);}

.ty-more.theme{background: var(--themeColor);border-color:var(--themeColor) ;}
.ty-more.theme .tt{color: #fff;}

.num-font{ font-family: "num" !important; font-weight: bold; }


/* heaser */
header{position: relative;width: 100%;min-height: 9rem;}
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: all .3s ease-out; box-shadow: 0 3px 12px rgba(98,107,181,.15);background: rgba(255, 255, 255, 1); }
.header .am-container{max-width: 1920px;padding: 0 5%;}
/* .header *{transition: all .3s ease-out;} */
.header .main{display: flex;justify-content: space-between;align-items: center;}
.header .main .top-logo{flex: 1;flex-shrink: 0;}
.header .main .top-logo img{max-height: 4rem;}
.header .main .top-logo .def{display: block;}
.header .main .top-logo .act{display: none;}
.header .main .top-menu{flex: 2;padding: 0 3rem;}
.header .main .top-menu ul{display: flex;justify-content: center;}
.header .main .top-menu ul li{margin: 0 3rem;min-width: 6rem;position: relative;}
/* .header .main .top-menu ul li:last-child{margin-right: 0;} */
.header .main .top-menu ul li .a{font-size: 1.8rem;color: #333333;white-space: nowrap;line-height: 9rem;display: block;text-align: center;position: relative;}
.header .main .top-menu ul li .a::after{ content: "";width: 0%;height: 3px;background-color: var(--themeColor);position: absolute;bottom: -1px;left: 50%;transform: translateX(-50%);transition: all .3s ease-out; }
/* .header .main .top-menu ul li.on{color: var(--themeColor);} */
.header .main .top-menu ul li.on .a{color: var(--themeColor);}
.header .main .top-menu ul li.on:hover .a{color: var(--themeColor);}
.header .main .top-menu ul li:hover .a{color: var(--themeColor);}
.header .main .top-menu ul li.on .a::after{width: 100%;}
.header .main .top-menu ul li:hover .a::after{width: 100%;}

/* top-tool */
.header .main .top-tool{flex: 1; flex-shrink: 0;display: flex;align-items: center;justify-content: flex-end;}
.header .main .top-tool .top-wzdt{display: flex;align-items: center;font-size: 1.8rem;color: #666;}
.header .main .top-tool .top-wzdt img{width: 2rem;margin-right: 1rem;}
.header .main .top-tool .line{width: 1px;height: 2rem;background-color: rgb(255 255 255 / 30%);margin: 0 3rem;}
.header .main .top-tool .top-search{display: flex;justify-content: center;align-items: center;position: relative;min-height: 8rem;}
.header .main .top-tool .top-search form{width: 18rem;border: 1px solid #e1e1e1;border-radius: 3rem;position: relative;display: flex;padding: 0 1rem;align-items: center;}
.header .main .top-tool .top-search form input{width: 100%; flex: 1;border: 0;outline: none;background: none;color: #333;font-size: 1.6rem;line-height: 3.8rem;}
.header .main .top-tool .top-search form button{flex-shrink: 0;background: none;border: 0;outline: none;}
.header .main .top-tool .top-search img{width: 1.8rem;cursor: pointer;}
.header .main .top-tool .top-language{position: relative;margin: 0rem;display: flex;align-items: center;min-height: 9rem;cursor: pointer;}

.header .main .top-tool .top-language{margin-left: 3.5rem;}
.header .main .top-tool .top-language a{color: #bbbbbb;font-size: 1.6rem;line-height: 1;}
.header .main .top-tool .top-language a.on{color: #000;}
.header .main .top-tool .top-language span{color: #bbbbbb;font-size: 1.6rem;line-height: 1;margin: 0 3px;}
.header .main .top-tool .top-language a:hover{color: var(--themeColor);text-decoration: underline;}

/* down */
.header.down{ box-shadow: 0 3px 12px rgba(98,107,181,.25);background: rgba(255, 255, 255, 1);}
.header.down .main .top-logo .def{display: none;}
.header.down .main .top-logo .act{display: block;}
.header.down .main .top-menu ul li .a{color: #333;}
/* .header.down .main .top-tool .top-search img { filter: invert(1); } */


/* hd-search */
.hd-search{ position: absolute;right: 0;top: calc(100% + 15px); display: none;right: -2rem;}
.hd-search form{ display: flex; box-shadow: 0 3px 12px rgba(98,107,181,.25); border-radius: 0.5rem; overflow: hidden; }
.hd-search form input{ border: none; background: #fff;border-radius: .5rem  0 0 .5rem; padding: 1.2rem; outline: none; }
.hd-search form button{ white-space: nowrap; border: none;outline: none; background: var(--themeColor); color: #fff; width: 8rem;border-radius: 0 .5rem .5rem 0; }

/* subnav */
.subnav{position: absolute;min-width: 20rem;background-color: #FFF;margin: 0;box-shadow: 0 2px 38px rgb(0 0 0 / 15%);height: auto;z-index: 199;text-align: left;top: 130%;left: -2rem;opacity: 0;visibility: hidden;transition: all .36s ease;border-left: 1px solid #f5f5f5;border-right: 1px solid #f5f5f5;border-radius: 5px;/* transform: translateX(-50%); */white-space: nowrap;padding: 0rem 0;}
.top-menu ul li:hover .subnav {opacity: 1;visibility: visible;top: calc(85%);}

.subnav::before{content: "";display: block;position: absolute;left: 50%;top: -8px;margin-left: -5px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 8px solid #fff;display: none;}
.subnav .item{position: relative;}
.subnav .item a{font-weight: 400;color: #666;padding: 1.5rem 2rem;text-align: left;line-height: 22px;text-align: left;display: block;transition: all .2s ease-in-out;font-size: 1.6rem;transition: all .3s;}
.subnav .item a:hover{transform: translateX(1rem);}
.subnav .item a:hover{color: var(--themeColor);}

.subnav .ssub{position: absolute;top: 50px;left: 105%;background-color: #fff;box-shadow: 0 2px 38px rgb(0 0 0 / 15%);opacity: 0;visibility: hidden;transition: all .36s ease;border-radius: 5px;padding:0 0;}
.subnav .item:hover .ssub{opacity: 1;visibility: visible;top: 0%;}


/* sm menu */
.sm-menubg{width: 100%;height: 100%;background-color: #333333;opacity: .5;position: fixed;top: 0;left: 0;z-index: 1000;display: none;}
.sm-menu{width: 70%;height: 100%;background-color: #FFFFFF;position: fixed;top: 0;left: -70%;z-index: 1001;transition: all .5s;overflow-y: auto;overflow-x: hidden;box-shadow: 1px 1px 1px #9f9f9f80;}
.sm-menu nav{position: relative;}
.sm-menu nav ul{overflow: hidden;padding-bottom: 70px;}
.sm-menu nav ul li{border-bottom: 1px solid #EEEEEE;position: relative;background-color: #FFFFFF;}
.sm-menu nav ul li:first-child{border-top: 1px solid #EEEEEE;}
.sm-menu nav ul li a{display: flex;margin: 0 40px;padding: 15px 0;font-size: 16px;align-items: center;}
.sm-menu nav ul li a img{margin-right: 5px;display: none;}
.sm-menu nav ul .on a img{display: block;}
.sm-menu nav ul li .down{position: absolute;top: 0;right: 0;width: 40px;height: 100%;padding-top: 13px;text-align: center;cursor: pointer;}
.sm-menu nav ul li .down i{transition: all .3s;transform: rotate(-90deg);font-size: 16px;}
.sm-menu nav ul li .rotate i{transition: all .3s;transform: rotate(0deg);}
.sm-menu nav ul .on a{color: var(--themeColor);}
.sm-menu nav ul li .sub{position: relative;display: none;transition: all .5s;}
.height-o{height: 0;}
.height-auto{height: auto;}
.sm-menu nav ul li .sub a{font-size: 14px;margin: 0;padding: 10px 0 10px 55px;}
.sm-menu nav ul .on .sub a{color: #666666;}
.sm-menu nav ul .on .sub a:hover{color: var(--themeColor);}

.sm-menu nav ul li .sub .sub-item{
display: flex;justify-content: space-between;
}
.sm-menu nav ul li .sub .sub-item .sdown a{flex: 1;}
.sm-menu nav ul li .sub .sub-item .sdown{
	  width: 40px;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
	transition: all .3s;
    transform: rotate(-90deg);
}
.sm-menu nav ul li .sub .sub-item .sdown.rotate{transform: rotate(0deg);}
.sm-menu nav ul li .sub .sub2{margin-left: 20px;display: none;}

.sm-menubar{cursor: pointer;display: none;}
.bar-line{width: 2.6rem;height: .2rem;background-color: #76838f;margin: .6rem;}
.bar-line-top{transition: all .4s;}
.bar-line-center{opacity: 1;transition: all .4s;}
.bar-line-bottom{transition: all .4s;}
.on .bar-line-top{
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}
.on .bar-line-center{opacity: 0;width: 0;}
.on .bar-line-bottom{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}
@media screen and (max-width:1024px) {
	.sm-menubar{display: block;}
}


/* banner */
.banner{position: relative;}
.banner-swiper{position: relative;}
.banner-swiper .item{position: relative;}
.banner-swiper .item .img-box{position: relative;width: 100vw;height: calc(100vh - 9rem);}

.banner-swiper .item .img-box img{width: 100%;height: 100%;object-fit: cover;}
.banner-swiper .cont-main{width: 100%;height: 100%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);display: flex;align-items: center;justify-content: flex-start;}
.banner-swiper .cont-main .cont-box{position: relative;}
.banner-swiper .cont-main .cont-box .p1{color: #fff;font-weight: bold;line-height: 1;margin-bottom: 5rem;}
.banner-swiper .cont-main .cont-box .p2{font-size: 5rem;color: #fff;text-transform: uppercase;margin-bottom: 2rem;line-height: 1;}
.banner-swiper .cont-main .cont-box .p3{font-size: 2.8rem;color: #fff;font-weight: 600;line-height: 2;}
.banner-swiper .cont-main .cont-box .p3 span{margin: 0 5px;}
.banner-swiper .cont-main .cont-box .p3 a{color: #fff;}
.banner-swiper .cont-main .cont-box .p3 a:hover{text-decoration: underline;}
.banner-swiper .cont-main .cont-box .more{padding-top: 12%;}
.banner-swiper .cont-main .cont-box .txtimg{max-height: 16rem;}

.l-more{position: relative;flex-shrink: 0;}
.l-more a{display: flex; justify-content: center; color: #fff; align-items: center;}
.l-more a span{padding-right: 12px;transition: all .5s;margin-bottom: 3px;}
.l-more a:hover span{transform: translateX(-15px);}
.l-more a svg{fill: #fff;transition: all .5s;}
.l-more a:hover svg{transform: rotate(45deg);}
.l-more a img{margin-left: -40px; }


.pa-box{position: absolute;bottom: 40px;z-index: 99;display: flex;align-items: center;left: 50%;transform: translateX(-50%);justify-content: flex-start;}
.pa-box .prog { width: 100px; background: rgb(255 255 255 / 50%); border-radius: 1.5px; height: 3px; position: relative; margin: 0 15px; }
.pa-box .prog .swiper-pagination-progressbar-fill{background: #fff;}
.pa-box .num{font-size: 18px;color: #fff;font-weight: bold;}


.ui-loop{width:30px;height:30px;left: 0;top: 0;margin-left: 15px;position: relative;}
.ui-loop .path-loop {fill: none;stroke: #fff;stroke-miterlimit: 10;stroke-width: 4px;opacity: 1;}
.ui-loop .act {opacity: 1!important;}
.ui-loop .path-loop-bg {fill: none;stroke: #e0e0e0;stroke-miterlimit: 10;stroke-width: 2px;opacity: 1;}
/* .ui-loop .sjx{width: 0;height: 0;border-top: 5px solid transparent;border-left: 8px solid #ffffff;border-bottom: 5px solid transparent;
position: absolute;top: 51%;left: 55%;transform: translate(-50%,-50%);} */
.ui-loop .sjx{font-size: 8px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);line-height: 1;cursor: pointer;}

.banner-swiper .item.swiper-slide-active .img-box img{-webkit-animation: banner_outside 7s ease 1 forwards;-moz-animation: banner_outside 7s ease 1 forwards;-o-animation: banner_outside 7s ease 1 forwards;animation: banner_outside 7s ease 1 forwards;}

@-webkit-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}
@-moz-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}
@-o-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}
@keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}

@keyframes rorate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes rorate2 { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } }
@keyframes opacity { 0% { opacity: 1; } 50% { opacity: 0.6; } 100% { opacity: 1; } }

/* ab */
.ab{position: relative;}
.ab .main{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 0rem;align-items: center;}
.ab .main .left{width: 50%;}
.ab .main .left .cont{margin: 5rem 0;font-size: 1.6rem;color: #666;line-height: 2;text-align: justify;text-indent: 2em;}
.ab-data{display: flex;}
.ab-data .item{flex: 1;}
.ab-data .item .num-box{display: flex;align-items: flex-start;line-height: 1;}
.ab-data .item .num-box .num{font-size: 5.8rem;color: var(--themeColor);}
.ab-data .item .num-box .dw{font-size: 3rem;color: var(--themeColor);font-weight: 400;margin-left: 5spx;}
.ab-data .item .tt{font-size: 1.6rem;color: #333;line-height: 1;margin-top: 1.5rem;font-weight: 500;white-space: nowrap;}

.ab .main .right{width: 50%;padding-left: 7%;}
.ab-swiper{position: relative;width: 100%;}
.ab-swiper .img{overflow: hidden;border-radius: 1rem;width: 100%;}
.ab-swiper .img img{width: 100%;}

.ab-swiper .btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 20;visibility: hidden;opacity: 0;transition: all .3s ease;}
.ab-swiper .btn i{font-size: 6rem;color: var(--themeColor);cursor: pointer;transition: all .3s ease;}
.ab-swiper .ab-prev{left: 4rem;}
.ab-swiper .ab-next{right: 4rem;}
.ab-swiper:hover .ab-prev{left: 2rem;visibility: visible;opacity: 1;}
.ab-swiper:hover .ab-next{right: 2rem;visibility: visible;opacity: 1;}

.ab-swiper-thumb{position: relative;width: 100%;padding: 12px 0;}
.ab-swiper-thumb .img{overflow: hidden;border-radius: .5rem;width: 100%;}
.ab-swiper-thumb .img img{width: 100%;aspect-ratio: 149 / 97;object-fit: cover;transition: all .5s;}
.ab-swiper-thumb .img:hover img{transform: scale(1.1);}




/* gsap1 */
.gsap1{position: relative;width: 100%;height: 300vh;}
/* .gsap1 .null{height: 2px;position: relative;background: red;z-index: 10;} */
.test-sticky{position: sticky; top: 0; height: 100vh; overflow: hidden; z-index: 1; background-color: #000;}
.test-sticky img{width: 100%;height: 100%;object-fit: cover;}

.gsap1 .logo-sticky{height: 100vh; position: sticky; top: 0; overflow: hidden; z-index: 2; margin-top: -100vh;}
.gsap1 .logo-sticky .box{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-origin: center;}
.gsap1 .logo-sticky .img{ position: absolute;width: 100%;height: 100%; top: 0; left: 0; transform-origin: center; display: flex;align-items: flex-end;justify-content: center;text-align: center;}
.gsap1 .logo-sticky .img img{width: 100%;height: 100%;object-fit: cover;}

.gsap1 .text-sticky{
    position: sticky;
    top: 0;
    height: 100vh;
    margin-top: -100vh;
    z-index: 3;
}
.gsap1 .text-sticky .block-1{
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.gsap1 .text-sticky .t1{font-size: 4.2rem;color: #333;text-align: center;margin-bottom: 8rem;}
.gsap1 .text-sticky .mouse{text-align: center;}
.gsap1 .text-sticky .mouse span{font-size: 1.8rem;color: #999;}
.gsap1 .text-sticky .mouse i{width: 32px;height: 32px;border: 1px solid #999;border-radius: 50%;position: relative;top: 1rem;display: block;margin: 0 auto;}
.gsap1 .text-sticky .mouse i::after{
    content: '';
    width: 14px;
    height: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/jt-down-black.svg);
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -7px;
    animation: mouse-1 1s ease infinite;
}

@keyframes mouse-1 { 0% { transform: translateY(0); } 100% { transform: translateY(3px); } }


/* test */
.test{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; transform: translateY(100%); opacity: 0; display: flex;justify-content: center;align-items: center; }
.ser-list{display: flex;padding: 10vh 0;}
.ser-list .item{width: 20%;position: relative;}
.ser-list .box{display: block; max-width: 225px;width: 100%;margin: 0 auto;text-align: center;position: relative;top: 0;animation: myupdown 2s ease-in-out infinite alternate;}
.ser-list .item .img-box{width: 18rem;overflow: hidden;height: 18rem;margin: 0 auto;border: .6rem solid #fff;border-radius: 50%;height: 18rem;}
.ser-list .item .img-box img{width: 100%;height: 100%; aspect-ratio: 1;border-radius: 50%;object-fit: cover;transform: scale(1.01);}
.ser-list .item .cont-box{position: relative;}
.ser-list .item .cont-box .tt{font-size: 2.4rem;color: #fff;margin: 1rem 0;}
.ser-list .item .cont-box .note{font-size: 1.4rem;color: #fff;}

.ser-list .item:first-child .box{margin-top: -15vh;animation: myupdown 2s ease-in-out infinite alternate;}

.ser-list .item:nth-child(2n) .box{margin-top: 5vh;animation: myupdown 2s ease-in-out infinite alternate;}
.ser-list .item:last-child .box{margin-top: -15vh;animation: myupdown 2.5s ease-in-out infinite alternate;}

@keyframes myupdown { 0% { transform: translate(0); } 100% { transform: translateY(2rem); } }


/* pro */
.pro{position: relative;z-index: 100;padding-top: 4rem;}
.pro .top{display: flex;justify-content: space-between;align-items: center;}
.pro .list{display: flex;flex-wrap: wrap;margin: 0 -2rem;}
.pro .list .item{padding: 1rem 2rem;position: relative;}
.pro .list .box{height: 100%;width: 100%;background: #fff;padding: 6rem 3rem;border-radius: 1.5rem;}
.pro .list .box .icon{width: 15.5rem;height: 15.5rem;margin: 0 auto;border-radius: 50%;position: relative;display: flex;justify-content: center;align-items: center;}
.pro .list .box .icon::after{ content: "";position: absolute;width: 100%;height: 100%;border-radius: 50%;top: 0;left:0;background-image: url(../images/pro-icon-bg.svg);background-repeat: no-repeat;background-size: 100% 100%; }
.pro .list .box:hover .icon::after{
    animation: border-dot-animate 2s infinite linear;
}
.pro .list .box .icon img{z-index: 10;max-height: 7.1rem;}
.pro .list .box:hover .icon img{
    animation: myshake .5s ease-out;

}
.pro .list .box .tt{font-size: 2.6rem;color: #333;margin: 2.5rem 0;line-height: 1.5;text-align: center;}
.pro .list .box .note{font-size: 1.6rem;color: #666;text-align: center;}

@-moz-keyframes border-dot-animate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes border-dot-animate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes myshake { 0% {transform: translateX(0);} 25% {transform: translateX(-5px) rotate(-5deg);} 50% {transform: translateX(5px) rotate(5deg);} 75% {transform: translateX(-5px) rotate(-5deg);} 100% {transform: translateX(0);} }


/* news */
.news{position: relative;background-position: bottom center;}
.news .top{display: flex;justify-content: space-between;flex-wrap: wrap;}
.news .top .cate{position: relative;display: flex;align-items: center;}
.news .top .cate .item{margin-right: 5rem;font-size: 1.8rem;color: #333;}
.news .top .cate .item:hover{color: var(--themeColor);}

.news .main{display: flex;justify-content: space-between;}

.news .left{width: 65%;position: relative;border-radius: 1.5rem;overflow: hidden;}
.news .left::after,.news .right::after{ content: "";width: 100%;height: .4rem;background: var(--themeColor  ); position: absolute;top: 0;left: 0;transition: all .3s; }
.news .left a{display: block;background: #fff;border-radius: 1.5rem;overflow: hidden;padding: 4rem;overflow: hidden;}
.news .left a .img-box{overflow: hidden;border-radius: 1.4rem;}
.news .left a .img-box img{width: 100%;transition: all .3s;aspect-ratio: 87/45;}
.news .left a:hover .img-box img{transform: scale(1.05);}
.news .left a .cont-box{position: relative;padding-top: 3rem;}
.news .left a .cont-box .cate{display: inline-block;border-radius: 1.5rem;border: 1px solid #999;padding: 0.5rem 1rem;font-size: 1.2rem;color: #999;padding-left: 2rem;position: relative;}
.news .left a .cont-box .cate::after{ content: "";width: 4px;height: 4px;background: #999;position: absolute;top: 50%;left: 1rem;transform: translateY(-50%);border-radius: 50%; }
.news .left a .cont-box .tt{display: flex;margin: 3rem 0;align-items: center;}
.news .left a .cont-box .tt h3{font-size: 1.8rem;color: #333;flex: 1;}
.news .left a .cont-box .tt h3:hover{color: var(--themeColor);}
.news .left a .cont-box .tt i{width: 4rem;height: 4rem;border-radius: 50%;border: 1px solid #999;display: flex;justify-content: center;align-items: center;margin-left: 1rem;flex-shrink: 0;transition: all .3s;}
.news .left a .cont-box .tt:hover i{border-color: var(--themeColor);}
.news .left a .cont-box .tt i img{height: 1.3rem;transition: all .3s;}
.news .left a .cont-box .tt:hover i img{transform: rotate(45deg);}
.news .left a .cont-box .time{font-size: 1.2rem;color: #999;}

.news .right{width: 33%;overflow: hidden;background: #fff;position: relative;padding: 0 3rem;border-radius: 1.5rem;}
.news .right .item{display: block;padding: 3rem 0;border-bottom: 1px solid #d7d7d7;}
.news .right .item:last-child {border: none;}
.news .right .item .cate-box{display: flex;justify-content: space-between;align-items: center;}
.news .right .item .cate-box .cate{display: inline-block;border-radius: 1.5rem;border: 1px solid #999;padding: 0.5rem 1rem;font-size: 1.2rem;color: #999;padding-left: 2rem;position: relative;}
.news .right .item .cate-box .cate::after{content: "";width: 4px;height: 4px;background: #999;position: absolute;top: 50%;left: 1rem;transform: translateY(-50%);border-radius: 50%;}
.news .right .item .cate-box .time{font-size: 1.2rem;color: #999;}
.news .right .item .tt{font-size: 1.8rem;color: #333;margin: 2rem 0 0 0;line-height: 1.4;}
.news .right .item:hover .tt{color: var(--themeColor);}

/* footer */
footer{position: relative;background: #000d1a;}
.foot{display: flex;}
.foot .left{max-width: 41rem;flex-shrink: 0;width: 30%;}
.f-logo{display: block;margin-bottom: 4.5rem;}
.f-logo img{max-height: 5rem;}

.cat-item{display: flex;align-items: center;margin-bottom: 1rem;}
.cat-item .icon{width: 3rem;height: 3rem;margin-right: 1rem;display: flex;justify-content: center;align-items: center;flex-shrink: 0;}
.cat-item .icon img{max-height: 2.1rem;}
.cat-item .txt {color: #fff;font-size: 1.4rem;line-height: 1.5;}
.cat-item .txt:hover{text-decoration: underline;}

.f-code{text-align: center;max-width: 10rem;margin-top: 4.5rem;}
.f-code .txt{font-size: 1.6rem;color: #fff;margin-top: 1rem;}

.foot .right{flex: 1;width: 100%;/* display: flex; */justify-content: flex-end;border-left: 1px solid rgb(255 255 255 / 20%);margin-left: 5%;padding-left: 5%;}
.f-nav{display: flex;justify-content: space-between;}
.f-nav .item{/* padding-left: 3vw; */}
.f-nav .item a{display: block;}
.f-nav .item a:hover{color: #fff;text-decoration: underline;}
.f-nav .item .tt{font-size: 1.6rem;color: #fff;line-height: 1;margin-bottom: 2rem;white-space: nowrap;}
.f-nav .item .subtt{font-size: 1.4rem;color: rgb(255 255 255 / 60%);margin-bottom: 1.5rem;}

.copyright{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 3rem 0;border-top: 1px solid rgba(255, 255, 255, .1);}
.copyright .p1{font-size: 1.4rem;color: rgb(255 255 255 / 50%);}
.copyright .p1 a{color: rgb(255 255 255 / 50%);}
.copyright .p1 a:hover{text-decoration: underline;}
.copyright .p1 a img{height: 2rem;margin-top: -.9rem;}

/* ny-banner */
.ny-banner{position: relative;overflow: hidden;}
.ny-banner .img-box{overflow: hidden; position: relative;height: auto;max-height: 400px;}
.ny-banner .img-box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 0%);
    background-size: cover;
}
.ny-banner.nobg .img-box::after{display: none;}
.ny-banner.nobg .cont-box .cont .title{margin-top: 50px;}
.ny-banner .img-box img{width: 100%;object-fit: cover;aspect-ratio: 24 / 5;
	/*animation: bigimgani 5000ms 1 ease forwards;*/
}
.ny-banner .cont-box{width: 100%;height: 100%;position: absolute;left: 50%;transform: translateX(-50%);z-index: 10;display: flex;align-items: center;top: 0;justify-content: center;text-align: center;}
.ny-banner .cont-box .cont{color: #fff;line-height: 1;max-width: 500px;}
.ny-banner .cont-box .cont .title{font-size: 4.2rem;font-weight: bold;color: #fff;}
.ny-banner .cont-box .cont .entitle{font-size: 2.4rem;margin-top: 2rem;font-weight: bold;}

.ny-banner .cont-box .cont .ttg{display: flex;align-items: baseline;justify-content: center;line-height: 1;}
.ny-banner .cont-box .cont .ttg a{display: block;position: relative;}
.ny-banner .cont-box .cont .ttg a.on::after{
content: "";width: 100%;height: 3px;background: var(--themeColor);position: absolute;left: 0;bottom: -2rem;
}
.ny-banner .cont-box .cont .ttg .fg{width: 2px;height: 3rem;background: #999;margin: 0 3rem;}

@keyframes bigimgani{0%{transform:scale(1.1);} 100%{transform:scale(1.0);}}

/* banner-nav */
.banner-nav{width: 100%;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);z-index: 30;}
.banner-nav ul{display: flex;background: rgba(0,0,0,0.5);}
.banner-nav ul li{flex: 1;color: #fff;font-size: 1.8rem;text-align: center;border-right: 1px solid rgba(255,255,255,0.2);transition: all .3s;cursor: pointer;padding: 2.5rem 0;}

.banner-nav ul li a{color: #fff;display: block;}
.banner-nav ul li:hover{ background: var(--themeColor); }
.banner-nav ul li.on{background-color: var(--themeColor);}
.banner-nav ul li:hover a{color: #fff;}
.banner-nav ul li:last-child{border-right: none;}

.nyab-data{justify-content: space-between;margin: 0 -3.5rem;}
.nyab-data .item{display: flex;flex-direction: column;align-items: center;margin: 0 3.5rem;background: #f7f3eb;border-radius: 1.5rem;padding: 3rem 0;}

/* qywh */
.qywh{position: relative;padding: 4rem 0;}
.qywh .list { display: flex; margin-top: 13vh; margin-bottom: 5vh; }
.qywh .list .item{width: 55rem;height: 55rem; aspect-ratio: 1; border: 1px solid #fff;border-radius: 50%;margin: 0 auto;padding-top: 10%;}
.qywh .list .item .icon{margin: 0 auto;text-align: center;}
.qywh .list .item .icon img{max-height: 7.8rem;}
.qywh .list .item .cont{text-align: center;max-width: 300px;margin: 0 auto;}
.qywh .list .item .cont .tt{font-size: 2.4rem;color: #fff;margin: 4rem 0;line-height: 1;}
.qywh .list .item .cont .note{font-size: 1.6rem;color: #fff;}

/* team */
.team{position: relative;overflow: hidden;}
.team-swiper{overflow: visible;margin: 12vh 0 3rem;position: relative;}
.team-swiper .item{width: 65%; position: relative;}
.team-swiper .item .img{overflow: hidden;border-radius: 2rem;}
.team-swiper .item .img img{width: 100%;}

.team-swiper .cont{padding: 4rem;background: #fff;width: 42rem;position: absolute;bottom: -2rem;right: 16.5%;border-radius: 3rem 0 0 0;z-index: 10;}
.team-swiper .cont .tt{font-size: 2.4rem;color: #333;margin-bottom: 1rem;line-height: 1.4;font-weight: bold;}
.team-swiper .cont .note{font-size: 1.6rem;color: #999;margin: 2rem 0;}
.team-swiper .cont .tool{display: flex;align-items: center;}
.team-swiper .cont .tool .btn{width: 4rem;height: 4rem;border: 1px solid #999;border-radius: 50%;display: flex;justify-content: center;align-items: center;color: #999;font-size: 2.4rem;cursor: pointer;flex-shrink: 0;line-height: .8;transition: all .3s;}
.team-swiper .cont .tool .btn:hover{border-color: var(--themeColor); background: var(--themeColor);color: #fff;}
.team-swiper .cont .tool .team-pa{position: relative;padding: 0 2rem;}
.team-swiper .swiper-pagination-bullet { margin: 0 .5rem; }
.team-swiper .swiper-pagination-bullet-active { opacity: 1; background: var(--themeColor); }

/* ny-cla */
.ny-cla{position: relative;background: #fff;border-top: 1px solid #eee;}
.ny-cla .cate{display: flex;align-items: center;background: #fff;padding: 2.5rem 0;overflow-x: auto;justify-content: center;}
.ny-cla .cate li{margin-right: 2rem;flex-shrink: 0;}
.ny-cla .cate li *{transition: all .3s;}
.ny-cla .cate li a{ display: inline-block; vertical-align: middle; font-size: 1.8rem; padding: .5rem 2.5rem; box-sizing: border-box; border: 1px solid transparent; border-radius: 2.5rem;white-space: nowrap;}
.ny-cla .cate li.on a{ border-color: var(--themeColor); color: var(--themeColor); }
.ny-cla .cate li:hover a{ border-color: var(--themeColor); color: var(--themeColor); }

@media screen and (max-width: 768px) {
    .ny-cla .cate { padding: 2rem 0; margin-right: -20px;justify-content: flex-start;}
    .ny-cla .cate li { margin-right: 1rem; }
    .ny-cla .cate li a { font-size: 1.6rem; padding: 1rem 2rem; line-height: 1; }
}

.ny-pro{position: relative;background-color: #f8f8f8;}
.ny-pro .list{display: flex;flex-wrap: wrap;margin: 0 -2rem;}
.ny-pro .list .item{padding: 0 2rem;margin-bottom: 4rem;}
.ny-pro .list .item a{display: block;background-color: #fff;border-radius: 1.4rem;overflow: hidden;transition: all.3s;height: 100%;}
.ny-pro .list .item a:hover{box-shadow: 0px 15px 60px 0px rgba(5, 15, 26, 0.1);}
.ny-pro .list .item a .img-box{overflow: hidden;}
.ny-pro .list .item a .img-box img{width: 100%;transition: all .5s;}
.ny-pro .list .item a:hover .img-box img{transform: scale(1.1);}
.ny-pro .list .item a .cont-box{display: flex;align-items: center;padding: 3rem 2rem;}
.ny-pro .list .item a .cont-box .tt{flex: 1;font-size: 2.2rem;color: #333;line-height: 1.4;}
.ny-pro .list .item a .cont-box .icon{width: 4rem;height: 4rem;display: flex;justify-content: center;align-items: center;border: 1px solid #999;line-height: 1;transition: all .3s;border-radius: 50%;}
.ny-pro .list .item a .cont-box .icon svg{fill: rgb(102, 102, 102);transition: all .3s;}
.ny-pro .list .item a:hover .cont-box .tt{color: var(--themeColor);}
.ny-pro .list .item a:hover .cont-box .icon{border-color: var(--themeColor);}
.ny-pro .list .item a:hover .cont-box .icon svg{fill: var(--themeColor);transform: rotate(45deg);}

/* pro-de */
/**公共样式**/
.ny-warp{padding: 6rem 0; background:#f5f5f5;}
/**产品内容**/

.nypro-main{ position: relative;}

.product-content {margin-top: 0; overflow:hidden;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;background-color: #fff;-webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.08);box-shadow: 0 8px 24px rgba(0,0,0,0.08);}
.product-content-left {padding: 60px 100px 55px 90px;-webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;min-width: 0;background-color: #fff;-webkit-box-shadow: 6px 0 12px -4px rgba(0,0,0,0.08);box-shadow: 6px 0 12px -4px rgba(0,0,0,0.08);}
.product-content-left .title-box {margin-bottom: 40px;text-align: center;}
.product-article {line-height: 1.8;overflow: hidden;font-size: 1.8rem;}
.product-article p img{margin: 1rem 0;height: auto !important;}
.product-content-left .title-box .cn {font-size: 30px;color: #333;}
.product-content-left .title-box .en {margin-top: 3px;font-size: 12px;font-family: "Tahoma";color: #858585;letter-spacing: 4px;text-transform: uppercase;}
.product-content .product-related {padding:50px;}
.product-related {width: 373px;text-align: center;overflow: hidden;}

.product-related .title {margin-bottom: 32px;font-size: 22px;color: #333;}
.product-related-swiper {overflow: hidden;}
.product-related-swiper.no-init .swiper-wrapper {display: block;text-align: center;width: 100%;}
.product-related-swiper.no-init li:first-child {padding-top: 0;}
.product-related-swiper.no-init li {padding: 40px 0 30px;border-bottom: 1px dashed #cacaca;}
.product-related-swiper p {margin-top: 16px;font-size: 16px;color: #555;overflow: hidden;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;-webkit-transition: all .3s;-o-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.product-related-swiper .img{ padding:0; position:relative; overflow:hidden;}
.product-related-swiper .img img{ position:relative; width: 100%; transition: all .4s ease;}
.product-related-swiper .img:hover img{ transform: scale(1.1);}

@media screen and (max-width:1024px){
/**公共样式**/
.ny-warp{ padding:20px 0;}
/**产品内容**/
	.nypro-head{ margin-top:0; padding:0; margin:0 -1.5rem;}
.nypro-head .nypro-head-pic{ width:100%; float:none;}
.nypro-head .nypro-head-txt{ width:100%; float:none; padding:15px;}
.nypro-head .nypro-head-txt h1{ font-size:18px;}
.nypro-head-txt .note{ font-size:12px; margin-top:8px;}
.nypro-head-txt .tel{ margin-top:8px;}
.nypro-head-txt .tel a{ font-size:18px;}
.nypro-head-txt .tel a svg{ width:20px; height:20px; bottom:-4px;}
.mySwiper-propic .swiper-pagination-bullet{ width:8px; height:8px;}
.nypro-main{ margin:0 -1.5rem;}
.product-content{ margin-top:1.5rem;}
.product-related{ display:none;}
.product-content-left{ padding:20px;}
.product-content-left .title-box{ margin-bottom:15px;}
.product-content-left .title-box .cn{ font-size:20px; font-weight:bold;}
.product-content-left .title-box .en{ font-size:12px;}
.product-article{ overflow-x:auto;}

}

/* pagelist */
.pages{text-align:center; font-size:14px; margin:15px 0;}
.pages a{display: inline-block;padding: 5px 14px;border: 1px solid #ddd;margin-left: 4px; background:#fff;}
.pages a.on ,.pages a:hover{background: var(--themeColor);color: #FFF;}

@media screen and (max-width:1024px) {
	.pages {text-align: center;font-size: 10px;margin: 5px 0;}
	.pages a {display: inline-block;padding: 5px 10px;border: 1px solid #ddd;margin-left: 4px;background: #fff;}
}



.syst { font-family: "思源宋体"; }
.st { font-family: 宋体, SimSun; }
.ht{font-family: 黑体, SimHei;}
/* ny-news */
.ny-news{position: relative;}
.ny-news .first{position: relative;margin-bottom: 2rem;}
.ny-news .first a{display: flex;background: #fff;}
.ny-news .first a .img-box{width: 65.71428%;overflow: hidden;}
.ny-news .first a .img-box img{width: 100%;height: 100%;max-height: 500px;object-fit: cover;transition: all .7s;}
.ny-news .first a .img-box:hover img{transform: scale(1.05);}
.ny-news .first a .cont-box{flex: 1;margin-left: 2rem;background: #ffffff;padding: 3rem;display: flex;flex-direction: column;justify-content: center;}
.ny-news .first a .cont-box .date{font-size: 1.6rem;color: #333;line-height: 1;}
.ny-news .first a .cont-box .title{font-size: 2rem;margin: 2rem 0 4rem;font-weight: bold;color: #000;}
.ny-news .first a .cont-box .note{font-size: 1.4rem;color: #666;line-height: 2.4;text-align: justify;}
.ny-news .first a .cont-box .more{margin-top: 7rem;}

/* ny-news-list */
.ny-news-list{position: relative;}
.ny-news-list li{margin-bottom: 2rem;}
.ny-news-list li a{display: flex;padding: 2rem;background: #ffffff;}
.ny-news-list li a:hover{box-shadow: 0 5px 5px rgb(110 110 110 / 15%);}
.ny-news-list li a .img-box{width: 32rem;overflow: hidden;margin-right: 4rem;}
.ny-news-list li a .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.ny-news-list li a .cont-box{flex: 1;display: flex;flex-direction: column;justify-content: center;}
.ny-news-list li a .cont-box .date{font-size: 1.4rem;color: #333;margin-bottom: 2rem;line-height: 1;}
.ny-news-list li a .cont-box .title{font-size: 2rem;color: #000;line-height: 1;font-weight: bold;}
.ny-news-list li a .cont-box .note{font-size: 1.4rem;color: #666;line-height: 2.4;margin-top: 2.5rem;}
.ny-news-list li a .icon{align-self: center;margin: 0 2rem 0 4rem;font-size: 3rem;color: #999;transition: all .5s;}
.ny-news-list li a:hover .img-box img{transform: scale(1.05);}
.ny-news-list li a:hover .title{color: var(--themeColor);}
.ny-news-list li a:hover .icon{color: var(--themeColor);transform: translateX(1rem);}

.ny-news{position: relative;background: #f5f5f5;}
.ny-news .list{display: flex;flex-wrap: wrap;margin: 0 -2rem;}
.ny-news .list .item{padding: 0 2rem;margin-bottom: 4rem;}
.ny-news .list .item a{display: block;border-radius: 1.4rem;overflow: hidden;background-color: #fff;}
.ny-news .list .item .img-box{overflow: hidden;}
.ny-news .list .item .img-box img{width: 100%;transition: all .4s;}
.ny-news .list .item:hover .img-box img{transform: scale(1.06);}
.ny-news .list .item .cont-box{padding: 3rem;}
.ny-news .list .item .cont-box .tt{font-size: 2rem;color: #333;font-weight: 500;min-height: 6.4rem;}
.ny-news .list .item:hover .cont-box .tt{color: var(--themeColor);}
.ny-news .list .item .cont-box .line{width: 100%;height: 1px;background-color: #eee;margin: 2rem 0;}
.ny-news .list .item .cont-box .time{display: flex;justify-content: space-between; align-items: center;font-size: 1.4rem;color: #999;line-height: 1.5;}
/* .ny-news .list .item:hover .cont-box .time{color: #fff;} */
.ny-news .list .item .cont-box .icon{transition: all .4s;}
.ny-news .list .item:hover .cont-box .icon{transform: translateX(1rem);  }

/* 新闻内容 */
.ny-news-de{background: #f3f3f3;}

.ny-news-l{width: calc(100% - 480px);float: left;background: #ffffff;padding: 50px 3%;box-sizing: border-box;
    /* box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07); */
}
.ny-news-r{width: 440px;float: right;padding: 30px 2.3% 0;box-sizing: border-box;background: #fff;}

.nynews-head{ border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:20px;}
.nynews-head h1{ font-size:2.8rem; margin-bottom:10px;}
.nynews-head .info{ font-size:14px; color:#999;}
.nynews-head .info span{ display:inline-block; margin-right:15px;}
.nynews-boxarc{ border-bottom:1px solid #eee; margin-bottom:30px; line-height:2; padding-bottom:20px;min-height: 200px;}
.nynews-boxarc p{line-height:2!important;}
.nynews-boxarc h2{font-size: 2.4rem;}
.nynews-boxarc h3{font-size: 2rem;}
.nynews-boxarc img{margin-bottom: 10px;height: auto!important;}
.nysxp{ position:relative;padding-right: 150px;}
.nysxp ul li{ line-height:2;}
.nysxp ul li a{ display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.nysxp .return{ position:absolute; right:0; top:50%; transform:translateY(-50%)}
.nysxp .return a{ display:block; border-radius:30px; padding:10px 35px; border:1px solid #ddd; font-size:14px;}
.nysxp .return a:hover{ border-color:var(--themeColor); background:var(--themeColor); color:#fff;}

.ny-news-r .title{font-size: 20px;padding-bottom: 10px;line-height: 3;font-weight: bold;border-bottom: 1px solid #eee;}
.right_list a{display:block;padding:0 0 20px;width:100%;border-top:1px dashed #e5e5e5}
.right_list a:first-child{border-top:0}
.right_list .picture{width:100%; overflow:hidden;}
.right_list .picture img{ transition:all .3s linear;}
.right_list .picture:hover img{ transform:scale(1.06)}
.right_list .lans{width:100%}
.right_list .t1{font-size:16px;line-height:26px;color:#333;margin:21px 0 15px}
.right_list .t2{font-size:14px;color:#999}
.right_list a:hover .t1{color:var(--themeColor);}

@media screen and (max-width:1024px) {
    .ny-news-l{width: auto;float:none;padding:15px;margin-left: -1.5rem;margin-right: -1.5rem;border-radius: 0;}
	.ny-news-r{width: auto;float:none;margin-top:15px;padding-top:10px;margin-left: -1.5rem;margin-right: -1.5rem;padding-left: 1.5rem;padding-right: 1.5rem;}

	.nynews-head h1{ font-size:2.6rem;}
	.nynews-head .info{ font-size:1.4rem;}
	.nynews-head .info span{ margin-right:5px;}
	.nynews-boxarc p,.nynews-boxarc{ font-size:13px;}
	.nysxp{ position:relative;padding-right: 0px;}
	.nysxp ul li{font-size:12px;}
	.nysxp ul li a{ font-size:12px;}
	.nysxp .return{ position:relative; top:0; transform:translate(0); text-align:center; margin-top:20px;}
	.nysxp .return a{ display:inline-block; padding:5px 20px; font-size:12px;}
	.ny-news-r .title{ font-size:18px; line-height:2;}
	.right_list .t2{ font-size:12px;}
	.right_list .t1{font-size: 14px;line-height: 26px;margin: 10px 0 6px;}
	.right_list a {padding: 0 0 10px;}
}

#allmap{ height:40vh;}
#allmap img{ max-width:inherit;}

/* ny-cat */
.ny-cat{position: relative;}
.ny-cat .main{display: flex;background: #f9fafb;border-radius: 1rem;padding: 8rem 6rem;flex-wrap: wrap;}
.ny-cat .main .info{width: 40%;}
.ny-cat .main .info .list{position: relative;}
.ny-cat .main .info .list li{margin-bottom: 3rem;}
.ny-cat .main .info .list li:last-child{margin-bottom: 0rem;}
.ny-cat .main .info .list li .tt{font-size: 1.8rem;color: #111827;margin-bottom: 1.5rem;}
.ny-cat .main .info .list li .p1{font-size: 1.6rem;;line-height: 2;color: #666;}
.ny-cat .main .info .code{position: relative;display: flex;}
.ny-cat .main .info .code .item{text-align: center;margin-right: 2rem;}
.ny-cat .main .info .code img{max-width: 14rem;}
.ny-cat .main .info .code .tt{text-align: center;color: #666;line-height: 1;margin-top: 1rem;}

.ny-cat .main .msg{flex: 1;padding: 6rem;background: #fff;border-radius: .5rem;}
.ny-cat .main .msg form{position: relative;}
.ny-cat .main .msg form .item{margin-bottom: 2rem;}
.ny-cat .main .msg form .item:last-child{margin-bottom: 0;}
.ny-cat .main .msg form .item .tt{font-size: 1.8rem;color: #111827;margin-bottom: 1rem;}
.ny-cat .main .msg form .item input{width: 100%;padding: 1.2rem;outline: none; border-radius: 0.75rem; border: 1px solid #e5e7eb; font-size: 1.4rem;transition: all .3s;}
.ny-cat .main .msg form .item textarea{ width: 100%; padding: 1.2rem; outline: none; border-radius: 0.75rem; border: 1px solid #e5e7eb; font-size: 1.4rem; resize: none; height: 10rem; transition: all .3s;margin-bottom: 1.8rem;}
.ny-cat .main .msg form .item input:focus, .ny-cat .main .msg form .item textarea:focus{ border-color: var(--themeColor); box-shadow: 0 0 0 1px var(--themeColor); }


@media screen and (max-width:1024px) {
    .ny-cat { position: relative; background: #f9fafb; }
    .ny-cat .main { display: flex; background: #f9fafb; border-radius: .5rem; padding: 2rem 2rem; flex-wrap: wrap; }
    .ny-cat .main .info { width: 100%; }
    .ny-cat .main .msg { flex: auto; width: 100%; padding: 4rem 2rem; margin: 0 -2rem; background: #fff; border-radius: .5rem; margin-top: 4rem; }
    .ny-cat ul li { align-items: flex-start; }
}

.ny-ser{position: relative;}
.ny-ser-list{display: flex;justify-content: center;flex-wrap: wrap;}
.ny-ser-list .item{width: 33.3333%;position: relative;margin: 2rem 0;}
.ny-ser-list .box{display: block; max-width: 225px;width: 100%;margin: 0 auto;text-align: center;position: relative;top: 0;}
.ny-ser-list .item .img-box{width: 20rem;overflow: hidden;height: 20rem;margin: 0 auto;border: .6rem solid var(--themeColor);border-radius: 50%;}
.ny-ser-list .item .img-box img{width: 100%;height: 100%; aspect-ratio: 1;border-radius: 50%;object-fit: cover;transform: scale(1.01);transition: all .5s;}
.ny-ser-list .item:hover .img-box img{transform: scale(1.1);}

.ny-ser-list .item .cont-box{position: relative;}
.ny-ser-list .item .cont-box .tt{font-size: 2.4rem;color: #333;margin: 1rem 0;}













@media screen and (max-width: 1680px){
    html { font-size: 55.5%; }
    .am-container{max-width: 1300px;}
}

@media screen and (max-width: 1440px){
    html { font-size: 48.5%; }
    .am-container{max-width: 1200px;}
}


@media screen and (max-width:1024px){
    html {background: #fafafa;}
    body{ margin:0 auto; background:#fff; zoom:1;}
    .arccontent img{ height:auto !important;max-width: 100%!important;}

    .am-container{padding-left: 20px;padding-right: 20px;}
    .container { max-width: 1920px; padding-left: 20px; padding-right: 20px; margin: 0 auto; }

    .all-pd{padding: 5rem 0;}
    .all-pd-8{padding: 4rem 0;}
    .all-pd-6{padding: 3rem 0;}

    .all-pb{padding-bottom: 5rem;}
    .all-pb-8{padding-bottom: 4rem;}
    .all-pb-6{padding-bottom: 3rem;}

    .all-pt{padding-top: 5rem;}
    .all-pt-8{padding-top: 4rem;}
    .all-pt-6{padding-top: 3rem;}

    .all-title-box .entitle { font-size: 15rem; left: -20px; top: -40%; }
    .all-title-box .title { font-size: 20px; }  
    .all-title-box .subtitle { font-size: 2.4rem; }

    header{min-height: 8rem;}
    .header .main .top-logo img { max-height: 3.5rem; }
    .header .main .top-menu { display: none; }
    .header .main .top-tool .top-search { display: none; }

    .header .main .top-tool .top-language {
        min-height: 8rem;
    }
    .header .main .top-tool .top-language {margin-right: 20px;}
    .header .main .top-tool .top-language a { font-size: 14px; }

    .banner-swiper .item .img-box { height: calc(100vh - 8rem); }
    .banner-swiper .cont-main .cont-box .p1 { margin-bottom: 4rem; }
    .banner-swiper .cont-main .cont-box .txtimg { max-height: 16rem; max-width: 80%; }
    .banner-swiper .cont-main .cont-box .p2 { font-size: 3rem; margin-bottom: 2rem; }
    .banner-swiper .cont-main .cont-box .p3 { font-size: 16px;  }
    .pa-box { bottom: 20px; }

    .ab .main .left { width: 100%; }
    .ab .main .left .cont { margin: 4rem 0; font-size: 14px; }
    .ab .main .right { width: 100%; padding-left: 0; margin-top: 4rem;}

    .ab-data .item .num-box .num { font-size: 3.8rem; }
    .ab-data .item .num-box .dw { font-size: 2rem; margin-left: 5px; }
    .ab-data .item { flex: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center; }

    .gsap1 .text-sticky .t1 { font-size: 2.6rem; margin-bottom: 4rem; }
    
    .ser-list { display: flex;flex-wrap: wrap; padding: 5rem 0;justify-content: center; }
    .ser-list .item { width:50%; }
    .ser-list .item .img-box { width: 15rem; height: 15rem; }
    .ser-list .box { width: 100%; margin-top: 0!important; margin-bottom: 1.5rem; }
    .ser-list .item .cont-box .tt { font-size: 2rem; }

    .news .top .cate { width: 100%;margin-top: 3rem; }
    .news .main {flex-wrap: wrap; }
    .news .left { width: 100%; border-radius: 1rem; }
    .news .right { width: 100%; padding: 0 3rem; border-radius: 1rem; margin-top: 3rem;}
    .news .right .item:last-child { border-bottom: none;}

    .foot .left { max-width: 41rem; flex-shrink: 0; width: 100%; }
    .foot .right {display: none; }

    .nyab-data { margin: 0 -2rem; }
    .nyab-data .item { margin: 0 .5rem; border-radius: .5rem; padding: 3rem 1rem; }

    .qywh .list .item { width: 48%; height: auto; border-radius: 1.5rem; margin: 0 auto; padding: 4rem 2rem; }
    .qywh .list .item .cont .tt { font-size: 2rem; margin: 2rem 0; }
    .qywh .list .item .icon img { max-height: 4.8rem; }

    .ny-banner .img-box img { min-height: 50px; }
    .ny-banner .cont-box .cont .title { font-size: 24px; }
    .ny-banner .cont-box .cont .entitle { font-size: 1.8rem; margin-top: 1rem; }

    .banner-nav ul { display: flex;margin: 0 -20px;overflow-x: auto; }
    .banner-nav ul li { font-size: 1.6rem; padding: 1.5rem 20px;flex-shrink: 0;white-space: nowrap; }
    
    .team-swiper .cont { padding: 4rem 0; background: #fff; width: 100%; position: relative; bottom: 0; right: 0; }

    .ny-ser-list .item { width: 50%; margin: 2rem 0; }
    .ny-ser-list .item .img-box { width: 16rem;height: 16rem; }
    .ny-ser-list .item .cont-box .tt { font-size: 2rem; }

    #allmap { height: 45vh; }
}   


@media screen and (max-width:767px){
    .banner-swiper .cont-main { align-items: flex-start; justify-content: center; }
    .banner-swiper .cont-main .cont-box{margin-top: 5rem;text-align: center;}
	
	.ny-banner .img-box {height: auto;}
	
	.ny-pro .list .item a .cont-box .tt {font-size: 2rem;}
	
	.news .left a {padding: 3rem;}
}

