/* 新头部样式 - 使用 .new-head 前缀避免冲突 */

.new-head {
    width: 100%;
    min-width: 1200px;
    background: url(../../static2/image/scindex_top2_li01.png) no-repeat top center;
}

.new-head .container {
    width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.new-head .headcontainer {
    padding-bottom: 20px;
    box-sizing: border-box;
}

/************* topnav1 头部导航条 ************/
.new-head .topnav1 {
    padding-top: 5px;
}

.new-head .topnav1 .topulnav {
    float: right;
}

.new-head .topnav1 .topulnav li {
    float: left;
    padding: 0 5px;
    font-size: 14px;
    color: #015293;
    line-height: 24px;
    height: 24px;
    list-style: none;
}

.new-head .topnav1 .topulnav li a {
    color: #015293;
    text-decoration: none;
}

.new-head .topnav1 .topulnav li a:hover {
    text-decoration: underline;
}

.new-head .topnav1 .topulnav li.line {
    padding: 0;
}

/************* topnav2 Logo区域 ************/
.new-head .topnav2 img {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.new-head .topnav2 img+img {
    margin-bottom: 28px;
}

/************* topnav3 搜索区域 ************/
.new-head .topnav3 {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    width: auto;
    margin-bottom: 10px;
}

.new-head .topnav3 .headSous {
    display: block;
    width: unset;
    text-align: center;
    margin: 0 auto;
    font-size: 0px;
}

.new-head .topnav3 .sousuo2017ys {
    height: 55px;
    width: 525px;
    background: white;
    border: 1px solid #e2e2e2;
    font-size: 13px;
    line-height: 23px;
    color: #888;
    background-image: none !important;
    padding: 0px 10px;
    box-sizing: border-box;
}

.new-head .topnav3 .sousuo2017ys::placeholder {
    color: #999999;
}

.new-head .topnav3 .headSous span {
    display: inline-block;
    line-height: 55px;
    height: 55px;
    vertical-align: top;
}

.new-head .topnav3 .headSous .idspan2 {
    background: #0059b5;
    display: inline-block;
    padding: 0 15px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.new-head .topnav3 .idspan2 i {
    font-style: normal;
    color: #fff;
    margin-right: 10px;
}

.new-head .topnav3 .headSous .idspan2 img {
    width: unset;
    vertical-align: middle;
}

/************* index_topnav4 导航菜单 ************/
.new-head .index_topnav4 {
    width: 100%;
    height: 48px;
    background: #015293;
}

.new-head .index_topnav4 ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.new-head .index_topnav4 li.dhli {
    width: 16.5%;
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    list-style: none;
}

.new-head .index_topnav4 li.dhli a {
    color: #fff;
    text-decoration: none;
}

.new-head .index_topnav4 li.dhli a:hover {
    text-decoration: none;
}

.new-head .index_topnav4 .dhbj {
    height: 48px;
    float: left;
    list-style: none;
}

.new-head .index_topnav4 .dhbj img {
    display: block;
    width: 2px;
    height: 28px;
    z-index: 10;
    line-height: 48px;
    margin-top: 10px;
}

.new-head .index_topnav4 li.active {
    background-color: #014a84;
}

/* 清除浮动 */
.new-head .clearfix::after {
    display: block;
    content: '';
    visibility: hidden;
    clear: both;
}

/* 响应式样式 */
@media (max-width: 1200px) {
    .new-head {
        min-width: unset;
    }
    
    .new-head .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .new-head .topnav2 img:first-child {
        max-width: 20%;
    }
    
    .new-head .topnav2 img {
        max-width: 75%;
        padding-top: 20px;
    }
    
    .new-head .index_topnav4 li.dhli {
        width: 12%;
    }
}

@media (max-width: 767px) {
    .new-head .topnav3 .sousuo2017ys {
        width: 100%;
    }
    
    .new-head .topnav3 .headSous {
        max-width: 90%;
    }
    
    .new-head .topnav3 .headSous span:nth-child(1) {
        max-width: 70%;
    }
    
    .new-head .topnav3 .headSous span:nth-child(2) {
        max-width: 27%;
        overflow: hidden;
    }
    
    .new-head .topnav3 .headSous span,
    .new-head .topnav3 .sousuo2017ys {
        height: 50px;
        line-height: 50px;
    }
    
    .new-head .index_topnav4 ul li.dhli {
        float: none;
        display: inline-block;
        margin-top: 0px;
        width: auto;
        height: 48px;
        padding: 0 15px;
    }
    
    .new-head .index_topnav4 ul {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        height: 50px;
        font-size: 0px;
    }
    
    .new-head .headcontainer {
        padding-bottom: 10px;
    }
}
