body,html{
    background: #f5f5f5;
}

.about-section1 {
    background-image: url(../images/xw-ban.jpg);
}
.ali {
     background-image: url(../images/al-ban.jpg) ;
}
  
.about-content{
    width: 90%;
    margin: 0 auto;
    background: #fff;
    margin-bottom:100px;
}
.showbox{
    padding: 60px;
}
.showbox .titles{
    padding-bottom:0;
    text-align: center;
    border-bottom:2px dashed #dcdcdc;
    padding-bottom:20px;
    margin-bottom:20px;
	
}
.showbox .titles h1{font-size: 26px;}
.showbox .titles .NewsView-title-Source{
    padding-top:10px;
}
.showbox .titles strong{
    font-size: 26px;
    color:#333;
    font-weight: normal;

}
.showbox .titles i{
    display: block;
    width: 60px;
    height: 2px;
    background: #15955a;
    margin-top: 40px;
    margin-bottom: 40px;
}


@media (max-width: 1440px) {
    
}
@media (max-width: 1199px) {

}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    .showbox{
        padding: 20px;
    }
    .showbox .titles{
        text-align: center;
    }
    .showbox .titles h1{
        font-size: 18px;
    }
    .showbox .titles span{
        font-size: 20px;
    }
    .showbox .titles strong{
        font-size: 18px;
    }
    .showbox .titles i{
        margin:20px auto;
        width: 40px;
    }

}

.showbox .flexbox{
    display: flex;
}
.showbox .flexbox .leftbox{
    flex: 0 0 50%;
    /* padding: 0 40px; */
    padding-right:40px;
}
.showbox .flexbox .leftbox .contents{
    font-size: 16px;
    line-height: 36px;
    color:#666;
}
.showbox .flexbox .leftbox .contents p{
    text-indent: 2em;
}
.showbox .flexbox .rightbox img{
    width: 100%;
    border-radius: 10px;
}
.showbox .flexbox .rightbox{
    flex: 0 0 50%;
    padding-left:40px;
}

.Introduction{
    padding-bottom:80px;
    border-bottom: 3px dashed #e7e8ed;
}

.showbox img{width: 100%;}
  img{max-width: 100%; max-height: 100%;}
@media (max-width: 1440px) {
    
}
@media (max-width: 1199px) {

}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    .showbox .flexbox{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .showbox .flexbox .leftbox{
        padding: 0;
        margin: 0;
    }
    .showbox .flexbox .leftbox .contents{
        font-size: 12px;
        line-height: 24px;
    }
    .showbox .flexbox .rightbox{
        padding:0;
        padding-top:10px;
    }
}


.flexbox2{
    padding-top:80px;
    padding-bottom:50px;
    width: 80%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexbox2 .leftbox{
    
}
.flexbox2 .leftbox .header_border{
    padding:30px;
    width: 350px;
    height: 350px;
    border-radius: 350px;
    overflow: hidden;
    border:3px dashed #dcdcdc;
}
.flexbox2 .leftbox .header{
    border-radius: 350px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexbox2 .leftbox .header img{
    width: 100%;
}

.flexbox2 .rightbox{
    padding-right:50px;
    padding-left:50px;
}

.flexbox2 .rightbox .name{
    font-size: 36px;
    color:#333;
}

.flexbox2 .rightbox .name i{
    display: block;
    width: 60px;
    height: 2px;
    background: #15955a;
    margin-top: 30px;
    margin-bottom: 30px;
}

.flexbox2 .rightbox .b_text{
    font-size: 18px;
    color:#888888;
    line-height: 36px;
}

@media (max-width: 1440px) {
    
}
@media (max-width: 1199px) {

}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    .flexbox2{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom:0;
        padding-top:60px;
    }

    .flexbox2 .leftbox .header_border{
        width: 200px;
        height: 200px;
        padding: 20px;
    }
    .flexbox2 .rightbox{
        padding:0;
        padding-top:10px;
    }
    .flexbox2 .rightbox .name{
        text-align: center;
        font-size: 18px;
    }
    .flexbox2 .rightbox .name i{
        margin:20px auto;
    }
    .flexbox2 .rightbox .b_text{
        font-size: 14px;
    }
}


.xian{
    border-bottom: 3px dashed #e7e8ed;
    margin:40px 0;
}


.schoolstyle .swiper-container{
    padding-bottom: 50px;
}
.schoolstyle .swiper-container .swiper-pagination-bullet-active{
    background: #175e3d;
}
.schoolstyle .swiper-container .swiper-pagination-bullet{
    opacity: .8;
    width: 10px;
    height: 10px;
}
  
  
.schoolstyle .swiper-slide .img{
    background: #fff;
    position: relative;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}
.schoolstyle .swiper-slide .img img{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (max-width: 1440px) {
    
}
@media (max-width: 1199px) {

}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    .schoolstyle .swiper-slide .img{
        height: 200px;
    }
    
}
  .back{
            text-align: center;
            width: 200px;
            margin: 0 auto;
        }
        .back a{
            border: 1px solid #dcdcdc;
            padding: 10px 40px;
            border-radius: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
.showbox img{
max-width:100%;
height:auto;
}
.arc{text-align: left;padding-top:20px; line-height: 28px;}
.cont{color: #666;}
.cont p{line-height: 28px;}