/* footer */
.footer {
	width: 100%;
min-width: 1300px;
	height: 320px;
	background: url(../images/footerBg.png) no-repeat;
	background-color: rgba(247, 243, 235, 1);
	background-size: cover;
}
.head .navMenuMobile{
display:none;}
.foot {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	display: flex;
	color: #fff;
}
.three .three_text{
text-align:center;}
.selectTop .slectImg{margin-left: 108px;
    transform: rotate(90deg);
    width: 15px;}
.footer .selectTop {
	justify-content: space-around;
	margin: 0 auto;
	width: 1300px;
	padding: 32px 0 80px 0;
	display: flex;
}

.selectTop .link {
	line-height: 1.7;
	margin-bottom: .416vw;
	font-size: 14px;
	transition: .3s;
	padding: 0 .26vw;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: .937vw;
	color: #666;
}

.selectTop .con {
	position: relative;
}

.selectTop .con .box {
	padding: .52vw 0;
	left: 0;
	right: 0;
	background-color: #fff;
	top: 104%;
	border-radius: .52vw;
	position: absolute;
	display: none;
	overflow-y: auto;
	text-align: left;
	max-height: 150px;
    height: auto;
}

.selectTop .slectLable {
	margin-left: 32px;
}
.footer .three{
    display: flex;
    padding-right: 30px;
}
.footer .foot{height:auto;}
.selectTop .selectBg {
	background: url(../images/selectBg.png) no-repeat;
	color: #fff;
	line-height: 46px;
	height: 48px;
	width: 260px;

}