body,html{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    /*火狐下隐藏滚动条
    overflow:-moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style:none;
    */
}
/* ::-webkit-scrollbar {display:none} */
a{
    text-decoration: none;
    color: white;
}
header{
    width: 100%;
    height: 69px;
    position: fixed;
    left: 0;
    top: 0;
    color: white;
    transition: all 0.36s;
    z-index: 9999;
    background-color: #FFF;
    color: #333;
}
.default_hd{
    padding: 0 4% 0 6%;
    position: relative;
    /* overflow: hidden; */
}
.hd_ac{
    background-color: white;
}
header a{
    color: #333;
}
.default_hd_logo{
    width: 161px;
    height: 69px;
    position: relative;
    float: left;
    cursor: pointer;
}
.logo1{
    opacity: 1;
}
.default_hd{
    height: 100%;
    position: relative;
}
.hd_ac{
    color: #333;
    background-color: white;
}
.default_hd_logo{
    width: 25%;
    height: 69px;
    position: relative;
    float: left;
}
.logo1{
    opacity: 1;
}
.logo1{
    opacity: 0;
}
.default_hd_logo img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.default_hd_main ul,
.second-menu-main ul{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 69px;
}
.default_hd_main ul li{
    float: left;
    padding: 0 30px;
    cursor: pointer;
    transition: background-color 0.5s;
}
.default_hd_main-active{
    background-color: #004297;
}
.default_hd_main-active a,
.second-menu-main-active a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: white;
}
.default_hd_main{
    float: right;
    /* margin-right: 8%; */
}
.default_hd_search{
    color: white;
    line-height: 69px;
    position: absolute;
    right: 25px;
    cursor: pointer;
    
}
.default_hd_search img{
    width: 16px;
    height: 16px;
    vertical-align:middle;
}
.hd-search-icon{
    opacity: 1;
    display: inline-block;
}
.hd-search-light{
    opacity: 0;
    display: none;
}
.logo1{
    opacity: 0;
}
.default_hd_logo img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.default_hd_main ul,
.second-menu-main ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.default_hd_main ul li,
.second-menu-main ul li{
    float: left;
    /* margin: 0 30px; */
    cursor: pointer;
    position: relative;
}

.second-menu-main ul li{
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
}

.second-menu-main ul li a{
    width: 100%; 
    display: inline-block;
    text-align: center;
    color: #FFF;
}

.second-menu{
    min-width: 200px;
    position: absolute;
    top: 69px;
    left: -55%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 30px;
    transition: all 0.5s;
    display: none;
    opacity: 0;
}
.second-menu-main a{
    color: #333;
}
/* .second-menu-main-active{
    color: #004297;
} */
.second-menu ul li{
    background-color: initial;
}
@media screen and (max-width: 1367px){
    .default_hd_main{
        /* margin-right: 4%; */
    }
}
@media screen and (max-width: 1153px){
    .default_hd_main ul li,
    .second-menu-main ul li{
        padding: 0 12px;
        font-size: 12px;
    }
}


