.content{
	max-width :1200px;
	margin-left :auto;
	margin-right :auto;
}
.header{
	max-width: 1510px;
	margin-left: auto;
	margin-right: auto;
	height :100px;
}
.header .logo{
	display : block;
	width :248px;
	height :39px;
	float : left;
	margin-top: 30px;
}
.header ul{
	margin-left: 196px;
	float : left;
}
.header ul li{
	float : left;
	font-size :20px;
	color:#656565;
	line-height :100px;
}
.header ul li:not(:first-child){
	margin-left: 50px;
}
.header ul li.active{
	color:#294da0;
}
.header ul li a{
	margin-left: 8px;
}
.header .searchcon{
	width :232px;
	height :35px;
	background: #dfdfdf;
	border-radius: 18px;
	float : right;
	margin-top: 34px;
}
.header .searchcon .search{
	font-size :16px;
	text-indent: 1em;
	width :184px;
	background: transparent;
	height :36px;
	border-radius: 18px;
}
.header .searchcon a{
	font-size :20px;
	padding:6px;
}
.foot{
	padding-top:112px;
	box-sizing: border-box;
}
.foot .footcon .footlist1{
	width:416px;
}
.foot .footcon .footlist1 h2{
	font-size: 27px;
	color:#fff;
	line-height: 1;
	font-weight: normal;
	margin-bottom:8px;
}
.foot .footcon .footlist1 p{
	font-size: 14px;
	color:#a2a2a2;
	line-height: 1;
}
.foot .bdshare-button-style0-16 a{
	background:none;
	padding:0;
	border-radius:50%;
	background:rgba(255,255,255,0.55);
	height:35px;
	width:35px;
	font-size: 20px;
	line-height: 35px;
	text-align:center;
	color:#fff;
	margin-right:20px;
	margin-top:50px;
}
.foot .footlist2{
	width:460px;
}
.foot .footlist2 h4,
.foot .footlist2 p{
	font-size: 16px;
	color:#a5a5a5;
	line-height: 30px;
}
.foot .footlist2 h4{
	margin-bottom: 25px;
}
.foot .footlist3{
	width:323px;
}
.foot .footlist3 h4,
.foot .footlist3 p{
	font-size: 16px;
	color:#a5a5a5;
	line-height: 30px;
}
.foot .footlist3 h4{
	margin-bottom: 25px;
}
.foot .footbtm{
	border-top:1px solid #595959;
	margin-top:50px;
}
.foot .footbtm p{
	font-size: 14px;
	color:#a5a5a5;
	line-height: 60px;
	float:left;
}
.foot .footbtm li{
	float:right;
	font-size: 14px;
	color:#a5a5a5;
	line-height: 60px;
}
.foot .footbtm li span{
	margin-left:25px;
	margin-right:25px;
}

/*======侧边栏===========*/

.sidebar{
	position: fixed;
	right:0;
	top:50%;
	margin-top: -105px;
	width :200px;
	    padding-bottom: 22px;
	background: #fff;
	box-shadow: 0 3px 5px #ddd;
	z-index:100;
}
.sidebar h3{
	font-size :18px;
	color:#fff;
	font-weight :normal;
	line-height :57px;
	padding-left: 34px;
	box-sizing: border-box;
	background: #294da0;
	padding-right: 20px;
}
.sidebar h3 span{
	float : right;
	cursor: pointer;
}
.sidebar .qq{
	display : block;
	line-height :50px;
	background: #d7d4d4;
	text-indent: 32px;
	font-size :16px;
	color:#504f4f;
}
.sidebar .qq span{
	font-size :24px;
	vertical-align: -2px;
	margin-right: 12px;
}
.sidebar p{
	font-size :17px;
	color:#504f4f;
	line-height :50px;
	background: #fff;
	text-indent: 32px;
}
.sidebar p span{
	font-size :24px;
	margin-right: 12px;
	vertical-align: -2px;
}
.sidebar h4{
	font-size :21px;
	font-weight :normal;
	color:#504f4f;
	text-align: center;
	background: #fff;
	line-height :1;
}






















