.title-bc{
    width: 1520px;
    height: 300px;
    position: relative;
    line-height:300px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin: 20px 0 40px 0;
}
.title-bc img{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.categroy{
    float: left;
    box-sizing: border-box;
    width: 300px;
	background-color: #ffffff;
	border-radius: 4px;
    margin-right:40px ;
    padding: 0 40px;
    overflow: hidden;
    padding-bottom: 30px;
}
.categroy-title{
    font-size:  20px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 25px;
}
.categroy-list:last-child{
    overflow-y:scroll ;
    height: 540px;
    width:100%;
}
::-webkit-scrollbar
{
    width: 3px;
    height: 3px;
  
}
  
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    border-color: rgb(0, 0, 0,0);
}
  
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    background-color: #d9d9d9;
   border-radius: 2px;
}

.categroy-list div{
    margin-bottom: 22px;cursor: pointer
}
.categroy-list div:last-child{
    margin-bottom: 0;
}
.categroy-search{
    box-sizing: border-box;
    width: 220px;
	height: 40px;
    margin-bottom: 25px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #d9d9d9;
}
.categroy-search input{
    line-height: 38px;
    padding-left: 8px;
    font-size: 14px;
}
.categroy-search img{
    float: right;
    margin-top: 10px;
    margin-right: 12px;
}



.categroy-list input[type='radio'] {
    display: none;
}
.categroy-list input[type="radio"]+label{
    line-height: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #333333;cursor: pointer
}
.categroy-list input[type="radio"]+label::before{
    margin-right: 12px;
    box-sizing: border-box;
    content: '\a0';
    font-size: 8px;
    display: inline-block;
    border: 1px solid silver;
    border-radius: 4px;
    text-align: center;
    line-height: 16px;
    width: 18px;
    height: 18px;
    font-weight: bold;
}
.categroy-list input[type="radio"]:checked+label::before {
    content: '\2714';
    font-size: 8px;
    background-color: #1e50a2; 
    color: white;
}
.right_con{width:1180px}
.categroy-container {    overflow: hidden;    padding-left: 40px;      height: auto;    background-color: #ffffff;    border-radius: 4px;    margin-bottom: 20px;}

.categroy-list1{width:100%;height: auto;font-size: 14px;line-height: 28px;margin-bottom: 10px;   display: flex;}
.categroy-list1 .txtrg .a:hover,.date:hover, .txtrg .active{color:#1e50a2;}
  
    .categroy-list1 .txtrg .a {
        width: 100px;
        text-align: center;
        display: block;
        float: left;
        padding:0px 10px 10px 0; 
    }
    .categroy-list1 .txtrg .a img {
    
        width:100px;
        height: 100px;
    }
        .categroy-list1 .txtrg .a .name {
            width: 100px;
            white-space: nowrap; /*内容超宽后禁止换行显示*/
            overflow: hidden; /*超出部分隐藏*/
            text-overflow: ellipsis; /*文字超出部分以省略号显示*/
        }

        .categroy-list1 .txtrg .a .proCount {
            width: 100px;
            white-space: nowrap; /*内容超宽后禁止换行显示*/
            overflow: hidden; /*超出部分隐藏*/
            text-overflow: ellipsis; /*文字超出部分以省略号显示*/
            text-align:center;
        }


    .categroy-list1 .txtrg .date {
        width: 108px;
        display: block;
        float: left;
        padding: 0px 10px 10px 0;
    }


        .search-container {
            overflow: hidden;
            padding-left: 40px;
            width: 100%;
            height: auto;
            background-color: #ffffff;
            border-radius: 4px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            box-sizing: border-box;
        }
.form-search .li{width: 100%}
.form-search>div>label{
    float: left;
    line-height: 40px;
    margin-right: 30px;
    font-size: 14px;
}
.form-search input[type="text"], .form-search select,
.form-search input[type="date"] {
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    height: 30px;
    padding-left: 14px;
}

.form-search input[type="text"], .form-search select{
    width: 173px;
}
.form-search input[type="radio"], .form-search select {
   margin:0px 5px 0px 10px; 
}

.form-search input[type="date"]{
    width: 150px;
}
.form-search span{
    margin-right: 10px;
}
.form-price input{
    width: 75px!important;
}
.form-size input{
    text-align: center;
   padding: 0!important;
    width: 47px!important;
    margin-right: 11px;
}
.form-size input:last-child{
    margin-right: 0px;
}
.form-search input[name="arr"]{
    margin-right: 6px;
    vertical-align: text-bottom;
    width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 10px;cursor: pointer
}
.form-search .btnsubmit{
    margin-top: 5px;
    color: white;
    width: 170px;
	height: 30px;
	background-color: #1e50a2;
	border-radius: 4px;
    font-size: 14px;cursor: pointer;
	text-align: center;line-height: 30px;
}
.btnsubmit:first-child{
    margin-left: 65px;
    margin-right: 60px;
}
.res-container{
    box-sizing: border-box;
    padding: 30px 40px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
}
.res-container-top{
    box-sizing: border-box;
    line-height: 50px;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    color: #999999;
    padding: 0 40px;
    margin-bottom: 30px;
}
.res-container-top>div>*{
    float: left;
}
.list-arr{
    float: left;
}
.list-arr span{
    margin-right: 29px;
}
.list-arr div{
    margin-right: 20px;
    cursor: pointer;
}

.list-count{
    float: right;margin-right:150px;
}
.list-count span{
    margin-right: 22px;
}
.list-count div{
    cursor: pointer;
    text-align: center;
    line-height:24px ;
    margin-top: 13px;
    box-sizing: border-box;
    margin-left: 10px;
    width: 40px;
	height: 24px;
	border-radius: 2px;
    color: #1e50a2;
	border: solid 1px #1e50a2;
}
.list-count .sel,.list-count div:hover{
    color: #ffffff !important;
    background-color: #1e50a2 !important;
}
.list-switch{
    float: right;
}
.list-switch span{
    cursor: pointer;
    
    font-size: 26px;
    margin-left: 20px;
}
.icon-liebiaosel{
    color: #1e50a2;
}



.prolist .pro {
    float: left;
    width: 260px;
    height: 420px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
    .prolist .pro .big {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
    }

        .prolist .pro .big:hover {
            top: -2px;
        }

.prolist .pro:nth-child(4n){
    margin-right: 0;
}
.prolist .pro img{
    width: 260px;
    height: auto;
   
}
.pro .pro-img {
    width: 260px;
    height: 260px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-content: center;
    vertical-align: middle;
    align-items: center;
  
}
 

.pro .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;}

.pro-info{
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
}
.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-bottom: 10px;
    font-size: 14px;
    line-height: 34px;
    color: #e60012;
    width:100%
}
    .pro .pro-price .heart img {
        height: 20px;
        width: 22px;
        margin-top:8px;
    }
.pro .pro-btn {width:100%;}
    .pro .pro-btn .btn {
        cursor: pointer;
        border-radius: 4px;
        box-sizing: border-box;
        width: 125px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
    }
.pro-btn .btn1 {
    background-color: #e60012;
    color: #FFFFFF;
    float: left;
    cursor: pointer;
}
.pro-btn .btn2 {
    background-color: #FFFFFF;
    color: #e60012;
    border: 1px solid #e60012;
    float: right;
    cursor: pointer;
}

.pro-btn div:hover,.spro-btn div:hover{
    transition-duration: .15s;
    color:#ffffff ;
    background-color:#e60012 ;
}

.page{
    overflow: hidden;
    margin: 35px  auto 50px auto;

}
.page-item{
    cursor: pointer;
    float: left;
    width: 56px;
	height: 56px;
	background-color: #f4f4f4;
	border-radius: 28px;
    margin-right: 10px;
    line-height: 56px;
    text-align: center;
    color: #999999;
}
.sel{
    color: #ffffff !important;
    background-color: #1e50a2 !important;
}
.page-item:last-child{
    margin-right: 0;
}


.prolist2{width:100%;height:auto}
.prolist2 .list-item {width:100%;height:auto;display:block;margin-bottom:30px;}


.prolist2 .item-left{
   
    width: 605px;
    float: left;
}
.prolist2 .item-img{
    position: relative;
    overflow: hidden;
    width: 180px;
	height: 180px;
    float: left;
}

.prolist2 .item-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;
}

    .prolist2 .item-img img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
    }
.prolist2 .item-info{
    float: left;
    margin-left: 30px;
    max-width: 395px;
}
.prolist2 .item-info .name{
    line-height: 24px;
    margin-bottom: 22px;
}
.prolist2  .item-info .info{
    font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.item-btn{width:125px;}
.item-btn .btn {
        cursor: pointer;
        border-radius: 4px;
        box-sizing: border-box;
        width: 125px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
    }
.item-btn .btn1{background-color: #e60012;color: #FFFFFF;float: left;margin-bottom: 20px}
.item-btn .btn2{background-color: #FFFFFF;color: #e60012;border: 1px solid #e60012;float: right}

.item-btn div:hover,.item-btn div:hover{
    transition-duration: .15s;
    color:#ffffff ;
    background-color:#e60012 ;
}
.item-price{
    margin-top: 10px;
    margin-right: 20px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #e60012;
}
@media  (min-width: 1000px) and (max-width: 1540px){
	.categroy{margin-right:0;width:28%;}
    .right_con{ width: 70%;}
    .list-count{margin-right:0;}

    .prolist2 .list-item .item-right{float:left;margin-left:210px;}
    .list-item .item-right .item-btn{width:auto;}
    .list-item .item-btn .btn1{margin-right:20px}
    .prolist .pro{ width:233px;}
    .pro .pro-btn .btn {
        width: 110px;
    }
}