/* CSS Document */
.top { height: 90px; width: 100%; position: fixed; z-index: 99999; top: 0px; }
.top.on {background-color: #FFF; box-shadow:0px 0px 10px rgba(0,0,0,0.5); transition:all 0.5s;}
.top2 { height: 90px; width: 1280px; margin-right: auto; margin-left: auto; }
.top .logo { width: 340px; height: 50px; float: left; padding-top: 10px; padding-bottom:1px; display: block; }
.top .logo img {width:340px; /*height:50px;*/}
.top .logo2 {display:none;}
.top.on .logo { display:none;}
.top.on .logo2 { width: 340px; height: 50px; float: left; padding-top: 10px; padding-bottom: 1px; display: block; }
.top.on .logo2 img {width:340px; /*height:50px;*/}

.top2_right {float: right;height: 50px;/* width: 690px; */padding-top: 1px;padding-bottom: 1px;}
.top2_zi { height: 20px; }
.top2_zi a { line-height: 20px; display: block; float: right; font-size: 14px; font-weight: normal; color: #FFF;  opacity: 0.6;}
.top2_zi a:hover{
	opacity: 1;
}
.top2_zi a.bgxt { padding-left: 25px; background-image: url(../image/bgxt.png); background-repeat: no-repeat; background-position: left center;}
.top2_zi .jtzq { padding-left: 25px; background-image: url(/themes/asia/static/images/jtzq.png); background-repeat: no-repeat; background-position: left center; 
	float: right;
}
.top2_zi .jtzq div{
	display: none;
}
.top2_zi .jtzq div a{
	margin-left: 10px;
}
.top2_zi .jtzq a.Aall{

}
.top2_zi i { display: block; float: right; margin-right: 20px; margin-left: 20px; height: 10px; width: 1px; background-color:rgba(255,255,255,0.5); margin-top: 5px; }
.top.on .top2_zi a {color: #333;}
.top.on .top2_zi a.bgxt {background-image: url(../image/bgxt2.png);}
.top.on .top2_zi .jtzq {background-image: url(../image/jtzq2.png);}
.top.on .top2_zi i {background-color:rgba(0,0,0,0.2);}

.nav { height: 40px; }

.sousuoform{
	/* display: none; */
	float: right;
	position: relative;
	height: 40px;
	width: 20px;
	transition: all 0.5s;
	margin-left: 20px;
}
.sousuoform form{
	display: block;
	height: 40px;
	position: relative;
}
.sousuoform form input{
	height: 40px;
	border: none;
	display: block;
	margin-left: auto;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	width: 0;
	transition: all 0.5s;
	color: #fff;
}
.top.on .sousuoform form input{
	border-bottom-color: #333;
	color: #333;
}
.sousuo {height: 20px;width: 20px;/* float: right; */background-image: url(../image/sousuo.png);background-repeat: no-repeat;background-position: center center;background-size: 20px 20px;/* margin-top: 10px; */position: absolute;right: 0;background-color: transparent;border: none;height: 40px; cursor: pointer; top: 0; outline: none;}

.nav2 {height: 40px;width: 770px;float: left;}
.nav2{
	position: relative;
}
.nav.on .sousuoform{
	width: 222px;
}
.nav.on .sousuoform form input{
	width: 100%;
	padding: 0 30px 0 10px;
}


.nav2 .nav2Ico{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: right;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 0s;
	box-sizing: border-box;
	padding-right: 18px;
}
.nav.on .nav2Ico{
	opacity: 1;
	visibility: inherit;
	transition-delay: 0.5s;
	border-right: 1px solid #fff;
}
.top.on .nav.on .nav2Ico{
	border-right-color: #333;
}
.nav2 .nav2Ico i{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../image/navW.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}
.top.on .nav2 .nav2Ico i{
	background-image: url(../image/navB.png);
}
.nav2 .nav2box{
	margin-left: auto;
	width: 100%;
	opacity: 1;
	/*overflow: hidden;*/
	transition: opacity 0.5s;
	transition-delay: 0.5s;
}
.nav.on .nav2box{
	opacity: 0;
	transition-delay: 0s;
}
.nav2 .nav2box>ul{
	width: 770px;
	height: 40px;
}
/*.nav2:hover { background-image: url(../image/xian.png); background-repeat: no-repeat; background-position: 40px bottom; }*/
.nav2 .nav2box>ul>li { float: left; height: 40px; width: 110px; }
.nav2 .nav2box>ul>li:hover ul {display:block;}
.nav2 .nav2box>ul>li ul { display: none; background-color:rgba(0, 0, 0, 0.1);  }
.nav2 .nav2box>ul>li ul li { height: 30px; width: 100%; }
.nav2 .nav2box>ul>li ul li a { font-size: 14px; line-height: 30px; font-weight: normal; color: #fff; height: 30px; width: 100%; text-align: center; display: block; 
	font-size: 16px;
}
.nav2 .nav2box>ul>li ul li.noon a { opacity: 0.5 }
.nav2_zi { display: block; font-size: 16px; line-height: 40px; text-align: center; color: rgba(255,255,255,1); 
	font-size: 18px;
}
.nav2 .nav2box>ul>li:hover .nav2_zi { color: rgba(255,255,255,1);  background-image: url(../image/xian.png); background-repeat: no-repeat; background-position: 0px bottom; background-color:rgba(0, 0, 0, 0.19); }
.top.on .nav2 .nav2box>ul>li:hover .nav2_zi { color: rgba(0,0,0,1); font-weight: bold; background-color: #FFF; }
.top.on .nav2 .nav2box>ul>li ul { padding-top:10px; background-color:rgba(0,128,204,0);  }
.top.on .nav2 .nav2box>ul>li ul li a { background-color:rgba(0,0,0,0.5); color:#FFF;}
.top.on .sousuo {background-image: url(../image/sousuo2.png);}
.top.on .nav2_zi { color: #333; }

/* foot */
.foot { width: 100%; padding-top: 70px; background-color:#001638;  background-image: url(../image/foot_bg.png);
    background-position: 95% 30%;}
.foot2 { height: 220px; width: 1280px; margin-right: auto; margin-left: auto; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #a09fa4; }
.foot2 ul li {height: 220px; width:240px; float:left;}
.foot2_zi { height: 30px; width: 100%; }
.foot2_zi a { color: #fff; font-size: 16px; line-height: 30px; }
.foot2_zi2 { height: 30px; width: 100%; }
.foot2_zi2 a { color: #959499; font-size: 16px; line-height: 30px; }
.foot2_zi2 a:hover{
	color: #dadada;
}
.foot2_right { float: right; height: 220px; width: 260px; }
.foot2_tu { width:340px; height:50px;}
.foot2_tu img { width:340px; /*height:50px;*/}
.foot2_tu2 { width: 140px; height: 140px; float: right; margin-top: 0px; }
.foot2_tu2.foot2_tu2L{
	float: left;
	margin-left: 50px;
}
.foot2_tu2 img { width:140px; height:140px;}
.foot3 { height: 60px; width: 1280px; margin-right: auto; margin-left: auto; font-size: 14px; line-height: 60px; font-weight: normal; color: #a09fa4; text-align: center; }

.popad{
	z-index: 9999;
	position: fixed;
	right: 0;
	bottom: 10%;
	width: 140px;
	background-color: #198cd1;
	border-radius: 5px;
	box-shadow: 0px 10px 25px 0px rgba(15, 133, 204, 0.25);
}
.popadimg{
	padding: 18px 23px;
	border-bottom: 1px solid #63aeda;
}
.popadimg img{
	display: block;
	max-width: 100%;
}
.popad p{
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	padding: 12px 16px;
	text-align: center;
	color: #fff;
}





.navmob, .navmob_b, .sousuoformmob{
	display: none;
}
@media screen and (max-width: 750px) {
	html{
		font-size: calc(100vw / 7.5);
	}
	.newyear{
		display: none !important;
	}


	body.ovh{
		overflow: hidden;
	}

	.popad{
		width: 1.90rem;
	}
	.popadimg{
		width: 100% !important;
		height: auto !important;
		padding: 0.18rem 0.23rem;
		box-sizing: border-box;
	}
	.popadimg img{
		height: auto !important;
	}
	.popad p{
		font-size: 0.24rem;
		line-height: 1.5;
		padding: 0.12rem 0.14rem !important;
	}
	.popad p span{
		display: none;
	}


	.top{
		height: 1.30rem;
		box-sizing: border-box;
		padding: 0 0.32rem 0.30rem 0.32rem;
		box-sizing: border-box;
	}
	.top.opennav{
		background-color: #fff;
	}
	.top.opennav .logo{
		display: none;
	}
	.top.opennav .logo2{
		display: block;
	}
	.top2{
		height: auto;
		width: 100%;
		/*overflow: hidden;*/
	}
	.top .logo2{
		float: left;
	}
	.top .logo, .top .logo2{
		width: 4.18rem !important;
		height: auto !important;
		padding: 0 !important;
	}
	.top .logo img, .top .logo2 img{
		width: 100% !important;
		display: block !important;
	}
	.navmob{
		display: block;
		float: right;
		position: relative;
		width: 0.68rem;
		height: 0.45rem;
	}
	.navmob:after, .navmob:before{
		content: '';
		position: absolute;
		width: 100%;
		transform: translateY(-50%);
		top: 50%;
		margin-top: -0.09rem;
		height: 0.10rem;
		background-color: #fff;
		transition: all 0.3s ease-in;
	}
	.navmob:after{
		margin-top: 0.09rem;
		width: 0.42rem;
	}
	.top.on .navmob:after, .top.on .navmob:before, .navmob.on:after, .navmob.on:before{
		background-color: #007fcb;
	}
	.navmob.on:after{
		width: 100%;
		margin-top: 0;
		transform: translateY(-50%) rotate(45deg);
	}
	.navmob.on:before{
		margin-top: 0;
		transform: translateY(-50%) rotate(-45deg);
	}



	.top2_right{
		display: none;
		padding: 0.88rem 0.32rem 0;
		left: 0;
		width: 100%;
		float: none;
		position: fixed;
		top: 1.30rem;
		height: calc(100vh - 1.30rem);
		background-color: #fff;
		box-sizing: border-box;
	}
	.nav{
		height: auto;
	}
	.nav2{
		float: none;
		width: 100%;
		border-bottom: 1px solid #dcdcdc;
		height: auto;
	}
	.nav2 .nav2box{
		padding-bottom: 1.26rem;
	}
	.nav2 .nav2box>ul{
		width: 100%;
		height: auto;
		width: 2.83rem;
		position: relative;
	}
	.nav2 .nav2box>ul>li{
		width: auto;
	}
	.nav2 .nav2box>ul>li, .nav2 .nav2box>ul>li ul li{
		height: auto;
		float: none;
		margin-bottom: 0.90rem;
	}
	.nav2 .nav2box>ul>li:last-child, .nav2 .nav2box>ul>li ul li:last-child{
		margin-bottom: 0;
	}
	.nav2 .nav2box>ul>li a, .nav2 .nav2box>ul>li ul li a{
		font-size: 0.30rem;
		line-height: 0.35rem;
		padding-left: 0.60rem;
		text-align: left;
		height: auto;
		color: #38383a;
	}
	.top.on .nav2 .nav2box>ul>li:hover .nav2_zi{
		color: #38383a;
		font-weight: normal;
		background-color: transparent;
	}
	.top.on .nav2 .nav2box>ul>li ul li a{
		background-color: transparent;
		color: #38383a;
	}
	.nav2 .nav2box>ul>li:hover .nav2_zi{
		background: none;
		background-color: transparent;
		color: #38383a;
	}
	.nav2 .nav2box>ul>li:hover ul{
		/*display: none;*/
	}
	.top .nav2 .nav2box>ul>li ul{
		padding-top: 0;
		background-color: transparent;
		position: absolute;
		left: 100%;
		padding-left: 0.77rem;
		border-left: 1px solid #dcdcdc;
		top: 0;
		height: 100%;
		width: 4.00rem;
		box-sizing: border-box;
	}
	.top .nav2 .nav2box>ul>li ul li a{
		background-color: transparent;
		color: #38383a;
		text-align: left;
		padding-left: 0;
	}

	.nav2 .nav2Ico{
		display: none;
	}
	.top2_zi, .sousuoform{
		display: none;
	}
	.navmob_b{
		display: block;
		font-size: 0.24rem;
		color: #38383a;
		padding-top: 0.40rem;
		height: auto;
		text-align: center;


		display: flex;
		justify-content: center;
	}
	.top2_zi .jtzq{
		
	}
	.top2_zi a, .top2_zi i{
		display: inline-block;
		float: none;
		color: #38383a;
	}
	.top2_zi a.sousuoBtn{
		display: none;
		width: 0.30rem;
		height: 0.30rem;
		background: url(../image/bgxt.png) no-repeat;
		background-size: cover;
	}
	.jtzq div{
		display: none;
	}
	.top2_zi i{
		background-color: rgba(0,0,0,0.2) !important;
	}
	.top2_zi i:nth-of-type(2){
		display: none;
	}
	.top2_zi a.bgxt{
		background-image: url(../image/bgxt2.png) !important;
	}
	.top2_zi .jtzq{
		float: none;
		background-image: url(../image/jtzq2.png) !important;
		display: flex;
	}



	.foot{
		padding: 0.70rem 0.32rem 0;
		box-sizing: border-box;
		background-image:none;
	}
	.foot2{
		height: auto;
		padding-bottom: 0.45rem;
		background-image:none;
	}
	.foot2 ul{
		display: none;
	}
	.foot2{
		width: auto;
		background-image:none;
	}
	.foot2_right{
		float: none;
		text-align: center;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.foot2_tu{
		width: auto;
		height: auto;
		margin-left: 100px;
	}
	.foot2_tu img{
		display: block;
		margin: 0 auto;
		width: 3.40rem;
	}
	.foot2_tu2{
		width: 2.60rem;
		height: 2.60rem;
		display: inline-block;
		float: none !important;
		margin: 0.42rem 0.32rem 0;
		
	}
	.foot2_tu2 img{
		display: block;
		width: 100%;
		height: auto;
	}
	.foot3{
		padding: 0.24rem 0;
		text-align: center;
		font-size: 0.24rem;
		line-height: 0.36rem;
		width: 100%;
	}
	.foot3 a{
		color: #a09fa4;
	}

	
}