.solution{
    background: #f7f7f7;
}
.solution .content .bg{
    background: url(/lib/images/solution/img_bg_1.jpg) no-repeat left top;
    position: absolute;
    top: 0;
    left: -140px;
    z-index: 2;
    width: 1780px;
    height: 320px;
}

.solution .content{
    padding: 90px 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    z-index: 3;
    background: #fff;
}
.solution .content .left{
    margin-left: 40px;
    position: relative;
    z-index: 4;
}
.solution .content .right{
    margin-left: 80px;
    position: relative;
    z-index: 4;
}
.solution .content .right h1{
    color: #fff;
    font-size: 56px;
    font-family: 'BarlowCondensed-Medium';
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 20px;
}
.solution .content .right p{
    font-size: 16px;
    line-height: 1.5;
    max-width: 800px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.solutions{
    background: #f7f7f7;
}
.solutions .content {
    background: #fff;
}
.solutions .content .content_in{
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 120px;
}
.solutions .content .content_in h2{
    font-size: 40px;
}
.solutions .content .content_in h3{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: normal;
}
.solutions .content .content_in>p{
    font-size: 16px;
    color: #303030;
    line-height: 1.5;
    margin-bottom: 50px;
}
.solutions .content .content_in .questions{
    background: #e1ebfa;
    padding: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}
.solutions .content .content_in .questions.active{
    background: #008ADB;
}
.solutions .content .content_in .questions.active p{
    color: #fff;
}
.solutions .content .content_in .questions.active svg{
    fill: #fff;
    flex-shrink: 0;
}

.solutions .content .content_in .questions p{
    margin-left: 20px;
    font-size: 20px;
    color: #666;
    font-family: 'Barlow-Bold';
}
.solutions .content .content_in .answers{
    padding: 40px 50px;
    padding-top: 0;
}
.solutions .content .content_in .answers.active{
    display: block;
}
.solutions .content .content_in .answers p{
    font-size: 16px;
    color: #303030;
    line-height: 1.5;
    margin-bottom: 30px;
}
.solutions .content .content_in .answers a{
    font-size: 16px;
    color: #008ADB;
}
.solutions .content .content_in .why_chose{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_in .why_chose .left{
    max-width: 520px;
}
.content_in .why_chose .left img{
    width: 100%;
}
.content_in .why_chose .right{
    max-width: 520px;
}
.content_in .why_chose .right p{
    font-size: 16px;
    color: #303030;
    line-height: 1.5;
    margin-bottom: 30px;
}
.content_in .why_chose .right a{
    width: 240px;
    height: 48px;
    border: 2px solid #008ADB;
    color: #008ADB;
    font-size: 16px;
    transition: all 0.5s;
}
.content_in .why_chose .right a:hover{
    background: #008ADB;
    color: #fff;
}
.contact_us{
    background: url(/lib/images/solution/img_bg_2.jpg) no-repeat;
}
.contact_us .content{
    padding: 72px 0;
    max-width: 800px;
}
.contact_us .content h2{
    color: #fff;
    text-align: center;
}
.contact_us .content p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.contact_us .content a{
    width: 240px;
    height: 48px;
    font-size: 16px;
    font-family: 'Barlow-Bold';
    color: #fff;
    margin: 0 auto;
    background: #EF800E;
}
.more .content{
    display: flex;
    padding: 120px 0;
}
.more .content>div{
    width: 33.3%;
    border: 1px solid #e5e5e5;
    padding: 42px 50px;
    border-right: none;
}
.more .content>div:last-child{
    border-right: 1px solid #e5e5e5;
}
.more .content>div h2{
    font-size: 32px;
    color: #101010;
}
.more .content .left ul li{
    font-size: 16px;
    color: #008ADB;
    margin-bottom: 16px;
}
.more .content .left ul{
    margin-bottom: 40px;
}
.more .content .left a{
    width: 330px;
    height: 56px;
    background: #172a3a;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
}
.more .content .left a:hover{
    background: #008ADB;
}
.more .content .center .center_swiper{
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}
.center_swiper .swiper-button-prev::after{
    content: '';
}
.center_swiper .swiper-button-next::after{
    content: '';
}
.center_swiper .swiper-button-prev{
    background: url(/lib/images/icon_arrow_left3.svg) no-repeat center;
    left: -30px;
}
.center_swiper .swiper-button-next{
    background: url(/lib/images/icon_arrow_right3.svg) no-repeat center;
    right: -30px;
}
.center_swiper .swiper-slide{
    box-shadow: 0 0 10px rgba(0, 14, 12,0.2);
}
.center_swiper .swiper-container{
    padding: 10px;
}
.more .content .right p{
    margin-bottom: 24px;
    max-width: 400px;
}
.more .content .right p a{
    font-size: 16px;
    color: #008ADB;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (max-width:1600px) {
    .solution .content .bg{
        width: 100%;
    }
    .solution .content .bg{
        left: 0;
    }
    .solution .content .right{
        padding-right: 20px;
    }
}
@media (max-width:1279px){
    .solutions .content .content_in{
        width: 100%;
    }
    .content_in .why_chose .left{
        width: 50%;
        margin-right: 40px;
    }
    .content_in .why_chose .right{
        max-width: 50%;
    }
    .more .content{
        padding: 120px 30px;
    }
    .more .content>div{
        padding: 30px;
    }
    .more .content .left a{
        width: 100%;
    }
    
}
@media (max-width:1023px) {
    .solution .content{
        padding: 30px 0;
    }
    .solutions .content .content_in{
        padding: 30px 0;
    } 
    .contact_us .content{
        padding: 70px 15px;
    }
    .more .content{
        padding: 60px 30px;
    }
}
@media (max-width:767px){
    .solution .content{
        flex-direction: column;
        padding-bottom: 0;
    }
    .solution .content .right h1{
        font-size: 38px;
    }
    .solution .content .left{
        margin-left: 0;

    }
    .solution .content .left img{
        width: 90%;
        margin: 0 auto;
    }
    .solution .content .right{
        background: #003831;
        margin-left: 0;
        padding: 15px;
    }
    .solutions .content .content_in .why_chose{
        flex-direction: column;
    }
    .content_in .why_chose .left{
        width: 100%;
        margin-right: 0;
    }
    .content_in .why_chose .right{
        max-width: 100%;
        margin-top: 30px;
    }
    .solution .content .right p{
        -webkit-line-clamp: 10;
    }
    .solutions .content .content_in>p{
        margin-bottom: 30px;
    }
    .solutions .content .content_in .answers{
        padding: 15px;
        padding-bottom: 30px;
    }
    .solutions .content .content_in .answers p{
        margin-bottom: 15px;
    }
    .solutions .content .content_in .questions{
        padding: 20px;
    }
    .solutions .content .content_in h2{
        font-size: 28px;
    }
    .contact_us .content{
        padding: 30px 15px;
    }
    .contact_us .content h2{
        font-size: 36px;
    }
    .contact_us .content p{
        margin-bottom: 30px;
    }
    .more .content{
        flex-direction: column;
        padding: 30px 15px;
    }
    .more .content>div{
        width: 100%;
        border: 1px solid #e5e5e5;
    }
}








