/* 两行省略 */
.line-clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.header{
    width: 100%;
    padding-bottom: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative;
    z-index: 999;
}
.header *{
    box-sizing: initial;
}
.header .w12{
    width:1200px;
    margin: 0 auto;
}
/* 顶部 */
.header_top{
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #f7f7f7;
    margin-bottom: 8px;
}
.header_top_w12{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.header_top p{
    float: left;
    color: #5e79a8;
}
.header_top .header_top_right{
    float: right;
}
.header_top_right>div{
    float: left;
    margin-left: 30px;
}
.header_top_right>div>img{width: 16px;height: 16px;}
.header_top_right>div>i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.header_top_right>div:nth-child(1)>i {
    background: url("../images/css_sprites.png") -273px -46px;
}
.header_top_right>div:nth-child(2)>i {
    background: url("../images/css_sprites.png") -269px -218px;
}
.header_top_right>div:nth-child(3)>i {
    background: url("../images/css_sprites.png") -273px -10px;
}
.header_top_right>div:nth-child(4)>i {
    background: url("../images/css_sprites.png") -231px -217px;
}
.header_top_right .header_top_tel>span,
.header_top_right .header_top_email>a,
.header_top_right .header_top_contact>a{
    color: #ff6900;
    margin-left: 3px;
}
.header_top_email a:hover,.header_top_contact a:hover{
    text-decoration: underline;
}
/* 多站点 */
.header_language{
    position: relative;
    padding:0 10px;
    margin-right: 5px;
    color: #333;
}
.header_language>a span{color: #333;}
.header_language>a:hover{text-decoration: none !important;color:#333}
.header_language>a:hover span{text-decoration: underline;color:#333}
/* .header_language .local_arrow{transform: scale(1.5);margin-left:3px;}
.header_language .local_icon{width:17px;height: 18px;margin-right: 2px;} */
.header_language .local_icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../images/css_sprites.png") -55px -212px;
}
.header_language .local_arrow {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 3px;
    background: url("../images/css_sprites.png") -273px -82px;
}
.location_box {
    position: absolute;top: 28px;right: 10px;z-index:999;display: none;
    width: 117px;border: 1px solid #e8e8e8;background:#fff;
}
.location_box>a{
    width: 117px;height: 35px;line-height: 35px;color: #333;
    font-size: 12px;cursor: pointer;display: block;
}
.location_box>a span{display: inline-block;width: 70px;margin:0 8px;color:#333;}
.location_box>a img{margin-left: 8px;}
.location_box>a i {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.location_box>a:nth-child(1) i {
    background: url("../images/css_sprites.png") -55px -212px;
}
.location_box>a:nth-child(2) i {
    background: url("../images/css_sprites.png") -229px -176px;
}
.location_box>a:nth-child(3) i {
    background: url("../images/css_sprites.png") -92px -211px;
}
.location_box>a:nth-child(4) i {
    width: 20px;
    background: url("../images/css_sprites.png") -130px -209px;
}
.location_box>a:nth-child(4) span {
    margin-left: 5px;
}
.location_box>a:hover,.location_box .active_item{background-color:rgb(238,238,238);}
/* logo */
.header_logo_wrap{
    height: 46px;
}
.header_logo_wrap>.logo-header{
    float: left;
    width: 140px;
    height: 46px;
}
.header_logo_wrap>.logo-header img{
    max-width: 140px;
    max-height: 46px;
}
/* search_btn */
.header_logo_wrap .header_top_search{
    float: left;
    margin-left: 50px;
    margin-right: 40PX;
    position: relative;
    width: 560px;
}
.search_list{
    position: absolute;
    width: 100%;
    padding: 4px 0;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    z-index: 999;
    overflow-y: auto;
    top: 41px;
    border-top: none;
    background: #fff;
    display: none;
}
.list_line{
    position: absolute;
    width: 534px;
    background: #ececec;
    height: 1px;
    left: 12px;
    top: 0;
}
.search_li_box{
    float: left;
    width: 100%;
    height: auto;
}
.search_li_box .search_list_li{
    float: left;
    width: 100%;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding: 0 12px;
}
.search_li_box .search_list_li:hover{
    background: #f2f2f2;
    cursor: pointer;
}
.search_li_box .search_list_li em{
    color: #ff6900;
}
.header_top_search input{
    width: 100%;
    height: 36px;
    border-radius: 0;
    border: 1px solid #b8b8b8;
    padding: 0 12px;
    box-sizing: border-box;
    padding-right: 45px;
    margin-top: 6px;
    margin-bottom: 0;
}
.header_top_search input:focus{
    border-color: #b8b8b8;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header_top_search .search_btn{
    position: absolute;
    top: 10px;
    right: 11px;
    width: 30px;
    height: 26px;
    background: url('../images/css_sprites.png') -224px -95px;
    cursor: pointer;
}
/* icons */
.header_logo_wrap .header_icons{
    float: left;
    position: relative;
    margin-top: 11px;
    z-index: 999;
}
.header_icons>a{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 25px;
}
.header_icons>a:nth-child(1){
    background: url(../images/head_icon.png) -16px -226px;
}
.header_icons>a:nth-child(1):hover{
    background: url(../images/head_icon.png) -16px -276px;
}
.header_icons .head_catalog_ga_hover{
    background: url(../images/head_icon.png) -16px -276px!important;
}
.header_icons>a:nth-child(2){
    background: url(../images/head_icon.png) -63px -226px;
}
.header_icons>a:nth-child(2):hover{
    background: url(../images/head_icon.png) -63px -276px!important;
}
.header_icons>a:nth-child(4){
    background: url(../images/head_icon.png) -111px -226px;
}
.header_icons>a:nth-child(4):hover{
    background: url(../images/head_icon.png) -111px -276px;
}
.header_icons>a:nth-child(5){
    background: url(../images/head_icon.png) -158px -226px;
}
.header_icons>a:nth-child(5):hover{
    background: url(../images/head_icon.png) -158px -276px;
}
.car_num_wrap,.news_num_wrap{position: relative;}
.header_icons>a .car_num{
    position: absolute;
    top:-5px;
    right: -11px;
    width: 22px;
    line-height: 12px;
    text-align: center;
    color: #ff6900;
    font-size:12px;
    z-index: 9;
    border-radius: 12px;
    background: #fff;
}
.news_num_wrap .news_num{
    position: absolute;
    top:-5px;
    right: -8px;
    width: 22px;
    line-height: 12px;
    text-align: center;
    color: #ff6900;
    font-size:12px;
    z-index: 9;
    border-radius: 12px;
    background: #fff;
}
/* 用户信息 */
.header_user_info{
    display: none;
    position: absolute;
    top: 32px;
    left: -125px;
    z-index: 99;
    width: 200px;
    height: 90px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.6);
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.header_user_log{text-align: right;}
.header_user_log a:nth-child(1){
    position: relative;
    padding-right: 10px;
    color: #ff6900;
}
.header_user_log a:nth-child(2){
    padding-left: 10px;
    color: #ff6900;
}
.header_user_log a:nth-child(1):after{
    content: '|';
    width: 1px;
    height: 20px;
    color: #ff6900;
    position: absolute;
    top: -3px;
    right: 0;
}
.header_user_log a:hover{text-decoration: underline;}
.header_user_bottom{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.header_user_bottom img{
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 15px;
}
.header_user_bottom p{
    float: left;
    width: 130px;
}
/* 导航 */
.header_nav{
    width: 1200px;
    height: 38px;
    position: relative;
    top: 8px;
    z-index: 998;
    margin: 0 auto;
}
.header_nav>a{
    float: left;
    margin-right: 35px;
    font-size: 18px;
    color:#333;
    margin-top: 8px;
}
.header_nav .header_nav_active,
.header_nav>a:hover,
.header_about>a:hover,
.header_about .active_a{color: #ff6900;text-decoration: underline;}
/* 所有分类下拉 */
.li_hide{display: none !important;}
.li_category{
    float: left;
    height:40px;
    margin-right: 40px;
}
.li_category>a{
    display: inline-block;
    line-height: 38px;
}
.li_category>a span:first-child{
    width: 20px;
    height: 14px;
    background: url(../images/icon%402x.png) 0 0 no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 11px;
}
.li_category>a span:nth-child(2){
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
    font-size: 18px;
    color: #333;
}
.li_category>a img{
    width: 32px;
    height: 32px;
    margin-top: -2px;
}
.header_nav .categories_title{
    line-height: 30px;
    width: 400px;
    height: 360px;
    background-color: #fff;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 999;
    display: none;
    border: 1px solid #DCDEE3;
    /* box-shadow: 1px 1px 2px #ccc, -1px -1px 2px #ccc; */
}
.header_nav .categories_title .all_product_category{
    float: left;
    /* left: 10px; */
    /* top: 320px; */
    color: #ff6900;
    margin-left: 20px;
    margin-top: 5px;
}
.all_product_category:hover{text-decoration: underline;}
.category-container{height: auto;margin-top: 12px;}
.category-container > li {
    position: relative;
    color: #666666;
    box-sizing: border-box;
    padding: 5px 20px;
    padding-right: 30px;
    cursor: pointer;
    z-index: 999;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
.category-container > li:hover{
    border-color: #eee;
    box-shadow: 0 0px 2px rgba(102,102,102,.15);
}
.category-container > li:hover::after{
    background: url('../images/head/to_right_hover.png') center center no-repeat;
}
.category-container > li::after{
    content: '';
    position: absolute;
    top: 12px;
    right: 10px;
    width: 5px;
    height: 10px;
    background: url('../images/head/to_right.png') center center no-repeat;
}
.category-container > li:hover::before{
    content: '';
    position: absolute;
    right: -2px;
    width: 3px;
    bottom: 0;
    top: 0;
    z-index: 999;
    background: #fff;
}
.category-container > li>p{line-height: 20px;display: flex;align-items: center;}
.category-container > li>p a{color:#333;line-height: 20px;}

.category-container li i {
    position: absolute;
    left: 5px;
    top: 17px;
    z-index: 999;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
}
.category-container-details {
    display: none;
    position: absolute;
    width: 600px;
    height: 362px;
    padding: 12px 10px;
    box-sizing: border-box;
    left: 400px;
    top: -14px;
    z-index: 998;
    border: 1px solid #DCDEE3;
    background: #ffffff;
    overflow-y: auto;
    padding-top: 5px;
}
.category-container li:hover li:last-child{border-bottom: 0;}
.category-container > li:hover >p>a{
    color: #ff6900;
}
.category-detail {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.category-detail h6 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    /* font-weight: 600; */
    box-sizing: border-box;
    padding-left: 10px;
}
.category-detail h6 a{
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.category-detail h6:hover a{
    color: #ff6900;
}
.category-detail > ul {
    width: auto;
    margin-left: 0px;
    padding: 0;
}
.category-detail > ul li {
    padding: 0;
    line-height: 20px;
    float: left;
}
.category-detail > ul li a {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    border-right: 1px solid #dddddd;
    font-size: 12px;
    color: #999;
}
.category-detail > ul li:last-of-type a {
    border: 0;
}
.category-detail > ul li a:hover {
    color: #ff6900;
}

/* 关于我们下拉 */
.header_nav .header_about{
    position: absolute;
    top: 40px;
    left: 770px;
    width: 225px;
    height: 204px;
    box-shadow: 0 1px 6px rgba(0,0,0,.4);
    background: #fff;
    z-index: 99;
    padding: 10px 15px;
    display: none;
    border-radius: 4px;
}
.header_nav .header_about>a{
    display: block;
    margin: 10px 0;
}
.header_about .header_links{
    border-top: 1px solid #ccc;
    position: absolute;
    top: 149px;
    padding-top: 15px;
    width: 225px;
}
.header_about .header_links>a{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    margin-left: 4px;
}
.header_about .header_links>a:nth-child(1){
    background: url("../images/css_sprites.png") -125px -10px;
}
.header_about .header_links>a:nth-child(2) {
    background: url('../images/css_sprites.png') -62px -108px;
}
.header_about .header_links>a:nth-child(3) {
    background: url('../images/css_sprites.png') -10px -108px;
}
.header_about .header_links>a:nth-child(4) {
    background: url('../images/css_sprites.png') -62px -160px;
}
.header_about .header_links img{
    width: 32px;
    height: 32px;
}
.header_about .header_links .wechat_a:hover .wechat_img{display: block;}
.header_about .header_links .wechat_img{
    position: absolute;
    left: 136px;
    bottom: 30px;
    z-index: 2;
    width: 125px;
    height: 132px;
    display: none;
}