/* banner */
.banner-index img{
    width: 100%;
}

/* 产品及解决方案 */
.solution {
    margin-bottom: 130px;
}

.solution .title-box {
    /* padding: 50px 150px 80px 150px; */
    padding: 4% 10% 6% 10%;
    background-image:  url(/V3/assets/img/title-icon-border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.solution .solution-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution .solution-content li{
    width: 32%;
    min-width: 350px;
    /* padding-top: 26px; */
    border-radius: 6px;
    padding-bottom: 36px;
    box-shadow: 0px 0px 10px 2px rgba(130,140,255,0.2);
    /* border: 1px solid #e9e9e9; */
}
.solution .solution-content li:hover{
    box-shadow: 0px 0px 10px 5px rgba(130,140,255,0.3);
}
.solution .solution-content li img{
    width: 100%;
}

.solution .solution-content li .large-text{
    padding: 20px 0;
    text-align: center;
    color: #333;
    position: relative;
    text-align: left;
    padding: 45px;
    font-size: 24px;

}
.solution .solution-content li .large-text .background-text{
    position: absolute;
    font-size: 60px;
    top: 15px;
    left: 26px;
   color: #f6f8fe;
   /* color: red; */
   font-weight: bold;
   z-index: -1;
}
.solution .solution-content li .normal-text{
    /* color: #999; */
    color: #5e7088;
    min-height: 150px;
    padding: 0 26px 26px 26px;
}

.solution .solution-content li a {
    margin-left: 26px;
    font-size: 18px;
    display: block;
    color: #2851e1;
    border: 1px solid #2851e1;
    width: 155px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}

/* 核心优势 */
.jsBox {
    padding: 0;
    padding-bottom: 400px;
    /* background: url(/V3/assets/img/bg-v4.png) no-repeat center; */
    background-image:  url(/V3/assets/img/bg-v4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #131524;
    /* background-size:  100% 100%; */
}
.jsBox .section-title {
    color: #fff;
}
.jsBox .section-title p{
    /* color: #fff; */
    color: #171d31;
}
.jsBox-content ul{
   display: flex;
   justify-content: space-between;
}
.jsBox-content ul li{
    width: 285px;
    /* height: 375px; */
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    /* background: rgba(211, 211, 211, 0.1); */
    /* padding: 75px 15px 45px 15px; */
    padding: 0px 15px 0px 15px;
    text-align: center;
 }
 .jsBox-content ul li img{
    width: 48px;
    height: 80px;
 }
 .jsBox-content ul li .normal-text{
    color: #999;
 }
 .jsBox-content ul li .large-text{
    font-size: 24px;
    margin: 0px 0 15px 0;
 }

 /* 公司荣誉 */
 .glory-company  {
    /* background-color: #fcfcfc; */
    background-color: #f2f2f9;
    padding-bottom: 130px;
 }
 .glory-company .glory-company-content {
    width: 100%;
 }
 .glory-company .glory-company-content .time-line{
    width: 80%;
    margin: 9rem auto;
    /* background-image: url('/V3/assets/img/bare-horize-4.png'); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    background: #dbe1f1;
    height: 2px;
    color: #303dc4;
    font-weight: bold;
    font-size: 4rem;
}
.glory-company .glory-company-content .time-line span {
    position: absolute;
}

.glory-company .glory-company-content .time-line span.up {
    margin-top: -6.1rem;
}

.glory-company .glory-company-content .time-line span.down {
    margin-top: 1.5rem;
}

.glory-company .glory-company-content .time-line span.down::before {
    content: ' ';
    position: absolute;
    top: -2.3rem;
    left: 25px;
    width: 2rem;
    height: 2rem;
    border: 3px solid #303dc4;
    border-radius: 50%;
    background: white;
}

.glory-company .glory-company-content .time-line span.up::after {
    content: ' ';
    position: absolute;
    top: 5.3rem;
    left: 25px;
    width: 2rem;
    height: 2rem;
    border: 3px solid #303dc4;
    border-radius: 50%;
    background: white;
}

.glory-company .glory-company-content .event-container{
    width: 62%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.glory-company .glory-company-content .event-container .event{
    /* height: 400px; */
    border: 1px solid rgba(74,88,241,0.1);
    border-radius: 6px;
    box-shadow: 0px 0px 10px 2px rgba(130,140,255,0.2);
    padding: 30px;
    background: #fff;
}
.glory-company .glory-company-content .event-container .event .img-wrapper{
    width: 100%;
    display: flex;
}
.glory-company .glory-company-content .event-container .event .img-wrapper-item{
    width: 100%;
    text-align: center;
}
.glory-company .glory-company-content .event-container .event .img-wrapper img{
    /* width: 100%; */
    max-width: 100%;
}
.glory-company .glory-company-content .event-container .event:hover{
    box-shadow: 0px 0px 10px 5px rgba(130,140,255,0.3);
}
.glory-company .glory-company-content .event-container .event .medium-text{
    font-weight: bold;
    padding: 13px 0 13px 20px;
    position: relative;
}
.glory-company .glory-company-content .event-container .event .medium-text::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 22px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2c39c1;
}
.event-2019 {
    width: 30%;
}
.event-2019 img {
    max-width: 13rem !important;
}
.event-2017{
    width: 30%;
}
.event-2020{
    width: 36%;
}
.event-2018{
    width: 53.5%;
}

/* 合作伙伴 */
.partner {
    padding-bottom: 130px;
}
ul.partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.partner-list li{
    border: 1px solid #eee;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 2px rgba(130,140,255,0.2);
}

ul.partner-list li img {
    width: 100%;
}

/* mobile */
@media (max-width: 768px) {
    .solution {
        margin-bottom: 40px;
    }
    .large-text {
        font-size: 16px !important;
        font-weight: bold;
    }
    .jsBox{
        min-height: auto !important;
        padding-bottom: 25px;
    }
    .jsBox  .jsBox-content ul{
        margin: 0 15px;
        flex-wrap: wrap;
    }
    .jsBox  .jsBox-content ul li{
        width: 48%;
        padding: 15px 9px 10px 9px;
        margin-bottom: 17px;
    }
    .jsBox  .jsBox-content ul li img{
        width: 24px;
        height: 40px;
    }
    .jsBox  .jsBox-content ul li .large-text{
        margin: 0px 0 12px 0;
    }
    .partner {
        padding-bottom: 40px;
    }
    .partner .partner-list{
        margin: 0 15px;
    }
    .partner .partner-list li{
        width: 110px;
        height: 40px;
        margin-bottom: 10px;
    }
    .partner .partner-list li{
        height: 100%;
    }
    .container {
        margin: 0;
        width: 100%;
    }
}

/* 产品及解决方案 */
.solution .solution-content-mobile ul{
    margin: 0 15px;
}
.solution .solution-content-mobile li{
    border-radius: 6px;
    box-shadow: 0 0px 10px rgba(211, 211, 211, 0.5);
    display: flex;
    padding: 15px;
    padding-left: 0;
    margin-bottom: 15px;
}
.solution .solution-content-mobile li:nth-child(even){
    flex-direction: row-reverse;
    padding-right: 0px;
    padding-left: 15px;
}
.solution .solution-content-mobile li:last-child{
    margin-bottom: 0px;
}
.solution .solution-content-mobile .img-wrapper{
    display: flex;
    align-items: center;
    width: 40%;
}
.solution .solution-content-mobile .text-wrapper{
    flex: 1;
}
.solution .solution-content-mobile img{
    width: 100%;
}
.solution .solution-content-mobile .large-text{
    padding:15px 0;
}
.solution .solution-content-mobile .normal-text{
    color: #999;
}

/* 公司荣誉 */
.glory-company .mobile-glory-company-content{
    display: flex;
    margin: 0 15px;
}
.glory-company .mobile-glory-company-content .mobile-time-line{
    background: #dbe1f1;
    height: 1250px;
    width: 2px;
    margin-right: 15px;
}
.glory-company .mobile-glory-company-content .mobile-time-line img{
    height: 100%;
    width: 100%;
}
.glory-company .mobile-glory-company-content .event-wrapper{
    position: relative;
    flex: 1;
}
/* .glory-company .mobile-glory-company-content .event-wrapper .mobile-event{
    position: absolute;
} */
.glory-company .mobile-glory-company-content .event-wrapper .mobile-event .medium-text{
    color: #666;
    font-weight: normal;
    position: relative;
    padding-left: 15px;
}
.glory-company .mobile-glory-company-content .event-wrapper .mobile-event .mobile-event-title{
    font-size: 18px;
    font-weight: bold;
    color: #2c39c1;
    position: relative;
}
.glory-company .mobile-glory-company-content .event-wrapper .mobile-event .mobile-event-title::before{
    content: ' ';
    position: absolute;
    top: 5px;
    left: -21px;
    width: 1rem;
    height: 1rem;
    border: 2px solid #303dc4;
    border-radius: 50%;
    background: white;
}
.glory-company .mobile-glory-company-content .event-wrapper .mobile-event .mobile-event-content{
    border: 1px solid rgba(74,88,241,0.1);
    border-radius: 6px;
    box-shadow: 0px 0px 10px 2px rgba(130,140,255,0.2);
    padding: 20px; 
    margin-top: 12px;
    background-color: #fff;
}
.glory-company .mobile-glory-company-content .event-wrapper .mobile-event .mobile-event-content .medium-text::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2c39c1;
}
.glory-company .mobile-glory-company-content .event-wrapper .mobile-event .mobile-event-content .img-wrapper{
    display: flex;
    margin-top: 10px;
}
.glory-company .mobile-glory-company-content .event-wrapper .mobile-event .mobile-event-content .img-wrapper .img-wrapper-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.glory-company .mobile-glory-company-content .event-wrapper .mobile-event .mobile-event-content .img-wrapper .img-wrapper-item img{
    max-width: 100%;
}
.mobile-event-2020 {
    top: 1.8%;
}
.mobile-event-2019 {
    top: 24.5%;
}
.mobile-event-2018 {
    top: 48.5%;
}
.mobile-event-2017 {
    top: 77%;
}