.my_type{
    background: #FFF;
    min-height: 750px!important;
}
.p_title{
    line-height: 50px;
    width: 100%;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    list-style: none;
    text-align: left;
}
.p_title span{
    padding-right: 15px;
}
.p_title i{
    position: absolute;
    right: 10px;
    transition: all .5s ease ;
}
.i-active{
    transform: rotate(90deg);
}
.p_list li{
    width: 100%;
    list-style: none;
}
.b_title li{
    list-style: none;
}
.p_list li a{
    font-size: 14px;
    width: 100%;
    line-height: 34px;
    cursor: pointer;
    color: #000;
}
.p_list li a:hover{
    color: #173caf;
}
.a-actives a{
    color: #173caf!important;
}
.v-search{
    padding-left:5px;
    display: flex;
    margin: 20px 0;
}
.v-input{
    width:416px;
    height:74px;
    border:1px solid rgba(138,141,143,0.46);
    box-shadow: none;
    outline: none;
    padding: 0 15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(71,71,71,0.72);
    line-height:33px;
    opacity:0.71;
}
.v-btn{
    width:104px;
    height:74px;
    background:rgba(23,60,175,1);
    color: #FFF;
    outline: none;
    line-height: 74px;
    font-size: 16px;
    margin-left: 17px;
    padding: auto;
    text-align: center;
    cursor: pointer;
}
.no-list{
    line-height: 26px;
    font-size: 16px;
}
.no-list a{
    color: #173caf;
}
@media (min-width: 1366px) {
    .one_product:nth-child(1), .one_product:nth-child(2), .one_product:nth-child(3){
        margin-top: 0px;
    }
    .one_product{
        margin: 7px 7px;
    }
}
@media (width: 1600px) {
    .one_product{
        margin: 8px 8px!important;
    }
}
@media (max-width: 1400px) {
    .one_product{
        margin: 7px 7px;
    }
}
@media (max-width: 1024px) {
    .one_product{
        margin: 10px 10px;
        width: 45%!important;

    }
}
@media (max-width: 360px) {
    .one_product{
        margin: 10px 0;
        width: 100%;

    }
}
@media (max-width: 480px) {
    .v-search{
        padding-left: 15px!important;
        display: block;
    }
    .v-input{
        width: 266px!important;
        height: 40px!important;
    }
    .v-btn{
        width: 54px!important;
        height:40px!important;
        margin-left:0;
        margin-top: 10px;
        line-height: 40px;
    }
    .banners{
        height: 150px;
        overflow: hidden;
    }
    .banners img{
        height: 150px!important;
    }
    .one_product{
       width: 100%!important;
        margin: 7px 0!important;
    }
    .state{
        display: none;
    }
    .my-pce{
        padding: 0 5px!important;
    }
    .my_type{
        display: none;
    }
    .nav_btn{
        display: block!important;
    }
    .swiper-button-prev ,.swiper-button-next{
        display: none!important;
    }
    .product_name{
        padding-top: 5px!important;
	padding-bottom: 5px!important;
    }
    .p_list li a{
        text-align: left;
    }
}
.nav_btn{
    display: none;
}
.p_list{
    overflow: hidden;
    max-height: 0;
    transition: all .5s ease;
    text-align: left;
}
.p_list_active{
    max-height: 400px;
}

.product_list{
    display: flex;
    flex-wrap: wrap;
}
.one_product{
    cursor: pointer;
    width: 31%;
    margin: 7px 7px;
    background:#FFF;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

}
.one_product:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}

.product_img{
    background: #FFF;
    width: 100%;
    height: 175px;
    overflow: hidden;
    transition: all .5s ease ;
    position: relative;
}
.product_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slide_product .product_img{
    background: #FFF;
    width: 100%;
    height: 175px;
    overflow: hidden;
    transition: all .5s ease ;
    position: relative;
}
.slide_product{
    height: 260px;
}
.slide_product img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product_name{
    padding: 18px 18px 15px 18px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:600;
    color:rgba(0,0,0,1);
    line-height:23px;
}
.product_names{
    word-break:break-all;
    padding: 0 18px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:600;
    color:rgba(0,0,0,1);
    line-height:24px;
}
.product_desc{
    padding:0 18px 18px 18px;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(141,141,141,1);
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}
.one_product:hover .get_more{
    color: #173caf;
}
.get_more{
    color:rgba(141,141,141,1);
    font-size:12px;
    text-align: right;
    padding-right: 18px;
    padding-bottom: 16px;
    padding-top: 14px;
}
.hot-product{
    text-align: center;
    background: #FFF;
    margin: 80px 0 0 0;
    height: 372px;
    width: 100%;
}

.hot-product p{
    padding-top: 30px;
    padding-bottom: 27px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(71,71,71,1);
}
.nav_btn{
    width: 100%;
    text-align: right;
    padding-right: 10px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}
.menus{
    width: 100%;
    overflow: hidden;
   max-height: 0;
    position: absolute;
    z-index: 9;
    background: #FFF;
    transition: all 1s ease-in;
}
.menus-active{
  max-height: 800px;
}
.swiper-button-next,.swiper-button-prev{

    width: 44px!important;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #848586!important;
    outline: none;
    background: #F5F6F9;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    background: #173CAF;
    color: #FFF!important;
}

.swiper-button-next::after,.swiper-button-prev::after{
    font-size: 25px!important;
}
.swiper-button-next{
    top: 40%!important;
    right: -60px!important;
}
.swiper-button-prev{
    top: 40%!important;
    left: -60px!important;
}