
.color-primary {
    color: #5173F5;
}

.section {
    padding-top: 60px;
    height: 520px;
    background-color: #f8f8f8;
}
.container {
    margin-top: 40px;
}

/* 
banner
*/
.banner-page-1 {
    background: url(./images/banner_bg_1.png) left top no-repeat;
    background-size: cover;
}
.banner .left .detail {
    margin-top: 30px;
}
.banner .left .imgs {
    margin-top: 30px;
}
.banner .left .imgs img:not(:first-child) {
    margin-left: 20px;
}
.banner .left .detail:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.banner .right {
    margin-left: -30px;
    position: relative;
}
.banner .right .img {
    position: absolute;
    z-index: 1;
}
.banner .banner-left-title-1 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
}
.banner .banner-left-title-2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
}
/* 
section2
*/
.section-2 {
    position: absolute;
    background: #F8FCFF;
    border: 1px solid #EFF4F8;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    display: flex;
    align-items: center;
    left: 50%;
    margin-left: -600px;
    top: -50px;
    height: 100px;
    width: 1200px;
    z-index: 1;
}

.section-2 .item {
    flex: 1;
    /* margin: 0 20px; */
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.section-2 .item .right {
    margin-left: 6px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-2 .item .right .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 32px;
    line-height: 32px;
}
.section-2 .item .right .desc {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    height: 24px;
    line-height: 24px;
}

/* 
section3
*/
.section-3 {
    padding-top: 120px;
    padding-bottom: 50px;
}
.section-3 .section-3-bg-1 {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 101px;
    height: 213px;
    background: url(./images/section_3_bg_1.png);
    background-size: cover;
}
.section-3 .section-3-bg-2 {
    position: absolute;
    right: 0;
    top: 110px;
    width: 360px;
    height: 721px;
    background: url(./images/section_3_bg_2.png);
    background-size: cover;
}
.section-3 .container {
    position: relative;
    z-index: 1;
}
.section-3 .kuohao {
    margin-top: 20px;
    width: 90%;
    height: auto;
}
.section-3 .btn {
    border-radius: 40px;
}
.section-3 .btn.btn-lg {
    padding: 16px 36px;
    background: linear-gradient( 180deg, #588AFC 0,#75AEFE 100%);
    box-shadow: 0px 0px 18px 0px rgba(31, 91, 216, .4);
    font-weight: 500;
    font-size: 26px;
    font-style: normal;
    line-height: 1;
}
.section-3 .col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.section-3 .col .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-3 .col .item .btn-m {
    padding: 10px 18px;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    box-sizing: border-box;
}
.section-3 .col .item .item-content {
    margin-top: 26px;
    padding: 12px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    min-width: 100px;
}
.section-3 .col .item .item-content .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    border-top-width: 0;
}
.section-3 .col .item .item-content .arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    content: " ";
    top: 1px;
    border-top-width: 0;
    transform: translate(-50%, 0);
}
.section-3 .col .item .item-content .item-content-list li {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 36px;
    text-align: center;
}
.section-3 .col .item.item-0 .btn-m {
    background: linear-gradient( 180deg, rgba(41, 89, 244, 1) 0,rgba(106, 140, 247, 1) 100%);
    box-shadow: 0px 0px 18px 0px rgba(52, 98, 245, 0.3);
}
.section-3 .col .item.item-0 .item-content {
    background-color: rgba(250, 251, 255, 1);
    border: 1px solid rgba(228, 235, 255, 1);
}
.section-3 .col .item.item-0 .item-content .arrow {
    border-bottom-color: rgba(228, 235, 255, 1);
    
}
.section-3 .col .item.item-0 .item-content .arrow::after {
    border-bottom-color: rgba(250, 251, 255, 1);
}
.section-3 .col .item.item-1 .btn-m {
    background: linear-gradient( 180deg, rgba(125, 100, 230, 1) 0,rgba(169, 152, 238, 1) 100%);
    box-shadow: 0px 0px 18px 0px rgba(133, 109, 231, 0.3);
}
.section-3 .col .item.item-1 .item-content {
    background-color: rgba(250, 249, 255, 1);
    border: 1px solid rgba(237, 233, 255, 1);
}
.section-3 .col .item.item-1 .item-content .arrow {
    border-bottom-color: rgba(237, 233, 255, 1);
    
}
.section-3 .col .item.item-1 .item-content .arrow::after {
    border-bottom-color: rgba(250, 249, 255, 1);
}

.section-3 .col .item.item-2 .btn-m {
    background: linear-gradient( 180deg, rgba(81, 201, 169, 1) 0,rgba(139, 220, 198, 1) 100%);
    box-shadow: 0px 0px 18px 0px rgba(90, 204, 173, 0.3);
}
.section-3 .col .item.item-2 .item-content {
    background-color: rgba(251, 255, 254, 1);
    border: 1px solid rgba(219, 255, 245, 1);
}
.section-3 .col .item.item-2 .item-content .arrow {
    border-bottom-color: rgba(219, 255, 245, 1);
    
}
.section-3 .col .item.item-2 .item-content .arrow::after {
    border-bottom-color: rgba(251, 255, 254, 1);
}

.section-3 .col .item.item-3 .btn-m {
    background: linear-gradient( 180deg, rgba(242, 134, 26, 1) 0,rgba(255, 184, 114, 1) 100%);
    box-shadow: 0px 0px 18px 0px rgba(232, 105, 54, 0.3);
}
.section-3 .col .item.item-3 .item-content {
    background-color: rgba(255, 252, 249, 1);
    border: 1px solid rgba(255, 238, 221, 1);
}
.section-3 .col .item.item-3 .item-content .arrow {
    border-bottom-color: rgba(255, 238, 221, 1);
    
}
.section-3 .col .item.item-3 .item-content .arrow::after {
    border-bottom-color: rgba(255, 252, 249, 1);
}

.section-3 .col .item.item-4 .btn-m {
    background: linear-gradient( 180deg, rgba(30, 178, 208, 1) 0,rgba(138, 219, 238, 1) 100%);
    box-shadow: 0px 0px 18px 0px rgba(50, 187, 217, 0.3);
}
.section-3 .col .item.item-4 .item-content {
    background-color: rgba(247, 254, 255, 1);
    border: 1px solid rgba(227, 250, 255, 1);
}
.section-3 .col .item.item-4 .item-content .arrow {
    border-bottom-color: rgba(227, 250, 255, 1);
    
}
.section-3 .col .item.item-4 .item-content .arrow::after {
    border-bottom-color: rgba(247, 254, 255, 1);
}

.section-3 .col .item.item-5 .btn-m {
    background: linear-gradient( 180deg, rgba(41, 89, 244, 1) 0,rgba(106, 140, 247, 1) 100%);
    box-shadow: 0px 0px 18px 0px rgba(52, 98, 245, 0.3);
}
.section-3 .col .item.item-5 .item-content {
    background-color: rgba(252, 253, 255, 1);
    border: 1px solid rgba(232, 238, 255, 1);
}
.section-3 .col .item.item-5 .item-content .arrow {
    border-bottom-color: rgba(232, 238, 255, 1);
    
}
.section-3 .col .item.item-5 .item-content .arrow::after {
    border-bottom-color: rgba(252, 253, 255, 1);
}

.section-3 .col .item.item-6 .btn-m {
    background: linear-gradient( 180deg, rgba(37, 167, 253, 1) 0,rgba(141, 199, 249, 1) 100%);
    box-shadow: 0px 0px 18px 0px rgba(54, 173, 252, 0.3);
}
.section-3 .col .item.item-6 .item-content {
    background-color: rgba(250, 253, 255, 1);
    border: 1px solid rgba(225, 243, 255, 1);
}
.section-3 .col .item.item-6 .item-content .arrow {
    border-bottom-color: rgba(225, 243, 255, 1);
    
}
.section-3 .col .item.item-6 .item-content .arrow::after {
    border-bottom-color: rgba(250, 253, 255, 1);
}

.section-3 .col .item.item-7 .btn-m {
    background: linear-gradient( 180deg, rgba(81, 201, 169, 1) 0,rgba(139, 220, 198, 1) 100%);
    box-shadow: 0px 0px 18px 0px rgba(90, 204, 173, 0.3);
}
.section-3 .col .item.item-7 .item-content {
    background-color: rgba(250, 255, 254, 1);
    border: 1px solid rgba(218, 255, 245, 1);
}
.section-3 .col .item.item-7 .item-content .arrow {
    border-bottom-color: rgba(218, 255, 245, 1);
    
}
.section-3 .col .item.item-7 .item-content .arrow::after {
    border-bottom-color: rgba(250, 255, 254, 1);
}


.section-4 {
    padding-bottom: 240px;
    height: 740px;
    background: url(./images/section_4_bg.png);
    background-size: 100% 800px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    box-sizing: content-box;
}
.section-4 .container {
    position: relative;
    height: 560px;
    width: 100%;
}
.section-4 .tag {
    position: absolute;
}
.section-4 .big {
    width: 150px;
    height: 150px;
}
.section-4 .small {
    width: 80px;
    height: 104px;
}
.section-4 .bottom-img {
    position: absolute;
    width: 580px;
    height: 390px;
    bottom: -180px;
    left: 50%;
    margin-left: -290px;
}

.section-5  {
    height: 785px;
    background: #ffffff;
}
.section-5 .container {
    margin-top: 50px;
    height: 558px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
.section-5 .container .content {
    height: 100%;
    width: 100%;
    z-index: 2;
}
.section-5 .container .content .item {
    float: left;
    width: 21%;
    height: auto;
    background-color: #5173F510;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 2%;
}
.section-5 .container .content .item img{
    width: 100%;
    height: 100%;
}
.section-5 .container .swiper-button-prev{
    left: -50px;
    width: 60px;
    height: 60px;
	background:url(./images/section_5_last.png) center center no-repeat;
    background-size: 100% 100%;
    outline: none;
    z-index: 5;
}
.section-5 .container .swiper-button-next{
    right: -50px;
    outline: none;
     width: 60px;
    height: 60px;
	background:url(./images/section_5_next.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}
.section-5 .container .swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.section-6  {
    height: 580px;
    background: #ffffff;
}
.section-6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.section-6 .container .item {
    width: 13%;
    height: 180px;
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}
.section-6 .container .item img {
    width: 110px;
    height: 110px;
}
.section-6 .container .item p {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}

/* 
section-7
*/
.section-7  {
    height: 350px;
    background: #ffffff;
}
.section-7 .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 80px;

}
.section-7 .container .card {
    height: 110px;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-7 .container .card img{
    height: 70px;
}
.section-7 .container .card p{
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 20px;
    vertical-align: middle;
    margin-top: 20px;
}

.section-8  {
    height: 384px;
    background-color: #ffffff;
    background-image: url(./images/section_8_bg.png);
    background-size: 100% 100%;
}
.section-8 .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.section-8 .left-img {
    width: 430px;
    margin-right: 20px;
}
.section-8 .content {
    flex: 1;
}
.section-8 .content  .title {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #2D2D2C;
    line-height: 90px;
}

.section-8 .content  .desc {
    font-size: 16px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 30px;
}

.section-8 .content  .btn {
    width: 170px;
    height: 50px;
    background: linear-gradient(90deg, #1380FB, #1377FB);
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    margin-top: 20px;
}

.section-9 {
    width: 100%;
    height: 1080px;
    background-image: url(./images/section_9_bg.png);
    background-size: cover;
}
.section-9 .container {
    margin-top: 110px;
}
.section-9 .item-left {
    margin-left: -48px;
    padding: 20px;
    width: 250px;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(4, 108, 177, 0.1);
    border-radius: 24px;
    box-sizing: border-box;
}
.section-9 .item-left .solution-item {
    margin: 30px 0;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 12px;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
}
.section-9 .item-left .solution-item.active {
    background-color: #22A6FD;
    color: #ffffff;
}
.section-9 .item-right {
    padding: 40px 50px 20px;
    margin-left: 36px;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(4, 108, 177, 0.1);
    border-radius: 24px;
    box-sizing: border-box;
    transition: all 0.2s;
}
.section-9 .item-right .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 56px;
    text-align: left;
}
.section-9 .item-right .content {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #333333;
}
.section-9 .item-right .icon-list {
    margin-top: 10px;
    min-height: 240px;
    align-items: flex-start;
}
.section-9 .item-right .icon-list li {
    margin-top: 20px;
    width: 25%;
}
.section-9 .item-right .icon-list li img {
    width: 62px;
    height: 62px;
}
.section-9 .item-right .icon-list li .title {
    font-size: 15px;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
}
.section-9 .item-right .btn {
    display: inline-block;
    margin-top: 100px;
    width: 130px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #22A6FD;
    border-radius: 12px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}