@import url(base.css);

/* 全局变量 */
:root{
	--main-color: 4,56,128;
	--primary-color: 43,78,153;
	--orange-color: 226,116,15;
	--orange2-color: 255,153,0;
	--bg-lg: linear-gradient(to right, rgba(47,83,161), rgba(73,116,208));
}

/*Top s*/
.header{position:fixed; width:100%; left:0; top:0;z-index:1000;transition: all 0.3s;background-color: rgba(255,255,255,0.6);}
.header .toper{position:static;height: 0.9rem;}
.header:after{height: 100%;top: 0;width: 100%;transition: all 0.5s;background-color: #fff;content: "";position: absolute;z-index: -1;opacity: 0;}
.header .logo{position: relative;z-index: 1001;}
.header .logo img{height: 0.64rem;}

.header .other{padding-right: 0.2rem;}
.header .other a{padding-left: 0.3rem;background-position: 0 center;background-repeat: no-repeat;background-size: 0.21rem 0.18rem;}
.header .other a span{max-width: 1rem;overflow: hidden;display: inline-block;vertical-align: middle;margin-top: -0.02rem;}
.header .other a:not(:last-child){margin-right: 0.28rem;}
.header .other .oa{background-image: url(../images/top_oa.svg);}
.header .other .mail{background-image: url(../images/top_mail.svg);}
.header .other a:hover{color: #d53226;}

.top_search .ico{ cursor:pointer;position: relative;z-index: 10;border-radius: 50%;width: 0.2rem;height: 0.2rem;}
.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: 100%;height: 100%;}
.top_search .ico .iconso{background-image: url(../images/soso.svg);}
.top_search .ico .icongb{ display:none;background-image: url(../images/close.svg);}
.top_search .ico.on .icongb{ display:block;}
.top_search .ico.on .iconso{ display:none;}
.top_search .searchbox {display:none;position: absolute;left: 0;top: 100%;width: 100%;background-color: #f5f8fa;padding: 2.604vw;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 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/soso.svg) no-repeat 0.2rem center/0.2rem 0.2rem;}
.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;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: var(--main-color);}

.mainNav{padding-right: 3.385vw;}
.mainNav li{padding:0 1.823vw;position: relative;}
.mainNav span a{ position:relative; z-index:100;display:block;line-height: 0.9rem;transition: all 0.3s;}
.mainNav span a:after{position: absolute;width: 0;height: 0.03rem;content: "";left: 50%;transform: translateX(-50%);bottom: 0;transition: all .5s;background-color: rgba(var(--orange-color),1);}
.mainNav .arr{ display:none;}
.mainNav li.active span a,.mainNav li.aon span a{color: rgba(var(--main-color),1);}
.mainNav li:hover span a:after,.mainNav li.active span a:after,.mainNav li.aon span a:after{width: 100%;}

.mainNav .sub{background: url(../images/topnavbg.jpg) no-repeat right center/cover;}
.open-menu{width: 0.4rem;height: 0.4rem;display: none;cursor: pointer; margin-left: 0.29rem;background-color: rgba(var(--main-color),1);border-radius: 3px;position: relative;z-index: 1001;align-items: center;justify-content: center;}
.open-menu span{margin-right: 0.1rem;color: #fff;}
.open-menu:hover{opacity: 0.9;}
.open-menu i{display: block;width: 0.24rem;background-color: #fff;height: 2px;transition: all 0.5s;}
.open-menu i:not(:last-child){margin-bottom: 0.06rem;}
.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{opacity: 0;}
.header.fix:after,
.header.on:after,
.detailBox .header:after{box-shadow: 3px 0 12px rgba(0,0,0,0.05);opacity: 1;}

@media(min-width:1921px){
	.mainNav {padding-right:0.65rem;}
	.mainNav li{padding: 0 0.35rem;}
}
@media (min-width:1025px) {
		/* 下拉 */
		.mainNav li#m42{position: static;}
		.mainNav li#m42 .sub{min-height: 3.28rem;text-align: left;padding: 0.53rem;width: 100%;}
		.mainNav li#m42 .sub dd{font-weight: 100;margin-bottom: 0;}
		.mainNav .sub{position: absolute;left: 50%;transform: translateX(-50%) scale(0.9);top: 100%;opacity: 0;visibility: hidden;z-index: -100;transition: all 0.3s ease-out 0s;pointer-events: none;padding: 0.15rem;border-radius: 0 0 0.2rem 0.2rem;width: 1.5rem;text-align: center;}
		.mainNav .sub dl{flex: 1;line-height: 0.32rem;}
		.mainNav .sub dl dd{margin-bottom: 0.1rem;}
		.mainNav .sub dl dt{margin-bottom: 0.15rem;}
		.mainNav .active .sub{z-index: 99;opacity: 1;visibility: visible;transform: translateX(-50%) scale(1);pointer-events: auto;}
}
	
@media(max-width:1024px){
	.top_search .ico{margin-left: 0;}
	.open-menu{display: flex;}

	.mainNav{position: fixed;left: 0;top:0.9rem; padding: 0.2rem 0;visibility: hidden; transform: translateX(-100%); opacity: 0; transition: 0.3s; width: 3rem; bottom: 0; box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.2);height: calc(100vh - 0.9rem);background: url(../images/topnavbg.jpg) no-repeat right bottom/cover;}
	.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 dt{background-color: rgba(0,0,0,0.08);padding-left: 5px;}
	/*.mainNav .sub dd a,*/
	.mainNav span a{line-height: 3;padding: 0 0.3rem;border-bottom: 1px solid rgba(0,0,0,0.09);display: block;}
	.mainNav li.aon span a{color: #ffcc00 !important;}
	.mainNav .sub dd a{font-size: 0.2rem;}
	.mainNav .sub dd:last-child a{border-bottom: 0;}
	.mainNav li span{display: block;position: relative;font-size: 0.24rem;line-height: 2;}

	.wap-dd-op,
	.wap-op{position: absolute;right: 0;width: 3em; height: 100%;background: url(../images/ico_top1.svg) no-repeat center center; background-size: 40% auto; top: 0;z-index: 101; transition: 0.3s;transform: rotate(180deg);}
	.mainNav .sub dd.wap-active .wap-dd-op,
	span.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.auto-inner dd a{padding: 0 0 0 0.2rem;}
	.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;}
}
@media(max-width:480px){
	.mainNav{top:0.5rem; height: calc(100vh - 0.5rem);}
	.header .toper{height: 0.5rem;}
	.header .logo img{height: 0.38rem;}
}
/*Top end*/

/*Bottom s*/
.home-footer{overflow: visible !important;}
.home-footer:before{display: none !important;}
.footer{ position:relative;background: #243347 url(../images/footerbg.gif) no-repeat center bottom/cover;z-index: 2;padding: 3.021vw 0;color: #fff;}
.footer .auto-inner{padding-top: 0 !important;}
.footer a{color: #fff;}.footer a:hover{color: #ffcc00;}
.footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;visibility: hidden;}
.footer .contact {margin-bottom: 0.24rem;}
.footer .contact dd{padding-left: 0.39rem;background-position: 0px top;background-repeat: no-repeat;background-size: 0.24rem 0.24rem;}
.footer .contact dd:not(:last-child){margin-right: 0.48rem;}
.footer .contact dd.tel{background-image: url(../images/ico-tel.svg);}
.footer .contact dd.add{background-image: url(../images/ico-add.svg);}

.footer .logo{margin-bottom: 0.35rem;}
.footer .logo img{height: 0.64rem;}
.footer .ga{background: url(../images/ga.png) no-repeat 0 center; padding-left: 24px;}

.footer .fllowus{padding-top: 1.719vw;}
.footer .fllowus li{position: relative;z-index: 8;}
.footer .fllowus li a{position: absolute;z-index: 8;left: 0;top: 0;width: 100%;height: 100%;}
.footer .fllowus li:not(:first-child){margin-left: 0.2rem;}
.footer .fllowus .icon{position: relative;width: 0.48rem;height: 0.48rem;border-radius: 50%;background: rgba(255,255,255,0.1);text-align: center;}
.footer .fllowus .icon img{height: 0.2rem;opacity: 0.6;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.footer .fllowus .ewm{padding: 0.1rem;border-radius: 5px;background: #fff;width: 1.5rem;height: 1.5rem;bottom: 0.4rem;left: 50%;transform: translateX(-50%);transition: all 0.5s;position: absolute;opacity: 0;z-index: -1;visibility: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.footer .fllowus .ewm img{width: 100%;}
.footer .fllowus .ewm:after{width: 10px;height: 10px;left: 50%;transform: translateX(-50%) rotate(45deg);content: "";position: absolute;background: #fff;bottom: -5px;}
.footer .fllowus li:hover .ewm{bottom: 0.68rem;visibility: visible;z-index: 1000;opacity: 1;}
.footer .fllowus li:hover{z-index: 1500;}
.footer .fllowus li:hover .icon{background: rgba(255,255,255,0.2);}
.footer .fllowus li:hover .icon img{opacity: 1;}

.footer .copyright .copy{margin-right: 0.25rem;}
.footer .copyright .copy a{display: inline-block;}
.footer .copyright .copy span{margin-right: 0.16rem;}
.footer .copyright .nav{min-width: 2.73rem;}
.footer .copyright .nav a:not(:last-child){margin-right: 0.3rem;position: relative;}
.footer .copyright .nav a:not(:last-child):After{position: absolute;right: -0.16rem;top: 50%;transform: translateY(-50%);width: 2px;height: 2px;background-color: #fff;content: "";}

.footer .right-con{padding-top: 0.11rem;}
.footer .select{width: 2.8rem;border: 1px solid rgba(255,255,255,0.2);position: relative;}
.footer .select dt{color: rgba(255,255,255,0.5);padding: 0 0.37rem 0 0.18rem;line-height: 0.4rem;background: url(../images/select-arr.svg) no-repeat scroll right 0.19rem center transparent;}
.footer .select dd{position: absolute;left: 0;bottom: 90%;width: 100%;background-color: #fff;padding: 0.1rem 0.18rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);transition: all 0.5s;visibility: hidden;opacity: 0;pointer-events: none;z-index: 10;}
.footer .select dd a{color: #333;display: block;padding: 0.05rem 0;}
.footer .select p:not(:last-child) a{border-bottom: 1px solid #eee;}
.footer .select dd a:hover{color: rgba(var(--main-color));}
.footer .select:hover dd{bottom: 100%;visibility: visible;opacity: 1;pointer-events: auto;}

.totops{position: fixed;right: 0.15rem;bottom: 0;cursor: pointer;z-index: 100;visibility: hidden; opacity: 0;cursor:pointer;}
.totops em{display: none;}
.totops:after{background: #e9161d url(../images/ico_top.svg) no-repeat center center;width: 0.35rem;height: 0.35rem;content: "";display: inline-block;vertical-align: middle;border-radius: 50%;transition: all 0.5s;}
.totops.cd-is-visible {visibility: visible;opacity: 1;bottom: 5%;}
.totops:hover{opacity: 0.9 !important;}
.totops.fix{position: absolute;bottom:auto;top: -0.25rem;}
.totops.fix em{display: inline-block;vertical-align: middle;margin-right: 8px;}
span.totops{display: none;}

.fixNav{width: 0.8rem;top: 50%;transform: translateY(-50%);right: -50%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);	position: fixed;z-index: 100;text-align: center;font-size: 0.14rem;transition: all 0.8s;visibility: hidden;opacity: 0;}
.fixNav.show{right: 0.08rem;visibility: visible;opacity: 1;}
.fixNav .item:first-child .btn{border-top: 0;border-radius: 6px 6px 0 0;}
.fixNav .item{position: relative;}
.fixNav .item .btn{color: #999;cursor: pointer;background-color: rgba(255,255,255,0.9);position: relative;z-index: 10;border-top: rgba(204,204,204,0.2) 1px solid;height: 0.79rem;}
.fixNav .item figure{width: 0.3rem;height: 0.3rem;}
.fixNav .item:hover .btn{background-color: rgba(var(--main-color),1);color: #fff;}
.fixNav .item:last-child .btn{border-radius: 0 0 6px 6px;}
.fixNav .item .ewm {width: 1.6rem;border-radius: 6px;background-color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);padding: 0.1rem;position: absolute;pointer-events: none;transition: all 0.5s;visibility: hidden;right: 50%;opacity: 0;top: 0;z-index: -1;min-height: 0.79rem;}
.fixNav .item:hover .ewm {pointer-events:auto;right: 105%;opacity: 1;visibility: visible;z-index: 10;}
.fixNav .item .ewm img{width: 100%;display: block;margin-bottom: 0.05rem;}
.fixNav .item:nth-child(4) .ewm{font-size: 0.2rem;width: 2rem;}

@media(max-width:1024px){
	.footer .logo{display: none;}
	.footer .fllowus{justify-content: center;padding: 0.2rem 0 0.15rem;}
	.footer .select{margin: 0px auto;}
	.footer .copyright .copy{margin-right: 0;}
	.footer .copyright .nav{padding-top: 0.15rem;}

	.fixNav{left: auto !important;right: 0.05rem !important;width: 0.58rem;display: none;}
	.fixNav .item .btn{padding: 0.1rem 0.05rem;}
	.fixNav .item .ewm{left: auto;right: 50%;}
	.fixNav .item:hover .ewm{left: auto;right: 105%;}
	.fixNav .item.totop p{display: none;}
}
@media(max-width:768px){
	.footer .lxwm{width: 100%;padding-bottom: 0.25rem;}
	.footer .copyright .nav{margin-top: 0.05rem;}
}
/*Bottom end*/

/* button s*/
.more{color: #666666;display: inline-block;}
.more em{margin-left: 0.1rem;width: 0.32rem;height: 0.32rem;border: 1px dashed rgba(43,78,153,0.2);border-radius: 50%;display: inline-block;vertical-align: middle;position: relative;}
.more em:after{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0.24rem;height: 0.24rem;background: rgba(255,255,255,0.5) url(../images/jia.svg) no-repeat center center/ 0.1rem 0.1rem;content: "";border-radius: 50%;transition: all 0.5s;}
.more:hover em:after{background: rgba(var(--main-color),0.8) url(../images/jia2.svg) no-repeat center center/ 0.1rem 0.1rem;transform: translate(-50%,-50%) rotate(360deg);}
.more.white {color: #fff;}
.more.white em{border-color: rgba(255,255,255,0.4);}
.more.white em:After{background: rgba(var(--main-color),0.8) url(../images/jia2.svg) no-repeat center center/ 0.1rem 0.1rem;}

.moreBtn{display: inline-block;text-align: center;font-size: 0.18rem;width: 1.4rem;line-height: 0.48rem;color: #fff;border-radius: 0.48rem;background-image: linear-gradient(to right, #2b4e99 , #4e7ad9);transition: all 0.5s;}
.moreBtn:hover{background-image: linear-gradient(to left, #2b4e99 , #4e7ad9);color: #fff;}

/* button end*/

/* 首页 s*/
.section{background-color: #fff;overflow: hidden;}
.section .auto-inner{padding-top: 1.83rem;}
.section:not(.home-ban):before{width: 19.792vw;height: 13.906vw;content: "";left: 0;top: 0;background: url(../images/logobg3.png) no-repeat center bottom/cover;position: absolute;z-index: 2;}
.section.active:before{animation:fadeInDown 2s .4s ease both;-webkit-animation:fadeInDown 2s .4s ease both;-moz-animation:fadeInDown 2s .4s ease both;}

.titHead{padding-bottom: 0.5rem;width: 100%;}
.titHead h2{font-size: 0.42rem;font-weight: 500;color: #000000;line-height: 0.54rem;position: relative;z-index: 1;}
.titHead h2:After{position:absolute;left:0;bottom:0;width: 1.7rem;height: 0.09rem;background-image: linear-gradient(to right, #ff9900 , rgba(255,255,255,0));content: "";z-index: -1;}
.titHead .tdesc{font-weight: 100;}
.titHead.white,.titHead.white h2{color: #fff;}
.titHead.tc {text-align: center;}
.titHead.tc h2:after{left: 50%;transform: translateX(-50%);}
.titHead .tabNav{padding-right: 1.45rem;position: relative;z-index: 10;}
.titHead .tabNav li{width: 1.4rem;text-align: center;cursor: pointer;line-height: 0.48rem;}
.titHead .tabNav li:not(:first-child){margin-left:1.042vw;}
.titHead .tabNav span{position: relative;overflow: hidden;display: block;border: 1px solid rgba(255,255,255,0.55);border-radius: 0.48rem;background-image: linear-gradient(to bottom, #ccddf7 , #e1ebf8);transition: all 0.5s;}
.titHead .tabNav li.on span {background-image: var(--bg-lg);color: #fff;border: 1px solid rgba(255,255,255,0);}
.titHead .tabNav .more{position: absolute;right: 0;top: 50%;transform: translateY(-50%);display: none;}
.titHead .tabNav li.on .more{display: block;}
.titHead.white {color: #fff;}

/* 滚屏导航 */
#FixMenu{position: fixed;left: 0.1rem;z-index: 999;top: 50%;transform: translate(0,-50%);transition: all 0.5s;}
#FixMenu ul:after{display: block;height: 0.5rem;width: 1px;margin: 0px auto 0.1rem;background-color: #989898;content: "";}
#FixMenu li{display: block;	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.15rem;height: 0.15rem;border:2px solid #b3b3b3;transition: all 0.5s;}
#FixMenu li:before{position: absolute;width: 0;height: 0;content: "";left: 50%;top: 50%;transform: translate(-50%,-50%);background:  url(../images/logo-bg.png) no-repeat center center/contain;transition: all 0.5s;}
#FixMenu li a{display: block;height: 100%;position: relative;z-index: 10;}
#FixMenu li span{transition: all 0.5s;left: 0.45rem;width: 0.6rem;top: 50%;position: absolute;transform: translateY(-50%);visibility: hidden;opacity: 0;line-height: 1;}
#FixMenu li.active span{opacity: 1;visibility: visible;}
#FixMenu li.active:after{background-color: rgba(255,255,255,1);}
#FixMenu li.active:before{width: 0.26rem;height: 0.19rem;}
#FixMenu li.active:after{width: 0;height: 0;border: 0;}
#FixMenu li:first-child span{display: none;}
#FixMenu li:last-child{display: none;}
#FixMenu .total{text-align: center;color: rgba(51,51,51,0.6);font-family: "Barlow";font-weight: bold;}
#FixMenu .total span{color: rgba(var(--orange-color),1);font-size: 0.28rem;margin-right: 0.16rem;position: relative;}
#FixMenu .total span:after{position: absolute;width: 1px;height: 0.14rem;background-color: #9b9b9b;content: "";right: -0.08rem;bottom: 0.05rem;transform: rotate(15deg);}

#FixMenu.on li:after{border-color: rgba(255,255,255,1);}
#FixMenu.on li span{color: #fff;}
#FixMenu.on ul:after{background-color: #fff;}
#FixMenu.on .total{color: rgba(255,255,255,0.6);}
#FixMenu.on .total span{color: #fff;}
#FixMenu.on .total span:after{background-color: #fff;}

#FixMenu.fix{opacity: 0;}

@media(max-width:1024px){
	#FixMenu{display: none;}
}
@media(max-width:640px){
	.titHead{padding-bottom: 0.2rem !important;}
	.titHead .tabNav{margin-top: 0.25rem;padding-right: 1.3rem;}
	.titHead .tabNav .more{font-size: 12px;}
}

/* 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;}
}

/* home-ban */
.home-ban{background-color: #fff;z-index: 10;}
.home-ban .auto-inner{position: absolute;left: 50%;bottom: 1.2rem;transform: translateX(-50%);color: #fff;font-size: 0.24rem;padding-top: 0;}
.home-ban .auto-inner img{height: 1.47rem;}
.home-ban .ispic{padding-top: 100vh;background-color: #fff;}
.home-ban .wap{display: none;}
.home-ban .link{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.home-ban .video-inner{padding-top: 100vh;}
.home-ban .video-inner video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 100;object-fit: cover;}

.home-ban .swiper-slide-active .ispic{animation:fadeInscale 7s .4s ease both;-webkit-animation:fadeInscale 7s .4s ease both;-moz-animation:fadeInscale 7s .4s ease both;}
.home-ban .swiper-slide-active .auto-inner img {animation:fadeInUpSmall 0.6s 0.5s ease both;-webkit-animation:fadeInUpSmall 0.6s 0.5s ease both;-moz-animation:fadeInUpSmall 0.6s 0.5s 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 .swiper-pagination-bullet{background-color: rgba(255,255,255,0.5);width: 0.9rem;height: 0.06rem;border-radius: 0;position: relative;}
.home-ban .swiper-pagination-bullet:After{content: "";left: 0;width: 0;height: 100%;position: absolute;background-color: #fff;transition: all 1s;}
.home-ban .swiper-pagination-bullet-active:after{animation-name: width100; animation-duration: 6000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 0ms}
.home-ban .controls-page {width: 100%;left: 0;bottom: 0.3rem;z-index: 10;text-align: center;position: absolute;}


.home-ban:hover .swiper-button-prev{left: 1rem;}
.home-ban:hover .swiper-button-next{right: 1rem;}
.home-ban .swiper-pagination{bottom: 0.25rem;}
.home-ban .swiper-slide.on .auto-inner{bottom: auto;top: 35%;text-align: center;}

@media(max-width:1024px){
	.section .auto-inner{padding: 0.7rem 0;z-index: 10;}

	.home-ban .pc{display: none;}
	.home-ban .wap{display: block;}
	.home-ban .swiper-pagination-bullet{width: 0.4rem;height: 0.04rem;}
	.home-ban .arrow{display: none !important;}
}
@media(max-width:768px){
	.section .auto-inner{padding: 0.5rem 0;}
	.titHead h2{font-size: 0.28rem;}
	.titHead h2:After{width: 1.2rem;}
}

/* home-news */
.home-news .titHead{padding-bottom: 0.47rem;}
.home-news .focus{width: 48.75%;padding-top: 0.07rem;}
.home-news .focus a{display: block;position: relative;}
.home-news .focus .info{position: absolute;left: 1.563vw;bottom: 0.18rem;width: calc(100% - 1.5rem);z-index: 10;transition: all 0.5s;}
.home-news .focus .info .tit{color: #fff;}
.home-news .focus .ispic{padding-top: 5.2rem;}
.home-news .focus .ispic:after{width: 100%;height: 0.85rem;left: 0;bottom: 0;z-index: 1;content: "";background-image: linear-gradient(to bottom, rgba(255,255,255,0) , rgba(0,0,0,0.9));position: absolute;}
.home-news .focus .swiper-pagination{width: 1.52rem;right: 0;left: auto;bottom: 0.21rem;}
.home-news .focus .swiper-button-prev{left: -1rem;}
.home-news .focus .swiper-button-next{right: -1rem;}
.home-news .focus:hover .swiper-button-prev{left: 0.1rem;}
.home-news .focus:hover .swiper-button-next{right: 0.1rem;}
.home-news .focus:hover .info{left: 0.35rem;}

.home-news .listwz{width: 48.75%;}
.home-news .isbg{background-image: url(../images/home-news_bg.jpg);}
.home-news:before{display: none;}

.listwz .top{padding-bottom: 0.27rem;margin-bottom: 0.18rem;border-bottom: 1px solid #d7e1f4;}
.listwz .top .date{color: #666666;margin-bottom: 0.04rem;}
.listwz .top .tit{font-weight: 700;}
.listwz .top .desc{margin-top: 0.12rem;line-height: 0.26rem;height: 0.52rem;overflow: hidden;}

.listwz .top2{margin-bottom: 0.26rem;} 
.listwz .top2 .info{border-bottom: 1px solid rgba(var(--main-color),0.1);position: relative;min-height: 1.8rem;} 
.listwz .top2 .info:after{position: absolute;right: 0;bottom: 0;width: 0.43rem;height: 0.48rem;background: url(../images/boat.svg) no-repeat center center/contain;opacity: 0.15;transition: all 0.5s;content: "";} 
.listwz .top2:hover .info:after{opacity: 0.5;bottom: 3px;} 
.listwz .top2 .ispic{width: 20%;margin-right: 4.2%;padding-top: 1.8rem;} 
.listwz .top2 .desc{line-height: 0.26rem;margin: 0.09rem 0 0.14rem;} 
.listwz .top2 .date{color: #999999;} 

.listwz .li{height: 0.46rem;line-height: 0.46rem;padding-left: 0.11rem;position: relative;transition: all 0.5s;}
.listwz .li:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";width: 0.04rem;height: 0.04rem;border-radius: 50%;background-color: #b4bfd8;transition: all 0.5s;}
.listwz .li .date{color: #666666;padding-left: 0.25rem;}
.listwz .li:hover{padding-left: 0.16rem;}
.listwz .li:hover:before{background-color: #043880;}

@media(min-width:1025px){
	.homepage .totops{display: none;}
	.home-news.active .titHead h2{animation:fadeInUpSmall 0.8s .8s ease both;-webkit-animation:fadeInUpSmall 0.8s .8s ease both;-moz-animation:fadeInUpSmall 0.8s .8s ease both;}
	.home-news.active .titHead .tabNav{animation:fadeInUpSmall 0.8s .9s ease both;-webkit-animation:fadeInUpSmall 0.8s .9s ease both;-moz-animation:fadeInUpSmall 0.8s .9s ease both;}
	.home-news.active .focus{animation:fadeInRightSmall 0.8s .9s ease both;-webkit-animation:fadeInRightSmall 0.8s .9s ease both;-moz-animation:fadeInRightSmall 0.8s .9s ease both;}
	.home-news.active .listwz{animation:fadeInLeftSmall 0.8s .9s ease both;-webkit-animation:fadeInLeftSmall 0.8s .9s ease both;-moz-animation:fadeInLeftSmall 0.8s .9s ease both;}
	.home-news.active .bg{width: 100%;height: 100%;transform: translate(-50%,-50%) rotate(0);}
	.home-news .isbg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;transition: all 3s;}
}	
@media(max-width:768px){
	.home-news .focus{width: 100%;margin-bottom: 0.25rem;}
	.home-news .focus .ispic{padding-top: 60%;}
	.home-news .listwz{width: 100%;}
}

/* home-business */
.home-business .outInfo{position: absolute;left: 50%;transform: translateX(-50%);top: 0;z-index: 11;color: #fff;}
.home-business .numlist {color: #fff;text-align: center;}
.home-business .numlist li{position: relative;}
.home-business .numlist li:after{position: absolute;width: 0.88rem;height: 1.51rem;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url(../images/logobg2.svg) no-repeat center center/contain;z-index: -1;content: "";}
.home-business .numlist li .num{font-weight: bold;}
.home-business .numlist li p{margin-top: 0.08rem;}

.home-business .change-tab{left: 50%;bottom: 0;z-index: 10;position: absolute;transform: translateX(-50%);padding: 0;}
.home-business .change-tab .auto-inner{padding-top: 0;}
.home-business .change-tab .swiper-slide{border-radius: 0 3.125vw 0 0;cursor: pointer;padding: 1.406vw 2.083vw;line-height: 0.46rem;transition: all 0.5s;background: rgba(var(--primary-color),0.4) url(../images/yw_bg1.png) no-repeat center center/cover;color: #fff;overflow: hidden;position: relative;}
.home-business .change-tab .title{height: 0.86rem;position: relative;transition: all 0.5s;}
.home-business .change-tab .mores{position: absolute;right: -0.3rem;top: 0;opacity: 0;color: #ffffff;transition: all .5s cubic-bezier(0.77,0.2,0.05,1.0);}
.home-business .change-tab .mores:After{background: url(../images/more.svg) no-repeat right center/contain;display: inline-block;vertical-align: middle;content: "";width: 0.15rem;height: 0.15rem;margin-left: 0.18rem;transition: all 0.5s;}
.home-business .change-tab .mores:hover{opacity: 1 !important;}
.home-business .change-tab .mores:hover:After{transform: rotate(45deg);}
.home-business .change-tab .desc{display: none;line-height: 0.32rem;height: 0.96rem;overflow: hidden;}
.home-business .change-tab .icon{width: 0.3rem;margin-right: 0.1rem;}
.home-business .change-tab .swiper-slide-thumb-active,
.home-business .change-tab .swiper-slide:hover{background-image: var(--bg-lg);background-color: transparent;}
.home-business .change-tab .swiper-slide-thumb-active .tit{font-size: 0.24rem;}
.home-business .change-tab .swiper-slide-thumb-active .icon{width: 0.4rem;}
.home-business .change-tab .swiper-slide-thumb-active .desc{display: block;}
.home-business .change-tab .swiper-slide-thumb-active .mores{right: 0;opacity: 0.6;}
.home-business .change-tab .swiper-slide-thumb-active:after{width: 1.04rem;height: 1.46rem;position: absolute;right: 0;bottom: 0;content: "";background: url(../images/logobg.png) no-repeat center center/contain;z-index: 0;}
.home-business .arrow{top: auto;transform: translateY(0);bottom: 0.35rem;z-index: 100;}
.home-business .swiper-button-prev{left: 0.4rem;}
.home-business .swiper-button-next{right: 0.4rem;}
.home-business .change-con{height: 100vh;}
.home-business .change-con .swiper-slide{height: 100vh;}
.home-business .change-con .info{color: #fff;}
.home-business .swiper-pagination{display: none !important;}

.home-business .ispic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.home-business .swiper-slide-active .info{animation:fadeInLeftSmall 0.7s 0.3s ease both;-webkit-animation:fadeInLeftSmall 0.7s 0.3s ease both;-moz-animation:fadeInLeftSmall 0.7s 0.3s ease both;}
.home-business .swiper-slide-active .numlist li:nth-child(1){animation:fadeInRight 0.7s 0.3s ease both;-webkit-animation:fadeInRight 0.7s 0.3s ease both;-moz-animation:fadeInRight 0.7s 0.3s ease both;}
.home-business .swiper-slide-active .numlist li:nth-child(2){animation:fadeInRight 0.7s 0.4s ease both;-webkit-animation:fadeInRight 0.7s 0.4s ease both;-moz-animation:fadeInRight 0.7s 0.4s ease both;}
.home-business .swiper-slide-active .numlist li:nth-child(3){animation:fadeInRight 0.7s 0.5s ease both;-webkit-animation:fadeInRight 0.7s 0.5s ease both;-moz-animation:fadeInRight 0.7s 0.5s ease both;}
.home-business .swiper-slide-active .numlist li:nth-child(4){animation:fadeInRight 0.7s 0.6s ease both;-webkit-animation:fadeInRight 0.7s 0.6s ease both;-moz-animation:fadeInRight 0.7s 0.6s ease both;}
@media(min-width:1025px){
	.home-business .change-con .tdesc{line-height: 1.75;max-width: 5.97rem;margin: 0.8rem 0 0.5rem;}
	.home-business .numlist li:not(:first-child){margin-left: 0.9rem;}
 .home-business .change-tab .swiper-slide-thumb-active .title{height: 1rem;}
	.home-business.active .titHead h2{animation:fadeInUpSmall 0.8s .8s ease both;-webkit-animation:fadeInUpSmall 0.8s .8s ease both;-moz-animation:fadeInUpSmall 0.8s .8s ease both;}
	.home-business.active .tdesc{animation:fadeInUpSmall 0.8s .9s ease both;-webkit-animation:fadeInUpSmall 0.8s .9s ease both;-moz-animation:fadeInUpSmall 0.8s .9s ease both;}
	.home-business.active .more{animation:fadeInUpSmall 0.8s .9s ease both;-webkit-animation:fadeInUpSmall 0.8s .9s ease both;-moz-animation:fadeInUpSmall 0.8s .9s ease both;}
	.home-business.active .change-tab .swiper-container {animation:fadeInUpSmall 0.8s .9s ease both;-webkit-animation:fadeInUpSmall 0.8s .9s ease both;-moz-animation:fadeInUpSmall 0.8s .9s ease both;}
	.home-business.active .numlist {animation:fadeInUpSmall 0.8s .9s ease both;-webkit-animation:fadeInUpSmall 0.8s .9s ease both;-moz-animation:fadeInUpSmall 0.8s .9s ease both;}
	.home-business.active .ispic img{animation:fadeInfilter 0.6s 0.6s ease both;-webkit-animation:fadeInfilter 0.6s 0.6s ease both;-moz-animation:fadeInfilter 0.6s 0.6s ease both;}
}	
@media(max-width:1024px){
	.titHead .tdesc{max-width: none;}
	.home-business .change-con,.home-business .change-con .swiper-slide{height: calc(100vh - 0.9rem);}
	.home-business .change-con .auto-inner{padding-top: 17.708vw;}
	.home-business .change-con .numlist{justify-content: flex-start;width: 100%;}
	.home-business .change-con .numlist{justify-content: flex-start;width: 100%;}
	.home-business .numlist li{flex: 1;}
	.home-business .change-con .more{margin: 0.2rem 0 0.4rem;}
	.home-business .swiper-pagination{display: block !important;bottom: 1rem;}
}
@media(max-width:768px){
	.home-business .change-tab .title{height: 0.5rem;}
	.home-business .change-tab .tit{font-size: 0.18rem !important;}
	.home-business .swiper-button-prev{left: 0.1rem;}
	.home-business .swiper-button-next{right: 0.1rem;}
	.home-business .arrow{bottom: 0.15rem;}
}
@media(max-width:480px){
	.home-business .change-con .auto-inner{padding-top: 30vw;}
}

/* home-bidding */
.home-bidding .titHead h2{position: relative;}
.home-bidding .titHead h2:before{position: absolute;width: 0.61rem;height: 0.49rem;content: "";left: -0.41rem;top: -0.09rem;background: url(../images/logo_left.svg) no-repeat center center/contain;}
.home-bidding .titHead h2:after{position: absolute;width: 0.29rem;height: 0.18rem;content: "";right: -0.28rem;bottom: -0.03rem;background: url(../images/logo_right.svg) no-repeat center center/contain;left: auto;}
.home-bidding .content{padding: 0.25rem 0.49rem;border-radius: 0.15rem;border: 1px solid #fff;background-color: rgba(255,255,255,0.8);position: relative;}
.home-bidding .content li{line-height: 0.77rem;border-bottom: 1px solid rgba(var(--main-color),0.1);padding-left: 0.15rem;position: relative;transition: all 0.5s;z-index: 1;overflow: hidden;}
.home-bidding .content li:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.05rem;height: 0.05rem;border-radius: 50%;background-color: rgba(var(--main-color),0.3);content: "";}
.home-bidding .content li span{color: rgba(var(--main-color),1);}
.home-bidding .content li .date{padding-left: 0.15rem;color: #666666;}
.home-bidding .content li:hover{padding-left: 0.2rem;}
.home-bidding .content li:hover:before{background-color: rgba(var(--main-color),1);}
.home-bidding .content:before{position: absolute;width: 18.177vw;height: 8.281vw;content: "";background: url(../images/home-zb_brid.png) no-repeat center center/contain;right: 5.052vw;top: -6.771vw;display: none;}
.home-bidding .content:after{content: "";left: 0;top: 0;border-radius: 0.15rem 0.15re,;width: 100%;background-image: linear-gradient(to bottom, #e0ebff , rgba(255,255,255,0));height:30%;}
@media(min-width:1025px){
	.home-bidding .content li{width: 48%;}
	.home-bidding.active .titHead h2{animation:fadeInUpSmall 0.8s .8s ease both;-webkit-animation:fadeInUpSmall 0.8s .8s ease both;-moz-animation:fadeInUpSmall 0.8s .8s ease both;}
	.home-bidding.active .content:before {animation:fadeInRightSmall 0.8s .9s ease both;-webkit-animation:fadeInRightSmall 0.8s .9s ease both;-moz-animation:fadeInRightSmall 0.8s .9s ease both;}
	.home-bidding.active .content {animation:fadeInUpSmall 0.8s .9s ease both;-webkit-animation:fadeInUpSmall 0.8s .9s ease both;-moz-animation:fadeInUpSmall 0.8s .9s ease both;}
	.home-bidding.active .isbg{animation:fadeInfilter 0.6s 0.6s ease both;-webkit-animation:fadeInfilter 0.6s 0.6s ease both;-moz-animation:fadeInfilter 0.6s 0.6s ease both;}
}	
@media(max-width:768px){
	.home-bidding .content{padding: 0.2rem;}
	.home-bidding .content li{line-height: 0.5rem;}
}

/* home-col */
.home-col .col{border: 1px solid #fff;border-radius: 0.15rem;border: 1px solid #fff;background-color: rgba(255,255,255,0.8);padding: 0.4rem;width: 100%;}
.home-col .col:nth-child(2){display: none;}
.home-col .titHead{padding-bottom: 0.2rem;}
.home-col .titHead h2{color: rgba(var(--main-color),1);}

@media(min-width:1025px){
	/* .home-col .col{width: 48.75%;} */
	.home-col.active .col:nth-child(1) {animation:fadeInLeftSmall 0.8s .8s ease both;-webkit-animation:fadeInLeftSmall 0.8s .8s ease both;-moz-animation:fadeInLeftSmall 0.8s .8s ease both;}
	.home-col.active .col:nth-child(2) {animation:fadeInRightSmall 0.8s .9s ease both;-webkit-animation:fadeInRightSmall 0.8s .9s ease both;-moz-animation:fadeInRightSmall 0.8s .9s ease both;}
	.home-col.active .content {animation:fadeInUpSmall 0.8s .9s ease both;-webkit-animation:fadeInUpSmall 0.8s .9s ease both;-moz-animation:fadeInUpSmall 0.8s .9s ease both;}
	.home-col.active .isbg{animation:fadeInfilter 0.6s 0.6s ease both;-webkit-animation:fadeInfilter 0.6s 0.6s ease both;-moz-animation:fadeInfilter 0.6s 0.6s ease both;}
}	
@media(max-width:1024px){
	.home-col .col:not(:last-child){margin-bottom: 0.25rem;}
	.listwz .top2 .ispic{width: 40%;}
}
@media(max-width:480px){
	.home-col .col{padding: 0.2rem;}
	.listwz .top2 .ispic{padding-top: 1.4rem;width: 40%;}
	.listwz .top2 .info{min-height: 1.4rem;}
}

/* 首页 end*/

/*common s*/
.subPage{position: relative;background: #ffffff;z-index: 1;height: auto !important;height: 4rem;min-height: 4rem;clear: both;padding: 5.208vw 0;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.pt60{padding-top: 0.6rem;}

.pageBan{position: relative;overflow: hidden;transition: all 0.3s;color: #fff;}
.pageBan .auto-inner{position: absolute;top: 45%;left: 50%;transform: translateX(-50%);z-index: 10;}
.pageBan h1{font-size: 0.42rem;font-weight: 500;color: #fff;line-height: 0.54rem;position: relative;z-index: 1;}
.pageBan h1:After{position:absolute;left:0;bottom:0;width: 1.7rem;height: 0.09rem;background-image: linear-gradient(to right, #ff9900 , rgba(255,255,255,0));content: "";z-index: -1;}
.pageBan .ispic{overflow: hidden;position: relative;height: 6.6rem;}
.pageBan .ispic img{width: 100%;transform: scale(1.1);transition: all 5s;object-fit: cover;position: absolute;left: 0;top: 0;height: 100%;}
.pageBan.on .ispic img{transform: scale(1) !important;}
.pageBan:hover:before{opacity: 0.85;}

.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.4;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.16rem 0.15rem;height: 100%;width: 20px;transition: all 0.3s;}
.colName.on:after{transform: translateY(-50%) rotate(-180deg);}

.subTit{padding-bottom: 1.979vw;width: 100%;}
.subTit h2{color: rgba(var(--main-color));font-size: 0.42rem;font-weight: 500;}
.subTit .tdesc{padding-top: 0.1rem;}

.subMenu{border-bottom: 1px solid rgba(0,0,0,0.1);margin-bottom: 5.208vw;}
.subMenu li{position: relative;overflow: hidden;}
.subMenu li:not(:last-child){margin-right: 2.5vw;}
.subMenu li span{display: block;position: relative;}
.subMenu li span a{color: #555555;display: block;line-height: 1rem;}
.subMenu li:before{position: absolute;left: 50%;transform: translateX(-50%);width: 0;bottom:0;height: 0.03rem;content: "";background: rgba(var(--orange-color));
	transition: all 0.5s;}
.subMenu li.onli a,.subMenu li:hover a{color: rgba(var(--main-color));}
.subMenu li.onli:before,.subMenu li:hover:before{width: 100%;}

.place{color: #999999;text-align: right;}
.place:before{width: 16px;height: 16px;content: "";background: url(../images/ico_home.svg) no-repeat center center/contain;display: inline-block;vertical-align: middle;margin: -3px 0.07rem 0 0;}
.place a{color: #999999;margin-right: 0.22rem;position: relative;}.place a:hover{color: rgba(var(--main-color));}
.place span{color: rgba(var(--main-color));display: inline-block;}
.place a:after{position: absolute;width: 0.2rem;right: -0.2rem;top: 43%;height:100%;content: " > ";text-align: center;transform: translateY(-50%);}

.singlePage{ word-wrap:break-word;word-break:normal;text-align:justify;position: relative;line-height: 2;}
.singlePage p *{text-wrap:none !important;  white-space: pre-wrap !important; }
.singlePage p {text-indent: 2em;}
.singlePage h2{font-size: 0.18rem;font-weight: 700;}
.singlePage table{width: 100%;border-collapse: collapse;border: 1px solid #ddd;}
.singlePage table thead th{background-color: rgba(var(--main-color));padding: 1.042vw;}
.singlePage table thead th:first-child{border-radius: 0.2rem 0 0 0.2rem;}

.singlePage table td{padding: 0.625vw 1.042vw;font-weight: 500;border:1px solid #000 !important}


@media(max-width:1024px){
	.pageBan .ispic{height: auto;}
	.pageBan .ispic img{position: static;}
	.singlePage table{width: 100% !important;}
	.newsInfo .singlePage{overflow-x: auto;}
}
@media(max-width:768px){
	.subPage{padding: 0.4rem 0;}
	.pageBan .auto-inner{display: none;}
	.singlePage .tc img{width: 100% !important;height: auto !important;}

	.subTit h2{font-size: 0.3rem;}

	/* 二级菜单 */
	.subMenu{padding: 0.2rem 0;}
	.subMenu .colName{display: block;}
	.subMenu ul{margin-bottom: 0.15rem;display: none;}
	.subMenu li{margin-right: 0 !important;}
	.subMenu li span a{line-height: 2.5;border:0;border-bottom: 1px solid #eee;text-align: left;border-radius: 0;padding-left: 0.2rem;}
	.subMenu li span a:before{position: absolute;left: 0;top: 0.24rem;width: 0.06rem;height: 1px;background-color: rgba(var(--main-color));content: "";}
	.subMenu li.onli a, .subMenu li:hover a{color: rgba(var(--main-color));}
	.subMenu li.onli:before, .subMenu li:hover:before{display: none;}
}
@media(max-width:480px){
	.singlePage *{line-height: 1.77;font-size: 0.16rem;}
}
/*common end*/

/*pages*/
.Pages .Pages{padding: 0;}
.Pages{ padding:0.2rem 0 0; line-height:0.5rem; zoom:1; overflow:hidden;text-align: center;} 
.Pages span{ padding:0px 0.05rem; display:inline-block;} 
.Pages a{ display:inline-block; margin:0px 0.06rem;width: 0.5rem;height: 0.5rem;vertical-align: middle;border: 1px solid rgba(var(--main-color),0.15);border-radius: 50%;font-weight: 500;} 
.Pages .p_cur,.Pages .p_count,.Pages .p_total,.Pages .p_jump,.Pages .a_first,.Pages .a_end{display: none;}  
.Pages .p_page em a.a_cur,.Pages .p_page em a:hover{ color:#fff; border-color: #fff;background-image: var(--bg-lg);} 
.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;position: relative;}
.Pages .a_first:After,.Pages .a_prev:After,.Pages .a_next:After,.Pages .a_end:After{left:0;top:0;width:100%;height:100%;background-position: center center;background-repeat: no-repeat;background-size: 0.08rem 0.14rem;position: absolute;content: "";}
.Pages .a_prev:hover,.Pages .a_prev:hover,.Pages .a_next:hover,.Pages .a_end:hover{background-image: var(--bg-lg);}
.Pages .a_prev,.Pages .a_end{border-color: #d3d3d3;}
.Pages .a_prev:After{background-image: url(../images/page/prev.svg);}
.Pages .a_prev:hover:After{background-image: url(../images/page/prev-on.svg) !important;border-color: rgba(var(--main-color));}
.Pages .a_next:After{background-image: url(../images/page/next.svg);}
.Pages .a_next:hover:After{background-image: url(../images/page/next-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*/

/* 集团概况 */
.aboutbg{background: #fafcfe url(../images/about-info_bg.jpg) no-repeat right top/100%;}
.rybg{background: #fafcfe url(../images/rybgbox.jpg) no-repeat right top/cover;}
.about-info .left-con .txt{margin-bottom: 3.125vw;}
.about-info .right-con{width: 27.68%;padding-left: 7.25%;margin-left: 7.4%;position: relative;}
.about-info .numList .item{width: 25%;}
.about-info .numList .num{color: rgba(var(--main-color));font-size: 0.72rem;line-height: 0.77rem;font-weight: bold;}

.about-hornor .isbg{background: url(../images/about-hornor_bg.jpg) no-repeat center center/cover;}
.about-hornor p{position: relative;padding-left: 0.35rem;background: url(../images/ico_ry.svg) no-repeat 0 0.05rem/0.13rem 0.17rem;}
.about-hornor p:not(:last-child){margin-bottom: 1.563vw;}
.about-hornor .subTit{position: relative;z-index: 10;}

.about-company .change-con{padding: 3.125vw;background: #f7f8fa url(../images/aboug-gs_logo.png) no-repeat right bottom/3.82rem 4.56rem;overflow: hidden;}
.about-company .change-con .ispic img{height: 0.59rem;}
.about-company .change-con h3{font-weight: 500;margin: 1.927vw 0;}
.about-company .change-con .txt{margin-bottom: 1.927vw;}
.about-company .change-con .swiper-pagination{display: none !important;}

.about-company .change-tab{width: 25%;height: 6.23rem;background-color: #ecf3fd;padding: 2.083vw 1.042vw 2.083vw 2.031vw;overflow-y: auto;border-left: 1px solid #fff;}
.about-company .change-tab .swiper-slide{padding-bottom: 0.3rem;cursor: pointer;height: auto !important;}
.about-company .change-tab .swiper-slide:last-child{padding-bottom: 0;}
.about-company .change-tab p{padding-left: 0.21rem;position: relative;}
.about-company .change-tab p:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";width: 0.12rem;height: 0.12rem;border-radius: 50%;border: 0.02rem solid rgba(var(--main-color),0.2);transition: all 0.5s;}
.about-company .change-tab .swiper-slide-thumb-active p:before,
.about-company .change-tab .swiper-slide:hover p:before{border:0.03rem solid rgba(var(--orange-color))}
.about-company .change-tab .swiper-slide:hover p{color: rgba(var(--main-color));}
.about-company .change-tab .swiper-slide-thumb-active p{font-weight: 700;color: rgba(var(--main-color));}

.about-history .change-con .swiper-container{height: 5.97rem;overflow: hidden;padding-bottom: 1.3rem;}
.about-history .change-con .swiper-slide{padding-bottom: 6.198vw;}
.about-history .change-con .ispic{width: 40%;padding-top: 3.47rem;margin-right: 6.25%;}
.about-history .change-con .info{flex:1;border-bottom: 1px solid #dbdde2;min-height: 3.48rem;padding-bottom: 0.2rem;}
.about-history .change-con .year{font-size: 0.6rem;line-height: 1;color: rgba(var(--main-color));margin-bottom: 1.458vw;}
.about-history .change-con .txt {max-height: 2.2rem;overflow-y: auto;}
.about-history .change-con .txt p{position: relative;padding-left: 0.15rem;}
.about-history .change-con .txt p:not(:last-child){margin-bottom: 1.042vw;}
.about-history .change-con .txt p:before{position: absolute;left: 0;content: "";width: 0.05rem;height: 0.05rem;border-radius: 50%;background-color: rgba(var(--main-color));top: 0.11rem;}
.about-history .change-con .swiper-pagination{display: none !important;}

.about-history .change-tab{color: #666666;width: 18.75%;position: relative;z-index: 10;}
.about-history .change-tab .swiper-container{height: 6.27rem;overflow: hidden;}
.about-history .change-tab .swiper-slide{cursor: pointer;}
.about-history .change-tab p{line-height: 0.7rem;text-align: right;padding-right: 0.4rem;position: relative;}
.about-history .change-tab p:after{position: absolute;right: 0;top: 50%;transform: translateY(-50%);background-color: rgba(var(--orange2-color));transition: all 0.5s;width: 0.03rem;content: "";height: 0;}
.about-history .change-tab .swiper-slide-thumb-active p{font-size: 0.32rem;color: rgba(var(--orange2-color));font-weight: bold;}
.about-history .change-tab .swiper-slide:hover p{color: rgba(var(--orange2-color));}
.about-history .change-tab .swiper-slide-thumb-active p:after,
.about-history .change-tab .swiper-slide:hover p:after{height: 0.24rem;}

.about-leader .item{background-color: rgba(255,255,255,0.6);border-radius: 0 2vw 0 0;margin-bottom: 1.563vw;width: 45.75%;padding: 1.104vw 3.125vw;box-shadow: 0 6px 16px rgba(var(--main-color),0.08);}
/* .about-leader .title {margin-bottom: 0.16rem;} */
.about-leader .title b{color: rgba(var(--main-color));margin-right: 0.15rem;}

.about-culture .logo{width: 51.979vw;height:55.417vw;background: url(../images/culture_logo.png) no-repeat right bottom/cover;position: absolute;right: -33.333vw;bottom: -12.031vw;}
.about-culture .logo2{width: 51.979vw;height:55.417vw;background: url(../images/culture_logo.png) no-repeat right bottom/cover;position: absolute;left: -2.031vw;top: -13.1vw;}
.about-culture .title{margin-bottom: 2.5vw;}
.about-culture .title span{font-size: 0.16rem;color: rgba(var(--orange2-color));margin-left: 0.06rem;vertical-align: top;position: relative;top: 0.1rem;font-weight: 500;}

.about-culture .culture,.about-culture .culture2{border-bottom: 1px solid rgba(0,0,0,0.1);}
.about-culture .ispic{width: 60%;border-radius: 0.1rem;}
.about-culture .icon{position: absolute;left: -0.76rem;width: 1.5rem;height: 1.5rem;top: 50%;transform: translateY(-50%);}
.about-culture .icon:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: url(../images/culture_bg.png) no-repeat center center/contain;animation: turn 3s linear infinite;}
.about-culture .icon img{height: 0.7rem;position: relative;z-index: 12;}
.about-culture .info{flex: 1;padding: 0.2rem 0 0.2rem 8%;position: relative;}
.about-culture .info p:not(:last-child){margin-bottom: 0.938vw;}
.about-culture .info p {padding-left: 0.17rem;position: relative;}
.about-culture .info p:before{position: absolute;left: 0;top: 0.16rem;content: "";width: 0.05rem;height:0.05rem;border-radius: 50%;background-color: rgba(var(--orange2-color));}
.about-culture .info p span{color: rgba(var(--main-color));}

.about-culture.work{background-color: #e8f0fc;}

.about-culture.idea{color: #fff;background-color: #27448c;}
.about-culture.idea .tdesc{line-height:1.77;max-width: 9.64rem;margin: 0px auto 3.281vw;}
.about-culture.idea .list .item{flex: 1;background-image: linear-gradient(to bottom, rgba(34,83,146,0.8) ,rgba(34,83,146,0));border: 1px solid rgba(255,255,255,0.1);padding: 3.906vw 3.021vw;min-height: 5rem;overflow: hidden;position: relative;}
.about-culture.idea .list .item:After{width: 16.979vw;height: 18.021vw;right: -50%;bottom: -50%;content: "";position: absolute;background: url(../images/culture_logo2.png) no-repeat center center/100%;z-index: 1;transition: all 0.5s;opacity: 0;}
.about-culture.idea .list .icon2 img{height: 0.7rem;}
.about-culture.idea .list h4{margin: 4.688vw 0 0.833vw;font-weight: 500;}
.about-culture.idea .list .txt{line-height: 1.77;}
.about-culture.idea .list .item:hover{background-image: linear-gradient(-30deg, #4e7ad9 , #2b4e99);}
.about-culture.idea .list .item:hover:after{right: -6.25vw;bottom: -5vw;opacity: 1;}

.about-culture_news{background-color: #e8f0fc;}
.about-culture_news .box{padding: 0.4rem 0.5rem;background-color: rgba(255,255,255,0.6);margin-bottom: 0.36rem;}
.about-culture_news .title{font-size: 0.32rem;}
.about-culture_news .desc{line-height: 1.8;}
.about-culture_news .logo{margin-bottom: 0.6rem;position: relative;min-height: 27.083vw;}
.about-culture_news .logo h2{position: absolute;left: 0.58rem;top: 0.58rem;z-index: 2;}
.about-culture_news .logo:after{position: absolute;left: 0.5rem;top: 0.4rem;width: calc(100% - 1rem);height: calc(100% - 0.8rem);border-top: 1px solid #e3e5ea;background: url(../images/logo_linebg.gif);content: "";display: none;}
.about-culture_news .logo img{height: 3.6rem;position: relative;z-index: 1;}
.about-culture_news .logo i{border:2px solid #043880;position: absolute;width: 0.14rem;height: 0.14rem;}
.about-culture_news .logo i:nth-child(1){left: 0;top: 0;border-right: 0;border-bottom: 0;}
.about-culture_news .logo i:nth-child(2){right: 0;top: 0;border-left: 0;border-bottom: 0;}
.about-culture_news .logo i:nth-child(3){right: 0;bottom: 0;border-left: 0;border-top: 0;}
.about-culture_news .logo i:nth-child(4){left: 0;bottom: 0;border-right: 0;border-top: 0;}
.about-culture_news .logo .txt.txt1{top: 46.1%;left: 0.5rem;}
.about-culture_news .logo .txt.txt2{top: 38.3%;right: 0.73rem;}

.about-culture_news .culture{margin-left: -0.35rem;}
.about-culture_news .culture .title{position: relative;z-index: 1;line-height: 1.3;margin-bottom: 0.24rem;}
.about-culture_news .culture .title:After{position: absolute;z-index: -1;width: 1.68rem;height: 0.1rem;content: "";left: 0;bottom: 0;background-image: linear-gradient(to right, #fdab30 , rgba(253,171,48,0));}
.about-culture_news .culture .icon{margin-bottom: 4.583vw;}
.about-culture_news .culture .icon img{height: 0.67rem;}
.about-culture_news .culture .item{margin-left: 0.35rem;flex: 1;}

.about-culture_news .value .title{color: #043880;margin-bottom: 0.15rem;}
.about-culture_news .value .item{border-radius: 0 0 3.333vw 0;}
.about-culture_news .value .item:last-child{margin-bottom: 0;}
.about-culture_news .value .desc{padding-bottom: 0.56rem;background: url(../images/linebg.gif) 0 bottom repeat-x;position: relative;}
.about-culture_news .value .desc:before,.about-culture_news .value .desc:after{position: absolute;content: "";width: 0.6rem;height: 0.47rem;background-position: center center;background-repeat: no-repeat;background-size: contain;}
.about-culture_news .value .desc:before{top: -0.47rem;left: 0;background-image: url(../images/kh_left.png);}
.about-culture_news .value .desc:after{bottom: 0.35rem;right: 0;background-image: url(../images/kh_right.png);}
.about-culture_news .idea p{margin: 0 1.563vw 0.25rem;position: relative;padding-left: 0.17rem;}
.about-culture_news .idea p:before{position: absolute;left: 0;top: 0;width: 0.05rem;height: 0.05rem;content: "";left: 0;top: 0.15rem;background-color: #ee9b00;border-radius: 50%;}
.about-culture_news .idea p span{color: #043880;font-weight: 500;}

.about-culture_news .nocss .desc{padding-bottom: 0;background: none;}
.about-culture_news .nocss .desc:after,.about-culture_news .nocss .desc:before{display: none;}


.about-zz .slider{margin-left: -0.15rem}
.about-zz .item{text-align: center;width: 25%;padding: 0 0 1.458vw 1.458vw;}
.about-zz .item .img{min-height: 3.58rem;margin-bottom: 0.18rem;background: url(../images/rybg.jpg) no-repeat center bottom/cover;position: relative;display: flex;align-items: center;justify-content: baseline;overflow: hidden;border: 1px solid #fff;}
.about-zz .item .img:after{position: absolute;left: 0;width: 100%;border-radius: 10px;height: 0.3rem;bottom: -0.3rem;background-image: linear-gradient(to bottom, #edf4fa , rgba(255,255,255,0));content: "";}
.about-zz .item .imgbg{position: relative;width: 3.3rem;margin: 0px auto;padding: 0.16rem;transition: all 0.5s;}
.about-zz .item .imgbg img{max-height: 2.1rem;position: relative;z-index: 2;}
.about-zz .item .imgbg:before{content: "";position: absolute;width: 100%;height: calc(100% - 0.25rem);background: url(../images/rybg_top.png) center top no-repeat;background-size:cover;top: 0;left: 0;z-index: 1;}
.about-zz .item .imgbg:after{content: "";position: absolute;width: 100%;height: 0.25rem;background: url(../images/rybg_bottom.png) center bottom no-repeat;background-size:cover;bottom: 0;left: 0;z-index: 1;}
.about-zz .item .imgbg .shadow{position: absolute;bottom: 0;height: 90%;width: 120%;z-index: 0;left: 0;background: url(../images/rybg_shadow.png) no-repeat center center/100% 100%;}
.about-zz .item .imgbg .shadow img{width: 100%;height: 100%;}
.about-zz .item .tit{min-height: 3em;width: 90%;margin: 0px auto;}
.about-zz .item:hover .imgbg{transform: scale(1.05);}

@media(min-width:1025px){
	.about-leader{width: 70%;margin: 0px auto;}
	.about-info .left-con{margin-bottom: -0.27rem;}
	.about-company .change-con h1{display: none;}
	.about-company .change-con{width:75%;min-height: 6.23rem;}
	.about-hornor .auto-inner{padding: 5.104vw 0 1.042vw;}
	.about-info .right-con:before{position: absolute;left: 0;width: 1px;height: calc(100% - 0.13rem);content: "";background-color: rgba(0,0,0,0.1);}

	.about-history .change-con{width: calc(100% - 18.75%);}
	.about-history .auto-inner:nth-child(2):after{content: "";width: 1px;position: absolute;height: calc(100% + 11.5vw);top: -6.258vw;background-color: rgba(0,0,0,0.1);right: 0;}
	.about-history .change-con .swiper-slide:not(.swiper-slide-active){opacity: 0.1;}

	.about-culture .culture2 .inner{flex-direction: row-reverse;}
	.about-culture .culture2 .inner .icon{left: auto;right: -0.76rem;}
	.about-culture_news .idea {width: 80%;margin: 0px auto;}
	.about-culture_news .logo .txt{position: absolute;width: 5.17rem;line-height: 40px;}
}
@media(min-width:769px){
	.about-culture.idea .list .item:not(:first-child){border-left: 0;}
	.about-culture.idea .list .item:first-child{border-radius: 0.1rem 0 0 0.1rem;}
 .about-culture.idea .list .item:last-child{border-radius: 0 0.1rem 0.1rem 0;}
}
@media(max-width:1560px){
	.about-culture_news .logo .txt.txt1{top: 46.1%;}
 .about-culture_news .logo .txt.txt2{top: 37.3%;}
}
@media(max-width:1366px){
	.about-culture_news .logo .txt.txt1{top: 43%;}
 .about-culture_news .logo .txt.txt2{top: 31%;}
}
@media(max-width:1024px){
	.about-company .change-con .swiper-pagination{display: block !important;position: static;margin-top: 0.2rem;}
	.about-company .change-tab{display: none;}
	.about-company .change-con h3{max-height: 3.1rem;overflow-y: auto;}
	.about-history .change-con .swiper-pagination{display: block !important;position: static;}
	.about-culture_news .logo{display: block;text-align: center;}
	.about-culture_news .logo h2{position: relative;left: auto;top: auto;text-align: left;}
	.about-culture_news .logo img{height: 2rem;margin: 0.2rem auto;}
	.about-culture_news .logo:after{display: none;}
}
@media(max-width:768px){
	.about-info .right-con{width: 100%;text-align: center;margin-left: 0;padding: 0.25rem 0;}
	.numList {font-size: 0.16rem;}
	.about-info .numList .num{font-size: 0.4rem;}
	.about-info .numList .item{width: 33.333%;}

	.about-history .change-con .ispic{width: 100%;margin-bottom: 0.25rem;padding-top: 60%;}
	.about-history .change-con .swiper-container{height: auto;padding-bottom: 0.5rem;}
	.about-history .change-con .year{font-size: 0.34rem;margin-bottom: 0.1rem;}
	.about-history .change-con .txt{max-height: 3rem;}
	
	.about-culture .ispic{width: 100%;}
	.about-culture .info{width: 100%;padding: 0.5rem 0 0.2rem;}
	.about-culture .icon{left: 50%;transform: translateX(-50%);top: -0.76rem;}
	.about-culture.idea .list .item{width: 100%;flex: none;min-height: auto;margin-bottom: 0.2rem;}

	.about-zz .item{width: 50%;}
	.about-zz .item .img{min-height: 2.2rem;}
	.about-zz .item .imgbg img{max-height: 1.8rem;}

	.about-leader .item{width: 100%;}

	.about-culture_news .title{font-size: 0.24rem;}
	.about-culture_news .box{padding: 0.2rem;margin-bottom: 0.2rem;}
	.about-culture_news .culture .item{flex: none;width: calc(100% - 0.35rem);}
}

/* 新闻中心 */
.newsbg{/*background-image: linear-gradient(to bottom, #e8f0fc 30% , #fff);*/background: #f4f5fa url(../images/about-info_bg.jpg) no-repeat right top/100%;}

.news-rec{margin-bottom: 0.2rem;}
.news-rec .swiper-container{border-bottom: 1px solid rgba(var(--main-color),0.1);padding-bottom: 3.125vw;}
.news-rec .swiper-slide a{display: block;}
.news-rec .ispic{padding-top: 66.6%;}
.news-rec .info{background-color: #fff;min-height: 2rem;padding: 2.24vw 1.823vw;display: block;}
.news-rec .tit{font-weight: 700;}
.news-rec .desc{height: 3.75em;line-height:1.875;color: #999999;margin: 1.042vw 0 1.927vw;}
.news-rec .swiper-pagination{position: static;margin-top: 2.083vw;}
.news-rec .swiper-pagination-bullet-active{background-color: rgba(var(--orange2-color));}
.news-rec .newsico .tit:after{bottom: 0;top: auto;}

.news-list{padding-bottom: 3.125vw;}
.news-list .item{position: relative;}
.news-list .auto-inner{padding: 2.083vw 0;border-bottom: 1px solid rgba(var(--main-color),0.1);}
.news-list .item:After{content: "";left: 0;bottom: 0;height: 0;position: absolute;width: 100%;transition: all 0.5s;background-color: #fafbfc;}
.news-list .date{font-size: 0.18rem;color: rgba(var(--main-color));line-height: 0.44rem;font-weight: 100;background-color: #ebeff7;width: 1.4rem;height: 1.4rem;}
.news-list .date b{font-size: 0.48rem;font-weight: 500;}
.news-list .detail{text-align: right;width: 2rem;line-height: 1rem;border-left: 1px solid rgba(var(--main-color),0.15);margin-left: 4.844vw;}
.news-list .detail:After{display: inline-block;vertical-align: middle;margin: 0 0 0 0.18rem;width: 0.15rem;height: 0.15rem;background: url(../images/more2.svg) no-repeat center center/contain;content: "";transition: all 0.5s;}
.news-list .item:hover .detail{color: rgba(var(--orange2-color));}
.news-list .item:hover .detail:After{background-image: url(../images/more3.svg);transform: rotate(45deg);}
.news-list .info{padding: 0 0 0 2.031vw;}
.news-list .desc{margin-top: 0.15rem;height: 3em;overflow: hidden;color: #999;}
.news-list .item:hover:after{height: 100%;}

.title-info{text-align: center;padding-bottom: 2.813vw;margin-bottom: 2.917vw;border-bottom: 1px solid rgba(var(--main-color),0.1);}
.title-info .title{font-size: 0.32rem;font-weight: 700;margin-bottom: 0.15rem;}
.title-info .other{color:#666666;}
.title-info span{margin-left: 0.2rem;}

.PrevNextInfo{padding: 2.083vw 0 0 0;border-top: 1px solid rgba(var(--main-color),0.1);margin-top: 5.729vw;position: relative;}
.PrevNextInfo dl{line-height: 0.5rem;min-height: 0.5rem;width: 40%;}
.PrevNextInfo dl dt{color: #999;}
.PrevNextInfo .back{position: absolute;left: 50%;top: 2.083vw;width: 1.6rem;line-height: 0.5rem;text-align: center;border-radius: 0.5rem;background:var(--bg-lg);color:#fff;transform: translateX(-50%);}
.PrevNextInfo .back:After{margin: -0.156vw 0 0 0.1rem;width: 0.16rem;height: 0.14rem;background: url(../images/back.svg) no-repeat center center/contain;display: inline-block;content: "";transition: all 0.5s;vertical-align: middle;}
.PrevNextInfo .back:hover{opacity: 0.8;}
.PrevNextInfo .back:hover:After{transform: translateX(0.1rem);}

.newsInfo .singlePage{max-width: 12.8rem;margin: 0px auto;}
.newsInfo .singlePage .tc {display: flex;justify-content: center;flex-wrap: wrap;margin: 0 0 0 -1.042vw;}
.newsInfo .singlePage .tc img{margin: 0 0 1.042vw 1.042vw;}
.newsInfo .singlePage .tc.w2 img{width: calc(100% / 2 - 1.042vw);}
.newsInfo .singlePage .tc.w3 img{width: calc(100% / 3 - 1.042vw);}
.newsInfo .singlePage *{font-family: yahei !important;font-size: 0.18rem !important;line-height: 2 !important;}

@media(min-width:769px){
.PrevNextInfo dl+dl{text-align: right;}
.PrevNextInfo dl+dl dt{display: inline-block;vertical-align: middle;}
.PrevNextInfo dl+dl dd{max-width: 80%;display: inline-block;vertical-align: middle;}
.news-list.mt{margin-top: -0.5rem;}
}
@media(max-width:768px){
	.news-list .detail{display: none;}
	.news-list .date{width: 0.9rem;height: 0.9rem;}
	.news-list .date b{font-size: 0.3rem;}
	.newsico .tit{font-weight: normal;}
	/* .newsInfo .singlePage *{line-height: 1.7 !important;} */

	.title-info .title{font-size: 0.26rem;}
	.PrevNextInfo dl{width: 100%;display: flex;}
	.PrevNextInfo {margin-top: 0.7rem;}
	.PrevNextInfo .back{left: auto;right: 0;transform: translateX(0);top: -0.5rem;}
}

/* 党的建设 */
.partybg{background-image: linear-gradient(to bottom, #fcf1eb 10% , #fff 55%);}
.redstyle .mainNav li.active span a, .redstyle .mainNav li.aon span a{color: #fc0505;}
.redstyle .Pages .p_page em a.a_cur,.redstyle .Pages .p_page em a:hover{ background-image: linear-gradient(to right, #e41200 , #fa8100);} 
.redstyle .Pages .a_first:hover,.redstyle .Pages .a_prev:hover,.redstyle .Pages .a_next:hover,.redstyle .Pages .a_end:hover{background-image: linear-gradient(to right, #e41200 , #fa8100);}
.redstyle .pageBan .auto-inner{display: none;}


.party-rec{margin-bottom: 6.25vw;}
.party-rec .chang-con{width: 57.5%;position: relative;}
.party-rec .chang-con .ispic{padding-top: 5.2rem;}
.party-rec .chang-con .info{position: absolute;z-index: 2;left: 0;bottom: 0;width: 100%;color: #fff;background-image: linear-gradient(to right, rgba(224,0,0,0.95) , rgba(255,153,0,0.95));padding: 1.302vw 1.823vw;}
.party-rec .chang-con .desc{margin-top: 0.1rem;}

.party-rec .chang-tab li{background-color: #fff;margin-bottom: 0.2rem;}
.party-rec .chang-tab li:last-child{margin-bottom: 0;}
.party-rec .chang-tab .info{padding: 1.563vw;}
.party-rec .chang-tab .ispic{padding-top: 1.6rem;width: 44%;}
.party-rec .chang-tab .date{color: #666;}
.party-rec .chang-tab .tit{height: 3.2em;overflow: hidden;margin-top: 0.729vw;}
.party-rec .chang-tab li:hover .tit{color: #e41200;}

.party-list{padding-bottom: 0.781vw;}
.party-list .item{width: 100%;border: 1px solid #fadfdc;margin-bottom: 2.083vw;}
.party-list .item a{padding: 2.188vw 2.188vw 2.188vw 0;}
/* .party-list .tit{height: 3em;} */
.party-list .date{width: 1.48rem;position: relative;margin-right: 2.552vw;}
.party-list .date{font-size: 0.18rem;line-height: 0.44rem;font-weight: 100;color: #333;}
.party-list .date b{font-size: 0.48rem;font-weight: 500;}
.party-list .date:after{position: absolute;right: 0;top: 0.07rem;height: calc(100% - 0.07rem);content: "";background-color: rgba(var(--main-color),0.1);width: 1px;}
.party-list .date:before{position: absolute;right: -1px;top: 0.07rem;height: 0.3rem;content: "";background-color: #e00000;width: 3px;transition: all 0.5s;}
.party-list .desc{color: #999;line-height: 1.77;/*height: 3.54em;*/margin: 0.833vw 0 0.833vw;}
.party-list .detail:After{display: inline-block;vertical-align: middle;margin: 0 0 0 0.18rem;width: 0.15rem;height: 0.15rem;background: url(../images/more4.svg) no-repeat center center/contain;content: "";transition: all 0.5s;}
.party-list .item:hover .detail,
.party-list .item:hover .tit,
.party-list .item:hover .date b{color: #e00000;}
.party-list .item:hover .detail:After{background-image: url(../images/more5.svg);transform: rotate(45deg);}
.party-list .item:hover .date:before{height: calc(100% - 0.07rem);}

.bluestyle .party-rec .chang-con .info{background-image: linear-gradient(-30deg, #4e7ad9 , #2b4e99);}
.bluestyle .chang-tab li:hover .tit{color: rgba(var(--main-color));}
.bluestyle .party-list .date:before{background-color: rgba(var(--main-color));}
.bluestyle .party-list .item{border: 1px solid rgba(var(--main-color), 0.1);}
.bluestyle .party-list .date:before{color: rgba(var(--main-color));}
.bluestyle .party-list .item:hover .date b{color: rgba(var(--main-color));}
.bluestyle .party-list .item:hover .detail,
.bluestyle .party-list .item:hover .tit,
.bluestyle .party-list .item:hover .date b{color: rgba(var(--main-color));}
.bluestyle .party-list .item:hover .detail:After{background-image: url(../images/more2.svg);}

@media(min-width:769px){
	.party-rec .swiper-wrapper{display: block !important;}
	.party-rec .chang-tab{width: 40%;height: 5.2rem;overflow-y: auto;}
}
@media(max-width:768px){
	.party-rec .chang-con{display: none;}
	.party-list .item{width: 100%;}
	.party-rec .swiper-pagination{position: static;}
	.party-rec .swiper-pagination-bullet-active{background-color: #e00000;}
}
@media(max-width:480px){
	.party-rec .chang-tab .ispic{padding-top: 1.3rem;}
	.party-list .date{width: 0.9rem;}
	.party-list .date b{font-size: 0.3rem;}
}

/* 业务领域 */
.subNav{margin: 0 0 3.125vw 0;justify-content: flex-start;}
.subNav li:not(:last-child){margin-right: 1.563vw;}
.subNav li {min-width: 7.292vw;text-align: center;margin-bottom: 0.1rem;}
.subNav li a{display: block;padding: 0 0.1rem;line-height: 0.46rem;border-radius: 0.48rem;border: 1px solid #fff;background-image: linear-gradient(to bottom, #e0ebff , #fcfdff);}
.subNav li:hover a,.subNav li.on a{color: #fff;background-image: linear-gradient(to right, #2f53a1 , #4a74d1);}
.subNav.jhkg li{min-width: 14.285%;}

.business-list .item{width: 48.125%;padding-bottom: 2.917vw;}
.business-list .ispic{border-radius: 0.2rem;padding-top: 56.23%;box-shadow: 0 6px 20px rgba(4,56,128,0.2);margin-bottom: 1.719vw;}
.business-list .state{position: absolute;left: 0.2rem;top: 0.2rem;color: #fff;padding: 0 0.14rem 0 0.28rem;line-height: 0.3rem;border-radius: 0.3rem;z-index: 2;}
.business-list .state:before{position: absolute;left: 0.14rem;top: 50%;transform: translateY(-50%);content: "";width: 0.05rem;height: 0.05rem;border-radius: 50%;background-color: #fff;}
.business-list .state.online{background-color: #00ab30;}
.business-list .state.over{background-color: #999;}
.business-list .state.ing{background-color: #ee9b00;}
.business-list .info{position: relative;padding-left: 6.25vw;}
.business-list .info:before{position: absolute;width: 3.125vw;height: 0.03rem;background-color: rgba(var(--main-color));content: "";left: 0;top: 0.17rem;transition: all 0.5s;}
.business-list .add{background: url(../images/ico-add2.svg) no-repeat 0 0.04rem/0.14rem 0.16rem;padding-left: 0.24rem;margin-top: 0.11rem;color: #333;}
.business-list .item:hover .info:before{width: 5.208vw;background-color: rgba(var(--orange2-color));}

.business-detail .item{padding: 0.16rem 0 0.16rem 0.19rem;position: relative;border-bottom: 1px solid #d7e0ec;width: 45.125%;}
.business-detail .item:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.05rem;height: 0.05rem;border-radius: 50%;content: "";background-color: #d0d5da;}
.business-detail .item dt{color: #666666;}
.business-detail .item:nth-child(-n+2){border-bottom: 1px dashed #d7e0ec;}
.business-detail .item:hover:before{background-color: rgba(var(--main-color));}

.business-rec{margin-top: 5.052vw;}

.business-photo{margin: 0 0 3.125vw; padding: 0 0.15rem;}
.business-photo .imgbox{padding: 0;}
.business-photo .imgbox.auto .swiper-slide{margin: 0px auto;}
.business-photo .imgbox.auto .arrow{display: none !important;}
.business-photo .swiper-slide {width: 5.4rem;margin: 0 2.604vw;padding: 0.25rem 0;}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right{display: none;}


.business-photo .arrow {width: 0.52rem;height: 0.52rem;background-color: #fff;border-radius: 50%;position: absolute;background-position: center center;background-repeat: no-repeat;background-size: 0.08rem 0.14rem;cursor: pointer;z-index: 10;}
.business-photo .arrow:hover {background-color: rgba(var(--main-color));}

.business-photo .ispic{padding-top: 61%;}
.business-photo .desc{color: #999999;margin-top: 0.16rem;}

.photo-list ul{margin-left: -0.15rem}
.photo-list .item{text-align: center;width: 33.333%;padding: 0 0 0.3rem 1.563vw;}
.photo-list .item .ispic{padding-top: 64%;margin-bottom:0.15rem;border-radius: 0.1rem;}

@media(max-width:768px){
	.business-photo .swiper-slide {width: 3.5rem;}

	.business-list .item{width: 100%;padding-bottom: 0.3rem;}
	.business-detail .item{width: 100%;}
}
@media(max-width:640px){
	.business-photo .swiper-slide {width: 3rem;}

	.business-rec .swiper-pagination{position: static;}

	.photo-list .item{width: 50%;}

	.subNav.jhkg{margin-left: -1.563vw;}
	.subNav.jhkg li{width: calc(50% - 1.563vw);margin-left: 1.563vw;margin-right: 0;}
	.subNav.jhkg li a{display:block;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; overflow:hidden; width:100%;-webkit-line-clamp: 1;}
}

/* 联系我们 */

.contact-us{margin-bottom: 6.25vw;}
.contact-us .ispic{width: 50%;border-radius: 0.2rem;box-shadow: 0 5px 38px rgba(var(--main-color),0.22);}
.contact-us .ispic img{width: 100%;}
.contact-us .info{width: 43.75%;}
.contact-us .subTit{margin-top: -0.15rem;}
.contact-us .item{border-bottom: 1px solid rgba(var(--main-color),0.1);min-height: 1.29rem;padding: 0.15rem 0;}
.contact-us .item dt{width: 0.72rem;}
.contact-us .item dt img{width: 0.51rem;}

.contac-list{margin-left: -2.083vw;}
.contac-list .item{border: 1px solid #fff;background: rgba(255,255,255,0.7) url(../images/logobg4.png) no-repeat right bottom/2.57rem 2.3rem;border-radius: 0.2rem;padding: 3.125vw;width: calc(100% / 3 - 2.083vw);margin: 0 0 2.083vw 2.083vw;}
.contac-list .tit{color: #000;margin-bottom: 1.563vw;}
.contac-list p:not(:last-child){margin-bottom: 0.19rem;}
.contac-list p{padding-left: 0.44rem;background-position: 0 center;background-size: 0.24rem 0.24rem;background-repeat: no-repeat;}
.contac-list p.name{background-image: url(../images/ico_name.svg);}
.contac-list p.tel{background-image: url(../images/ico_tel.svg);}

.message .item{width: 47.5%;border-bottom: 1px solid rgba(var(--main-color),0.1);position: relative;margin-bottom: 0.37rem;}
.message .item:hover{border-bottom: 1px solid rgba(var(--main-color),0.3);}
.message .auto{width: 100%;}
.message label{position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.5s;}
.message .ipttxt{height: 0.62rem;width: 100%;border: 0;background-color: transparent;}
.message .textarea textarea{height: 1.12rem;display: block;padding-top: 0.1rem;}
.message .textarea label{top: 0.1rem;transform: translateY(0);}
.message .item.on label{top: -0.15rem;transform: translateY(0);}
.message .textarea.on label{top: -0.25rem;}
.message .btn{width: 1.4rem;height: 0.54rem;color: rgba(var(--main-color));margin: 0 0.15rem;border-radius: 0.54rem;border: 1px solid rgba(var(--main-color));background-color: transparent;cursor: pointer;}
.message .send{background-image: var(--bg-lg);color: #fff;border: 0;}
.message .send:hover{opacity: 0.9;}
.message .reset:hover{background-color: rgba(var(--main-color),0.15);}


.hr-list{padding-bottom: 2.344vw;}
.hr-list .item{margin-bottom: 1.042vw;}
.hr-list .item a{display: block;padding: 2.5vw 23.021vw 2.5vw 5.521vw;position: relative;background-color: #fff;border-radius: 0.1rem;box-shadow: 0 0 29px rgba(0,0,0,0.06);position: relative;}
.hr-list .item a:before{left: 3.073vw;position: absolute;top: 3.125vw;width: 0.16rem;height: 0.16rem;content: "";border: 2px solid rgba(var(--orange-color));border-radius: 50%;transition: all 0.5s;}
.hr-list .item span{color: rgba(var(--main-color));}
.hr-list .item .desc{line-height: 2;color: #666666;margin-top: 0.15rem;}
.hr-list .item .detail{position: absolute;right: 4.167vw;top: 50%;transform: translateY(-50%); background: url(../images/arr_r_gray.svg) no-repeat right center/7px 11px;padding-right: 0.27rem;transition: all 0.5s;}
.hr-list .item:hover .detail{right: 3.8vw;}
.hr-list .item:hover a:before{background-color: rgba(var(--orange-color));}

@media(max-width:1024px){
	.contact-us .subTit{margin-top: 0;}
	.contact-us .ispic{width: 100%;}
	.contact-us .info{width: 100%;padding-top: 0.25rem;}
}

@media(max-width:768px){
	.contac-list .item{width: 100%;}
	.message .item{width: 100%;}

	.hr-list .item .detail{display: none;}
	.hr-list .item a:before{top: 0.34rem;}
	.hr-list .item a{padding: 0.25rem 0.25rem 0.25rem 0.5rem;}
}

/* .noban .subPage{padding-top: 0.9rem !important;} */


/* 20250801 */
.home-news .plane{padding-top: 0.07rem;flex-direction: row-reverse;}

	.home-news #thumbs{height: 5.2rem;overflow-y: auto !important;overflow-x: hidden;}
	.home-news #thumbs .swiper-wrapper{transform: translate3d(0px, 0, 0px) !important;}
.home-news #gallery{width: calc(100% - 25%);overflow: hidden;}
.home-news #gallery .ispic{padding-top: 5.2rem;}
.home-news #gallery .ispic:after{content: "";background-image: linear-gradient(to bottom, rgba(var(--main-color),0.2) , rgba(0,0,0,0));left: 0;top: 0;width: 100%;z-index: 1;height: 100%;position: absolute;}
.home-news #gallery .ispic:After{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background-image: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,72,151,0.9));z-index: 1;transition: all 0.5s;}
.home-news #gallery .info{position: absolute;z-index: 10;right: 0;bottom:0;width:100%;padding: 4.53vw 15.2vw 4.53vw 5.2vw;color: #fff;transition: all 0.5s;border-radius: 0 0 10px 10px;}
.home-news #gallery h3{line-height: 0.76rem;font-size: 0.3rem;position: relative;font-weight: normal;}
.home-news #gallery h3:After{position: absolute;left: 0;bottom: 0;width: 1.8rem;height: 1px;content: "";background-image: linear-gradient(to left, rgba(0,0,0,0) , #fff);}
.home-news #gallery .desc{min-height: 0.9rem;margin-top: 0.2rem;}
.home-news #gallery .swiper-pagination{display: none !important;}
.home-news #gallery .innerS{overflow: hidden;}

.home-news #gallery .swiper-slide-active h3{animation:fadeInUp 2s .3s ease both;-webkit-animation:fadeInUp 2s .3s ease both;-moz-animation:fadeInUp 2s .3s ease both;}
.home-news #gallery .swiper-slide-active .desc{animation:fadeInUp 2s .5s ease both;-webkit-animation:fadeInUp 2s .5s ease both;-moz-animation:fadeInUp 2s .5s ease both;}
.home-news #gallery .swiper-slide-active .desc p{margin-bottom: 0.14rem;}
.home-news #gallery .swiper-slide-active .desc b{position: relative;}
.home-news #gallery .swiper-slide-active .desc b:after{position: absolute;left: 0;bottom: -0.08rem;content: "";width: 100%;background-image: linear-gradient(to left, rgba(0,0,0,0) , rgba(var(--orange-color),0.5));height: 0.03rem;}

.home-news #thumbs{width: 25%;position: relative;z-index: 10;background-color: #fff;}
.home-news #thumbs .swiper-slide{padding: 0 0 0 0.25rem;font-size: 0.22rem;cursor: pointer;position: relative;display: flex;align-items: center;}
.home-news #thumbs .swiper-slide:after{position: absolute;right: 0;bottom: 0;width: 0;content: "";height: 100%;border-radius: 0px;background: rgba(var(--main-color));transition: all 0.6s;}
.home-news #thumbs .swiper-slide a{display: block;position: relative;z-index: 2;}
.home-news #thumbs .ico-zoom{width: 0.4rem;height: 0.4rem;margin-right: 0.10rem;display: inline-block;vertical-align: middle;}
.home-news #thumbs .swiper-slide-thumb-active a{color: #fff;}
.home-news #thumbs .swiper-slide-thumb-active:after{width: 100%;}
.home-news #thumbs .swiper-slide-thumb-active:before{right: -0.42rem;opacity: 1;}
.home-news .innerS .swiper-button-prev{left: auto;right: 1.24rem;top: auto;transform: translateY(0);bottom:0.36rem;background-image: url(../images/arr_l_white.svg);}
.home-news .innerS .swiper-button-next{left: auto;right: 0.37rem;top: auto;transform: translateY(0);bottom:0.36rem;background-image: url(../images/arr_r_white.svg);}

@media(min-width:1025px){
.home-news #gallery .innerS .swiper-slide-active .ispic{animation:fadeInscale 2s .3s ease both;-webkit-animation:fadeInscale 2s .3s ease both;-moz-animation:fadeInscale 2s .3s ease both;}
}
@media(max-width:1024px){
	.home-news #gallery{width: 100%;}
	.home-news #gallery .ispic{padding-top: 75%;}
	.home-news #thumbs{width: 100%;}
	.home-news #thumbs .swiper-slide{padding: 0.2rem;}
	.home-news .innerS .swiper-button-prev{left: -15px;right: auto;width: 30px;height: 30px;top: 50%;transform: translateY(-50%);background-color: rgba(var(--main-color));display: none;}
 .home-news .innerS .swiper-button-next{left: auto;right: -15px;width: 30px;height: 30px;top: 50%;transform: translateY(-50%);background-color: rgba(var(--main-color));display: none;}
	.home-news #gallery .swiper-pagination{display: block !important;position: static;margin-top: 0.2rem;}
	.home-news #gallery .info{bottom: 0.64rem;}
	.home-news #thumbs{height: 3.5rem;}
}
@media(max-width:768px){
	.home-news .tabNav{flex-wrap: wrap;align-items: flex-start;}
	.home-news .tabNav li{margin-top: 0.05rem;margin-bottom: 0.05rem;}

		.home-news #thumbs .swiper-slide{font-size: 0.18rem;}
			.home-news #thumbs{height: 2.2rem;}

	.home-news #gallery h3{font-size: 0.22rem;}
	.home-news #thumbs .swiper-slide{padding: 0.1rem 0.2rem;}
	.home-news #thumbs .ico-zoom{width: 0.28rem;height: 0.28rem;}
}