/* banner内容部分 */

.md-1{
    margin: 43px 0 118px 0;
}
.md-1 .container{
    display: flex;
}
.md-1 p{
    margin-top: 40px;
    letter-spacing: 1px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.md-1 .tp {
    width:405px;
    height:476px;
    text-align: center;
    box-shadow: 30px 30px 0px rgba(66,199,255,0.3);
}
.md-1 .tp img{
    width: 100%;
    height: 100%;
}
.md-1 .tx{
    width: 654px;
    margin-left: 86px;
}
.md-1 h2{
    margin: 15px 0;
    font-size:30px;
}
.md-1 .border{
    width: 90px;
    height: 3px;
    background: #2c8fea;
}

.md-2 .container{
    padding: 30px;
    background: #f5f5f5;
}
.md-2 .title{
    text-align: center;
}
.test{
    width: 30%;
    padding: 20px;
    margin-right: 48px;
}
.test div{
    margin: 40px 0;
}
.ditu{
    width: 70%;
}
.main{
    margin-bottom: 40px;
}

.swiper-slide {
    height: 560px;
}
.swiper-container {
    width: 100%;
}  
.swiper-wrapper a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: 34px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    opacity: .5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}