﻿/** 页面顶端导航 start**/
em {
    font-style: normal;
}
.header-wrapper-v2 {
    min-width: 1208px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fb;
    position: relative;
    z-index: 99;
}
    .header-wrapper-v2 a {
        text-decoration: none;
    }
ul {
    list-style: none;
}
.brand {
   color:white;
   font-size:16px;
   text-align:center;
   letter-spacing:3px;
   line-height:80px;
}
.header-wrapper-v2 .header-content {
    width: 84%;
    margin: 0 auto;
    height: 32px;
    font-size: 12px;
    color: #8f9bb3;
    background-color:#f4f4f4;
    line-height: 36px;
}
    .header-wrapper-v2 .header-content .header-col-right {
        float: right;
        width: auto;
    }
        .header-wrapper-v2 .header-content .header-col-right .login-box {
            color: #000000;
        }
            .header-wrapper-v2 .header-content .header-col-right .login-box a {
                color: black;
            }
                .header-wrapper-v2 .header-content .header-col-right .login-box a:hover {
                    color: red;
                }
            .header-wrapper-v2 .header-content .header-col-right .login-box em {
                margin: 0 5px;
            }
.login-btn_left {
    margin-left: 15px;
}
/** 页面顶端导航 end**/
/** Logo、城市、搜索框、购物车 start **/
.index-search-box-wrapper {
    /*height: 100px;
    width: 1210px;
    margin: 3px auto;*/
    width: 1210px;
    display: flex;
    height: 100px;
    justify-content: space-around;
    margin: 0 auto;
}
    .index-search-box-wrapper .i-triangle-supermarket {
        width: 0;
        height: 0;
        border-top: 4px solid #7c8aa6;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 0;
        margin-top: 20px;
        position: relative;
        left: 3px;
        top: 12px;
    }
.logo_typeface {
    line-height: 10;
    /*height: 104px;
    float: left;
    
    padding-left: 66px;*/
    /*position: relative;
    left: -15px;*/
}
    /*.logo_typeface span {
        font-size: 45px;
        margin-left: -41px;
        line-height: 104px;
        color: #0072BC;
        font-family:"Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
    }*/
.logo_typeface_city {
    width: auto;
    float: left;
    margin-top: 43px;
}
.serch {
    /*height: 104px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    float: left;*/
    /*margin-left: 67px;*/
}
    .serch span {
        line-height: 100px;
        height: 60px;
        margin-left: 10px;
    }
        .serch span input:nth-child(1) {
            width: 500px;
            height: 38px;
            border: 2px solid #a20000;
            font-size: 14px;
            padding-left: 12px;
            outline: none;
        }
        .serch span input:nth-child(2) {
            margin-left: -6px;
            width: 98px;
            height: 38px;
            background-color: #a20000;
            border: 0;
            font-size: 14px;
            color: White;
            cursor: pointer;
            outline: none;
            letter-spacing:5px;
        }
.shoppingBox {
    /*width: 145px;
    height: 35px;
    float:left;
    border: 1px solid #d8d8d8;*/
    float: right;
    height: 104px;
    vertical-align: middle;
    display: flex;
    justify-content: left;
    align-items: center;
}
.cw-icon {
    /*width: 135px;
    height: 35px;
    text-align: center;
    line-height: 104px;*/
    /*border: 1px soild #d8d8d8;*/
    /*float: left;*/
    /*background-color:#d8d8d8;
    padding: 30px 28px 0px 36px;
    margin:30px 0px 0px 55px;*/
    cursor: pointer;
    font-size: 14px;
    color: #555555;
    margin-left: 20px;
    border: 1px solid #e0e0e0;
    width: 155px;
    height: 38px;
    line-height: 35px;
    padding-left: 28px;
}
    .cw-icon img {
        /*width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;*/
        /*border: 1px solid #d8d8d8;*/
        /*float: left;
    margin:40px 5px 0px 20px;*/
        width: 20px;
        margin-right: 12px;
        position: relative;
        top: -2px;
    }
/** Logo、城市、搜索框、购物车 end **/
/** 页面菜单导航 start **/
.meun_nav_father_top {
    width: 100%;
    min-width: 1208px;
    /*border-bottom:2px solid #fc4c4c;*/
    /*background: -ms-linear-gradient(top,#198ffd,#6962f8);        /* IE 10 */
    /*background:-moz-linear-gradient(top,#198ffd,#6962f8);/*火狐*/
    /*background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#198ffd), to(#6962f8));/*谷歌*/
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#198ffd), to(#6962f8));      /* Safari 4-5, Chrome 1-9*/
    /*background: -webkit-linear-gradient(top, #198ffd, #6962f8);   /*Safari5.1 Chrome 10+*/
    /*background: -o-linear-gradient(top, #198ffd, #6962f8);  /*Opera 11.10+*/
}
    .meun_nav_father_top .g_nav {
        background-color: #fff;
        height: 40px;
        line-height: 40px;
        font-family:"Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
        margin-top: 11px;
    }

/*顶部右侧电话咨询样式*/
.consulting {
    position: relative;
    left: 63px;
    top: 32px;
}
.consulting img {
    margin-right: 13px;
    width: 30px;
    height: 30px;
    margin-top: -3px;
}
.consulting span {
    margin-left: .225rem;
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #128EF1;
    line-height: 34px;
}
/*顶部右侧电话咨询样式*/
.g_nav .w {
    position: relative;
    z-index: 12;
}
.g_nav_inner{margin-left:25px; display:flex;}
    .g_nav_inner .item {
        padding: 0px 18px;
        text-align: center;
        font-size: 16px;
        white-space: nowrap;
        /* float: left;*/
    }
    .g_nav_inner .item a {
        color: #555555;
        display: block;
        margin-left: 6px;
    }
.color1a9ff7 {
    color: #fc5e00;
}
.color1a9ff7 a{
    color: #fc4c4c !important;
}
.color023894 {
    background-color: #023894;
}
.fs_14 > a {
    margin-right: 8px;
}
.g_nav_cata {
    /*width: 340px;*/
    /*width:288px;*/
    width:197px;
    float: left;
    -ms-word-break: break-all;
}
    .g_nav_cata h2 {
       font-size:16px;font-weight:normal;
    }
    .g_nav_cata .tit {
        background-color: #a20000;
        height: 40px;
        color: #fff;
        overflow: hidden;
        font-size: 16px;
        padding-top: 5px;
        margin-left:-10px;
    }
    .g_nav_cata .ico {
        background: url('/images/cata_ico.png') no-repeat;
        width: 18px;
        height: 18px;
        line-height: 0;
        overflow: hidden;
        font-size: 0px;
        margin-right: 8px;
        margin-left: 10px;
        float: left;
        _display: inline;
    }
    .g_nav_cata .tit .ico {
        margin-top: 7px;
        margin-left: 16px;
        margin-right: 40px;
    }
.gn_cata_subs .ico {
    margin-top: 1px;
}
/*.gn_cata_item {
    padding-top: 10px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-width: 1px;
}*/
.g_nav_cata .pj .ico {
    background-position: 0px -18px;
}
.gn_cata_c1 .ico {
    background-position: 0px -18px;
}
.g_nav_cata .yp .ico {
    background-position: 0px -36px;
}
.g_nav_cata .ser .ico {
    background-position: 0px -54px;
}
.gn_cata_more .ico {
    background-position: 0px -72px;
}
/*.gn_cata_subs1, .gn_cata_subs2, .gn_cata_subs3, .gn_cata_subs4, .gn_cata_subs5 {
    background: rgb(255, 255, 255);
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    width:288px;
}*/
.gn_cata_subs1 {
    border-bottom: 1px solid #e0e0e0;
   /* background: #fff;*/
    position:relative;
    padding-left:16px;
}
    .gn_cata_subs1.hover {
       background: #ed3c3c;
    }
   .gn_cata_subs1.hover .fs_14>a{color:#fff;}
   .gn_cata_subs1.hover .gn_cata_lv1{display:block;
                                    /* border:2px solid #fc4c4c; */
                                     border-bottom:none; }
    .gn_cata_lv1 .hover .gn_cata_lv2{display:block;
                                    /* border:2px solid #fc4c4c; */
                                     border-top:none;}
        .gn_cata_lv1 .hover .gn_cata_lv2 a:hover {
            color: #a20000;
        }
        .gn_cata_lv1 .hover .gn_cata_c1 > a {
            color: #fc4c4c !important;
        }
.gn_cata_c1 {
    width: 100%;
    height: 25px;
    line-height: 25px;
}
    .gn_cata_c2 {
        padding: 5px 0px 6px;
        width: 100%;
        height: 75px;
        overflow: hidden;
    }
    .gn_cata_c2 .item {
        width: 89px;
        height: 23px;
        line-height: 23px;
        overflow: hidden;
        padding-left: 10px;
        float: left;
        -ms-word-break: break-all;
        _width: 88px;
    }
.gn_cata_more {
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    display: block;
}
    .gn_cata_more .ico {
        margin-top: 10px;
    }
/*.g_nav_cata2 .gn_cata_list {
	height: 441px;
}
.g_nav_cata2 .gn_cata_item {
}*/
.g_nav_cata2 .ico {
    background-image: url('/images/cata.png');
}
.g_nav_cata2 .gn_cata_item {
  /* position: relative; */
   float:left;
}
.g_nav_cata2 .cmd_cata {
    margin: 5px 0px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-size: 0px;
    position: relative;
}
    .g_nav_cata2 .cmd_cata .item {
        margin: 0px 15px 0px 10px;
        height: 22px;
        line-height: 22px;
        overflow: hidden;
        font-size: 12px;
        float: left;
        white-space: nowrap;
        -ms-zoom: 1;
    }
.g_nav_cata2 .gn_cata_more {
    height: 35px;
    line-height: 35px;
}
    .g_nav_cata2 .gn_cata_more .ico {
        background-position: 0px -28px;
        margin-top: 8.5px;
    }
.g_nav_cata2 .gn_cata_c1 .ico {
    background-position: 0px -18px;
    background-image: url('/images/cata_ico.png');
    background-repeat: no-repeat;
    margin-top: 5px;
}
.gn_cata_lv1 .gn_cata_c1{ 
    line-height:23px; 
    margin:0px 5px;
}
    .gn_cata_lv1 .gn_cata_c1 > a {
        color:#fff;
        background-color:#444;
        padding:2px 5px;
        display:inline-block;    }
        .gn_cata_lv1 .gn_cata_c1 > a span::after {
            /*content: '\00BB';中文双右尖括号*/
            content:'\009B';/*单右尖括号*/
            color: #fff;
            margin-left:5px;
            font-size:18px;
            position: relative;
            top: -2px;
        }
.gn_cata_lv1 .hover .gn_cata_c1 > a span::after {
    color: #a20000;
}
            .gn_cata_lv1 {
                background: rgb(255, 255, 255);
                border: 1px solid rgb(223, 223, 223);
                border-bottom: none;
                border-left: none;
                left: 287px;
                top: -1px;
                width: 898px;
                display: none;
                position: absolute;
            }
.gn_cata_lv2 {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    border-top:none;
    left: 0px;
    width: 898px;
    line-height: 22px;
    display: none;
    position:absolute;
    padding-bottom:58px
}
    .gn_cata_lv2 .lv2_item {
       /* margin: -10px 0 10px 10px;
        padding-top: 15px;
        position: relative;
        min-height: 24px; */
        display:inline-table;
        /*width: 49%;*/
        width:19%;
        padding: 5px 0 0 20px;
    }
        .gn_cata_lv2 .lv2_item a {
            margin-right: 12px;
        }
        .gn_cata_lv2 .lv2_item dt {
            height:28px;
            line-height:28px;
           /* font-weight:bold;*/
           /* position: absolute;*/
           /* background-color:#ffeded;*/
            padding-left:5px;
        }
        .gn_cata_lv2 .lv2_item dt>a {
            color:#555;
            font-size:14px;
        } 
        .gn_cata_lv2 .lv2_item a {
            display: inline-block;
        }
   /* .gn_cata_lv2 .sider {
        width: 228px;
        height: 345px;
        float: left;
    }
    .gn_cata_lv2 .sider_in {
        padding: 14px 0px 0px 14px;
        height: 1000px;
        border-left-color: rgb(223, 223, 223);
        border-left-width: 1px;
        border-left-style: solid;
        _height: auto;
        _border-left: none;
    }
    .gn_cata_lv2 .sd_hot_md {
        width: 198px;
        border-top-color: rgb(238, 238, 238);
        border-left-color: rgb(238, 238, 238);
        border-top-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-left-style: solid;
    }
        .gn_cata_lv2 .sd_hot_md img {
            float: left;
        }
        .gn_cata_lv2 .sd_hot_md .min_pic {
            width: 98px;
            border-right-color: rgb(238, 238, 238);
            border-bottom-color: rgb(238, 238, 238);
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
            float: left;
            display: inline;
        }
    .gn_cata_lv2 .sd_big_pic {
        width: 199px;
        height: 175px;
        overflow: hidden;
        margin-top: 25px;
        display: block;
    }*/
/*.g_nav_cata2 .hover {
    background: rgb(255, 246, 238);
}
    .g_nav_cata2 .hover .gn_cata_lv2 {
        display: block;
    }
.g_nav_cata2 li:first-child.hover .gn_cata_lv2 {
    top: 0px;
}
.g_nav_cata2 .hover .arrow {
    background-color: rgb(160, 160, 160);
}*/
.g_nav_cata_pj .cmd_cata {
    height: auto;
    max-height: 44px;
}
.g_nav_cata_pj .gn_cata_more {
    height: 39px;
    line-height: 39px;
}
    .g_nav_cata_pj .gn_cata_more .ico {
        margin-top: 9px;
    }
/** 页面菜单导航 end **/
/* 当前位置  start */
.g_mod_webpos {
    padding: 15px 0;
}
    .g_mod_webpos a {
        color: #777;
    }
        .g_mod_webpos a:hover {
            color: #EB6100;
        }
/* 当前位置 end */

/*汽车用品添加热点效果*/
.hotspot{
    color: white;
    background-color: #f60;
    padding: 0 2px 0px;
    border-radius: 4px;
    padding-bottom: 17px;
    vertical-align: middle;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 7px;
    margin-left:41px;
}
.consulting {
    position: relative;
    left: 15px;
    top: 35px;
    float: right;
}
.consulting img {
    margin-right: 8px !important;
    width: 81% !important;
    margin-top: 2px !important;
}
img.img2 {
	width: 26px;
}

/*下拉菜单*/
/* 下拉按钮样式 */
.dropbtn {
	background: none;
	color: #333;
	/* padding: 16px; */
	font-size: 14px;
	border: none;
	cursor: pointer;
}

/* 容器 <div> - 滚动容器 */
.dropdown {
	position: relative;
	display: inline-block;
	bottom: 34px;
	left: 4px;
	float: right;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
	display: none;
	position: absolute;
	/*background-color: #fff;*/
	min-width: 85px;
	/*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
	z-index: 4;
    top: 47px;
    right: -17px;
}

/* 鼠标悬停时显示下拉内容 */
.dropdown:hover .dropdown-content {
	display: block;
}

/* 链接样式 */
.dropdown-content a {
    color: black;
    padding: 8px 7px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    height: 14px;
    position: relative;
    line-height: 1;
}
.syc_span{
    color: rgb(0,32,96);
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
    font-family:"Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}
.syc_en{
    color: rgb(0,32,96);
    font-size: 14px;
    padding-left: 8px;
    position: relative;
    bottom: 8px;
    font-family:"Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}
.logo_left img{
    margin-top: 21px;
}
.logo_left span{
    position: relative;
    color: rgb(0, 32, 96);
    line-height: 51px;
    font-size: 20px;
    font-weight: bold;
    top: 13px;
    left: 3px;
}
.logo_left p{
    color: rgb(0, 32, 96);
    font-size: 14px;
    padding-left: 8px;
    position: relative;
    bottom: 12px;
}
#g_nav_inner .item {
    color: #555555; /* 默认颜色 */
}
/* 确保.active样式优先级足够高 */
.g_nav_inner .item.active a {
    color: #fc5e00 !important; /* 替换为实际需要的颜色 */
}

.color1a9ff6 a {
    color: #555555 !important;
}