i{
	font-style: normal;
}
.headImg{
	height: 270px;
	overflow: hidden;
}
.headImg img{
	width: 100%;
	height: 266px;
}
.asideRight{
	top: 403px!important;
}
.nav{
	position: relative;
	height: 270px;
	width: 100%;
}

.navBottom{
	position: relative;
}
.navBottomCon{
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 5px;
	text-align: center;
	width: 182px;
	height: 35px;
	color: #fff;
	position: absolute;
	background: rgba(0,0,0,.6);
	bottom: 4px;
}
.navBottomCon>p a{
	color: #fff;
	vertical-align: middle;
}
.navBottomCon>p a:hover{
	text-decoration: underline;
	color: #009251;
}
.navBottomCon>p img,.navBottomCon>p span{
	vertical-align: middle;
}
/* 主体部分 */
.main{
	overflow: hidden;
	height: 430px;
}
.main .Left{
	float: left;
	margin-top: 33px;
	width: 830px;
	height: 331px;
	/* background-image: url(../images/contact/l1.png); */
	background-position: -30px;
}
.main .Left>a{
	color: #fff;
	font-size: 16px;
	margin: 20px 0 0 30px;
}
.top:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.main .Right{
	margin-top: 33px;
	margin-left: 37px;
	float: right;
	width: 293px;
}
.main .Right>p span{
	display: inline-block;
	width: 275px;
	height: 80px;
	text-align: center;
	line-height: 80px;
}
.main .Right>p span a{
	color: #fff;
}
.main .Right>p:first-child span:first-child a{
	cursor: default;
}
.main .Right>p span:last-child{
	margin-left: 18px;
}
.main .Right>p span a,.main .Right>p span img{
	vertical-align: middle;
}
.main .Right>p:nth-of-type(n+2){
	margin-top: 47px;
}
.friend{
	height: 160px;
	margin-top: 28px;
	background-color: #eeeeee;
}
.friend .title{
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0 0 33px;
	box-sizing: border-box;
}
.fcon{
	margin-top: 10px;
}
.fcon a img{
	width: 245px;
	height: 57px;
}
.fcon a{
	margin-top: 15px;
}
.fcon a:first-child{
	margin-left: 30px;
}
.fcon a:nth-of-type(n+2){
	margin-left: 40px;
}
.hover_tx:hover{
	text-decoration: underline;
	color: #fff;
}