.Header--mainNav{
    flex: none;
    margin: 0 auto;
}
.GlobalNav--link{
    padding: 0 2em;
    font-weight: 600;
    font-size: 1rem;
}
@media (min-width: 991px) {
    .GlobalNav--link:after{
        content: "";
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 50px;
        height: 2px;
        border-radius: 4px;
        background-color: #812e92;
        transition: 0.5s;
    }
    .GlobalNav--link:hover::after{
        display: block;
    }
    
}

.SectionTitle--headline{
    color: #812e92;
}
img{
    max-width: 100%;
    vertical-align: middle;
}
.MediaArea--single{
    display: flex;
    align-items: flex-end;
}
.MediaArea--single .case{
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
}
.MediaArea--single .case .img{
    overflow: hidden;
    cursor: pointer;
}
.MediaArea--single .case img{
    transition: 0.5s;
}
.MediaArea--single .case:hover img{
    transform: scale(1.1);
}
.bg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 500px;
}
.bg h3{
   font-weight: 600;
   text-align: center;
   font-size: 40px;
   letter-spacing: 2px;
   line-height: 60px;
   color: #fff;
}
.SectionTitle--title{
    margin-top: 30px;
}
.SectionContainer .item{
    float: left;
    width: 24%;
    margin: 0 15px 15px 0;
    padding: 5px;
    border: 1px solid #f2f2f2;
}
.SectionContainer .item:nth-child(4n){
    margin-right: 0;
}
.clearfix { display: block; }
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .about{
    display: flex;
    justify-content: space-between;
  }
  .about .left{
    width: 38%;
    text-align: center;
  }

  .about .right{
    width: 60%;
  }
  .section-heading h4 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
}
.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #812e92;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}
.text-content-big p {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 200%;
    margin-bottom: 15px;
}
.contact{
    margin-top: 60px;
}
.contact h3{
    text-align: center;
    font-weight: 600;
}
.cont_warrper{
    display: flex;
    justify-content: space-around;
}
.feature-flex-square {
    width: 30%;
    position: relative;
    border-radius: 5px;
    margin: 30px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-flex-square-icon {
    float: left;
    width: 30px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-flex-square-icon i {
    color: #de9c0c;
    border-radius: 10px;
    padding: 10px;
    font-size: 55px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

@media (max-width: 991px) {
    .feature-flex-square-icon {
        text-align: center;
        /* margin: 23px auto; */
    }
    .feature-flex-square-icon i {
        padding: 14px;
        font-size: 30px;
    }
    .section-heading h4{
        font-size: 20px;
    }
}

.feature-flex-square-content {
    display: flex;
    float: left;
    width: 75%;
    padding-left: 10px;
}

.feature-flex-square-content h4 {
    color: #111;
    font-size: 19px;
    font-weight: 500;
}

.feature-flex-square-content h4 a {
    color: #111;
    font-size: 19px;
    font-weight: 500;
}

.feature-flex-square-content p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    /* margin-top: 10px; */
    /* margin-bottom: 15px; */
    line-height: 33px;
}
.ArticleSection{
    margin: 0;
}
.footlogo{
    text-align: center;
    margin-bottom: 30px;
}
.footlogo img{
    max-width: 400px;
    width: 100%;
}
.tit{
    background-color: #823093;
    color: #fff;
    padding: 30px;
}
.tit p{
    color: #fff;
    font-family: 宋体;
    margin: 0;
    line-height: 1.3em;
}
.tit p:first-child{
    font-size: 65px;
}
.tit p:nth-child(2){
    font-size: 65px;
    color: #ffffff9c;
}
.tit p:last-child{
    font-size: 30px;
    color: #ffffff;
}
@media (max-width: 991px) {
    .MediaArea--single {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
    .MediaArea--single .case:first-child{
        margin-bottom: 30px;
    }
    .bg{
        min-height: 300px; 
    }
    .bg h3{
        font-size: 20px;
    }
    .SectionContainer .item{
        width: 47%;
    }
    .SectionContainer .item:nth-child(2n) {
        margin-right: 0;
    }
    .about {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .about .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .about .right{
        width: 100%;
    }
    .cont_warrper {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .feature-flex-square{
        width: 100%;
    }
    .footlogo img{
        width: 80%;
    }
    .tit p:first-child{
        font-size: 35px;
    }
    .tit p:nth-child(2){
        font-size: 35px;
    }
    .tit p:last-child{
        font-size: 20px;
    }
}
