﻿body{
	min-width: 1200px;
}
a{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "microsoft yahei";
}
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.content{
	background: #F2F2F2 url(../img/about/500174600.png) no-repeat;
	overflow: hidden;
	background-size: 100%;
}
.content img{max-width: 100%; !important;}
	
.news{
	width: 1200px;
	/*height: 1800px;*/
	margin: 300px auto 0;
	background: #fff;
	border-top: 6px solid #EE780F;
	padding: 80px 105px;
	box-sizing: border-box;
}
.news h1{
	/*width: 650px;*/
	height: 90px;
	line-height: 45px;
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}
.news .menu{
	padding: 20px 0;
	border-top:1px solid #d6d7dc;
	border-bottom:1px solid #d6d7dc;
}
.news .menu .left{
	float: left;
}
.news .menu .right{
	float: right;
}
.news .menu .left span{
	display: inline-block;
	padding-left: 30px;
	height: 20px;
	font-size: 12px;
	vertical-align: middle;
}
.news .menu .left .time{
	background: url(../img/time.png) no-repeat;
}
.news .menu .left li{
	float: left;
	padding: 0 15px;
	margin: 0 15px;
	transition: all ease 1s;
}
.news .menu .left li:first-child:hover{
	background: #EE780F;
	border-radius: 5px;
}
.news .menu .left li:first-child a{
	color: #EE780F;
	font-size: 16px;
	line-height: 22px;	
}
.news .menu .left li:first-child:hover a{
	color: #fff;
}
.news .menu .right li{
	float: left;
	padding: 0 15px;
	transition: all ease 1s;
}
.news .menu .right li a:hover{
	color: #EE780F;
}
.news .menu .right .fenxiang{
	display: inline-block;
	padding-left: 30px;
	height: 20px;
	background: url(../img/share.png) no-repeat;
	padding-right: 30px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}
.news .menu .right .fenxiang:hover .bdsharebuttonbox{
	display: block;
}
.news .menu .right .fenxiang .bdsharebuttonbox{
	position: absolute;
	width: 140px;
	left: 0;
	display: none;
}

.news .text{
	padding-top: 30px;
	/*line-height: 2em;*/
}

.news .text table{display: table;}
.news .text img{display: block;}
.news .text table,.news .text img{margin:0 auto}
/*.news .text div{
	text-align: center;
}*/
footer{
	width: 100%;
	height: 275px;
	background: #262626;
	text-align: center;
	padding-top: 65px;
	font-size: 14px;
	color: #fff;
	position: relative;
	box-sizing: border-box;
}
footer div{
	margin-top:15px ;
}
/*footer>div:nth-child(2){
	margin-top: 50px;
}*/
footer .qr{
	width: 250px;
	position: absolute;
	right: 195px;
	bottom: 50px;
}
footer .qr li{
	float: left;
}
footer .qr li.weixin{
	margin-right: 10px;
}
footer a{
	display: none;
	outline: none;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	z-index: 99;
	position: fixed;
	bottom: 165px;
	right: 50px;
	background: #d6d7dc url(../img/about/gotop.png) no-repeat 50% 50%;
	background-size: 36px;
	cursor: pointer;
	transition: background-color 0.3s; 
}
footer a:hover{
	background-color: #EE780F;
}
@media only screen and (max-width: 1400px) {
	footer .qr{
		right: 70px;
	}
	footer a{
		right: 20px;
	}
}