/*header*/
header{	background: url(../images/topbg.jpg) center no-repeat;position: relative;background-size: cover;}
.headtop{background: rgba(0,0,0,0.12);line-height: 1.5rem;}
.headtop .language{background: url(../images/language.svg) left center no-repeat;padding-left: 0.8rem;}
.headCenter{padding-bottom: 1rem;}
.headCenter h1{margin-top: 3.5rem;}
.headCenter h1 a.block img:nth-child(1){height: 3.73rem;}
.headCenter h1 a.block img:nth-child(2){height: 0.83rem;margin-left: 17%;margin-bottom: 1.26rem;}
.headCenter .theright{width: 27.1%;}
.headCenter .theright form{background: #fff;border-radius: 1rem;display: flex;margin: 0.2rem 0;}
.headCenter .theright form input[type=text]{background: #fff;border-top-left-radius: 1rem;border-bottom-left-radius: 1rem;text-indent: 0.5rem;height: 1.66rem;line-height: 1.66rem;width: calc(100% - 1.8rem);}
.headCenter .theright form::after{width: 1px;height: 0.5rem;background: #50B5EA;right: 1.8rem;top: 50%;transform: translateY(-50%) translateX(1px);}
.headCenter .theright form input[type=submit]{background: rgba(80,181,234,0.21) url(../images/fdj.svg) center no-repeat;border-top-right-radius: 1rem;border-bottom-right-radius: 1rem;height: 1.66rem;width: 1.8rem; cursor: pointer;}
.headCenter .theright .headtext1{height: 1.16rem;margin: auto;}
.headCenter .theright .headtext2{height: 1.43rem;margin: auto;}
.headCenter .flexbetween{align-items: flex-end;}
/*导航*/
.pcNav{border-radius: 4px;background: #fff;}
.nav-1st{z-index:3}
.nav-1st > li{position: relative;flex: 1;}
.nav-1st > li > a{position: relative;display: block;font-size: 0.66rem;line-height: 2.5rem;color: #111111;transition: 0.5s;font-weight: 500;text-align: center;}
.nav-1st > li > a > span{position: relative;z-index: 2;}
.nav-1st > li > a:after{content: '';position: absolute;left: 0;bottom:0;width: 100%; height: 100%;background:linear-gradient(to right,#186994,#52A7D4);transform: scaleX(0);transform-origin: left bottom;transition: transform .3s ease-in-out;}
.nav-1st > li:hover > a:after{transform: scaleX(1);}
.nav-1st > li.on > a,.nav-1st > li:hover > a{color: #fff;font-weight: bold;}
.nav-1st > li.on > a:after{transform: scaleX(1);}
.nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 100%;width: 100%;min-width: 250px;padding: 8px 0;background-color: rgba(0,0,0,.5);border-radius: 4px;transform: translateX(-50%);}
.nav-2nd > li{position: relative;}
.nav-2nd > li > a{position: relative;display: block;padding: 0.5rem 0.3rem;line-height: 16px;text-align: center;color: #fff;font-size: 0.55rem;}
.nav-2nd > li > a:before{content: '';position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #fff;transition: 0.3s;}
.nav-2nd > li > a:hover{background: #2465A5;}
.nav-2nd > li > a:hover:before{top: 0;height: 100%;}

.menuLine{display: none;width: 28px;height: 20px;z-index: 2;cursor: pointer;position: absolute;right: 0;top: 20%;}
.menuLine::after{content: '菜单';font-size: 12px;position: absolute;    left: 0;    text-align: center;    width: 100%;}

.popup-qrcode-wrap {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);	}
footer{background-image: url(../images/footerbg.jpg);}
.footOne{padding: 0.8rem 0;border-bottom: 1px solid rgba(255,255,255,0.2);}
.footOne h2 img{height: 2.26rem;}
.footOne .link a{color: #fff;margin-left: 0.3rem;}
.footOne .link a:hover{text-decoration: underline;}
.footOne .link span{background: url(../images/linkico.svg) left center no-repeat;padding-left: 1rem;}
.footNav a{color: #fff;line-height: 1rem;}
.footNav a:hover{text-decoration: underline;}
.footNav{padding: 0.6rem 0 1rem;}
.footThree .text{width: 75%;font-size: 0.5rem;line-height: 1.1rem;}
.footThree .right{width: 25%;}
.footThree .right .ewm img{width: 4rem;}
.footThree .right .ewm p{background: #fff;text-align: center;line-height: 0.7rem;}
.footThree .share{display: inline-flex;justify-content: flex-end;width: 100%;margin-top: 0.6rem;}
.footThree .share i{padding-left: 1rem;background: url(../images/fxico.svg) left center no-repeat;background-size: 0.7rem;}
.footThree .share .item{width: 0.8rem;height: 0.8rem;box-sizing: border-box;position: relative;margin-left: .66rem;cursor: pointer;}
.footThree .share .item img{filter: brightness(0) invert(0.7);}
.footThree .share .item:hover img{filter: brightness(0) invert(1);}
.copyright{background: rgba(0,0,0,0.2);color: #fff;line-height: 1rem;padding: 0.5rem 0;margin-top:2rem}
.copyright a{color: #fff;}
.copyright .text{position: relative;}
.copyright .text > *{margin-right: 0.5rem;}
.copyright .text a:last-child{position: absolute;left: 100%;bottom:0;width: 1.86rem;}
@media screen and (max-width:1600px){
.nav-1st > li{margin-right: 0.7rem;}
}
@media screen and (max-width:1400px){
	
}

@media screen and (max-width:1280px){
	.nav-1st > li{margin-right: 0.5rem;}
}
@media screen and (max-width:1080px){
	.nav-1st{display: none;}
	.menuLine{display: block;}
	
	.copyright .text{width: 100%;}
	.copyright .text a:last-child{left: auto;right: 0%;}
}
@media screen and (max-width:991px){
	.headCenter h1{margin-top: 1rem;position: relative;}
	.headCenter .flexbetween{flex-wrap: wrap;}
	.headCenter h1 a.block {width: 80%;}
	.headCenter h1 a.block img:nth-child(1){height:auto;width:100%}
	.headCenter .theright,.footOne .link{width: 100%;}
	.headCenter h1 a.block img:nth-child(2){margin-bottom: 0;}
	.headCenter .theright{margin-top: 1.26rem;}
}
@media screen and (max-width:760px){
	
	.dmui-select{float: left;}
	.footNav{display: none;}
	.footThree{padding-top: 1rem;}
	.footThree .text{width: 100%;}
	.footThree .share{display: none;}
	.footThree .right{width: 4rem;margin: auto;float: left;}
	.copyright .text{padding-right: 2rem;box-sizing: border-box;}
	.footThree .right .ewm{float: inherit;}
	.footOne h2 img{height: auto;width: 100%;}
	
	.headCenter h1 a.block{width: 87%;}
	.headCenter h1 a.block img:nth-child(2){height: 0.53rem;}
	.headCenter .theright .headtext1{height: 0.7rem;}
	.headCenter .theright form{margin: 0.2rem auto;width: 70%;}
	.headCenter .theright form input[type=text]{height: 1.2rem;line-height: 1.2rem;}
	.headCenter .theright form input[type=button]{height: 1.2rem;}
}

