.about-banner .content{display: flex;}
.banner-lbox {
    padding: 100px 0;
    color: #fff;
}
.banner-tit {
    letter-spacing: 2px;
    line-height: 60px;
    text-align: center;
}
.banner-titt {
    letter-spacing: 2px;
    line-height: 90px;
    text-align: center;
}
.banner-des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.banner-content a {
    background-color: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
}
.banner-content a:hover{
    color: #3c78d8;
    background-color: #fff;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.aboutus-tit {
    padding-top: 100px;
    padding-bottom: 50px;
}
.aboutus-tit h2 {
    color: #333;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.aboutus-tit p {
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 30px 0 0;
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
}
.aboutus-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.aboutus-box{padding-bottom: 80px;}
.about-box1, .about-box3 {
    display: flex;
    border-right: 1px solid #eee;
}
.about-box3, .about-box4 {
    display: flex;
}
.aboutus-box .about-sum{
    width: 100%;
    text-align: center;
}
.aboutus-box .about-box4 .about-sum{
    border: 0;
}
.aboutus-box .about-sum div {
    color: #3c78d8;
    font-size: 40px;
    line-height: 70px;
    font-weight: bold;
}
.aboutus-box .about-sum div span:last-of-type {
    font-size: 18px;
    position: absolute;
    padding-left: 10px;
}
.aboutus-box .about-sum p {font-size: 16px;}



.process-tit {
    padding-top: 100px;
}
.process-tit h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.process-tit p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 30px 0 50px;
    margin: 0;
}
.process-list{
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.process-list .line {
    position: absolute;
    width: 1300px;
    height: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 4px solid rgba(255,255,255,0.3);
}
.process-list .procsee-box{
    width: 1000px;
    margin: 0 auto;
}
.process-list .row1 {
    display: flex;
    align-items: flex-end;
    height: 50%;
}
.process-list .row1 .textbox {
    padding-bottom: 100px;
    padding-top: 20px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.4);
}
.process-list .row2 {
    margin-left: 50%;
    margin-right: -50%;
    display: flex;
    align-items: flex-end;
}
.process-list .row2 .textbox {
    padding-top: 100px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.4);
}
.process-list .circle {
    width: 16px;
    height: 16px;
    background: #3c78d8;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    left: -8px;
}
.process-list .row1 .circle{
    bottom:-8px;
}
.process-list .row2 .circle{
    top:-8px;
}
.process-list .ditem{padding: 0;}
.process-list .ditem .tit{
    font-size: 26px;
    color: #FFFFFF;
    line-height: 1.7;
    padding-right: 30px;
}
.process-list .ditem .titt{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.7;
    padding-right: 30px;
}

.advantage-tit {
    padding-top: 100px;
}

.advantage-tit h2 {
    color: #333;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.advantage-tit p {
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 30px 0 50px;
    margin: 0;
}
.advantage-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.advantage .advantage-lst .js-slider{margin-bottom: 0;}
.advantage-lst .advantage-slide {
    padding: 0 15px;
}
.advantage-box {
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    display: inline-block;
}
.advantage-box .imgs {
    height: 210px;
    overflow: hidden;
    z-index: 1;
}
.advantage-box img {
    max-width: 100%;
    background-color: #fff;
}
.advantage-box img:hover {
    cursor: pointer;
}
.advantage-box .imgs+div{
    position: relative;
}
.advantage-box .textMark{
    transform: skewY(-6deg);
    background: #fff;
    transition: all .3s ease;
    width: 100%;
    height: 50%;
    z-index: 3;
    position: absolute;
    top: -30%;
}
.advantage-slide:hover .textMark {
    transform: skewY(0deg);
}
.advantage-box .textBox {
    position: relative;
    z-index: 5;
    padding-top: 30px;
}
.advantage-lst .slick-slide{
    position: relative;
}
.advantage-lst .slick-slide span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 36px;
    line-height: 70px;
    text-align: center;
    background: #3c78d8;
    transition: all .3s ease;
    color: #fff;
    position: absolute;
    right: 10%;
    top: -70%;
}
.advantage-slide:hover span {
    right: 50%;
    top: -55%;
    transform: translateX(50%);
}
.advantage-lst h3 {
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 15px;
    padding: 0 30px;
    font-weight: initial;
    text-align: left;
}
.advantage-lst p {
    font-size: 14px;
    height: 60px;
    padding: 0 30px;
    margin-bottom: 80px;
    color: #8a8a8a;
    line-height: 24px;
    text-align: left;
}
.advantage .slick-arrow{height: 2.5rem;border-radius: 50px;}
.advantage .slick-dots{display:none!important;}


@media (min-width: 768px){
    .about-banner .img-ads{margin-top:50px;}
    .banner-tit {
        letter-spacing: 2px;
        line-height: 60px;
        text-align: left;
    }
    .banner-titt {
        letter-spacing: 2px;
        line-height: 90px;
        text-align: left;
    }
    .banner-des {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about-box2 {
        border-right: 1px solid #eee;
    }
    .process-list{padding-bottom: 100px;}
}
@media (max-width: 768px){
    .banner-tit {font-size: 38px;}
    .banner-titt {font-size: 40px;}
    #main-container .banner{background-position: center left !important;}
    .about-box1,.about-box2 {margin-bottom: 10px;}
    
    .process-list{padding-top: 50px;}
    .process-list .line{display:none;}
    .process-list .procsee-box{width:100%;}
    .process-list .row1 .textbox {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0px;
        padding-top: 30px;
        padding-left: 20px;
    }
    .process-list .row1 .circle {top: 30%;}
    .process-list .row2 {
        margin-left: 0;
        margin-right: 0;
    }
    .process-list .row2 .textbox {
        padding-bottom: 0px;
        padding-top: 30px;
        padding-left: 20px;
    }
    .process-list .row2 .circle {
        top: 30%;
    }
    .process-list .ditem .titt{padding-right:0;}
}