*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*头部样式 开始*/
#Top_8116{
    /*顶部*/
    width: 100%;/*宽度*/
    min-width: 1300px;
    height:60px;
padding: 5px 0;
background:#9c9a8d;
border-top: 5px solid #484b40;
}

#Dic_8116{
    /*底层*/
    width: 100%;/*宽度*/
    height: 130px;/*高度*/
    min-width: 1300px;
    background:#9c9a8d;
}

#juli_8116{
    /*底层距离*/
    width: 81%;/*宽度*/
    height: 140px;/*高度*/
    margin: 0 auto;
}

#logo_8116{
    /*logo*/
    float: left;/*左*/
    padding:10px 0 0 60px;/*内边距*/
}

#Car_sra_sousuo{
    float: right;
    margin:50px 50px 0 0;
}

#Search_882_a{
    /*输入框&图标*/
    width: 348px;/*宽度*/
    display: inline-block;/*行块级*/
    float: right;
    margin: 15px 0 0 0;

}

#Search_8116{
    /*搜索*/
    float: left;
    background:#fff;
border-radius: 25px;
}

#Icon_882_right{
    float: right;
}

#Search_882{
    /*搜索输入框*/
    width: 300px;/*宽度*/
    height: 38px;/*高度*/
    float: left;/*左*/
    padding: 5px;/*内边距*/
    margin: 2px 0 0 0;/*上距离*/
    font-size: 14px;/*字体大小*/
    font-variant: normal;/*默认值*/
    border: none;
    background:none ;
    border-radius: 8px;
    outline: none;/*去除发光边框*/
    padding-left: 15px;
    color: #000;
}

input::-webkit-input-placeholder{
    color: #919191;/*字体颜色*/
}

#Icon_882_sousuo{
    /*搜索icon*/
    padding: 4px 8px 0;/*右边距离*/
}

#Car_8116{
    /*购物车*/
    float: left;
    margin: -30px -160px 0 0;
}

#Nav_8116{
    /*导航栏*/
width: 100%;
min-width: 1300px;
background: #777463;
border-top: 4px solid #706d5c;
border-bottom: 4px solid #9d998e;
float: left;

margin-bottom: 5px;
}


/*头部样式 结束*/











/*导航样式*/
.Daohan_c {
    height: 100%;
    width: 100%;
    min-width: 1300px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 10px; 
}  
#Daohan1_c {
    margin: 0;

}   div#DaohanMenug_c {
    position: relative;

    z-index: 2;
}   

#Navs_C a  {
    text-align: center;
    color:#fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    text-decoration: none;
}
 a.hjht { }
#Navs_C span { display:block; cursor:pointer; white-space:nowrap; }
#Navs_C li ul span {white-space:normal;font-family:Helvetica,Arial,Sans-Serif;font-size: 12px;
    font-weight: bold; }
#Navs_C li a:hover{text-decoration:none;}
/* 0 Level */
#Navs_C .nav_home a{background:none;}
#Navs_C li {
    float:left; 
    /*margin-top: 4px;*/
}
#Navs_C li.active a {  }
#Navs_C a {
 float:left;
    font-weight:bold;
    padding:0 10px  ;
    font-family:Helvetica,Arial,Sans-Serif;
    font-size: 12px;
     }
#Navs_C a:hover {
    text-decoration: none !important;
    border-radius: 10px;
    color: #f96233;
}


/* 1st Level */
#Navs_C li.Headbrandli_c:hover ul{display:block;z-index:200;}


#Navs_C ul  {
    border-radius: 10px;
    background:#eee;
    border-top: medium none;
    box-shadow: 0 0 4px #333 inset;
    display: none;
    font-size: 12px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    float: left;
margin-top: 40px;
}
#Navs_C ul li {
    background: none;
  line-height:36px;
    display: block;
    float: left;
     margin: 0;
    padding:0; width: 25%;  border-bottom: 1px solid #000;}
#Navs_C ul li.last { border:none; }
#Navs_C ul li a {float:left;font-weight:normal; text-transform: none;  font-size:14px !important; color:#000;line-height:40px;}
#Navs_C ul li.active > a,
#Navs_C ul li.over > a  { text-decoration:none !important;}
#Navs_C li ul li a{border:0;margin:0;}
/* 2nd Level */

/* 3rd+ Level */
.col1-layout .col-main .cart{padding:5px}
#Navs_C ul li a { height:auto;line-height:16px; padding: 10px 0 10px 0px ; width:100%
  }
#Navs_C ul li a:hover { color:black !important; text-decoration:underline;   }

.navigation a{
	color: #000;
    font-weight: 600;
}
.navigation a:hover{
	color: #f96233;
}
#logo_8116 a img{
	width: 170px;
}
#currencebox form{
	color: #000;
    font-weight: 600;
}
#Car_8116 span{
	color: #fff;
    font-weight: 600;
}
#Car_8116 span:hover{
	color: #f96233;
}

#Navs_C li ul span:hover{
    color: #3b6998;
}

#header_top{
    width: 100%;
    min-width: 1300px;
    background:#000;
}



.Headbrandli_c:hover{
}




/*通用class*/

*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.float_left{
    float:left;
}

.float_right{
    float:right;
}

.marign_auto{
    margin:0 auto;
}


.page_header{
    width: 100%;
    /*height: 240px;*/
    min-width: 1300px;
    margin-bottom: 20px;
    /*border:4px solid #9DCE51;*/
    /*border-bottom: none;*/
    /*border-top: 4px solid #F4963F;*/
    /*border-bottom: 4px solid #F4963F;*/
    /*background-image: url("../images/bj_1.jpg");*/
    /*background: #000;*/
    background: -webkit-linear-gradient(#4E0609,#B60004, #FDF48E);
    background: -o-linear-gradient(#4E0609,#B60004, #FDF48E);
    background: -moz-linear-gradient(#4E0609,#B60004, #FDF48E);
    background: linear-gradient(#4E0609,#B60004, #FDF48E);
}

.page_top{
    width: 100%;
    height: 34px;
    /*background: #001727;*/
}

.page_min{
    width: 100%;
    height: 140px;
    /*background: #012233;*/
    /*margin:20px 0;*/
    /*border-top: 3px solid #00776E;*/
    /*border-bottom: 3px solid #BCBCBC;*/
/*    background: -webkit-linear-gradient(#9C9C9C, #FBFCF7);
    background: -o-linear-gradient(#9C9C9C, #FBFCF7);
    background: -moz-linear-gradient(#9C9C9C, #FBFCF7);
    background: linear-gradient(#9C9C9C, #FBFCF7);*/
}

.logo_img{
    width: 500px;
     /*margin-top: 5px; */
}

.page_down{
    width: 100%;
    /*height: 45px;*/
    background: #000;
    /*border-top: 4PX solid #292929;*/
    /*border-bottom: 6px solid #292929;*/
    /*border-radius: 20px 20px 0 0;*/
    /*margin-bottom: 10px;*/
/*    background: -webkit-linear-gradient(#0C260F, #659276);
    background: -o-linear-gradient(#0C260F, #659276);
    background: -moz-linear-gradient(#0C260F, #659276);
    background: linear-gradient(#0C260F, #659276);*/
    /*border-top: 8px solid #EFEEEA;*/
}

.page_curr{
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
    /*padding: 5px;*/
    /*background: #040309;*/
}

.page_curr select{
/*    border: none;
    background: none;*/
    font-size: 15px;
}

.page_cart{
    margin-top: 60px;
    margin-right: 20px;
    /*height: 62px;*/
    /*padding: 6px 30px 3px 20px;*/
    /*background: #040309;*/
}

.page_cart a{
    color: #fff;
}

.page_cart a:hover{
    color: red;
}

/*.cart_a{
    color: #2D350A;
}*/

.page_logrig{
    margin-top: 7px;
    margin-right: 50px;
    /*padding: 6px 30px 9px 20px;*/
    /*background: #040309;*/
}

.page_logrig a:hover{
    color:red;
}

.page_search{
    /*margin: 0 auto;*/
    /*width: 326px;*/
    margin-top: 50px;
    margin-right: 16px;
}

.page_search input{
    color: #fff;
    float: left;
    /*border: none;*/
    border:2px solid #fff;
    /*border-bottom: 3px solid #000;*/
    height: 30px;
    width: 300px;
    outline: none;
    padding: 0 42px 0 10px;
    font-size: 14px;
    margin-top: 4px;
    /*border-radius: 20px;*/
    /*border-radius: 10px 0 0 10px;*/
    background: transparent;
/*    background: -webkit-linear-gradient(#256F8A, #2B9CA4);
    background: -o-linear-gradient(#256F8A, #2B9CA4);
    background: -moz-linear-gradient(#256F8A, #2B9CA4);
    background: linear-gradient(#256F8A, #2B9CA4);*/
}

.page_search button{
    float:left;
    border:none;
    /*border-radius:20px;*/
    padding: 5px;
    /*border:2px solid #B63430;*/
    background: transparent;
/*    background: -webkit-linear-gradient(#F4E331,#FD8F01, #F4E331);
    background: -o-linear-gradient(#F4E331,#FD8F01, #F4E331);
    background: -moz-linear-gradient(#F4E331,#FD8F01, #F4E331);
    background: linear-gradient(#F4E331,#FD8F01, #F4E331);*/
    outline: none;
    margin-left: -40px;
    margin-top: 5px;
    width:40PX;
}

.search_img{
    width: 20px;
    /*margin-top: 4PX;*/
}

.logrig_a{
    color: #fff;
    margin-left: 20px;
    padding: 5px;
}

.char_span{
    float:left;
}

.page_logo{
    margin-top: -10px;
    margin-left: 50px;
    /*width: 460px;*/
    /*margin: 0 auto;*/
}

.char_img{
    width: 26px;
    margin-top: -2px;
    float:left;
}


.page_min_left{
    margin-top: 70px;
    width: 300px;
}

.page_min_right{
    margin-top: 40px;
    width: 400px;
    float:right;
}