.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width:100%
}
.header .content .r .nav li>a{
	font-size: 16px;
}
.footer-zh{
	/*background-image: url(../img/footer-zh-bg.jpg);*/
	  background: rgba(0, 102, 181, 1);
	padding-top: 40px;
	background-size: cover;
}
.footer-zh .footer-t{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-zh .footer-t-l{
	display: flex;
	align-items: center;
}
.footer-zh .footer-t-l .logo img{
	display: block;
	width: 130px;
}
.footer-zh .footer-t-l .links{
	position: relative;
	margin-left: 50px;
}
.footer-zh .footer-t-l .links-top{
	width: 170px;
	height: 45px;
	border: 1px solid rgba(255,255,255,.18);
	padding: 0 20px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F0F2F8;
	line-height: 43px;
	background-image: url(../img/links-bottom.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.footer-zh .footer-t-l .links-content{
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 15px;
	width: 100%;
	display: none;
}
.footer-zh .footer-t-l .links:hover .links-content{
	display: block;
}
.footer-zh .footer-t-l .links-content a{
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
}
.footer-zh .footer-t-l .links-content a:hover{
	color: rgba(7, 57, 130, 1);
}
.footer-zh .footer-t-r{
	display: flex;
}
.footer-zh .footer-t-r a{
	width: 45px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	color: rgba(255,255,255,.7);
}
.footer-zh .footer-t-r a:hover{
	color: #fff;
}
.footer-zh .footer-t-r a .iconfont{
	font-size: 22px;
}
.footer-zh .footer-t-r a:not(:last-child){
	margin-right: 10px;
}
.footer-zh .footer-c{
	margin: 40px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .06);
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 40px 0 50px;
}
.footer-zh .footer-c ul{
	display: flex;
	justify-content: space-between;
}
.footer-zh .footer-c .title{
	font-size: 23px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.footer-zh .footer-c .msg{
	margin-top: 20px;
}
.footer-zh .footer-c .msg .item{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2;
	opacity: 0.4;
}
.footer-zh .footer-c .msg .item .iconfont{
	margin-right: 13px;
}
.footer-zh .footer-c .ewm{
	margin-top: 20px;
	display: flex;
}
.footer-zh .footer-c .ewm .item:not(:last-child){
	margin-right: 20px;
}
.footer-zh .footer-c .ewm img{
	display: block;
}
.footer-zh .footer-c .ewm .text{
	text-align: center;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.3;
	margin-top: 13px;
}
.footer-zh .footer-c .li-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.footer-zh .footer-c .li-des{
	margin-top: 23px;
}
.footer-zh .footer-c .li-des a{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.4;
}
.footer-zh .footer-c .li-des a:hover{
	opacity: 1;
}
.footer-zh .footer-b{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(240, 242, 248, .3);
	line-height: 24px;
	padding: 30px 0 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer-zh .footer-b a{
	color: rgba(240, 242, 248, .3);
}
.footer-zh .footer-b a:hover{
	color: rgba(240, 242, 248, 1);
}
@media (max-width:1024px) {
	.footer-zh .footer-c ul li:not(.li1){
		display: none;
	}
}
@media (max-width:768px){
	.footer-zh .footer-t{
		flex-direction: column;
		align-items: flex-end;
	}
	.footer-zh .footer-t-l{
		width: 100%;
	}
	.footer-zh .footer-t-r{
		margin-top: 15px;
	}
	.footer-zh .footer-c{
		padding: 30px 0;
	}
	.footer-zh .footer-t-l .logo img{
		width: 140px;
	}
}
@media (max-width: 500px){
	.footer-zh .footer-t-l .links-top{
		height: 35px;
		padding: 0 10px;
	}
	.footer-zh .footer-t-l{
		justify-content: space-between;
	}
	.footer-zh .footer-t-r{
		width: 100%;
		justify-content: center;
	}
	.footer-zh .footer-t-r a{
		width: 35px;
		height: 35px;
		line-height: 32px;
		text-align: center;
	}
	.footer-zh .footer-c{
		padding: 25px 0;
		margin-top: 20px;
	}
	.footer-zh .footer-c .title{
		font-size: 18px;
	}
	.footer-zh .footer-b{
		font-size: 12px;
		padding: 10px 0;
	}
}