﻿@charset "utf-8";
@font-face {
    font-family: "zkqkhyt";
    src: url(../fonts/zkqkhyt.woff);
}
.zkqkhyt{
    font-family: "zkqkhyt";
}
.header{
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
}
.logo img{
 display:block;
}
.nav-wrapper{
    
    position:  absolute;
    top: 152px;
    z-index:  9;
    width: 100%;
    background: #00479d;
    background: rgba(0, 71, 157, .8);
}
.nav{
    
}
.nav>ul{
    width: 100%;
    display: table;
    table-layout: auto;
}
.nav>ul>li{
    display: table-cell;
    text-align: center;
    position: relative;
    border-left: 1px #fff solid;
}
.nav>ul>li:first-child{
    padding-left:0;
    border-left: 0;
}
.nav>ul>li:last-child{
    padding-right:0;
}
.nav>ul>li:hover:after{
    
}
.nav>ul>li:after{
    content: "";
    width: 0;
    transition: all .3s;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
}
.nav>ul>li>a{
    font-size: 16px;
    
    color: #fff;
    display: block;
    line-height: 45px;
}
.nav>ul>li>ul{
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    background: #0571c3;
    background: rgba(0, 0, 0, .3);
    background: rgba(0, 71, 157, .8);
    box-sizing: content-box;
    text-align: left;
    margin: 0 auto;
    min-width: 100%;
    padding: 0 8px;
    display: none;
}
.nav>ul>li>ul>li{
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    min-width: 93%;
    margin: 0 auto;
}
.nav>ul>li>ul>li:last-child{
    border-bottom:none;
}
.nav>ul>li>ul>li>a{
    display: block;
    white-space: nowrap;
    font-size: 15px;
    text-align:  left;
    color: #fff;
    transition:all .3s;
}
.nav>ul>li>ul>li:hover>a{
    transform:translateX(5px);
    
}
.hasSub:hover ul{
    display: block;
}
.hasSub ul{
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}
.search{
    float: right;
    margin-top: 36px;
    position:  relative;
}
.search-text{
    background: #fff;
    width: 0px;
    background: rgba(0, 71, 157, .8);
    height: 23px;
    vertical-align: top;
    padding: 0 0px;
 padding-left:10px;
    color: #000;
    transition: all .3s;
    position: absolute;
    right: 100%;
    z-index: 999;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
.search-text::-webkit-input-placeholder{
    color: #fff;
}
.search-text::input-placeholder{
    color: #fff;
}
.search-btn{
    width: 25px;
    vertical-align: top;
    height: 23px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center rgba(0, 71, 157, .8);
    background-color: none;
    
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}
.top_link{
    margin-top: 18px;
    position: relative;
    top: 13px;
}
.top_link li{
    float: left;
    border-left: 1px solid #fff;
    padding: 0 10px;
}
.top_link li:first-child {
    border: none;
    padding-left: 0;
}
.top_link li a {
    color: rgba(0, 71, 157, .8);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    display: block;
    letter-spacing: 2px;
}
.footer_top{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 20px 0;
}
.footer{
    background: url(../images/footer_bg.png) no-repeat center bottom;
    padding-bottom: 10px;
    background-size: 100% 100%;
}
.footer.min_w {}
.copright p{
    font-size: 15px;
    color: #fff;
}
.footer-top select{
    border: none;
    background: #fff;
    text-align: center;
    text-align-last: center;
    background: url(../images/select-bg.png) no-repeat scroll right center transparent;
    background-color: #d5e1ea;
    padding: 5px 0;
    padding-right: 38px;
    width: 191px;
}
.footer-top select option{
    text-align: center;
}
select::-ms-expand{ display: none; }
select{
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
}
.footer-a{
    display: inline-block;
    background: #d5e1ea;
    padding: 0 63px;
    font-size: 14px;
    line-height: 27px;
    vertical-align: top;
    margin: 0 24px;
}
.footer_bottom{
    padding: 40px 0 40px;
    width: 40%;
    float: left;
}
.footer_bottom i{
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.footer_bottom p{
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
}
.footer_code{
    margin-top: 10px;
}
.footer_code ul li{
    float: left;
    margin: 0 17px;
    width: 130px;
    height: 127px;
    transition: all .3s;
    padding-bottom: 1px;
    box-sizing: content-box;
}
.footer_code ul li:hover{
    transform: scale(1.5) translateY(-10px);
    cursor: none;
}
.footer_code ul li img{
    display: block;
    height: 100%;
    margin:  0 auto;
}
.footer_code ul li p{color:  #fff;font-size:12px;text-align:  center;}
.nav-btn{    
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.nav-btn .icon-bar-nav{
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
}
.nav-btn .icon-bar-nav+.icon-bar-nav{
    margin-top: 6px;
}
.phone_nav{display: none;}
@media screen and (max-width: 900px) {
.footer_code ul li img {
 width: 93%;
}
    .min_w {min-width: 100%;}
    .w-100 {min-width: 100%;}
    .w-1280 {width: 100%;margin: 0 auto;padding: 0 2%;}
    .w-wrapper{min-width: 100%;}
    .w-1920{min-width: 100%;max-width: 100%;}
    .footer-wrapper .w-1280{width: 100%;}
    
    .logo img{height: 36px;}
    .nav{display: none;}
    .header{padding: 10px 0;}
    .header .w-1280{position: relative;}
    
    .nav-btn{display: block;}
    
    .phone_nav{background: #0068b7;padding: 0 2%;}
    .phone_nav>ul>li{border-bottom: solid #fff 1px;}
    .phone_nav>ul>li>a{color: #fff;line-height: 35px;}
    
    .phone_nav>ul>li{position: relative;}
    .phone_nav>ul>.has_sub:after{
        content: "+";
        color: #fff;
        position: absolute;
        font-size: 15px;
        right: 0;
        top: 0;
        line-height: 30px;
    }
    .phone_nav>ul>li>ul{padding-left: 10px;display: none;}
    .phone_nav>ul>li>ul>li>a{line-height: 30px;color: #fff;}
    
    .header{
    padding-top: 0;
}
    
    .top_link li a{
        font-size: 12px;
        line-height: 15px;
        color: #fff;
    }
    .top_link{
        margin-bottom: 14px;
        margin-top: 0;
    }
    .search{
        display: none;   
    }
    
    .footer {
        background: url(../images/footer_bg.png) no-repeat center bottom;
        background-size: 100% 100%;
        padding-bottom: 10px;
    }
    .footer-top:before,.footer_top:after{content: '';display: table; clear: both;}
    .footer-top{zoom: 1;width: 100%; float: none; overflow: hidden;}
    .footer_top{padding: 5px 0;}
    .footer-top select{float: left;width: 49%;}
    .footer-top select:first-child{margin-right: 2%;}
    .footer_bottom,.footer_code{float: none;width: 100%;}
    .footer_code ul li{margin: 0 0;width: 25%;  height: auto;}
    .footer_bottom{padding: 0;}
    .footer_bottom i{font-size: 14px;margin-bottom:0;}
    .footer_bottom p{font-size: 13px;
font-size: 13px;
 width: 50%;
 margin-right: 0;
 margin: 3px 0;
 float: left;
}
    .copright{float: none;    margin-top: 5px;}
    .copright p {font-size: 13px;color: #fff;}
    .banner_list img{    height: 125px;}
}
@media screen and (min-width: 1300px) {
    .w-1280 {width: 1480px;margin: 0 auto;}
    .logo img{xheight: 78px;}
    .top_link li a{font-size: 18px;}
    .search-btn{width: 32px;height: 32px;}
    .search-text{height: 32px;min-width: 156px;}
    .nav>ul>li>a{font-size: 18px;letter-spacing: 4px;}
}
 