<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
 

a{color:#262626; text-decoration:none;}
a:hover{ color:#013694; text-decoration:none}
 
input,label,select,option,textarea,button,fieldset,legend {font-size:16px;}
.text-center{text-align:center;}
.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.cl{zoom:1;}
.pull-left{float:left;}
.pull-right{float:right;}
.rel{position:relative;}
.abs{position:absolute;}
.container{width: 1200px;margin:0 auto;}

 /*header start*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: #f4f4f4;
	color: #333333;
	font-size: 12px;
	z-index: 1000;
}
header nav&gt;span{line-height: 40px;}
header a{
    color: #333333;
    font-size: 12px;
    line-height: 40px;
}
header .top-main-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-left: 55px;
}
header .top-main-nav li{
    display: inline-block;
}
header .top-main-nav a{
    display: inline-block;
    height: 40px;
    padding: 0 11px;
}
header .top-main-nav li:hover a{
    background: #ffffff;
    color: #333333;
}
header .top-main-nav .abs{
    left: 0;
    top: 40px;
    height: 140px;
    display: none;
}
header .top-main-nav li:hover .abs{display: block;}
header .top-main-nav .wx-img{
    width: 130px;
    padding-bottom: 10px;
    background: #ffffff;
    text-align:center;
    z-index: 9999
}
header .top-main-nav .wx-img img,
header .top-main-nav .app-img img{
	height: auto;
}
header .top-main-nav .wx-img p{
    line-height: 5px;
}
header .top-main-nav .app-img{
    width: 130px;
   padding-bottom: 10px;
    background: #ffffff; text-align:center;
     z-index: 9999
}
header .header-login-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
header .header-login-wrap li{
    display: inline-block;
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
header .header-log-wrap img{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
header .header-login-wrap li:hover{background: #ffffff;}
header .header-login-wrap span{vertical-align: middle;}
header .login i{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    vertical-align: middle;
}
header .login-btn i{background: url("http://www.hbzsb.com/images/zsb_04.png") no-repeat center center/cover;}
header .register i{background: url("http://www.hbzsb.com/images/zsb_06.png") no-repeat center center/cover;margin-right: 4px;}
 </pre></body></html>