/*头部样式*/
.head-top{
    background-color: rgba(240, 240, 240, 1);
}
.top-cont{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
.head-title a{
    font-weight: 600;
}
a:hover,a:focus{
    color: rgba(191, 25, 25, 1);
}
.loginbox .zzzq{
    width: 80px;
    height: 26px;
    border-radius: 3.5px;
    background: rgba(191, 25, 25, 1);
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 26px;
}
.loginbox .zzzq:hover,.loginbox .zzzq:focus{
    background: rgba(31, 92, 166, 1);
}
.head-cont{
    background: url(../images/index/headcont.png) top center no-repeat;
    /* background: url(../images/index/2024cdcjph.png) top center no-repeat; */

    background-size: 100% 100%;
    height: 500px;
}
.menu_list{
    border-bottom: 2px solid rgba(255, 255, 255, 0.37);
}
.menu_list ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.menu_list li.active {
    background: url(../images/index/dhactive.png) bottom center no-repeat;
    background-position: center 18px;
}
.menu_list li {
    float: left;
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.menu_list li a{
    color: #fff;
}
.menu_list li:hover{
    background: url(../images/index/dhactive.png) bottom center no-repeat;
    background-position: center 18px;
}
.head-logo {
    width: 480px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
.head-search{
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding-left: 296px;
    background: url(../images/index/ssbj.png) left center no-repeat;
    background-size: auto 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    height: 46px;
    margin-top: 30px;
}
.new-search-box {
    height: 50px;
}
.new-search {
    height: 100%;
}
.new-search .user-input {
    width: calc(100% - 60px);
    height: 100%;
    display: inline-block;
    outline: 0;
    border: 0;
    font-size: 18px;
    background-color: transparent;
    color: #fff;
}
.new-search-btn {
    vertical-align: middle;
    height: 30px;
    border: 0;
    outline: none;
    background: transparent url(../images/index/ssimg.png) center no-repeat;
    background-size: auto 90%;
    width: 50px;
}
@media screen and (max-width: 1200px) {
    .header{
        width: 1200px;
    }
}
@media screen and (max-width: 768px) {
    .header,.top-cont,.menu_list ul,.head-logo{
        width: 100%;
    }
    .top-cont,.head-cont{
        height: auto;
    }
    .top-cont>div{
        float: none;
    }
    .head-search{
        width: 100%;
        padding-left: 100px;
    }
    .head-cont{
        padding-bottom: 30px;
    }
    .new-search .user-input:focus{
        background-color: #fff;
        color: #000;
    }
    .new-search-box{
        height: 44px;
    }
    .menu_list li{
        width: 50%;
    }
}
/*头部样式    END*/