@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: #f5f5f5;
	min-width: 1080px;
}

.box {
	width: 1080px;
	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;
	background: url(../images/w3c_tt.png) repeat-x left top;
	border-radius: 3px;
	margin: 0 10px;
	font-size: 12px;
}

.fanye a:hover {
	color: #2267b5;
	background: url(../images/w3c_ttt.png) repeat-x left top;
}

.fanye .thisclass {
	display: inline-block;
	padding: 0 10px;
	line-height: 25px;
	height: 25px;
	color: #2267b5;
	font-weight: bold;
	border: 1px solid #ccc;
	background: url(../images/w3c_ttt.png) repeat-x left top;
	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;
	background: url(../images/w3c_tt.png) repeat-x left top;
}

.fanye .last {
	color: #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
	background: url(../images/w3c_tt.png) repeat-x left top;
	border-radius: 3px;
}

/*上下篇的样式*/
.preAndNext {
	margin: 15px 15px 15px 25px;
	border-top: dotted 1px #968E8E;
	;padding: 5px;
}

.preAndNext li {
	height: 20px;
	line-height: 20px;
	color: #808080;
}

.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;
}

.flexslider { margin: 0px auto; position: relative; width: 100%; height: 520px; 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:520px; display: block; }

body {
	background: url(../images/body.jpg) no-repeat top center;
	min-height: 1233px;
}
.head {
	width: 1080px;
	height: 275px;
	margin: 0 auto;
}
.logo {
	height: 220px;
}
.logo img {
	margin-top: 65px;
	margin-left: 10px;
}
.nav {
	height: 55px;
	background: #00479d;
}
.nav ul {
	height: 55px;
	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-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.nav ul li {
	width: 130px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.nav ul li a{
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
	display: block;
}
.nav li:hover {
	background: #0d6bde;
}
.xwtop {
	width: 1080px;
	height: 370px;
	margin: 0 auto;
	margin-top: 14px;
}
/* 本例子css */
.slideBox{ width:746px; height:366px; overflow:hidden; position:relative; border:1px solid #fff;float: left;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:16px; height:16px;background:url(../images/dot.png) no-repeat 0 -16px; cursor:pointer; }
.slideBox .hd ul li.on{ background:url(../images/dot.png) no-repeat 0 0;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:746px; height:366px; display:block;  }
.slideBox .bd span{ 
	width: 100%;
	display: block;
	height: 40px;
	background: #2f3030;
	filter:alpha(opacity=80,style=1);
	position:absolute;
	bottom: 0;
	font-size: 14px;
	font-family: "宋体";
	color: #fff;
	line-height: 40px;
	padding-left: 20px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,.slideBox .next{ position:absolute; top:50%; margin-top:-25px; display:block; width:32px; height:60px;}
.slideBox .prev {
	background: url(../images/left.png) no-repeat;
}
.slideBox .next {
	background: url(../images/right.png) no-repeat;
	right: 0;
}
.slideBox .prev:hover,.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.gonggao {
	width: 300px;
	height: 356px;
	border: 5px solid #eee;
	float: right;
	background: #fff;
	padding: 0 5px;
}
.pname,.pnamea {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e0e0e0;
}
.pnamea {
	margin-bottom: 35px;
}
.pname h1,.pnamea h1{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #4c4c4c;
	display: block;
	margin-left: 15px;
	padding-left: 25px;
	float: left;
}
.pnamea h1 {
	border-bottom: 4px solid #0d6bde;
}
.pname a,.pnamea a {
	font-family: "宋体";
	color: #808080;
	font-size: 12px;
	display: block;
	float: right;
	background: url(../images/more.png) no-repeat right;
	padding-right: 20px;
}
.pname a:hover,.pnamea a:hover {
	color: #0d6bde;
}
.ggcon {
	width: 294px;
	height: 296px;
	margin: 0 auto;
}
.ggcon ul li {
	height: 60px;
	padding: 20px 10px;
}
.ggcon li:nth-child(2){
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.ggcon li .riqi {
	width: 70px;
	float: left;
	height: 100px;
	margin-right: 10px;
}
.riqi .day {
	font-size: 36px;
	font-family: "Arial";
	color: #0d6bde;
}
.riqi .year {
	font-size: 14px;
	font-family: "Arial";
	color: #999;
}
.ggcon li h1 {
	font-family: "宋体";
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	height: 60px;
	overflow: hidden;
}
.ggcon li:hover h1 {
	color: #0d6bde;
}
.sub {
	height: 134px;
	border: 1px solid #e0e0e0;
	background: #fff;
	margin-top: 35px;
	margin-bottom: 15px;
	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-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.sub li {
	height: 134px;
}
.honor {
	height: 285px;
}
.honorlist {
	height: 185px;
}
.honorlist ul  {
	zoom:1;
	overflow: hidden;
}
.honorlist ul li {
	float: left;
	width: 238px;
	height: 178px;
	border: 1px solid #e0e0e0;
	margin-right: 15px;
	margin-left: 15px;
	display: table-cell;
	vertical-align:middle;
	text-align: center;
}
.honorlist li img {
	width: auto;
	height: 100%;
	max-width: 238px;
	max-height: 178px;
	display: inline;
}
.xw {
	height: 265px;
}
.gsdt,.hyzx,.xsjl {
	width: 350px;
	float: left;
}
.hyzx {
	margin: 0 15px;
}
.xwlist {
	height: 170px;
	padding: 0 10px;
}
.xwlist li {
	height: 35px;
	line-height: 35px;
	background: url(../images/dian.jpg) no-repeat 0;
	padding-left: 20px;
}
.xwlist li a{
	font-size: 12px;
	font-family: "宋体";
	color: #4c4c4c;
	display: block;
	width: 253px;
	height: 30px;
	overflow: hidden;
	float: left;
}
.xwlist li span {
	font-size: 12px;
	font-family: "Arial";
	color: #999;
	display: block;
	float: right;
}
.xwlist li:hover {
	background: url(../images/dian1.jpg) no-repeat 0;
}
.xwlist li:hover a {
	color: #0d6bde;
}
.xueshu {
	margin:0 auto;
	width: 298px;
	height: 98px;
	display: block;
	margin-bottom: 6px;
}
.link {
	margin-top: 35px;
	height: 45px;
	line-height: 45px;
	margin-bottom: 10px;
}
.link ul li {
	color: #0d6bde;
	font-size: 16px;
	font-family: "微软雅黑";
	float: left;
	margin-right: 15px;
}
.link li a {
	font-size: 12px;
	font-family: "宋体";
	color: #808080;
}
.link li:hover a {
	text-decoration: underline;
}
#footer{
	height: 230px;
	background: #00479d;
}
.footer {
	width: 1080px;
	height: 230px;
	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;
}
.fnav {
	width: 555px;
	height: 150px;
	border-left: 1px solid #80a3ce;
	border-right: 1px solid #80a3ce;
}
.fnav dl {
	width: 100px;
	float: left;
	margin-left: 30px;
}
.fnav dl dt a{
	font-size: 12px;
	font-family: "宋体";
	color: #fff;
	display: block;
	margin-bottom: 23px;
}
.fnav dl dd {
	background: url(../images/dian2.jpg) no-repeat 0;
	padding-left: 15px;
}
.fnav dd a {
	font-family: "宋体";
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}
.fnav  a:hover {
	color: #ff7f7f;
	text-decoration: underline;
}
.flx {
	height: 150px;
}
.flx .ftel {
	font-size: 24px;
	font-family: "Arial";
	color: #fff;
	line-height: 45px;
}
.flx p {
	font-size: 12px;
	font-family: "宋体";
	color: #fff;
	line-height: 25px;	
}
.flx ul {
	height: 20px;
	margin-top: 20px;
}
.flx ul li {
	float: left;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: #00326e;
	margin-right: 10px;
	text-align: center;
}
.flx li a {
	font-size: 12px;
	font-family: "宋体";
	color: #fff;
}
.flx li:hover a {
	display: block;
	background: #4b7ab6;
}
.copyright {
	height: 40px;
	background: #333;
}
.copyright span {
	display: block;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	font-family: "宋体";
	color: #b2b2b2;
	line-height: 40px;
}
.copyright a {
	color: #b2b2b2;
}
.copyright a:hover {
	text-decoration: underline;
}
/*子页样式*/
.mainleft {
	width: 200px;
	float: left;
	margin-top: 20px;
}
.sidebar {
	width: 200px;
	/*min-height: 300px;*/
	background: url(../images/yinying.png) no-repeat bottom;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.sidebar h1 {
	background: #0d6bde;
	height: 80px;
	font-size: 22px;
	font-family: "黑体";
	color: #fff;
	line-height: 80px;
	text-align: center;
}
.sidebar ul li {
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #fff;
	border-bottom: 1px dashed #f5f5f5;
}
.sidebar li a {
	font-family: "宋体";
	font-size: 14px;
	color: #4c4c4c;
}
.sidebar li:hover a {
	display: block;
	color: #fff;
	background: url(../images/hx.jpg) no-repeat right center #00479d;
}
.scontact {
	background: url(../images/yinying.png) no-repeat bottom;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.scontact h1 {
	width: 200px;
	height: 60px;
	background: #0d6bde;
	font-size: 22px;
	font-family: "黑体";
	color: #fff;
	line-height: 60px;
	text-align: center;
}
.scon {
	width: 160px;
	height: 140px;
	background: #fff;
	padding: 25px 20px;
}
.scon p {
	font-size: 12px;
	font-family: "宋体";
	color: #4c4c4c;
	line-height: 30px;
}
.mainright {
	margin-top:20px;
	float: right;
	width: 845px;
	margin-bottom: 20px;
}
.map {
	/*width: 958px;*/
	height: 48px;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	background: #fff;
}
.map h1 {
	font-size: 14px;
	font-family: "宋体";
	color: #0d6bde;
	line-height: 48px;
	height: 50px;
	float: left;
	width: 173px;
	padding-left: 15px;
}
.map span {
	display: block;
	background: url(../images/circle.png) no-repeat 0;
	padding-left: 25px;
	float: right;
	line-height: 48px;
	padding-right: 15px;
	font-family: "宋体";
	color: #4c4c4c;
	font-size: 12px;
}
.map a {
	color: #4c4c4c;
}
.map a:hover {
	color: #00479d;
}
.newlist,.prolist,.pagecon {
	border: 1px solid #e0e0e0;
	padding: 15px 20px 30px;
	min-height: 600px;
	background: #fff;
}
.newlist ul li {
	width: 800px;
	height: 130px;
	margin: 0 auto;
	border-bottom: 1px dashed #ccc;
}
.newlist li h1 {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #4c4c4c;
	line-height: 30px;
	margin-bottom: 10px;
}
.newlist li p {
	font-size: 12px;
	font-family: "宋体";
	color: #4c4c4c;
	line-height: 25px;
	display: block;
	height: 50px;
	overflow: hidden;
}
.newlist li span {
	font-family: "Arial";
	font-size: 12px;
	color: #a6a6a6;
	display: block;
	line-height: 30px;
}
.newlist li:hover h1 {
	color: #0d6bde;
	text-decoration: underline;
}
.prolist ul li {
	width: 238px;
	height: 220px;
	padding: 2px;
	background: #fff;
	border: 1px solid #e0e0e0;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-right: 11px;
	margin-left: 11px;
	margin-bottom: 35px;
}
.prolist li img {
	height: 100%;
	width: auto;
	max-width: 238px;
	max-height: 178px;
	display:inline;
}
.prolist li  span {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4c4c4c;
	display: block;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}
.prolist li:hover {
	background: #0d6bde;
}
.prolist li:hover span{
	color:#fff;
}
.content {
	font-family: "宋体";
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
}
.title {
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	font-family: "微软雅黑";
	color: #4c4c4c;
	font-weight: normal;
}
.info {
	display: block;
	text-align: center;
	line-height: 30px;
    font-size: 14px;
    font-family: "微软雅黑";
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
























