.main-ms{
    padding: 50px 30px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #F0F6FF 0%, #FFFFFF 100%);
    width: 90%;
    max-width: 1340px;
    margin: 0 auto 30px;
    border-radius: 0 0 8px 8px;
}
.main-ms .title-box{
    height: 180px;
    background: url(../images/mszt_title-bg.png) no-repeat center bottom;
    background-size: contain;
    display: flex;
    align-items: center;    
}
.main-ms .title-box .ms-title{
    text-align: center;
    flex: 1;
}
.main-ms .title-box .ms-title img{
    width: 50%;
}
.ms-services{
    display: flex;
    align-items: center;
}
.ms-services .swiper-container{
    width: calc(100% - 104px);
}
.ms-services .swiper-container .swiper-wrapper{
    align-items: stretch;
}
.ms-services .swiper-slide{
    border-radius: 8px;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    height: 360px;
}
.ms-services .swiper-slide .sec-title{
    background: linear-gradient(180deg, #9BCCFA 0%, #FFFFFF 100%);
    text-align: center;
    padding: 15px;
    padding-top: 20px;
}
.ms-services .swiper-slide .sec-title .pic{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 4px #D2E0EE;
    margin: 0 auto 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ms-services .swiper-slide .sec-title .pic img{
    max-width: 60%;
    max-height: 60%;
}
.ms-services .swiper-slide .sec-title h2{
    font-size: 1rem;
    font-weight: bold;

}
.service-types{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    padding-bottom: 5px;
    width: 100%;
    justify-content: space-between;
}
.service-types a{
    display: block;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    width: calc((100% - 10px)/2);
    padding: 8px 0;
    margin-bottom: 10px;
    font-size: 0.8rem;
}
.service-types02{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    padding-bottom: 5px;
    width: 100%;
}
.service-types02 a{
    display: block;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 10px;
    font-size: 0.8rem;
}
.service-types a:hover,.service-types02 a:hover{
    background: #3F94E2;
    color: #fff;
    border-color: #3F94E2;
}
.swiper-wrapper .sec01{
    background: url(../images/mszt_bg01.jpg) no-repeat center;
    background-size: cover;
}
.swiper-wrapper .sec02{
    background: url(../images/mszt_bg02.jpg) no-repeat center;
    background-size: cover;
}
.swiper-wrapper .sec03{
    background: url(../images/mszt_bg03.jpg) no-repeat center;
    background-size: cover;
}
.swiper-wrapper .sec04{
    background: url(../images/mszt_bg04.jpg) no-repeat center;
    background-size: cover;
}
.swiper-wrapper .sec05{
    background: url(../images/mszt_bg05.jpg) no-repeat center;
    background-size: cover;
}
.swiper-sec-slide a{
   display: flex;
   flex-direction: column;
   background: linear-gradient(180deg, #81C3FF 0%, rgba(255, 255, 255, 0.8) 75.17%);
   padding: 15px;
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
}
.swiper-sec-slide a .pic{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 4px #D2E0EE;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-sec-slide a .pic img{
    max-width: 60%;
    max-height: 60%;
}
.swiper-sec-slide a h3{
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}
.swiper-sec-slide a:hover{
    background: #3F94E2;
}
.swiper-sec-slide a:hover h3{
    color: #fff;
}
.swiper-sec-slide a:hover .pic{
    box-shadow: none;
}
.swiper-button-next, .swiper-button-prev{
    background: #3F94E2;
    position: unset;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background: #1559A3;
}
.swiper-button-next{
    margin-left: 12px;
}
.swiper-button-prev{
    margin-right: 12px;
}
.swiper-button-next img,.swiper-button-prev img{
    width: 60%;
}

@media(max-width:1024px){
    .main-ms .title-box{height: 100px;}
}

@media(max-width:550px){
    .ms-services .swiper-slide{height: auto;}
    .ms-services .swiper-slide .sec-title .pic{width: 46px;height: 46px;}
    .ms-services .swiper-slide .sec-title h2{font-size: 0.9rem;}
    .swiper-slide{height: auto;}
    .main-ms{padding: 30px 15px;}
    .swiper-button-next, .swiper-button-prev{width: 30px;height: 30px;}
    .swiper-container{width: calc(100% - 84px);}
    .main-ms .title-box{height: 70px;}
    .main-ms .title-box .ms-title img{width: 80%;}
}