body{
    background:#f7f7f7;
}
.advertising {
    width:100%;
    background:#2749bc;
    text-align: center;
    border-bottom:2px solid #fff;
}
.w1200{
    width:1200px;
    height:auto;
    margin:auto;
}
.advertising_main{
    width:100%;
    height:87px;
    margin:auto;
    position:relative;
}
.advertising img{
    width:100%;
    height:86px;
}
.close_advertising{
    display: inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    border-radius: 50%;
    background:#fff;
    opacity: 0.5;
    text-align: center;
    font-size:24px;
    cursor: pointer;
    position:absolute;
    right:13px;
    top:6px;
}
.menu_left{
    width:260px;
    height:453px;
    margin:7px 18px;
    float:left;
}
.menu_li_one{
    width:100%;
    height:36.9px;
    line-height:37px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.menu_li{
    width:100%;
    height:34px;
    border-bottom:1px solid #dddddd;
    line-height:37px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position:relative;

}
.menu_right_show{
    position:absolute;
    left:261px;
    top:5px;
    width:905px;
    min-height:482px;
    display:block;
    background:#fff;
    z-index:9;
    border:1px solid #d1d1d1;
    box-shadow: 2px 0 5px -5px #d1d1d1;
}

.menu_li i{
    font-style: initial;
}

.menu_li.active{
    color:#f5b800;
    border:1px solid #d1d1d1;
    border-right:2px solid #fff;
    z-index:99;
}
.menu_li.active a{
    color:#f5b800;
    cursor: pointer;
}
.show_content_menu{
    width:865px;
    margin:0 0 20px 0;
}
.show_content_menu dt{
    line-height:30px;
    font-weight:bold;
    font-size:14px;
    color:#333333;
    margin-top:15px;
    margin-left:20px;
}
.show_content_menu dl{
    display: block;
    height:auto;
    overflow: hidden;
    zoom: 1;
}
.show_content_menu dl dd{
    float:left;
    width:265px;
    margin-left:20px;
    height:22px;
    line-height:22px;
    color:#555555;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.show_content_menu dl dd a{
    color:#555555;
}
.show_content_menu dl dd a:hover{
    color:#f5b800;
}

.all_right_show dt{
    line-height:30px;
    font-weight:bold;
    font-size:14px;
    color:#333333;
    margin-top:15px;
    margin-left:20px;
}
.all_right_show dl{
    display: block;
    height:auto;
    overflow: hidden;
    zoom: 1;
}
.all_right_show dl dd{
    float:left;
    width:265px;
    margin-left:20px;
    height:22px;
    line-height:22px;
    color:#555555;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.all_right_show dl dd a{
    color:#555555;
}
.all_right_show dl dd a:hover{
    color:#f5b800;
}
.all_category_menu{
    width:300px;
    min-height:482px;
    background:#555555;
    color:#fff;
    position:relative;
}
.all_category_menu ul{
    position:absolute;
    top:10px;
}
.all_category_menu ul li{
    width:290px;
    height:38px;
    line-height:38px;
    font-weight:bold;
    margin-left:10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position:relative;
}
.all_category_menu ul li.active{
    background:#fff;
    color:#f5b800;

}
.all_category_show{
    position:absolute;
    left:290px;
    top:0;
    width:300px;
    background:#ccc;
    display: none;
    z-index:99999;
}
.cat_subcont_two{
    display: none;
}
.cat_subcont_two.active{
    display: block;
}

.cat_subcont {
    display:none;
}
.cat_subcont.active {
    display:block;
}
.menu_li span{
    display: none;
    float:right;
}
.menu_li.active span{
    display: inline-block;
    padding-right:10px;
}
.all_right_show{
    position: absolute;
    right: 15px;
    top: 7px;
    width: 605px;
    min-height: 482px;
    z-index: 999;
    background: #fff;
    margin-bottom: 15px;
}
.menu_right{
    width:890px;
    height:340px;
    margin:5px 0px;
    float:left;
}
#banner{
    width:100% !important;
    height:100% !important;
}
.menu_bottom{
    width:890px;
    height:139px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.menu_bottom_img{
    width:160px;
    height:120px;
    margin:10px 11px;
    float:left;
}
.menu_bottom_img:nth-child(1){
    margin-left:0;
}
.menu_bottom_img:first-child{
    margin-left:0;
}
.menu_bottom_img:nth-child(5){
    margin-right:0;
}
.menu_bottom_img:first-child+.menu_bottom_img+.menu_bottom_img+.menu_bottom_img+.menu_bottom_img{
    margin-right:0;
}

.coupons_choose{
    width:100%;
    height:138px;
    border:1px solid #dddddd;
    border-radius: 5px;
    background:#fff;
}
.coupons_choose img{
    width:210px;
    height:100px;
    margin:20px 0px 20px 22px;
    cursor: pointer;
    transition: box-shadow 0.5s;
}
.coupons_choose img:hover{
    box-shadow:5px 20px 15px -15px #434343;
}
.menu_bottom_img{
    overflow: hidden;
}
.menu_bottom_img img{
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.menu_bottom_img img:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2)
}
.img-rotate-y img:nth-child(1)
{
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.img-rotate-y:hover img:nth-child(1)
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2)
}
.best_deals_main{
    width:100%;
    height:204px;
}
.best_deals_time{
    width:300px;
    height:204px;
    float:left;
    background:url("../best_deals_bg.png") 100% 100% no-repeat;
}
.best_deals_time h2{
    font-size:18px;
    width:260px;
    height:55px;
    line-height:55px;
    margin:auto;
    color:#fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.best_deals_content{
    width:260px;
    margin:auto;
    height:40px;
    color:#fff;
}
.best_deals_content span{
    float:left;
    display: inline-block;
    width:28px;
    height:40px;
    text-align: center;
    line-height:40px;
    font-size:24px;
}
.best_time_main{
    width:40px;
    height:40px;
    background:#fff;
    text-align: center;
    line-height:40px;
    color:#ff8b2a;
    font-size:24px;
    font-weight:bold;
    float:left;
}
.best_deals_day{
    width:260px;
    margin:auto;
    height:22px;
    line-height:22px;
    color:#fff;
    font-size:14px;
}
.best_deals_day span{
    float:left;
    display: inline-block;
    width:28px;
    height:22px;
}
.best_time_min{
    width:40px;
    height:22px;
    text-align: center;
    line-height:22px;
    float:left;
}

.best_time_main:nth-child(2),.best_time_min:nth-child(2){
    margin-left:10px;
}
.best_deals_right{
    width:899px;
    height:202px;
    border:1px solid #dddddd;
    float:left;
    background:#fff;
    border-left:0;
}
.best_deals_index{
    width:224px;
    height:180px;
    margin-top:9px;
    border-right:1px solid #dddddd;
    float:left;
}
.best_deals_index:nth-child(4){
    border-right:0;
}
.best_deals_product_img{
    width:180px;
    height:150px;
    margin:auto;
    position:relative;
    overflow: hidden;
    cursor: pointer;
}
.best_deals_product_img>img{
    width:100%;
    height:100%;
}
.best_deals_product_img img:nth-child(1)
{
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.best_deals_product_img:hover img:nth-child(1)
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2)
}
.best_deals_product_img img:nth-child(2){
    position:absolute;
    width:38px;
    height:38px;
    right:0;
    top:0;
}
.best_deals_prdt_name{
    width:180px;
    height:30px;
    line-height:45px;
    margin:auto;
}
.best_deals_prdt_name span{
    display: inline-block;
    height:20px;
    line-height:20px;
    background:#fe2435;
    color:#fff;
    font-size:12px;
    border-radius: 20px;
    padding:0 10px;
    float:left;
    margin-top:10px;
}
.best_deals_prdt_name strong{
    font-size:18px;
    color:#333333;
    float:right;
    font-weight:inherit;
}
.best_deals_more{
    height:36px;
    margin-left:20px;
    background:#f5b800;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-align: center;
    line-height:36px;
    border-radius: 36px;
    margin-top:30px;
    padding:0px 15px;
    border:0;
    transition: background 0.5s;
}
.best_deals_more:hover{
    background:#fed65e;
    cursor: pointer;
}

.most_popular_content{
    width:100%;
    height:300px;
}
.most_popular_left{
    width:588px;
    height:288px;
    float:left;
    border:1px solid #dddddd;
    border-radius: 5px;
    background:#fff;
}
.most_popular_title{
    width:100%;
    height:58px;
    border-bottom:1px solid #dddddd;
    background:url("../most_popular_title_bg.png") no-repeat;
    background-size: 100% 100%;
}
.most_popular_title2{
    width:100%;
    height:58px;
    border-bottom:1px solid #dddddd;
    background:url("../popular_bg2.png") no-repeat;
    background-size: 100% 100%;
}
.most_hot_img{
    width:48px;
    height:56px;
    margin-left:20px;
    float:left;
}
.most_hot_img img{
    width:48px;
    height:56px;
}
.most_popular_main{
    width:475px;
    height:30px;
    float:left;
    line-height:30px;
    font-size:16px;
    color:#fff;
    margin-left:15px;
}
.most_popular_main a{
    color:#fff;
}
.most_popular_star{
    margin-left:15px;
    width:auto;
    height:25px;
    line-height:20px;
    float:left;
}
.layui-rate{
    padding:0;
}
.most_popular_img{
    width:168px;
    height:168px;
    border:1px solid #dddddd;
    margin:11px 0px 0px 20px;
    float:left;
    position:relative;
    overflow: hidden;
}
.most_left_top{
    position:absolute;
    width:40px;
    height:39px;
    left:0;
    top:0;
}
.most_popular_img>img:first-child{
    width:163px;
    height:140px;
    marign:auto;
    margin-top:15px;
    transition:all .5s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.most_popular_img>img:first-child:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2)
}
.most_hot_img_font{
    width:170px;
    height:35px;
    line-height:35px;
    text-align: center;
    float:left;
    margin-left:20px;
    font-size:16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rfq_left_img{
    width:720px;
    height:400px;
    float:left;
}
.rfq_left_img img{
    width:100%;
    height:100%;
}
.rfq_right_content{
    width:458px;
    height:398px;
    border:1px solid #dddddd;
    float:left;
    margin-left:18px;
    border-radius: 5px;
    background:#fff;
}
.rfq_right_main{
    width:420px;
    height:auto;
    margin:auto;
}
.rfq_right_main h2{
    height:35px;
    line-height:35px;
    font-size:24px;
    font-weight:bold;
}
.rfq_input{
    width:418px;
    height:38px;
    border:1px solid #dddddd;
    font-size:14px;
    color:#999999;
    margin-top:25px;
    padding-left:10px;
}
.rfq_two_input{
    width:196px;
    height:38px;
    border:1px solid #dddddd;
    padding-left:10px;

    float:left;
}
.rfq_three_input{
    width:178px;
    height:38px;
    border:1px solid #dddddd;
}
.rfq_right_main .layui-input-block .layui-form-select{
    width:190px;
    height:36px;
    border:1px solid #dddddd;
    float:left;
    margin-left:20px;
}
.rfq_right_main .layui-form-select .layui-input{
    height:36px;
    text-align: left;

}
.rfq_right_main .layui-input-block{
    margin-bottom:30px;
    margin-left:0;
    margin-top:30px;
}
.rfq_right_main .rfq_first_input .layui-form-label{
    padding:9px 0px;
}
.rfq_right_main .rfq_first_input .layui-form-select{
    width:70%;
    height:36px;
    border:1px solid #dddddd;
    float:right;
    margin-left:20px;
}
.rfq_submit_btn{
    width:140px;
    height:40px;
    line-height:40px;
    text-align: center;
    color:#fff;
    background:#f5b800;
    font-size:18px;
    padding:0px 20px;
    font-weight:bold;
    border:0;
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
}
.rfq_submit_btn:hover{
    background:#fbcf4b;
}
.used_left ,.used_right{
    width:590px;
    height:274px;
    float:left;
}
.used_right{
    margin-left:20px;
}
.used_left_content{
    width:588px;
    height:198px;
    border:1px solid #dddddd;
    border-radius: 5px;
}
.used_left_img{
    width:230px;
    height:100%;
    position:relative;
    float:left;
}
.used_left_img img{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:0;
}
.used_left_center{
    width:190px;
    height:100%;
    margin:auto;
    position:relative;
}
.used_left_center text{
    font-size:18px;
    color:#fff;
    font-weight:bold;
    padding-top:20px;
    display: inline-block;
}
#used_btn_show,#used_btn_show2{
    position:absolute;
    bottom:20px;
    left:0px;
    margin-left:0;
}
.used_right_content{
    width:358px;
    height:100%;
    float:left;
    background:#fff;
}
.used_right_main{
    width:325px;
    height:165px;
    margin:15px auto;
}
.used_main_smalltitle{
    wdith:100%;
    height:25px;
    line-height:25px;
    font-size:16px;
    color:#333333;
    font-weight:bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.used_main_img_list{
    width:100%;
    height:100px;
    margin-top:25px;
}

.used_main_img_list img{
    width:100px;
    height:100px;
    margin-left:8px;
    cursor: pointer;
    transition: margin-top 0.5s;
}
.used_main_img_list img:hover{
    margin-top:-20px;
}
.used_main_img_list img:first-child{
    margin-left:0;
}
.brand_zone_main{
    width:100%;
    height:88px;
    border:1px solid #dddddd;
    background:#fff;
}
#four_flash{
    width:100%;
    height:100%;
    position:relative;
}
.mobile li{
    float:left;
    width:135px;
    height:76px;
    margin-left:15px;
    margin-top:5px;
}
.mobile li img{
    width:135px;
    height:76px;

}
.flashBg{
    width:1050px;
    height:100%;
    margin:auto;
    overflow: hidden;
    position:relative;
}
.flashBg .mobile{
    position:absolute;
    width:2000%;
    left:0;
    top:2px;
}
#four_flash .but_left,#four_flash .but_right{
    width:75px;
    height:100%;
    position:absolute;
    top:0;
    text-align: center;
    line-height:88px;
    font-size:35px;
    cursor: pointer;
}
#four_flash .but_left:hover,#four_flash .but_right:hover{
    background:#f9f9f9;
}
#four_flash .but_left:active,#four_flash .but_right:active{
   font-size:25px;
}
#four_flash .but_left{
    left:0;
}
#four_flash .but_right{
    right:0;
}
.zone_content{
    width:100%;
    height:240px;
}
.zone_main_list{
    width:283px;
    height:238px;
    border:1px solid #dddddd;
    float:left;
    margin-left:20px;
}
.zone_main_list:first-child{
    margin-left:0;
}
.zone_list_img{
    width:100%;
    height:160px;
    overflow: hidden;
}
.zone_list_img img{
    width:100%;
    height:100%;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
}
.zone_list_img img:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2)
}
.zone_list_title{
    width:93%;
    height:40px;
    line-height:40px;
    color:#333333;
    font-size:16px;
    font-weight:bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left:10px;
    cursor: pointer;
}
.zone_list_title:hover{
    text-decoration: underline;
}
.zone_list_bottom{
    width:93%;
    height:35px;
    line-height:35px;
    color:#999999;
    font-size:14px;
    padding-left:10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.activity_view_bg{
    width:100%;
    height:auto;
}
.event_marketing_banner{
    width:100%;
    height:auto;
    background:url("../activity_bg.png") no-repeat;
    background-size:100% 100%;
}
.activity_view_bg2{
    width:100%;
    height:auto;
    background:#f2f2f2;
}
.event_marketing_banner2{
    width:100%;
    height:auto;
    background:url("../event_marketing_bg2.png") no-repeat;
    background-size:100% 100%;
}
.activity_view_bg .cate_title strong,.activity_view_bg .cate_title span{
    /*color:#fff;*/
}
.old_price{
    margin:auto;
    width:204px;
    height:30px;
    line-height:30px;
    color:#999999;
    text-decoration: line-through;
}
.mini_order{
    color:#999999;
    width:204px;
    margin:auto;
    height:20px;
    line-height:20px;
}
.mini_order span{
    color:#333333;
}
.to_bottom_menu{
    border:0;
    background:#fff;
    border:1px solid #ddd;
    border-radius: 5px;
    padding:10px 15px;
    cursor: pointer;
    margin-top:5px;
    margin-left:5px;
}
.to_bottom_menu:hover{
    background:#f5b800;
    color:#fff;
}
.w1200.layui-tab-card {
    border:0;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
.w1200.layui-tab-card ul{
    border-radius: 5px;
    background:#fff;
}
.w1200.layui-tab-card>.layui-tab-more .layui-this {
    background: 0 0;
    color: #f5b800;
}
.w1200.layui-tab-card>.layui-tab-title .layui-this{
    color: #fff;
    background: #f5b800;
}
.w1200.layui-tab-card>.layui-tab-title .layui-this a{
    color: #fff;
}
.w1200.layui-tab-card ul li a:hover{
    color:#f5b800;
}
.nav-mobile {display: none;font-weight: bold;width: 100%;}
.w1200.layui-tab-card.navFix{position: fixed;top: 0;left: 50%;margin-top:0 !important;margin-left:-600px;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e3\9; z-index: 99999;}
