body {
	font-family: "MicroSoft Yahei", Arial;
	font-size: 14px;
	line-height: 22px;
	color: #222;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),  url('../font/iconfont.woff2') format('woff2'),  url('../font/iconfont.woff') format('woff'),  url('../font/iconfont.ttf') format('truetype'),  url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.w1200 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pd15 {
	padding: 15px;
}
.pd15_tb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.br10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.br50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.bd01 {
	border: 1px solid #e1e1e1;
}
.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clear {
	zoom: 1
}
.newslist {
}
.newslist li {
	padding-left: 20px;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: 5px;
	line-height: 35px;
}
.newslist2 li {
	line-height: 35px;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 25px;
}
.newsline {
	background-image: url(../images/news_line.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 35px;
}
.infotitle {
	font-size: 22px;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
	color: #222;
}
.infopost {
	text-align: center;
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
}
.infopost span {
	padding-right: 8px;
	padding-left: 8px;
}
.infopost .iconfont {
	font-size: 16px;
}
.infopic {
	text-align: center;
	margin-bottom: 10px;
}
.infopic img {
	padding: 4px;
	border: 1px solid #ededed;
}
.infopage {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.addtime {
	float: right;
	color: #666;
	padding-right: 10px;
	font-size: 12px;
}
/* 分页样式 */
.uk-text-center {
	text-align: center !important;
	padding: 20px 0px;
	line-height: 20px;
}
.uk-clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.frontier-paging {
	margin-top: 32px;
}
.frontier-paging ul {
	display: inline-block;
	vertical-align: bottom;
}
.frontier-paging ul span, .frontier-paging ul a {
	display: block;
	float: left;
	margin: auto 2px;
	padding: 4px 12px;
	background: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	border-radius: 2px;
	font-size: 14px;
	color: #999;
	height: 22px;
}
.frontier-paging ul a.page-num-current, .frontier-paging ul a:hover {
	color: #FFF;
	background-color: #444;
}
/*主导航菜单*/
/*主导航菜单*/
.nav {
	height: 110px;
	line-height: 110px;
	position: relative;
	z-index: 1;
}
.nav a {
	color: #333;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	float: left;
	font-weight: normal;
}
.nav .nLi h3 a {
	display: block;
	width: 100px;
	font-size: 16px;
	text-align: center;
	transition: .4s;
}
.nav .sub {
	display: none;
	width: 160px;
	left: 0;
	top: 110px;
	position: absolute;
	background: #2561c3;
	line-height: 32px;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	color: #fff;
	padding-left: 25px;
}
.nav .sub a:hover {
	background: #1f52a6;
	color: #fff;
}
.nav .on h3 a {
	background: #2561c3;
	color: #fff;
	transition: .4s;
}
/* 幻灯片 CSS */
.fullSlide {
	width: 100%;
	position: relative;
	height: 500px;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 500px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 500px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.fullSlide .hd ul .on {
	background: #f00;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 1%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.fullSlide .next {
	left: auto;
	right: 1%;
	background-position: -6px -137px;
}
/* 焦点图 */
.focusBox {
	position: relative;
	width: 500px;
	height: 375px;
	overflow: hidden;
	text-align: left;
}
.focusBox .pic img {
	width: 500px;
	height: 375px;
	display: block;
}
.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}
.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}
.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-decoration: none;
}
.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}
.focusBox .num li {
	float: left;
	position: relative;
	width: 23px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.focusBox .num li a, .focusBox .num li span {
	font-size:10px;
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.focusBox .num li.on a, .focusBox .num a:hover {
	background: #2561c3;
}
/*表单*/
.input_style_a {
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-left: 10px;
	margin: 5px 0;
}
.input_style_btn {
	width: 200px;
	height: 36px;
	background: #f60;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	border: 0;
	margin: 3px auto;
	cursor: pointer;
}
