*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
    font-family: harmr,Arial,sans-serif;
    font-size: 16px;
    color: #333;
    min-width: 1220px;
}
ul,li{
	list-style-type: none;
}
input,a{
	display: inline-block;
	border:none;
}
a{
	text-decoration: none;
    color: #333;
    font-family: Arial, Helvetica, sans-serif, 宋体;
}
a:hover{
    color: #044a97;
}
.clear:after{
	display:table;
	content:"";
	clear: both;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.oh{
    overflow: hidden;
}
/*头部*/
.container{
    width: 1220px;
    margin: 0 auto;
}
/*top 区*/
.top{
    background-image: url(../images/top-bg.png);
    position: relative;
    height: 137px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 22px 0;
}
.logo li a span{
    display: none;
}
.top-lb{
    width: 336px;
    margin-right: 61px;
}
.top-lb li a span{
    display: none;
}
.top-lb li{
    float: left;
}

.daohanglan{
    background: #044a97;
    line-height: 55px;
}
.nav{
    width: 970px;
}
.nav-list>li{
    float: left;
    width: 121px;
    position: relative;
}
.nav-list>li a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.nav-list>li.on{
    background: #2a9ce2;
}
.nav-list>li:hover{
    background: #2a9ce2;
}
.nav-list>li .subnav{
    position: absolute;
    left: 0;
    top: 55px;
    width:121px ;
    z-index: 10;
}
.nav-list>li .subnav li{
    float: none;
    background: #044a97;
    line-height: 36px;
}
.nav-list>li .subnav li:hover{
    background: #2a9ce2;
}
.nav-list>li:hover .subnav{
    display: block!important;
}
.search{
    width: 230px;
    border-radius: 4px;
    background: #fff;
    padding: 2px 0;
    margin-top: 11px;
}

.search .sear-txt::-webkit-input-placeholder {
    font-size: 14px;
    color: #cac8c8;
}

.search .se_box{
    float: left;
    width: 190px;
    height: 30px;
    padding: 0 15px;
}
.search .se_box input{
    width: 100%;
    display: block;
    height: 100%;
}
.search .sea_an{
    float: right;
    width: 40px;
    height: 30px;
    
}
.search .sea_an input{
    width: 100%;
    display: block;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
}
.n-yellow .n-bottom .msg-wrap {
    top: -23px;
}
/**/
.yqlj{
    padding: 30px 0;
}
.yqlj .links-tit{
    width: 164px;
    background: url(../images/linkico.png) no-repeat 0 center;
    padding-left: 40px;
    line-height: 35px;
    height: 35px;
    font-size: 24px;
}
.yqlj .links-list{
    width: 1050px;
    line-height: 35px;
    height: 35px;
}
.yqlj .links-list li{
    float: left;
    margin-right: 50px;
    padding-left: 15px;
    position: relative;
}
.yqlj .links-list li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #39a3e4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.foot-info{
    background: rgb(4, 69, 140);
    padding: 40px 0;
}
.yaosu{
    color: #fff;
    font-size: 14px;
}
.yaosu a{
    color: #fff;
}
.ys-z{
    width: 480px;
}
.ys-y{
    width: 345px;
}
.db-logo{
    margin-bottom: 20px;
}
.db-logo li span{
    display: none;
}
.ys-y .ewm{

}
.ys-y .ewm li span{
    display: none;
}
.ys-y .sp{
    width: 200px;
}
.ys-y p{
    font-size: 14px;
    line-height: 24px;  
}

.ys-y .lxwm{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*漂浮*/
.j-float{position:relative;z-index:99;display:none;}
.j-float .float-close{position:absolute;width:38px;height:16px;right:0;top:-20px;}
.j-float .float-close img{cursor:pointer;vertical-align:top;}
.j-float ul li{margin-bottom:5px;}
/*对联悬浮*/
.xf-left,.xf-right{position: fixed; bottom: 10px; font-size: 0; line-height: 0; z-index: 98;}
.xf-left{left:10px;}
.xf-right{right: 10px; text-align:right;}
.xf-left li,.xf-right li{padding-top: 5px;}
.couplet-close img{ cursor: pointer;}
