@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: 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: #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: #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;
}

.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: 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:500px; display: block; }
#head {
	height: 100px;
	margin: 0 auto;
	background: url(../images/topbg.jpg);
}
.head {
	height: 100px;
	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;
}
.head .tel {
	background: url(../images/tel.png) no-repeat 0;
	padding-left: 40px;
	height: 27px;
	line-height: 27px;
	font-family: "Arial";
	color: #ee0304;
	font-size: 24px;
}
.nav {
	height:40px;
	line-height: 40px;
}
.nav ul {
	position: relative;
}
.nav ul li {
	float: left;
	height: 40px;
	width: 117px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #e8e8ea;
	border-left: 1px solid #e8e8ea;
}
.nav ul li ul {
	display: none;
	position: absolute;
	top:40px;
	z-index: 99;
	background:#fff;
}
.nav ul li ul li {
	float: none;
	border-bottom: 1px solid #e7e7e7;
}
.nav li a {
	display: block;
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
}
.nav ul li:hover ul {
	display: block;
}
.nav li a:hover {
	background:#e60408;
	color: #fff;
}
.main_1f {
	height: 230px;
	margin: 50px 0;
}
.video {
	width: 370px;
	height: 270px;
	float: left;
	margin-right: 40px;
}
.about {
	width: 780px;
	height: 270px;
	float: right;
}
.about span {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
	margin-bottom: 10px;
}
.about span h1 {
	display: inline-block;
	font-family: "微软雅黑";
	color: #333;
	font-size: 24px;
	font-weight: normal;
}
.aboutcon {
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	line-height: 30px;
	height: 125px;
	overflow: hidden;
}
.lookmore {
	width: 130px;
	height: 35px;
	border:1px solid #adadad;
	line-height: 35px;
	text-align:center;
	display: block;
	margin-top: 10px;
	font-family: "Arial";
	color: #adadad;
	font-size: 14px;
}
.lookmore:hover {
	background:#f40408;
	color: #fff;
	border:1px solid #f40408;
}
.main_2f {
	height: 425px;
}
.xinwen {
	width: 750px;
	height: 425px;
	float: left;
}
.liuyan {
	width: 420px;
	height: 370px;
	float: right;
	background:#f1f1f1;
	padding-top: 20px;
}
.liuyan span {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #f40408;
	display: block;
	background:url(../images/singbg.png) no-repeat 0;
	width: 336px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	padding-left: 35px;
	margin-bottom: 20px;
}
.xw {
	height: 60px;
	margin-bottom: 10px;
}
.xw h1 {
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333;
	font-weight: normal;
	line-height: 35px;
}
.xw p {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
}
.xinwen .hd {
	height: 40px;
	margin-bottom: 30px;
}
.xinwen .hd ul li {
	float: left;
	width: 150px;
	height: 40px;
	background:#f1f1f1;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
}
.xinwen .hd ul li a {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
}
.xinwen .hd ul li.on {
	background:#f40408;
}
.xinwen .hd ul li.on a {
	color: #fff;
}
.xinwen .bd {
	height: 260px;
	width: 750px;
}
.xinwen .bd ul {
	zoom:1;
}
.tj {
	height: 135px;
	margin-bottom: 15px;
}
.tj img {
	width: 220px;
	height: 135px;
	float: left;
}
.tj div {
	float: right;
	width: 500px;
}
.tj div h1 {
	font-family: "微软雅黑";
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.tj div span {
	font-size: 12px;
	color: #999;
	font-family: "微软雅黑";
	line-height: 25px;
	display: block;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 10px;
}
.tj div p {
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.tj a:hover h1 {
	color: #f40408;
}
.xwlist {
	height: 105px;
}
.xwlist  li {
	background:url(../images/circle.jpg) no-repeat 0;
	width: 340px;
	height: 30px;
	line-height: 30px;
	float: left;
	padding-left: 17px;
}
.xwlist  li:nth-child(odd) {
	margin-right: 35px;
}
.xwlist  li a {
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	width: 275px;
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.xwlist  li span {
	float: right;
}
.xwlist  li:hover a,.xwlist  li:hover span{
	color: #f40408;
}
.main_3f {
	height: 670px;
	margin-top: 30px;
}
.cplm {
	height: 90px;
	margin-bottom: 40px;
}
.cplm h1{
	font-family: "微软雅黑";
	color: #333;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.cplm p {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
	text-align: center;
	line-height: 30px;
}
.cplist {
	height: 500px;
}
.cplist ul li{
	width: 278px;
	height: 212px;
	padding: 8px;
	border: 1px solid #e6e6e6;
	float: left;
	margin: 0 2px 10px 2px;
}
.cplist li p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 278px;
	height: 171px;
	overflow: hidden;
}
.cplist li img {
	width: auto;
	height: 100%;
	max-height: 171px;
	max-width: 278px;
	display: inline;
}
.cplist li span {
	font-family: "微软雅黑";
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.cplist li:hover img{
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari 和 Chrome */
	-o-transform:scale(1.2,1.2); 	
}
#footer{
	height: 285px;
	width: 100%;
	background:#333;
}
.foot {
	width: 1200px;
	height: 285px;
	margin: 0 auto;
}
.link {
	padding-top:40px;
	width: 300px;
	float: left;
	margin-right: 185px;
	position: relative;
}
.link h1 {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.link select {
	width: 280px;
	height: 44px;
	margin-top: 20px;
	background:#d1d1d1;
	border: none;
}
.link select option {
	height: 30px;
	line-height: 30px;
	color: #333;
}
.fnav {
	padding-top:40px;
	height: 187px;
	width: 200px;
	float: left;
}
.fnav h1,.fcontact h1 {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}
.fnav ul li {
	float: left;
	width: 70px;
}
.fnav ul li:nth-child(odd) {
	margin-right: 55px;
}
.fnav li a {
	font-family: "微软雅黑";
	color: #999;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.fnav li a:hover {
	color: #f40408;
	text-decoration: underline;
}
.fcontact {
	padding-top:40px;
	width: 240px;
	float: right;
	margin-right: 20px;
}
.fcontact p {
	font-family: "微软雅黑";
	color: #999;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.copyright {
	height: 35px;
	width: 100%;
	background:#000;
}
.copyright span {
	display: block;
	font-size: 12px;
	color: #999;
	font-family: "微软雅黑";
	line-height: 30px;
}


/*子页样式*/
.sidebar {
	width: 215px;
	border: 5px solid #e60408;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.sidebar h3 {
	height: 72px;
	background: #e60408;
	line-height: 72px;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.sidebar ul {
	width: 182px;
	margin: 0 auto;
	margin:5px auto 15px;
}
.sidebar ul li {
	height: 50px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
	text-align: center;
}
.sidebar li a {
	font-size: 14px;
	font-family: "宋体";
	color: #4c4c4c;
	display: block;
}
.sidebar li:hover {
	background: #f15757;
}
.sidebar li:hover a {
	color: #fff;
}
.conright {
	float: left;
	width: 900px;
	margin-top: 30px;
	padding-bottom: 20px;
	margin-left: 50px;
}
.map {
	height: 49px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 49px;
	margin-bottom: 25px;
}
.map .tname {
	font-family: "微软雅黑";
	color: #333;
	font-size: 20px;
	float: left;
}
.map .dq,.map .dq a {
	font-size: 12px;
	font-family: "宋体";
	color: #808080;
}
.map .dq {
	background: url(../images/xjt.png) no-repeat 0;
	padding-left: 20px;
	float: right;
}
.map .dq a:hover {
	color: #d31102;
}
.prolist,.newlist,.pagecon {
	width: 900px;
	min-height:580px;
}
.prolist ul li{
	width: 278px;
	height: 212px;
	padding: 8px;
	border: 1px solid #e6e6e6;
	float: left;
	margin: 0 2px 10px 2px;
}
.prolist li p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 278px;
	height: 171px;
	overflow: hidden;
}
.prolist li img {
	width: auto;
	height: 100%;
	max-height: 171px;
	max-width: 278px;
	display: inline;
}
.prolist li span {
	font-family: "微软雅黑";
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.prolist li:hover img{
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari 和 Chrome */
	-o-transform:scale(1.2,1.2); 	
}
.newlist ul li {
	background: #f3f3f3;
	height: 50px;
	margin-bottom: 18px;
	padding: 15px;
}
.newlist li .rq {
	width: 60px;
	height: 50px;
	border-right: 1px solid #b5b5b5;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
}
.newlist .rq .day{
	font-family: "微软雅黑";
	font-size: 26px;
	color: #666;
	display: block;
	line-height: 30px;
	text-align:center;
}
.newlist .rq .date {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 30px;
	display:block;
}
.newlist li h1 {
	font-size: 16px;
	font-family: "宋体";
	color: #333;
	line-height: 30px;
	display: block;
	float: left;
    width: 757px;
    height: 30px;
    overflow: hidden;
}
.newlist li p {
	font-family: "宋体";
	font-size: 12px;
	color: #999;
	line-height: 30px;
	height: 30px;
	width: 757px;
	overflow: hidden;
}
.newlist li:hover h1 {
	color:#d83142;
}
.content {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	line-height: 35px;
}
.content p{
	text-indent:2em;
}
.tit {
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
}
.info {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}








