.nav {
    height: 72px;
    width: 100%;
    background: #fff;
}

.nav .container {
    height: 72px;
}

.logo_link {
    display: inline-block;
    margin-right: 60px;
}

.nav .logo {
    width: 130px;
}

.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;
}
.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: 0px;
}

.nav_right .contact_icon {
    margin-left: 3px;
}

.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;
}