
/* header start */
.header{
    width: 100%;
}

.h-top{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 1px #F1F1F1;
}

#fancybox-frame{
    position: relative;
    top: 3px;
}

.welcomeBox>li{
    margin-right: 10px;
}

.welcomeBox .login{
    background: url(/img/images/login-icon.png) no-repeat left center;
    background-size: 18px;
}

.welcomeBox .register{
    background: url(/img/images/pencil-icon1.png) no-repeat left center;
    background-size: 15px;
}

.welcomeBox .icon{
    padding-left: 20px;
    font-size: 15px;
    font-weight: bolder;
    color: #0B4C89;
    cursor: pointer;
}

.welcomeBox a{
    color: #0B4C89;
}

.hotline{
    padding-left: 30px;
    margin: 0 0 0 30px !important;
    background: url(/img/images/phone.png) no-repeat left center;
}

.hotline>span{
    line-height: 30px;
    margin-right: 5px;
}

.hotline>b{
    display: inline-block;
    height: 30px;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bolder;
    color: #0B4C89;
}



.h-mid{
    height: 140px;
}

.logoWrap{
    width: 440px;
    height: 103px;
    background: url(/img/images/logo.png) no-repeat -82px -15px;
  /*  ,
                url(/img/images/sub_logo.png) no-repeat left 50px;*/
}

.logo2{
    display: block;
    width: 440px;
    height: 110px;
    background: url(/img/images/sub_logo.png) no-repeat left bottom;
    background-size: 360px 60px;
}

/* .logo{
    width: 440px;
    height: 80px;
    background: url(/img/images/logo.png) no-repeat left center;
} */

.searchWrap{
    width: 610px;
    height: 40px;
}

.searchBox{
    width: 330px;
    height: 100%;
    border: solid 1px #0B4C89;
    border-radius: 6px;
}

.findbox{
    height: 100%;
    width: 80px;
    line-height: 40px;
}

.findbox:after{
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 24px;
    background: #BFBFBF;
}

.searchText{
    width: 178px;
    height: 100%;
    padding-left: 5px;
    border: none;
    /*border-left: solid 1px red;*/
}

.searchBtn{
    width: 70px;
    height: 100%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bolder;
    color: #fff;
    background: #0B4C89 url(/img/images/search.png) no-repeat 2px center;
    outline: none;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}


.h-bottom{
    height: 64px;
    border: solid 2px #004C92;
    border-width: 2px 0;
}

.h-nav{
    position: relative;
}

.h-nav>li.item{
    position: relative;
}

.siteLi{
    /*position: relative;*/
    width: 200px;
}

.siteWrapper{
    position: absolute;
    z-index: 100001;
    top: 100%;
    left: 0;
    display: none;
    align-items: flex-start;
    width: 1200px;
    background: #fff;
    box-shadow: 0 4px 4px 0 #eee;
}

.siteLi:hover .siteWrapper{
    display: flex;
}

.siteBox{
    width: 220px;
    padding: 10px;
    margin-right: 25px;
    line-height: 30px;
    text-align: left;
    color: #000;
    cursor:pointer;
}

.siteBox .city{
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bolder;
    border-bottom: solid 1px #eee;
}

.siteBox dd{
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.siteBox dd:hover{
    text-decoration: underline;
    color: red;
}

.siteBox:nth-child(5n+5){
    margin-right: 0;
}

.h-nav>li>a{
    position: relative;
    height: 60px;
    padding: 0 47px;
    color: #0B4C89;
}

.h-nav>li.item>a{
    padding-right: 200px;
}

.h-nav>li>a:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #0B4C89;
}

.h-nav>li:last-child>a:after{
    background: none;
}

.h-nav>li .navIcon{
    width: 30px;
    height: 24px;
}

.h-nav>li .navIcon2{
    width: 40px;
    height: 40px;
}


.h-subnav{
    position: absolute;
    top: 10px;
    right: 40px;
    width: 130px;
    height: 40px;
}

.h-subnav>li{
    line-height: 20px;

}

.h-subnav>li>a{
    color: #0B4C89;
}

.slidebg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.slide{
    position: absolute;
    bottom: 0px;
    left: 52px;
    width: 21px;
    height: 10px;
    background: url(/img/images/pointer.png) no-repeat;
}
/* header end */

