.header{position: fixed;top: 0;left: 0;z-index: 988;transition: all .3s; width: 100%;height: 1.28rem;}
.h-a{width: 100%;}
.h-cont{width: 15.4rem;margin: 0 auto;}
.h-logo{float: left; display: block;cursor: pointer;}
.h-img1{display: block;height: 1.28rem;line-height: 1.28rem;}
.h-img1 img{max-width: block;height: 51.5%;}
.h-img2{display: none;height: 1.28rem;line-height: 1.28rem;}
.h-img2 img{max-width: none;height: 51.5%;}
.h-right{float: right;font-size: 0;}
.h-b{display: inline-block;vertical-align: middle;font-size: 0;position: relative;margin-right: 0.4rem;}
.h-b:before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: 16px;height: 16px;background-image: url('../images/a2.png');background-size: 15px auto;background-position: center center;background-repeat: no-repeat;}
.h-phone{cursor: pointer; display: inline-block;vertical-align: middle;line-height: 1.3;color: #ffffff;}
.h-phone:after{content: '/';display: inline-block;vertical-align: middle;margin: 0 .2rem;font-size: 1em;color: #fff;}
.h-phone:last-child:after{display: none;} 
@media (max-width:1280px) {
	.h-b{margin-right: 0.1rem;}
}

/* 搜索 */ 
.h-k{display: inline-block;vertical-align: middle; margin:0 .4rem;}
.h-search{display: block;cursor: pointer; width: .55rem;height: 1.28rem;background-image: url('../images/a3.png');background-size: 1em auto;background-position: center center;background-repeat: no-repeat;}
.hs-a{display: none;z-index: 108;white-space: nowrap; position: fixed;top: 1.5rem;left: 50%;transform: translate(-50%,0);}
.hs-form{font-size: 0;display: inline-block;}
.hs-text{border: none;padding: 0 .2rem; display: inline-block;vertical-align: middle; width: 6rem;height: 45px;background-color: #fff;color: #333;}
.hs-submit{border: none;display: inline-block;vertical-align: middle;cursor: pointer; width: 45px;height: 45px; background-color: #ff9920;background-image: url('../images/a3.png');background-size: 15px auto;background-position: center center;background-repeat: no-repeat;}

.header.search-state .hs-a {display: block;}
.header.search-state .h-opa {display: block;}   

/* 菜单 */  
.h-menu{display: inline-block;vertical-align: middle;cursor: pointer; width: 1.65em;height: 1.65em;background-color: #da291c;background-image: url('../images/a4.png');background-size: 1em auto;background-position: center center;background-repeat: no-repeat;}
.h-h{display: none; position: fixed;top: 1.28rem;left: 0;z-index: 88;max-height: calc(90vh - 1.3rem);overflow: auto; width: 100%;background-color: #fff;padding: .6rem 0 .9rem;}
.h-list{ width: 15.4rem;margin: 0 auto; font-size: 0;}
.h-i{display: inline-block;vertical-align: top;}
.h-j{display: inline-block;color: #333333;padding-bottom: .2rem;position: relative;margin-bottom: .25rem;font-weight: bold;}
.h-j:after{content: '';position: absolute;bottom: 0;left: 0;width: .2rem;height: .02rem;background-color: #da291c;}
.h-sub{width: 100%;}
.h-sub li{width: 100%;}
.h-sub li a{display: inline-block;cursor: pointer;color: #555555;margin: .1rem 0;line-height: 1.6;}
.h-sub li a:hover{color: #da291c;}


.header.white{border-bottom: 1px solid #e8e8e8;background-color: #fff;}
.header.white .h-img1{display: none;}
.header.white .h-img2{display: block;}
.header.white .h-b:before{background-image: url('../images/a2-b.png');}
.header.white .h-phone{color: #333333;}
.header.white .h-phone:after{color: #333333;}
.header.white .h-search{background-image: url('../images/a3-b.png');}

.header.menu-state{border-bottom: 1px solid #e8e8e8;background-color: #fff;}
.header.menu-state .h-img1{display: none;}
.header.menu-state .h-img2{display: block;}
.header.menu-state .h-b:before{background-image: url('../images/a2-b.png');}
.header.menu-state .h-phone{color: #333333;}
.header.menu-state .h-phone:after{color: #333333;}
.header.menu-state .h-search{background-image: url('../images/a3-b.png');}
.header.menu-state .h-menu{background-image: url('../images/a4-b.png');background-size: .7em auto;}

.header.menu-state .h-opa2 {display: block;}  
.header.menu-state .h-h {display: block;}  

.h-opa {display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.7);z-index: 98;cursor: pointer;}
.h-opa2 {display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 1.28rem;background-color: rgba(0, 0, 0, 0.7);z-index: 10;cursor: pointer;}

@media(max-width: 750px){
    .h-cont{width: 100%; padding-left: 10px;padding-right: 10px;}
    .h-list{width: 100%; padding-left: 10px;padding-right: 10px;}
    .h-i{width: 100% !important;margin-bottom: .25rem;}
    .h-sub li{display: inline-block;vertical-align: middle;margin-right: .25rem;width: auto;}
    .h-sub li a{margin: .05rem 0;}

    .h-b:before{display: none;}
    .h-phone{display: block;line-height: 1.5; font-size: 12px !important;}
    .h-phone:after{display: none;}
    .h-k{margin: 0 .2rem;}
    .hs-text{width: 5rem;height: 35px;}
    .hs-submit{height: 35px;}
    
}

