.state , .breadcrumb{
    background: #FFF;
}
.breadcrumb{
    background: #FFF!important;
}
.product{
    background: #FFF;
}
.pro_top{
    width: 100%;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.pro_img{
    /*width:45%;*/
    margin-right: 5%;
    margin-top: 50px;
}
.my-slide-thumb-active{
    opacity: 1!important;
}
.swiper-button-black{
    --swiper-navigation-color: #8D8D8D!important;
}
.swiper-slide-visible{
    max-height: 121px;
    opacity: 0.6;
    overflow: hidden;
}
.p_list_img{
    width: 100%;
}
.pro_info{
    width: 100%;
    padding-top: 80px;
}
.big_pg{
    text-align: center;
    vertical-align: middle;
}
.my-pg{
    max-width: 100%;
    height: auto;
}
.one-img{
    width: 30%;
    margin: 0 auto;
    cursor: pointer;
    position: relative
}
.thumbst{
    margin-top: 20px;
    width: 100%;
    display: flex;
}
.p_model{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
    padding:5px 14px;
    background: #173CAF;
    border-radius: 5px;
}
.p_name{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000000;
    line-height: 53px;
    border-bottom: 1px rgba(0,0,0,0.33) dashed;
    padding: 30px 0;
    word-break:break-all;
}
.p_desc{
    padding-top: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #8D8D8D;
    line-height: 23px;
}
.pro_detail{
    margin-top: 70px;
}
.p_menu_wrap{
    background: #fff;
    margin-top: 70px;
}
.p_menu{
    line-height: 87px;
    height: 67px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    display: flex;

}
.m_list{
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.m_list:hover{
    color: #173CAF;
    border-bottom: 2px #173CAF solid;
}
.m_list_active{
    color: #173CAF;
    border-bottom: 2px #173CAF solid;
}
.p_de_sub{
    margin-top: 36px;
    display: none;
    padding-bottom: 50px;
}
.p_de_sub_active{
    display:block;
}

@media (max-width: 480px) {
    .pro_img{
        width:100%;
        margin-top: 20px;
    }
    .pro_info{
        width: 100%;
        padding-top: 40px;
    }
    .p_name{
        font-size: 22px;
        line-height: 30px;
        padding: 15px 0!important;
        word-break:break-all;
    }
    .p_list_img{
        width: 100% !important;
        margin: 0!important;
    }
    .p_de_sub{
        padding-bottom: 10px !important;
    }
}

.download-title{
    font-size: 16px;
    padding: 15px 0;
}
.d-one a{
    color: #173CAF;
    font-size: 14px;
    line-height: 28px;
}
