.nav {
    height: 72px;
    width: 100%;
    background: #fff;
}
.index_nav{
    height: 72px;
    width: 100%;
}

.nav .container,.index_nav .container {
    height: 72px;
}

.logo_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 60px;
}

.logo_link .logo_txt{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-left: 10px;
    line-height: 24px;
}
.index_nav .logo_link .logo_txt{
    color: #ffffff;
}

.nav .logo,.index_nav .logo {
    width: 36px;
    height: 36px;
}

.nav_right {
    float: right;
}

.search {
    border-radius: 28px;
    overflow: hidden;
}

.search input {
    width: 300px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    color: #4A4A4A;
    font-size: 14px;
    background: #efefef;
}

.search_btn {
    font-size: 13px;
    color: #fff;
    background: #FF2616;
    line-height: 45px;
    height: 45px;
    width: 90px;
    text-align: center;
    cursor: pointer;
}

.nav_right .nav_icon{
    padding: 0 15px;
    color: #000205;
    font-size: 14px;
    cursor: pointer;
    height: 72px;
    line-height: 72px;
}

.index_nav .nav_right .nav_icon{
    color: #ffffff;
}
.index_nav .nav_right .nav_icon span{
    color: #ffffff;
} 

.nav_icon span{
    color: #000205;
    font-size: 14px;    
}
.nav_icon em{
    color: #FF2616;
    margin-left: 5px;
    font-weight: bold;
}
.nav_right .nav_icon img{
    width: 17px;
    margin-right: 5px;
}

.nav_right .nav_icon span{
    color: #000205;
    font-size: 14px;
}

.nav_right .contact_txt {
    margin-right: 0px;
    padding-right: 10px;
    cursor: pointer;
}

.nav_right .contact_icon {
    margin-left: 7px;
    height: 72px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 12px;
    position: relative;
    cursor: pointer;
}
.nav_right .contact_icon img{
    width: 15px;
    height: 16px;
    margin-right: 4px;
}
.nav_right .contact_icon .contact_kf{
    width: 96px;
    height: 36px;
    background: #0AB55E;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}
.nav_right .contact_icon .nav_contact_code{
    position: absolute;
    right: 0px;
    top: 72px;
    width: 230px;
    height: 305px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 7px;
    z-index: 9999;
    display: none;
}
.nav_right .contact_icon .nav_contact_code img{
    width: 200px;
    height: 275px;
    margin: 15px;
}
.nav_right .contact_icon:hover .nav_contact_code{
    display: block;
}

.code_hover {
    position: relative;
}

.code_hover:hover .code_ab {
    display: block;
}

.code_ab {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -111px;
    background: rgba(0, 0, 0, 0.76);
    border-radius: 3px;
    padding: 15px 11px;
    z-index: 999;
    font-size: 0;
    display: none;
}

.code_abinner {
    background: #fff;
    padding: 0 10px;
    position: relative;
}

.code_abinner:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.76);
    display: block;
    z-index: 9999;
    /*灰 透明 透明 */
}

.code_abinner img {
    width: 180px!important;
    margin: 0!important;
}

.code_abinner em {
    font-size: 12px;
    padding: 10px 0;
    font-weight: bold;
    line-height: 20px;
}

.footer {
    padding: 35px 0;
    background: #fff;
}

.footer_nav .footer_icon {
    color: #000;
    font-size: 13px;
    cursor: pointer;
}

.footer_nav span {
    color: #000;
    font-size: 13px;
    padding: 0 8px;
}

.copy a {
    color: #000;
    font-size: 13px;
    display: inline;
}

.copy a.agent {
    margin-left: 8px;
    color: #275ef8;
}

.vip_center {
    display: none;
}
#login_out{
    display: none;
}
.link{
    display: block;
    margin-bottom: 10px;
}
.link_item{
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    color: #000;
}