.header{
    height: 98px;
}
.header .h_log{
    height: 100px;
    background-color: #fff;
}
.h_log .container{
    position: relative;
    height: 100px;
}
.header .h_menu{
    height: 10px;
    background-color: #006297;
    color: #fff;
}
.header .h_banner{
    position: relative;
    height: 288px;
}
.header .h_banner .container{
    height: 288px;
}
.h_log img{
    width: 432px;
    height: 80px;
    margin: 10px 16px 10px 0;
}
/* .h_log span{
    font-size:32px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(0,84,130,1);
    line-height:40px;
    position: absolute;
    margin-top: 30px;
} */
.h_log input[type="text"]{
    width: 231px;
    height: 32px;
    /* color:rgba(0,0,0,0.85); */
    font-family:sans-serif;
    background:rgba(255,255,255,1);
    border:1px solid rgba(0,0,0,0.24);
    position: absolute;
    right: 0px;
    top: 34px;
    outline: 0;
    padding: 0 36px 0 8px;
}
.h_log input[type="button"]{
    width: 32px;
    height: 32px;
    background:rgba(5,132,201,1);
    border:1px solid rgba(0,0,0,0.24);
    position: absolute;
    right: 0;
    top: 34px;
    outline: 0;
    background-image: url(../images/query.png);
    background-position: -2px -2px;
}
.h_log input[type="button"]:hover{
    background-color:rgba(5,147,224,1)
}
li{
    cursor: pointer;
}
.h_menu ul{
    height: 50px;
    margin: 0;
    overflow: hidden;
}
.h_menu ul>li{
    width: 120px;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    list-style:none;
    
}

.h_menu ul>li>a{
    width: 100%; 
    height: 100%;
    font-size:1.8rem;
    font-family:sans-serif;
    display: block;
    color: #FFF;
    text-decoration: none;
}
.h_menu ul>li a:visited{
    text-decoration: none; 
}
.h_menu ul>li a:active{
    text-decoration: none; 
}
.h_menu ul>li:hover{
    box-sizing: border-box;
    border-bottom: 4px solid #F59B39; 
}
.h_menu ul>li:hover ol{
    display: block;
}
.h_menu ol{
    background-color: #006297;
    position: absolute;
    margin-top: 4px;
    display: none;
    z-index: 9;
    width: 120px;
    
}
.h_menu ol>li{
    height: 40px;
    line-height: 40px;
    font-family:sans-serif;
    text-align: center;
    list-style:none;    
}
.h_menu ol>li>a{
    width: 100%; 
    height: 100%;
    display: block;
    color: #FFF;
}
.h_menu a:hover{
    text-decoration: none;
}
.h_menu ol>li:hover{
    background-color: #0584C9;
}

.h_banner{
    overflow: hidden;    
}
.h_banner ul{
    position: absolute;
    width: 99999px;
    height: 288px;
    margin: 0;
    left: 0;
    top: 0;
}
.h_banner .icon{
    height: 288px;
    float: left;
    position: relative;
    overflow: hidden;
}
.h_banner .icon a{
    height: 288px;
	width:100%;
    display: block;
	position: absolute;
	top:0;
}
.h_banner .icon img{
    /* width: 100%; */
    height: 100%;
    display: block;
    position: absolute;
    /* margin-top:-20px; */
}
.h_banner .container{
    position: relative;
    pointer-events: none;
}
.h_banner .container .lastOne,.h_banner .container .nextOne{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 119px;
    /* display: none; */
    opacity: 0;
    transition: all 1s;
    pointer-events:auto
}
.h_banner .container .lastOne:hover,.h_banner .container .nextOne:hover{
    cursor: pointer;
}
.h_banner:hover .lastOne,.h_banner:hover .nextOne{
    /* display: block!important; */
    opacity: 1!important;
}
.h_banner .lastOne{
    left:24px;
    background-image: url(../images/last.png);
}
.h_banner .lastOne:hover{
    background-image: url(../images/last_on.png);
}
.h_banner .nextOne{
    background-image: url(../images/next.png);    
    right:24px;
}
.h_banner .nextOne:hover{
    background-image: url(../images/next_on.png);
}
.h_banner ol{
    float: left;
    top: 256px;
    position: relative;
    left: 50%;
    margin-bottom: 0;
    pointer-events:auto;
    list-style: none;

}
.h_banner ol li{
    width:32px;
    height:4px;
    float: left;
    position: relative;
    margin-right: 8px;
    background:rgba(255,255,255,0.7);
}
.h_banner .list_on{
    background:rgba(5,132,201,1);    
}



/* 设置 input 提示文字 颜色 */
input::-webkit-input-placeholder { /* WebKit browsers */color: rgba(0,0,0,0.25);}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: rgba(0,0,0,0.25);}
input::-moz-placeholder { /* Mozilla Firefox 19+ */color: rgba(0,0,0,0.25);}
input:-ms-input-placeholder { /* Internet Explorer 10+ */color: rgba(0,0,0,0.25);} 
