
/*col_01*/
.col_01{margin-top: 40px;}

.video-pro{
    -webkit-user-select: none;
    /* -moz-user-select: none; */
}

/* 分类和轮播 */

.category{
    float: left;
    width: 220px;
	height: 480px;
	background-color: #ffffff;
	border-radius: 4px;
    padding: 0 20px ;
}
.category-top{
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
}

.category ul{
    border-top: 1px #f4f4f4 solid;
    border-bottom: 1px #f4f4f4 solid;
    line-height: 36px;
    font-size: 14px;
    padding: 14px 0;
}
.category-btm{
    
    line-height: 40px;
}


.swiper{
    /* float: right; */
    width: 1260px;
	height: 480px;
	border-radius: 4px;

}

.swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 4px;
    color: #000;
    opacity: 1;
    background: #fff;
  }

.swiper-pagination-bullet-active {
    width: 60px;
    height: 6px;
  }
.col_02{margin-top:40px;margin-bottom: 12px}
.img-container1 .imgli{
    float: left;
    overflow: hidden;
    background-color: #999999;
    width: 350px;
	height: 220px;
    position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 40px;
	
}
.img-container1 .imgli:last-child{margin-right: 0}
.img-container1 .imgli img{
    width:  350px;
    height:auto;
	max-height: 220px;
 
}

/* 新品 */
.new-pro-title{
   
    font-size: 30px;
	font-weight: bold;
    color: #333333;line-height: 120px;
    }
.pro-container{
    background-color: white;
    position: relative;
    border-radius: 6px;height: 400px;width: 100%
} 
.pro-container .scroll-prev{
    
    position: absolute;
    top: 177px;
    left: -23px;
}
.scroll-prev,.scroll-next{
    cursor: pointer;
    z-index: 100;
}
.scroll-prev:hover,.scroll-next:hover{
    opacity: 0.8;
}
.pro-container .scroll-next{
    position: absolute;
    top: 177px;
    right: -23px;
}
.new-pro{
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 360px;margin-top: 40px;
}  
.new-pro .swiper-wrapper {
width: 100%
}
.new-pro .swiper-wrapper .swiper-slide{ width: 226px;}
.spro{
    display: inline-block;
    width: 206px;
    box-sizing: border-box;
	height: 360px;
	background-color: #ffffff;
	border-radius: 4px;
    overflow: hidden;
}


.spro .pro-img{
    width: 208px;
    height: 208px;
    overflow: hidden;position:relative;border-radius: 4px;
    display:flex;
    align-items:center;
}
    .spro img {
        width: auto;
        height: auto;
        max-width: 208px;
        max-height: 208px;
    }
.spro .pro-img.video::before{content:'';background-color: rgba(0,0,0,.5);width: 100%;height: 100%;border-radius: 4px;position: absolute;top: 0;left: 0;z-index: 2;background-image: url("../img/bofang.png");background-size: 45px;background-position: center;background-repeat: no-repeat;}
    .spro .spro-name {
        margin: 14px 0;
        color: #333333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.spro .spro-id{
    font-size: 14px;
    color: #999999;
}
.spro .spro-date{
    float: right;
}
.spro .spro-price{
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #e60012;
    width:100%
}
    .spro .spro-price .heart img {
      
        height: 20px
    }
    .spro .spro-btn .btn {
        cursor: pointer;
        float: left;
        border-radius: 4px;
        box-sizing: border-box;
        width: 98px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
    }
.spro .spro-btn .btn1{background:#e60012;color:#fff}
.spro .spro-btn .btn2{background:#fff;color:#e60012;border:1px solid #e60012;}


.col_04{margin-top:20px;}
.col_04 .left{width:740px;}
.col_04 .left .video-container{width:100%;height: 400px;border-radius: 4px;background-color: #FFFFFF;padding: 40px;box-sizing: border-box;}
.col_04 .left .new-pro{margin-top:0;}

.col_04 .right{width:740px;}

.pro-btn div:first-child,.spro-btn div:first-child{
    margin-right: 10px;
}
.title_con{width:100%;}

.title_con .title{
  
    font-size: 30px;
	font-weight: bold;
    color: #333333;
    float: left;line-height: 100px;
    }
.title_con .more{
    float: right;
    color: #999999;line-height: 100px;
}
.title_con .more:hover{
    float: right;
    color: #333333;
}

.title_con .more-btn{
    color: #999999;
    margin-top: 35px;
    margin-left: 17px;
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    border-radius: 15px;
    background-color: #e5e5e5;
    line-height: 30px;
}
.title_con .more-btn span{
    color: #1e50a2;
}
.more-btn:hover, .more-btn:hover span{
    transition-duration: .15s;
    color:#ffffff !important;
    background-color:#e60012 !important;
}
.pro-btn div:hover,.spro-btn div:hover{
    transition-duration: .15s;
    color:#ffffff ;
    background-color:#e60012 ;
}
.col_05{margin-top:40px;}
.img-container2{width:100%;height: auto}
.img-container2 .imgli{width: 740px;height:300px;border-radius: 4px;overflow: hidden}
.img-container2 .imgli img{width: 100%;height:auto;border-radius: 4px;overflow: hidden}
/*  */

.video-pro{
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
    width: 680px;
	height: 400px;
	background-color: #ffffff;
	border-radius: 4px;
    margin: 0 30px;
    overflow: hidden;
}
.video-container{
    background-color: #fff;
    position: relative;
    border-radius: 6px;
}
.video-container .scroll-prev{
    position: absolute;
    top: 120px;
    left: 18px;    
}
.video-container .scroll-next{
    position: absolute;
    top: 120px;
    right: 18px;
}

.brand{
   
    box-sizing: border-box;
    width: 100%;
	height: 400px;
	background-color: #ffffff;
	border-radius: 4px;
    padding: 20px;
}
.brand a{
    height: 90px;
    box-sizing: border-box;
    padding:  20px 10px;
   
}
.brand a img{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}


.prolist .pro {
    float: left;
    width: 280px;
    height: 460px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
   
   
}
.prolist .pro:nth-child(5n){
    margin-right: 0;
}
    .prolist .pro img {
        max-width: 100%;
        max-height: 100%;
        width:auto;
        height:auto;
    }
.pro .pro-img{
    width: 280px;
    height: 280px;
    overflow: hidden;
    display:flex;
    align-items:center;
    position:relative;
        
}
.pro .pro-img .big {
    width: 32px;
    height: 32px;
    position: absolute;
    top:0;
    right:0;
}
    .pro .pro-img .big:hover {
       top:-2px;
    }
.pro-info{
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 0 20px;
}
.pro .pro-name {
    color: #333333;
    width: 100%;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro .pro-id{
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.pro .pro-date{
    float: right;
}
.pro .pro-price{
    margin: 10px 0 20px 0;
    font-size: 14px;
    line-height: 34px;
    color: #e60012;
    width:100%
}
.pro .pro-price .heart img {
    height: 20px
}
.pro .pro-btn{width:100%}
.pro .pro-btn .btn {
    cursor: pointer;
    float: left;
    border-radius: 4px;
    box-sizing: border-box;
    width: 115px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
.pro-btn .btn1{background-color: #e60012;color: #FFFFFF;}
.pro-btn .btn2{background-color: #FFFFFF;color: #e60012;border: 1px solid #e60012}





.pro-img ,.video-img,.img-container a,.img-container1 a {
    cursor: pointer;
    display: block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.video-img{
    height: 208px;
    background-color: black;
}
.video-img .imgi{
    object-fit: cover;
    position:absolute;
    opacity: 0.6;
}
.bofang{
    height:45px !important;
    width: 45px !important;
}

@media  (min-width: 1000px) and (max-width: 1540px){
   .col_01 .category{width:20%;}
   .col_01 .swiper{width:73%}
   .col_02 .img-container1 .imgli{width:24%;height:auto;margin-right:1%;}
   .col_02 .img-container1 .imgli .img{width:100%;height:auto;}
   .col_03 .pro-container .scroll-next{right:10px}
   .col_03 .pro-container .scroll-prev{left:10px;}
   .col_04 .left{width:49%}
   .col_04 .right{width:49%}
   .img-container2 .imgli{width:49%;height:auto;}

 .prolist{display:flex;flex-wrap: wrap;}
    .prolist .pro{    margin-right: 10px;    margin-left: 10px;}
	.prolist .pro:nth-child(5n){margin-right:0;}
}




