.banner{
    width: 100%;
    margin: 0 auto;
}

.popular-channels{
    clear: both;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    padding-top: 50px;
}
.type-title{
    font-size: 24px;
    color: #333333;
}
.wrap-more{
    width: 100%;
    margin-top: 15px;
    text-align: right;
    font-size: 12px;
}
.wrap-more>a{
    color: #a9a9a9;
    text-decoration: none;
}
.wrap-show{
    width: 100%;
    margin-top: 10px;
    background-color: #ffffff;
}

.wrap-show1{
    width: 100%;
    margin-top: 10px;
    position: relative;
    background-color: #ffffff;
    height: 400px;
    overflow: hidden;

}


/*全球热门渠道*/
.controll{
    display: block;
    width: 29px;
    height: 100px;
    
    position: absolute;
    cursor: pointer;
    z-index: 100;
    vertical-align: middle;
}
.controll img{
    margin-top: 25px;
}
.prev{
    left: 0px;
    top: 130px;

}
.next{
    right: 0px;
    top: 130px;

}


.country-list>li{
    display: block;
    position: relative;
    list-style: none;
    float: left;
    height: 400px;
}
.country-list li>div,.country-list li>img{
    float: left;
}
.country-list>li:not(:first-child){
    margin-left: 10px;
}
.country-shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 400px;
    background-color: rgba(7,22,36,0.7);
}
.country-shade div{
    clear: both;
    width: 150px;
    height: 100px;
    text-align: center;
}
.country-name>span{
    font-size: 20px;
    color: #ffffff;
    height: 22px;
    padding: 0;
    margin: 0;
}
.country-name>img{
    vertical-align: top;
    margin-top: 3px;
}
.country-name{
    display: block;
    position: relative;
    margin-top: 160px;
}
.find-more>a{
    display: block;
    font-size: 13px;
    color: #ffffff;
    width: 88px;
    height: 30px;
    border: 1px solid #666666;
    border-radius: 2px;
    margin: 0 auto;
    text-decoration: none;
    line-height: 30px;
    margin-top: 26px;
}
.info-panel{
    height:100%;
    width:390px;
    display: none;
    padding-left: 20px;
    text-align: left;
    background-color:#f8f8f8;
}
.panel-title{
    font-size: 18px;
    color: #333333;
    margin-top: 45px;
}
.panel-type-ul{
    margin-top: 25px;
}
.panel-type-ul li{
    list-style: none;
    clear: both;
    color: #666666;
    font-size: 14px;
    line-height: 25px
}
.panel-type-p>span{
    color: #333333;
}
.num-org{
    color: #ff6600;
}
.panel-type-p a{
    text-decoration: none;
}
.info-panel hr{
    border-top: 1px solid #eeeeee;
    width: 370px;
    margin-top: 38px;
}
.more-product-p{
    color: #333333;
    font-size: 14px;
    margin-top: 27px;
}
.more-product-ul{
    margin-top: 20px;
}
.more-product-ul li{
    list-style: none;
    width: 120px;
    float: left;
    overflow: hidden;
}
.more-product-ul>li:not(:first-child){
    margin-left: 10px;
}

.onc-change .country-shade{
    background-color: rgba(254,126,1,0.7);
}
.onc-change .find-more a{
    color: #fe7e01;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.mg-l0{
    margin-left: 0 !important;
}



.panel-show{
    display: block;
}




/*优质供应商*/
.supplier div{
    float: left;
}
.supplier-left{
    width: 252px;
    height: 412px;
}
.service{
    width: 250px;
    height: 203px;
    padding-top: 5px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.service ul li{
    list-style: none;
    margin-top: 15px;
}
.service ul li span{
    display: block;
    font-size: 15px;
    background-color: #eeeeee;
    color: #333333;
    line-height: 45px;
    height: 45px;
    width: 206px;
    margin: 0 auto;
    border-radius: 2px;
    cursor: pointer;
}
.service ul li .service-active,.service ul li span:hover{
    background-color: #fe7e01;
    color: #ffffff;
}

.supplier-card{
    background-color: #ffffff;
}

.supplier-card:hover{
     box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/ 

    -ms-box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/ 

    -webkit-box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/ 

    -moz-box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/ 

    -o-box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/   
}

.card-hover{
    background-color: #fff3e7;
}
.card-hover .look{
    background-color: #fe7e01;
    color: #ffffff;
    cursor: pointer;
}

.supplier-right{
    width: 948px;
    height: 412px;
}
.supplier-right ul li{
    list-style: none;
    float: left;
    margin-left: 11px;
}
.supplier-right ul li:nth-child(n+4){
    margin-top: 12px;
}
.supplier-right ul li>div{
    width: 302px;
    height: 198px;
    border: 1px solid #eeeeee;
}
.supplier-card>div{
    float: left;
    height: 100%;
}
.card-left{
    width: 33%;
    text-align:center;
    padding-top: 30px;

}
.card-left p{
    display: block;
    margin: 0 auto;
    width: 74px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fe7e01;
    color: #fe7e01;
    border-radius: 2px;
    margin-top: 25px;
}
.card-right{
    width: 65%;
    text-align: left;
}
.card-right-title{
    margin-top: 25px;
    font-size: 14px;
    color: #666666;
}
.card-right>hr{
    width: 178px;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    margin-top: 10px;
    height: 0;
}
.contactor{
    display: block;
    margin-top: 13px;
    width: 100px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    background-color: #f8f5f0;
}
.contactor img{
    margin-left: 8px;
}
.card-right>.info-words{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    width: 180px;
    margin-top: 12px;
}
.sale-info{
    width: 180px;
}
.month-sale-info{
    font-size: 12px;
    margin-top: 10px;
    color: #b8b8b8;
}
.month-sale-info>span{
    color: #eeeeee;
}
.month-sale-info .num{
    color: #fea142;
}





/* 热门商品*/
.main-hot{
    height: 440px;
    width: 252px;
    background-image: url(../Content/img/index/main-hot.png);
    text-align: center;
}
.main-hot img{
    margin-top: 147px;
}
.wrap-hot div{
    float: left;
}
.hot-table-wrap table{
    width: 948px;
    height: 440px;
    border-collapse:collapse;
}
.hot-table-wrap table tr td{
    border:1px solid #eeeeee;
    width: 25%;
    height: 50%;
}
.hot-table-wrap table tr td:hover{
     box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/ 

    -ms-box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/ 

    -webkit-box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/ 

    -moz-box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/ 

    -o-box-shadow:-3px 0 3px #eeeeee, /*左边阴影*/  
                3px 0 3px #eeeeee, /*右边阴影*/  
                0 -3px 3px #eeeeee, /*顶部阴影*/  
                0 3px 3px #eeeeee; /*底边阴影*/   
}


.hot-table-wrap table tr td>div{
    position: relative;
    width: 100%;
    height: 100%;
}
.td-wrap img{
    margin-top: 11px;
    width: 150px;
    height: 150px;
    transition: all 0.2s;
    cursor: pointer;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.hot-product-info{
    text-align: left;
    font-size: 12px;
    width: 210px !important;
    color: #7d7d7d;
    margin: 0 auto;
    position: absolute;
    left:12px;
    bottom: 5px;   
}
.hot-product-info>div{
    width: 100%;
}
.price{
    display: block;
    font-size: 15px;
    color: #fe7e01;
    float: left;
}
.price span{
    font-size: 12px;
    color: #999999;
}
.sale-volume{
    display: block;
    float: right;
    margin-top: 3px;
    font-size: 12px;
    color: #333333;
}

/**我们提供的服务**/
.our-service-list{
    margin-top: 40px;
}
.our-service-list li{
    list-style: none;
    display: block;
    position: relative;
    float: left;
    height: 282px;   
}
.our-service-list>li:not(:first-child){
    margin-left: 13px;
}
.our-service-list li>div:first-child{
    height: 282px;
    width: 290px;
    position: relative;
}
.diamond{
    display: block;
    text-align: center;
    width: 60px;
    height: 43px;
    background-color: #fe7e01;
    color: #ffffff;
    position: absolute;
    padding-top: 7px; 
    font-size: 16px;
    line-height: 18px;
    top: -10px;
    left: 115px;
    vertical-align: middle;
}
.shade{
    width: 100%;
    height: 0px;
}
.info-line1{
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
}
.info-line2{
    margin-top: 10px;
    font-size: 13px;
    color: #666666;
}
.new-info{
    background-color: #fff3e7;
    height: 92px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}
.new-info p{
    font-size: 13px;
    color: #747271;
    width: 250px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-shade{
    width: 100%;
    height: 282px;
    background-image: url(../Content/img/index/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: rgba(0,0,0,0.7);
    position: absolute !important;
    top: 0;
    display: none;
    color: #fe7e01;
    cursor: pointer;
}

.service-shade-word1{
    font-size: 32px;
    margin-top: 68px;
}
.service-shade-word2{
    font-size: 14px;
}
