﻿header {
    max-width: 1920px;
    margin: 0 auto;
}

.header {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    padding-top: 0;
}

.header_logo {
    width: 174px;
    height: 106px;
    line-height: 106px;
    text-align: center;
    border-radius: 12px;
    padding: 10px;
    float: left;
    background-color: #fff;
    box-shadow: 0px 6px 6px -6px #888888;
    position: relative;
    top: 10px;
    font-size: 18px;
    overflow: hidden;
}

.header_nav {
    height: 110px;
    float: right;
}

.header_nav li {
    float: left;
    padding: 0 30px;
    font-size: 20px;
    border-right: 1px solid #ddd;
    margin-top: 40px;
}

.header_nav li span {
    padding-bottom: 42px;
}

.header_nav li:last-child {
    padding-right: 0;
    border-right: 0;
}

.header_nav li a {
    color: #333;
}

.header_nav .rus_hn a {
    color: #CC0000;
    font-weight: bold;
}

.header_nav .rus_hn span {
    border-bottom: 3px solid #CC0000;
}

.header_nav li span:hover {
    border-bottom: 3px solid #CC0000;
}

.header_nav li:hover a {
    color: #CC0000;
    font-weight: bold;
}

.brand-attr {
    width: 400px;
    height: 110px;
    float: left;
    margin-left: 20px;
}

.brand-attr .brand-name {
    font-size: 18px;
    margin: 10px 0px;
}

.brand-attr .brand-iconlist li {
    font-size: 12px;
    float: left;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
}

.brand-attr .brand-iconlist li:hover em {
    display: block;
}

.brand-attr .brand-iconlist li em {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 25px;
    background-color: #ffffff;
    padding: 0 5px;
    font-size: 12px;
    color: #666;
    border: 1px solid #eeeeee;
    z-index: 3;
    display: none;
    white-space: nowrap;
}

.header_bg {
    background: #fff;
    box-shadow: 0px 6px 12px -10px #888888;
}

#icon {
    overflow: initial;
}
/* 2021-6-4 */
#icon em {
    float: left;
    width: 70px;
    color: #666;
    font-weight: normal;
}

#icon i {
    float: left;
    width: 210px;
}

#icon b {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 2px 5px;
    position: relative;
}

#icon b img {
    width: 25px;
    height: 25px;
}

#icon b em {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 25px;
    background-color: #ffffff;
    padding: 0 5px;
    font-size: 12px;
    color: #666;
    border: 1px solid #eeeeee;
    z-index: 3;
    display: none;
    white-space: nowrap;
}

#icon b:hover em {
    display: block;
}

.mcla_bottom #icon b em {
    top: 115%;
}

.cf:after, .cf:before {
    display: table;
    content: '';
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none !important;
}


/* 品牌信息 start */
#brandInfo_wrap {
    width: 1200px;
    margin: 0 auto;
}

#brandInfo_wrap .brand_info {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

#brandInfo_wrap .info_tit {
    width: 100%;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

#brandInfo_wrap .info_tit dt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    height: 100%;
}

#brandInfo_wrap .info_tit dd {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    height: 100%;
}

#brandInfo_wrap .tit_name {
    float: left;
    height: 100%;
    margin-right: 60px;
}

#brandInfo_wrap .tit_name span {
    display: inline-block;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 60px;
    margin-right: 16px;
    position: relative;
}

#brandInfo_wrap .tit_name span::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    width: 100%;
    height: 3px;
    background: #db214c;
}

#brandInfo_wrap .tit_name i {
    font-size: 14px;
    color: #aaa;
    line-height: 60px;
    text-transform: uppercase;
    font-style: normal;
}

#brandInfo_wrap .tit_other {
    float: left;
    height: 100%;
}

#brandInfo_wrap .tit_other p {
    font-size: 16px;
    line-height: 1.8;
}

#brandInfo_wrap .tit_other p a {
    font-size: 14px;
    color: #008aff;
}

#brandInfo_wrap .to_list {
    overflow: hidden;
}

#brandInfo_wrap .to_list li {
    float: left;
    font-size: 14px;
    color: #4a4a4a;
}

#brandInfo_wrap .to_list li b {
    color: #bf1923;
}

#brandInfo_wrap .to_list li:first-child {
    margin-right: 20px;
}

#brandInfo_wrap .info_btn {
    width: 100%;
    overflow: hidden;
}

#brandInfo_wrap .info_btn span {
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px solid #bf1923;
    border-radius: 4px;
    font-size: 14px;
    color: #bf1923;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 6px;
    transition: all .5s;
    cursor: pointer;
}

#brandInfo_wrap .info_btn span:hover {
    color: #fff;
    background: #bf1923;
}

#brandInfo_wrap .info_txt {
    padding: 30px 12px 60px;
    position: relative;
}

#brandInfo_wrap .info_txt p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 2;
    word-break: break-word;
    text-indent: 2em;
    margin-bottom: 1em;
}

#brandInfo_wrap .info_txt .info_more {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 150px;
    height: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 30px;
    text-align: center;
    transition: all .5s;
}

#brandInfo_wrap .info_txt .info_more:hover {
    color: #fff;
    background: #bf1923;
    border-color: #bf1923;
}
/* 品牌信息 end */
main {
    margin-top: 50px;
}

.communicate {
    display: none !important;
}
