/* Write your styles */
:root{
    --color: #16ad50;
}
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(--color);}
img,video{ max-width:100%;}
.am-container{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; }
.arccontent img{ height:auto !important;}
::-webkit-scrollbar {width: 5px;height: 5px;}
::-webkit-scrollbar-track {background: rgba(0, 0, 0, 0.1);}
::-webkit-scrollbar-thumb {background: var(--color);}
::-webkit-scrollbar-thumb:window-inactive {background: #000;}
::-webkit-scrollbar-thumb:vertical:hover {background: #000;}
html{-webkit-text-size-adjust:100%;}
@media (min-width:2281px) and (max-width:2880px) {
    html{font-size:.455vw}
}
@media (min-width:1921px) and (max-width:2280px) {
    html{font-size:.485vw}
}
@media (min-width:1601px) and (max-width:1920px) {
    html{font-size:.525vw}
}
@media (min-width:1025px) and (max-width:1600px) {
    html{font-size:.625vw}
}
@media (max-width:1024px) {
    html{font-size:1.2vw}
}
@media (max-width:768px) {
    html{font-size:1.5vw}
}
@media (max-width:568px) {
    html{font-size:2vw}
}

header{ position:fixed; width:100%; left:0; top:0; z-index:188; background:#fff; transition:all .3s;}
header .head-main{ display:flex;justify-content: space-between;align-items: center; border-bottom:1px solid rgba(194,194,194,.2)}
header .head-main .logo{ height:9rem; line-height:9rem;}
header .head-main .logo img{ max-height:5rem;}
header .head-main .logo .lg1{ display:none;}
header .head-main .logo .lg2{}
header .head-main .h-r{display:flex;justify-content: space-between;align-items: center;  width:75%;}
header .head-main .h-r nav{ width:calc(100% - 20rem)}
header .head-main .h-r nav ul{ display:flex;justify-content: space-between;}
header .head-main .h-r nav ul li{flex:1; text-align:center; font-size:1.8rem;height:9rem; line-height:9rem; position:relative;}
header .head-main .h-r nav ul li a{ display:block; color:rgba(0,0,0,.7)}
header .head-main .h-r nav ul li.on a{ color:#333;}
header .head-main .h-r nav ul li.has:hover,header .head-main .h-r nav ul li.has.hv{ background:var(--color);}
header .head-main .h-r nav ul li.has:hover:before,header .head-main .h-r nav ul li.has.hv:before{ content:""; display:block; width:100%; position:absolute; left:0; bottom:-1px; height:1px; background:#38b167;}
header .head-main .h-r nav ul li.has:hover a,header .head-main .h-r nav ul li.has.hv a{ color:#fff;}
header .head-main .h-r .nr{display:flex;align-items: center; }
header .head-main .h-r .nr .contact{ margin-right:2rem;}
header .head-main .h-r .nr .contact a{ display:block; padding:0.6rem 2.5rem; background:var(--color); color:#fff; border-radius:4rem; font-size:1.8rem;}
header .head-main .h-r .nr .search i{ width:4rem; height:4rem; display:flex;justify-content: center;align-items: center; border:1px solid var(--color); border-radius:50%; cursor:pointer;}
header.withe,header.toum{ background:none;}
header.withe .head-main,header.toum .head-main{border-bottom:1px solid rgba(255,255,255,.08)}
header.withe .head-main .logo .lg2,header.toum .head-main .logo .lg2{ display:none;}
header.withe .head-main .logo .lg1,header.toum .head-main .logo .lg1{ display: inline-block;}
header.withe .head-main .h-r nav ul li a,header.toum .head-main .h-r nav ul li a{ color:rgba(255,255,255,.7);}
header.withe .head-main .h-r nav ul li.on a,header.toum .head-main .h-r nav ul li.on a{ color:#fff;}
header.withe .head-main .h-r .nr .contact a,header.toum .head-main .h-r .nr .contact a{ background:#fff; color:#333;}
header.withe .head-main .h-r .nr .search i,header.toum .head-main .h-r .nr .search i{ border-color:#fff;}
header.withe .head-main .h-r .nr .search i svg path,header.toum .head-main .h-r .nr .search i svg path{fill:#fff;}


.subnav{ background:#fff; position:fixed; width:100%; left:0; top:9rem; z-index:177; display:none;box-shadow: 0 2px 10px rgba(0,0,0,0.05);}
.subnav .subnav-menu{width:75%; padding-right:20rem;}
.subnav .subnav-menu ul{ display:flex; }
.subnav .subnav-menu ul li{ flex:1; text-align:center;padding:1.5rem 0; border-right:1px solid rgba(0,0,0,.05)}
.subnav .subnav-menu ul li a{ display:block; padding:1rem 0; color:rgba(0,0,0,.5); position:relative;}
.subnav .subnav-menu ul li a:before{ content:""; display:block; width:0rem; height:2px; border-radius:3px; background:#fff; position:absolute; left:50%; transform:translateX(-50%); bottom:5px; transition:all .3s linear; opacity:0;}
.subnav .subnav-menu ul li a:hover:before{ opacity:1; width:3rem;}
.subnav .subnav-menu ul li.hs:hover,.subnav .subnav-menu ul li.hs.hv{ background:var(--color);}
.subnav .subnav-menu ul li.hs:hover a,.subnav .subnav-menu ul li.hs.hv a{ color:#fff;}

.searchbox .am-container{ max-width:100%;}
.searchbox{ padding:0.2rem 0; position:fixed; width:100%; left:0; top:10rem; z-index:999; display:none;}
.searchbox .searchmain{ background:#fff; position:relative;width: 50rem;float: right;box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.searchbox .searchmain:before{ content:""; display:block; width:25px; height:26px; background-size:contain; position:absolute; left:30px; top:50%; transform:translateY(-50%); opacity:.5;}
.searchbox .searchmain .am-form-field{ padding:1.5rem 2rem; border:none; outline:none; box-shadow:none;}
.searchbox .searchmain .am-btn{ position:absolute; right:0; top:0; height:100%; width:10rem; background:var(--color); color:#fff; border:none; outline:none;}


.show-sm{ display:none;}
.hide-sm{}
.bgr{ background:#f5f5f5;}
.am-pd{ padding:8rem 0; overflow:hidden;}
.ny-pd{ padding:8rem 0; overflow:hidden;}
.t-center{ text-align:center;}
.t-right{ text-align:right;}
.felx100{ display:flex; height:100%; align-items: center; position:relative; z-index:22;}
.felx100 .hm-box{ width:100%;padding-top:9rem;}
.felx-center{ display:flex; align-items: center;justify-content: space-between;}
.felx-center-center{ display:flex; align-items: center;justify-content: center;}
.ani{transition:all .3s;}
.txt-line1{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.txt-line2{-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.txt-line3{-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.txt-line4{-webkit-line-clamp: 4;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.hm-title .tit{ font-size:2.2rem; font-weight:bold; color:var(--color);}
.hm-title .subtit{ font-size:3rem; font-weight:bold; white-space:pre-line; margin-top:1rem;}
.hm-title.bs .tit{  color:#fff;}
.hm-title.bs .subtit{ color:#fff;}
.hm-more a{ display:inline-block; padding:1.4rem 4.5rem; background:var(--color); color:#fff; border-radius:4rem; transition:all .3s linear;}
.hm-more a:hover{ transform:scale(1.04)}

 html,body {position: relative;height: 100%;}
.swiper-screen{width: 100%;height: 100%;margin-left: auto;margin-right: auto;}
.swiper-screen>.swiper-wrapper{ }
.swiper-screen>.swiper-wrapper>.swiper-slide{ }
.swiper-screen>.swiper-wrapper>.swiper-slide-active{ z-index:99;}

.trf-left{ transform:translateX(-100px); transition:all 2.5s; opacity:0.5;}
.trf-right{transform:translateX(100px); transition:all 2.5s; opacity:0.5;}
.trf-bottom{transform:translateY(100px); transition:all 2.5s; opacity:0.5;}
.trf-top{transform:translateY(-100px); transition:all 2.5s; opacity:0.5;}
.trf-scale{transform: scale(0.5); transition:all 2.5s; opacity:0.5;}
.trf-mat{transform:matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0005, 0, 0, 1,0, 0, 0, 0, 1); transition:all 2.5s; opacity:0.5;}
.swiper-screen>.swiper-wrapper>.swiper-slide-active .trf-left{ transform:none; opacity:1;}
.swiper-screen>.swiper-wrapper>.swiper-slide-active .trf-right{ transform:none; opacity:1;}
.swiper-screen>.swiper-wrapper>.swiper-slide-active .trf-bottom{ transform:none; opacity:1;}
.swiper-screen>.swiper-wrapper>.swiper-slide-active .trf-top{ transform:none; opacity:1;}
.swiper-screen>.swiper-wrapper>.swiper-slide-active .trf-scale{ transform:none; opacity:1;}
.swiper-screen>.swiper-wrapper>.swiper-slide-active .trf-mat{ transform:none; opacity:1;}
.swiper-screen>.swiper-wrapper>.swiper-slide-active .trf-img{ animation: banner_outside 6s ease 1 forwards;}


.img100{ width:100%;}
.swiper-banner{ background:#1e2136;}
.swiper-banner .swiper-slide .banitem .img100{ height:100vh;object-fit: cover;}
.swiper-banner .swiper-button-next{ right:30px; opacity:.8;}
.swiper-banner  .swiper-button-prev{ left:30px; opacity:.8;}
.swiper-banner .swiper-button-next,.swiper-banner .swiper-button-prev{ background:none; top:50%; width:6rem; height:6rem; margin-top:0; transform:translateY(-50%)}
.swiper-banner .swiper-button-next img{ transform:rotate(180deg)}
.swiper-banner .swiper-button-next:hover,.swiper-banner .swiper-button-prev:hover{ opacity:1;}

.swiper-banner .swiper-slide{ background:#1e2136;width: 100%;}
.swiper-banner .swiper-slide .txt{ position:absolute; width:100%; left:0; top:50%;transform:translateY(-50%); color:#fff; z-index:2;/*pointer-events: none;*/}
.swiper-banner .swiper-slide .txt .bansimg{ display:block;}
.swiper-banner .swiper-slide .txt .mo{/*pointer-events: auto;*/ display:inline-block;}
.swiper-banner .swiper-slide .txt .mo .ban-tit{ font-size:6rem; color:#fff; font-weight: bold;}
.swiper-banner .swiper-slide .txt .mo .ban-note{ font-size:2.4rem;color:#fff;font-weight:lighter;  margin-top:3rem; margin-bottom:5rem; white-space:pre-wrap; line-height:1.35;}
.swiper-banner .swiper-slide .txt .mo .ban-ens{ font-size:1.8rem; font-weight:lighter; text-transform:uppercase; white-space:pre-wrap;}
.swiper-banner .swiper-slide .txt .mo .ban-more a{ display:inline-block; padding:1.5rem 3rem; background:var(--color); color:#fff; border-radius:4rem;}


.swiper-banner .swiper-slide.swiper-slide-active .banitem .img100{-webkit-animation: banner_outside 6s ease 1 forwards;-moz-animation: banner_outside 6s ease 1 forwards;-o-animation: banner_outside 6s ease 1 forwards;animation: banner_outside 6s ease 1 forwards;}
.ban-pagination{ position:absolute; width:100%; left:0; bottom:3rem; z-index:299; text-align:left;}
.swiper-banner .swiper-banpa{ bottom:20px;}
.swiper-banner .swiper-banpa .swiper-pagination-bullet{ position:relative; width:9rem; height:auto; background:none; margin:0; opacity:1; border-radius:50%;transition: all .36s ease; text-align:left; color:#fff; font-size:1.6rem; padding-bottom:1rem; }
.swiper-banner .swiper-banpa .swiper-pagination-bullet:before{ content:""; display:block; width:0%; height:2px; background:#fff; position:absolute; left:0; bottom:0;}
.swiper-banner .swiper-banpa .swiper-pagination-bullet:after{ content:""; display:block; width:100%; height:2px; background:rgba(255,255,255,.2); position:absolute; left:0; bottom:0;}
.swiper-banner  .swiper-banpa .swiper-pagination-bullet-active{ }
.swiper-banner  .swiper-banpa .swiper-pagination-bullet-active:before{animation: banner_line 8s linear 1 forwards;}

.swiper-banner .down{text-align: center;z-index: 20; }
.swiper-banner .down .mouse{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite; }
.swiper-banner .down img{height: 3.4rem;}
.swiper-banner .down p{font-size:12px;color: #fff;line-height: 1;margin-top: 1rem;}
@keyframes updown {
    0% { transform: translate(0px, 0px); }
    25% { transform: translate(0px, -10px);}
    50% { transform: translate(0px, 0px);}
    75% { transform: translate(0px, 10px);}
    100% { transform: translate(0px, 0px);}
}



@-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 banner_line{from{ width:0;}
to{ width:100%;}
}

.hm-about{ background:url(../images/bg1.jpg) center bottom no-repeat; background-size:cover;}
.hm-ab-main{ display:flex;justify-content: space-between;align-items: center;}
.hm-ab-main .thumb{ width:40%;}
.hm-ab-main .hb-text{ width:53%;}
.hm-ab-main .hb-text .hb-info{ color:#666; line-height:2; text-indent:2em; margin-top:4rem; margin-bottom:6rem;}

.yewu-tab{ height:100%;width: 100%; overflow:hidden; position:relative;}
.yewu-tab .bd{ height:100%; background:#001b2f;}
.yewu-tab .bd .img{ height:100%; position:relative;}
.yewu-tab .bd .img:before{ content:""; display:block; width:100%; height:50%; position:absolute; left:0; bottom:0; z-index:3; background:linear-gradient(360deg, rgba(0,27,47,0.8), transparent);    pointer-events: none;}
.yewu-tab .bd .img img{ width:100%; height:100%;object-fit: cover;}
.yewu-tab .bd .img.on img{animation: banner_outside 6s ease 1 forwards;}
.yewu-tab .t-xix{ position:absolute; width:100%; left:0; bottom:10%; z-index:3;}
.yewu-tab .t-xix .hd{ position:relative; z-index:9;}
.yewu-tab .t-xix .hd ul{ display:flex;justify-content: space-between;}
.yewu-tab .t-xix .hd ul li:nth-child(2n+1){ transform:translateY(3rem)}
.yewu-tab .t-xix .hd ul li a{ color:#fff; text-align:center; cursor:pointer;}
.yewu-tab .t-xix .hd ul li a .tit{ font-size:2rem; font-weight:bold; color:#fff; margin-top:1rem;}
.yewu-tab .t-xix .hd ul li a .op{ position:relative;}
.yewu-tab .t-xix .hd ul li a .op .yd{ width:2rem; height:2rem; border-radius:50%; background:var(--color); border:4px solid #fff; margin:0 auto; position:absolute; left:50%; transform:translateX(-50%); bottom:0;}
.yewu-tab .t-xix .hd ul li a .op .img{ width:13rem; height:13rem; border-radius:50%; overflow:hidden; border:2px solid var(--color);margin:0 auto; opacity:0; transition:all .3s linear;}
.yewu-tab .t-xix .hd ul li a .op .img img{width:100%; height:100%;object-fit: cover;}
.yewu-tab .t-xix .hd ul li.on a .op .img{ width:13rem; height:13rem; opacity:1;}
.yewu-tab .t-xix .hd ul li.on a .op .yd{ opacity:0;}

.yewu-tab .t-xix:before{ content:""; display:block; width:400%; height:100%; position:absolute; left:0; top:40%; background:url(../images/xz1.png) center no-repeat;  opacity:.9;background-repeat: repeat-x;animation: animationSlide 200s linear infinite;}
.yewu-tab .t-xix:after{ content:""; display:block; width:400%; height:100%; position:absolute; left:0; top:35%;  background:url(../images/xz2.png) center no-repeat; opacity:.8;background-repeat: repeat-x;animation: animationSlide 200s linear infinite;animation-direction: reverse;}
@-webkit-keyframes animationSlide{0%{background-position:0 0}to{background-position:100% 0}}
@keyframes animationSlide{0%{background-position:0 0}to{background-position:100% 0}}



.hm-keji{ background:url(../images/bg2.jpg) center no-repeat; background-size:cover;}
.hm-kjmain{ display:flex;justify-content: space-between;align-items: center;}
.hm-kjmain .left .hm-more{ margin-top:6rem;}
.hm-kjmain .right{ width:60%;}
.hm-kjmain .right .box{ position:relative;}
.hm-kjmain .right .box .icon{ width:50rem; height:50rem; margin:0 auto; position:relative;}
.hm-kjmain .right .box .icon:before{ content:""; display:block; width:110%; height:110%;background:rgba(255,255,255,.2); border-radius:50%; position:absolute; left:-5%; top:-5%;    animation: bg-spread 2s linear infinite;}
.hm-kjmain .right .box .icon .logo-ico{ width:100%; height:100%; background:rgba(255,255,255,.5); border-radius:50%; display:flex;justify-content:center;align-items: center; position:relative; z-index:2;}
@keyframes bg-spread {
	0%{ transform:scale(0.9);opacity: 1;}
	50%{ transform:scale(1.02);opacity: .5;}
	100%{ transform:scale(1.08);opacity: 0;}
}
.hm-kjmain .right .box .list .item{ position:absolute; z-index:4;}
.hm-kjmain .right .box .list .item a{ display:flex;justify-content:center;align-items: center; background:rgba(255,255,255,.8); padding:1.5rem 4rem; border-radius:5rem;animation: rotatex 4.5s ease-in-out infinite;}
.hm-kjmain .right .box .list .item a:hover{ background:rgba(255,255,255,0.9);}
.hm-kjmain .right .box .list .item a i{ max-width:5rem;}
.hm-kjmain .right .box .list .item a span{ color:#333; font-size:2.6rem; margin-left:1.5rem;}
.hm-kjmain .right .box .list .item:nth-child(2n) a{flex-flow: row-reverse;}
.hm-kjmain .right .box .list .item:nth-child(2n) a span{ margin-left:0; margin-right:1.5rem;}
.hm-kjmain .right .box .list .item:nth-child(1){ left:10%; top:8%;}
.hm-kjmain .right .box .list .item:nth-child(1) a{animation-delay: 0.1s;}
.hm-kjmain .right .box .list .item:nth-child(2){ right:10%; top:8%;}
.hm-kjmain .right .box .list .item:nth-child(3){ left:0; top:42%;}
.hm-kjmain .right .box .list .item:nth-child(3) a{animation-delay: 0.3s;}
.hm-kjmain .right .box .list .item:nth-child(4){ right:0; top:42%;}
.hm-kjmain .right .box .list .item:nth-child(4) a{animation-delay: 0.5s;}
.hm-kjmain .right .box .list .item:nth-child(5){ left:10%; top:76%;}
.hm-kjmain .right .box .list .item:nth-child(5) a{animation-delay: 0.2s;}
.hm-kjmain .right .box .list .item:nth-child(6){ right:10%; top:76%;}
.hm-kjmain .right .box .list .item:nth-child(6) a{animation-delay: 0.4s;}


@keyframes rotatex {
 0% {transform: translateY(0);}
 25% {transform: translateY(5px);}
 50% {transform: translateY(10px);}
 75% {ransform: translateY(5px);}
 100% {transform: translateY(0);}
}

.hm-news{ background:url(../images/bg-news.jpg);}
.hm-news-hed{ display:flex;align-items: center;justify-content: space-between;}

.hm-news-main{ margin-top:4rem; display:flex;}
.hm-news-main .first{ width:50%; padding-right:1.5rem;}
.hm-news-main .first a{ display:block; height:100%; border-radius:2rem; overflow:hidden; position:relative;}
.hm-news-main .first a:before{ content:""; display:block; width:100%; height:30%; position:absolute; left:0; bottom:0; background:linear-gradient(360deg, rgba(0,27,47,0.8), transparent); z-index:1;}
.hm-news-main .first a .cate{ position:absolute; left:2rem; top:2rem; background:rgba(255,255,255,.8); border-radius:4rem; padding:0.7rem 2rem; font-size:1.4rem; color:var(--color); z-index:3;}
.hm-news-main .first a .img{ height:100%;}
.hm-news-main .first a .img img{ width:100%; height:100%;object-fit: cover; transition:all .3s linear;}
.hm-news-main .first a:hover .img img{ transform:scale(1.05)}
.hm-news-main .first a .txt{ position:absolute; width:100%; left:0; bottom:0; padding:3rem; font-size:2rem; font-weight:bold; color:#fff; z-index:4;}
.hm-news-main .two{ width:50%; padding-left:1.5rem;}
.hm-news-main .two ul{ display:flex; margin:0 -1.5rem;}
.hm-news-main .two ul li{ width:50%; padding:0 1.5rem;}
.hm-news-main .two ul li .pic{ position:relative; overflow:hidden; border-radius:2rem;}
.hm-news-main .two ul li .pic img{ width:100%; transition:all .3s linear;}
.hm-news-main .two ul li .pic:hover img{ transform:scale(1.05)}
.hm-news-main .two ul li .pic .cate{ position:absolute; left:2rem; top:2rem; background:rgba(255,255,255,.8); border-radius:4rem; padding:0.7rem 2rem; font-size:1.4rem; color:var(--color); z-index:3;}
.hm-news-main .two ul li .txt{ padding:2rem 2rem 0;}
.hm-news-main .two ul li .txt time{ color:var(--color); margin-bottom:1.5rem; display:block;}
.hm-news-main .two ul li .txt .tit{ font-size:2rem; font-weight:bold; margin-bottom:1.5rem; color:#333;}
.hm-news-main .two ul li .txt .des{ color:#666; line-height:2;}

.ygfc-swiper{ padding:6rem 0;}
.ygfc-swiper ul li{width: calc(100vw * 0.342); transform-style: preserve-3d;transition: all ease .6s;max-width: 636px;}
.ygfc-swiper ul li .pic{ overflow:hidden; border-radius:2rem;}
.ygfc-swiper ul li .pic img{ width:100%;object-fit: cover; transition:all .3s linear;max-height:46vh;}
.ygfc-swiper ul li a:hover .pic img{ transform:scale(1.05)}
.ygfc-swiper ul li .txt{ display:none;}
.ygfc-swiper ul li .txt .tit{ font-size:1.8rem; font-weight:bold; margin-top:2rem; text-align:center;}
.ygfc-swiper ul li.swiper-slide-active .txt{ display:block;}
/*.ygfc-swiper .swiper-slide.swiper-slide-prev {transform: translateX(0px) translateY(32px) translateZ(0px) rotateY(30deg);}
.ygfc-swiper .swiper-slide.swiper-slide-next {transform: translateX(0px) translateY(32px) translateZ(0px) rotateY(-30deg);}*/
.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-left{ border-radius:2rem;}

footer{ background:url(../images/bg-foot.jpg) center no-repeat; background-size:cover; padding-top:5rem; color:#fff}
footer a{ color:#fff}
footer .foot-top{display:flex;justify-content: space-between;  align-items: center;padding-bottom:3rem;}
footer .foot-top .foot-contact ul{display:flex;}
footer .foot-top .foot-contact ul li{ margin-right:5rem;display:flex; align-items: center;}
footer .foot-top .foot-contact ul li .icon{ width:4rem; height:4rem; border-radius:50%; border:1px solid #fff; display:flex;justify-content:center; align-items: center;}
footer .foot-top .foot-contact ul li .txt{ padding-left:1rem;}
footer .foot-top .foot-contact ul li .txt .tit{font-size:1.4rem;color:rgba(255,255,255,.61);display: none;}
footer .foot-top .foot-ewm ul{ display:flex;}
footer .foot-top .foot-ewm ul li .img{ max-width:10rem;}
footer .foot-top .foot-ewm ul li .img img{ width:100%;}
footer .foot-top .foot-ewm ul li .tit{ font-size:1.4rem; text-align:center; margin-top:0.4rem;}
footer .foot-2{ display:flex;justify-content: space-between; padding-top:4rem; padding-bottom:4rem;border-top:1px solid rgba(255,255,255,.2)}
footer .foot-2 .foot-logo .img{ max-width:13rem;}
footer .foot-2 .foot-logo .txt{ color:#fff; font-size:2.4rem; white-space:pre-line; margin-top:4rem;}
footer .foot-2 .foot-nav{}
footer .foot-2 .foot-nav{ width:70%;}
footer .foot-2 .foot-nav ul{ display:flex;justify-content: space-between;}
footer .foot-2 .foot-nav ul li .tit a{ display:block; font-size:1.8rem; color:#fff; margin-bottom:1rem;}
footer .foot-2 .foot-nav ul li .sub p{ margin-bottom:1rem;}
footer .foot-2 .foot-nav ul li .sub p a{ color:rgba(255,255,255,.6); font-size:1.4rem;}
footer .foot-2 .foot-nav ul li .sub p a:hover{ color:#fff;}

footer .foot-copyr{ padding:2rem 0;font-size:14px;color:rgba(255,255,255,.5); border-top:1px solid rgba(255,255,255,.2)}
footer .foot-copyr a{color:rgba(255,255,255,.5);}

.posi {position: relative;}
.lump {display: block;}
.flex {display: box;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.opacity {filter: alpha(opacity = 0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;-webkit-opacity: 0;visibility: hidden;}
#back_top{position:fixed;right:2vw;bottom:4vw;transform:translateY(100%);-webkit-transform:translateY(100%);z-index:888;transition:all .6s;}
#back_top.onshow{opacity:1;-webkit-opacity:1;visibility:visible;transform:none;-webkit-transform:none;}
#back_top .master_backTop .master_aperture{background: linear-gradient(to bottom,#16ad50, #0c9540);position:absolute;width:100%;height:100%;border-radius:50%;-webkit-border-radius:50%;
opacity:0;-webkit-opacity:0;z-index:-1;}
#back_top .master_backTop .master_backTop_btn{color:#fff;width:64px;height:64px;border-radius:50%;-webkit-border-radius:50%;
align-items:center;justify-content:center;z-index:2;background: linear-gradient(to bottom,#16ad50, #0c9540);}
#back_top .master_backTop .master_backTop_btn .master_backTop_txt>i{font-size:2rem;}
#back_top .master_backTop .master_aperture.circle01{animation:scalej01 2s .5s infinite;-webkit-animation:scalej01 2s .5s infinite;}
@keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
#back_top .master_backTop .master_aperture.circle02{animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;}
@keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

.bubble{width:100%;height:100%;position:absolute;left:0;top:0;} 
.bubble span,.back_bubble span{display:block;width:20px;height:20px;border-radius:50%;-webkit-border-radius:50%;z-index:-1; 
transition: ease 1s;-webkit-transition: ease 1s;position:absolute;left:50%;background: linear-gradient(to bottom,  #16ad50, #0c9540);
bottom:0px;transform: translateX(-50%);-webkit-transform: translateX(-50%);opacity:0;-webkit-opacity:0;}
.bubble span:nth-child(1){animation:pao 4s linear infinite;-webkit-animation:pao 4s linear infinite;}
.bubble span:nth-child(2){animation:pao3 6s linear infinite;-webkit-animation:pao3 6s linear infinite;
-webkit-transition-delay:0.3s;transition-delay:0.3s;}
.bubble span:nth-child(3){animation:pao2 3s linear infinite;-webkit-animation:pao2 3s linear infinite;
-webkit-transition-delay:0.8s;transition-delay:0.8s;}
.bubble span:nth-child(4){animation:pao4 9s linear infinite;-webkit-animation:pao4 9s linear infinite;}
.bubble span:nth-child(5){animation:pao5 7s linear infinite;-webkit-animation:pao5 7s linear infinite;}
 @keyframes pao{
 	0% {
 		transform: translate(200%,-30px) rotate(360deg) scale(.5,.5);
 		-webkit-transform: translate(200%,-30px) rotate(360deg) scale(.5,.5);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao2 {
 	0% {
 		transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(100%,-100px) rotate(360deg) scale(.5,.5);
 		-webkit-transform: translate(100%,-100px) rotate(360deg) scale(.5,.5);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao3 {
 	0% {
 		transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform:translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-300%,-100px) rotate(360deg) scale(.5,.5);
 		-webkit-transform:translate(-300%,-100px) rotate(360deg) scale(.5,.5);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
@keyframes pao4 {
	0% {
		transform: translate(400%,0px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(400%,0px) rotate(360deg) scale(1,1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		-webkit-transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(-100%,-100px) rotate(360deg) scale(.5,.5);
		-webkit-transform: translate(-100%,-100px) rotate(360deg) scale(.5,.5);
		opacity:0;-webkit-opacity:0;
	}
}
@keyframes pao5 {
	0% {
		transform: translate(-400%,0px) rotate(360deg) scale(.1,.1);
		-webkit-transform:translate(-400%,0px) rotate(360deg) scale(.1,.1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		-webkit-transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		opacity:0;-webkit-opacity:0;
	}
}


.nybanner{ position:relative; overflow:hidden;}
.nybanner .pic img{animation: banner_outside 6s linear forwards;}
.nybanner .txt{ position:absolute; left:0; bottom:8%; width:100%; z-index:9;}
.nybanner .txt .tit{ color:#fff; font-size:4.6rem; font-weight:bold;}
.nybanner .txt .subtit{ color:#fff; font-size:1.8rem; position:relative; border-top:1px solid rgba(255,255,255,.3); padding-top:3rem; margin-top:2rem;}
.nybanner .txt .subtit:before{ content:""; display:inline-block; width:0.8rem; height:0.8rem; background:#fff; border-radius:50%; margin-right:1rem; transform:translateY(-2px)}
.top-height{ height:9rem;}


.ab-touxian{ max-width:60rem;}
.ab-touxian ul{ display:flex;flex-wrap: wrap; margin:0 -3rem;}
.ab-touxian ul li{ width:50%; text-align:center; font-size:1.8rem; font-weight:bold; padding:1.5rem 3rem;}
.ab-touxian ul li .box{ position:relative; height:100%; display:flex;    justify-content: center;align-items: center; color:#279338;}
.ab-touxian ul li .box:before{ content:""; display:block; position:absolute; left:0; top:0; width:3.6rem; height:100%; background:url(../images/hu-l.png) center no-repeat; background-size:contain;}
.ab-touxian ul li .box:after{ content:""; display:block; position:absolute; right:0; top:0; width:3.6rem; height:100%;background:url(../images/hu-r.png) center no-repeat; background-size:contain;}


.ab-value{ background:url(../images/bg-value.jpg) center no-repeat; background-size:cover; padding:30rem 0; overflow:hidden;}
.ab-value-list ul{display:flex;flex-wrap: wrap; margin:0 -2rem;}
.ab-value-list ul li{ width:33.3%; padding:0 2rem;}
.ab-value-list ul li .box{ text-align:center; border:2px solid #fff; border-radius:2rem; padding:13rem 4rem 4rem; color:#fff; height:100%; transition:all .3s linear;}
.ab-value-list ul li .box:hover{ background:rgba(255,255,255,0.8); border-color:rgba(255,255,255,0.8);}
.ab-value-list ul li .box .tit{ font-size:4rem; font-weight:lighter;}
.ab-value-list ul li .box .des{ font-size:2.6rem; white-space:pre-line; font-weight:bold; margin-top:2rem;}
.ab-value-list ul li .box .en{ font-size:2.2rem; margin-top:10rem;transition:all .3s linear; height:3rem;}
.ab-value-list ul li .box:hover .tit{ color:#333;}
.ab-value-list ul li .box:hover .des{ color:var(--color);}
.ab-value-list ul li .box:hover .en{ font-weight:bold; transform:translateY(-5rem); font-size:2.8rem; color:#333;}

.ab-team{ padding-bottom:10rem; background:#f4f8fc;}
.ab-tem1{ padding:20rem 0 30rem 0; overflow:hidden; position:relative;}
.ab-tem1 .am-container{ position:relative; z-index:2;}
.ab-tem1 .text{ width:35%; float:right;}
.ab-tem1 .text .info{ margin-top:3rem; color:#666; line-height:2; text-indent:2em;}
.ab-tem1 .bg{ position:absolute; left:0; top:0; width:58%; height:100%;}
.ab-tem1 .bg img{ width:100%; height:100%; object-fit: cover;}
.ab-tem2-list{ background:#fff; box-shadow:0 2px 10px rgba(0,0,0,.01); border-radius:2rem; overflow:hidden; display:flex;    margin-top: -10rem;position: relative;z-index: 3;}
.ab-tem2-list .item{ flex:1;display: flex;justify-content: center; border-right:1px solid rgba(0,0,0,.05)}
.ab-tem2-list .item:last-child{ border-right:none;}
.ab-tem2-list .item .box{ display:flex; padding:3rem 0; cursor: pointer;}
.ab-tem2-list .item .box .icon{ max-width:5rem;}
.ab-tem2-list .item .box .icon img{ transform:translateY(2.5rem)}
.ab-tem2-list .item .box .right{ padding-left:3rem;}
.ab-tem2-list .item .box .right .num{ color:var(--color);vertical-align: top; font-weight:bold; }
.ab-tem2-list .item .box .right .num span{ font-size:6rem;line-height:1;}
.ab-tem2-list .item .box .right .num em{ font-size:4rem;vertical-align: top; line-height:1;}
.ab-tem2-list .item .box .right .tit{ font-size:1.8rem; color:#303e48; margin-top:1rem; padding-left:1rem;}
.ab-tem2-list .item .box .right .tit:after{ content:""; width:2rem; height:3px; background:var(--color); border-radius:3px; display:block; margin-top:2rem;}


.op-con-main{ width: 117rem; max-width: 90%; border: none; border-radius:0.5rem; padding:0; overflow:hidden;opacity: 0;transform: scale(0.9) translateY(20px);transition: 
    opacity 0.3s ease,
    transform 0.3s ease;}
.op-con-main[open] {opacity: 1;transform: scale(1) translateY(0);animation: dialogs 0.3s ease 1 forwards;}
.open-content{ position: relative;}
.open-content .title{font-size: 2.2rem; font-weight: bold;text-align: center;padding: 3rem; background:#eee;}
.open-content .content{line-height: 2;padding: 3rem; font-size:2rem; max-height:90vh; overflow-y:auto;}
.open-content .content #uses_name{ color:#f30;}
.op-con-main .am-close{ position: absolute;right: 1.2rem;top:1.2rem}
#myDialog::backdrop {background-color: rgba(0, 0, 0, 0.5);cursor: pointer;}
@keyframes dialogs{from{-o-transform:scale(0.5);transform:scale(0.5); opacity:0;}
to{-o-transform:scale(1);transform:scale(1); opacity:1;}
}


.ny-cybj{ background:url(../images/yw_list_bg.jpg) center no-repeat; background-size:cover; background-attachment:fixed;}
.ny-cybj-list ul li{ margin-bottom:6rem;}
.ny-cybj-list ul li a{ display:flex;justify-content: space-between;align-items: center;}
.ny-cybj-list ul li:nth-child(2n+1) a{flex-flow: row-reverse;}
.ny-cybj-list ul li a .pic{ width:50%; overflow:hidden; border-radius:2rem;}
.ny-cybj-list ul li a .pic img{ width:100%; transition:all .3s linear;}
.ny-cybj-list ul li a .pic:hover img{ transform:scale(1.05)}
.ny-cybj-list ul li a .txt{ width:40%;}
.ny-cybj-list ul li a .txt .tit{ font-size:2.4rem; font-weight:bold; color:#333; margin-bottom:2rem;}
.ny-cybj-list ul li a .txt .des{ font-size:1.6rem; line-height:2; color:#666; margin-bottom:4rem;}
.ny-cybj-list ul li a .txt .more span{display: inline-block;padding: 1.4rem 4.5rem;background: var(--color);color: #fff;border-radius: 4rem;transition: all .3s linear;}
.ny-cybj-list ul li a .txt .more span:hover{ transform:scale(1.02)}


.ny-contact{    background-image: url(../images/bgc.png);background-position: center bottom;background-repeat: no-repeat;background-size: 100% auto; position:relative; z-index:3; padding:9rem 0; }
.ny-contact-box{ position:relative;}
.ct-min{}
.conMess{ }
.conMess span{font-size:2.8rem;font-weight:700;display:block;margin-bottom:14px}
.conMess p{color:#7a7a7a;line-height:2;font-size:16px;letter-spacing:1px}
.conEwm{margin-top:4.8rem}
.conEwm .ewmf{margin:0;margin-right:10px}

.ewmfs{width:40%;float:left}
.ewmf{width:108px;margin:0 5px;text-align:center;display:inline-block;vertical-align:top}
.ewmf span{display:block;margin-top:10px;font-size:13px;line-height:1.4;text-transform:uppercase}

.conMap{position: absolute;top: 0;right: 0;width: 54%;height: 100%;overflow: hidden;border-top-left-radius: 6px;    border-bottom-left-radius: 6px;box-shadow: 0 12px 30px rgba(80, 80, 80, .1)}
#allmap{ width:100%; height:100%;}


.webmess{ max-width:100rem; margin:0 auto;}
.ny-mess-com{ margin-top:5rem;}
.ny-mess-com .inputbox{ margin:0 -2rem;}
.ny-mess-com .inputbox .item{ width:50%; float:left; padding:1.5rem 2rem;}
.ny-mess-com .inputbox .item.w10{ width:100%;}
.ny-mess-com .inputbox .item .box{ position:relative;}
.ny-mess-com .inputbox .item .box label{ position:absolute; left:15px; top:50%; transform:translateY(-50%); color:#f30;}
.ny-mess-com .inputbox .item .box .am-form-field{ border-radius:6px; padding:1.5rem; padding-left:30px; border:none;}
.ny-mess-com .inputbox .item .box .yzm{ position:absolute; right:15px; top:50%;transform:translateY(-50%); z-index:1;}

.zalycp_bfd{display:flex;justify-content:space-between; margin-top:1.5rem;}
.zalycp_bfd>input{width:49%;height:60px;border:0;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;overflow:hidden;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s}
.zalycp_bfd>input:hover{transform:scale(.97);-webkit-transform:scale(.97);-moz-transform:scale(.97);-ms-transform:scale(.97);-o-transform:scale(.97)}
.zalycp_bfdt{background-color: var(--color);color:#fff; }
.zalycp_bfdc{background-color:#eaeaea;color:#333}


.ny-news-list ul{ display:flex; flex-wrap: wrap;margin:0 -1.5rem;}
.ny-news-list ul li{ width:25%; padding:1.5rem;}
.ny-news-list ul li .pic{ position:relative; overflow:hidden; border-radius:2rem;}
.ny-news-list ul li .pic img{ width:100%; transition:all .3s linear;}
.ny-news-list ul li .pic:hover img{ transform:scale(1.05)}
.ny-news-list ul li .pic .cate{ position:absolute; left:2rem; top:2rem; background:rgba(255,255,255,.8); border-radius:4rem; padding:0.5rem 1.6rem; font-size:1.2rem; color:var(--color); z-index:3;}
.ny-news-list ul li .txt{ padding:2rem 2rem 0;}
.ny-news-list ul li .txt time{ color:var(--color); margin-bottom:1rem; display:block;}
.ny-news-list ul li .txt .tit{ font-size:1.8rem; font-weight:bold; margin-bottom:1rem; color:#333;}
.ny-news-list ul li .txt .des{ color:#666; line-height:2; font-size:1.6rem;}

.ny-news-l{    width: calc(100% - 48rem);float: left;background: #ffffff;padding: 50px 3%;box-sizing: border-box;box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);    border-radius: 2rem;}
.ny-news-r{    width: 44rem;float: right;padding: 30px 2.3% 0;box-sizing: border-box;background: #fff;box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);    border-radius: 2rem;}

.nynews-head{ border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:20px;}
.nynews-head h1{ font-size:2.6rem; margin-bottom:1rem;}
.nynews-head .info{ font-size:1.4rem; 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;}
.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(--color); background:var(--color); color:#fff;}


.ny-news-r .title{font-size: 2rem;padding-bottom:1rem;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:1.6rem;line-height:26px;color:#333;margin:21px 0 15px}
.right_list .t2{font-size:1.4rem;color:#999}


.pages{ text-align:center; margin-top:2.5rem;}
.pages a{width:4rem;margin:0 5px;height:4rem;line-height:4rem;text-align:center;display:inline-block;background:#fff;border-radius: 8px;box-shadow:0 2px 2px 2px rgba(0,0,0,.05)}
.pages a.on,.pages a:hover{ background:var(--color); color:#fff;  }

.ny-productlst{ background:#f5f5f5; position:relative;}
.ny-productlst:before{ content:""; display:block; width:40%; height:100%; position:absolute; right:0; top:0; background:#fff;}
.ny-productlst .am-container{ position:relative; z-index:3;}
.ny-product-warp{ display:flex;}
.ny-product-warp .left{ width:25%; padding-right:4rem;}
.ny-product-warp .right{ width:75%; min-height:50vh; background:#fff; padding-left:4rem; padding-top:4rem;}
.ny-pro-list ul li{ margin-bottom:4rem;}
.ny-pro-list ul li a{ display:flex;justify-content: space-between; padding:3rem; border:1px solid #eee; border-radius:1rem;}
.ny-pro-list ul li a .pic{ width:35%; border-radius:1rem; overflow:hidden;}
.ny-pro-list ul li a .pic img{ transition:all .3s linear;}
.ny-pro-list ul li a:hover .pic img{ transform:scale(1.05)}
.ny-pro-list ul li a .txt{ width:65%; padding-left:3rem;display:flex;justify-content: space-between;flex-flow: column;}
.ny-pro-list ul li a .txt .tit{ font-size:2.4rem; font-weight:bold;}
.ny-pro-list ul li a .txt .des{ color:#666; font-size:1.6rem; line-height:2;}
.ny-pro-list ul li a .txt .btn span{display: inline-block;padding: 1.4rem 4.5rem;background: var(--color);color: #fff;border-radius: 4rem;transition: all .3s linear;}
.ny-pro-list ul li a .txt .btn span:hover{ transform:scale(1.02)}

.ny-pro-nav{ padding:4rem 0;}
.ny-pro-nav.sticky{ position:sticky; top:10rem;}
.ny-pro-nav ul li{ margin-bottom:3rem;}
.ny-pro-nav ul li a{ display:flex;    align-items: center; background:#e1e1e1; color:#333; font-size:2rem; border-radius:0 4rem 4rem 0; padding:2rem 3rem; position:relative;}
.ny-pro-nav ul li a i{ width:1.5rem; height:1.5rem; border:2px solid #ccc; border-radius:50%; display:block; margin-right:1rem;flex: none;}
.ny-pro-nav ul li a em{ position:absolute; right:3rem; top:50%; transform:translateY(-50%); opacity:0.3;}
.ny-pro-nav ul li.on a,.ny-pro-nav ul li a:hover{background:var(--color); color:#fff;}
.ny-pro-nav ul li.on a i,.ny-pro-nav ul li a:hover i{ border-color:#fff;}




.ny-warp{ padding:5rem 0; background:#f5f5f5;}

.am-parth{ font-size:14px; height:50px; line-height:50px; position: absolute;left: 0;bottom:10px;width: 100%;}
.am-parth .location{ position:relative; padding-left:20px; background:url(../images/map-location.png) 0 center no-repeat; color: #fff;background-size:16px auto;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;}
.am-parth .location a{color: #fff;}
.ny-pro-head-wz{padding-top:130px;position:relative}
.ny-pro-head-wz .backToList{position:absolute;right:0;bottom:24px;padding-left:36px;height:20px;background-image:url(../images/btns-backToList.png);background-size:contain;background-position:0 50%;background-repeat:no-repeat;-webkit-transition:all 250ms ease-out 0s;transition:all 250ms ease-out 0s;color:#fff;font-size:14px}
.ny-pro-head-wz .backToList:hover{background-position:3px 50%}
.ny-pro-head{background-size:cover;background-position:center;background-repeat:no-repeat}
.ny-pro-head .am-parth{position:relative}
.ny-pro-head-box{background:#fff;padding:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:start;align-content:flex-start;border-radius: 1rem 1rem 0 0;}
.ny-pro-paly{width:46%;float:left;background:#f5f5f5;padding:15px; border-radius:1rem;}
.mySwiper-propay{border-radius:1rem;}
.mySwiper-propay .swiper-slide{cursor:url(../images/saf.cur),auto}
.mySwiper-propay .swiper-slide img{width:100%}
.mySwiper-propay .swiper-button-black{background-size:16px auto;opacity:.3}
.mySwiper-propay .swiper-button-disabled{pointer-events:auto}
.mySwiper-propay .swiper-pagination-bullet{width:10px;height:10px}
.mySwiper-propay .swiper-pagination-bullet-active{background:var(--color)}
.pro-head-r{width:54%;float:right;position:relative;padding-left:6%}
.pro-head-r h1{font-size:24px}
.pro-head-r .info{font-size:14px;color:var(--color);padding-top:15px}
.pro-head-r .note{margin-top:15px;font-size:1.6rem;color:#666;line-height:2.4;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;max-height:300px;overflow-y:auto}
.pro-head-r .note::-webkit-scrollbar{width:4px;height:160px;border-radius:4px;background:#e1e1e1}
.pro-head-r .note::-webkit-scrollbar-thumb{width:4px;height:90px;border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#3479d7}
.pro-head-r .note::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:0;background:rgba(0,0,0,.1)}
.pro-head-r .btns{position:absolute;left:12%;bottom:0}
.pro-head-r .btns .btn{z-index:2;display:inline-block;vertical-align:top;position:relative;overflow:hidden;min-width:120px;padding:15px 45px;border-radius:6px;text-align:center;font-size:16px;border:#e0e0e0 solid 1px;-webkit-transition:all 250ms ease-out 0s;transition:all 250ms ease-out 0s}
.pro-head-r .btns .btn:after{background-color:var(--color);opacity:1;z-index:-1}
.pro-head-r .btns .btn:nth-child(1n+2){margin-left:.6rem}
.pro-head-r .btns .btn2{color:#fff;border-color:var(--color); background:var(--color);font-weight: bold;}
.pro-head-r .btns .btn2 i{ margin-right:1rem;}
.pro-head-r .btns .btn:hover{color:#fff}
.pro-head-r .btns .aBtnSc{position:relative;overflow:hidden;z-index:1;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,.04)}
.pro-head-r .btns .aBtnSc:after{z-index:-1;content:" ";position:absolute;border-radius:50%;left:50%;top:50%;background-color:#fff;width:108%;padding-bottom:108%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);pointer-events:none}
.pro-head-r .btns .aBtnSc:hover:after{-webkit-transition:all 350ms ease-in 0s;transition:all 350ms ease-in 0s;background:var(--color);visibility:visible;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.nypro-content-box{background:#fff;padding:80px;margin-top:-4.9rem; display:flex;justify-content: space-between;border-radius:0 0 1rem 1rem;}
.nypro-content{ width:70%;}
.pro-xgcp{ width:28%; padding-left:5rem;}
.pro-xgcp .pro-xg-tit{ font-size:2.4rem; font-weight:bold; margin-bottom:1.5rem;}
.nypro-content .dt-tit{position:relative;border-left:solid 1px var(--color);border-bottom:solid 1px var(--color);padding-left:5px;line-height:1.25;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}
.nypro-content .dt-tit:after{display:none}
.nypro-content .dt-tit .cn{display:inline-block;vertical-align:top;background-color:var(--color);color:#fff;padding:.5em .8em;font-size:24px;border-radius: 0 1rem 0 0;}
.nypro-content .dt-tit .en{display:inline-block;vertical-align:top;margin-left:15px;font-family:Times New Roman,sans-serif;text-transform:uppercase;color:#999}
.ny-procontentmain{margin-top:20px;margin-bottom:30px;line-height:2}

.pro-xg-list ul li{ margin-bottom:2rem;}
.pro-xg-list ul li a{ display:block;}
.pro-xg-list ul li a .pic{ border-radius:1rem; overflow:hidden; margin-bottom:1rem;border: 1px solid #eee;}
.pro-xg-list ul li a .pic img{ transition:all .3s linear;}
.pro-xg-list ul li a:hover .pic img{ transform:scale(1.05)}
.pro-xg-list ul li a .txt{ text-align:center; font-size:1.6rem; color:#333;}

.rcpy-box{ margin-top:5rem; margin-bottom:6rem; position:relative;}
.rcpy-box .pic{ border-radius:1rem; overflow:hidden;}
.rcpy-box .pic img{ width:100%;}
.rcpy-box .txt{ position:absolute; width:38%; right:9rem; bottom:-17rem; padding:5rem; background:var(--color); color:#fff; border-radius:1rem; overflow:hidden; line-height:2;}
.rcpy-list{ padding-bottom:5rem;}
.rcpy-list ul{ display:flex;flex-wrap: wrap; margin:0 -8rem;}
.rcpy-list ul li{ width:50%; position:relative; padding:0 8rem; margin-bottom:8rem;}
.rcpy-list ul li:nth-of-type(2n){ top:16rem;}
.rcpy-list ul li .title{ display:flex; align-items: center; margin-bottom:2rem;}
.rcpy-list ul li .title i{ width:7rem; height:7rem; background:#fff; box-shadow:5px 5px 20px 6px rgba(113, 111, 111, 0.05); border-radius:50%;display:flex;justify-content: center;align-items: center;}
.rcpy-list ul li .title span{ font-size:2rem; font-weight:bold; margin-left:2rem;}
.rcpy-list ul li .des{ color:#666; line-height:2;}

.job-zpbox{ padding-bottom:8rem; position:relative;}
.job-zpbox .bg{ position:absolute; width:100%; left:0; top:0;}
.job-zpbox .bg .pic{ position:relative;}
.job-zpbox .bg .pic:before{content: '';width: 50%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(to right,rgba(0,0,0,.2),transparent);}
.job-zpbox .bg .pic img{ width:100%;}
.job-zpbox .bg .svg{ position:absolute; left:0; top:0; z-index:1; width:100%;}
.job-zpbox .bg .svg .sv{ position:relative; display:inline-block;}
.job-zpbox .bg .svg img{ }
.job-zpbox .bg .svg svg{position:absolute; left:0; top:0; width:100%; height:100%;}
.mod_svgbg_span{width: 38px;height: 38px;border-radius: 50%;background: #fff;position: absolute;top: -19px;left: -19px;}
.job-zpbox .minx{ position:relative; z-index:3; padding-top:30rem; min-height:72rem;}

.zhaop-list{ background:#fff; border-radius:1rem; padding:6rem; margin-top:5rem; min-height:40rem;}
.zhaop-list>ul{ display:flex;flex-wrap: wrap; margin:0 -1.5rem;}
.zhaop-list>ul>li{ padding:1.5rem; width:33.3%;}
.zhaop-list>ul>li>.box{ background:#fff; border-radius:1rem; overflow:hidden; box-shadow:0 5px 20px rgba(0,0,0,.07); padding:3rem; cursor:pointer; transition:all .3s linear; height:100%;}
.zhaop-list>ul>li>.box>.title{ font-size:2rem; padding-bottom:1rem; border-bottom:1px solid #eee; margin-bottom:1.5rem; position:relative;}
.zhaop-list>ul>li>.box>.title:before{ content:""; display:block; width:4px; height:20px; background:var(--color); position:absolute; left:-3rem; top:50%; transform:translateY(-50%);}
.zhaop-list>ul>li>.box>.item{ display:flex;flex-wrap: wrap;}
.zhaop-list>ul>li>.box>.item>span{ max-width:60%; min-width:40%; font-size:1.4rem; margin-bottom:1rem; color:#676B77;}
.zhaop-list>ul>li>.box:hover{ background:var(--color); color:#fff;}
.zhaop-list>ul>li>.box:hover .item>span{ color:#fff;}


.team-open{ position:fixed; left:50%; top:50%; z-index:888; transform:translate(-50%,-50%); z-index:-1;max-height: 90vh;  border-radius:10px; visibility:hidden; opacity:0; transition:all .3s linear; width:96%; max-width:86rem; overflow:hidden;}
.team-open.show{z-index:889; visibility:inherit; opacity:1;}
.team-open .op-job-hed{ background:var(--color); padding:2rem; display:flex;align-items: center;justify-content: space-between;}
.team-open .op-job-hed img{ max-height:4.5rem;}
.team-open .main{ padding:3.5rem;background:#fff; max-height:80vh; overflow:auto;}
.team-open .main .title{ font-size:2.2rem; font-weight:bold; margin-bottom:1rem;}
.team-open .main .info{ font-size:1.6rem; color:#777; margin-bottom:1.5rem;}
.team-open .main .info span{ margin-right:2rem;}
.team-open .main .arccontent{ line-height:2;}
.team-open .main .std_btn{ margin-top:3rem;}
.team-open .main .std_btn a{ display:inline-block;padding: 1.4rem 4.5rem;background: var(--color);color: #fff;border-radius: 4rem;transition: all .3s linear;}
.team-open .team-close{ cursor:pointer;  font-size:3rem; color:#fff;}
.team-mask{ position:fixed; width:100%; height:100%; left:0; top:0; z-index:888; display:none; background:rgba(0,0,0,.5)}

.ny-cybj-xq{ /*background:url(../images/bg.jpg) center no-repeat; background-size:cover;*/}
.cybj-content .hed{ border-bottom:1px solid #eee; padding-bottom:2rem; margin-bottom:3rem;}
.cybj-content .hed h1{ font-size:3rem; color:var(--color)}
.cybj-content .hed .en{ color:#888;}

.relate-hed{ display:flex;justify-content: space-between;align-items: center; margin-bottom:3rem;}
.relate-hed .title{ font-size:2.4rem; font-weight:bold;}
.relate-hed .btn{ display:flex;}
.relate-hed .btn .icon-btn{ width:4rem; height:4rem; border-radius:50%; border:1px solid #ccc; display:flex;justify-content: center;align-items: center; cursor:pointer; color:#999; margin-left:2rem;}
.relate-hed .btn .icon-btn:hover{ border-color:var(--color); color:var(--color);}
.relate-swiper .swiper-slide a{ display:block;}
.relate-swiper .swiper-slide a .pic{ overflow:hidden; border-radius:1rem;}
.relate-swiper .swiper-slide a .pic img{ width:100%; transition:all .3s linear;}
.relate-swiper .swiper-slide a .txt{ padding-top:1.5rem;}
.relate-swiper .swiper-slide a:hover .pic img{ transform:scale(1.05);}

.ny-search-list{ min-height: 40vh; margin-top: 5rem;}
.ny-search-list ul li{ padding-bottom: 3rem;margin-bottom: 3rem;border-bottom: 1px solid #e1e1e1;}
.ny-search-list ul li .title{font-size: 2rem;color: #333;}
.ny-search-list ul li .note{font-size: 1.6rem;color: #666;margin-top: 1.5rem;}
.red{color: #f30;}

@media screen and (min-width: 2000px){
.am-container{max-width: 170rem;}
}
@media screen and (max-width: 1920px){
.am-container{max-width: 163rem;}
}
@media screen and (max-width: 1680px){
.am-container{max-width: 1400px;}
.ab-value{ padding:20rem 0;}
}
@media screen and (max-width: 1440px){
.am-container{max-width: 1200px;}
.swiper-banner .swiper-slide .txt .mo .ban-img img{ max-width:70%;}
.hm-kjmain .right{ width:65%;}
.hm-kjmain .right .box .list .item{ transform:scale(0.9)}
.ab-tem1{ padding:15rem 0 20rem 0;}
.ab-tem2-list .item .box .right .num span{ font-size:5rem;}
.conMap{ width:50%;}
}


@media screen and (max-width:1024px){
html {background: #fff;}
body{ max-width:768px; margin:0 auto; background:#fff; zoom:1;}	
.am-container{ padding:0 2rem;}
.arccontent img{ height:auto !important;}
.swiper-screen>.swiper-wrapper{ display:block;}
.swiper-screen{ height:auto;}
.swiper-screen>.swiper-wrapper>.swiper-slide{ height:auto;}
.felx100 .hm-box{ padding-top:0;}
.trf-left{ transform:none; opacity:1;}
.trf-right{transform:none; opacity:1;}
.trf-bottom{transform:none; opacity:1;}
.trf-top{transform:none; opacity:1;}
.trf-scale{transform:none; opacity:1;}
.trf-mat{transform:none; opacity:1;}
div{ font-size:1.8rem;}	
.show-sm{ display:block;}
.hide-sm{ display:none;}
header .head-main .h-r{ width:55%;}
header .head-main .h-r nav{ display:none;}

.menu-bar{ display:block; width:2.8rem; height:2rem; position:relative; border-bottom:2px solid #ccc; margin-left:1.5rem;}
.menu-bar:after{ content:""; display:block; width:100%; height:2px; background:#ccc; position:absolute; left:0; top:0;}
.menu-bar:before{ content:""; display:block; width:100%; height:2px; background:#ccc; position:absolute; left:0; top:50%;}
.am-menu-offcanvas1 .am-menu-nav>li>a{ height:54px; line-height:54px;}
.am-menu-offcanvas1 .am-menu-nav>.am-parent>a:after{ top:2.3rem;}
.am-menu-nav a{ padding:1.4rem 0;}
.searchbox .searchmain{ width:100%;}

.am-pd{ padding:4rem 0;}
.hm-title .tit{ font-size:2rem;}
.hm-title .subtit{ font-size:2.2rem; margin-top:0.2rem;}
.hm-more a{ padding:0.8rem 2rem; font-size:1.6rem;}

#back_top .master_backTop .master_backTop_btn{width: 40px;height: 40px;}
#back_top .master_backTop .master_backTop_btn .master_backTop_txt>i{font-size:14px;}


.swiper-banner .swiper-slide .banitem .img100{ height:auto;object-fit: cover;}
.swiper-banner .swiper-button-next{ right:10px; background-size:15px auto;}
.swiper-banner .swiper-button-prev{ left:10px; background-size:15px auto;}
.swiper-banner .swiper-banpa .swiper-pagination-bullet{ width:5rem;}
.ban-pagination{ bottom:2rem;}
.ban-pagination .felx-center{justify-content: center;}
.swiper-banner .swiper-banpa{ bottom:5px;}
.swiper-banner .swiper-slide .txt{ top:55%;}
.swiper-banner .swiper-slide .txt .line{ height:1px;}
.swiper-banner .swiper-slide .txt .line.animated{ width:100px;}
.swiper-banner .swiper-slide .txt .mo .ban-tit{ font-size:2.4rem;}
.swiper-banner .swiper-slide .txt .mo .ban-img img{ max-width:70%;}
.swiper-banner .swiper-slide .txt .mo .ban-note{ font-size:1.8rem; margin-bottom:2rem;}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev{ opacity:0;}
.swiper-banner .swiper-slide .img100{ max-width:130%; width:130%; margin-left:-15%;}
.swiper-banner .swiper-slide .txt .mo .ban-more{  display:none;}

.hm-ab-main{ flex-flow: column-reverse;}
.hm-ab-main .hb-text{ width:100%;}
.hm-ab-main .hb-text .hb-info{ margin-top:2rem; margin-bottom:3rem;}

.yewu-tab .t-xix{ position:relative; background:#0075c2; padding:2rem 0;}
.yewu-tab .t-xix:before,.yewu-tab .t-xix:after{ display:none;}
.yewu-tab .t-xix .hd ul{flex-wrap: wrap;}
.yewu-tab .t-xix .hd ul li{}
.yewu-tab .t-xix .hd ul li:nth-child(2n+1){transform: translateY(0);}
.yewu-tab .t-xix .hd ul li a{ display:block; padding:5px 10px;}
.yewu-tab .t-xix .hd ul li a .op{ display:none;}
.yewu-tab .t-xix .hd ul li a .op .img{ display:none;}
.yewu-tab .t-xix .hd ul li a .tit{ font-size:1.6rem; margin:0;}
.yewu-tab .t-xix .hd ul li.on a{ background:var(--color); border-radius:4px;}
.yewu-tab .t-xix .hd ul li.on a .op .yd{ opacity:1; border-color:var(--color);}

.hm-kjmain{flex-wrap: wrap;}

.hm-kjmain .left{ width:100%;}
.hm-kjmain .left .hm-more{ margin-top:2rem;}
.hm-kjmain .right{ width:100%;}
.hm-kjmain .right .box .icon{ width:38rem; height:38rem;}
.hm-kjmain .right .box .list .item a{ padding:1rem 2rem;}
.hm-kjmain .right .box .list .item a i{ width:3rem;}
.hm-kjmain .right .box .list .item a span{ font-size:2.2rem; margin-left:0.5rem;}
.hm-kjmain .right .box .list .item:nth-child(2n) a span{ margin-left:0; margin-right:0.5rem;}
.hm-kjmain .right .box .icon .logo-ico img{ width:18rem;}

.hm-news-main{ margin-top:2rem;flex-wrap: wrap;}
.hm-news-main .first{ width:100%; padding-right:0;}
.hm-news-main .two{ width:100%; padding-left:0;}
.hm-news-main .two ul{flex-wrap: wrap;}
.hm-news-main .two ul li{ width:100%; margin-top:2rem;}
.hm-news-main .two ul li a{ background:#fff; display:block; border-radius:2rem; overflow:hidden;}
.hm-news-main .two ul li .txt{ padding:2rem;}

.ygfc-swiper{ padding:2rem 0 0 0; margin-top:1rem;}
.ygfc-swiper ul li{ width:60%;}
footer .foot-top .foot-contact ul{ display:block;}
footer .foot-top .foot-contact ul li{ margin-right:0; padding-right:1rem; margin-bottom:1rem;}
footer .foot-top .foot-contact ul li:last-child{ margin-bottom:0;}
footer .foot-2 .foot-nav{ display:none;}
footer .foot-2 .foot-logo .img{ margin:0 auto;}
footer .foot-2{justify-content: center; text-align:center;}
footer .foot-copyr .am-fl,footer .foot-copyr .am-fr{ float:none; text-align:center; font-size:12px;}

.nybanner .pic img{ width:150%; max-width:150%; margin-left:-25%;}
.nybanner .txt .tit{ font-size:2.6rem;}
.nybanner .txt .subtit{ padding-top:1rem; margin-top:1rem;}

.ab-touxian ul{ margin:0 -1rem;}
.ab-touxian ul li{ padding:1rem;}

.ab-value{ padding:4rem 0;}
.ab-value-list ul{ margin:0 -1rem;}
.ab-value-list ul li{ width:100%; padding:1rem;}
.ab-value-list ul li .box{ padding:3rem; border-width:1px;}
.ab-value-list ul li .box .tit{ font-size:2.4rem;}
.ab-value-list ul li .box .des{ font-size:2rem;}
.ab-value-list ul li .box .en{ margin-top:2rem; font-size:2rem;}
.ab-value-list ul li .box:hover .en{ transform:translateY(0); font-size:2rem;}

.ab-team{ padding-bottom:4rem;}
.ab-tem1 .bg{ display:none;}
.ab-tem1{ padding:4rem 0;}
.ab-tem1 .text{ width:100%; float:none;}
.ab-tem2-list{ margin-top:0rem; flex-wrap: wrap;}
.ab-tem2-list .item{ width:50%; flex:auto; border-top:1px solid rgba(0,0,0,0.05)}
.ab-tem2-list .item:nth-child(1),.ab-tem2-list .item:nth-child(2){ border-top:none;}
.ab-tem2-list .item .box .icon{ max-width:4rem;}
.ab-tem2-list .item .box .right{ padding-left:1rem;}
.ab-tem2-list .item .box .right .num span{ font-size:3rem;}
.ab-tem2-list .item .box .right .num em{ font-size:2rem;}
.ab-tem2-list .item .box .right .tit{ padding-left:0;}

.ny-cybj-list ul li{ margin-bottom:3rem;}
.ny-cybj-list ul li a{ display:block;}
.ny-cybj-list ul li a .pic{ width:100%;}
.ny-cybj-list ul li a .txt{ width:100%; margin-top:2rem;}
.ny-cybj-list ul li a .txt .tit{ font-size:2rem; margin-bottom:1rem;}
.ny-cybj-list ul li a .txt .des{ margin-bottom:1.5rem;}
.ny-cybj-list ul li a .txt .more span{padding: 0.8rem 2rem;font-size: 1.6rem;}

.ct-min{ padding:0;}
.conMess span{ font-size:2.2rem;}
.conMap{ position:relative; width:100%; left:0; height:50rem; border-radius:0; margin-top:3rem; box-shadow:none;}
.ny-mess-com{ margin-top:2rem;}
.ny-mess-com .inputbox{ margin:0 -1rem;}
.ny-mess-com .inputbox .item{ padding:1rem;}
.zalycp_bfd>input{ height:6rem;}

.ny-news-list ul li{ width:100%;}
.ny-news-l{width: auto;float:none;padding:2rem; border-radius:1rem;}
.ny-news-r{width: auto;float:none;margin-top:15px;padding-top:10px;padding-left: 2rem;padding-right:2rem;border-radius:1rem;}

.nynews-head h1{ font-size:2rem;}
.nynews-head .info{ font-size:1.6rem;}
.nynews-head .info span{ margin-right:5px;}
.nynews-boxarc p,.nynews-boxarc{}
.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 .t1{ font-size:14px;}
.right_list .t2{ font-size:12px;}

.ny-productlst{ background:#fff;}
.ny-product-warp .left{ display:none;}
.ny-product-warp .right{ width:100%; padding-left:0;}
.ny-pro-list ul li a{ display:block;}
.ny-pro-list ul li a .pic{ width:100%;}
.ny-pro-list ul li a .txt{ width:100%; padding-left:0; margin-top:2rem;}
.ny-pro-list ul li a .txt .tit{ font-size:2rem; margin-bottom:1rem;}
.ny-pro-list ul li a .txt .des{-webkit-line-clamp:2; margin-bottom:1rem;}
.ny-pro-list ul li a .txt .btn span{ padding: 0.8rem 2rem;font-size: 1.6rem;}


.am-parth{ font-size:12px; height:40px; line-height:40px;bottom: 2px;}
.am-parth .location{ font-size:12px;}

.ny-pro-head-wz{ padding-top:74px;}
.ny-pro-head-wz .backToList{ display:none;}
.ny-pro-head-box{ padding:0; display:block;}
.ny-pro-paly{ width:100%; float:none;}
.mySwiper-propay .swiper-button-black{background-size: 12px auto;}

.pro-head-r{ width:100%; float:none; padding:15px;}
.pro-head-r h1{font-size: 18px;}
.pro-head-r .info{font-size: 12px;}
.pro-head-r .note{font-size: 12px;}
.pro-head-r .btns{ position:relative; padding:0; left:0; margin-top:20px;}
.pro-head-r .btns .btn{ font-size:12px;padding: 10px 26px;}
.nypro-content-box{ margin-top:-19px; padding:15px;}
.nypro-content .dt-tit .cn{ font-size:18px;}
.nypro-content .dt-tit .en{ font-size:12px;}
.ny-procontentmain{ margin-bottom:15px;}
.mySwiper-xg .swiper-slide a{ padding:5px;}
.mySwiper-xg .swiper-slide a .tit{ font-size:12px; padding:5px 0;}
.mySwiper-xg .swiper-slide{ width:50%;}
.nypro-content{ width:100%;}
.pro-xgcp{ display:none;}


.rcpy-box{ margin:3rem 0;}
.rcpy-box .txt{ width:90%; position:relative; bottom:auto; right:auto; margin:0 auto; margin-top:-4rem; padding:2rem;}
.rcpy-list{ padding-bottom:0;}
.rcpy-list ul{ margin:0 -2rem;}
.rcpy-list ul li{ padding:2rem; width:100%; margin-bottom:0;}
.rcpy-list ul li:nth-of-type(2n){ top:0;}
.rcpy-list ul li .title i{ width:4.5rem; height:4.5rem;}
.job-zpbox .bg .svg{width:37%;}
.job-zpbox .bg .svg img{ }
.job-zpbox .bg .svg svg{}
.mod_svgbg_span{ width:10px; height:10px; top:-6px; left:-6px;}


.job-zpbox .minx{ padding-top:5rem;}
.zhaop-list{ padding:3rem; margin-top:2rem;}
.zhaop-list>ul>li{ width:100%;}

.cybj-content .hed h1{ font-size:2.2rem;}
	.cybj-content .arccontent table{display: block;overflow-x: auto;}
	.cybj-content .arccontent table tbody{width: 200vw;display: block;}
	.cybj-content .arccontent td,.cybj-content  .arccontent th{ white-space: nowrap;}
	.cybj-content .arccontent table:after,.cybj-content .arccontent table:before{content:"更多内容请向右滑动";color: #999;font-size:1.4rem;}
}































