@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0	font-family: "宋体", "微软雅黑", "新宋体", "仿宋_GB2312";
}

.clear {
	clear: both;
}

div,strong,a,span,li {
	font-size: 12px;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	min-width: 1200px;
}

.box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*分页样式*/

.fanye {
	border-top: none;
	height: auto;
	padding: 8px;
	min-width: 480px;
	text-align: center;
	margin: 0 auto;
}
.fanye span {
	display: inline-block;
	left: 0px;
	position: relative;
	top: 0;
	border: none;
	font-size: 12px;
	margin-left: 10px;
}
.fanye a {
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 10px;
	font-size: 12px;
}
.fanye a:hover {
	color: #2267b5;
}
.fanye .thisclass {
	display: inline-block;
	padding: 0 10px;
	line-height: 25px;
	height: 25px;
	color: #2267b5;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.fanye .pageinfo {
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
}
.fanye .last {
	color: #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

/*上下篇的样式*/
.preAndNext {
	margin: 15px 15px 15px 25px;
	border-top: dotted 1px #968E8E;
	;padding: 5px;
}
.preAndNext li {
	height: 20px;
	line-height: 20px;
	color: #000;
}
.preAndNext li a {
	color: #000;
	text-decoration: none;
}
.preAndNext li a:hover {
	color: #f00;
}
.arcInfo {
	height: 45px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: dotted 1px #666;
}
ul, li, ol {
	list-style: none;
}

.flexslider { margin: 0px auto; position: relative; width: 100%; height: 560px; overflow: hidden; zoom: 1; }
.flexslider .slides li { width: 100%; height: 100%; }
.flex-direction-nav a { width: 70px; height: 70px; line-height: 99em; overflow: hidden; margin: -35px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; border-radius: 35px; }
.flex-direction-nav .flex-next { background-position: 0 -70px; right: 0; }
.flex-direction-nav .flex-prev { left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-prev { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=50); }
.flex-control-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1;  *display: inline;
}
.flex-control-paging li a { background: url(../images/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:560px; display: block; }

#head {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	height: 145px;
	border-bottom: 4px solid #a9a9aa;
}
.head {
	width: 1200px;
	height: 145px;
	margin:0 auto;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.headright {
	height: 145px;
	width: 800px;
}
.sev {
	width: 315px;
	height: 35px;
	margin-top: 15px;
	float: right;
	background: url(../images/sev.png) no-repeat 0;
	padding-left: 25px;
	margin-bottom: 30px;
}
.sev p {
	font-size: 16px;
	font-family: "Arial";
	color: #4c4c4c;
	line-height: 35px;
}
.sev strong {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #0e98e1;
	line-height: 35px;
}
.nav {
	height: 35px;
	float: left;
	width: 800px;
}
.nav ul li {
	width: 88px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	margin: 0 5px;
}
.nav li a {
	font-family: "微软雅黑";
	color: #4c4c4c;
	font-size: 16px;
}
.nav li:hover a {
	display: block;
	color: #fff;
	background: #008bd5;
	border-radius: 5px;
}



/*底部样式*/
.foot {
	height: 180px;
	padding: 55px 0;
	width: 100%;
	max-width: 1920px;
	background: #0263a8;
}
.foot h1 {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 20px;
}
.fnav {
	width: 300px;
	height: 180px;
	float: left;
	margin-right: 130px;
}
.fnav ul li {
	float: left;
	width: 80px;
	background: url(../images/hx.png) no-repeat 0;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.fnav li a{
	font-family: "宋体";
	color: #fff;
	font-size: 12px;
}
.fnav li:hover a {
	text-decoration: underline;
}
.flx {
	float: left;
	width: 500px;
	height: 180px;
}
.flx p {
	font-family: "宋体";
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.ewm {
	width: 148px;
	height: 180px;
	float: right;
	margin-right: 26px;
}
.ewm img {
	width: 148px;
	height: 148px;
	display: block;
	margin: 0 auto;
}
.ewm span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
	line-height: 40px;
}
.copyright {
	height: 40px;
	width: 100%;
	max-width: 1920px;
	background: #222;
}
.copyright p {
	display: block;
	font-family: "微软雅黑";
	color: #7f7f7f;
	font-size:12px;
	line-height: 40px;
}










