/* header */
.nav_top {
    width: 100%;
    overflow: hidden;
    background: rgba(255,255,255,0.1);
    height: 70px;
    line-height: 70px;
    transition: all 1s;
}
.nav_top_logo {
    width: 19%;
    float: left;
}
.nav_top_logo img {
    padding-left: 10%;
    width: 60%;
}
.nav_top_list {
    min-width: 63%;
    float: left;
}
.nav_top_ul {
    overflow: hidden;
}
.nav_top_list .nav_top_ul li {
    float: left;
    width: 12.5%;
    text-align: center;
    cursor: pointer;
}
.nav_top_list .nav_top_ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
/* .nav_top_list .nav_top_ul li a:hover {
    color: #d9b03c;
    font-weight: bold;
} */
.hide_box .hide_box_list a:hover {
    color: #d9b03c;
}
.hide_box .hide_box_list .on {
    color: #d9b03c !important;
}
.hide_box {
    background: rgba(255,255,255,0.2);
    /* height: 50px; */
    line-height: 50px;
    display: none;
    text-align: center;
}
.hide_box_list {
    width: 100%;
    margin: 0 auto;
    display: none;    
}
.hide_box .hide_box_list a {
    width: 13%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.nav_top_search {
    float: left;
    width: 18%;
    height: 30px;
    line-height: 30px;
    margin-top: 1%;
}
.header_select_box{
    width: 90%;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
.header_select{
    float: left;
    width: 26%;
    text-align: center;
	background: #d9b03c;
}
.header_select h1{
    font-weight: 500;
    color: #fff;
    font-size: 12px;
}
.header_input{
    float: left;
	width: 60%;
    padding-left: 2%;
}
.header_input input{
    color: #4b4b4b;
}
.header_select_btn{
    float: left;
    width: 10%;
    text-align: center;
}
.header_select_btn:hover{
    cursor: pointer;
}

/* footer */
.footer {
    background: url(../img/footer01.jpg) center center no-repeat;
    height: 238px;
    display: flex;
    /* align-items: center; */
    position: relative;
    padding-top: 1.8%;
}
.footer_bottom {
    width: 1400px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
}
.footer_bottom .footer_l {
    float: left;
    width: 40%;
}
.footer_l .footer_l_title {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    width: 78%;
    border: 1px solid rgba(255,255,255,0.6);
    padding: 1.2% 3%;
    margin-bottom: 2%;
}
.footer_c .footer_l_title {
    width: 75.2%;
    border: 1px solid rgba(255,255,255,0.6);
    padding: 1.2% 3%;
    margin-bottom: 2%;
    font-size: 18px;
    color: rgba(255,255,255,0.6);
}
.footer_l_pic {
    margin: 0 0 6%;
    width: 81.6%;
}
.footer_l_pic img {
    width: 100%;
    height: 100%;
}
.footer_l_title span {
    color: rgba(255,255,255,0.6);
    float: right;
}
.footer_l_list {
    overflow: hidden;
    width: 100%;
}
.footer_l_list li {
    float: left;
    width: 42%;
    height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-right: 8%;
    margin-bottom: 4%;
}
.footer_bottom .footer_c {
    float: left;
    width: 40%;
}
.footer_c .footer_c_title {
    border: 1px solid #fff;
    padding: 2% 4%;
    margin-bottom: 6%;
}
.footer_c_list {
    line-height: 34px;
    font-size: 15px;
}
.footer_l .footer_c_list li:nth-child(1) {
    background: url(../img/footer02.png) left center no-repeat;
    padding-left: 8%;
    opacity: 0.6;
}
.footer_l .footer_c_list li:nth-child(2) {
    background: url(../img/footer03.png) left center no-repeat;
    padding-left: 8%;
    opacity: 0.6;    
}
.footer_l .footer_c_list li:nth-child(3) {
    background: url(../img/footer04.png) left center no-repeat;
    padding-left: 8%;    
    opacity: 0.6;    
}
.footer_bottom .footer_r {
    float: right;
}
.footer_tag {
    position: absolute;
    bottom: 8%;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,0.3);
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 1%;
}

/* 手机端 */
@media only screen and (max-width: 768px) {
    .header_box {
        display: none;
    }
    .header_m {
        display: block;
        background: rgba(0,0,0,0.8);
        color: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .m_nav_top_ul {
        overflow: hidden;
        line-height: 28px;
        font-size: 12px;
        text-align: center;
    }
    .m_nav_top_ul li a {
        color: #fff;
    }
    .header_m_box_left {
        width: 30%;
        display: inline-block;
        padding: 4% 2%;
    }
    .header_m_box_left img {
        width: 100%;
    }
    .header_m_box_right {
        float: right;
        padding-top: 4%;
    }
    .header_m_box_right img {
        width: 70%;
    }
    .header_m_hide {
        display: none;
    }
    .footer_box {
        display: none;
    }
    .footer_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer_top_ewm {
        width: 80px;
    }
    .footer_top_ewm img {
        width: 100%;
    }
    .footer_m {
        display: block;
        background: url(../img/footer01.jpg) center center no-repeat;
        color: #fff;
        padding: 2%;
    }
    .footer_c .footer_c_list {
        line-height: 30px;
        margin-bottom: 2%;
    }
    .footer_m_tag {
        text-align: center;
        color: rgba(255,255,255,0.2);
        font-size: 10px;
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 2% 0;
        line-height: 18px;
    }
    .footer_l_pic {
        margin: 0 0 4%;
        width: 100%;
    }
    /* 分页 */
    body .pages {
        width: 94%;
    }
    body .pages_list span {
        width: 30px;
        height: 30px;
        margin: 4% 1%;
        font-size: 12px;
    }
}

.pages {
    margin: 2% auto 2%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.pages_list {
    display: flex;
    width: 100%;
    justify-content: center;
}

.pages_list span {
    margin: 0 1%;
    width: 46px;
    height: 46px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    color: #666666;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages_list .apage_ctive {
    background: #d9b03c;
    border: 1px solid #d9b03c;
}

.apage_ctive a {
    color: #fff;
}

.header_select_btn input[type=submit] {
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    background: url(../img/fangdajing.png) center/20px no-repeat;
    cursor: pointer;
}
