@charset "utf-8";

.header-index {
    position: absolute;
    width: 100%;
    height: 100px;
    color: #fff;
    font-size: 15px;
    z-index: 999;
}

.header-wrap {
    padding-left: 50px;
    padding-right: 50px;
    width: 1100px;
    height: 100px;
    margin: 0 auto;
}

.language {
    margin-top: 15px;
    font-size: 14px;
}

.language a {
    color: #fff;
}

.menu-list {
    margin-top: 20px;
    display: flex;
}

.search {
    position: relative;
    width: 20px;
    margin-right: 40px;
}

.search img {
    width: 20px;
    height: 20px;
}

.header_nav_sub {
    display: none;
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 5000;
}

.search .Header_02_Nav_Sub {
    width: 250px;
    padding: 15px 15px;
    background: #fff;
}

.search .nopaddinglr {
    padding-left: 0;
    padding-right: 0;
}

.search input[type=text] {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: 1px solid #999;
    color: #000;
    padding: 0 5px;
    font-family: 'BMWType';
}

.search input[type=submit] {
    display: block;
    width: 45px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #000;
    background: #000;
    margin-left: 2px;
}

.category {
    margin-right: 50px;
    display: flex;
    justify-content: space-between;
    width: 600px;
    font-size: 18px;
}

.category a {
    color: #fff
}

.category .one,
.icon .one {
    position: relative;
}

.category .one a.simplehref,.category .one a.mainhref {
    font-weight: bold;
}

.category .one a.simplehref {
    display: block;
    padding: 0 5px;
    min-width: 40px;
    height: 30px;
    margin-right: 0;
}

.category .one a.simplehref:hover {
    border-bottom: 2px solid #1c69d4;
}

.category .one a.mainhref {
    display: block;
    padding: 0 5px;
    min-width: 40px;
    height: 30px;
    margin-right: 0;
}

.category .one a.mainhref:hover {
    border-bottom: 2px solid #1c69d4;
}

.category .one a.curhref {
    border-bottom: 2px solid #1c69d4;
}

.icon {
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
    width: 130px;
    height: 100px;
}

.icon img {
    width: 20px;
}

.icon-bg {
    margin-top: -5px;
    margin-left: -30px;
    padding: 30px 11px 30px 8px;
    width: 249px;
    height: 202px;
    color: #333;
    text-align: center;
    background: url("../img/header/bg_border.png");
}

.icon .hd {
    padding: 5px 0;
    border-bottom: 1px solid #d6d6d6;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.icon .icon-bg a {
    display: block;
    width: 180px;
    height: 35px;
    line-height: 35px;
    margin: 10px auto 0;
    background: #000;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.icon .icon-bg .mt30 {
    margin-top: 30px;
}

.icon .text-big {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.icon .text-small {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.logo {
    flex: 1;
    text-align: center;
    margin-top: -10px;
}

.logo img {
   height: 45px;
    
}

/* about us */
.store_pic { float: left; width: 807px; overflow: hidden; }
.store_pic img { width: 100%; }
.about {
    padding: 15px 20px 20px;
    width: 290px;
    float: right;
    text-align: center;
}

.aboutus {
    font-size: 20px;
}

.aboutus-cn {
    margin-top: 5px;
    font-size: 14px;
}

.social {
    margin-top: 30px;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    font-size: 12px;
}

.social img {
    width: 70px;
    height: 70px;
}

.wechat div,
.weibo div {
    margin-top: 5px;
}