.link_box {
	width: 1200px;
	margin: 0 auto;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333333;
	min-width: 1200px;
}

.web_box,
.header,
.footer {
	width: 100%;
}

.clearfloat {
	clear: both;
}

/* .link_box {
	width: 100%;
} */

.link_box_title {
	background: url(/images/bit2.jpg) left center no-repeat;
	width: 10%;
	text-align: center;
	height: 65px;
	line-height: 65px;
	float: left;
	font-size: 18px;
	color: #d61d23;
	font-weight: bold;
}

.link_box_text {
	width: 90%;
	float: left;
}

.link_box_inner {
	margin: 0 auto;
	display: table;
}

.link_box_list {
	display: table-row;
}

.link_box_list .link_option {
	display: table-cell;
	vertical-align: middle;
}

.link_box {
	position: relative;
}

.link_option_title {
	padding: 0 40px;
}

.link_box_list .link_option_title:hover .link_option_text {
	color: #d61d23;
	cursor: pointer;
}

.link_option_text {
	background: url(/images/bit3.jpg) right center no-repeat;
	padding: 0 20px;
	height: 65px;
	line-height: 65px;
}

.link_option_text_bit {
	background: url(/images/bg_t_04.png) center top no-repeat;
	height: 65px;
	line-height: 65px;
	position: relative;
	z-index: 99;
}

.link_option_list {
	position: absolute;
	bottom: 39px;
	left: 23px;
	width: 1154px;
	z-index: 98;
	display: none;
}

.link_option_list_top {
	background: url(/images/bg_t_01.png) center top no-repeat;
	width: 100%;
	height: 25px;
}

.link_option_list_middle {
	background: url(/images/bg_t_02.png) center top repeat-y;
	width: 100%;
	min-height: 95px;
	height: auto !important;
	height: 95px;
}

.link_option_list_bottom {
	background: url(/images/bg_t_03.png) center bottom no-repeat;
	width: 100%;
	height: 30px;
}

.link_option_list_content {
	width: 90%;
	margin: 0 auto;
}

.link_option_list_content_type {
	width: 5%;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	padding-top: 8px;
	text-align: right;
	float: right;
	cursor: pointer;
	background: url(/images/bit14.png) center right no-repeat;
}

.link_option_list_content_type:hover {
	color: #d61d23
}

.link_option_list_content_href {
	width: 100%;
	padding-top: 8px;
	font-size: 1em;
	padding-bottom: 30px;
}

.link_option_list_content_href a {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 40px;
	background: url(/images/bit1.jpg) left center no-repeat;
	text-indent: 26px;
}

.link_option_list_content_href a:hover {
	color: #b6282e;
}

.link_option_list_content_href span a {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 40px;
	background: url(/images/bit1.jpg) left center no-repeat;
	text-indent: 26px;
}

.link_option_list_content_href span a:hover {
	color: #b6282e;
}

.cities_list span {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 40px;
	padding: 0 10px;
	cursor: pointer;
	margin-bottom: 8px;
}

.link_option_list_content_href01 {
	border-top: 1px dashed #edebea;
	padding-top: 15px;
	padding-bottom: 30px;
}

.link_option_list_content_href01 a {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 20%;
	margin-right: 5%;
	background: url(/images/bit1.jpg) left center no-repeat;
	text-indent: 26px;
}

.link_option_list_content_href01 a.link_cityname {
	width: 98%;
	margin-right: 2%;
	margin-bottom: 10px;
	font-weight: bold;
}

.link_option_list_content_href01 a:hover {
	color: #b6282e;
}


a{text-decoration:none;color:black}
a img{border:none}
a:hover{color:blue;}

.box_border_top{border-top:2px solid #edebea;}
.box_border_1_top{border-top:1px solid #edebea;}
.margin_top_15{margin-top:15px;}
.margin_bottom_15{margin-bottom:15px;}