/* Write your styles */
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: 74.47916666%;}
.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; }


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;
}

/* 鍏ㄥ眬 css 鍙橀噺 */
:root{
    --themeColor: #1d509b;
    --themeColor2: #e39035;
}
/* #0f6ff9  #2d73f0*/

/* 鍏ㄥ眬鏍峰紡 */
/* [class*=am-u-] { padding-left: 0; padding-right: 0; } */

.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: 3.2rem;font-weight: 500;color: #333;white-space: nowrap;line-height: normal;line-height: 1;}
.all-title-box .subtitle{font-size: 4rem;color: #333;font-weight: bold;margin-top: 2.5rem;line-height: 1.35;}
.all-title-box .entitle{font-size: 2.4rem;color: #e3ecec;white-space: nowrap;line-height: normal;}
.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; }

.flex{display: flex;}
.order1{order: 1;}

.ohide{overflow: hidden;}
.ju-start{justify-content: flex-start!important;height: 90px;}

.c5{transition: all .5s;}
.c1{transition: all 1s;}
.position-re{position: relative!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{width: 16rem;height: 5.6rem;line-height: 5.6rem;border-radius: 0;background: var(--themeColor);display: block;color: #fff;font-size: 1.8rem;position: relative;text-align: center;border: none; }

.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; }

.ty-subtitle{ font-size: 4rem; color: #333; font-weight: 500;line-height: 6rem;letter-spacing: -0.05rem; }
.ty-hover-box{overflow: hidden;}
.ty-hover-box img{transition: all .5s ease-out;}
.ty-hover-box:hover img{transform: scale(1.1);}

/* ty-more */
.ty-more{display: flex;align-items: center;padding: 1.5rem 3rem;border-radius: 2.5rem;border: 1px solid #acacac;line-height: 1;max-width: 18rem;}
.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.9rem;}
.ty-more .tt{font-size: 1.8rem;color: #333;padding-right: 2rem;}
.ty-more:hover .icon svg{transform: translateX(1rem);}
.ty-more:hover .icon img{transform: translateX(1rem);}

.ty-more.w-more{border: 1px solid #fff;}
.ty-more.w-more .icon img{filter: invert(1);}
.ty-more.w-more .tt{color: #fff;}


.ty-bgimg{ background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; position: relative; overflow: hidden; }
.ty-scalebg{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1;}
.ty-scalebg img{ width: 100%; height: 100%; object-fit: cover; transition: all 5s linear; transform: scale(1.1);}
.swiper-slide-active .ty-scalebg img{ transform: scale(1); }
/*  */
.ny-title-box{position: relative;}
.ny-title-box .entitle{font-size: 4.2rem; line-height: 5.2rem; font-family: 'Century'; word-break: normal;}
.ny-title-box .cntitle{font-size: 3.2rem; line-height: 4.8rem; font-weight: 500; margin-top: 1.2rem;}
.ny-title-box .line{width: 10rem;height: .1rem;margin: 2rem auto;background: var(--themeColor2);}


/* swiper-screen  */
html,body {position: relative;}

.swiper-screen{width: 100%;height: 100vh;margin-left: auto;margin-right: auto;}
.swiper-screen>.swiper-wrapper{    height: auto !important; }
.swiper-screen>.swiper-wrapper>.swiper-slide{ overflow:hidden;}
.swiper-screen>.swiper-wrapper>.swiper-slide:last-child{height:auto !important;}

.swiper-screen>.swiper-scrollbar{ right:0;top:0; height:100%; width:15px;background:rgb(243,243,243);border-radius: 0;}
.swiper-screen>.swiper-scrollbar .swiper-scrollbar-drag{ border-radius:0; background:rgb(193,193,193)}
.swiper-screen .screen-pa { right: initial; left: 5rem; top: 50%;z-index: 500; }
.swiper-screen .screen-pa .swiper-pagination-bullet { width: auto; height: auto; display: inline-block; border-radius: 0; background: none;line-height: 1; opacity: 1; margin: 4rem 0;display: block; color: #fff;font-family: initial;transition: all .3s ease-out;position: relative;opacity: 1;}
.swiper-screen .screen-pa .swiper-pagination-bullet b{opacity: 0;}
.swiper-screen .screen-pa .swiper-pagination-bullet:hover b{opacity: 1;}
.swiper-screen .screen-pa .swiper-pagination-bullet::before { content: "";width: 1.2rem;height: 1px;background: #fff;position: absolute; right: calc(100% + 1rem);top: 50%;transform: translateY(-50%);transition: all .3s ease-out; }
.swiper-screen .screen-pa .swiper-pagination-bullet-active { background: none; opacity: 1; }
.swiper-screen .screen-pa .swiper-pagination-bullet-active b{ opacity: 1; }
.swiper-screen .screen-pa .swiper-pagination-bullet.swiper-pagination-bullet-active::before { width: 4rem;}

.swiper-screen .screen-pa.theme .swiper-pagination-bullet {color: var(--themeColor);}
.swiper-screen .screen-pa.theme .swiper-pagination-bullet::before {background: var(--themeColor);}


.f-center{height: 100vh;display: flex;align-items: center;}
.w-100{width: 100%;}

/* heaser */
header{position: relative;min-height: 8rem;width: 100%;}
.header{position: relative;top: 0;left: 0;width: 100%;z-index: 999;transition: all .3s ease-out;background: #fff;box-shadow: 0 3px 12px rgba(98,107,181,.25);}
/* .header *{transition: all .3s ease-out;} */
.header.down{ box-shadow: 0 3px 12px rgba(98,107,181,.25);}

.header .main{display: flex;justify-content: space-between;align-items: center;}
.header .main .top-logo{flex-shrink: 0;}
.header .main .top-logo img{height: 5.5rem;}
.header .main .top-logo .def{display: block;}
.header .main .top-logo .act{display: none;}
.header .main .top-menu{/**flex: 1;**/}
.header .main .top-menu ul{display: flex;gap: 5rem;}
.header .main .top-menu ul li{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.6rem;color: #333;white-space: nowrap;line-height: 8rem;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: 0;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);font-weight: bold;}
.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-shrink: 0;display: flex;align-items: center;margin-left: 3.75rem;}
.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: 1.4rem;background: #ebebeb;margin: 0 2.5rem;}
.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 img{width: 2.1rem;cursor: pointer;}
.header .main .top-tool .top-language{position: relative;margin: 0 3rem;display: flex;align-items: center;min-height: 8rem;}
.header .main .top-tool .top-language img{width: 2.4rem;cursor: pointer;}
.header .main .top-tool .top-language:hover .subnav {opacity: 1;visibility: visible;top: calc(95%);}

/* 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: 160%;background-color: #FFF;margin: 0;box-shadow: 0 2px 38px rgb(0 0 0 / 15%);height: auto;z-index: 199;top: 130%;left: 50%;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;}
.top-menu ul li:hover .subnav {opacity: 1;visibility: visible;top: calc(95%);}

.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;}
.subnav .item{border-bottom: 1px solid #f5f5f5;}
.subnav .item:first-child{border-radius: 5px 5px 0 0;}
.subnav .item a{font-weight: 400;color: #666;padding: 8px 10px;line-height: 22px;text-align: center;display: block;transition: all .2s ease-in-out;font-size: 1.4rem;}
.subnav .item a:hover{color: var(--themeColor);}

/* 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-menubar{cursor: pointer;display: none;}
.bar-line{width: 26px;height: 2px;background-color: #76838f;margin: 6px;}
.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;overflow: hidden;}
.banner-swiper .item .img-box img{width: 100%;height: calc(100vh - 8rem);object-fit: cover;min-height: 300px;}
.banner-swiper .item .am-container{position: absolute;width: 100%;margin: 0 auto;height: 100%;top: 0;left:50%;transform: translateX(-50%);display: flex;justify-content: flex-start;align-items: center;}
.banner-swiper .item .cont-box{display: flex;flex-direction: column;align-items: flex-start;}
.banner-swiper .item .cont-box .p1{font-size: 4rem; color: #fff;line-height: 1;font-weight: lighter;letter-spacing: .05em;}
.banner-swiper .item .cont-box .p2{font-size: 5.4rem;color: #fff;line-height: 1;margin-top: 5rem;margin-bottom: 3rem;font-weight: bold;letter-spacing: 0.06em;}
.banner-swiper .item .cont-box .p3{font-size: 1.6rem;color: #fff;line-height: 1;margin-bottom: 6.5rem;text-transform: uppercase;font-weight: lighter;letter-spacing: 0.16em;}
.banner-swiper .item .cont-box .btn{position: relative;}

/* banner-tool */
.banner-tool { position: absolute; bottom: 3.4rem; width: 100%; left: 50%; transform: translateX(-50%); z-index: 100;display: flex;align-items: center;}
.banner-tool .btn{cursor: pointer;}
.banner-tool .btn img{transition: all .3s;}
.banner-tool .btn:hover img{transform: scale(1.1);}

.banner-swiper .banner-pa{width: auto;font-size: 1.8rem;color: #666;line-height: 1;padding: 0 3rem;}
.banner-swiper .banner-pa span{padding: 0 .2rem;}
.banner-swiper .banner-pa span.current{font-size: 2.2rem;color: #fff;font-weight: bold;}

.banner-swiper .down{position: absolute;left: 50%;bottom: 5rem;transform: translateX(-50%);text-align: center;z-index: 20; }
.banner-swiper .down .mouse{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite; }
.banner-swiper .down img{height: 3.4rem;}
.banner-swiper .down p{font-size: 1.4rem;color: #fff;line-height: 1;margin-top: 1rem;}

/* scroll-tips */
.scroll-tips{position: absolute;bottom: 2.5rem;left: 50%;display: flex;flex-direction: column; align-items: center;z-index: 100;overflow: hidden;transform: translateX(-50%);}
.scroll-tips .mouse{width: 2.2rem;height: 3.2rem;border-radius: 1.1rem;border: .2rem solid #fff;position: relative;}
.scroll-tips .txt{font-size: 1.4rem;color: #fff;margin-top: .5rem;}
.scroll-tips .mouse:before{content: '';position: absolute;left: 50%;top: .8rem;width: .2rem;height: .8rem;background: #fff;border-radius: 50%;margin-left: -.1rem;animation: scroll 2s infinite;}
@keyframes scroll{0%{opacity: 1;}100%{opacity: 0;transform: translateY(2rem);}}


/* 鍔ㄧ敾 */
.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)}}

/* hxyw */
.hxyw{position: relative;overflow: hidden;}
.hxyw .bg-icon{position: absolute; animation: myrotate 20s linear infinite; }
.hxyw .bg-icon img{ animation: myscale 5s linear infinite; animation-timing-function: ease-out; }
.hxyw .bg-icon1{left: 5%;top: 12%;}
.hxyw .bg-icon2{right: -6%; bottom: -16%;}
.hxyw .main{display: flex;}
.hxyw .main .left{max-width: 320px;flex-shrink: 0;padding-top: 4rem;}
.hxyw .main .left .note{font-size: 1.6rem;color: #999;margin-top: 4.5rem;}
.hxyw .main .left .more{margin-top: 10rem;}

.hxyw .main .right{flex: 1;padding-left: 10%;} 
.hxyw .main .list{display: flex;} 
.hxyw .main .list li{padding-right: 2rem;width: 19.5729166vw;} 
.hxyw .main .list li a{position: relative;display: block;} 
.hxyw .main .list li a .img-box{width: 100%;overflow: hidden;} 
.hxyw .main .list li a .img-box img{width: 100%;transition: all .5s ease-out;} 
.hxyw .main .list li a:hover .img-box img{transform: scale(1.1);}
.hxyw .main .list li a .cont-box{width: 100%;height: auto;position: absolute;bottom: 0;left: 0;z-index: 10;padding: 3rem;display: flex;justify-content: space-between;color: #fff;align-items: center;} 
.hxyw .main .list li a .cont-box .tt{font-size: 2.2rem;font-weight: bold;line-height: 1.2727;} 
.hxyw .main .list li a .cont-box .icon{max-width: 4.9rem;} 
.hxyw .main .list li a:hover .cont-box .icon{ animation: myshake .5s; animation-timing-function: ease-out; } 

@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);} }
/* 鏃嬭浆鍔ㄧ敾 */
@keyframes myrotate { 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);} }
/* 鏀惧ぇ鍙堢缉灏忓姩鐢� */
@keyframes myscale { 0% {transform: scale(.75);} 25% {transform: scale(1);} 50% {transform: scale(.75);} 75% {transform: scale(1); } 100% {transform: scale(.75); } }


/* hyyy */
.hyyy{position: relative;}
.hyyy .cont-box{position: relative;}
.hyyy .cont-box .note{font-size: 1.6rem;color: #999;line-height: 1.75;text-align: center;max-width: 565px;margin: 0 auto;margin-top: 5rem; margin-bottom: 7rem;}
.hyyy .list{display: flex;margin: 0 1.25rem;flex-wrap: wrap;}
.hyyy .list li{padding: 1.25rem;}
.hyyy .list li .img-box{width: 100%;overflow: hidden;position: relative;transition: all .5s ease-out;border-radius: 100%;}
.hyyy .list li:hover .img-box{box-shadow: 0 0 1rem #ebebed;}
.hyyy .list li .img-box .img{width: 100%;transition: all .5s ease-out;}
.hyyy .list li:hover .img-box .img{transform: scale(1.1);}
.hyyy .list li .img-box .icon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 10;}
.hyyy .list li .img-box .icon img{max-height: 5.3rem;}
.hyyy .list li:hover .img-box .icon img{ animation: myshake .5s; animation-timing-function: ease-out; }
.hyyy .list li .tt{text-align: center;margin: 2rem 0;font-size: 2rem;color: #fff;font-weight: 400;}

/* pro */
.pro{position: relative;}
.pro .top{display: flex;justify-content: space-between;align-items: center;padding-bottom: 2rem;}
.pro .main{display: flex;}
.pro .main .left{width: 38.57142857%;display: flex;flex-direction: column;}
.pro .main .right{width: 61.42857%;padding-left: 6rem;}

.pro-cont-swiper{ width: 100%;margin: 0;flex: 1;display: flex;flex-direction: column;}
.pro-cont-swiper .swiper-wrapper{flex: 1;}
.pro-cont-swiper .item{position: relative;}
.pro-cont-swiper .item .cont-box{padding-top: 4rem;}
.pro-cont-swiper .item .title{font-size: 2.8rem;color: #000;line-height: 1.35714;}
.pro-cont-swiper .item .note{font-size: 1.6rem;color: #999;margin: 3rem 0;line-height: 1.75;min-height: 8.4rem;}
/* .pro-cont-swiper .item .ty-more{} */
.pro-cont-swiper .tool{display: flex;align-items: center;justify-content: flex-end;position: relative;z-index: 10;padding: 4rem 0 2rem;}
.pro-cont-swiper .tool .cst-pa{font-family: initial;font-size: 1.6rem;color: #999;font-weight: bold;}
.pro-cont-swiper .tool .cst-pa span{padding: 0 .25rem;}
.pro-cont-swiper .tool .cst-pa span.now{color: #333;}
.pro-cont-swiper .tool .switch {position: relative;}
.pro-cont-swiper .tool .switch .btn{margin-left: 2rem;cursor: pointer;color: #999;}
.pro-cont-swiper .tool .switch .btn:hover{color: var(--themeColor);}

.pro-thumb-swiper{width: 100%;position: relative;}
.pro-thumb-swiper>.swiper-slide{position: relative;}
.pro-thumb-swiper .img-box{overflow: hidden;border: .2rem solid #eceeef;cursor: pointer;}
.pro-thumb-swiper .swiper-slide-thumb-active .img-box{overflow: hidden;border: 2px solid var(--themeColor);}
.pro-thumb-swiper .img-box img{width: 100%;}

.pro-img-swiper{width: 100%;height: 100%;
   background: #edeef0;
}
.pro-img-swiper .swiper-slide{height: 100%;width: 100%;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.pro-img-swiper .swiper-slide img{transition: all .5s ease-out;width: 100%;height: 100%;object-fit: cover;}
.pro-img-swiper .swiper-slide-active img{transform: scale(1.1); }

.pro-img-swiper{width: 100%;margin: 0;}

/* ab */
.ab{position: relative;}
.ab canvas{display: block; position: absolute;}
.ab .cont-box{max-width: 380px;}
.ab .cont-box .note{font-size: 1.6rem;line-height: 1.75;color: #fff;margin: 4rem 0 8rem;text-align: justify;}

.ab-data{position: absolute;width: 54.1666666%;height: 100%;top: 0;right: 0;}
.ab-data ul{width: 100%;height: 100%;display: flex;flex-wrap: wrap;}
.ab-data ul li{width: 50%;height: 50%;padding: 0 10%;display: flex;flex-direction: column;justify-content: center;margin-top: -1px;margin-bottom: -1px;margin-right: -1px;border: 1px solid rgb(255 255 255 / 40%);border-bottom: 0;}
.ab-data ul li .tt{font-size: 1.8rem;font-weight: 400;line-height: 1;color: #fff;}
.ab-data ul li .num-box{display: flex;align-items: baseline;line-height: 1;margin: 4.5rem 0}
.ab-data ul li .num-box .num{font-size: 8rem;font-weight: bold;color: #fff;font-family: initial;font-weight: 400;}
.ab-data ul li .num-box .dw{font-size: 1.8rem;color: #fff;padding-left:2rem;}
.ab-data ul li .icon{display: flex;justify-content: flex-end;}
.ab-data ul li .icon img{max-height: 5.5rem;}

/* news */
.news{position: relative;background-position: center bottom;}
.news .top{display: flex;justify-content: space-between;align-items: center;}
.news .top .switch-box{display: flex;}
.news .top .switch-box .btn{margin-left: 3rem;width: 5rem;height: 5rem; border-radius: 50%;border: 2px solid #e1e1e1;color: #999;display: flex;justify-content: center;font-size: 1.8rem;align-items: center;cursor: pointer;}
.news .top .switch-box .btn svg{transition: all .3s;fill: #999;}
.news .top .switch-box .btn:hover{ border-color: var(--themeColor);color: var(--themeColor);}
.news .top .switch-box .btn.act{ border-color: var(--themeColor);color: var(--themeColor);}
.news .top .switch-box .btn.act svg{ fill: var(--themeColor);}
.news .top .switch-box .next:hover svg{ transform: translateX(5px); fill: var(--themeColor);}
.news .top .switch-box .prev:hover svg{ transform: translateX(-5px); fill: var(--themeColor);}

.news-swiper{margin: 0 -3rem;}
.news-swiper .item{padding: 3rem;display: block;}
/* .news-swiper .item:hover { box-shadow: 0 2px 2rem rgb(0 0 0 / 10%); } */
.news-swiper .swiper-slide-next .item{border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;}
.news-swiper .item .date{font-size: 1.6rem;color: #999;line-height: 1;}
.news-swiper .item .tt{font-size: 1.8rem;line-height: 1.5;color: #333;margin: 4rem 0;height: 5.4rem;transition: all .3s;}
.news-swiper .item:hover .tt{color: var(--themeColor);}
.news-swiper .item .cate{display: flex;margin-bottom: 3rem;}
.news-swiper .item .cate span{display: block;line-height: 1;font-size: 1.4rem;padding: .8rem 1.6rem;color: #999;border: 1px solid #d7d7d7;border-radius: 1.6rem;}
.news-swiper .item .img-box{overflow: hidden;}
.news-swiper .item .img-box img{width: 100%;transition: all .5s;}
.news-swiper .item:hover .img-box img{transform: scale(1.1);}

footer{position: relative;background: #040a17;}
.f-top{display: flex;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid rgba(255,255,255,.15);}
.f-logo{flex-shrink: 0;}
.f-logo img{height: 4.2rem;}
.f-nav{display: flex;}
.f-nav li{margin: 0 3.5rem;}
.f-nav li:last-child{margin-right: 0;}
.f-nav li a{font-size: 1.6rem;color: rgba(255,255,255,.7);}
.f-nav li a:hover{color: #fff;}
.f-cat{display: flex;flex-wrap: wrap;}
.f-cat .item{margin-right: 7.14285%;min-width: 200px;}
.f-cat .item.addr{flex: 1;}
.f-cat .item .icon{height: 4.2rem;}
.f-cat .item .tt{font-size: 1.8rem;color: rgba(255,255,255,.7);line-height: 1;margin: 2.5rem 0;font-weight: 400;}
.f-cat .item .p1{font-size: 1.6rem;color: #fff;line-height: 2;}
.f-cat .f-code{text-align: center;}
.f-cat .f-code img{max-width: 10rem;}
.f-cat .f-code .tt{margin-top: 1rem;font-size: 1.6rem;color: rgba(255,255,255,.7);line-height: 1;}
.f-link{position: relative;padding-bottom: 3rem;}
.f-link span{font-size: 1.4rem;color: rgba(255,255,255,.5);}
.f-link a{font-size: 1.4rem;color: rgba(255,255,255,.5);padding-right: 1rem;}
.f-link a:hover{color: #fff;text-decoration: underline;}

.copyright{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;border-top: 1px solid rgba(255,255,255,.15);}
.copyright .p1{font-size: 1.4rem;color: rgba(255,255,255,.5);}
.copyright .p1 a{color: rgba(255,255,255,.5);}
.copyright .p1 a:hover{text-decoration: underline;color: #fff;}
.copyright .p1 a img{height: 2rem;margin-top: -1rem;}

/* ny-banner */
.ny-banner{position: relative;overflow: hidden;}
.ny-banner .img-box{overflow: hidden;}
.ny-banner .img-box img{width: 100%;min-height: 68rem;object-fit: cover;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;}
.ny-banner .cont-box .cont{color: #fff;line-height: 1;max-width: 500px;}
.ny-banner .cont-box .cont .title{font-size: 4.8rem;font-weight: bold;text-shadow: 3px 3px 3px rgba(0,0,0,0.4);}
.ny-banner .cont-box .cont .entitle{font-size: 2rem;margin: 3rem 0 8rem;}
.ny-banner .cont-box .cont .subtitle{font-size: 2rem;margin: 3rem 0 8rem;line-height: 1.5;letter-spacing: .14em;text-shadow: 3px 3px 3px rgba(0,0,0,0.4);}
.ny-banner .cont-box .cont .jt{width: 4.8rem;height: 4.8rem;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;cursor: pointer;box-shadow: 3px 3px 3px rgba(0,0,0,0.2);}
.ny-banner .cont-box .cont .jt .icon{height: 1.6rem;}

.updown { -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite; }

@keyframes bigimgani{0%{transform:scale(1.1);} 100%{transform:scale(1.0);}}
@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);}
}

/* ny-qywh */
.ny-qywh{position: relative;}
.ny-qywh .list{position: relative;}
.ny-qywh .list li{position: relative;margin-bottom: 3.5rem;}
.ny-qywh .list li:last-child{margin-bottom: 0;}
.ny-qywh .list li .img-box{overflow: hidden;}
.ny-qywh .list li .img-box img{width: 100%;height: 100%;object-fit: cover;min-height: 180px;}
.ny-qywh .list li .cont-box{position: absolute;top: 50%;left: 50%;max-width: 1400px;padding: 0 20px;text-align: center;color: #fff;top: 50%;transform: translate(-50%,-50%);width: 100%;text-shadow: 3px 3px 0px rgb(0 0 0 / 20%);}
.ny-qywh .list li .cont-box .tt{font-size: 2.8rem;font-weight: 400;margin-top: 1rem;}
.ny-qywh .list li .cont-box .subtt{font-size: 3.4rem;font-weight: bold;}

/* ny-ab */
.ny-ab{position: relative;}
.ny-ab .main{display: flex;align-items: flex-end;justify-content: space-between;}
.ny-ab .main .cont-box{width: 50%;}
.ny-ab .main .cont-box .all-title-box .title{font-weight: 500;}
.ny-ab .main .subtitle{font-size: 2.6rem; color: #333; font-weight: 400; margin: 4.5rem 0 6rem; line-height: 1; padding-bottom: 4.5rem; border-bottom: 1px solid #E1E1E1; max-width: 90%; padding-left: 4rem; position: relative;}
.ny-ab .main .subtitle::before{ content: "";width: 2.4rem;height: 2.8rem;position: absolute;top: 0; left: 0;transform: skewX(-10deg);background: var(--themeColor); }
.ny-ab .main .subtitle::after{ content: "";width: 20%; background: var(--themeColor); height: 3px; position: absolute; bottom: -2px; left: 0;}
.ny-ab .main .cont-box .cont{font-size: 1.8rem;line-height: 2;text-align: justify;text-indent: 2em;}
.ny-ab .main .img-box{width: 40%;}
.ny-ab .main .img-box img{width: 100%;}
.ny-ab .bg { z-index: -1; position: absolute; top: 10%; right: 12.76041667%; width: 30%;}
.ny-ab .bg img{ width: 100%;transition: all 0s linear; position: relative;}


/* zzzs */
.zzzs{position: relative;overflow: hidden;}
.zzzs .hd{display: flex;justify-content: space-between;align-items: center;}
.zzzs .cla{display: flex;}
.zzzs .cla .item{position: relative;margin: 0 2rem;font-size: 1.8rem;color: #333;line-height: 5rem;cursor: pointer;}
.zzzs .cla .item::after{content: "";width: 0;height: .3rem;background: var(--themeColor);position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: all .5s;}
.zzzs .cla .item.on::after{width: 100%;}
.zs-swiper1{position: relative;}
.zs-swiper1 .item1{width: 100%;position: relative;}
.zs-swiper2 {position: relative;}
.zs-swiper2 .item2{padding: 2.5rem;border: 1px solid var(--themeColor);border-radius: 1.5rem;transition: all .3s;}
.zs-swiper2 .item2:hover{box-shadow: inset 0 0 0 2px var(--themeColor);}
.zs-swiper2 .item2 .img-box{overflow: hidden;}
.zs-swiper2 .item2 .img-box img{width: 100%;}
.zs-swiper2 .item2 .tt{font-size: 1.8rem;color: #333;margin-top: 2rem;text-align: center;}

.zs-pa{display: flex;justify-content: center;align-items: center;padding: 8rem 0 4rem;}
.zs-pa .swiper-pagination-bullet{ width: 1.5rem; height: 1.5rem;margin: 0 1rem;display: flex;border-radius: 100%;border: 1px solid transparent; border-radius: 100%; background: none;position: relative;justify-content: center;align-items: center; opacity: .5; }
.zs-pa .swiper-pagination-bullet::after{ content: "";width: .5rem;height: .5rem;background: var(--themeColor);border-radius: 100%;transition: all .3s ease-out; display: block; }
.zs-pa .swiper-pagination-bullet-active{ border: 1px solid var(--themeColor);opacity: 1; }

/* qyzw */
.qyzw{position: relative;min-height: 500px;}
.qyzw canvas{position: absolute;left: 0;top: 0;width: 100vw!important;height: 100%;}
.qyzw .main{position: relative;margin: 0 auto;position: relative;z-index: 10;max-width: 1400px;}
.qyzw .subtitle{font-size: 2.8rem;line-height: 1.75;font-weight: 500;color: #fff;margin: 4rem 0;text-align: center;}
.qyzw .note{font-size: 1.8rem;line-height: 1.75;font-weight: 500;color: #fff;text-align: justify;}

/* hzkh */
.hzkh{position: relative;background: #f5f5f5;}
.hzkh ul{display: flex;flex-wrap: wrap;margin: 0 -1%}
.hzkh ul li{padding: 1%;height: 16rem;}
.hzkh ul li .img-box{padding: 2rem;transition: all .5s;display: flex;justify-content: space-between;align-items: center;background: #fff;height: 100%;justify-content: center;border: 1px solid #E5E5E5;}
.hzkh ul li img{max-height: 70%;max-width: 70%;}

/* ny-cla */
.ny-cla{position: relative;background: #fff;}
.ny-cla .cate{display: flex;align-items: center;background: #fff;padding: 3rem 0;overflow-x: auto;}
.ny-cla .cate li{margin-right: 3rem;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); }


/* ny-pro */
.ny-pro{position: relative;background: #f5f5f5;}
.pro-list{display: flex;flex-wrap: wrap;margin: 0 -1rem;}
.pro-list li{padding: 1rem;position: relative;}
.pro-list li *{transition: all .4s ease;}
.pro-list li a{display: block;background: #fff;border-radius: 1.4rem;overflow: hidden;}
.pro-list li a:hover{box-shadow: 0px 15px 60px 0px rgba(5, 15, 26, 0.1);}
.pro-list li a .cont-box{padding: 3rem;}
.pro-list li a .cate{display: flex;}
.pro-list li a .cate h2{ font-size: 12px; border: 1px solid var(--themeColor); padding: 5px 20px; border-radius: 50px;font-weight: 400; color: #000; text-align: center; display: inline-block; color: var(--themeColor); }
.pro-list li a .tt{ font-size: 2.2rem;color: #1a1a1a; margin-top: 1rem;}
.pro-list li a:hover .tt{color: var(--themeColor);}
.pro-list li a .img-box{overflow: hidden;margin: 0 3rem;}
.pro-list li a .img-box img{width: 100%;}
.pro-list li a:hover .img-box img{transform: scale(1.06);}
.pro-list li a .more{padding: 3rem;text-align: center;display: flex; justify-content: center; align-items: center; line-height: 1;}
.pro-list li a .more i{position: relative;width: 2.2rem;height: 2.2rem;border: 2px solid #333;border-radius: 100%;display: inline-block;vertical-align: middle;box-sizing: border-box;transition: all .4s ease;}
.pro-list li a .more i::before,.pro-list li a .more i::after {content: '';position: absolute;left:50%;top:50%;background: #333;}
.pro-list li a .more i::before {width: .2rem;height: 1rem;margin: -.5rem 0 0 -.1rem;}
.pro-list li a .more i::after {width: 1rem;height: .2rem;margin: -.1rem 0 0 -.5rem;}
.pro-list li a .more span{display: inline-block;vertical-align: middle;font-size: 1.8rem;margin-left: 1rem;}
.pro-list li a:hover .more i{transform: rotate(180deg);border: 2px solid var(--themeColor);}
.pro-list li a:hover .more i::before,.pro-list li a:hover .more i::after {background: var(--themeColor);}
.pro-list li a:hover .more span {color: var(--themeColor);}

/* 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;}
.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.no-init li a:hover p{color: var(--themeColor);}
.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; }

/* ny-news */
.ny-news{background: #f5f5f5;}
.ny-news-list{display: flex;flex-wrap: wrap;margin: 0 -1.5rem;}
.ny-news-list li{padding: 1.5rem;}
.ny-news-list li a{display: block;background-color: #fff;position: relative;}
.ny-news-list li a::after{ content: ''; position: absolute; bottom: 0; left: 50%; width: 0%; height: .4rem; background: var(--themeColor); transition: all .4s ease; -webkit-transition: all .4s ease; }
.ny-news-list li a:hover::after{ width: 100%; left: 0%; }
.ny-news-list li a .img-box{overflow: hidden;}
.ny-news-list li a .img-box img{width: 100%;transition: all .5s;}
.ny-news-list li a:hover .img-box img{transform: scale(1.1);}
.ny-news-list li a .cont-box{padding: 2rem 3rem;}
.ny-news-list li a .cont-box .title{ font-size: 2rem; line-height: 1.5; height: 6rem; font-weight: 400;}
.ny-news-list li a .cont-box .tc{ font-size: 1.4rem; color: #666666; margin-top: 3rem; font-family: arial; }


/* 鏂伴椈鍐呭 */
.ny-news-de{background: #f5f5f5;}

.ny-news-l{width: calc(100% - 480px);float: left;background: #ffffff;padding: 50px 3%;box-sizing: border-box;box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .07);border-radius: 0;}
.ny-news-r{width: 440px;float: right;padding: 30px 2.3% 0;box-sizing: border-box;background: #fff;border-radius: 0;}

.nynews-head{ border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:20px;}
.nynews-head h1{ font-size:26px; 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 img{margin-bottom: 10px;}
.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;border-radius: 0;}
	.ny-news-r{width: auto;float:none;margin-top:15px;padding-top:10px;padding-left: 1.5rem;padding-right: 1.5rem;}

	.nynews-head h1{ font-size:16px;}
	.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;}
}


/* 浜烘墠鎷涜仒 */
.rczp{position: relative;background: #f5f5f5;overflow: hidden;}

.rczp-info{ display: flex; justify-content: space-between; }
.rczp-info .img-box{ width: 45%; }
.rczp-info .img-box img{ width: 100%; height: 100%; object-fit: cover; }
.rczp-info .cont-box{ width: 50%; padding: 3rem 0;}
.rczp-info .cont-box .all-title-box .title{line-height: 1;margin: 3rem 0;}
.rczp-info .cont-box .note{ font-size: 1.8rem; line-height: 2; color: #666; }

.recsh_con{ margin-bottom:6rem;}
.recsh_con  .boxs .top{width: 100%;line-height: 8rem;padding: 0 5vw 0 3.85vw;display: flex;justify-content: space-between;background-color: var(--themeColor);color: #ffffff;color: #FFFFFF;font-size: 1.8rem;margin-top: 1.82vw;}
.recsh_con  .boxs .top .li{width: auto;min-width: 10%;max-width: 25%;text-align: center;font-family: hm;}
.recsh_con  .boxs .top .li:nth-child(2){width: 100px;text-align: center;}

.recsh_con  .boxs .box{border: 1px solid #EEEEEE;margin-top: 1.82vw;background: #fff;}
.recsh_con  .boxs .box .top1{width: 100%;line-height: 93px;padding: 0 5vw 0 3.85vw;display: flex;justify-content: space-between;font-size: 1.6rem;color: #000000;background-color: #f9fafb;border-bottom: 1px solid #EEEEEE;}
.recsh_con  .boxs .box .top1 .li{width: auto;min-width: 10%;max-width: 25%;text-align: center;font-family: hm;line-height:2;padding:1vw 0;}
/* .recsh_con  .boxs .box .top1 .li:nth-child(2){width: 100px;text-align: center;} */
.recsh_con  .boxs .box .top1 .li.btn{color: var(--themeColor);cursor: pointer;}
.recsh_con  .boxs .box .top1 .li.btn span{display: inline-block;padding-right: 18px;background: url(../images/rec_jt1.png)no-repeat right center;}
.recsh_con  .boxs .box.on .top1 .li.btn span{background-image: url(../img/rec_jt2.png);}
.recsh_con  .boxs .box.on .top1{background-color: transparent;}
.recsh_con  .boxs .box .con1{margin: 0 4.7vw;width: calc(100% - 9.4vw);position: relative;overflow:hidden;padding: 2.4vw 0 3.6vw 0;}
.recsh_con  .boxs .box .con1.box-no{display: none;}
.recsh_con  .boxs .box .con1.box-active{height: auto;display: block;}
.recsh_con  .boxs .box .con1 .item{width: 100%;margin-top:2.4vw;font-size: 1.6rem;line-height: 1.8;}
.recsh_con  .boxs .box .con1 .item:first-child{margin-top: 0;}
.recsh_con  .boxs .box .con1 .item .h{font-size: 16px;line-height: 20px;color: #000000;margin-bottom: 1.8vw;font-family: hm;}
.recsh_con  .boxs .box .con1 .item .p{font-size: 16px;line-height: 30px;color: #666666;font-family: hl;}

/* ny-cat */
.ny-cat{position: relative;}
.ny-cat .main{display: flex;background: #f9fafb;border-radius: .5rem;padding: 8rem 6rem;flex-wrap: wrap;}
.ny-cat .main .info{width: 40%;padding-right: 1%;}
.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: 2rem;color: var(--themeColor);margin-bottom: 1.5rem;}
.ny-cat .main .info .list li .p1{font-size: 1.8rem;;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 8rem;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); }
.ny-cat .main .msg form .item button{ border-radius: 0;border-radius: .75rem; }

/* bus */
.bus{position: relative;background: #f5f5f5;}
.bus .list{position: relative;}
.bus .list li{margin-bottom: 6rem;}
.bus .list li a{display: flex;justify-content: space-between;background: #fff;}
.bus .list li a .img-box{width: 45%;overflow: hidden;}
.bus .list li:nth-child(2n) a .img-box{order: 1;}
.bus .list li a .img-box img{width: 100%;transition: all .7s;height: 100%;object-fit: cover;}
.bus .list li a:hover .img-box img{transform: scale(1.07);}
.bus .list li a .cont-box{width: 55%;display: flex;flex-direction: column;justify-content: center;padding: 4rem 5rem;}
.bus .list li a .cont-box .title{font-size: 2.8rem;color: #333;font-weight: 500;}
.bus .list li a .cont-box .note{font-size: 1.6rem;line-height: 2;color: #666;margin: 4rem 0;}
.bus .list li a .cont-box .btn{position: relative;}



@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;}
    .swiper-screen .screen-pa{display: none;}
}

@media screen and (max-width:1024px){
    html {background: #fafafa;height: auto;}
    body{ margin:0 auto; background:#fff; zoom:1;height: auto;}
    .arccontent img{ height:auto !important;max-width: 100%!important;}

    .am-container{padding-left: 20px;padding-right: 20px;}

    .swiper-screen { width: 100%; height: auto;}
    .swiper-screen>.swiper-wrapper { display: block; }

    .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;}

    .ty-btn { width: 13rem; height: 5rem; line-height: 5rem; font-size: 1.6rem; }

    .ty-more { padding: 1.5rem 2rem; max-width: 16rem;white-space: nowrap;}
    
    .all-title-box .title { font-size: 2.8rem; }
    .all-title-box .subtitle { font-size: 3rem; }

    .f-center{height: auto;}

    .ny-banner .img-box img { min-height: 40vh; }
    .ny-banner .cont-box .cont .title { font-size: 2.8rem; }
    .ny-banner .cont-box .cont .subtitle { font-size: 1.8rem; margin: 3rem 0 5rem; }

    .header .main .top-menu { display: none; }
    .header .main .top-tool .top-search {margin-right: 3rem;}

    .banner-swiper .item .cont-box .p1 { font-size: 3rem; }
    .banner-swiper .item .cont-box .p2 { font-size: 2.4rem; margin: 3rem 0; font-weight: 500; }
    .banner-swiper .item .cont-box .p3 { font-size: 1.6rem;margin-bottom: 0; margin-bottom: 6rem;}
    
    .hxyw .main{flex-wrap: wrap;}
    .hxyw .main .left{width: 100%;max-width: 100%;}
    .hxyw .main .left .more { margin-top: 5rem; }
    .hxyw .main .right { flex: auto;width: 100%; padding-left: 0%; margin-top: 5rem;}
    .hxyw .main .list {position: relative;flex-wrap: wrap;margin: 0 -1%;}
    .hxyw .main .list li { padding: 1%; width: 33.3333%; }
    .hxyw .main .list li a .cont-box { padding: 1rem; }
    .hxyw .main .list li a .cont-box .tt { font-size: 1.6rem; }
    .hxyw .main .list li a .cont-box .icon { max-width: 2.9rem; }
    
    .hyyy { padding: 4rem 0; }

    .pro { padding: 4rem 0; }

    .pro .main { display: flex;flex-wrap: wrap; }
    .pro .main .left { width: 100%; display: flex; flex-direction: column;order: 2; }
    .pro .main .right { width: 100%; padding-left: 0;margin-top: 2rem; }
    .pro-thumb-swiper { width: 100%; position: relative;display: none; }

    .pro-cont-swiper .item .title { font-size: 2.4rem; font-weight: 500;}

    .ab { padding: 4rem 0; }
    .ab-data ul li .num-box { margin: 2.5rem 0; }
    .ab-data ul li .num-box .num { font-size: 4rem; }

    .news {padding-top: 4rem; }
    .news-swiper .item .tt { margin: 2rem 0; }

    .ny-ab .main { display: flex;flex-wrap: wrap; }
    .ny-ab .main .cont-box { width: 100%; }
    .ny-ab .main .img-box { width: 100%; margin-top: 2rem;}
    .ny-ab .main .subtitle { margin: 3.5rem 0 4rem; padding-bottom: 3.5rem; max-width: 100%; padding-left: 4rem; }

    .ny-qywh .list li .cont-box .subtt { font-size: 2.4rem; }

    .qyzw { position: relative; min-height: 330px; }

    .ny-cla .cate { padding: 2rem 0;overflow-x: auto; }
    .ny-cla .cate li { margin-right: 1rem; flex-shrink: 0;}
    .ny-cla .cate li a { white-space: nowrap; }
    
    

}


@media screen and (max-width:768px){
    .ab .cont-box { max-width: 100%; }
    .ab .cont-box .note { margin: 4rem 0 4rem; }

    .ab-data { margin-top: 4rem; position: relative; width: 100%; height: 100%; top: initial; right: initial; }
    .ab-data ul li { padding: 7%; border: 1px solid rgb(255 255 255 / 40%); border-bottom: 1px solid rgb(255 255 255 / 40%); }
    .ab-data ul li .icon img { max-height: 4rem; }

    .ny-cat { position: relative; background: #f9fafb; }
    .ny-cat .main { display: flex; background: #f9fafb; border-radius: .5rem; padding: 4rem 2rem; flex-wrap: wrap; }
    .ny-cat .main .info { width: 100%;padding-right: 0;}
    .ny-cat .main .msg { flex: auto; width: 100%; padding: 4rem 2rem; margin: 0 -2rem; background: #fff; border-radius: .5rem; margin-top: 4rem; }

    .f-nav{display: none;}
    .f-cat .item { margin-bottom: 2rem; }
    .f-cat .item .tt { margin: 1.5rem 0; }
    .banner-tool .btn img { height: 1.8rem; }
    .banner-swiper .banner-pa { padding: 0 2rem; }

    .bus .list li { margin: 3rem 0; }
    .bus .list li a{flex-wrap: wrap;}
    .bus .list li a .img-box { width: 100%;}
    .bus .list li:nth-child(2n) a .img-box { order: 0; }
    .bus .list li a .cont-box { width: 100%; padding: 3rem 2rem; }
    .bus .list li a .cont-box .title { font-size: 2.4rem; }
    .bus .list li a .cont-box .note { font-size: 1.6rem; margin: 2rem 0; }

    .rczp-info { display: flex;flex-wrap: wrap; }
    .rczp-info .img-box { width: 100%; }
    .rczp-info .cont-box { width: 100%; padding: 3rem 0; }

    .recsh_con  .boxs .top { width: 100%; line-height: 50px; }
    .rczp-info .cont-box .all-title-box .title { line-height: 1; margin: 2rem 0; }

    .hzkh ul li { padding: 1%; height: 10rem; }
    .hzkh ul li .img-box { padding: 1rem; }

    .zzzs .hd { display: flex;flex-wrap: wrap; }
    .zzzs .cla { display: flex;width: 100%;margin-top: 3rem;}
    .zzzs .cla .item { margin-left: 0;}

}

@media screen and (max-width:640px){
    .banner-swiper .item .cont-box .btn {display: none; }
    .all-title-box .subtitle { font-size: 2.4rem; }
}

.jointop * { margin: 0;}
.jointop .topbox{
	padding-top: 10rem;
	padding-left: calc((100vw - 1440px) / 2);
	padding-bottom: 90px;
	display: flex;
	display: -webkit-flex;
	overflow: hidden;
	position: relative;
}
.jointop .topbox .leftbox{
	width: 47.143%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.jointop .topbox .leftbox .titleen{
	text-align: left;
}
.jointop .topbox .leftbox .titlecn{
	text-align: left;
}
.jointop .topbox .leftbox .linian{
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
}
.jointop .topbox .leftbox .linian span{
	color: var(--main-color);
}
.jointop .topbox .leftbox .shuoming{
	font-size: 18px;
	color: #666;
	line-height: 36px;
	padding-bottom: 90px;
}
.jointop .topbox .leftbox .tip{
	font-size: 15px;
	color: #999;
}
.jointop .topbox .leftbox .more{
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 15px 44px;
	margin-top: 30px;
	border-radius: 5px;
	background: var(--main-color);
	background: -webkit-gradient(linear, 0 100%, 100% 0, from(#086bb9), to(#138adf));
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}
.jointop .topbox .leftbox .more:hover{
	transform: translateY(-5px);
}
.jointop .topbox .rightbox{
	width: 52.857%;
	padding-bottom: 95px;
	position: relative;
}
.jointop .topbox .rightbox img{
	display: block;
	width: 100%;
}
.jointop .topbox .rightbox:after{
	content: "TALENT CONCEPT";
	display: block;
	width: 400%;
	font-size: 14.58333vw;
	position: absolute;
	bottom: 0;
	left: -30%;
	line-height: 0.78;
	opacity: 0.06;
	z-index: -1;
}
.joinbottom * { margin: 0;}
.joinbottom{
	padding-top: 150px;
	background: url(../images/joinbg.jpg) top center no-repeat;
	padding-bottom: 90px;
}
.joinbottom .joinmain{
	background-color: #fff;
	padding-top: 90px;
	box-shadow: 0 0 10px -5px #999;
}
.joinbottom .joinmain .joinul{
	padding: 50px 40px 30px;
}
.joinbottom .joinmain .joinul .joinlist{
	padding: 0 50px;
	margin-bottom: 40px;
	border: 1px solid #ddd;
}
.joinbottom .joinmain .joinul .joinlist .partone{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	border-bottom: 1px solid #ddd;
}
.joinbottom .joinmain .joinul .joinlist .partone .leftbox{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-left: 44px;
	background: url(../images/rentou.png) left center no-repeat;
}
.joinbottom .joinmain .joinul .joinlist .partone .rightbox{
	font-size: 15px;
	color: #999;
	padding-right: 20px;
	position: relative;
}
.joinbottom .joinmain .joinul .joinlist .partone .rightbox:after{
	content: "";
	display: block;
	font-family: swiper-icons;
	font-size: 12px;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/sjt.jpg);
	width: 13px; height: 6px;
}
.joinbottom .joinmain .joinul .joinlist .parttwo{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	padding: 26px 0;
}
.joinbottom .joinmain .joinul .joinlist .parttwo>div{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.joinbottom .joinmain .joinul .joinlist .parttwo>div>div{
	padding-right: 120px;
	font-size: 16px;
	color: #777;
	line-height: 32px;
}
.joinbottom .joinmain .joinul .joinlist .partthree{
	display: none;
	border-top: 1px solid #ddd;
}
.joinbottom .joinmain .joinul .joinlist .partthree .main{
	padding: 30px 0;
	line-height: 2;
	font-size: 16px;
	color: #777;
}
.joinbottom .joinmain .joinul .joinlist .partthree .main h4{
	color: #333;
	font-weight: normal;
}
.joinbottom .joinmain .joinul .joinlist .partthree .submitmail{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 30px;
}
.joinbottom .joinmain .joinul .joinlist .partthree .submitmail a{
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 15px 44px;
	border-radius: 5px;
	background: var(--main-color);
	background: -webkit-gradient(linear, 0 100%, 100% 0, from(#086bb9), to(#138adf));
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}
.titleen{
	font-size: 46px;
	color: #222;
	opacity: 0.09;
	text-align: center;
	font-weight: bold;
}
.titlecn{
	font-size: 42px;
	color: #333;
	text-align: center;
}
:root {
    --main-color: #0768b5;
}
.wrap{ max-width: 74.47916666%; margin: 0 auto;}
@media screen and (max-width: 1680px) {
	.wrap {max-width: 1300px;}
}
@media screen and (max-width: 1600px) {
	.jointop .topbox{padding-left: calc(50% - 650px);}
	.jointop .topbox .leftbox{padding-right: 30px;}
}
@media screen and (max-width: 1440px) {
	.wrap {max-width: 1200px;}
	.jointop .topbox{padding-left: calc(50% - 600px);}
}
@media screen and (max-width: 1400px) {
	.wrap{width: 94%;}
	.jointop .topbox{padding-left: 3%;}
	.jointop .topbox .leftbox{width: 45%;}
	.jointop .topbox .leftbox .linian{font-size: 30px;padding: 20px 0;}
	.jointop .topbox .leftbox .shuoming{line-height: 30px;padding-bottom: 40px;}
	.joinbottom .joinmain .joinul .joinlist .parttwo>div>div{padding: 0;flex-grow: 1;}

}
@media screen and (max-width: 1200px) {
	.jointop .topbox{padding-left: 40px;}
	.jointop .topbox{padding-top: 40px;padding-bottom: 40px;}
	.jointop .topbox .leftbox .linian{font-size: 26px;}
	.jointop .topbox .rightbox:after{left: -12%;}
	.joinbottom .joinmain{padding-top: 40px;}
	.joinbottom .joinmain .joinul{padding: 40px 3% 20px;}
}
@media screen and (max-width:1024px){
	.titleen{font-size: 38px;}
	.titlecn{font-size: 34px;}
}
@media screen and (max-width: 900px){
	.jointop .topbox{flex-direction: column;padding: 40px 3%;}
		.jointop .topbox .leftbox{width: 100%;padding: 0;margin-bottom: 20px;}
		.jointop .topbox .rightbox{width: 100%;padding-bottom: 60px;}
		.jointop .topbox .rightbox:after{left: 0; z-index: 2;}
		.joinbottom .joinmain .joinul .joinlist .parttwo>div{flex-wrap: wrap;}
		.joinbottom .joinmain .joinul .joinlist{padding: 0 3%;}
		.joinbottom{padding-bottom: 40px;}
		.jointop .topbox .leftbox .linian{font-size: 24px;}
}
@media screen and (max-width: 800px){
	.titleen{font-size: 34px;}
	.titlecn{font-size: 30px;}
	.about .aboutbottom h4{font-size: 24px;}
	.licheng .lichengswiperbox .lichengswiper .swiper-slide .slidebox .textbox h3{font-size: 20px;}
	.contact .contactbox .zongbu{width: 100%;}
	.contact .contactbox{padding-top: 20px;}
}
@media screen and (max-width: 700px){
	.joinbottom .joinmain .joinul .joinlist .partone .leftbox{font-size: 22px;}
	.jointop .topbox .leftbox .linian{font-size: 22px;}
}
@media screen and (max-width: 500px){
	.joinbottom .joinmain .joinul .joinlist .partone .leftbox{font-size: 18px;}
	.titleen{font-size: 26px;}
	.titlecn{font-size: 22px;}
	.jointop .topbox .leftbox .linian{font-size: 20px;}
	.jointop .topbox .leftbox .shuoming{font-size: 16px;}
	.jointop .topbox .leftbox .tip{font-size: 14px;}
}



















