@charset "utf-8";
/* CSS Document */
div, p, ul {
	padding: 0;
	margin: 0;
}
input {
	outline: none;
	border: none;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
.clearFloat:after {
	content: '';
	display: block;
	clear: both;
}
.clearFloat {
	zoom: 1;
}
body {
	font-family: "微软雅黑";
	background: url(body_bg.png) repeat-x;
}
.marg {
	margin: 0 auto;
}
/*网页开始*/
.container {
	width: 100%;
}
/*top区域*/
.top_box {
	width: 100%;
	background-color: #d9e7f7;
	border-bottom: 2px solid #1f7db2;
	min-width: 1100px;
}
.top {
	width: 1100px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	font-size: 13px;
	color: #999;
}
.top_left {
	float: left;
}
.top_right {
	float: right;
}
.top_right a, .top_right span {
	float: left;
}
.top_right a:link, .top_right a:visited {
	color: #999;
}
.top_right a:hover, .top_right a:active {
	color: #f00;
}
.top_right span {
	margin: 0 10px;
}
/*banner*/
.banner_box {
	width: 100%;
	overflow: hidden;
	background: url(banner_bg.jpg) center center;
	min-width: 1100px;
}
.banner {
	width: 1100px;
	height: 148px;
	margin: 0 auto;
	position: relative;
}
.logo {
	float: left;
	position: relative;
	top: 27px;
}
.form_box {
	float: right;
	position: relative;
	right: 0;
	top: 59px;
	width: 382px;
	height: 41px;
}
.form_box input[type=text] {
	float: left;
	width: 299px;
	height: 41px;
	line-height: 40px;
	border: none;
	outline: none;
	padding-left: 10px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #999;
	background: url(search_input.png) no-repeat;
}
.form_box input[type=image] {
	float: left;
	width: 83px;
	height: 41px;
}
/*主导航*/
.nav_box {
	width: 100%;
	background-color: #168fd3;
	min-width: 1100px;
}
.nav {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.nav li {
	float: left;
	line-height: 50px;
	font-size: 17px;
}
.nav .sy {
	background-color: #2fa8ec;
}
.nav li:hover {
	background-color: #2fa8ec;
}
.nav li a {
	display: block;
	width: 100%;
	padding: 0 26px 0 24px;
}
.nav li a:link, .nav li a:visited {
	color: #fff;
}
.nav li a:hover, .nav li a:active {
	color: #fff;
}
/*内容区域*/
.main {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.layer1, .layer2, .layer3 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
/***第二层***/
/*图片新闻*/
.news_pic {
	float: left;
	width: 660px;
	height: 378px;
}
/*文字新闻*/
.news_word {
	float: right;
	width: 420px;
	height: 378px;
	padding-top: 6px;
	background-color: #fff;
}
.news_tit {
	width: 100%;
	line-height: 45px;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
}
.tit_name {
	float: left;
	margin-left: 20px;
}
.tit_name li {
	float: left;
	font-size: 17px;
	color: #999;
}
.tit_name .on {
	color: #168fd3;
	font-weight: bold;
}
.tit_name span {
	float: left;
	padding: 0 20px;
}
.news_tit .more {
	float: right;
	margin-right: 20px;
	font-size: 15px;
}
.news_tit .more a:link, .news_tit .more a:visited {
	color: #999;
}
.news_tit .more a:hover, .news_tit .more a:active {
	color: #666;
}
.news_list {
	width: 380px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 15px;
}
.news_list li {
	line-height: 30px;
}
.news_list li img {
	position: relative;
	top: -4px;
}
.news_list li a {
	margin-left: 10px;
}
.news_list a:link, .news_list a:visited {
	color: #333;
}
.news_list a:hover, .news_list a:active {
	color: #f00;
}
.news_list .important a:link, .news_list .important a:visited {
	font-weight: bold;
	color: #0d7fbf;
}
.news_list .important a:hover, .news_list .important a:active {
	font-weight: bold;
	color: #f00;
}
/***第三层***/
.layer3 {
	height: 118px;
	background-color: #fff;
	padding: 20px 0;
}
.layer3 ul {
	margin-left: 20px;
	overflow: hidden;
}
.layer3 li {
	float: left;
	margin-right: 5px;
}
/***第四层***/
.layer4 {
	width: 100%;
	height: 378px;
	padding-top: 6px;
	background-color: #fff;
	overflow: hidden;
}
.csfg {
	float: left;
	width: 510px;
	margin-left: 20px;
}
.csfg .tit_name, .wsbsdt .tit_name {
	margin-left: 0;
}
.csfg .more, .wsbsdt .more {
	margin-right: 0;
}
.csfg .news_list, .wsbsdt .news_list {
	width: 510px;
}
.csfg .news_list li {
	margin-left: 10px;
}
.csfg .news_list li span {
	float: right;
}
.wsbsdt {
	float: right;
	width: 510px;
	margin-right: 20px;
}
.wsbsdt .news_list {
	padding-top: 12px;
	font-size: 13px;
	color: #333;
}
/*链接和联系电话*/
.link {
	width: 100%;
	height: 156px;
	background-color: #dfdfdf;
}
.link_url, .link_tel {
	width: 1100px;
	height: 60px;
	margin: 0 auto;
	padding-top: 30px;
}
.url_pic {
	float: left;
}
.url_pic img {
	margin-right: 12px;
}
/*下拉列表*/
.mod_select {
	float: right;
}
.mod_select li {
	float: left;
	width: 156px;
	margin-left: 10px;
	font-size: 13px;
	background-color: #fff;
}
.select_box {
	position: relative;
	cursor: pointer;
	width: 100%;
}
.select_txt {
	float: left;
	padding-left: 10px;
	width: 135px;
	line-height: 30px;
	overflow: hidden;
}
.selet_open {
	float: left;
	width: 21px;
	height: 30px;
	background: url(cy_col_15.jpg) no-repeat left center;
}
.option {
	display: none;
	position: absolute;
	width: 156px;
	overflow-y: scroll;
	max-height: 130px;
	border: solid 1px #ccc;
	top: 30px;
	background-color: #fff;
}
.option a {
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: left;
	padding-left: 10px;
	width: 100%;
}
.option a:hover {
	background: #bad7f9;
}
/*联系电话*/
.link_tel {
	background: url(head_tel.png) no-repeat left 11px;
	padding-top: 0px;
	margin-top: 20px;
}
.link_tel ul {
	float: right;
	width: 932px;
	overflow: hidden;
}
.link_tel li {
	float: left;
	width: 233px;
	line-height: 30px;
	font-size: 15px;
}
/*底部版权*/
.footer_box{
	width: 100%;
	height: 227px;
	background: url(footer_bg.png) repeat-x;
}
.footing {
	width: 1100px;
	border-top: 2px solid #3a4384;
	background-color: #fff;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
}
.footing .foot_nav {
	line-height: 38px;
}
.footing .foot_nav span {
	padding: 0 10px;
}
.footing a:link, .footing a:visited {
	color: #797979;
}
.footing a:hover, .footing a:active {
	color: #0288bd;
}
/*图片新闻*/
.bt-jq-TX-010108-pic li a {
	width: 660px;
	height: 378px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.bt-jq-TX-010108-pic li a img {
	height: 100%; /**图片高度对其容div，宽度等比例缩放，一下样式相同**/
	width: auto;
}
.rslides-tabs {
	clear: both;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.rslides-tabs li {
	display: inline;
	float: none;
	_float: left;
*float:left;
	margin-right: 5px
}
.rslides-tabs a {
	overflow: hidden;
	/*background: rgba(0,0,0, .2);*/
	background: #ccc;
	display: inline-block;
	_display: block;
*display:block;
	width: 22px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 13px;
	color: #000
}
.rslides-tabs .rslides-here a {
	background: rgba(0,0,0, .6);
	background: #b11e1d;
	color: #FFF
}
