/*内容区域*/
.mianbox{
    background: url(../img/othrebg.png) repeat center #f6f6f6;
}



.gywmboxbg{
    display: block;
    overflow: hidden;
    padding: 30px ;
    margin: 0 0 50px 0;
    background: #ffffff;
}
.gywmtitle{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #333333;
    margin: 0 0 24px 0;
}
.gywmtext{
       font-size: 15px;
    
    line-height: 32px;
    color: #666666;

}


.imgGroup .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: url("../img/zhfwInfoicon.png") no-repeat center #EAFBF6;
    background-size: 20px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 52px;
    border: none;
    opacity: 1;
}
.imgGroup .swiper-button-next{
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    border: none;
    background: url("../img/zhfwInfoicon.png") no-repeat center #EAFBF6;
    background-size: 20px;
    top: auto;
    bottom: 0;
    right: 0px;
    opacity: 1;
}
.imgGroup .swiper-button-prev:hover{
    background: url("../img/zhfwInfoiconw.png") no-repeat center #217B62;
    background-size: 20px;
}
.imgGroup .swiper-button-next:hover{
    background: url("../img/zhfwInfoiconw.png") no-repeat center #217B62;
    background-size: 20px;
}

.imgGroup .swiper-slide a{
     height: 370px;
     display: block;
     overflow: hidden;
}
.imgGroup img{
    width: 100%;
    height: 100%;
}




.imgGroup {
    margin-bottom: 20px;
}


.maintextboxgood .gywmtitle{
    text-align: center;
    padding: 40px 0 0 0;
}
.maintextboxgood .gywmboxbg{
    padding: 40px 40px 10px 40px;
}
.maintextboxgood li{
    margin-bottom: 50px;
    position: relative;
}
.maintextboxgood li a{
    display: block;
    border: 8px #def4ed solid;
    position: relative;
}
.maintextboxgood li a:after{
    width: 100%;
    height: 16px;
    position: absolute;
    content: " ";
    bottom: -22px;
    left: 0;
    background: url(../img/aboutimg3.png) no-repeat center;
    background-size: 100%;
}
.maintextboxgood li a img{
    width: 100%;
    height: 280px;
}

.mianbanner img{
    width: 100%;
}



/*响应式的区域*/
@media (max-width: 1400px) {
      .imgGroup .swiper-slide a {
       height: 340px;
      }
    .maintextboxgood li {
        margin-bottom: 30px;
    }

}
@media (max-width: 1300px) {
    .gywmboxbg .col-sm-6{
        width: 100%;
    }
    .gywmtitle {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 14px 0;
    }
    .maintextboxgood li a img {
        height: 240px;
    }

}

@media (max-width: 1200px) {
    .imgGroup .swiper-button-prev {
        width: 40px;
        height: 40px;
        right: 44px;
        background-size: 20px !important;
    }
    .imgGroup .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: 20px !important;
    }
    .gywmboxbg {
        padding: 26px;
        margin: 0 0 30px 0;
    }
    .maintextboxgood .gywmboxbg {
        padding:30px;
    }
    .maintextboxgood li {
        margin-bottom: 24px;
        padding: 0 10px;
    }
    .maintextboxgood li a img {
            height: 200px;
    }

}

@media (max-width: 1000px) {
       .imgGroup .swiper-slide a {
    height: 200px;
}
    .imgGroup .swiper-button-prev {
        width: 30px;
        height: 30px;
        bottom: 2px;
        right: 32px;
        background: url("../img/zhfwInfoiconw.png") no-repeat center #217B62;
        background-size: 16px !important;
    }
    .imgGroup .swiper-button-next {
        width: 30px;
        height: 30px;
        bottom: 2px;
        background: url("../img/zhfwInfoiconw.png") no-repeat center #217B62;
        background-size: 16px !important;
    }



}

@media (max-width: 768px) {
    .imgGroup .swiper-slide a {
    height: 180px;
}
    .gywmboxbg {
        padding: 12px;
        margin: 0 0 10px 0;
    }
    .imgGroup {
        border: 2px #69b9a3 solid;
        margin-bottom: 10px;
    }
    .gywmtitle {
        font-size: 17px;
        line-height: 20px;
        margin: 0 0 6px 0;
    }
    .gywmtext {
        font-size: 12px;
        line-height: 22px;
    }
    .maintextboxgood .gywmtitle {
        padding: 20px 0 10px 0;
        margin: 0;
    }
    .maintextboxgood .gywmboxbg {
        padding: 14px 12px 4px 12px;
    }
    .maintextboxgood .gywmboxbg ul{
        margin: 0 -6px;
    }
    .maintextboxgood li a {
        border: 4px #def4ed solid;
    }
    .maintextboxgood li a:after {
        height: 14px;
        bottom: -14px;
    }
    .maintextboxgood li a img {
         height: 140px;
    }
    .maintextboxgood li {
        padding: 0 6px;
        margin-bottom:16px;
    }


}



