@charset "utf-8";
/* CSS Document */
*{ padding:0px; margin:0px;}
body{ font-size:14px; line-height:22px; color:#555; margin:0px auto;  font-family:"微软雅黑";word-wrap:break-word; white-space:normal; background:#fff; max-width:1680px;}
a{color:#333333; text-decoration:none; }
a:focus{outline: none;-moz-outline-style: none; }
a img{ border:none;}

a:hover{ color:#068cd0;}
li{ list-style:none;}
.clear{clear:both}
.bule{ color:#068cd0;}
.white{ color:white;}
.black{ color:#000;}
.wrapper { width: 1200px; margin: 0 auto; }
.auto{ margin:0 auto;}
.fl { float: left; }
.fr { float: right; }
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb60{ margin-bottom:60px;}
.mt30{ margin-top:30px;}
.ml20{ margin-left:36px;}
.ml27{ margin-left:27px;}
.ptb40{ padding:40px 0;}
.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt60{ padding-top:70px;}
.pb30{ padding-bottom:30px;}
.shadow{box-shadow: 0 0 10px #999;}
.shadow1{box-shadow: 0 0 5px #999;}

.logo{
	width:300px;
	float:left;
	}
.i-tt{
	text-align:center;
	line-height:35px;
	}
.i-tt p{
	font-size:22px;
	color:#000;
	text-transform:capitalize;
	}
.i-ab{
	height:460px;
	overflow:hidden;
	background:url(../statics/images/ab-bg.jpg) no-repeat top center;
	margin-bottom:10px;
	}
.ab-m{
	height:110px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	padding-top:10px;
	line-height:26px;
	}
.ab-ul li{
	float:left;
	width:400px;
	text-align:center;
	line-height:30px;
	font-size:16px;
	}
.news-ul ul li.n-fir{
	width:560px;
	float:left;
	}
.n-img{
	width:560px;
	height:140px;
	}
.n-data{
	width:70px;
	height:70px;
	background:#62657f;
	position:relative;
	z-index:999;
	margin-top:-140px;
	text-align:center;
	color:#fff;
	}
.n-data p{
	font-size:40px;
	line-height:45px;
	font-family:Arial, Helvetica, sans-serif;
	height:40px;
	}
.n-text{
	
	}
.n-text p{
	font-size:15px;
	line-height:30px;
	padding-top:10px;
	}
.n-text p.more{
	width:160px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-top:15px;
	}
.n-text p.more a{
	display:block;
	color:#fff;
	background:#2f69b9;
	text-transform:uppercase;
	border-radius:4px;
	}
.n-text p.more a:hover{
	background:#4791f7;
	color:#fff;
	}
.news-ul ul li.n-two{
	width:600px;
	float:right;
	height:80px;
	overflow:hidden;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
	}
.n-data2{
	width:70px;
	height:70px;
	float:left;
	text-align:center;
	}
.n-data2 p{
	font-size:50px;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	height:50px;
	}
.n-t2{
	width:520px;
	float:right;
	}
.n-t2 p{
	font-size:15px;
	padding-bottom:5px;
	}
.ser-bg{
	height:405px;
	background:url(../statics/images/ser-bg.jpg) no-repeat center;
	}
.ser-bg a:hover img{filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;}
.ser-bg ul li{
	width:400px;
	float:left;
	text-align:center;
	padding-top:40px;
	}
.foot-bg{
	min-height:150px;
	padding:15px 0;
	background:#4b4b4b;
	}
.f-logo{
	width:300px;
	}
.f-xx{
	width:500px;
	color:#fff;
	padding-top:40px;
	line-height:26px;
	}
.f-xx a{
	color:#fff;
	}
.f-ewm ul li{
	float:left;
	text-align:center;
	width:140px;
	color:#fff;
	}
.slogan{
	position:relative;
	left:100%;
	color:#555 !important;
	}
.slogan a{
	margin-top:10px;
	padding:7px 30px;
	border:1px solid #999;
	border-radius:2px;
	}
.list-banner li{
	height:380px;
	}
.list-banner dl dt{
	width:200px;
	height:60px;
	line-height:60px;
	background:#2f69b9;
	color:#fff;
	margin-top:-60px;
	float:left;
	text-align:center;
	font-size:24px;
	}
.list-nav{
	height:60px;
	background:#f5f5f5;
	line-height:60px;
	}
.list-nav ul{
	width:800px;
	}
.list-nav ul li{
	float:left;
	}
.list-nav ul li a{
	display:block;
	padding:0 20px;
	}
.list-nav ul li a:hover{
	border-bottom:2px solid #2f69b9;
	}
.list-nav ul li.on a{
	border-bottom:2px solid #2f69b9;
	}
.list-nav dl{
	width:400px;
	text-align:right;
	}
.paly-bg{
	height:280px;
	background:#f6f6f6;
	overflow:hidden;
	}
.j-m{
	width:670px;
	line-height:26px;
	}
.j-m p.p-tt{
	font-size:26px;
	padding-bottom:20px;
	}

.j-img{
	width:500px;
	/*border:1px solid #ddd;*/
	height:280px;
	/*非IE的主流浏览器识别的垂直居中的方法*/ 
	display: table-cell ; 
	vertical-align:middle ; 
	/*设置水平居中*/ 
	/* 针对IE的Hack */ 
	*display: block; 
	*font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/ 
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/ 
	}
.j-img img{
	/*设置图片垂直居中*/ 
	vertical-align:middle ;
	max-width:500px;
	max-height:280px;
	}
.j-j{
	display:table;
	height:280px;
	width:670px;
	}
.j-text{	
	vertical-align:middle;
    display:table-cell;
	}
.j-text p.p-tt{
	font-size:26px;
	padding-bottom:20px;
	}
.j-list ul li{
	height:280px;
	overflow:hidden;
	margin-bottom:30px;
	}
.page-show{
	padding:40px 0;
	}
.page-show img{
	max-width:1200px;
	height:auto;
	}
.pro-nav ul li{
	width:580px;
	height:520px;
	border:1px solid #ddd;
	float:left;
	overflow:hidden;
	margin-bottom:30px;
	}
.pro-nav ul li dl dt p{
	width:560px;
	margin:0 auto;
	text-align:center;
	border-bottom:1px dotted #ccc;
	height:60px;
	line-height:60px;
	font-size:24px;
	margin-bottom:10px;
	}
.pro-dd{
	height:100px;
	overflow:hidden;
	}
.pro-nav ul li dl dd{
	width:550px;
	margin:0 auto;
	}
.pro-nav ul li dl dd a.pro-a{
	display:block;
	width:100px;
	height:35px;
	line-height:35px;
	border-radius:4px;
	background:#2f69b9;
	text-align:center;
	color:#fff;
	margin:0 auto;
	}
.pro-nav ul li dl dd a.pro-a:hover{
	background:#63a1f6;
	}
.pro-list ul li{
	width:300px;
	float:left;
	text-align:center;
	margin-bottom:20px;
	line-height:30px;
	}
.news-list ul li.n-fir1{
	height:280px;
	overflow:hidden;
	margin-bottom:30px;
	}
.news-list ul li.n-two1{
	height:100px;
	overflow:hidden;
	width:600px;
	float:left;
	margin-bottom:30px;
	}
.n-img1{
	width:180px;
	padding-right:30px;
	}
.n-text1{
	width:360px;
	}
.n-text1 p{
	font-size:16px;
	color:#000;
	line-height:30px;
	}
.n-text1 time{
	font-size:12px;
	color:#999;
	}
.fc-list ul li{
	float:left;
	width:400px;
	margin-bottom:20px;
	}
.fc-ul{
	width:375px;
	margin:0 auto;
	}
.fc-ul p{
	font-size:16px;
	color:#000;
	padding-top:10px;
	}
.fc-ul time{
	font-size:12px;
	color:#999;
	}
.down-nav{
	width:1200px;
	margin:0 auto;
	text-align:center;
	height:30px;
	}
.down-nav ul{
	display:inline-block;
	}
.down-nav ul li{
	border:1px solid #ddd;
	float:left;
	margin:0 10px;
	border-radius:20px;
	background:#fff;
	}
.down-nav ul li a{
	display:block;
	padding:3px 15px;
	}
.down-nav ul li a:hover{
	background:#2f69b9;
	color:#fff;
	border-radius:20px;
	}
.down-nav ul li.on a{
	background:#2f69b9;
	color:#fff;
	border-radius:20px;
	}
.down-nav p{
	margin-top:-15px;
	border-bottom:1px solid #ddd;
	}
.down-list ul li{
	width:586px;
	height:100px;
	border:1px solid #ddd;
	float:left;
	margin-bottom:24px;
	display:block;
	}
/*.down-list ul li:hover{
	background:#2f69b9;
	color:#fff;
	}*/
.ml25{ margin-left:24px;}
.down-list ul li dl{
	padding:15px;
	}
.down-list ul li dl dt{
	height:24px;
	background:url(../statics/images/down.jpg) no-repeat left center;
	padding-left:40px;
	font-size:16px;
	margin-bottom:3px;
	}
.down-list ul li dl dd{
	padding-left:40px;
	color:#999;
	}
.dashiji{
	background:#dff2ff;
	}
.dashiji ul.event_list img.dsj-img{
	max-width:400px;
	height:auto;
	padding:10px;
	}
/*分页*/
.pages{
	clear:both;
	padding:20px 0;
	text-align:center;
}
.pagesstrong{
	padding:3px;
	font-size:15px;
}
.pages a{
	padding:2px 6px;
	border:#ccc 1px solid;
	border-radius:3px;
	color:#999;
	cursor:pointer;
}
.pages a:hover{
	color:#ce3179;
	border-color:#db127a;
	box-shadow:#db127a 0 0 5px;
}
.pages a.current{
	color:#fff;
	background-color:#068cd0;
	border-color:#068cd0;
}
.show_title{
	padding-bottom:10px;
	}
.show_titlemsg{
	height: 50px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.show_titlemsg span{
	text-align: center;
	margin:0 20px;
	vertical-align: middle;
}
.show_titlemsg span i{
	display: inline-block;
	color:#f25618;
	font-size: 16px;
	font-style: normal;
}
.bshare-custom{
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
}
.list-show{
	min-height:430px;
	}

.list-columns{
padding:10px 0;
text-align:center;
border-bottom:#068cd0 1px solid;
}
.list-columns  li{
display:inline-block;
padding:5px;
}
.list-columns a{
display:inline-block;
height:40px;
line-height:40px;
border-radius:30px;
border:#ddd 1px solid;
padding:0 30px;
}
.list-columns a:hover{
border-color:#068cd0;
}
.list-columns .on a{
border-color:#068cd0;
background:#068cd0;
color:#fff;
}
