@charset "utf-8";
html,
body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, img  {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.h40 {
	padding-top: 40px;
}

.main1200 {
	margin: 0 auto 40px;
	width: 1200px;
}

.hk {
	margin: 0 auto;
	width: 100%;
    background-color:#f2f2f2;
}

.list_title {
	float: left;
	width: 1200px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding: 20px 0;
	color: #0a5caa;
	font-size: 14px;
}

.list_title b {}

.list_title span {
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	color: #4e4e4e;
}

.list_title a {
	float: left;
	text-align: left;
	color: #4e4e4e;
}

.list_title img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

/*网站地图*/
.web-map .mapo1 {
    width:100%;
   
    padding: 25px 22px;
	display:table; 
}
.web-map .mapo1:nth-child(2n) {
    background: #f2f2f2;
	 
}
.web-map .mapo1 h2 {
    font-size: 18px;
    font-weight: bold;
    color: #006EAB;
}
.web-map .mapo1 ul {
    float:left;
    margin-top: 9px;

}
.web-map .mapo1 li {
    float: left;
    line-height: 30px;
    margin-right: 30px;
    position: relative;
}
.web-map .mapo1 li a {
    font-size: 16px;
    color: #666;
}
.web-map .mapo1 li:hover a {
    color: #006EAB;
}
.map-pos {
    position: absolute;
    padding: 8px 0;
    left: -28px;
    top: 0px;
    width: 322px;
    display: none;
}
.map-pos .m-san {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 8px solid #5796C5;
    margin-left: 43px;
}
.map-pos .small-map {
    background: #5796C5;
}
.web-map .mapo1 li .small-map a {
    margin-left: 18px;
    font-size: 14px;
    color: #fff;
}
.wyb-box:hover .map-pos {
    display: block;
}
