<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*headerb*/

.index-header .headerb{
	width: 100%;
	background: #fff;
	height: 86px
}
.index-header .headerb-content{
	width: 1200px;
	margin:0 auto;
	padding:7px 0;
	height: 72px;
}
.index-header .headerb-logo{
	width: 195px;
    height: 63px;
    float: left;
    position: relative;
    top: 6px;
}
.index-header .headerb-station{
	width: 145px;
	float: left;
	margin-left: 30px;
	height: 72px;
    position: relative;
    z-index: 99;
}
.index-header .headerb-all{
	width: 100%;
	height: 30px;
	margin-top:10px;
}
.index-header .headerb-title{
	width: 100%;
    line-height: 30px;
	height: 30px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    cursor: pointer;
}
.headerb-title:hover{
	color: #d50000;

}
.index-header .headerb-title span{

}
.index-header .headerb-title img{
	width: 8px;
	height: 5px;
	vertical-align: middle;
	margin-left: 12px;
	margin-top: -2px;
}
.index-header .headerb-substation{
	width: 100%;
    line-height: 20px;
	height: 20px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
}
.index-header .headerb-menu{
    height: 72px;
    float: right;
    font-size: 0;
}
.index-header .headerb-menu a{
	margin-left: 37px;
	*margin-left: 36px;
	display:inline-block !important;
	*display:inline;
	zoom:1;
    line-height: 72px;
	height: 72px;
    font-size: 18px;
    color: #333;
}
.headerb-station-layer{
	width: 280px;
    position: absolute;
    left: -20px;
    top: 43px;
	padding:20px;
    z-index:990;
    background: #fff;
    box-shadow: 0 0 5px #aaa;
    overflow: hidden;
    display: none;
}
.headerb-input{
	width: 280px;
	overflow: hidden;
}
.headerb-input input{
	width: 200px;
    height: 36px;
    background: #f6f8fc;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    padding:0 10px;
	overflow:hidden;
	float: left;
}
.headerb-input div.headerb-btn{
	width: 60px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #d50000;
    text-align: center;
	overflow:hidden;
    float: left;
    display: block;
	cursor: pointer;
}
.index-wrapper .headerb-input a:hover{
    color: #fff;
    background: #b60e0e;
    transition: all .225s ease-in-out;
}
.headerb-addr-list{
	overflow: hidden;
	margin-top: 11px;
}
.headerb-addr-list li{
	overflow: hidden;
	margin-top:10px;
	width: 280px;
}
.headerb-addr-list li .addr-tit{
	width: 43px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #ededed;
    float: left;
    text-align: right;
    padding-right: 14px;
    margin-top: 8px;
}

.headerb-addr-list li div{
	overflow: hidden;
	width: 222px;
	float: left;
	font-size: 0;
}

.headerb-addr-list li a{
	display: inline-block !important;
	*display: inline;
    zoom: 1;
    margin-left: 16px;
    *margin-left: 15px;
    _margin-left: 15px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    margin-top: 8px;
}
.policy-position {
    position:relative;
}
.policy-position img {
    top: 13px;
    position: absolute;
    left: 32px;
    width: 24px;
    height: 16px;
}
.hand{
    cursor: pointer;
}


</pre></body></html>