/* banner开始 */ 
.banner_block{
    width:1200px;
    height:427px;
    margin:8px auto 0 auto;
}
.banner_block .banner_list{
    width:785px;
    height:427px;
    margin-left:195px;
    border-radius: 8px;
    overflow: hidden;
    float:left;
}
.banner_block .banner_list .big_ad{
    width:100%;
    height:100%;
    overflow: hidden;
}
.banner_block .banner_list .big_ad img{
    width: 100%;
    height:100%;
}
.banner_block .banner_list .slick-prev,.banner_block .banner_list .slick-next{
    width:39px !important;
    height:39px !important;
}
.banner_block .banner_list .slick-prev{
    left:0 !important;
    background:url('../images/new/index/banner_lt.png') no-repeat left !important;
}
.banner_block .banner_list .slick-next{
    right:0 !important;
    background:url('../images/new/index/banner_rt.png') no-repeat left !important;
}
.banner_block .banner_rt{
    width:210px;
    height:100%;
    float:left;
    margin-left:8px;
}
.banner_block .banner_rt .banner_ad{
    width:210px;
    height:210px;
    margin-top: 7px;
    border-radius: 8px;
    overflow: hidden;
}
.banner_block .banner_rt .banner_ad:first-child{
    margin-top:0;
}
.banner_block .banner_rt .banner_ad img{
    width:100%;
    height:100%;
    opacity: 0.9;
    cursor: pointer;
}
.banner_block .banner_rt .banner_ad img:hover{
    opacity: 0.8;
}

.slick-dots li{
    margin:0 0 0 8px !important;
}
.slick-dots li button{
    width:13px !important;
    border-radius:5px !important;
}
.slick-dots .slick-active button{
    width: 30px !important;
}


/*banner结束*/

.model_title{
    width:1200px;
    height:31px;
    line-height: 31px;
    font-size:24px;
    font-weight:bold;
    color:#384869;
    margin:56px auto 20px auto;
}
/*热门产品开始*/
.hot_goods{
    width: 1200px;
    height:auto;
    margin:0 auto;
}
.hot_goods .hot_cate{
    width: auto;
    height:130px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.hot_goods .hot_cate li{
    width:161px;
    height:130px;
    background:#fff;
    border-radius:6px 6px 0 0;
    color:#374567;
    position: relative;
    z-index: 0;
    transition: color 0.3s ease, background 0s ease;
    float:left;
    overflow: hidden;
    cursor: pointer;
    margin-right:10px;
}
.hot_goods .hot_cate li img{
    display: block;
    width:40px;
    height:40px;
    margin:37px auto 15px auto;
    /*transition: transform ease-out 0.3s;*/
}
.hot_goods .hot_cate li span{
    display: block;
    width:auto;
    height:21px;
    line-height: 21px;
    text-align:center;
}
/*.hot_goods .hot_cate li:hover img{
    transform: scale(1.8);
}*/
.hot_goods .hot_cate li::before{
    position: absolute;
    content: '';
    background: rgba(67,110,243,0.1);
    transition-duration: .3s;
    z-index: -1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 1;
}
.hot_goods .hot_cate li:hover:before{
    width:100%;
    height:100%;
    opacity: 1;
}
.hot_goods .hot_cate li.current:hover:before{
    width:100%;
    height:0;
    opacity: 1;
}
.hot_goods .hot_cate li.current{
    background: rgba(67,110,243,0.1);
}
.hot_goods .hot_cate li.current img{
    width:72px !important;
    height:72px !important;
    margin:20px auto 0 auto;
    display: block;
    transform: scale(1);
}
.hot_goods .hot_cate li.current:hover img{
    transform: scale(1) !important;
}
.hot_goods .goods_area{
    width:1200px;
    height:auto;
    min-height: 364px;
    margin:32px auto 60px auto;
}
.hot_goods .goods_area .hot_goods_block{
    width:1200px;
    height:auto;
    min-height: 344px;
    margin:0 auto;
    display: none;
}
.hot_goods .goods_area .hot_goods_block:first-child{
    display: block;
}
.hot_goods .goods_area .hot_goods_block li{
    width:222px;
    height:342px;
    border:1px solid #e1e6f0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06);
    float:left;
    margin:0 20px 20px 0;
}
.hot_goods .goods_area .hot_goods_block li:hover img{
    opacity: 0.9;
}
.hot_goods .goods_area .hot_goods_block li:hover .goods_name{
    color:#e79520;
}
.hot_goods .goods_area .hot_goods_block li:nth-child(5n){
    margin-right:0;
}
.hot_goods .goods_area .hot_goods_block li a{
    display: block;
}
.hot_goods .goods_area .hot_goods_block li img{
    display: block;
    width:200px;
    height:200px;
    margin:12px auto;
}
.hot_goods .goods_area .hot_goods_block li .goods_name{
    width:200px;
    height:44px;
    line-height: 21px;
    font-weight:bold;
    font-size:15px;
    color:#384869;
    margin:0 auto;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
.hot_goods .goods_area .hot_goods_block li .cate_name{
    width:auto;
    height:24px;
    line-height: 24px;
    border: 1px solid #436EF3;
    border-radius: 2px;
    background: #EBF0FC;
    font-size:12px;
    color:#436EF3;
    padding:0 8px;
    margin:7px 0 8px 12px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    display: inline-block;
}
.hot_goods .goods_area .hot_goods_block li .company{
    width:auto;
    height:16px;
    line-height: 16px;
    font-size:12px;
    color:#999;
    margin-left:12px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    display: inline-block;
    max-width:198px;
}
.hot_goods .goods_area .hot_goods_block li .company a{
    color:#999;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.hot_goods .goods_area .hot_goods_block li .company a:hover{
    color:#436EF3;
}
.hot_goods .goods_area .hot_goods_block li.more a{
    display: block;
    color:#384869;
    font-weight:400;
    font-size:28px;
    padding-top:84px;
    text-indent: 28px;
    width:100%;
    height:258px;
    background:url('../images/new/index/hot_more.png') no-repeat;
    background-size: 66px 32px;
    background-position:130px 267px;
}
.hot_goods .goods_area .hot_goods_block li.more:hover a{
    background:url('../images/new/index/hot_more_current.png') no-repeat;
    background-size: 66px 32px;
    background-position:130px 267px;
    color:#e79520;
}
/*热门产品结束*/

/*精选店铺开始*/
.model_more{
    width:1200px;
    height:20px;
    margin:-33px auto 13px auto;
}
.model_more a{
    display: inline-block;
    width:auto;
    height:19px;
    line-height: 19px;
    border-bottom:1px solid #436EF3;
    color:#436EF3;
    font-size:14px;
    line-height: 19px;
    padding-right:24px;
    background:url('../images/new/index/model_more.png') no-repeat right;
    float:right;
}
.store_list{
    width:1200px;
    height:auto;
    min-height: 378px;
    margin:0 auto;
}
.store_list li{
    width:289px;
    height:175px;
    border:1px solid #e1e6f0;
    float:left;
    margin:0 12px 12px 0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06);
}
.store_list li:nth-child(4n){
    margin-right:0;
}
.store_list li .store_logo{
    width:100%;
    height:86px;
    line-height: 86px;
    text-align:center;
    color:#384869;
    position: relative;
    top:0;
    left:0;
}
.store_list li .store_logo a{
    display: block;
}
.store_list li .store_logo .logo_img{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-repeat: no-repeat;
    background-position: center center;
    backface-visibility: hidden;
    transition: 1s;

}
.store_list li .store_logo img{
    width:86px;
    height:86px;
    display: block;
    margin:0 auto;
}
.store_list li .store_logo .store_name{
    width:100%;
    height:100%;
    color:#384869;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    position: absolute;
    top:0;
    left:0;
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    transition: 1s;
    background-repeat: no-repeat;
    background-position: center center;
    backface-visibility: hidden;
}
.store_list li .store_logo:hover .logo_img{
    transform: rotateY(180deg);
}
.store_list li .store_logo:hover .store_name{
    transform: rotateY(0deg);
}



.store_list li .store_goods{
    width:100%;
    height:67px;
    margin-top: 8px;
}
.store_list li .store_goods a{
    display: block;
}
.store_list li .store_goods .store_goods_lt{
    width:67px;
    height:67px;
    float: left;
    margin:0 10px 0 12px;
}
.store_list li .store_goods .store_goods_lt img{
    width:100%;
    height:100%;
}
.store_list li .store_goods .store_goods_rt{
    width:200px;
    height:100%;
    float:left;
}
.store_list li .store_goods .store_goods_rt .goods_name{
    width:auto;
    max-width: 195px;
    height:38px;
    line-height: 19px;
    color:#374567;
    font-size:14px;
    font-weight:400;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
.store_list li .store_goods .store_goods_rt .price_show{
    width:auto;
    height:19px;
    line-height: 19px;
    margin-top:11px;
}
.store_list li .store_goods .store_goods_rt .price_show .price{
    width:auto;
    max-width: 146px;
    color:#384869;
    font-weight:bold;
    font-size:14px;
    float:left;
}
.store_list li .store_goods .store_goods_rt .price_show .show{
    width:45px;
    color:#436EF3;
    font-size:12px;
    font-weight:bold;
    float:right;
}
.store_list li .store_goods:hover .show span{
    color:#e79520;
}
/*精选店铺结束*/

/*场景采购开始*/
.scene_block{
    width:100%;
    height:375px;
    overflow: hidden;
    margin:68px 0 52px 0;
    background: linear-gradient(90deg, #436EF3 0%, #88A5FF 100%);
}
.scene_block .scene_center{
    width: 1200px;
    height:100%;
    margin:0 auto;
}
.scene_block .scene_center .scene_lt{
    width:192px;
    height:100%;
    float:left;
}
.scene_block .scene_center .scene_lt .scene_title_bg{
    width:192px;
    height:81px;
    margin:57px 0 0 0;
    background:url('../images/new/index/scene_title_bg.png') no-repeat center;
    background-size:cover;
}
.scene_block .scene_center .scene_lt .scene_name{
    width:144px;
    height:102px;
    margin:8px auto 0 auto;
    /*background:url('../images/new/index/scene_name_bg.png') no-repeat center;*/
    text-align:center;
    line-height: 30px;
    color:#fff;
    font-size:20px;
    padding-top:30px;
}
.scene_block .scene_center .scene_lt .scene_show{
    width:105px;
    height:33px;
    line-height: 33px;
    text-align:center;
    color:#fff;
    border:1px solid #fff;
    border-radius:4px;
    font-size:14px;
    margin:0 auto;
}
.scene_block .scene_center .scene_lt .scene_show a:hover{
    transition: all 0.5s;
    background:#fff;
    color:#537bf6;
}
.scene_block .scene_center .scene_lt .scene_show a{
    color:#fff;
    display: block;
}
.scene_block .scene_center .scene_rt{
    width:963px;
    height:auto;
    max-height: 325px;
    float:right;
    margin-top:35px;
}
.owl-carousel .owl-wrapper-outer{
    padding:25px 0 !important;
}
.scene_block .scene_center .scene_rt .item{
    width:183px;
    height:252px;
    background:#fff;
    box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.16);
    margin:0 auto;
}
.scene_block .scene_center .scene_rt .item:hover img{
    opacity: 0.9;
}
.scene_block .scene_center .scene_rt .item:hover a .goods_name{
    color:#e79520;
}
.scene_block .scene_center .scene_rt .item a{
    display: block;
}
.scene_block .scene_center .scene_rt .item img{
    display: block;
    width:183px;
    height:160px;
}
.scene_block .scene_center .scene_rt .item .goods_name{
    width:auto;
    max-width: 167px;
    height:33px;
    line-height: 17px;
    font-size:12px;
    margin:10px 0 12px 8px;
    color:#374567;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
.scene_block .scene_center .scene_rt .item .cate_name{
    width:auto;
    max-width: 150px;
    height:22px;
    line-height: 22px;
    border:1px solid #436EF3;
    padding:0 8px;
    font-size:12px;
    color:#436EF3;
    background:#EBF0FC;
    margin-left:8px;
    display: inline-block;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
    width:30px;
    height:30px;
    background:url('../images/new/index/scene_l.png') no-repeat center;
    background-size:cover;
    position: absolute;
    left:-50px;
    top:130px;
    margin:0;
    padding:0;
    border-radius:0;
    opacity:1;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    width:30px;
    height:30px;
    background:url('../images/new/index/scene_r.png') no-repeat center;
    background-size:cover;
    position: absolute;
    right:-50px;
    top:130px;
    margin:0;
    padding:0;
    border-radius:0;
    opacity:1;
}
.owl-theme .owl-controls .owl-page span{
    background:#fff !important;
}
.owl-theme .owl-controls{
    margin-top:-2px !important;
}
/*场景采购结束*/

/*视频中心开始*/
.video_title{
    width:1200px;
    height:81px;
    background:url('../images/new/video/logo_video.png') no-repeat left;
    margin:0 auto;
}
.video_list{
    width:1200px;
    height:auto;
    min-height: 273px;
    margin:0 auto 80px auto;
}
.video_list li{
    width:286px;
    height:271px;
    border:1px solid #e1e6f0;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.06);
    border-radius: 4px;
    float:left;
    margin:16px 16px 0 0;
    background:#fff;
    overflow: hidden;
}
.video_list li:nth-child(4n){
    margin-right:0;
}
.video_list li a{
    display: block;
    width: 100%;
    height:100%;
}
.video_list li .video_img{
    width:286px;
    height:192px;
    transition: color 0.3s ease, background 0s ease;
    position: relative;
    z-index: 0;
    overflow:hidden;
}
.video_list li .video_img img{
    width:100%;
    height:100%;
}
.video_list li .video_img .shade{
    background:rgba(0,0,0,0.7);
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    transition-duration: .3s;
    z-index: -1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
}
.video_list li .video_img:hover{
    transition: color 0.3s ease, background 0s 0.3s ease;
}
.video_list li .video_img:hover .shade{
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.video_list li .video_img .shade .video_name{
    width:257px;
    height:83px;
    line-height: 30px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    margin:37px auto 35px auto;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:3;
}
.video_list li .video_img .shade .company_name{
    width:auto;
    max-width: 257px;
    height:16px;
    line-height: 16px;
    color:#c1c1c1;
    font-size:12px;
    margin-left:20px;
}
.video_list li .goods_name{
    width:262px;
    height:19px;
    font-size:14px;
    color:#374567;
    margin:12px auto 16px auto;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.video_list li .type_line{
    width:262px;
    height:17px;
    line-height: 17px;
    margin:0 auto;
    background:url('../images/icon/l1.jpg') no-repeat;
    background-position: 66px 2px;
}
.video_list li .type_line .type{
    width:58px;
    height:17px;
    line-height: 17px;
    background:#F6CF17;
    border-radius: 4px;
    text-align:center;
    color:#fff;
    font-size:11px;
    float:left;
    margin-right:17px;
}
.video_list li .type_line .show_num{
    width:auto;
    color:#ccc;
    float:left;
    font-size:12px;
    padding-left:30px;
    background:url('../images/new/video/play_c.png') no-repeat left;
    background-size:22px 15px;
}
.video_list li:hover .goods_name{
    color:#e79520;
}
/*视频中心结束*/

/*品牌馆开始*/
.brand_list{
    width: 1200px;
    height:auto;
    min-height: 113px;
    margin:0 auto 73px auto;
}
.brand_list li{
    width:192px;
    height:111px;
    border:1px solid #e1e6f0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06);
    margin:0 7px 7px 0;
    float:left;
}
.brand_list li:nth-child(6n){
    margin-right:0;
}
.brand_list li img{
    width:100%;
    height:100%;
}
/*品牌馆结束*/

/*热点资讯开始*/
.hot_news{
    width: 1200px;
    height:276px;
    margin:0 auto 165px auto;
}
.hot_news li{
    width:278px;
    height:274px;
    border:1px solid #e1e6f0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06);
    float:left;
    margin-right:26px;
    background:#fff;
    overflow: hidden;
}
.hot_news li:nth-child(4n){
    margin-right:0;
}
.hot_news li .img_block{
    width:100%;
    height:161px;
    overflow:hidden;
}
.hot_news li img{
    width:100%;
    height:100%;
    transition: transform ease-out 0.3s;
}
.hot_news li img:hover{
    transform: scale(1.1);
}
.hot_news li .news_title{
    width:248px;
    height:45px;
    line-height: 22px;
    font-weight:bold;
    color:#384869;
    font-size: 15px;
    margin:12px auto 18px auto;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
.hot_news li .show_line{
    width:248px;
    height:16px;
    line-height: 16px;
    margin:0 auto;    
}
.hot_news li .show_line .date{
    width:auto;
    min-width: 67px;
    max-width: 190px;
    color:#ccc;
    font-size:12px;
    float:left;
}
.hot_news li .show_line .show{
    width:auto;
    min-width: 40px;
    max-width: 50px;
    color:#436EF3;
    font-weight:bold;
    font-size:12px;
    float:right;
    text-align:right;
}
.hot_news li a{
    display: block;
    width: 100%;
    height:100%;
}
.hot_news li:hover .news_title{
    color:#e79520;
}

/*热点资讯结束*/
























