@charset "utf-8";
/* @font-face{
    src: url(../css/zkqkhyt.ttf);
    font-family: 'zkqkhyt';
}
.zkqkhyt{font-family: 'zkqkhyt';} */
body{font-size: 16px;}
.bg_0f66bb{
    background: #0f66bb;
}
.header_wrapper{
    background: #128aa5;
}
/* 搜索框 */
.search{
    margin-top: 20px;
}
.search-text{
    background: #fff;
    width: 179px;
    height: 31px;
    vertical-align: top;
    padding: 0 15px;
    color: #a3a3a3;
    font-size: 15px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.search-text::-webkit-input-placeholder{
    color: #a3a3a3;
}
.search-btn{
    width: 40px;
    height: 31px;
    background: url(../img/search.png) no-repeat center center;
    background-color: #cfa972;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
/*---------------------------- 头部开始 ----------------------------*/
.header_main{
    padding: 35px 0;
}

/* 导航 */
.nav{
    min-width: 1100px;
    box-shadow: 0px 10px 18.69px 2.31px rgba(0, 0, 0, 0.16);
}
.nav_ul{
    width: 100%;
    display: table;
    table-layout: fixed;
}
.nav_ul>li{
    display: table-cell;
    text-align: center;
    position: relative;
}
.nav_ul>li:hover>a{
    background: #128aa5;
    color: #fff;
}
.nav_ul>li>a{
    display: block;
    color: #0d0d0d;
    line-height: 56px;
}
/* 二级导航 */
.hasSub:hover .nav_ul_2{
    display: block;
}
.nav_ul_2{
    position: absolute;
    min-width: 100%;
    display: none;
    z-index: 9;
}
.nav_ul_2 li {
    background: #128aa5;
}
.nav_ul_2 li:hover{
    background: #17a2c1;
}
.nav_ul_2 li a{
    display: block;
    color: #fff;
    line-height: 40px;
}
/*---------------------------- 头部结束 ----------------------------*/

.footer_wrapper{
    background: url(../img/footer_bg.png) no-repeat bottom;
    background-size: 100% 100%;
    background: #128aa5;
    text-align: center;
    padding: 55px 0;
}
.footer_wrapper p{
    font-size: 14px;
    color: #fafafa;
    line-height: 25px;
}


/*  */
.footer_wrapper .w{
    display: flex;
    justify-content: space-around;
}
.footer_logo{

vertical-align: top;

text-align: left;
}
.footer_logo a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.footer_logo a img{
    max-height: 100%;
    display: block;
}
.footer_logo p{
    font-size: 15px;
}
.footer_link{
    width: 50%;
    color: #fff;
    text-align: left;
}
.footer_link div{
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.footer_link div::after{
    content: '';
    width: 7px;
    height: 13px;
    background: #cfa972;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.footer_link ul{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.footer_link ul li{
    width: 30%;
}
.footer_link ul li a{
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.footer_logo div{
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
}
.footer_logo div::after {
    content: '';
    width: 7px;
    height: 13px;
    background: #cfa972;
    position: absolute;
    right: -10px;
    bottom: 0;
}