﻿
/*清除浮动*/
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}

/*顶部*/
.wid_main{
	width: 1200px; 
	margin:0 auto;
}
.topbox{
	background-color: #2964af;
}
.top_line{
	height: 36px;
	border-bottom: #5685c0 solid 1px;
	background: url(../images/top_bg.png) no-repeat top center;
}
.top_line h2{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}
.top_line .right {
	float: right;
}
.top_line .right span{
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}
.top_line .right span:before{
	content: "丨 ";
}
.top_line .right span:first-child:before{
	content: "";
}
.top_line .right span b{
	font-weight: normal;
	margin-left: 10px;
}
.top_line .right span a{
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.top_line .right span a:hover{
	text-decoration:underline;
}



/*底部*/
.footer{
	background: url(../images/foot_bg.png) no-repeat center center;
	background-color: #2964af;
	overflow: hidden;
}
.footer .wid_main{
	padding-top: 40px;
	padding-bottom: 60px;
}
.footer .txt{
	float: left;
	width: 580px;
}
.footer .txt h2{
	font-size: 26px;
	color: #fff;
	position: relative;
	margin-bottom: 26px;
	padding-bottom: 6px;
}
.footer .txt h2 i{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 52px;
	background-color: #fff;
}
.footer .txt>div p:first-child{
	margin-bottom: 15px;
}
.footer .txt>div p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin:6px 0;
}
.footer .right{
	float: right;
	overflow: hidden;
}
.footer .right dl{
	float: left;
	margin-right: 160px;
}
.footer .right dl dt{
	font-size: 18px;
	color: #fff;
	margin-bottom: 16px;
}
.footer .right dl dd a{
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 30px;
}
.footer .right dl dd a:hover{
	opacity: .8;
	text-decoration: underline;
}
.footer .right .ewm{
	float: left;
}
.footer .right .ewm .pic{
	text-align: right;
}
.footer .right .ewm .pic p{
	display: inline-block;
}
.footer .right .ewm img{
	width: 180px;
	height: 180px;
	display: block;
}
.footer .right .ewm span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.footer .right .bdsharebuttonbox{
	margin:10px 0;
}
.footer .right .bdsharebuttonbox span{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.footer .right .bdsharebuttonbox a{
	text-align: right;
	display: inline-block;
	margin-left: 6px;
	margin-right: 0;
}

.footer .dibu{
	text-align: center;
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-top: #5685c0 solid 1px;
}
.footer .dibu a{
	color: #fff;
}
.footer .dibu a:hover{
	opacity: .8;
}


