@media screen and (max-width: 1250px) {
	.product_fit{
		width: 100%!important;
	}
}
.allpro_wrapper .allpro_cont {
   padding-top: 15px;
   margin-bottom: 120px;
}
.allpro_wrapper .sec1_left {
   width: 23%;
   padding-left: 30px;
   font-size: 16px;
   margin-right: 1.6%;
   margin-top: -15px;
}
.allpro_wrapper .allpro_cont .container{
    width: 1200px;
}
.allpro_wrapper .sec1_left .left_navlist .nav{
    position: relative;
    background-color: #fff;
}
.sec1_left .left_navlist .nav div{
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    color: #2b2b2b;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.sec1_left .left_navlist .nav div img{
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
}
.allpro_wrapper .sec1_left .left_navlist .nav li{
    font-size: 14px;
    display: none;
    margin-bottom: 10px;
    cursor: pointer;
    color: #888;
}
.allpro_wrapper .sec1_right {
    width: 75%;
    margin-top: -55px;
}
.allpro_wrapper .right_contlist > li {
   width: 280px;
   height: 280px;
   border: 1px solid #dddddd;
   margin: 10px;
   float: left;
   transition: all .3s;
}
.allpro_wrapper .right_contlist > li:hover {
   box-shadow: 0 0 5px #ccc;
}
.allpro_wrapper .right_contlist > li > a {
   display: block;
   height: 100%;
   padding-top: 30px;
}
.allpro_wrapper .right_contlist .picwrap {
   height: 190px;
   line-height: 190px;
   font-size: 0;
}
.allpro_wrapper .right_contlist .picwrap > img {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.allpro_wrapper .main_footer {
    margin-top: 150px;
}
.sec1_right .Listimage .nav_lists .picwrap{
    float: left;
    width: 31%;
    height:320px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}
.picwrap a img{
    width: 76%;
    /*height: 80%;*/
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -38%;
    margin-top: -40%;
}
.picwrap .picdesp{
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    color: #2b2b2b;
    padding-left: 11%;
    line-height: 20px;
}
.picdesp > p:nth-of-type(2){
    font-size: 16px;
    color: #000000;
    margin-top:3px;
}
.picdesp > p:nth-of-type(3){
    font-size: 16px;
    color: #D54727;
    margin-top:3px;
}
.picdesp > p:nth-of-type(1){
    font-size: 18px;
    color: #000000;
    font-weight:700;
}
.botm_oBtn{
    width: 100%;
    text-align: right;
    margin-top: 60px;
    margin-left: -10px;
}

.botm_oBtn a{
    border: 1px solid #dedede;
    padding: 6px 12px;
    text-align: center;
    margin-left: 5px;
    color: #c9451f;
}
.botm_oBtn .currentBack{
    background: #c9451f;
    color: #fff;
}

.nav li a{border: 1px solid #ccc;padding:5px 10px ; margin-right: 5px;}
