body {
	font-family: "MicroSoft Yahei", Arial;
	font-size: 0.2rem;
	line-height: 22px;
	color: #222;
}
.allpage {
	background: #fff;
}
html {
	font-size: 625%;
	-webkit-text-size-adjust: none;
	max-height: 100%
}
* {
	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;
	max-width:100%;
}
li {
	list-style-type: none;
}
.sfixed {
	z-index: 9999;
    -m/oz-box-shadow: 0px 0px 10px #333;
    -we/bkit-box-shadow: 0px 0px 10px #333;
    bo/x-shadow: 0px 0px 10px #333;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}
@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;
}
.w90 {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pd15 {
	padding: 15px;
}
.pd15_tb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mb30 {
	margin-bottom: 0.3rem;
}
.mb50 {
	margin-bottom: 0.4rem;
}
.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 {
	line-height: 35px;
}
.newslist li .iconfont {
	font-size: 18px;
	color: #888;
}

.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: 0.25rem;
	line-height: 0.35rem;
	font-weight: normal;
	text-align: center;
}
.infopost {
	text-align: center;
	color: #666;
	margin-bottom: 0.2rem;
	font-size: 0.15rem;
}
.infopost span{
	padding-right: 0.1rem;
	padding-left: 0.1rem;
}
.infopost .iconfont {
	font-size: 0.2rem;
}

.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: 0.1rem;
	font-size: 0.15rem;
}
/* 分页样式 */
.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-menu {
	height: 90px;
}
#nav-menu {
	position: relative;
	overflow: visible;
	z-index: 9999;
}
#nav-menu .menu {
}
#nav-menu .menu li {
	position: relative;
	float: left;
	display: inline;
	font-size: 16px;
	width: 100px;
}
#nav-menu .menu li h3 {
	font-weight: normal;
	display: inline-block;
	float: left;
}
#nav-menu .menu li a.xialaguang {
	display: inline-block;
	color: #222;
	height: 90px;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	width: 100px;
}
#nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover {
	background-color: #cb1b1d;

}
#nav-menu .menu li a.xialaguang span {
	height: 90px;
	line-height: 90px;
	display: inline-block;
}
#nav-menu .menu li a.selected span, #nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span {
	cursor: pointer;
}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span {
	color: #fff;

}
#nav-menu .menu ul.children {
	display: none;
	position: absolute;
	top: 90px;
	width: 100px;
	border-top: 0;
	line-height: normal;
	left: 0px;
	background-color: #cb1b1d;
}
#nav-menu .menu ul.children li {
	width: 100px;
	padding: 0px;
	display: inline-block;
	font-size: 12px;
	margin: 0px;
}
#nav-menu .menu ul.children li h3 {
	display: block;
	width: 100%;
}
#nav-menu .menu ul.children li a {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}
#nav-menu .menu ul.children li a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
/* 幻灯片 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;
}
.fullSlide .hd ul .on {
	background: #f00;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 65%;
	margin-top: -30px;
	left: 2%;
	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;
}
.fullSlide .next {
	left: auto;
	right: 2%;
	background-position: -6px -137px;
}
/*表单*/
.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;
}
