@import url(base.css);

/*Top s*/
.header{position:fixed; width:100%; left:0; top:0;z-index:1000;transition: all 0.3s;color: #333333;;font-weight: 100;background-color: #fff;box-shadow: 0rem 0rem 0.2rem 0rem rgba(1, 60, 118, 0.06);}
.header .auto-inner{height:1rem;transition: all 0.3s;position: static;max-width: 18rem}
.header .logo img{height: 0.44rem;}
.header .logo span{margin-left: 0.19rem;padding-left: 0.18rem;border-left: 1px solid rgba(255,255,255,0.3);}
.header .logo span img{height: 0.31rem;}

.header .ver{position: relative;}
.header .ver dt{cursor: pointer;font-size: var(--font-size14);}
.header .ver dt:before{width: 0.18rem;height: 0.18rem;background: url(../images/ico_ver.png) no-repeat center center/contain;content: "";display: inline-block;vertical-align: middle;margin: -0.03rem 0.1rem 0 0;}
.header .ver dt:after{width: 11px;height: 6px;background: url(../images/arr_b_white.png) no-repeat center center/contain;content: "";display: inline-block;vertical-align: middle;margin: -0.02rem 0 0 0.17rem;}
.header .ver dd{position: absolute;left: 50%;top: 150%;width: 115%;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:#fff;text-align: center;transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.3s ease;pointer-events: none;}
.header .ver dd a{display: block;color: rgba(var(--rgb-555));}.header .ver dd a:hover{color: rgba(var(--main-color))}
.header .ver.on dd{opacity: 1;z-index: 10;top: 100%;visibility: visible;padding: 0.1rem 0;pointer-events: auto;}

.top_search{position: relative;}
.top_search .ico{ cursor:pointer;text-align: center;position: relative;margin-left: 0.34rem;position: relative;z-index: 10;}
.top_search .ico i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-position: center center;background-repeat: no-repeat;background-size: contain;width: 0.16rem;height: 0.16rem;}
.top_search .ico .iconso{background-image: url(../images/soso.png);}
.top_search .ico .icongb{ display:none;background-image: url(../images/close2.png);}
.top_search .ico.on .icongb{ display:block;}
.top_search .ico.on .iconso{ display:none;}
.top_search .searchbox {display:none;position: absolute;right: 0;top: 0.5rem;width: 5rem;background-color: #f5f8fa;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.top_search .searchbox .inner{max-width: 7rem;margin: 0px auto;position: relative;}
.top_search .searchbox .gjso{position: absolute;right: -1rem;top: 0.18rem;color: rgba(var(--main-color));}
.top_search .searchbox .gjso:hover{text-decoration: underline;}
.top_search .searchbox input{width: 100%;height: 0.6rem;border-radius: 5px;background-color: #fff;border: 0;padding: 0 0.8rem 0 0.65rem;background: #fff url(../images/ico_so2.svg) no-repeat 0.2rem center/0.24rem 0.24rem;}
.top_search .searchbox input:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.top_search .searchbox .btn{position: absolute;right: 0;top: 0;width: 1.06rem;text-align:center;height:0.6rem;line-height:0.6rem;border-radius: 0 5px 5px 0;color: #fff;font-weight: 700;background-color: rgba(var(--main-color));}
.top_search .searchbox .btn:hover{opacity: 0.9;}
.top_search .searchbox .keyword{padding-top: 0.18rem;font-weight: 100;color: #666666;}
.top_search .searchbox .keyword span{margin: 0 0.15rem 0 0.2rem;}
.top_search .searchbox .keyword a:not(:last-child){margin-right: 0.32rem;}
.top_search .searchbox .keyword a{color: #666666;}
.top_search .searchbox .keyword a:hover{color: rgba(var(--main-color));}

.mainNav{position: relative;font-size: var(--font-size18);}
.mainNav li{padding:0 1.5625vw;position: relative;line-height: 1rem;}

.mainNav span a{ position:relative; z-index:100;display:block;line-height: 1rem;color: #fff;transition: all 0.3s;font-weight: 100;}
.mainNav span a:after{position: absolute;width: 0.33rem;height: 1rem;content: "";left: 50%;transform: translateX(-50%) scale(0);top: -100%;background: url(../images/top_water.svg) no-repeat center center/contain;transition: all .5s cubic-bezier(0.9,0.5,0.05,1.5);}
.mainNav .arr{ display:none;}
.mainNav li.aon em a{color: rgba(var(--main-color));}
.mainNav li:hover span a:after,.mainNav li.aon span a:after{top: -0.16rem;transform: translateX(-50%) scale(1);}

.open-menu{width: 0.3rem;height: 0.4rem;display: flex;flex-direction: column;justify-content: space-between;padding: 0.1rem 0; cursor: pointer; margin-left: 0.3rem;}
.open-menu i{display: block;width: 100%;background-color: rgba(var(--main-color));height: 2px;transition: all 0.5s;}
.menu-show .open-menu i:nth-child(1) {
	-webkit-transform: translate(0, 8px) rotate(45deg) !important;
	-moz-transform: translate(0, 8px) rotate(45deg) !important;
	-ms-transform: translate(0, 8px) rotate(45deg) !important;
	-o-transform: translate(0, 8px) rotate(45deg) !important;
	transform: translate(0, 8px) rotate(45deg) !important;}
.menu-show .open-menu i:nth-child(2) {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.menu-show .open-menu i:nth-child(3) {width: 0;}

/* å¤´éƒ¨æ»‘è¿‡ */
.header.reon:After{height: 0;}
.header.fix:after,
.header.on:after,
.detailBox .header:after{height: 100%;box-shadow: 0 0 10px rgba(0,0,0,0.1);}

@media(min-width:1921px){
	.mainNav li{padding: 0 0.35rem;}
}
@media(max-width:1440px){
	.mainNav li{padding: 0 1.5vw;}
}
@media (min-width:1025px) {
.header .ver{margin-left: 0.44rem;}
.header .ver:before{position: absolute;left: -0.36rem;top: 50%;transform: translateY(-50%);width: 1px;height: 0.18rem;content: "";background-color: rgba(255,255,255,0.3);}

	.open-menu{display: none;}
		/* ä¸‹æ‹‰ */
		.mainNav .sub{position: absolute;left: 50%;transform: translateX(-50%) scale(0.9);top: 100%;min-width: 2.2rem;width: 100%;text-align: center;opacity: 0;visibility: hidden;z-index: -100;transition: all 0.3s ease-out 0s;pointer-events: none;line-height: 0.4rem;}
		.mainNav .sub dl{display: inline-block;box-shadow: 0 0 15px rgba(0,0,0,0.09);background:#f8f9fb;width: 100%;}
		.mainNav .sub dd{position: relative;margin: 0 0.1rem;text-align: center;}
		.mainNav .sub a{display: block;padding: 0.5vw 0;position: relative;z-index: 1;color: #333333;border-bottom: 1px solid #e6e6e6;transition: all 0.5s;line-height: 1.5;}
		.mainNav .sub a:after{position: absolute;right: 0.15rem;top: 50%;transform: translateY(-50%);content: "";width: 0.08rem;height: 0.12rem;background: url(../images/arr_more_b.png) no-repeat center center/contain;opacity: 0;transition: all 0.5s;}
		.mainNav .sub dd:last-child a{border-bottom: 0 !important;}
		.mainNav .sub dd:hover a{border-bottom: 1px solid rgba(var(--main-color));}
		.mainNav .sub dd:hover a{color: rgba(var(--main-color));}
		.mainNav .sub dd:hover a:after{right: 0;opacity: 1;}
		.mainNav .active .sub{display: block;z-index: 99;opacity: 1;visibility: visible;transform: translateX(-50%) scale(1);pointer-events: auto;}
}
	
@media(max-width:1024px){
	.header .ver{padding: 0.2rem 0 0 0.2rem;}
	.header .auto-inner{justify-content: space-between;}
	.header .logo span{display: none;}

	.mainNav{position: fixed;left: 0;top:1rem;background: rgba(var(--main-color),0.9); padding: 0.2rem;visibility: hidden; transform: translateX(-100%); opacity: 0; transition: 0.3s; width: 5rem; bottom: 0; box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.2);}
	.menu-show{position: fixed;left: 0;top: 0;height: 100%;overflow: hidden;width: 100%;}
	.menu-show .mainNav{visibility: visible; opacity: 1; transform: translateX(0);}
	.mainNav ul{height: 100%; overflow: auto;line-height: 2;}
	.mainNav li{padding: 0;}
	.header.on .mainNav span a:after, .header.fix .mainNav span a:after{display: none;}
	.mainNav .sub dd a,
	.mainNav em a{color:#fff !important;line-height: 3;padding: 0 0.3rem;}
	.mainNav li.aon em a{color: #ffcc00 !important;}
	.mainNav .sub dd a{font-size: 0.2rem;}
	.mainNav li em{display: block;position: relative;font-size: 0.24rem;line-height: 2;}
	.header .ver dt:before{margin-right: 0.05rem;}
	.header .ver dt:after{margin-left: 0.1rem;}

	.wap-dd-op,
	.wap-op{position: absolute;right: 0;width: 3em; height: 100%;background: url(../images/arr_b_gray.png) no-repeat center center; background-size: 20% auto; top: 0;z-index: 101; transition: 0.3s;}
	.mainNav .sub dd.wap-active .wap-dd-op,
	em.on .wap-op{transform: rotate(180deg);}
	.mainNav .sub{display: none; padding: 0.1rem; background: rgba(255,255,255,0.1);line-height: 3;}
	.mainNav .sub dd dl{display: none; padding:1em 1em 1em 2em; background-color: rgba(var(--rgb-white),0.8); line-height: 2.4;}
	.mainNav .sub > dl > dd:not(:last-child){border-bottom: rgba(0,0,0,0.05) 1px solid;}
	.mainNav .sub dd.wap-active dl{display: block;}Nav{position: fixed;right: 0;top: 0.9rem;width: 80%;height: calc(100% - 0.9rem);right: -100%;transition: all 0.3s;opacity: 0;background-color:#ffffff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding: 20px 0 0 0;overflow-y: auto;z-index: 100;text-align: center;margin-right: 0;}
}
/*Top end*/

/*Bottom s*/
.waterline{position: absolute;top: 0;left: 5.938vw;}
.waterline span{background: url(../images/footer_water.png) no-repeat center bottom/cover;display: inline-block;height: 1.42rem;width: 0.08rem;vertical-align: top;z-index: 10;}
.waterline span:nth-child(1){height: 1.32rem;}
.waterline span:nth-child(3){height: 1.24rem;}

/*Bottom002825 */
.Bottom002825{background: #f2f5f7;padding-top: 0;font-size: 0.16rem;}
.Bottom002825,
.Bottom002825 a{color: #666;}
.Bottom002825 a:hover,
.Bottom002825 .top nav dd a:hover{color: #c5271e;}
.Bottom002825 .auto{max-width: 1600px;width: 96%;}
/* .Bottom002825 .top{padding-bottom: 35px;} */
.Bottom002825 .top nav dl,
.Bottom002825 .top nav{float: left;}
.Bottom002825 .top nav{max-width: 1124px; width: 70%;display: none;}
.Bottom002825 .top nav dt{padding-bottom: 10px;font-size: 0.18rem}
.Bottom002825 .top nav dt a{color: #000;font-weight: bold;}
.Bottom002825 .top nav dd{line-height: 0.36rem;}
.Bottom002825 .top nav dd a{color: #808080;}
.Bottom002825 .contact{ text-align: center;}
.Bottom002825 .contact .code{padding: 15px 0; max-width: 149px; margin: 0 auto; width: 96%;}
.Bottom002825 .bshare-custom a{display: inline-block; width: 40px; height: 40px; padding: 0; margin: 0 10px;background: url(../images/Bottom002825_qq.png) no-repeat center center;border: 1px solid #989898; border-radius: 50%; transition: 0.3s;}
.Bottom002825 .bshare-custom a:hover{border-color: #c5271e;background-color: #c5271e;background-image: url(../images/Bottom002825_qq_on.png); opacity: 1; border-radius: 10px;}
.Bottom002825 .bshare-custom a.bshare-sinaminiblog{background-image: url(../images/Bottom002825_sina.png);}
.Bottom002825 .bshare-custom a.bshare-sinaminiblog:hover{background-image: url(../images/Bottom002825_sina_on.png);}
.Bottom002825 .bshare-custom a.bshare-weixin{background-image: url(../images/Bottom002825_wx.png);}
.Bottom002825 .bshare-custom a.bshare-weixin:hover{background-image: url(../images/Bottom002825_wx_on.png);}
.bsBox,
.bsBox *{box-sizing: content-box;}
.Bottom002825 .bottom nav{padding-bottom: 15px;border-bottom: 1px solid #dbdbdb;}
.Bottom002825 .bottom nav a{display: inline-block;}
.Bottom002825 .bottom nav a:not(:last-child):after{display: inline-block; content: ''; width: 1px;height: 11px;background: #d4d4d4; vertical-align: middle; margin: 0 20px;}
.Bottom002825 .contact p.tel{font-size: 0.2rem;color: #c5271e;font-weight: bold;}
.Bottom002825 .bottom dl{line-height: 24px; padding: 25px 0;}
.Bottom002825 .bottom dd,
.Bottom002825 .bottom dd a{color: #999;}
.Bottom002825 .bottom dd a:hover{color: #c5271e;}
.Bottom002825 .top dl {margin:0 0.5rem 0.5rem;}
.Bottom002825 .social-share{margin-bottom: 0;}
.Bottom002825 .top{display: none;}
@media(min-width:1025px){
/* .Bottom002825 .contact{float: right;max-width: 300px;text-align: left; } */
.Bottom002825 .contact p{padding-left: 0;font-weight: normal;}
.Bottom002825 .bottom dt{display: block;text-align: center;}
.Bottom002825 .bottom dt a{margin-left: 0.3rem;}
.Bottom002825 .bottom dt a.icp2{margin-left: 0.7rem;margin-right: 0.4rem;}
.Bottom002825 .bottom dt a.icp1{margin-left: 0rem;}
.Bottom002825 .bottom dt a img{margin-right: 0.05rem;}
.Bottom002825 .bottom nav{text-align: right;}
}
@media(max-width:1024px){
.Bottom002825 .top nav{display: none;}
.Bottom002825 .bottom{text-align: center; }
.Bottom002825 .top{padding-bottom: 0;}
.Bottom002825 .bottom dl{padding: 0}
}
@media(max-width:640px){
.Bottom002825{font-size: 14px; }
.Bottom002825 .bottom nav a:not(:last-child):after{ margin: 0 10px;}
}
.totop{position: fixed;right: 2.5vw;bottom: 0;width: 0.45rem;height: 0.45rem;border-radius: 50%;color: #fff !important;text-align: center;cursor: pointer;z-index: 100;display: flex;align-items: center;justify-content: center;background: rgba(var(--main-color)) url(../images/top.svg) no-repeat center center/ 0.16rem 0.16rem; visibility: hidden; opacity: 0; transition: 0.3s;cursor:pointer;}
.totop.cd-is-visible {visibility: visible;opacity: 1;bottom: 5%;}
.totop:hover{opacity: 0.8 !important;}
.totop.fix{position: absolute;top: -0.22rem;bottom: auto;border-radius: 50%;}
@media(max-width:1600px){
	.footer .waterline{left: 2vw;}
}
@media(max-width:1024px){
	.home-footer{overflow: visible !important;}
	.footer .logo,.footer .sitemap{display: none;}
}
@media(max-width:480px){
	.footer .contact{padding-right: 1.6rem;}
	.footer .contact .ewm img{width: 1.4rem;}
}
/*Bottom end*/

/* button s*/
.moreBtn{min-width: 1.8rem;text-align: center;display: inline-block;overflow: hidden;position: relative;text-align: center;background-color:transparent;color: rgba(var(--main-color));border-radius: 0.5rem;text-align: center;line-height: 0.6rem;transition: all 0.5s;border: solid 0.02rem #013c76;font-size: 0.2rem}
.moreBtn em{position: relative;overflow: hidden;padding: 0 0.15rem;display: block;}
.moreBtn em:before{display: inline-block;vertical-align: middle;content: "";width: 0.12rem;height: 0.1rem;background: url(../images/arr_more_b.png) no-repeat center center/contain;margin: -0.03rem 0.1rem 0 0 ;transition: all 0.5s;}
.moreBtn:hover,a:hover .moreBtn{background-color:#C5271E;border-color:#C5271E;color:#fff ;}
.moreBtn:hover em:before,a:hover .moreBtn em:before{background-image: url(../images/arr_more.png);}
.moreBtn::after {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: #FFF;transform: scaleX(0);transform-origin: right;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86)}
.moreBtn:hover::after,a:hover .moreBtn::after {transform: scaleX(1);transform-origin: left;left: 100%}
.moreBtn.blue{border-color: rgba(var(--main-color));background-color: rgba(var(--main-color));color: #fff;}
.moreBtn.blue em:before{background-image: url(../images/arr_more.png);}
.moreBtn.blue::after {background-color: rgba(255,255,255,0.2);}
.moreBtn.blue:hover{background-color:#C5271E;border-color:#C5271E;color: #fff ;}
.moreBtn.blue:hover em:before,a:hover .moreBtn.blue em:before{background-image: url(../images/arr_more.png);}
.mores{color: rgba(var(--rgb-999));}
.mores:after{display: inline-block;vertical-align: middle;width: 12px;height: 10px;content: "";background: url(../images/arr_more.svg) no-repeat center center/contain;margin: -0.03rem 0 0 0.1rem;transition: all 0.5s;}
a:hover .mores:after{margin-left: 0.15rem;}

@media(max-width:640px){
	.moreBtn{width: auto !important;display: inline-block !important;}
	.moreBtn em{height: 0.48rem;line-height: 0.48rem;}
}
/* button end*/

/* é¦–é¡µ s*/

.section{background-color: #d0d3d4;overflow: hidden;}

/* æ»šå±å¯¼èˆª */
#FixMenu{position: fixed;right: 2.083vw;z-index: 10000;top: 50%;transform: translate(0,-50%);}
#FixMenu li{display: block;width: 0.24rem;	position: relative;transition: all 0.5s;height: 2.604vw;cursor: pointer;}
#FixMenu li:after{content: "";left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;position: absolute;width: 0.06rem;height: 0.06rem;background:#ccc;transition: all 0.5s;}
#FixMenu li:before{position: absolute;width: 0;height: 0;content: "";left: 50%;top: 50%;transform: translate(-50%,-50%);transition: all 0.5s;border-radius: 50%;}
#FixMenu li a{display: block;}
#FixMenu li span{transition: all 0.5s;right: 0;min-width: 2rem;text-align: right;top: 50%;position: absolute;transform: translateY(-50%);visibility: hidden;opacity: 0;}
#FixMenu li span em{display: inline-block;color: #fff;padding: 0 0.15rem;border-radius: 5px;line-height: 18px;padding:5px;}
#FixMenu li:hover span,#FixMenu li.active span{opacity: 1;padding-right: 0.24rem;visibility: visible;}
#FixMenu li:hover:after{background-color: rgba(255,255,255,1);}
#FixMenu li.active:before{width: 0.12rem;height: 0.12rem;background: #fff}
#FixMenu li.active:after{width: 0;height: 0;border: 0;}
#FixMenu li:nth-child(3) span em,#FixMenu li:nth-child(4) span em{color: #013c76;}
#FixMenu li:nth-child(3).active:before,#FixMenu li:nth-child(4).active:before{background:  #013c76}
@media(max-width:1024px){
	#FixMenu{display: none;}
}

/* banner */
.downarr{ -webkit-animation: rightan 1s infinite;-webkit-animation-fill-mode: both;color:#fff;z-index:999;cursor: pointer;margin: 0px auto;width: 15px;height: 23px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 1rem;}
.downarr span{display: block;height: 23px;position: relative;width: 15px;border-radius: 10px;border:1px solid #fff;}
.downarr span:After{position: absolute;left: 50%;top: 6px;width: 1px;content: "";background:#fff;height: 4px;margin-left: -0.05px;}
.downarr .sp1{animation-name: down_move1; animation-duration: 2000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 0ms;}
.downarr .sp2{opacity: 0; animation-name: down_move2; animation-duration: 2000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 800ms;}
.downarr .iconxjt{opacity: 0; animation-name: down_move2; animation-duration: 2000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 800ms;font-size: 16px;position: relative;margin-top: -100px;color: #00479d;}
@keyframes down_move1
{
0% { top:-0.25rem; opacity:0;}
50% { top:0; opacity:1;}
100% { top:0.2rem; opacity:0;}
}
@-webkit-keyframes down_move1
{
0% { top:0; opacity:0;}
50% { top:0.7rem; opacity:1;}
100% { top:1.2rem; opacity:0;}
}
@keyframes down_move2
{
0% { top:0; opacity:0;}
50% { top:0.7rem; opacity:1;}
100% { top:1.2rem; opacity:0;}
}
@-webkit-keyframes down_move2
{
	0% { top:0; opacity:0;}
	50% { top:0.7rem; opacity:1;}
	100% { top:1.2rem; opacity:0;}
}

@media(max-width:1024px){

}
/* home-ban */
.home-ban .auto-inner{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #fff;}
.home-ban .auto-inner h2{font-size: var(--font-size72);font-weight: 700;text-shadow: 0 7px 8px rgba(84,131,162,0.32);}
.home-ban .Ispic{padding-top: 100vh;}
.home-ban .moreBtn{margin-top: 0.3rem;}
.home-ban .wap{display: none;}

.home-ban .swiper-slide-active .Ispic{animation:fadeInscale 8s .4s ease both;-webkit-animation:fadeInscale 8s .4s ease both;-moz-animation:fadeInscale 8s .4s ease both;}
.home-ban .swiper-slide-active .auto-inner h2 {animation:fadeInRightSmall 0.6s 0.5s ease both;-webkit-animation:fadeInRightSmall 0.6s 0.5s ease both;-moz-animation:fadeInRightSmall 0.6s 0.5s ease both;}
.home-ban .swiper-slide-active .auto-inner .moreBtn {animation:fadeInRightSmall 0.6s 0.9s ease both;-webkit-animation:fadeInRightSmall 0.6s 0.9s ease both;-moz-animation:fadeInRightSmall 0.6s 0.7s ease both;}
.home-ban .swiper-button-prev,.home-ban .swiper-button-next{transition: all 0.5s;}
.home-ban .swiper-button-prev{left: -1rem;}
.home-ban .swiper-button-next{right: -1rem;}
.home-ban:hover .swiper-button-prev{left: 0.3rem;}
.home-ban:hover .swiper-button-next{right: 0.3rem;}
.home-ban .moreBtn{font-size: var(--font-size20);min-width: 1.7rem;}
.home-ban .moreBtn span:after{width: 0.16rem;height: 0.14rem;}
.home-ban .swiper-pagination{bottom: 0.25rem;}
@media(max-width:1024px){
	.home-ban .Ispic{padding-top: 50%;}
	.home-ban .auto-inner h2{font-size: var(--font-size48);}
	.home-ban .pc{display: none;}
	.home-ban .wap{display: block;}
	.home-ban .auto-inner img{max-width: 40%}
	.home-ban{margin-top: 1rem;}
}
@media(max-width:768px){
	.home-ban .auto-inner h2{font-size: var(--font-size36);}
}

/* home-about */
.home-about{background: url(../images/home-about-bg.jpg) no-repeat center bottom/cover;padding-top: 1rem;}
.home-about .top{height: 4rem;overflow: hidden;}
.home-about .top .info{width: 68.75%;float: left;padding: 0 8.333vw;margin-top: 0.8rem;}
.home-about .top .Ispic{width: 31.25%;float: right;}
.home-about .info{padding: 13.333vw 4.8% 0 0;color: rgba(var(--rgb-333));flex: 1;}
.home-about .info h2{font-weight: 600;font-size: var(--font-size54);margin-bottom: 0.4rem;line-height: 1;}
.home-about .info .name{margin-bottom: 0.36rem;}
.home-about .info .desc{line-height: 2;margin-bottom: 0.4rem;}
.home-about .more{position: absolute;left: 0.15rem;top: 60%;width: 0.65rem;height: 0.65rem;z-index: 10;}
.home-about .more em{display: block;height: 0.65rem;border-radius: 50%;background: rgba(var(--main-color)) url(../images/arr_more_white.svg) no-repeat center center/0.16rem 0.14rem;position: relative;z-index: 2;transition: all 0.5s;}
.home-about .more::before,
.home-about .more::after {width: 100%;height: 100%;background: rgba(var(--main-color));position: absolute;left: 0;top: 0;border-radius: 50%;opacity: 0;animation: scaleAnimate 2s linear;animation-iteration-count: infinite;}
.home-about .more::after {animation-delay: .5s;}
.home-about .more:hover em{transform: scale(1.2);}
.home-about .more:hover:before,.home-about .more:hover:after{content: "";}

.home-about .top .Ispic .play{position: absolute;width: 0.6rem;	height: 0.6rem;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%,-50%);	background: rgba(255,255,255,.2) url(../images/play.png) no-repeat center;}
.home-about .top .Ispic .play:after{width: 100%;height: 100%;content: "";top: 00%;left: 00%;;position: absolute;background: rgba(255,255,255,.2);border-radius: 50%; animation: scale-fade 2s infinite;}
.home-about .top .Ispic .play:before{width: 100%;height: 100%;content: "";top: 00%;left: 00%;;position: absolute;background: rgba(255,255,255,.2);border-radius: 50%; animation: scale-fade 4s infinite;}
 @keyframes scale-fade {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
.home-about .bottom .Ispic{width: 68.75%;overflow: visible;float: left;}
.home-about .bottom .numList{width: 31.25%;float: right;}


.home-about .numList{}
.home-about .numList .item{color: rgba(var(--rgb-555));padding: 0.4rem;position: relative;float: left;width: 50%;border-bottom: 1px solid #ededed;border-left: 1px solid #ededed;;}
.home-about .numList .item .num {height: 0.6rem;display: inline-block;width: 100%;}
.home-about .numList .item .counter{font-size: var(--font-size50);line-height: 0.6rem;font-weight: 700;color: rgba(var(--main-color));}
.home-about .numList .item p{font-size: var(--font-size18);}
.home-about .numList .item .txt{position: relative;top: -0.03rem;color: #013c76;font-size:var(--font-size16);margin-left: 0.05rem;}
.home-about .numList .item .txt em{position: absolute;top: -0.22rem;left: 0;}
.home-about .numList .item img{float: right;margin-bottom: 0.2rem;}
.home-about .numList .item .inner{display: inline-block;text-align: left;}
.home-about .numList .item:nth-child(1):After{width: calc(100% + 0.36rem);}
.home-about .numList .item:nth-child(1):before{left: -0.47rem;content: "";}
.home-about .numList .item:nth-child(2):After{width: 100%;}
.home-about .numList .item:nth-child(2):before{left: -0.12rem;content: "";}

.Popup{position: fixed;background:rgba(0, 0, 0, 0.75);}
.Popup{ width: 100vw; height: 100vh; top: 0; left: 0; z-index: 999999;}
.Popup .ytable{height: 100%;}
.Popup .ytable .video{ max-width: 800px; width: 80%;  margin: 0 auto; padding: 10px; background: #fff; box-shadow: 0 0 20px 5px rgba(0,0,0,.15);}
.Popup video{ width: 100%; }
.videobox .Popup video{ height: 100%;background: #000; }


.Popup .close{position: absolute;right: 20px;top: 20px; width: 30px; height: 30px; cursor: pointer; z-index: 10; cursor: pointer;}
.Popup .close:before,
.Popup .close:after{position: absolute;width: 100%; left: 0; top: 50%; height: 3px; margin-top: -1.5px; background: #fff; content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.Popup .close:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}


@media(min-width:1025px){
	.home-about.active .info h2{animation:fadeInUpSmall 1.2s .6s ease both;-webkit-animation:fadeInUpSmall 1.2s .6s ease both;-moz-animation:fadeInUpSmall 1.2s .6s ease both;}
	.home-about.active .info .name{animation:fadeInUpSmall 1.5s .7s ease both;-webkit-animation:fadeInUpSmall 1.5s .7s ease both;-moz-animation:fadeInUpSmall 1.5s .7s ease both;}
	.home-about.active .info .desc{animation:fadeInUpSmall 1.8s .8s ease both;-webkit-animation:fadeInUpSmall 1.8s .8s ease both;-moz-animation:fadeInUpSmall 1.8s .8s ease both;}
	.home-about.active .info .moreBtn{animation:fadeInUpSmall 2.1s .9s ease both;-webkit-animation:fadeInUpSmall 2.1s .9s ease both;-moz-animation:fadeInUpSmall 2.1s .9ss ease both;}
	.home-about .Ispic{transition: all 1.2s cubic-bezier(0.9,0.9,0.09,1.2);transform: translateY(-100%) scale(0.5);}
	.home-about.active .Ispic{transform: translateY(0) scale(1);}
	.home-about.active .Ispic img{animation:fadeInfilter 1s .8s ease both;-webkit-animation:fadeInfilter 1s .8s ease both;-moz-animation:fadeInfilter 1s .8s ease both;}
	.home-about.active .Ispic .more{animation:fadeInLeftSmall 1.2s .9s ease both;-webkit-animation:fadeInLeftSmall 1.2s .9s ease both;-moz-animation:fadeInLeftSmall 1.2s .9s ease both;}
	.home-about.active .numList{animation:fadeInLeftSmall 1.2s .8s ease both;-webkit-animation:fadeInLeftSmall 1.2s .8s ease both;-moz-animation:fadeInLeftSmall 1.2s .8s ease both;}
	.home-about.active .Ispic img{object-fit: fill;}
}
@media(max-width:1800px){
	.home-about .numList .item{padding: 0.2rem}
}

@media(max-width:1366px){
.home-about .numList .item{padding: 0.18rem}

}
@media(max-width:1024px){

	.home-about{padding:0rem 0;z-index: 10;}
	.home-about .Ispic:After{transform: scale(1.08);top: -6%;}
	.home-about .numList .item .counter{font-size: 40px}
	.home-about .top .info{margin-top: 0.4rem;padding:  0 3vw}
	.home-about .bottom .numList{display: flex;flex-wrap: wrap;}
}
@media(max-width:768px){
	.home-about .info{padding-top: 0.6rem;}

	.home-about .numList{width: 100%;display: flex;justify-content: space-between;padding-top: 0;}
	.home-about .numList .item{padding-left: 0;padding-bottom: 0;width: 25%;padding: 10px;}
	.home-about .numList .item .counter{font-size: var(--font-size40);}
	.home-about .bottom .numList{width: 100%;float: left;}
	.home-about .bottom .Ispic{width: 100%;float: left;}
	.home-about .bottom,.home-about .top .info,.home-about .top .Ispic{width: 100%;}
	.home-about .top{display: inline-block;width: 100%;height: auto;}
	.home-about .top .info{padding-bottom: 0.4rem;}
}
@media(max-width:480px){
.home-about .numList .item{width: 50%;padding: 30px;}

}

/* home-news */
/*.home-news{background: url(../images/home-news-bg.jpg) no-repeat center top/cover;}*/
.home-news{background: #F0F4F7;}
.home-news.active .titHead{float: left;width: auto;}
.home-news{padding-top: 1.6rem;}
.home-news .TabSlide .tabNav{float: right;margin-top: -0.54rem;height: 0.54rem;margin-bottom: 0.6rem;}
.home-news .TabSlide .tabNav .item{float: left;font-size: var(--font-size18);line-height: 0.3rem;color: #808080;border-bottom: 0.02rem solid transparent;margin: 0 0.2rem;font-weight: bold;cursor: pointer;}
.home-news .TabSlide .tabNav .item.on{color: rgba(var(--main-color));border-color:  rgba(var(--main-color))}
.home-news .TabSlide .tabCon li{float: left;width: 47.5%;padding-bottom: 0.3rem;border-bottom: 1px solid #E0E8EE;position: relative;margin-bottom: 0.3rem;}
.home-news .TabSlide .tabCon li:nth-child(2n){float: right;}
.home-news .TabSlide .tabCon li .Ispic{float: left;width: 2.1rem;height: 1.4rem}
.home-news .TabSlide .tabCon li .Ispic img{transition:all 0.3s;}
.home-news .TabSlide .tabCon li .txt{float: right;width: calc(100% - 2.3rem);line-height: 0.4rem;padding: 0.1rem 0}
.home-news .TabSlide .tabCon li .txt time{font-weight: 100;color: #666666;}
.home-news .TabSlide .tabCon li .txt .tit{font-size: 0.2rem;font-weight: 600;color: #333333;line-height: 0.4rem;}
.home-news .TabSlide .tabCon li .txt p{color: #999999;font-weight: lighter;}
.home-news .TabSlide .tabCon li:hover .txt time,
.home-news .TabSlide .tabCon li:hover .txt .tit{color:rgba(var(--main-color)) }
.home-news .TabSlide .tabCon li:hover{border-color: rgba(var(--main-color)) ;}
.home-news .TabSlide .tabCon li:hover .Ispic img{transform:scale(1.1);}
.home-news .TabSlide .tabCon li,.home-news .TabSlide .tabCon li *{transition:all 0.3s;}


.home-business{background: url(../images/jybg.jpg) no-repeat center top/cover;}
/*.home-business{background: #F2F3F5}*/
.home-business{padding-top: 1.6rem;}
.home-business.active .titHead{float: left;width: auto;margin-bottom: 0.5rem;}
.home-business .TabSlide .tabNav{text-align: center;}
.home-business .TabSlide .tabNav .center{display: inline-block;margin: 0 auto;height: 0.6rem;line-height: 0.6rem; background:url(../images/bg2.png) repeat-x center #ffffff;box-shadow: 0rem 0rem 0.2rem 0rem rgba(1, 60, 118, 0.1);border-radius: 0.3rem;border: solid 0.01rem #ffffff;}
.home-business .TabSlide .tabNav .center .item{cursor: pointer; float: left;height: 0.2rem;font-size: 0.2rem;height: 0.6rem;line-height: 0.6rem;padding: 0 0.5rem;	color: #808080;font-weight: bold;position: relative;}
.home-business .TabSlide .tabNav .center .item:not(:first-child):before{position: absolute;left: 0;top: 50%;margin-top: -0.1rem;width: 1px;height: 0.2rem;content: "";background: rgba(0,0,0,.2);}
.home-business .TabSlide .tabNav .center .item.on{color: #013c76;}
.home-business .TabSlide .tabNav .center .item.on img{display: none}
.home-business .TabSlide .tabNav .center .item.on img.hide{display: inline-block;}
.home-business .TabSlide .tabNav .center .item img{margin-right: 0.1rem;}

.home-business .swiper-container{overflow: visible;margin-top: 0.6rem;}
.home-business .swiper-pagination{display: none;}
.home-business .swiper-slide{text-align: center;opacity: 0.6;transition: all 0.5s;}
.home-business .Ispic{width: 6rem;height: 3.75rem;;margin: 0px auto 0.32rem;transition: all 0.5s;}
.home-business .Ispic span{background: url(../images/probg.jpg) no-repeat center center/cover;border-radius: 50%;}
.home-business .tit{font-size: var(--font-size20);margin-bottom: 0.05rem;transition: all 0.5s;}
.home-business p{font-weight: 100;margin-bottom: 0.37rem;color: rgba(var(--rgb-555));}
.home-business .swiper-slide:not(.swiper-slide-active):after{zoom: 0.88;}
.home-business .swiper-slide-active .Ispic span{left: 0.05rem;top: 0.05rem;width: calc(100% - 0.1rem);height: calc(100% - 0.1rem);}
.home-business .swiper-slide-active .tit{font-size: var(--font-size28);color: #333333;}
.home-business .swiper-slide-active p{font-size: var(--font-size16);color: #555555;}
.home-business .swiper-button-prev{width: 0.6rem;height: 0.6rem;left: 20%}
.home-business .swiper-button-next{width: 0.6rem;height: 0.6rem;right: 20%}



	.home-business.active .titHead h2{animation:fadeInUpSmall 1.2s .6s ease both;-webkit-animation:fadeInUpSmall 1.2s .6s ease both;-moz-animation:fadeInUpSmall 1.2s .6s ease both;}
	.home-business.active .titHead .tdesc{animation:fadeInUpSmall 1.5s .7s ease both;-webkit-animation:fadeInUpSmall 1.5s .7s ease both;-moz-animation:fadeInUpSmall 1.5s .7s ease both;}
	.home-business.active .swiper-slide{animation:zoomInSmall 2s .6s ease both;-webkit-animation:zoomInSmall 2s .6s ease both;-moz-animation:zoomInSmall 2s .6s ease both;}

	.home-business.active .swiper-slide{transform: scale(0.7);opacity: 0.7 !important;transition: all 0.3s}
	.home-business.active .swiper-slide-active {padding-top: 0;transform: scale(1);opacity: 1 !important;}
	.home-business .swiper-slide .txt{display: none;}
	.home-business.active .swiper-slide-active.swiper-slide .txt{display: block;}
	.home-business.active .swiper-slide-active .Ispic{width: 6rem;height: 3.75rem;margin: 0 auto 0.18rem;}

@media(max-width:1600px){
	.titHead h2{font-size: var(--font-size40);}
}

@media(max-width:1440px)and(min-width:1025px){
	.home-business .Ispic{width: 2.8rem;}
	.home-business .swiper-slide-active .Ispic{width: 4rem;height: 4rem;}
	.home-business .swiper-slide:after{width: 4.2rem;height: 5rem;}
	
}
@media(max-width:1366px){
.home-business{padding-top: 1.3rem;}
.home-business.active .titHead{margin-bottom: 0.3rem;}

}
@media(max-width:1024px){
	.titHead h2{font-size: var(--font-size30);}
	.home-business .swiper-slide-active:hover:after{top: -19%;}
	.home-news{padding: 0.2rem 0}
	.home-news .TabSlide .tabNav{margin-top: -0.3rem;margin-bottom: 0.1rem;}
	.home-business .TabSlide .tabNav .center{display: flex;justify-content: center;}
	.home-business .TabSlide .tabNav .center .item{padding: 0 0.2rem}
	.home-business.active .swiper-slide{z-index: 6;}
	.home-business.active .swiper-slide-active{transform: scale(1) !important;z-index: 9;}
	.home-business.active .swiper-slide-active .Ispic,.home-business .Ispic{width: 100%;height: auto;padding-bottom: 62.5%;}

	}
@media(max-width:768px){
	.home-about .info h2{font-size: 30px;margin-bottom: 0.2rem;}
	.home-about .info .desc{margin-bottom: 0.2rem;}
	.home-business{padding: 0.6rem 0;}
	.home-business .swiper-container{padding: 0 10%;}
	.home-business .Ispic{width: 100%;height: auto;padding-top: 100%;}
	.home-news .TabSlide .tabCon li{width: 100%;}
	.home-business.active .swiper-slide-active .Ispic, .home-business .Ispic{padding-bottom: 0%;}
	.home-business .TabSlide .tabNav .center .item{padding: 0 3px;}
		.home-business .swiper-button-prev{left: 0}
		.home-business .swiper-button-next{right: 0}
}
@media(max-width:480px){
.home-news .TabSlide .tabCon li .Ispic,
.home-news .TabSlide .tabCon li .txt{width: 100%;}
.home-news .TabSlide .tabCon li .Ispic{height: auto;;}
.home-news .TabSlide .tabCon li{padding-bottom: 0.1rem;margin-bottom: 0.2rem;}
.home-business{padding: 0.3rem 0}

}

/* home-product */
.titHead{text-align: center;width: 100%;}
.titHead h2{font-size: var(--font-size54);font-weight: 600;line-height: 1;}
.titHead .tdesc{font-size: var(--font-size24);margin-top: 0.06rem;color: rgba(var(--rgb-555));}


@media(max-width:1600px){
	.titHead h2{font-size: var(--font-size40);}
}

@media(max-width:1024px){
	.titHead h2{font-size: var(--font-size30);}
}


/* home-scene */
.home-scene{/*background: url(../images/home-zz-bg.jpg) no-repeat center bottom/cover;*/padding-top: 1rem;position: relative;}
.home-scene{background: #F6F7F9}

.home-scene .titHead{margin-top: 1.5rem;padding-left: 8.333%;margin-bottom: 0.8rem;}
.home-scene .tabNav{width: 13.5%;;position: absolute;left: 43.5%;top: 1rem;z-index: 999;height: calc(100vh - 1rem)}
.home-scene .tabNav:After{position: absolute;width: 1.63rem;height: 100%;content: "";background: url(../images/home-scene-cricle.png) no-repeat center center/100% auto;top: 50%;transform: translateY(-50%); right: 0rem;}
.home-scene .tabNav .item{padding: 0.25rem 0;position: relative;z-index: 10;padding-right: 0.3rem;cursor: pointer;}
.home-scene .tabNav h3{font-weight: 400;font-size: var(--font-size18);transition: all 0.5s;line-height: 0.3rem;text-align: right;}
.home-scene .tabNav h3 em{width: 100%;margin-right: 0.33rem;}
.home-scene .tabNav i{position: absolute;width: 0.08rem;height: 0.08rem;border-radius: 50%;content: "";top: 50%;transform: translateY(-50%);background-color: #999999;right: 0;z-index: 10;transition: all 0.5s;border: solid 0.04rem transparent;}
.home-scene .tabNav .info{display: none;}
.home-scene .tabNav .txt{font-weight: 100;line-height: 1.875;margin: 0.22rem 4.427vw 0.2rem 0;color: rgba(var(--rgb-555));}
.home-scene .tabNav .item:nth-child(1){right: 42%;}
.home-scene .tabNav .item:nth-child(2){right: 55%;}
.home-scene .tabNav .item:nth-child(3){right: 60%;}
.home-scene .tabNav .item:nth-child(4){right: 61%;}
.home-scene .tabNav .item:nth-child(5){right: 55%;}
.home-scene .tabNav .item:nth-child(6){right: 41%;}
.home-scene .tabNav .on h3{color: rgba(var(--main-color));}
.home-scene .tabNav .on i{background:rgba(var(--main-color));border-color: #fff;width: 0.16rem;height: 0.16rem;}
.home-scene .tabConbox{padding-left: 8.3333%;width: 100%;}
.home-scene .tabConbox .tabCon .txt{width: 28%;}
.home-scene .tabConbox .tabCon .txt .tit{font-size: 0.28rem;color: #013c76;line-height: 1.25;margin-bottom: 0.4rem;}
.home-scene .tabConbox .tabCon .txt p{font-size: 0.16rem;;color: #555555;line-height: 2;margin-bottom: 1.4rem;}
.home-scene .tabConbox .tabCon .Ispic{position: absolute;right: 0;top: 1rem;width: 50vw;height: calc(100vh - 1rem);} 


.home-scene .imgbox{width: 48%;margin: -8% 5% 0 0;position: relative;}
.home-scene .imgbox:After{position: absolute;left: 50%;transform: translateX(-50%) scale(0.9);background: url(../images/home-scene-kuang.png) no-repeat center bottom/contain;width: 118%;height: 138%;content: "";bottom: -9%;}
.home-scene .tabCon.animated .Ispic img{animation:fadeInRight 1s .4s ease both;-webkit-animation:fadeInRight 1s .4s ease both;-moz-animation:fadeInRight 1s .4s ease both;}
.home-scene .tabCon.animated .txt{animation:fadeInLeft 1s .4s ease both;-webkit-animation:fadeInLeft 1s .4s ease both;-moz-animation:fadeInLeft 1s .4s ease both;}

@media(min-width:1025px){
	.home-scene.active .tabNav h2{animation:fadeInUpSmall 1.2s .6s ease both;-webkit-animation:fadeInUpSmall 1.2s .6s ease both;-moz-animation:fadeInUpSmall 1.2s .6s ease both;}
	.home-scene.active .tabNav h3{animation:fadeInUpSmall 1.5s .7s ease both;-webkit-animation:fadeInUpSmall 1.5s .7s ease both;-moz-animation:fadeInUpSmall 1.5s .7s ease both;}
	.home-scene.active .tabNav .info{animation:fadeInUpSmall 1.8s .8s ease both;-webkit-animation:fadeInUpSmall 1.8s .8s ease both;-moz-animation:fadeInUpSmall 1.8s .8s ease both;}

	.home-scene .imgbox{transition: all .8s cubic-bezier(0.9,0.9,0.09,1.5);transform: translateY(-100%) scale(0.5);}
	.home-scene.active .imgbox{transform: translateY(0) scale(1);}
}
@media(min-width:769px){
.home-scene .tabNav .item:nth-child(1) h3 i{right: -0.24rem;}
.home-scene .tabNav .item:nth-child(2) h3 i{right: -0.24rem;}
.home-scene .tabNav .item:nth-child(3) h3 i{right: -0.42rem;}
.home-scene .tabNav .item:nth-child(4) h3 i{right: -0.7rem;}

.home-scene .tabNav .item:nth-child(1).on h3 i{right: -0.34rem;}
.home-scene .tabNav .item:nth-child(3).on h3 i{right: -0.3rem;}
.home-scene .tabNav .item:nth-child(4).on h3 i{right: -0.45rem;}

.home-scene .tabNav.t4 .item:nth-child(2) h3 i{right: -0.18rem;}
.home-scene .tabNav.t4 .item:nth-child(3) h3 i{right: -0.21rem;}
}
@media(max-width:1440px){
	.home-scene .auto-inner{padding-top: 2rem;}
	.home-scene .imgbox{margin-top: -6%;}
}
@media(max-width:1024px){
	.home-scene{padding: 0}
	.home-scene .auto-inner{padding: 0rem 0;}
	.home-scene .imgbox{margin-top: 0;}
	.home-scene .tabNav{padding-left: 0;}
	.home-scene .tabConbox .tabCon .txt p{margin-bottom: 0.4rem;}
	.home-scene .titHead{margin: 0.3rem 0}
	.home-scene .tabNav{position: static;width: 94%;height: auto;display: block;margin:0 auto;}
	.home-scene .tabNav ul{display: flex}
	.home-scene .tabNav .item{position: static;float: left;text-align: center;margin:0 10px;padding: 0;flex:1;}
	.home-scene .tabConbox .tabCon .Ispic{position: relative; width: 50%;height: auto;float: right;top: 0}
	.home-scene .tabNav .on h3{text-align: center;}
	.home-scene .tabNav i{display: none}
	.home-scene .tabConbox{padding: 4%}
	.home-scene .tabCon{display: flex;justify-content: space-between}
	.home-scene .tabCon.animated .txt{width: 45%;float: left;}
	.home-scene .tabNav:After{display: none}
	.home-scene .titHead{padding-left: 3%;}
	.home-scene .tabNav h3 em{text-align: center;}
}
@media(max-width:768px){
	.home-scene .auto-inner{padding: 0.6rem 0;}
	.home-scene .tabNav{width: 100%;}
	.home-scene .tabNav:After{display: none;}
	.home-scene .imgbox{width: 100%;}
}
@media(max-width:480px){
.home-scene .tabCon.animated .txt{width: 100%;}
.home-scene .tabCon{flex-wrap: wrap;}
.home-scene .tabConbox .tabCon .txt .tit{margin-bottom: 0.2rem;}
.home-scene .tabConbox .tabCon .Ispic{position: relative;width: 100%;height: 50vw;margin-top: 0.2rem;}
.home-scene .tabConbox .tabCon .txt p{margin-bottom: 0.2rem;}

}

.home-project{background: url(../images/home-xm-bg.jpg) no-repeat center bottom/cover;padding-top: 1rem;position: relative;}
.home-project .titHead{margin-top: 1.5rem;;text-align: left;color: #fff;position: relative;z-index: 99;padding-left: 8.33%;}

/*Banner003113 */
.home-project .project{position: absolute;z-index: 1;width: 100%;height: calc(100% - 1rem)}
.home-project .project .slick-slide{position: relative;z-index: 1;}
.home-project .project .txt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;color: #333;}
.home-project .project .txt .ytable{height: 100%;}
.home-project .project .txt .ytable-cell > *{transition: 0.5s 0.5s; transform: translateX(30px); opacity: 0;}
.home-project .project .ani-show .txt .ytable-cell > *{transform: translateX(0); opacity: 1;}
.home-project .project .txt .sub-tit{line-height:1.25;color: #ffffff;}
.home-project .project .txt .sub-tit{font-size: 0.36rem;;position: relative;margin-bottom: 0.2rem;}
.home-project .project .txt .con{font-size: 0.18rem;color: #ffffff;line-height: 0.32rem;opacity: 0.6; transition-delay: 0.7s;font-weight: lighter;margin-bottom: 0.4rem;}
.home-project .project .controls{position: absolute;right: 8.3333%;width: 0.6rem;;top: 50%;transform: translateY(-50%); z-index: 99;font-weight: lighter;}
.home-project .project .controls .auto{position: relative;z-index: 1;}
.home-project .project .controls .slick-dots{padding-top: 0;}
.home-project .project .controls dl > *{float: left;}
.home-project .project .controls dt{color: #fff;text-align: center;font-size: 0.18rem;color: #ffffff;width: 0.6rem;}
.home-project .project .controls dt > *{display: inline-block;}
.home-project .project .controls dt .total{opacity: 0.5; }
.home-project .project .slick-dots li{list-style: none;width: 0.6rem;opacity: 1;}
.home-project .project .slick-dots:after{display: block;width: 1px;height: 40vh;background-color: #ffffff;opacity: 0.2;margin:0.4rem auto 0.2rem;content: ""}
.home-project .project .slick-dots li:not(.slick-active){display: none;}
.home-project .project .slick-dots li{margin-right: 0;}
.home-project .project .slick-dots li span{font-size: 0.18rem;color: #ffffff;display: block;width: 100%;}
.home-project .project .slick-dots li:after{display: none}
.home-project .project .slick-arrow:hover{background-color: #c5271e;}
.home-project .project .slick-arrow{width: 0.6rem;height: 0.6rem;background-color: rgba(0,0,0,.4);border-radius: 50%; display: block;position: static;margin: 0.1rem 0;transform:translate(0);}
.home-project .project .mouse{position: absolute;z-index: 10 ;right: 0; bottom: 0;width: 34px; height: 48px; border-radius: 17px; border: solid 2px #fff;}
.home-project .project .mouse:after{position: absolute;content: '';width: 2px;height: 10px;background-color: #e60013; top: 8px;left: 50%; margin-left: -1px; animation: infinite 1s linear updown;}
@keyframes updown{
	0%{top: 8px;opacity: 1;}
	100%{top: 30px;opacity: 0;}
}
@media (min-width:1025px){
.home-project .project .wap{display: none;}
}
@media (min-width:1025px) and (max-width:1366px) {
.home-project .project .txt{font-size: 6.5vw;}
.home-project .project .controls{bottom: 3vw;}
}
@media (max-width:1024px) {
.home-project .project .mouse,.home-project .project .controls{display: none;}
.home-project .project .txt{top: 30%;}
.home-project .project .txt .ytable{height: 50%;}
.home-project{padding-top: 0;min-height: 50vw;}
.home-project .titHead{margin-top: 0.4rem;padding-left: 3%;}
.home-scene .tabNav h3 em{margin-right: 0;}

}
@media (max-width:768px) {
.home-project .project .txt{font-size: 11vw;}
.home-project .project .controls{bottom: 3vw;}
}
@media (max-width:480px) {
.home-project .project .txt .sub-tit{font-size: 0.24rem}
.home-project .project .txt .con{font-size: 0.16rem;line-height: 0.24rem; display: none;}
.home-project .titHead{margin-top: 0.2rem;}

}
/* home-project */

/* é¦–é¡µ end*/

/*common s*/
.subPage{position: relative;background: #ffffff;z-index: 1;height: auto !important;height: 4rem;min-height: 4rem;clear: both;padding: 4.166vw 0;}
.pt50{padding-top: 0.5rem;}

.colName{display: none;background-color:rgba(var(--main-color));border-radius: 0 0 5px 5px;color: #fff;position: relative;padding: 0 0.3rem;line-height: 2.2;margin-bottom: 0.1rem;}
.colName:after{content:"";position: absolute;right: 15px;top: 50%;transform: translateY(-50%);background: url(../images/arr_xjt_white.svg) no-repeat center center/0.2rem 0.2rem;height: 100%;width: 20px;transition: all 0.3s;}
.colName.on:after{transform: translateY(-50%) rotate(-180deg);}

.subMenu{background-color: #fff;border-bottom: 1px solid #e6e6e6;font-weight: 100;}
.subMenu li{position: relative;padding: 0  0.15rem;}
.subMenu li span{display: block;width: 100%;position: relative;}
.subMenu li span a{color: #010101;display: block;line-height: 0.7rem;font-size: var(--font-size18);}
.subMenu li:before{position: absolute;left: 50%;transform: translateX(-50%);width: 0;bottom:0;height: 100%;content: "";background: rgba(var(--main-color)); 	transition: all 0.5s;}
.subMenu li.onli a,.subMenu li:hover a{color: #fff}
.subMenu li.onli:before,.subMenu li:hover:before{width: 100%;}

.subMenu.subMenu-detail{margin-top: 1rem;height: 0.7rem;background-color: #f4f7fa;line-height: 0.7rem;}
.subMenu.subMenu-detail .place a:after,.subMenu.subMenu-detail .place a:hover:after{line-height: 0.22rem;}





.place{color: #666666;text-align: right;font-size: var(--font-size16);font-weight: 100;display: flex;align-items: center; padding: 0.1rem 0;margin-left: auto;}
.place:before{width: 0.16rem;height: 0.16rem;content: "";background: url(../images/ico_home.png) no-repeat center center/contain;display: inline-block;vertical-align: middle;margin: -3px 0.1em 0 0;}
.place a{color: #666666;margin-right: 0.22rem;position: relative;}.place a:hover,.place span{color: rgba(var(--main-color));display: inline-block;}
.place a:after{position: absolute;width: 0.22rem;right: -0.22rem;top: 50%;height:0.22rem;content: ">";text-align: center;transform: translateY(-50%);}
.place.detail{text-align: left;padding: 1.354vw 0;}
.place span{max-width: 12em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 0.24rem; line-height: 0.24rem; display: inline-block;}

.singlePage{ word-wrap:break-word;word-break:normal;text-align:justify;line-height: 2;position: relative;font-size: var(--font-size16);}
/* .singlePage p{text-indent: 2em;}
.singlePage.nopt p{text-indent: 0;} */
.singlePage .tc img{display: block;margin: 0px auto 0.1rem;}

@media(max-width:1024px){
	.singlePage .tc img{max-width: 100%;height: auto !important;}
}
@media(max-width:768px){
	.singlePage .tc img{max-width: 100%;height: auto !important;}

	/* äºŒçº§èœå• */
	.subMenu{padding: 0.2rem 0;}
	.subMenu .colName{display: block;}
	.subMenu ul{margin-bottom: 0.15rem;}
	.subMenu li{min-width: 33.333%;text-align: center;margin: 0 !important;}
	.subMenu li:before{height: 0;background-color: #f0f0f0;}
	.subMenu li.onli a, .subMenu li:hover a{color: rgba(var(--main-color));}
	.subMenu li span a{line-height: 2.5;}
}
/*common end*/

/*pages*/
.Pages{ padding:0.2rem 0 0; line-height:0.46rem; zoom:1; overflow:hidden;text-align: center;margin: 0 auto 0;clear: both;} 
.Pages span{ padding:0px 3px; display:inline-block;} 
.Pages a{ display:inline-block; margin:0px 0.06rem;width: 0.5rem;height: 0.5rem;vertical-align: middle;background-color: #f5f5f5;border: 0.01rem solid #f5f5f5;border-radius: 50%;color: #000000;} 
.Pages .p_cur,.Pages .p_count,.Pages .p_total,.Pages .p_jump,.Pages .a_prev,.Pages .a_next{display: none;}  
.Pages .p_page .num{font-family: 'montserrat';font-weight: 500;}
.Pages .p_page em a.a_cur,.Pages .p_page em a:hover{ color:#fff; border:solid 1px rgba(var(--main-color)); background:rgba(var(--main-color));} 
.Pages .p_page b{ font-weight:normal;} 
.Pages .i_text{ width:30px; padding:0px; text-align:center; font-size:12px; border:inset 1px #ddd; background:#fff;} 
.Pages .i_button { position:relative; top:5px; width:32px; height:20px; cursor:pointer; border:none;} 
.Pages .a_first,.Pages .a_prev,.Pages .a_next,.Pages .a_end{font-size: 0;background-position: center center;background-repeat: no-repeat;background-size: 0.09rem 0.16rem;}
.Pages .a_first:hover,.Pages .a_prev:hover,.Pages .a_next:hover,.Pages .a_end:hover{background-color: rgba(var(--main-color));}
.Pages .a_first,.Pages .a_end{background-color: transparent;border-color: #d3d3d3;}
.Pages .a_first{background-image: url(../images/page_left.svg);}
.Pages .a_first:hover{background-image: url(../images/page_left_on.svg) !important;border-color: rgba(var(--main-color));}
.Pages .a_end{background-image: url(../images/page_right.svg);}
.Pages .a_end:hover{background-image: url(../images/page_right_on.svg) !important;border-color: rgba(var(--main-color));}
@media ( max-width:480px){
	.Pages a{width: 0.35rem;height: 0.35rem;line-height: 0.31rem;}
}
/*pages end*/

/*NyBanner*/
.NyBanner{position: relative;margin-top: 1rem;}
.NyBanner p{text-align: center;position: absolute;top: 50%;left: 50%;font-size: 0.54rem;color: #ffffff;transform: translate(-50%,-50%);font-weight: bold;z-index: 9;display: none}

/* æ–°é—»ä¸­å¿ƒ */
.date{font-size: var(--font-size14);color: rgba(var(--rgb-999));font-family: 'montserrat';font-weight: 400;}
.date span{font-size: var(--font-size28);color: rgba(var(--rgb-333));font-family: 'montserrat';font-weight: 500;margin-right: 0.41rem;position: relative;}
.date span:after{position: absolute;width: 0.02rem;height: 0.22rem;right: -0.23rem;top: 50%;transform: translateY(-50%) rotate(15deg);content: "";background-color: #9b9b9b;}
.newsFocus{background-color: #f4f7fa;border-radius: 0.1rem;margin-bottom: 4.063vw;}
.newsFocus .Ispic{width: 49.28%;padding-top: 4.56rem;border-radius: 0.1rem 0 0 0.1rem;margin-left: 1px;}
.newsFocus .info{flex: 1;padding: 3.229vw 3.646vw;}
.newsFocus h3{font-size: var(--font-size28);margin: 0.19rem 0 0.21rem;font-weight: 500;}
.newsFocus .desc{font-size: var(--font-size14);color: rgba(var(--rgb-333));line-height: 2;}
.newsFocus .swiper-pagination{display: none;}
.newsFocus .arrow{width: 0.54rem;height: 0.54rem;top: auto;transform: translateY(0);bottom: 0.6rem;}
.newsFocus .swiper-button-prev{left: 54.5%;}
.newsFocus .swiper-button-next{left: 60%;}

.newsList .item{margin-bottom: 4.063vw;}
.newsList .item .info{border-bottom: 1px solid #ededee;flex: 1;padding: 0.1rem 0;position: relative;}
.newsList .item .info:before{left: 0;bottom: -1px;width: 0;content: "";position: absolute;height: 2px;background-color: rgba(var(--main-color));transition: all 0.5s;}
.newsList .item .info:after{display: block;content: "";width: 12px;height: 8px;background: url(../images/arr_more2.png) no-repeat 0 center/contain;transition: all 0.5s;}
.newsList .item .Ispic{width: 29%;margin-left: 7.1%;padding-top: 2.53rem;border-radius: 0.1rem;}
.newsList h3{font-size: var(--font-size22);margin: 0.13rem 0 0.15rem;font-weight: 500;}
.newsList .desc{font-size: var(--font-size14);color: rgba(var(--rgb-666));line-height: 1.8;margin-bottom: 2.552vw;}
.newsList .item:hover .info:after{margin-left: 0.1rem;}
.newsList .item:hover .info:before{width: 100%;}
.newsList .item:hover .date,.newsList .item:hover .date span{color: rgba(var(--main-color));}
.newsList .item:hover .date span:after{background-color: rgba(var(--main-color));}

.noticeList{border-top: 1px solid #dddddd;margin-bottom: 2.865vw;}
.noticeList .item{border-bottom: 1px solid #dddddd;line-height: 0.48rem;}
.noticeList .item a{padding: 1.563vw 2.083vw 1.563vw 2.604vw;transition: all 0.5s;}
.noticeList .item h3{font-size: var(--font-size22);color: #222;flex: 1;font-weight: 500;}
.noticeList .item time{font-size: var(--font-size18);color: #999999;font-weight: 100;}
.noticeList .item:hover a{padding-left: 1.563vw;background-color: #f8f8f8;}
.noticeList .item:hover h3{color: rgba(var(--main-color));}
.noticeList.downList .tit{padding-left: 1.979vw;position: relative;transition: all 0.5s;}
.noticeList.downList .tit:before{position: absolute;left: 0;width: 0.08rem;height: 0.08rem;border-radius: 50%;background-color: #dddddd;content: "";top: 50%;transform: translateY(-50%);}
.noticeList.downList .item:hover a{padding-left: 2.604vw;}
.noticeList.downList .item:hover .tit{padding-left: 0;}
.noticeList.downList .item:hover .tit:before{transform: translateY(-50%) scale(0);}
.noticeList.downList .down{font-size: var(--font-size18);color: #999999;font-weight: 100;}
.noticeList.downList .down:After{width: 0.15rem;height: 0.15rem;content: "";display: inline-block;vertical-align: middle;margin: -0.03rem 0 0 0.677vw;background: url(../images/down.png) no-repeat center center/contain;}
.noticeList.downList .item:hover .down{color: rgba(var(--main-color));}
.noticeList.downList .item:hover .down:After{background-image: url(../images/downon.png);}

.titleInfo{padding-bottom: 0.28rem;margin-bottom: 0.46rem;border-bottom: 1px solid #ebebeb;position: relative;}
.titleInfo:after{position: absolute;top: calc(100% + 3px);width: 100%;height: 0.03rem;background: #E7E7E7;content: ""}
.titleInfo .title{font-weight: 600;font-size: var(--font-size40);margin-bottom: 0.2rem;}
.titleInfo .other{font-size: var(--font-size16);color: rgba(var(--rgb-999))}
.titleInfo .other time{margin-right: 0.6rem;color: #999999;}
.titleInfo .other .social-share{margin-bottom: 0;}
.titleInfo .other .social-share .social-share-icon{width: 0.24rem;height: 0.24rem;border-radius: 0;background-size: contain;}
.titleInfo .other .social-share .icon-wechat .wechat-qrcode{top: 100%;bottom:0;margin-top: 0;padding-top: 0.1rem;}
.titleInfo .other .social-share .icon-wechat .wechat-qrcode:after{display: none}

.PrevNextInfo{padding: 0.46rem 2rem 0 0;margin-top: 0.55rem;border-top: 1px solid #eaeaea;position: relative;}
.PrevNextInfo dl{position: relative;line-height: 0.4rem;font-size: var(--font-size16);color: #999999}
.PrevNextInfo dl a{color: #555555;}
.PrevNextInfo dl a:hover,
.PrevNextInfo .none{color:rgba(var(--main-color));}
.PrevNextInfo .back{position: absolute;right: 0;top: 0.56rem;border: 0.02rem solid rgba(var(--main-color));  padding: 0.781vw 0.2rem;color: rgba(var(--main-color));border-radius: 0.5rem;min-width: 9.375vw;text-align: center;}
.PrevNextInfo .back:before{display: inline-block;vertical-align: middle;content: "";margin: -0.04rem 0.15rem 0 0;background: url(../images/back.png) no-repeat center center/contain;width: 0.16rem;height: 0.14rem;}
.PrevNextInfo .back:hover{background: rgba(var(--main-color));color: #fff}
.PrevNextInfo .back:hover:before{background: url(../images/back2.png) no-repeat center center/contain;}
.newsInfo{width: 72.222%;}
.newsRec{width: 18.0555%;position: sticky;top: 1rem;right: 0;}
.newsRec .title{font-size: var(--font-size24);margin-bottom: 1.458vw;font-weight: 500;}
.newsRec .Ispic{padding-top: 66.53%;}
.newsRec .swiper-slide{margin-bottom: 0.2rem;}
.newsRec time{color: rgba(var(--rgb-666));margin: 0.24rem 0 0.11rem;}
.newsRec .tit{line-height: 3;}

@media(min-width:769px){
	.newsRec .swiper-wrapper{display: block;}
}
@media(max-width:768px){
	.newsFocus .Ispic{width: 100%;padding-top: 60%;border-radius: 0.1rem 0.1rem 0 0;}
	.newsFocus .arrow{display: none;}
	.newsFocus .swiper-pagination{display: block;position: static;margin-bottom: 0.15rem;}
	.newsFocus .info{padding: 0.25rem;}
	.newsFocus h3{font-size: var(--font-size22);}
.subMenu.subMenu-detail{padding: 0}
	.newsList .item .Ispic{width: 100%;padding-top: 55%;margin: 0.2rem 0 0 0;}

	.noticeList{border-top: 0;}
	.noticeList .item h3{font-size: var(--font-size20);}
	.noticeList .item time{font-size: var(--font-size16);}

	.newsInfo{width: 100%;}
	.newsRec{width: 100%;padding-top: 0.3rem;}
	.newsRec .swiper-pagination{position: static;margin-top: 0rem;}

	.titleInfo{padding-bottom: 0.15rem;margin-bottom: 0.2rem;}
	.titleInfo .title{font-size: var(--font-size30);}
	.PrevNextInfo{padding: 0.25rem 0 0 0;}
	.PrevNextInfo .back{top: -0.4rem;}
	.social-share{text-align: center;}
}


.member{width: 100%; position: relative; z-index:9;padding: 1rem 0}
.member  .member-top .ti{font-size: 0.46rem;line-height:1;color: #333333;font-weight: bold;;}
.member  .member-top .con{font-size: 0.16rem;line-height: 0.3rem;color: #555555;max-width: 73.5%}
.member  .member-top{margin-bottom: 0.8rem;}
.member  ul li{margin-bottom: 30px;background-color: #f4f7fa;}
.member  ul li.last{margin-bottom: 0;}
.member .right{margin-bottom: 20px;}
.member .rightBox .img{border-radius: 20px 0; overflow: hidden;}
.member .rightBox .img img{width: 100%;}
.member .leftBox .h3{font-size:  0.24rem;; color: #333333; font-weight: bold;line-height: 0.3rem; margin-bottom: 0.15rem;;}
.member .leftBox .txt{padding-top: 0.15rem,; font-size: 0.16rem;line-height: 0.3rem;color: #555555;}
.member .leftBox .moreBtn{border: solid 0.02rem #013c76;margin-top: 0.4rem;}
.member  ul li .leftBox .moreBtn:hover{border-color: #C5271E;background:#C5271E; }
.member  .moreBtn{height: 0.56rem;line-height: 0.56rem;min-width:1.6rem;}
@media screen and (min-width:768px){
  .member .right{float: right; width: 50%;}
  .member .left{float: left; width: 50%;}
  .member .odd .right{float: left;}
  .member .odd .left{float: right;}
  .member .leftBox{width: 80%;margin: 0 auto;}
}

@media screen and (min-width:1000px){
  .member .auto_1600{ padding-top: 30px;}
  .member .leftBox .h3{font-size: 24px;}
}

.member-con .auto-inner-1440{background-color: rgba(255,255,255,.9);margin-top: -1.3rem;position: relative;z-index: 9;min-height: 3rem;padding: 0 1rem 0.6rem;padding-top: 0.65rem;}
.member-con .subMenu{background: none;border-bottom: none;}
.member-con .subMenu .ti{font-size: 0.4rem;color: #333333;font-weight: bold;line-height: 1;float: left;}
.member-con .subMenu .ti:after{display: block;width: 0.6rem;content: "";margin-top: 0.2rem;height: 0.06rem;	background-color: #013c76;}
.member-con .subMenu .place{float: right;}
.member-con .con{padding: 0.4rem 0;font-size: 0.16rem;line-height: 0.3rem;color: #555555;}
.member-con .con h3{padding-left: 0.21rem;background: url(../images/probg.png) no-repeat center left;font-size: 0.24rem;font-weight: bold;color: #333333;line-height: 0.26rem;}
.member-con .con li{position: relative;padding-left: 0.16rem;}
.member-con .con li:before{position: absolute;left: 0;top: 0.12rem;width: 0.05rem;border-radius: 50%;content: "";height: 0.05rem;background-color: #013c76;}
.member-con .con li + li,.member-con .con h4 + p{margin-top: 0.1rem;}
.member-con .con h4{font-size: 0.2rem;line-height: 0.3rem;margin-top: 0.2rem;}


@media(max-width:1024px){
.member{padding: 0.4rem 0}
.member-con .auto-inner-1440{padding: 0.2rem}
.member-con .con{font-size: 16px;line-height: 2;}
}
@media(max-width:768px){
.member .member-top{display: inline-block;width: 100%;}
.member .member-top .con{width: 100%;max-width: unset;margin-top: 0.2rem;}
.member .member-top .ti{font-size: 30px;}
.member .moreBtn{height: 0.48rem;line-height: 0.48rem;font-size: 0.18rem;margin-top: 0.2rem;}
.member .leftBox .moreBtn{margin-top: 00.2rem;}
.member .leftBox .h3{margin-bottom: 0.05rem;}
.member .right{margin-bottom: 0;}



}
@media(max-width:480px){
.member .right{padding: 0.2rem}
.member-con .con p +br{display: none}

}
/* å…³äºŽæˆ‘ä»¬ */
.subTit2{text-align: center;padding-bottom: 3.385vw;}
.subTit2 h2{font-size: var(--font-size46);font-weight: 600;}
.subTit2 .desc{font-size: var(--font-size20);font-weight: 100;color: rgba(var(--rgb-555));margin-top: 0.13rem;}

.about-info{background-color: #f2f8fc;overflow: hidden;position: relative;padding-bottom: 0.8rem;}
.about-info .auto-inner-1400{flex-direction: row-reverse;}
.about-info .info{padding: 1rem 0 0 0;color: rgba(var(--rgb-333));width: 48%;}
.about-info .info h2{font-weight: 600;font-size: var(--font-size46);margin-bottom: 0.4rem;}
.about-info .info .name{margin-bottom: 0.36rem;}
.about-info .info .desc{line-height: 1.875;font-weight: 100;margin-bottom: 4.5vw;}

.about-info .Ispic{width: 45.833%;overflow: visible;}
.about-info .Ispic .play{position: absolute;width: 0.6rem;cursor: pointer;z-index: 99;	height: 0.6rem;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%,-50%);	background: rgba(255,255,255,.2) url(../images/play.png) no-repeat center;}
.about-info .Ispic .play:after{width: 100%;height: 100%;content: "";top: 00%;left: 00%;;position: absolute;background: rgba(255,255,255,.2);border-radius: 50%; animation: scale-fade 2s infinite;}
.about-info .Ispic .play:before{width: 100%;height: 100%;content: "";top: 00%;left: 00%;;position: absolute;background: rgba(255,255,255,.2);border-radius: 50%; animation: scale-fade 4s infinite;}


.about-info .Ispic:After{left: 0;top: 0;width: 100%;height: 100%;content: "";position: absolute;background: url(../images/home-about-kuang.png) no-repeat center bottom/contain;}
.about-info .numList{width: 100%;padding: 0.5rem 0;background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 30%, rgba(238, 244, 249, 0.8) 100%), linear-gradient(#ffffff, #ffffff);background-blend-mode: normal, normal;border: solid 0.02rem #ffffff;}

.about-info .numList .item{color: rgba(var(--rgb-555));padding:0;position: relative;padding: 0 0.8rem}
.about-info .numList .item:not(:first-child){border-left: 1px solid  #dee6ed;;}
.about-info .numList .item .num {height: 0.6rem;}
.about-info .numList .item .counter{font-size: var(--font-size50);line-height: 0.6rem;font-weight: 700;color: rgba(var(--main-color));}
.about-info .numList .item p{font-size: var(--font-size18);}
.about-info .numList .item .txt{margin-left: 0.12rem;position: relative;top: -0.03rem;}
.about-info .numList .item .txt em{position: absolute;top: -0.22rem;left: 0;}
.about-info .numList .item .inner{display: inline-block;text-align: left;}

@media(max-width:1024px){
	.about-info .Ispic{margin-right: 0;}
	.about-info .info{padding-top: 0.4rem;}
	.about-info .info h2{font-size: 30px;margin-bottom: 0.2rem;}
	.about-info .numList .item{padding: 0 0.4rem}
}
@media(max-width:768px){
	.subTit2 h2{font-size: var(--font-size30);}
	.about-info{padding-bottom: 0.5rem;}
	.about-info .Ispic{margin: 0px auto;}
	.about-info .info{width: 100%;}
	.about-info .numList .item .counter{font-size: var(--font-size40);}
}

.about-architecture{padding: 0.8rem 0;/*background: url(../images/aboutbg1.jpg) no-repeat center/cover;*/}
.about-architecture{background:#EDF2F6 }
.about-architecture .subTit2{text-align: left;}
.about-architecture .Ispic img{width: auto;}


.about-history{padding: 1.2rem 0;position: relative;/*background: url(../images/history-bg.jpg) no-repeat center bottom*/;overflow: hidden;}
.about-history .subTit2{text-align: left;}
.about-history .slider{background: url(../images/historyline2.png) no-repeat left top/100% auto;overflow-y: visible;padding: 0;margin-bottom: 1rem;}
.about-history .slider li{float: left;padding:0 0.5rem;height: 5rem;position: relative;transition: all 0.3s}
.about-history .slider li .year{font-size: 0.4rem;color: #013c76;margin-bottom: 0.6rem;font-weight: bold;}
.about-history .slider li .con{font-size: 0.16rem;color: #555555;line-height: 0.3rem;}
.about-history .slider li i{width: 0.14rem;height: 0.14rem;border: solid 0.03rem #ffffff;border-radius: 50%;background-color: #013c76;position: absolute;left: 0.8rem;bottom: 1.3rem;transition: all 0.3s}
.about-history .slider li.slick-current{padding-top: 2.6rem;}
.about-history .slider li.slick-current + li{padding-top: 2.2rem;}
.about-history .slider li.slick-current + li +li{padding-top: 1.7rem;}
.about-history .slider li.slick-current + li + li + li{padding-top: 0.9rem;}
.about-history .slider li.slick-current + li i{bottom: 1.7rem}
.about-history .slider li.slick-current + li +li i{bottom: 2.3rem}
.about-history .slider li.slick-current + li +li+li i{bottom: 3.1rem}
.about-history .slider li.slick-current + li +li+li+li i{bottom: 4.1rem}
.about-history .slick-arrow{width: 0.6rem;height: 0.6rem;box-shadow: 0rem 0rem 0.3rem 0rem rgba(1, 60, 118, 0.04);border: solid 0.01rem #999999;background-color: transparent;}
.about-history .slick-next:after{background: url(../images/arr_more_b.png) no-repeat center;}
.about-history .slick-next:hover:after{background: url(../images/arr_more.png) no-repeat center;}
.about-history .slick-arrow:hover{border-color:#c5271e; background-color: #c5271e;}
.about-history .slick-prev{left: auto;;right: 0.8rem;}
.about-history .slick-prev:after{background: url(../images/arr_more_r2.png) no-repeat center;}
.about-history .slick-prev:hover:after{background: url(../images/arr_more_r.png) no-repeat center;}

.about-recruit{padding: 1rem 0}
.about-recruit .recruit-top{padding: 0.4rem 0.5rem;background-color: #f4f7fa;width: 100%;}
.about-recruit .recruit-top .ti{font-size: 0.24rem;color: #333333;font-weight: bold;line-height: 1;margin-bottom: 0.2rem;}
.about-recruit .recruit-top .text{height: 0.54rem;background-color: #ffffff;border-radius: 0.27rem;min-width: 2.75rem;text-indent: 0.3rem;position: relative;}
.about-recruit .recruit-top select{background: url(../images/selarr.png) no-repeat 90% center #fff;cursor: pointer;color: #999999;font-size: 0.16rem}
.about-recruit .recruit-top input{float: left;height: 0.54rem;line-height: 0.54rem;border: none;margin-left: 0.3rem;width: calc(100% - 1rem);}
.about-recruit .recruit-top input.btn{position: absolute;width: 1.1rem;right: 0;height: 0.54rem;background: #013c76 url(../images/soso2.png) no-repeat 30% center;text-indent: 0.2rem;cursor: pointer; border-radius: 0.27rem;text-align: center;border: none;margin-left: 0;font-size: 0.16rem;color: #ffffff;}
.about-recruit .recruit-top div.text{width: 4.55rem;}


.hrList{width: 100%;}
.hrList .item{padding: 0.4rem 0.5rem;background-color: #f4f7fa;margin-top: 0.2rem;cursor: pointer;position: relative;}
.hrList .item:after{position: absolute;left: 0;top: 0;height: 4px;content: "";width: 0;transition: all 0.5s;background: rgba(var(--main-color))}
.hrList .item .title{cursor: pointer;position: relative;margin-bottom: 0.11rem;color: #000000;font-size: var(--font-size24);}
.hrList .item .title:After{right:0	;top: 0;position: absolute;content: "";background: url(../images/arr_b_gray.png) no-repeat center right;transition: all 0.5s;width: 0.9rem; height: 0.3rem;font-size: 0.16rem;color: #999999;line-height: 0.3rem;}
.hrList .item .desc{font-size: var(--font-size18);color: rgba(var(--rgb-333));}

.hrList .item .desc dd:not(:last-child){position: relative;margin-right: 0.6rem;;}
.hrList .item .detail{margin-top: 0.3rem;display: none;}
.hrList .item .detail .text{margin-bottom: 0.3rem;font-size: 0.16rem;line-height: 2;color: rgba(var(--rgb-555))}
.hrList .item .detail .sti{margin-bottom: 0.15rem;font-size: var(--font-size18);color: #333;font-weight: bold;}
.hrList .item .detail .apply{display: inline-block;text-align: center;min-width: 1.68rem;line-height: 0.45rem;padding: 0 0.15rem;border-radius: 0.5rem;color: #fff;background-color: rgba(var(--main-color));}
.hrList .item .detail .apply:hover{opacity: 0.9;}
.hrList .item.on,.hrList .item:hover{background-color: #f4f7fa;box-shadow: 0 0 20px rgba(0,0,0,0.06);}
.hrList .item.on:after,.hrList .item:hover:after{width: 100%;}

.hrList .item.on .title:after,.hrList .item.on .title:after{color: rgba(var(--main-color));background: url(../images/arr_b.png) no-repeat center right;content: "æ”¶èµ·å…¨éƒ¨"}


.videos-list{ padding-top:1rem;width: 100%;}
.about-videos{padding-bottom: 1rem;}
.videos-list li{ float:left; width:32%; margin-right:2%; position:relative; margin-bottom:2%;}
.videos-list li:nth-child(3n){ margin-right:0;}
.videos-list li figure{ position:relative;}
.videos-list li figure em{ display:block; padding-bottom:56.521%; background-size:contain; background-position:center center; background-repeat:no-repeat;}
.videos-list li figure a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.2); }
.videos-list li figure a::before{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.videos-list li figure a::before{width: 0.5rem;height: 0.5rem;margin-left: -0.25rem;margin-top: -0.25rem;border-radius: 50%;background: url(../images/play2.png) no-repeat center/cover;}
.videos-list li p{text-align:left;font-size: 0.2rem;line-height: 0.24rem;color: #333333;margin-top: 0.15rem;}
@media(max-width:1024px){
.about-history .slider li{padding:  0 0.2rem}
.about-history .slider{background: none}
.NyBanner p{font-size: 30px;}
.about-recruit{padding: 0.4rem 0}
.about-recruit .recruit-top .inputbox{flex-wrap: wrap;}
.about-recruit .recruit-top .text{margin-bottom: 0.2rem;}
.hrList .item .title{height:0.7rem;}
.hrList .item .title:After{right:auto;left:0;top: auto; bottom:0;}

}
@media(max-width:768px){
.videos-list li{width:49%; margin-right:2%;}
.videos-list li:nth-child(3n){ margin-right:2%;}
.videos-list li:nth-child(2n){ margin-right:0;}
.about-info .Ispic{width: 100%;margin-top: 0.3rem;}
.about-info .numList .item{width: 50%;float: left;}
.about-info .numList{flex-wrap: wrap;padding: 0.2rem}
.about-info .numList .item:nth-child(3){border-left: none;border-bottom: none;}
.about-info .numList .item:nth-child(4){border-bottom: none;}
.about-info .numList .item{padding: 0.2rem;justify-content: center;border-bottom: 1px solid  #dee6ed ;}
.about-architecture,
.about-history{padding: 0.4rem 0}
.about-history .slider li{margin-top: -1.2rem;}
.about-history .slick-arrow{top: 00%}
.Bottom002825 a{display: inline-block;}
.hrList .item{padding: 0.2rem}
.about-videos{padding-bottom: 0.4rem;}
.videos-list{padding-top: 0.4rem;}
}
@media(max-width:480px){
	.videos-list li{width: 100%;margin-bottom: 0.2rem;margin-right: 0;}
.videos-list li figure a::before{width: 50px;height: 50px;margin-left: -25px;margin-top: -25px;}
.videos-list li figure a::after{border-top-width: 10px;border-bottom-width: 10px;border-left-width: 15px;margin-left: -3px;margin-top: -7px;}
.about-recruit .recruit-top{padding: 0.2rem}
.about-recruit .recruit-top .text{width: 100%;;margin-bottom: 0.1rem;}
}
@media(max-width:375px){
.videos-list li figure a::before{width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.videos-list li{width:100%; float:none; margin-right:0 !important;}
}

.pro-list{ padding:2% 0 6%;}
.pro-list li{ float:left; width:32%; margin-right:2%; position:relative; margin-bottom:2%;}
.pro-list li:nth-child(3n){ margin-right:0;}
.pro-list li figure em{ display:block; padding-bottom:62.39%; background-size:contain; background-position:center center; background-repeat:no-repeat;transition: all 0.3s}
.pro-list li h3{font-size: 0.2rem;color: #333333;margin-top: 0.2rem;}
.pro-list li p{font-size: 0.16rem;color: #555555;font-weight: lighter;}
.pro-list li:hover h3{color: #013c76;}
.pro-list li:hover figure em{transform: scale(1.1);}
.pro-list li figure{overflow: hidden;}

.pro-con{padding-bottom: 1rem;width: 100%;}
.pro-con .con-top{padding: 1.2rem 0 0.9rem}
.pro-con .con-top .Ispic{width: 50%;}
.pro-con .con-top .txt{width: 43%;margin-left: 7%;}
.pro-con .con-top .txt .ti{font-size: 0.36rem;color: #333333;font-weight: bold;line-height: 1.25;}
.pro-con .con-top .txt .ti:after{display: block;width: 0.6rem;content: "";margin-top: 0.1rem;	height: 0.06rem;background-color: #013c76;margin-bottom: 0.3rem;}
.pro-con .con-top .txt .desc{font-size: 0.16rem;line-height: 2;color: #555555;}
.pro-con .con-con .protit{padding-left: 0.21rem;background: url(../images/probg.png) no-repeat center left;font-size: 0.24rem;font-weight: bold;color: #333333;line-height: 0.26rem;}
.pro-con .tablebox table{width: 100%;border: 1px solid #e1e4e5;border-collapse: collapse;}
.pro-con .tablebox{margin-top: 0.3rem;}
.pro-con .tablebox,.pro-con .con-con{width: 100%;}
.pro-con .tablebox table td,.pro-con .tablebox table th{border-bottom: 1px solid  #e1e4e5;border-right: 1px solid  #e1e4e5}
.pro-con .tablebox table th{font-size: 0.16rem;font-weight: bold;line-height: 0.24rem;color: #555555;text-align: center;padding: 0.1rem 0;background: #F4F7FA;}
.pro-con .tablebox table td{text-align: center;font-size: 0.16rem;line-height: 0.26rem;	color: #555555;padding: 0.17rem 0}
.pro-con .tablebox table tr:nth-child(2n){background: #F4F7FA}


.honor-list{ padding: 3% 0 6%}
.honor-list .info{padding-bottom: 3%;font-size: 0.18rem;line-height: 2;}
.honor-list li{ float:left; width:23.5%; margin-right:2%; position:relative; margin-bottom:3%;}
.honor-list li:nth-child(4n){ margin-right:0;}
.honor-list li .bg{padding: 0.5rem;border: solid 0.02rem transparent;background-image: linear-gradient(180deg, 	rgba(250, 251, 252, 0.8) 30%, 	rgba(237, 242, 247, 0.8) 100%), linear-gradient(	#f4f7fa, #f4f7fa);background-blend-mode: normal, normal;}
.honor-list li figure em{ display:block;padding-bottom:70%; background-size:contain; background-position:center center; background-repeat:no-repeat;transition: all 0.3s}
.honor-list li figure{overflow: hidden;padding: 0.2rem 0.25rem; }
.honor-list li figure{background: url(../images/honorbg1.png) no-repeat top center/100% 100%;}
.honor-list li h3{font-size: 0.18rem;color: #333333;text-align: center;margin-top: 0.18rem;}
.honor-list li:hover .bg{background-image: linear-gradient(180deg, rgba(250, 251, 252, 0.8) 30%, rgba(237, 242, 247, 0.8) 100%), linear-gradient(#f4f7fa, #f4f7fa);background-blend-mode: normal, normal;box-shadow: 0.01rem 0.06rem 0.36rem 0rem rgba(1, 60, 118, 0.1);border: solid 0.02rem #ffffff;}
.honor-list .top-box{margin-bottom: .2rem;}
.honor-list .top-box .name{font-size: .2rem;color: #013c76;}
.honor-list .top-box .more a{display: flex;align-items: center;justify-content: center;width: 2rem;height: .4rem;font-size: .16rem;color: #fff;background-color: #013c76;border-radius: .4rem}
.honor-list.honor-list2 li .bg{padding: 0.25rem}
.honor-list.honor-list2 li figure{background: url(../images/honorbg2.png) no-repeat top center/100% 100%;padding: 0.15rem 0.3rem}
.honor-list.honor-list2 li figure em{padding-bottom: 152.54%;}


.trust-tit{font-size: 0.46rem;color: #333333;font-weight: bold;}
.trust-developed{padding: 1.2rem 0 1rem;}
.trust-developed .developed-top{padding: 0 5% 6% 4%;position: relative;padding-top: -0.7rem;}
.trust-developed .developed-top:after{position: absolute;bottom: 0;width: 100%;height: 3.2rem;background-color: #f4f7fa;content: "";z-index: -1;left: 0}
.trust-developed .developed-top .txt{font-size: 0.16rem;line-height: 0.32rem;color: #555555;float: left;width: 53.4188%;text-align: justify;}
.trust-developed .developed-top .Ispic{width: 38.1566%;float: right;}
.trust-developed .developed-top .txt b{color: #013c76;font-weight: bold;}
.trust-developed .developed-top .Ispic::after {content: '';position: absolute;bottom: 0%; /* å€’å½±çš„ä½ç½® */left: 0;width: 100%;height: 0.8rem; /* å€’å½±çš„é«˜åº¦ */background: url(../images/developedbg.png) no-repeat top center/100% auto;}
.trust-developed .developed-top .Ispic{margin-bottom: -0.8rem;position: relative;}
.trust-developed .developed-top .Ispic img{margin-bottom: 0.8rem;}
.trust-developed .developed-bottom{margin-top: 0.8rem;}
.trust-developed .developed-bottom .con{font-size: 0.16rem;line-height: 2;color: #555555;}
.trust-developed .developed-bottom .con b{color: #013c76;}
.trust-developed .developed-bottom .imgs{margin-top: 0.5rem;}
.trust-developed .developed-bottom .imgs li{float: left;width: 49.3%;margin-bottom: 1.4%;position: relative;}
.trust-developed .developed-bottom .imgs li:nth-child(2n){float: right;}
.trust-developed .developed-bottom .imgs li p{text-align: center;font-size: 0.16rem;line-height: 0.8rem;background: url(../images/bg3.png) no-repeat bottom center/100% auto;position: absolute;width: 100%;bottom: 0;left: 0;color: #fff}
.trust-developed .developed-bottom .imgs li:hover img{transform: scale(1.1);}

.trust-production{padding: 1.2rem 0 0;}
.trust-production .trust-tit{text-align: center;margin-bottom: 0.5rem;}
.trust-production .production-top li{width: 49%;float: left;background-color: #f4f7fa;padding: 0.4rem  0.6rem}
.trust-production .production-top li .txt{font-size: 0.16rem;line-height: 2;color: #555555;max-width: 4.8rem}
.trust-production .production-top li .Ispic{width: 0.8rem;height: 0.8rem;background-color: #013c76;text-align: center;}
.trust-production .production-top li .Ispic img{object-fit: none;}
.trust-production .production-top li:nth-child(2n){float: right;}
.trust-production .production-top li:hover .Ispic img{transform: rotateY(360deg);}

.trust-production .production-bot{padding: 1rem 0 0.4rem;background-color: #f4f7fa;margin-top: 1rem;}
.trust-production .production-bot li{padding-left: 0.65rem;border-left: 1px solid #e6e6e6;padding-bottom: 0.6rem;;}
.trust-production .production-bot li .Ispic{width: 50%;}
.trust-production .production-bot li .txt{width: 37%;}
.trust-production .production-bot li .txt .ti{font-size: 0.28rem;font-weight: bold;line-height: 0.32rem;color: #333333;position: relative;margin-bottom: 0.3rem;}
.trust-production .production-bot li .txt .ti:after{position: absolute;left: -0.7rem;;top:50%;margin-top: -0.045rem; width: 0.09rem;height: 0.09rem;border-radius: 50%;content: "";	background-color: #999999;}
.trust-production .production-bot li:hover .txt .ti::after{background-color: #013c76;box-shadow: 0rem 0rem 0.1rem 0rem rgba(1, 60, 118, 0.2);border: solid 0.04rem #ffffff;width: 0.17rem;height: 0.17rem;left: -0.74rem;margin-top: -0.085rem;}
.trust-production .production-bot li:hover .txt .ti{color: #013c76;}
.trust-production .production-bot li .txt .con{font-size: 0.16rem;line-height: 2;color: #555555;}
.trust-production .production-bot li .txt .con h3{font-size: 0.2rem;color: #333333;line-height: 0.32rem;margin-bottom: 0.1rem;}
.trust-production .production-bot li .txt .con h3 + p{margin-bottom: 0.25rem;}

.about-videos.trust-quality{padding: 0.8rem 0}
.about-videos.trust-quality .videos-list{padding-top: 0;}
.trust-quality .trust-tit{text-align: center;margin-bottom: 0.5rem;}
.about-videos.trust-quality .videos-list li figure a::before{display: none}
.about-videos.trust-quality .videos-list li figure a{background: none}
.trust-quality li p{margin-top: 0.2rem;}
.trust-quality li{margin-bottom: 0.45rem;}
.trust-quality li:hover .Ispic img{transform: scale(1.1);}
.trust-quality li:hover p{color:  #013c76;}

.serve-engineering{padding: 1rem 0}
.serve-engineering li{float: left;width: 47.5%;margin-bottom: 5%;	}
.serve-engineering li:nth-child(2n){float: right;}
.serve-engineering li .txt{padding: 0.25rem 0;border-bottom: 1px solid  #e6e6e6;;}
.serve-engineering li .txt .ti{font-size: 0.28rem;color: #333333;line-height: 1;font-weight: bold;margin-bottom: 0.15rem;}
.serve-engineering li .txt p{font-size: 0.18rem;color: #999999;font-weight: lighter;}
.serve-engineering li .txt span{font-size: 0.16rem; padding:0.4rem 0}
.serve-engineering li .txt span i{font-family: "SimSun";font-weight: bold;margin-right: 0.1rem;}
.serve-engineering li:hover .txt .ti,
.serve-engineering li:hover .txt span{color: #013c76;}
.serve-engineering li:hover .txt{border-color: #013c76; }
.serve-engineering li:hover .Ispic img{transform: scale(1.1);}
.serve-engineering .Ispic img {aspect-ratio:752/470}

.cooperate{padding: 1rem 0}
.serve-cooperate .title{line-height: 1;font-size: 0.46rem;text-align: center;font-weight: bold;;color: #333;}
.cooperate .slick-dots{text-align: center;padding-top: 0;}
.cooperate .slick-dots li{display: inline-block;width: 0.12rem; height: 0.12rem; margin: 10px 0;position: relative;list-style: none; margin: 0 9px;background: #cccccc;border-radius: 50%}
.cooperate .slick-dots li:after,.cooperate .slick-dots li button{display: none}
.cooperate .slick-dots li.slick-active{background: #013c76;}
.cooperate .slider{ padding-right: 5px;}
.cooperate .slick-slide{overflow: hidden;padding: 0.6rem 0;}
.cooperate .slick-slide > div{float: left; margin-left: -1px;border: 1px solid #f5f5f5;margin-top: -1px;}
.cooperate .slick-slide a{position: relative; z-index: 3; display: block;padding: 0 10%;}
.cooperate .slick-slide .Ispic{height: 1.6rem;background-size: auto;background-repeat: no-repeat;background-position: center;}
.cooperate .slick-slide .url{position: relative;}
.cooperate .slick-slide .url:before{position: absolute; left: -5px; top: -5px; right: -5px; bottom: -5px; content: '';background: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); opacity: 0;transition: 0.3s;}
.cooperate .slick-slide .url:hover:before{opacity: 1;}
.cooperate .slick-slide .url:hover{z-index: 4;}

.region{padding: 1rem 0 0;background: url(../images/mapbg.png) no-repeat bottom center/cover;}
.region .con{text-align: center;max-width: 11rem;width: 90%;margin: 0 auto;font-size: 0.16rem;line-height: 2;color: #555555;margin-top: 0.45rem;}
.region .map{position: relative;margin: 0 5.555%}
.region .map .center{width: 0.65rem;border-radius: 50%;height: 0.65rem;background-color: #013c76;text-align: center;line-height: 0.65rem;font-size: 0.18rem;color: #ffffff;position: absolute;left: 34%;top: 30%}
.region .map .center:after{width: 100%;height: 100%;border-radius: 50%;background-color: #013c76;opacity: 0.1;content: "";position: absolute;left: 0;top: 0;animation: scale-fade 3s infinite;z-index: -1;}
.region .map .center:before{ width: 17.56rem;content: "";position: absolute;left: 80%;top: -70%;transform: translate(-50%,-50%);	height: 9.77rem;background: url(../images/line.png) no-repeat center;z-index: -1;}
.region .map li{position: absolute;padding-left: 0.2rem;font-size: 0.18rem;	color: #555555;line-height: 0.32rem;cursor: pointer;}
.region .map li:after{width: 0.1rem;border-radius: 50%;content: "";left: 0;top: 50%;margin-top: -0.05rem;height: 0.1rem;background-color: #013c76;position: absolute;left: 0}
.region .map li.li1{left: 13%;top: 24.5%}
.region .map li.li2{left: 21.4%;top: 25.6%}
.region .map li.li3{left: 34.5%;top: 22.4%}
.region .map li.li4{left: 33.3%;top: 45.3%}
.region .map li.li5{left: 7.5%;top: 47.3%}
.region .map li.li6{left: 44.7%;top: 71.7%}
.region .map li.li7{left: 75.5%;top: 34.6%}
.region .map li:hover:before{width: 0.1rem;height: 0.1rem;border-radius: 50%;background-color: #013c76;opacity: 0.1;content: "";position: absolute;left: 0;top:50%;margin-top: -0.05rem; animation: scale-fade 3s infinite;z-index: -1;}



/* è”ç³»æˆ‘ä»¬ */

.contact-top{padding-bottom: 0.6rem;margin-bottom: 0.6rem;border-bottom: 1px solid #e6e6e6;}
.contact-top .Ispic{width: 50%;float: left;margin-right: 7%;}
.contact-top .txt{width: 40%;float: left;}
.contact-top .txt .ti{font-size: 0.46rem;color: #333333;line-height: 1;font-weight: bold;}
.contact-top .txt p img{float: left;margin-right: 0.2rem;}
.contact-top .txt p span{display: block;font-size: 0.18rem;color: #808080;font-weight: lighter;}
.contact-top .txt p b{display: block;font-size: 0.2rem;color: #333333;font-weight: normal;}
.contact-top .txt p{line-height: 0.35rem;margin-top: 0.45rem;}


.contact{width: 100%;}
.contact .item{min-height: 3.5rem;background-color: #f4f7fa;padding: 2.083vw;margin-bottom: 0.4rem;width: 48.5%;float: left;;border: solid 0.02rem transparent;}
.contact .item:nth-child(2n){float: right;}
.contact h2{font-size: var(--font-size24);margin-bottom: 0.33rem;display: block;border-bottom: 1px solid #DBDEE1;}
.contact h2:after{display: block;width: 0;height: 1px;content: "";border-bottom: 0.01rem solid rgba(var(--main-color));transition: all 0.5s;margin-top: 0.2rem;,margin-bottom: -1px;}
.contact p {position: relative;line-height: 2;}
.contact .item:hover h2:after{width: 100%;}
.contact .item:hover{background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 30%, rgba(238, 244, 249, 0.8) 100%), linear-gradient(#f4f7fa, #f4f7fa);background-blend-mode: normal, normal;box-shadow: 0.01rem 0.06rem 0.36rem 0rem	rgba(1, 60, 118, 0.1);border: solid 0.02rem #ffffff;}
.contact .item:hover h2{color: #013c76;}


.message{padding-top: 0.8rem;}
.message .ti{text-align: center;font-size: 0.46rem;font-weight: bold;color: #333333;line-height: 1;margin-bottom: 0.3rem;}
.message dl{float: left;width: 32%;margin-right: 2%;}
.message dl:nth-child(3n){margin-right: 0;}
.message dl dt{font-size: 0.18rem;line-height: 0.64rem;color: #333333;font-weight: lighter;}
.message dl dt .red{color: #c5271e;}
.message dl .text{width: 100%;height: 0.5rem;border: none;	background-color: #f4f7fa;padding: 0 0.2rem}
.message dl.w100{width: 100%;margin-right: 0;}
.message dl textarea.text{height: 1.7rem;padding: 0.2rem}
.message dl.dl{text-align: center;width: 100%;}
.message dl.dl .btn{width: 1.8rem;text-align: center;font-size: 0.18rem;color: #ffffff;line-height: 0.6rem;	height: 0.6rem;background-color: #013c76;margin-top: 0.45rem; border-radius: 0.3rem;}


@media(min-width:1025px){
.cooperate .slick-slide > div{width: 16.6667%;}
.cooperate .slick-slide  > div:nth-child(6n+1),
.cooperate .slick-slide  > div:nth-child(1){margin-left: 0; }
}
@media(min-width:751px) and (max-width:1024px){
.cooperate .slick-slide > div{width: 25%;}
.cooperate .slick-slide  > div:nth-child(4n+1),
.cooperate .slick-slide  > div:nth-child(1){margin-left: 0; }
}
@media(min-width:641px) and (max-width:750px){
.cooperate .slick-slide > div{width: 33.333%;}
.cooperate .slick-slide  > div:nth-child(3n+1),
.cooperate .slick-slide  > div:nth-child(1){margin-left: 0; }
}

@media(max-width:1024px){
.pro-list li h3{margin-top: 0.1rem;}
.trust-developed .developed-top{margin-top: 0;}
.trust-developed,.trust-production,.about-videos.trust-quality,.serve-engineering{padding: 0.4rem 0}
.trust-production .production-top li .txt{max-width: calc(100% - 1rem);line-height: 1.5;}
.trust-production .production-top li{padding: 0.2rem}
.trust-production .production-top ul{display: flex;justify-content: space-between}
.trust-production .production-bot{margin-top: 0.4rem;padding-top: 0.4rem;}
.trust-tit,.trust-production .trust-tit,.trust-quality .trust-tit,.message .ti{font-size: 30px;margin-bottom: 0.2rem;}
.contact-top .txt p img{height: 0.4rem;width: 0.4rem;}
.contact-top .txt p{margin-top: 0.15rem;}
.message{padding-top: 0.4rem;}
.region .map .center:before{display: none}
.region .map .center{width: 0.4rem;height: 0.4rem;line-height: 0.4rem;}
.about-architecture .Ispic img{width: 100%;}
}
@media(max-width:768px){
.cooperate{font-size: 3vw;}
.cooperate .title{font-size: 5vw}
.cooperate .slick-slide > div{width: 50%;}
.cooperate .slick-slide  > div:nth-child(2n+1),
.cooperate .slick-slide  > div:nth-child(1){margin-left: 0; }
.cooperate .slick-slide .Ispic{height: 28vw;}
.pro-list li{width: 100%;margin-bottom: 0.2rem;}
.pro-con .tablebox{max-width: 100%;overflow-x: auto;}
.pro-con .tablebox table{min-width: 1000px;}
.pro-con .con-top .Ispic{width: 100%;}
.pro-con .con-top{flex-wrap: wrap;padding: 0.4rem 0}
.pro-con .con-top .txt{width: 100%;margin:0.2rem 0 0 }
.pro-con .con-top .txt .ti{font-size: 24px;}
.pro-con{padding-bottom: 0.4rem;}
.honor-list li .bg,.honor-list li figure{padding: 0.1rem}
.trust-developed .developed-top{flex-wrap: wrap;}
.trust-developed .developed-top .txt{width: 100%;}
.trust-developed .developed-top .Ispic{width: 100%;margin-top: 0.2rem;}
.trust-production .production-bot li{padding-left: 0.3rem;padding-bottom: 0.3rem;}
.trust-production .production-bot li .txt .ti:after{left: -0.34rem}
.contact-top .Ispic,.contact-top .txt{width: 100%;}
.contact-top .txt{margin-top: 0.3rem;}
.contact-top .txt .ti{font-size: 30px;margin-bottom: 0.2rem;}
.contact p{font-size: 16px;}
}
@media(max-width:480px){
	.serve-engineering li{width: 100%;}
.trust-production .production-bot li .txt{margin-bottom: 0.2rem;}
.trust-production .production-bot li .txt .con{font-size: 16px;}
.honor-list li,.trust-developed .developed-bottom .imgs li,.trust-production .production-bot li .Ispic,.trust-production .production-bot li .txt{width: 100%;}
.trust-production .production-bot li{display: inline-block;width: 100%;}
.trust-production .production-top ul{flex-wrap: wrap;}
.trust-production .production-top ul li,.contact .item{width: 100%;margin-bottom: 0.2rem;min-height: unset;}
.trust-production .production-top li .txt{font-size: 16px;line-height: 1.5;}
.contact h2{margin-bottom: 0.15rem;}
.message dl{width: 100%;margin-right: 0;}
}





@media(max-width:768px){
	.contact{width: 100%;}


}
@media(max-width:480px){
}

.NewsList{padding: 0.7rem 0 1rem;}
.NewsList .left img{width: 100%;}
.NewsList .right .time{font-size: 12px;color: #999;padding: 2px 5px;margin-top: 8px;display: inline-block;}
.NewsList .right .h3{color: #313131;font-size:  0.22rem;;font-weight: bold;margin: 0 0 0.1rem;line-height: 1;}
.NewsList .right .p{color: #999;font-size: 0.16rem;line-height: 2;font-weight: lighter;;}
.NewsList ul li{padding: 0.3rem 0;border-bottom: 1px dashed #e1e1e1;;}
.NewsList .right{max-width: 55%}

@media screen and (min-width:768px ) {
	.NewsList .left{float: left;width: 25%;}
	.NewsList .right{float: right;width: 72%;}
	.NewsList .right .time{margin-top: 0px;}
}

@media screen and (min-width:1024px ) {
	.NewsList .Pages{padding-top: 0.5rem;}
	.NewsList .right .time{margin-top: 15px;}
	.NewsList ul li:hover .right .h3{color: #c5271e;}
	.NewsList ul li{position: relative;}
	.NewsList ul li .right_btn{width: 0.5rem;border-radius: 50%;	height: 0.5rem;border: solid 0.02rem #999999;background: url(../images/arr_more_g.png) no-repeat center;display: inline-block;position: absolute;top: 50%;right: 0.3rem;cursor: pointer;margin-top: -0.25rem}
	.NewsList ul li:hover .right_btn{background: #c5271e url(../images/arr_more_w.png) no-repeat center;border-color: #c5271e;}
}

@media screen and (min-width:1200px ) {
	.NewsList .left{float: left;margin-right: 0.6rem;}
	.NewsList .right{float: left;}
	.NewsList .right .time{margin-top: 14px;font-size: 0.16rem;color: #999999;font-weight: lighter;}
	.NewsList ul li{padding-right: 20px;}
}
@media(max-width:1024px){
	.NewsList{padding: 0.4rem 0}
}
@media(max-width:480px){

.NewsList ul li .left{width: 100%;}
.NewsList ul li a{flex-wrap: wrap;}
.NewsList .right{width: 100%;max-width: unset;margin-top: 0.2rem;}
}

/* æœåŠ¡ä¸Žæ”¯æŒ */
.searchFaq{max-width: 9.06rem;margin: 0px auto 4.167vw;position: relative;height: 0.64rem;border-radius: 0.64rem;border: 1px solid #dddddd;padding: 0 0.03rem 0 0.85rem;}
.searchFaq:before{position: absolute;left: 0.29rem;top: 50%;transform: translateY(-50%);content: "";width: 0.25rem;height: 0.25rem;background: url(../images/ico_so2.svg) no-repeat center center/contain;}
.searchFaq input{height: 0.56rem;flex: 1;border: 0;}
.searchFaq .btn{width: 1.56rem;height: 0.56rem;background-color: rgba(var(--main-color));color: #fff;border-radius: 0.56rem;font-size: var(--font-size20);border: 0;cursor: pointer;margin-left: 0.1rem;}
.searchFaq .btn:hover{opacity: 0.9;}
.searchFaq:hover{box-shadow: 0 0 10px rgba(0,0,0,0.15);}

.faqList{padding-bottom: 0.2rem;}
.faqList .item{margin-bottom: 0.3rem;cursor: pointer;}
.faqList .item .inner{background-color: #f8f8f8;padding: 2.917vw 3.438vw;position: relative;border-radius: 0.1rem;}
.faqList .item .inner:before{border-radius: 0.1rem 0 0 0.1rem;width: 0;top: 0;content: "";position: absolute;background-color: rgba(var(--main-color));height: 100%;left: 0;opacity: 0;transition: all .5s cubic-bezier(0.9,0.5,0.05,1.5);}
.faqList .item .inner:after{content: "";position: absolute;left: 0.17rem;top: 0;width: 0.13rem;background: url(../images/faq-water.svg) no-repeat center bottom/cover;height: 0;transition: all .5s cubic-bezier(0.9,0.5,0.05,1.5);}
.faqList .item .title{font-size: var(--font-size24);margin-bottom: 0.26rem;padding-left: 0.64rem;position: relative;font-weight: 500;}
.faqList .item .title:before{content: "";width: 0.32rem;height: 0.32rem;left: 0;position: absolute;top: 0.02rem;background: url(../images/ico_fq.png) no-repeat center center/contain;}
.faqList .item .detail{font-size: var(--font-size18);line-height: 2;padding-left: 0.64rem;position: relative;font-weight: 100;height: 2em;overflow: hidden;}
.faqList .item .detail:before{content: "";width: 0.32rem;height: 0.32rem;left: 0;position: absolute;top: 0.02rem;background: url(../images/ico_aq.png) no-repeat center center/contain;}
.faqList .item:hover .inner:before,
.faqList .item.on .inner:before{width: 0.22rem;opacity: 1;}
.faqList .item.on .inner:after{height: 100%;}
.faqList .item.on .title{color: rgba(var(--main-color));}
.faqList .item.on .detail{height: auto;}

.subTit{text-align: center;padding-bottom: 2.604vw;}
.subTit h2{font-size: var(--font-size36);font-weight: 500;}

.saleService{margin-left: -2.292vw;}
.saleService .item{flex: 1;margin-left: 2.292vw;border-radius: 0.2rem;min-height: 23.438vw;text-align: center;padding: 3.49vw;background-color: #f8f8f8;position: relative;overflow: hidden;}
.saleService .item::before {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: rgba(var(--main-color));transform: scaleX(0);transform-origin: right;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86)}
.saleService .inner{position: relative;z-index: 1;}
.saleService .ico-zoom{width: 0.99rem;height: 0.86rem;margin: 0px auto;}
.saleService h3{margin: 2.083vw 0 1.875vw;font-size: var(--font-size28);font-weight: 500;}
.saleService h3:after{display: block;margin: 0px auto;width: 0.35rem;height: 0.19rem;border-bottom: 0.02rem solid rgba(var(--main-color));content: "";}
.saleService .desc{font-weight: 100;line-height: 1.625;}
.saleService .item:hover::before {transform: scaleX(1);transform-origin: left;}
.saleService .item:hover {color: #fff;}
.saleService .item:hover h3:after{border-color: #20468c;}

@media(max-width:768px){
	.saleService .item:not(:last-child){margin-bottom: 0.2rem;}
}
@media(max-width:480px){
	.searchFaq{padding-left: 0.6rem;}
	.searchFaq .btn{width: 1rem;}
	.faqList .item{margin-bottom: 0.15rem;}
	.faqList .item .title{font-size: var(--font-size20);}

	.subTit h2{font-size: var(--font-size30);}
	.saleService .ico-zoom{width: 0.5rem;height: 0.43rem;}
}

/* åº”ç”¨åœºæ™¯ */
.sceneList .item	{margin-bottom: 5.365vw;}
.sceneList .item .Ispic{width: 53.21%;border-radius: 0.2rem;}
.sceneList .item .info{flex: 1;padding-left: 7.1%;position: relative;}
.sceneList .item .icon{position: absolute;top: 50%;width: 0.75rem;height: 0.75rem;border-radius: 50%;overflow: hidden;background-color: rgba(var(--main-color));left: -0.375rem;margin-top: -0.375rem;}
.sceneList .item .icon::before {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: rgba(255,255,255,0.2);transform: scaleX(0);transform-origin: right;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86)}
.sceneList h3{margin-bottom: 0.26rem;font-size: var(--font-size32);font-weight: 500;}
.sceneList .txt{margin-bottom: 0.39rem;font-weight: 100;line-height: 1.93;}
.sceneList .pro{font-weight: 100;}
.sceneList .pro dt{margin-bottom: 0.11rem;color: rgba(var(--rgb-666));}
.sceneList .pro dd a{display: inline-block;min-width: 24%;margin-right: 1%;margin-bottom: 0.16rem;}
.sceneList .pro dd a:hover{font-weight: 500;}
.sceneList .item:hover .icon::before {transform: scaleX(1);transform-origin: top;}
.sceneList .item:nth-child(even) {flex-direction: row-reverse;}
.sceneList .item:nth-child(even) .info{padding-left: 0;padding-right: 7.1%;}
.sceneList .item:nth-child(even) .icon{left: auto;right: -0.375rem;}

.loading{background: url(../images/loading.gif) no-repeat center center/contain;width: 0.32rem;height: 0.32rem;margin: 0px auto;}

@media(max-width:768px){
	.sceneList .item .Ispic{width: 100%;}
	.sceneList .item .info{padding: 0.3rem 0 0 0;}
	.sceneList .item .icon{left: 50%;right: auto;top: -0.1rem;margin-left: -0.375rem;}
}
@media(max-width:480px){
	.sceneList h3{font-size: var(--font-size24);}
}

/* äº§å“ä¸­å¿ƒ */
.subNav li{margin-bottom: 1.042vw;min-width: 7.813vw;text-align: center;}
.subNav li:not(:last-child){margin-right: 1.042vw;}
.subNav li a{display: block;position: relative;z-index: 1;line-height: 0.45rem;padding: 0 0.2rem;border-radius: 0.45rem;background-color: #f8f8f8;overflow: hidden;}
.subNav li a span{position: relative;z-index: 2;}
.subNav li a::before {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: rgba(var(--main-color));transform: scaleX(0);transform-origin: right;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86);z-index: 0;}
.subNav li:hover a,.subNav li.on a{color: #fff;}
.subNav li:hover a::before,.subNav li.on a::before{transform: scaleX(1);transform-origin: left}

.proBox{padding-top: 0.46rem;}
.proBox .Ispic{width: 33.57%;padding-top: 33.57%;border-radius: 50%;overflow: visible;border-radius: 50%;border: 0.06rem solid rgba(var(--main-color));margin-left: 8.5%;}
.proBox .Ispic:after{content: "";background: url(../images/home-pro-wtaer.png) no-repeat center bottom/contain;bottom: -0.18rem;width: calc(100% + 0.7rem);height: 121%;position: absolute;left: 50%;transform: translateX(-50%);}
.proBox .Ispic span{overflow: hidden;border-radius: 50%;left: 0.04rem;top: 0.04rem;width: calc(100% - 0.08rem);height: calc(100% - 0.08rem);background: url(../images/probg.jpg) no-repeat center center/cover;}
.proBox .model{width: 47.64%;padding: 2.448vw 0.3rem 0 0;}
.proBox .model .title{margin-bottom: 2.083vw;font-size: var(--font-size32);font-weight: 500;}
.proBox .model li{width: 47%;margin-bottom: 1.302vw;}
.proBox .model li a{display: block;text-align: center;font-size: var(--font-size20);border-radius: 5px;background-color: #f8f8f8;padding: 0.1rem 0.25rem;transition: all 0.5s;}
.proBox .model li a:hover{color: #fff;background-color: rgba(var(--main-color));}

.pro-category{padding-bottom: 0.09rem;border-bottom: 1px solid #e6e6e6;margin-bottom: 3.75vw;}
.pro-category .item{margin-bottom: 1.458vw;font-weight: 100;line-height: 0.42rem;}
.pro-category .item dt{width: 1.07rem;color: #666666;}
.pro-category .item dd{flex: 1;}
.pro-category .category li:not(:last-child){margin-right: 0.9vw;}
.pro-category .category li a{display: block;position: relative;z-index: 1;padding: 0 0.18rem;border-radius: 0.45rem;overflow: hidden;font-size: var(--font-size18);color: #666666;}
.pro-category .category li a span{position: relative;z-index: 2;}
.pro-category .category li a::before {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: rgba(var(--main-color));transform: scaleX(0);transform-origin: right;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86);z-index: 0;}
.pro-category .category li:hover a,.pro-category .category li.on a{color: #fff;font-weight: 500;}
.pro-category .category li:hover a::before,.pro-category .category li.on a::before{transform: scaleX(1);transform-origin: left}

.pro-category .model li{line-height: 0.4rem;min-width: 20%;}
.pro-category .model li a{display: block;transition: all 0.5s;}
.pro-category .model li a:hover,.pro-category .model li.on a{color: rgba(var(--main-color));}
.pro-category .model li.on a{font-weight: 500;}

.pro-title{font-size: var(--font-size30);color: #222222;padding-bottom: 0.13rem;border-bottom: 1px solid #eeeeee;font-weight: 500;}

.pro-detail{padding: 0.46rem 0;border-bottom: 1px solid #eeeeee;position: relative;}
.pro-detail:before{left: 50%;top: 0.46rem;width: 1px;content: "";position: absolute;background-color: #eeeeee;height: calc(100% - 0.82rem);}
.pro-detail .detail{width: 47.14%;font-weight: 100;line-height: 1.875;}
.pro-detail .detail b{color: #222222;font-size: var(--font-size22);margin-bottom: 0.1rem;}
.pro-detail .detail .txt{margin-bottom: 0.25rem;}

@media(max-width:768px){
	.proBox .Ispic{margin: 0px auto;width: 65%;padding-top: 65%;}
	.proBox .info{width: 100%;padding-top: 0.3rem;}
	.proBox .info .title{text-align: center;}

	.pro-category .item dt{width: 100%;}
	.pro-category .category li a{font-size: var(--font-size16);line-height: 0.4rem;}
	.pro-category .model li{padding-right: 0.15rem;}
	.pro-detail .detail{width: 100%;}
	.pro-detail:before{display: none;}
}
@media(max-width:480px){
	.proBox .info li{width: 100%;}
}

.cooperate .slider{
	padding-right: 0;
	padding-left: 0;
}
.cooperate .imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .3s;
}
.cooperate .imgbox img {
	width: 100%;
    /* height: 100%;
    object-fit: cover; */
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.cooperate .imgbox{
	/* padding-top: 90%; */
	/* padding-top: 56%; */
	padding-top: 95%;
}
.cooperate .slick-arrow{
	background-color: transparent;
    border:0.01rem solid #d3d3d3;
	font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.09rem 0.16rem;
}
.cooperate .slick-arrow::after{
	display: none;
}
.cooperate .slick-arrow.slick-next{
	background-image: url(../images/page_right.svg);
	right: -0.6rem;
}
.cooperate .slick-arrow.slick-prev{
	background-image: url(../images/page_left.svg);
	left: -0.6rem;
}
.cooperate .slick-arrow.slick-prev:hover{
	background-image: url(../images/page_left_on.svg) !important;
    border-color: rgba(var(--main-color));
	background-color: rgba(var(--main-color));
}
.cooperate .slick-arrow.slick-next:hover{
	background-image: url(../images/page_right_on.svg) !important;
    border-color: rgba(var(--main-color));
	background-color: rgba(var(--main-color));
}
@media screen and (max-width:1024px){
	.cooperate .slick-arrow.slick-next{
		right: 0;
	}
	.cooperate .slick-arrow.slick-prev{
		left: 0;
	}
	.cooperate .slider{
		padding-right: 0.6rem;
		padding-left: 0.6rem;
	}
}
.cooperate .slick-slide{
	padding-top: 0;
}
.region .con{
	margin-top: 0;
	margin-bottom: 0.45rem;
}
.subMenu{
	position: relative;
	z-index: 9;
}

.case_nav{margin-bottom:0.4rem;}
.case_nav ul{text-align: center;}
.case_nav ul li{display: inline-block;margin:0.05rem 0.1rem;width:auto;float:none !important;}
.case_nav ul li a{display: block;line-height: 0.48rem;padding:0 0.3rem;background: #f1f1f1;}
.case_nav ul li.onli a{background: #00479d;color:#fff;}
.case_nav ul li:hover a{background: #00479d;color:#fff;}

@media(max-width:640px){
	.case_nav ul li{margin:0.05rem;}
	.case_nav ul li a{line-height: 0.4rem;padding:0 0.2rem;}
}

.pro-list.on li p{text-align: center;}
.pro-list.on li h3{text-align: center;}