﻿﻿body {
	padding: 0;
	margin: 0;
	/*background: #eee url(../img/top_bg.png) repeat-x top center;*/
	background: #eee url(../img/xytzbg.png) no-repeat;
	background-size: 100% 183px;
	font-family: 'Microsoft YaHei' arial;
}
img{border:0;}
a:link {
	color: #555;
	text-decoration: none;
}

a:visited {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #005ed1;
	text-decoration: underline;
}

a:active {
	color: #005ed1;
	text-decoration: none;
}

.main {
	width: 100%;
}

.top {
	width: 1008px;
	height: 180px;
	margin: 0 auto;
	/*background: url(../img/center_bg.png)no-repeat top right;*/
}

.top_title {
	width: 100%;
	padding-top: 15px;
  	text-align: center;
}

.center {
	width: 1008px;
	margin: 0 auto 15px;
}

.search {
	width: 100%;
	overflow: auto;
}
.search .area-sel {
  display: block;
  float: left;
  width: 160px;
  height: 24px;
	padding: 12px 0;
  background-color: #fff;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position-x: 85px;
	font-size: 14px;
	line-height: 24px;
  text-indent: 15px;
	border: 2px solid #e12323;
  border-right: 0 none;
}
.search .area-sel:link,
.search .area-sel:visited {
  color: #666;
  background-position-y: 5px;
	text-decoration: none;
}
.search .area-sel:hover,
.search .area-sel:active {
  color: #e12323;
  background-position-y: -35px;
	text-decoration: none;
}
.areaList {
  position: absolute;
  z-index: 100;
  top: 210px;
  left: 50%;
  margin-left: -504px;
  width:400px;
  background-color: #fff;
  border: 1px solid #999;
  padding-bottom: 10px;
}
.areaList .close {
  display: block;
  position:absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/close.gif);
  background-repeat: no-repeat;
  background-position-x: 0;
}
.areaList .close:link,
.areaList .close:visited {
  background-position-y: 0;
	text-decoration: none;
}
.areaList .close:hover,
.areaList .close:active {
  background-position-y: -30px;
	text-decoration: none;
}
.areaList ul {
  margin: 0;
  padding: 10px;
}
.areaList ul li{
  display: block;
  float: left;
  /*width: 90px;*/
  height: 24px; 
  line-height: 24px;
  text-indent: 10px;  
  list-style: none;
}
.areaList ul li a {
  padding:4px 6px;
}
.areaList .active a{
  background-color: #f90 !important;
  color: #fff !important;
}
.search input {
    width: 322px;
    border: 2px solid #e12323;
    border-right: 0 none;
    height: 38px;
    background: #fff;
    font-size: 16px;
    line-height: 38px;
    color: #bbb;
    float: left;
	text-indent: 10px;
}
.inp-sel {
  color: #4f4f4f !important;
}

.search button {
    width: 80px;
    border: 0;
    height: 44px;
    background: #e12323;
    font-size: 16px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.search button:hover {
	background: rgb(240, 108, 108);
	cursor: pointer;
}

.news {
	width: 100%;
	margin-top: 2px;
	background: #fff;
	overflow: auto;
}

.news .tab {
	width: 100%;
	border-bottom: 2px solid #e12323;
	overflow: auto;
  	cursor:pointer;
}

.news .tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news .tab li {
	font-size: 16px;
	color: #fff;
	height:44px;
	line-height:44px;
	width:150px;
	text-align:center;
	/*background:url(../img/tab_a_bg.png) repeat-x 0 0;*/
	background-color: #e12323;
	float: left;
}

.news .tab .active {
	/*background: url(../img/tab_b_bg.png) repeat-x 0 0;*/
	background-color: rgb(240, 108, 108);
}

.news .tab .more {
	font-size: 16px;
	color: #666;
	padding: 10px;
	height: 21px;
	line-height: 21px;
	background: 0;
	float: right;
text-align: right;
}

.news .table {
	background: #fff;
	border-collapse:collapse;
	border-color: #e6e6e6;
}

.news .table th {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #666;
	background: #daefff;
	text-indent: 10px;
	text-align: left;
	font-weight: normal;
	border-color: #e6e6e6;
}

.news .table td {
	font-size: 16px;
	height: 4px;
	line-height: 40px;
	color: #333;
	background: #fff;
	text-indent: 10px;
	text-align: left;
	border-color: #e6e6e6;
}

.news .table .tr_b {
	background: #f8f8f8;
}

.w12 {
	width: 12%;border-color: #e6e6e6;
}

.w15 {
	width: 15%;border-color: #e6e6e6;
}

.w20 {
	width: 30%;border-color: #e6e6e6;
}
.w30 {
	width: 30%;border-color: #e6e6e6; text-align: right;padding:10px 12px;background:#f5f5f5;
}
.w30_1 {
	width: 30%;border-color: #e6e6e6; text-align: right;padding:10px 12px;
}
.news .table .t_c {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #333;
	float: left;
	text-indent: 10px;
	background: #fff;
}

.news .table .t_c_a {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #333;
	float: left;
	text-indent: 10px;
	background: #f8f8f8;
}

.mapbody {
	width: 100%;
	overflow: auto;
	margin-top: 12px;
}

.map {
	float: right;
	background: #fff;
}
.map .tab {
	width: 100%;
	overflow: auto;
	border-bottom: 2px solid #0068E8;
}
.map .tab ul {
	list-style: none;
	margin:0;
	padding:0;
}
.map .tab li {
	font-size:18px;
	color: #fff;
	background:url(../img/tab_b_bg.png) repeat-x 0 0;
	height:44px;
	line-height:44px;
	width:150px;
	text-align: center;
	float: left;
}
.map .tab .tab_r {
	background: url(../img/tab_a_bg.png) repeat-x 0 0;
}
.map .content {
	padding:12px;
	overflow: auto;
}
.map .content ul {
	list-style: none;
	margin:0;
	padding:0;
}
.map .content li{
	font-size:14px;
	width:160px;
	line-height:30px;
	height:30px;
	color: #666;
	background: #d2e5f4;
	float: left;
	text-align: center;
	margin-right:4px;
	margin-bottom:4px;
}
.map .content .active{
    color:#fff;
	background: #3da8ff;
}

.map .content a:link {
	color: #fff;
	text-decoration: none;
}
.map .content a:visited {
	color: #fff;
	text-decoration: none;
}
.map .content a:hover {
	color: #fff;
	text-decoration: underline;
}
.map .content a:active {
	color: #fff;
	text-decoration: underline;
}
.map .content .clear_r{
	margin-right:0;
}

.map .content2 {
	padding:12px;
	height:236px;
	overflow: hidden;
}
.map .content2 .clear_b{
	margin-bottom:0;
}
.map .content2 .active{
  color:#fff;
	background: #3da8ff;

}
.map .content2 .clear_r{
	margin-right:0;
}
.map .content2 ul {
	list-style: none;
	margin:0 0 8px 0;
	padding:0;
  float: left;
}
.map .content2 li{
	font-size:16px;
	line-height:40px;
	height:40px;
	color: #666;
	background: #d2e5f4;
	width:160px;
	float: left;
	text-align: center;
	margin-right:4px;
  cursor: pointer;
}
.map .content2 .city {
	background:#3DA8FF;
	padding:12px;
	width:956px;
	height:76px;
  margin: 0 0 8px 0;
  overflow: hidden;
  clear: both;
  float: left;
}
.map .content2 .city ul {
	list-style: none;
	margin:0;
	padding:0;
}
.map .content2 .city li{
	font-size:14px;
	line-height:32px;
	height:32px;
	color: #666;
	background: #d2e5f4;
	width:150px;
	float: left;
	text-align: center;
	margin-right:8px;
	margin-bottom:10px;
}
.clear_l {clear: left;}
.footer {
	width: 100%;
	height: 90px;
	font-size:14px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background: #eee url(../img/footer_bg.png) repeat-x top center;
}
/*.top {
	width: 1008px;
	height: 160px;
	margin: 0 auto;
	background: url(../img/center_bg.png)no-repeat top right;
}*/

.shbt_top_title {
	width: 100%;
	padding-top: 15px;
  	text-align: center;
	height: 45px;
}
.shbt_top_right {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 384px;
	width: 120px;
	height:36px;
	line-height:36px;
	color:#fff;
	background: #e12323 url(../img/home.png) no-repeat 20px center;
	font-size:12px;
	text-indent: 50px;
}
.shbt_top_right a:link{
	height:36px;
	line-height:36px;
	color:#fff;
	text-decoration: none;
}
.shbt_top_right a:visited{
	height:36px;
	line-height:36px;
	color:#fff;
	text-decoration: none;
}
.shbt_top_right a:hover{
	height:36px;
	line-height:36px;
	color:#fff;
	text-decoration: underline;
}
.shbt_top_right a:active{
	height:36px;
	line-height:36px;
	color:#fff;
	text-decoration: underline;
}
.shbt_top_bottom {
	font-size:24px;
	color:#e12323;
	line-height:2em;
	overflow: auto;
	width:100%;
	text-align: center;
	clear:both;
	-webkit-text-stroke: 0.5px white;
}
.shbt_content {
	width:1008px;
	margin:0 auto 20px;
	background:#fff;
}
.shbt_content .atitle {
	width:100%;
	height:50px;
	color:#333;
	font-size:14px;
	line-height:50px;
	border-bottom:2px solid #c3dbe7;
	background:#fff url(../img/top_title_icon.png) no-repeat 20px center ;
	text-indent: 50px;
}
.shbt_content .atable {
	padding:20px;
	background:#fff;
	font-size: 14px;
	color:#555;
}
.page{ margin:12px auto 0; background:#ddd; overflow:auto;}
.page ul{list-style:none;width:80%; margin:0 auto; padding:0;}
.page li{ font-size:14px; line-height:32px;height:32px; color:#666; float:left; border-right:1px solid #ddd;}
.page .active{ background:#e12323; color:#fff;}
.page .active a{ color:#fff;background:#e12323;}
.page .active a:hover{ color:#fff;background:#e12323;}
.page input{border:1px solid #ddd; font-size:12px; color:#666; background:#fff;line-height:20px; height:20px; width:50px;}
.page button{border:0; font-size:12px; color:#fff; background:#e12323; padding: 3px 12px; cursor:pointer;}
.page button：hover{ background:#0e85e6; cursor:pointer;}
.page a{ color:#666;padding: 0 12px;}
.page a:hover{ color:#e12323; background:#fff; display:block;padding: 0 12px;}

.top_xytz {
	padding-top: 5px;
	height: 68px;
}

.tai_footer {
	width: 100%;
	height: 160px;
	background-color: #e12323;
	overflow: hidden;
}

.footer_1200 {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.dzjg {
	position: absolute;
	left: 30px;
	top: 40px;
}

.footer_nav {
	width: 100%;
	height: 25px;
	line-height: 25px;
}

.footer_nav ul {
	width: 330px;
	margin: 0 auto;
	margin-top: 30px;
}

.footer_nav ul li {
	float: left;
	font-size: 15px;
	overflow: hidden;
}

.footer_nav ul li:first-child a {
	border-left: none;
}

.footer_nav ul li a {
	color: #ffffff;
	display: block;
	height: 18px;
	line-height: 18px;
	width: 100px;
	text-align: center;
	border-left: 2px solid #ffffff;
}

.footer_1200 p {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 4px;
}

.footer_1200 p a {
	color: #ffffff;
}

.tai_footer img {
	box-sizing: border-box;
	vertical-align: middle;
	border: 0;
}

.tai_footer a {
	text-decoration: none;
}