.head {
	width: 100%;
	position: relative;
}
.head__bg{
    float: left;
    width: 100%;
}
.head__box{
    height: 100%;
}
.head-dqjs{
    height: 497px;
    margin: 0 auto;
}
.head__bg-dqjs{
    width: 100%;
    height: 100%;
    float: left;
}
.head__bg-dqjs>img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.head__bg-img{
    width: 100%;
    vertical-align: middle;
    height: 160px;
}
.head__element__box{
    width: 1300px;
    height: 160px;
    position: relative;
    margin: 0 auto;
}
.head__logo{
   width: 100%;
    position: absolute;
    bottom: 16px;
    left: 0;
    display: flex;
    align-items: center;
}
.head__logo-new{
    width: 414px;
    height: 80px;
    margin-right: 2rem;
}
.head__logo-search{
    position: relative;
    margin-left: auto;
}
.head__logo-search>input{
    height: 2.5rem;
    border: none;
    border-radius: .25rem;
    width: 16rem;
    padding: 0 3rem 0 1rem;
    outline: none;
}
.head__logo-search>input::placeholder{
    font: 400 14px /1.5 '微软雅黑';
    color:#0064af;
}
.head__logo-search>img{
    position: absolute;
    top:.625rem;
    right: 1rem;
    cursor: pointer;
}
.search__reci{
    margin: 0px 4px;
    color: #0064af;
    font: 400 14px /1.5 '微软雅黑';
}
.search__reci__a{
    cursor: pointer;
}
.head__link{
    position: absolute;
    top: .5rem;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 400 16px /1.5 '微软雅黑';
}
.head__link span{
    margin-left: 0.7rem;
    color: #0064af;
}
.head__link__img{
    vertical-align: middle;
    text-align: center;
}
.head__navigation{
    background-color: #0064af;
    width: 100%;
    color: #fff;
}
.head__navigation-div{
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    
}
.head__navigation-box{
    float: left;
    border-bottom: 5px solid #0064af;
    width: 140px;
    height: 59px;
    text-align: center;
    margin: 0px 20px;
    font: 700 20px / 64px 微软雅黑;
}
.head__navigation-box a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.head__navigation-box span{
    letter-spacing: 2px;
    cursor: pointer;
    color: #fff;
}
.head__navigation-box:hover{
    border-bottom: 5px solid #f9b116!important;
}
.head__navigation-box:hover span{
    color: #f9b116!important;
}
.head__navigation-dqjs .head__navigation-box{
    border-bottom: 5px solid transparent;
}
.selected {
    border-bottom: 5px solid #f9b116!important;
}
.selected span{
    color: #f9b116!important;
}

.head__link-dqjs{
    position: absolute;
    top: .5rem;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 400 16px /1.5 '微软雅黑';
    
}
.head__link-dqjs span{
    margin-left: 0.7rem;
    color: #fff;
}
.head__navigation-dqjs{
    position: absolute;
    bottom: 0;
    background-color: transparent;
}


/* 低于1494时的样式 */
@media (max-width: 1494px) {
    .head-dqjs{
        height: 367px;
    }
    .head__bg-img{
        height: 123px;
    }
    .head__element__box {
        height: 123px;
    }
    .head__logo {
        bottom: 12px;
    }
    .head__navigation-box {
        height: 49px;
        font: 700 20px / 54px 微软雅黑;
    }
}
