.headerBox{
    background: #e7f7ff;
    height: 149px;
    /*width: 1200px;*/
    margin: 0 auto;
}
.headerBox  .headTop {
   /* background: url("../images/index/headBg.png") no-repeat right bottom;
   background-size: 70% 70%; */
   height: 153px;
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.headLogo{
    display: inline-block;
    /*width: 150px;*/
    /*height: 150px;*/
    /*line-height: 150px;*/
    /* margin-top: 28px; */
}
.headLogo img{
    /* margin-top: 13px; */
    /*width: 100%;*/
    /*vertical-align: middle;*/
}

.main-language {
    position: relative;
}
.main-language .language {
    position: unset;
}
.main-language .language div {
    color: #000;
}
.main-language .language ul {
    top: 30px;
}

.headA{
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
}
.headA img{
    vertical-align: middle;
    margin-left: 48px;
}
.headNav{
    background: url("../images/index/headNav.png")no-repeat;
    background-size: 100% 100%;
    height: 24px;
    margin-top: -10px;
}
.headFind{
    background: #1f80ba;
    margin-top: -1px;
    height: 50px;
    line-height: 48px;
    /*width: 1200px;*/
}
.findBox{
    max-width: 1200px;
    margin: 0 auto;
    background: #1f80ba;
}
.headFind .hf-left{
    /*width: 70%;*/
    display: inline-block;
    /*float: left;*/
    /*margin-left: 64px;*/
}
.nav-logon{
    float: left;
}
.hf-left ul{

}
.hf-left ul li{
    display: inline-block;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 0 20px;
}
.hf-left ul li a{
    color: #fff;
}
.hf-left ul li.on  a,.hf-left ul li a:hover{
    color: #ffa200;
    height: 100%;
    display: inline-block;
    border-bottom: 2px solid #ffa200;
}
.hf-right{
    display: inline-block;
    float: right;
}
.hf-right .userHf{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 30px;

}
.hf-right .userHf:nth-of-type(2){
    margin-left: 70px;
    margin-right: 30px;
}
.hf-right .userHf a{

}
.userHf a img{
    position: absolute;
    /*width: 100px;*/
    /*height: 30px;*/
}
.userHf a span{
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
}

.footer-box{
    background: url("../images/index/footer.png")no-repeat;
    background-size: 100% 100%;
    height: 730px;
    /*margin-top: -20px;*/
    position: relative;
}

.footer-max{
    max-width: 1200px;
    margin: 0 auto;
}

.footer-left,.footer-right{
    padding-top: 365px;
    color: #fff;
    width: 50%;
    float: left;
}
.footer-left .fl-box{
    margin-bottom: 30px;
}
.footer-left .fl-box .fl-con{
    margin-bottom: 10px;
}
.fl-box .fl-con img{
    vertical-align: middle;
}
.fl-box .fl-con span{
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
    color: #feffff;
}
.fl-copy{
    color: #feffff;
    margin-bottom: 10px;
    display: block;
}
.fs-14{
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}
.fr-box .fr-con{
    display: inline-block;
    /* margin: 0 20px; */
    text-align: center;
    margin-left: auto;
}
.fr-box .fr-con span{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.fr-box .fr-con .scan{
   margin-top: 10px;
}
.aaaImg{

}
.fr-box{
    margin-top: 28px;
    display: flex;
}

.footer-top{
    overflow: hidden;
    width: 1200px;
}

.footer-bottom{
    margin-top: 30px;
    border-top: 1px solid #337597;
    padding-top: 30px;
    position: relative;
}
.footer-find span{
    color: #feffff;
}

.footer-find select{
    margin-left: 20px;
    width: 200px;
    height: 34px;
    outline: none;
    border: 1px solid #fff;
    background: #005c8a;
    color: #fff;
    appearance: none; /* 去掉默认图标 */
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    padding: 0 20px 0 15px;
    background: url("../images/index/down.png") no-repeat scroll right center transparent ;
    background-position: 163px 1px;
}

.footer-find select option{
    background: #005c8a;
    margin: 5px 0;
    display: inline-block;
    height: 15px;
    font-size: 14px;
}
.newsNav{
    position: absolute;
    z-index: 99;
    background: #1f80ba;
    color: #fff;
    display: none;
    width: 100px;
}
.hf-left .newsNav li{
    border-bottom: 1px solid #fff;
    width: 63%;
}
.hf-left .newsNav li:hover{
    color: #ffa200;
    border-bottom: 1px solid #ffa200;
}
.findBox .hf-left .newsNav li:hover a{
    color: #ffa200;
}

.hf-left .newsNav li:last-child{
    border-bottom: 0;
}
.findBox .hf-left .newsNav li a{
    color: #fff;
    font-size: 15px;
    border-bottom: 0;
}
.findBox .hf-left .newsNav li.on a{
    color: #ffa200;

}
.hf-left .newsNav li.on {
    border-bottom: 2px solid #ffa200;
}
.newsActive:hover .newsNav{
    display: block;
}

@media screen and (max-width: 768px) {
    .headerBox {
        width: 1200px;
    }
    .headNav{
        width: 1200px;
    }
    .swiper-box{
        width: 1200px;
    }
    .footer-box{
        width: 1200px;
    }
    .main-bottom-box{
        width: 1200px;
    }
}

/* 春节风格 */
/* .holeday .headerBox{
    background: #ffffed;
}
.holeday .headTop{
    background: url(/images/index/top.jpg) right bottom no-repeat;
    background-size: 100% 100%;
}
.holeday .headNav{
    display: none;
}
.holeday .headFind{
    background: url(/images/index/menubg.jpg) no-repeat;
    background-size: 100% 100%;
}
.holeday .findBox{
    background-color: transparent;
}
.holeday .newsNav{
    background-color: #d94747;
} */