/*头部*/
.header{
	height: 164px;
	width: 100%;
	background: #174b80;
}
.topHeader{
	width: 1000px;
	margin: 0 auto;
}
.logoDiv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
	box-sizing: border-box;
}
.logoImg{
	width: 440px;
}
.topBtn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.topBtn>a>p{
	width: 108px;
	height: 35px;
	background: #2c6aa8;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.topBtn>a>p:first-child{
	margin-right: 20px;
}
.topBtn img{
	width: 14px;
	height: 14px;
	margin-right: 6px;
}
.littleNav{
	display: flex;
	height: 56px;
	line-height: 56px;
}
.littleNav>a>li{
	margin-right: 48px;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #b5c5d6;
	cursor: pointer;
}
.littleNav>a>li.active{
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	position: relative;
}
.littleNav>a>li.active::after{
	content: "";
	  display: block;
	  position: absolute;
	  width: 24px;
	height: 2px;
	background: #ffffff;
	border-radius: 2px;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}
/*头部end*/


/*底部*/
.footer{
	width: 100%;
	height: 200px;
	background: #666666;
	padding: 20px 0 12px 0;
	box-sizing: border-box;
	/*position: fixed;*/
	/*bottom: 0;*/
}
.lxwmFooter{
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	color: #ffffff;
}
.zbfFooter{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 16px 0;
}
.zbfFooter>img{
	height: 0.4rem;
}
.welecomeFooter{
	font-size: 12px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px solid #707070;
	padding-bottom: 16px;
}
.bottomFooter{
	font-size: 12px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #b1b1b1;
	margin-top: 15px;
	text-align: center;
}
/*底部end*/
/*位置*/
.location{
	margin: 28px 0;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	color: #666666;
}

.pcBox{
	display: block;
}
.phoneBox{
	display: none;
}
@media screen and (max-width: 768px) {
	.pcBox{
		display: none;
	}
	.phoneBox{
		display: block;
	}
	/*移动端头部*/
	.yddHeader{
		width: 100%;
		height: .88rem;
		background: #174b80;
		position: relative;
	}
	.yddFl{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: .32rem;
	}
	.yddFl>img{
		width: .4rem;
		height: .4rem;
	}
	.yddLogo{
		text-align: center;
	}
	.yddLogo>img{
		width: 3.6rem;
		margin: .2rem auto 0;
	}
	.yddTabNav{
		position: fixed;
		width: 0;
		height: 100%;
		background: rgba(0,0,0,0.2);
		left: 0;
		top: 0;
		display: none;
		/*transition: all .5s ease-in-out;*/
		z-index: 99999;
	}
	.yddTabNav>ul{
		width: 4.64rem;
		/*width: 0;*/
		height: 100%;
		background: #ffffff;
		padding: 0 .32rem;
		box-sizing: border-box;
		/*transition: all .2s linear;*/
	}
	.yddTabNav>div{
		width: 2.86rem;
		height: 100%;
	}
	.yddTabNav>ul>a>li{
		display: flex;
		height: 1.04rem;
		align-items: center;
		border-bottom: 1px solid #efefef;
		font-size: .32rem;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		color: #333333;
	}
	.yddTabNav>ul>a>li>div{
		width: .32rem;
		height: .32rem;
		margin-left: .08rem;
		background: url(../img/icon_more.png) no-repeat;
		background-size:100% 100%;
	}
	.yddTabNav>ul>a>li.active{
		font-weight: 500;
		color: #174b80;
	}
	.yddTabNav>ul>a>li.active>div{
		background: url(../img/icon_more1.png) no-repeat;
		background-size:100% 100%;
	}

	/*移动端底部*/
	.yddFooter{
		width: 100%;
		height: 5rem;
		background: #666666;
		padding: .32rem;
		box-sizing: border-box;
		/*position: fixed;*/
		/*bottom: 0;*/
	}
	.yddLxwmFooter{
		font-size: .28rem;
		font-family: PingFangSC, PingFangSC-Medium;
		font-weight: 500;
		text-align: center;
		color: #ffffff;
	}
	.yddzbfFooter{
	    font-size: .28rem;
	    font-family: PingFangSC, PingFangSC-Medium;
	    font-weight: 500;
	    text-align: left;
	    color: #ffffff;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin: .32rem auto;
	}
	.yddzbfFooter>img{
		height: .6rem;
	}
	.yddwelecomeFooter{
		font-size: .24rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #707070;
    padding-bottom: .32rem;
	}
	.yddbottomFooter{
		  font-size:.24rem;
	    font-family: PingFangSC, PingFangSC-Medium;
	    font-weight: 500;
	    text-align: left;
	    color: #b1b1b1;
	    margin-top: .32rem;
	    text-align: center;
	}
}
