header{
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: 0 1px 8px #c7c7c7;
    border-bottom: 0;
}
header h1{
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 8px 0 5px;
	max-width: 1200px;
	background: #fff;
	margin: auto;
}
header h1 .logo_link{
	float: left;
	padding-left: 9px;
}
header h1 .logo_link img{
	height: 40px;
	width: auto;
	display: block;
}
nav{
	padding-top: 60px;
}
nav .guide_left{
	max-width: 1200px;
	margin: auto;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #dee3eb;
}
nav .guide_right{
	max-width: 1200px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #dee3eb;
	padding: 10px 0 ;
}

.guide_right li{
	position: relative;
    display: inline-block;
    width: 106px;
    height: 20px;
    line-height: 20px;
    margin-left: 23px;
    padding: 6px 0 3px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-bottom: 5px;
}
.guide_right li .inline-block-wrapper{
	display: inline-block;
    position: relative;
}
.guide_right li .inline-block-wrapper a {
	display: inline-block;
	/* max-width: 105.5px; */
    height: 18px;
    padding-left: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}
.split-line{
	position: relative;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #F5F6F9;
    margin: 11px 0 9px;
    overflow: hidden;
}
.cls_bd{
	padding-right: 21px;
}
.cls_bd li{
	position: relative;
    display: inline-block;
    width: 106px;
    height: 20px;
    line-height: 20px;
    margin-left: 23px;
    padding: 6px 0 3px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cls_bd li div a{
	padding-right: 21px;
    list-style: none;
}
.concat{
	margin-top: 10px;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}
.concat>div{
	max-width: 1200px;
	margin: auto;
	background: #fff;
	position: relative;
    margin-bottom: 10px;
    padding: 9px 0 40px;
    background-color: #fff;
    border: 1px solid #DEE3EB;
}
.site-item{
	position: relative;
	/* width: 102px; */
    height: 20px;
    line-height: 20px;
    padding: 6px 0 3px;
    vertical-align: top;
    color: #333;
	margin-bottom: 10px;
}
.site-item a{
	display: inline-block;
    height: 18px;
    /* padding-left: 16px; */
    /* background-size: 16px 16px; */
    background-repeat: no-repeat;
    background-position-y: 2px;
}
.first{
	/* width: 35px ; */
    margin-left: 26px;
}
.first a{
    padding-left: 0;
	color: #0AA770 !important;
}
.last{
	width: 42px;
    float: right;
    text-align: right;
    margin-right: 20px;
}
.last a{
	width: 42px;
	font-size: 12px !important;
    color: #0c0404;
    cursor: pointer;
}
footer{
	width: 100%;
	overflow: hidden;
	/* position: fixed;
	bottom: 0;
	left: 0; */
	z-index: 201;
    background: #f7f7f7;
	/* height: 40px; */
}
footer>div{
    max-width: 1200px;
	margin: auto;
    line-height: 40px;
}
footer  ul li{
	/* margin-right: 15px; */
	/* display: inline-block; */
}
footer  ul li a{
	color: #9195A3;
	cursor: pointer;
	font-size: 12px;
}
@media (max-width: 990px) {
	.site-item,.col-xs-3{
		margin-left: 10px;
		width: 38%;
	}
}
@media (max-width: 440px) {
	.guide_right li{
		margin-right: 38px;
	}
	.cls_bd li{
		margin-right: 38px;
	}
	.site-item{
		margin-right: 12px;
	}
	.site-item,.col-xs-3{
		margin-left: 12px;
	}
}