@charset "utf-8";
/* CSS Document */

* {
	font-family: "Microsoft YaHei";
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body, p, h1, h2, h3, h4, h5, h6, ul, li, a {
	margin: 0;
	padding: 0;
}
body {
	min-width: 1200px;
}
.clear {
	clear: both;
}
a {
	outline: none;
	text-decoration: none;
	color: #666;/*-webkit-transition: all 400ms;
	transition: all 400ms;*/
}

/*:hover {
	-webkit-transition: all 400ms;
	transition: all 400ms;
}*/
a img {
	border: 0;
}
img {
	vertical-align: middle;
}
a {
	color: #333;
}
ul li {
	list-style: none;
}
input, textarea {
	padding-left: 10px;
}
input, select, textarea, button {
	outline: none;
}
button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
p {
	line-height: 1.5em;
}
.MarRi {
	margin-right: 0 !important;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
/*判断浏览器兼容弹出层*/
.Iepop {
	width: 100%;
	height: 100%;
	background: url(../images/bg.png);
	position: fixed;
	z-index: 9999999999999999999;
	top: 0;
	left: 0;
	display: none;
}
.IeCont {
	width: 607px;
	height: 405px;
	position: relative;
	top: 30%;
	margin: 0 auto;
	background: url(../images/Pop.png) no-repeat;
	overflow: hidden;
}
.IeBox {
	padding: 20px;
	overflow: hidden;
	padding: 20px;
	overflow: hidden;
	margin-top: 70px;
	margin-left: 61px;
	margin-right: 33px;
}
.IeBox h3 {
	margin-bottom: 25px;
	font-size: 24px;
}
.IeBox p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.IeLink {
	margin-top: 35px;
	background: url(../images/iealertsprite.png);
}
.IeLink span {
	width: 73px;
	height: 98px;
	display: inline-block;
	margin-right: 16px;
}
.IeLink span:last-child {
	margin-right: 0;
}
.IeLink span a {
	display: block;
	width: 73px;
	height: 98px;
}
/*******百度分享样式******/
.TextTitle {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.TextTitle h6 {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}
.TextTitle p {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
.TextTitle .shar {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	overflow: hidden;
}
.TextTitle .shar .bdsharebuttonbox {
	display: inline-block;
	overflow: hidden;
	top: 6px;
	position: relative;
}
.bdshare-button-style2-24 a {
	width: 25px !important;
	height: 25px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.bds_weixin:hover {
	background: url(../images/fx-ico.png) no-repeat!important;
}
.bds_weixin {
	background: url(../images/fx-hover1.png) no-repeat!important;
}
.bds_tsina:hover {
	background: url(../images/fx-ico2.png) no-repeat!important;
}
.bds_tsina {
	background: url(../images/fx-hover2.png) no-repeat!important;
}
.bds_qzone:hover {
	background: url(../images/fx-ico3.png) no-repeat!important;
}
.bds_qzone {
	background: url(../images/fx-hover3.png) no-repeat!important;
}
.bds_sqq:hover {
	background: url(../images/fx-ico4.png) no-repeat!important;
}
.bds_sqq {
	background: url(../images/fx-hover4.png) no-repeat!important;
}
/*********分页样式***********/
.pages {
	display: table;
	margin: 20px auto;
	margin-bottom: 30px;
}
.pages .pagination {
	display: inline-block;
	float: left;
}
.pages .pagination li {
	width: 38px;
	height: 38px;
	border: 1px solid #dcdcdc;
	float: left;
	margin-right: 11px;
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 40px;
}
.pages .pagination li a {
	color: #999;
	display: block;
}
.pages .pagination li:hover, .pages .pagination li.active, .pages .pagination li.prev:hover {
	background: #2674b5;
}
.pages .pagination li a:hover, .pages .pagination li.active a, .pages .pagination li:hover span {
	color: #fff;
}
.pages .pagination li.prev, .pages .pagination li.next {
	width: 88px;
	cursor: pointer;
}
.pages .pagination li.next a:hover {
	color: #fff;
}
.pages .form {
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.pages .form .text {
	font-size: 14px;
	color: #999;
}
.pages .form .input {
	width: 38px;
	padding: 10px 0;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding-left: 0;
	text-align: center;
	color: #999;
}
.pages .form .go-page {
	width: 58px;
	height: 38px;
	border: 1px solid #dcdcdc;
	text-align: center;
	color: #999;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
}
/**************文章详情分页*******/
.NewsPages {
	border-top:1px solid #dcdcdc;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	padding: 20px 0;
}
.NewsPages a {
	width:100%;
	display:block;
	line-height:25px;
	color: #333;
}
.NewsPages a span{
	color:#2674b5;}
