@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;
	background: url(../images/w3c_tt.png) repeat-x left top;
	border-radius: 3px;
	margin: 0 10px;
	font-size: 12px;
}
.fanye a:hover {
	color: #fff;
	background: #1258c7;
}
.fanye a.on {
	color: #fff;
	background: #1258c7;
}
.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: #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: 500px; 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: 0px; }
.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:500px; display: block; }

.head {
	width: 1200px;
	height: 100px;
	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;
}
.tel {
	width: 268px;
	height: 50px;
	background: url(../images/tel.png) no-repeat top left;
}
.tel span {
	display: block;
	font-size: 28px;
	font-family: "Arial";
	color: #333;
	line-height: 30px;
	padding-left: 70px;
	padding-top: 20px;
	font-weight: bold;
}
.nav {
	height: 40px;
	background: #0c53c4;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.nav ul {
	height: 40px;
	width: 1200px;
	margin: 0 auto;
}
.nav ul li {
	width: 120px;
	height: 40px;
	float: left;
	margin: 0px 6px;
	line-height: 40px;
	text-align: center;
}
.nav li a {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
}
.nav li:hover a {
	display: block;
	background: #e09900;
}
.hotkey {
	background: url(../images/hotbg.jpg) no-repeat bottom center;
	width: 100%;
	max-width: 1920px;
	height: 87px;
	margin-bottom: 50px;
}
.hotkey ul {
	width: 1200px;
	height: 87px;
	margin: 0 auto;
}
.hotkey ul li {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
	float: left;
	line-height: 60px;
	margin-right: 10px;
}
.hotkey li a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
}
.hotkey li a:hover {
	display: block;
	color: #0d54c5;
	text-decoration: underline;
}

/*侧边导航*/
.slidebar {
	width: 300px;
	height: 530px;
	float: left;
}
.slidebar span {
	display: block;
	width: 300px;
	height: 105px;
	background: #1258c7;
	text-align: center;
}
.slidebar span h1 {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	line-height: 40px;
}
.slidebar span h2 {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	font-weight: normal;
}
.slidebar ul {
	width: 300px;
	height: 410px;
	background: #f1f1f1;
	padding-top: 15px;
}
.slidebar ul li {
	background: url(../images/cpnav.png) no-repeat top center;
	width: 252px;
	height: 52px;
	margin:0 auto 15px;
}
.slidebar ul li a {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
	line-height: 52px;
	padding-left: 70px;
	height: 52px;
	display: block;
	overflow: hidden;
}
.slidebar ul li:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
}

/*底部样式*/
.fnav {
	background: #e09900;
}
.fnav  li:hover a {
	background: #0c53c4;
}
.foot {
	width: 100%;
	height: 175px;
	padding-top: 35px;
	max-width: 1920px;
	background: #0c53c4;
}
.ewm {
	display: block;
	width: 120px;
	height: 150px;
	float: left;
	margin-right: 37px;
}
.ewm img {
	display: block;
	width: 120px;
	height: 120px;
}
.ewm span {
	display: block;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.copyright {
	width: 900px;
	float: left;
	height: 150px;
}
.copyright  p {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
	line-height: 30px;
}





