a {
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
}
.guide img{
    width: 100%;
}
.introduction{
    display: flex;
    padding: 60px 0;
}
.introduction div.row{
    display: flex;
    align-items: center;
}
.introduction .lf{

}
.introduction .lf .content{
    color: #333333;
    line-height: 25px;
    font-size: 15px;
    margin-top: 30px;
}
.introduction .rt img{
    width: 100%;
}
.history{
    padding: 50px 0 0;
}
.history .title{
    text-align: center;
    padding: 0 0 30px;
}
.history .sup{
    background: url('../images/icon54.png') no-repeat bottom;
    background-size: 100%;
    padding-bottom: 130px;
}
/**************************荣誉资质*********************/
.certificate .title{
    text-align: center;
    padding: 50px 0 0;
}
.certificate .swiper1 {
    width: 100%;
    height: 100%;
}
.certificate .swiper1 .swiper-slide{
    padding: 30px;
    display: flex;
}

.certificate .swiper1 .swiper-slide dl{
    cursor: pointer;
    width: 20%;
}
.certificate .swiper1 .swiper-slide dt{
    box-sizing: border-box;
    padding: 40px 20px 30px;
    text-align: center;
}
.certificate .swiper1 .swiper-slide dt img{
    margin: 0 auto;
    width: 100%;
}
.certificate .swiper1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(26,105,167,.9);
    opacity: .9;
}
.certificate .swiper1 .swiper-pagination-bullet-active {
    background:rgba(26,105,167,1);
    width: 35px;
    opacity: 1;
    border-radius: 8px;
}
/**************************合作伙伴*********************/
.cooperate .title{
    text-align: center;
    padding: 50px 0 0;
}
.cooperate .swiper2 {
    width: 100%;
    height: 100%;
}
.cooperate .swiper2 .swiper-slide{
    padding: 30px;
    display: flex;
}
.cooperate .swiper2 .swiper-slide dl{
    cursor: pointer;
    width: 33.333%;
    display: flex;
    align-items: center;
}
.cooperate .swiper2 .swiper-slide dt{
    box-sizing: border-box;
    padding: 40px 0 30px;
    text-align: center;
}
.cooperate .swiper2 .swiper-slide dt img{
    margin: 0 auto;
    width: 100%;
}

.cooperate .swiper2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(26,105,167,.9);
    opacity: .9;
}
.cooperate .swiper2 .swiper-pagination-bullet-active {
    background:rgba(26,105,167,1);
    width: 35px;
    opacity: 1;
    border-radius: 8px;
}
.culture{
    background: url('../images/icon57.png') no-repeat;
    background-size: 100% 100%;
}
.culture .title{
    text-align: center;
    padding: 40px 0;
}
.culture div.sup dl{
    text-align: center;
}
.culture div.sup dt img{
    width: 130px;
    margin-bottom: 15px;
}
.culture div.sup dd h4{
    color: #1a69a7;
    font-size: 16px;
    font-weight: 700;
}
.culture div.sup dd p{
    color: #666666;
    font-size: 15px;
    font-weight: 700;
}
.branch .title{
    text-align: center;
    padding: 40px 0;
}
.branch .sup{
    text-align: center;
}
.branch .sup img{
    max-width: 100%;
}
.obtain .title{
    text-align: center;
    padding: 50px 0 40px;
}
.obtain .sup p{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: #1a69a7;
    padding: 15px 0;
}
.future{
    display: flex;
    padding: 60px 0;
    background: #f7f7f7;
    margin-top: 40px;
}
.future .row{
    display: flex;
    align-items: center;
}
.future .lf .content{
    color: #333333;
    line-height: 25px;
    font-size: 15px;
    margin-top: 30px;
}
.future .rt img{
    width: 100%;
}
.title h3{
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
}
.title h4{
    color: #cccccc;
    font-size: 24px;
    line-height: 24px;
}
@media (min-width: 1500px){
    .container {
        width: 1370px;
    }
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/arrowrt.png');
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/arrowlf.png');
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev{
    width: 14px;
    height: 27px;
    background-size: 14px 27px;
}
@media (max-width: 768px){
    .introduction {
        padding: 0 15px;
    }
    .introduction .rt{
        display: none;
    }
    .history {
        display: none;
    }
    .title h3{
        text-align: center;
    }
    .title h4{
        text-align: center;
    }
    .cooperate .title{
        padding: 20px 0 0;
    }
    .certificate .title {
        text-align: center;
        padding: 20px 0 0;
    }
    .culture .title {
        padding: 20px 0;
    }
    .branch .title {
        padding: 20px 0;
    }
    .future .rt{
        display: none;
    }
    .certificate .swiper1 .swiper-slide dt{
        padding: 5px 1px 5px;
    }
}
