.mssd{
    width: 100%;
}
.mbx{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    color: #0075c5;
    box-sizing: border-box;
}
.mbx>a{
    color: #0075c5;
}
.mbx>a:hover{
    text-decoration: underline;
}
.mssd_banner{
    width: 100%;
    padding: 24px 25px 24px 25px;
    background-color: #eff6fc;
    border: 1px solid #bfdff8;
    box-sizing: border-box;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-container img{
    width: 100%;
    height: 100%;
}
.spsd{
    width: 100%;
}
.ms{
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: 1px solid #bfdff8;
    background-color: #eff6fc;
    margin: 20px 0 0 0;
    padding-left: 40px;
    box-sizing: border-box;
}
.ms a:hover{
    text-decoration: underline;
}
.ms>:nth-child(1){
    color: #0075c5;
    font-size: 26px;
}
.ms>:nth-child(2){
    color: #0075c5;
    font-size: 26px;
    padding: 0 10px 0 20px;
}
.ms>:nth-child(3){
    color: #0075c5;
    font-size: 20px;
}
.ms>:nth-child(4){
    font-size: 12px;
    padding-left: 20px;
}
.shop_cont{
    width: 100%;
    border: 1px solid #bfdff8;
    padding: 0 0 20px 0;
    margin-top: 20px;
    box-sizing: border-box;
}
.cont_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #bfdff8;
    padding: 0 40px;
    color: #0075c5;
    box-sizing: border-box;
}
.cont_top>.top_l{
    font-size: 26px;
}
.cont_top>.top_r{
    display: flex;
    align-items: center;
}

.cont_c{
    width: 100%;
    padding: 0 60px 0 60px;
    line-height: 30px;
    box-sizing: border-box;
}
.cont_c>div{
     margin-top: 20px;
    font-size: 18px;
    text-indent: 2em;
}
.cont_c>.tw{
    display: flex;
    justify-content: space-between;
}
.tw>.tw_r>p{
    line-height: 40px;
}
.cont_c p{
    font-size: 18px;
}
.cont_c p strong{
    font-size: 18px;
}
.tb_one>.tb_one_title{
    color: #0075c5;
    font-size: 18px;
}
.tb_one_cont{
     margin-top: 20px;
}
.tb_one_cont  .td_title{
    font-size: 18px;
    height: 70px;
    color: #FFF;
    line-height: 25px;
    text-align: center;
    background-color: #fe7000;
}
.tb_one_cont .td_content{
    font-size: 18px;
    height: 70px;
    line-height: 25px;
    text-align: center;
    background-color: #FFF;
}




.tb_two>.tb_two_title{
    color: #0075c5;
    font-size: 18px;
}
.tb_two_cont{
    margin-top: 20px;
}
.tb_two_cont  .td_title{
    font-size: 18px;
    height: 70px;
    color: #FFF;
    line-height: 25px;
    text-align: center;
    background-color: #fe7000;
}
.tb_two_cont .td_content{
    font-size: 18px;
    height: 70px;
    line-height: 25px;
    text-align: center;
    background-color: #FFF;
}





.show{
    display: block;
}
.hidden{
    display: none;
}
