.swiper-wrapper-index {
    /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
    /* 样式做了各种浏览器的兼容 */
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* html {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
} */

.slide-main-index {
    height: auto !important;
}

.index-gif {
    position: absolute;
    /* transform: rotate(90deg); */
    width: 70px;
    top: 90vh;
}

.top-bg {
    display: flex;
    justify-content: center;
    /* height: 100vh; */
    max-height:700px;
}

.top-bg-img {
    width: 100%;
    max-width: 3840px;
}

.saas-section {
    background-color: #fff;
    background-image: url('../images/index_back8.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 950px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 0 !important;
}

.api-section {
    background-color: #fff;
    background-image: url('../images/index_back9.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 950px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 0 !important;
}

.section .title1 {
    font-size: 40px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    color: #2F69D2;
    line-height: 60px;
}

.section .title2 {
    font-size: 36px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    color: #3D3D3D;
    line-height: 60px;
}

.section .subtitle {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    width: 1150px;
    text-align: center;
    margin-top: 15px;
}

.saas-section .saas-content {
    display: flex;
    margin-top: 70px;
    width: 1250px;
    justify-content: center;
}

.saas-section .left-img {
    width: 561px;
    margin-right: 100px;
}

.saas-section .right-ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 0;
}

.saas-section .right-li {
    display: flex;
    align-items: flex-start;
}

.saas-section .li-img {
    width: 32px;
    margin-right: 18px;
    margin-top: 5px;
}

.saas-section .li-title {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    color: #333333;
    line-height: 36px;
}

.saas-section .li-sub {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.api-section .api-content {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin-top: 65px;
}

.api-section .content-item {
    width: 580px;
    height: 470px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.api-section .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.api-section .top-content {
    padding: 5px 0 0 15px;
}

.api-section .top-content .title0 {
    font-size: 30px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    margin-bottom: 26px;
}

.api-section .top-content .conteng-ul {
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: space-between;
}

.api-section .top-content .conteng-ul li {
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.api-section .top-content .conteng-ul li span {
    font-weight: 600;
}

.api-section .top-img {
    width: 350px;
}

.api-section .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.api-section .bottom .bottom-item {
    width: 235px;
    height: 40px;
    background: #F1F1F1;
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #555555;
    line-height: 40px;
    text-align: center;
    margin: 8px;
}

.api-section .content-item .btn {
    cursor: pointer;
    width: 486px;
    height: 57px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #5B8EFF;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    color: #2F69D2;
    line-height: 57px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.api-section .btn:hover {
    background: linear-gradient(88deg, #4A7EEE 0%, #6DA1F5 100%);
    color: #FFFFFF;
}

.api-section .api-contact {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.api-section .api-contact .input {
    display: flex;
}

.api-section .api-contact .input-left {
    width: 90px;
    height: 50px;
    background: #F2F6FD;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 50px;
    text-align: center;
}

.api-section .api-contact .btn {
    width: 362px;
    height: 50px;
    background: #00CBAB;
    font-size: 22px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.api-section .api-contact input {
    width: 300px;
    padding: 0 20px;
    font-size: 15px;
}

.swiper-slide-banner {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.swiper-slide-banner img {
    width: 100%;
    height: 530px;
    margin: 0 auto;
}

.credit-banner img {
    width: 1920px !important;
}

.credit-banner {
    background: linear-gradient(to right, #3f37ea, #4a79eb);
}

.channel-banner img {
    width: 1916px !important;
}

.channel-banner .btn {
    width: 186px;
    height: 42px;
    background: #63DAAB;
    border-radius: 4px 4px 4px 4px;
    margin: 0 auto;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-top: 245px;
}

.channel-banner {
    background-color: #030121;
}


.swiper-slide-banner .img-content {
    position: absolute;
    top: 30%;
    width: 1200px;
    margin: 0 auto;
    z-index: 9999;
}


.swiper-slide-banner .banner-img-container {
    position: absolute;
    top: 23%;
    width: 1200px;
    margin: 0 auto;
}

.swiper-slide-banner .banner-img {
    margin-left: 770px;
    height: 331px;
    width: 368px;
}

.swiper-slide-banner .banner-img-container2 {
    position: absolute;
    /* top: 23%; */
    /* left: 800px; */
    width: 1200px;
    height: 500px;
    /* margin: 0 auto; */
    margin-left: 750px;
}

.swiper-slide-banner .img-content h5 {
    height: 70px;
    font-size: 50px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 70px;
    margin-bottom: 16px;
    letter-spacing: 5px;
}

.img-content2 h5 {
    margin-bottom: 30px !important;
}

.swiper-slide-banner .img-content h5 span {
    color: #0DFFC3;
}

.swiper-slide-banner .img-content p {
    font-size: 20px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.swiper-slide-banner .img-content .img-content-button {
    margin-top: 25px;
    width: 186px;
    height: 42px;
    background: #59B7FF;
    border-radius: 23px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.swiper-slide-banner .img-content a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    width: 186px;

}

.swiper-pagination {
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    width: 50px !important;
    height: 6px !important;
    background: #FFFFFF !important;
    border-radius: 0 !important;
}

.section1 {
    width: 100%;
    height: 530px;
    position: absolute;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 46px 0;
    background-color: #E9EFFF;
}

.section-title {
    width: 1000px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.section-subtitle {
    width: 1200px;
    text-align: center;
    font-size: 18px;
    font-family: PingFang-SC;
    color: #555555;
    line-height: 24px;
    z-index: 2;
}

.section2 .section-subtitle {
    width: 1040px;
}

.index-title {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-title .button-more {
    line-height: 44px;
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #2857E6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section1 .content {
    margin-top: 35px;
    width: 992px;
    height: 270px;
    background: #FFFFFF;
    border-radius: 1px;
    z-index: 2;
}


.section1-li-top-container2 {
    padding: 23px 0 0 30px;
    display: flex;
    align-items: center;
}

.section1-li-top-w {
    display: none;
}

.section1-li-bottom {
    position: absolute;
    top: 260px;
    padding-left: 60px;
}

.section1-li-bottom-li {
    font-size: 14px;
    font-family: PingFang-SC;
    color: #666666;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.section1-li-bottom-li-point {
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    margin-right: 13px;
    border-radius: 4px;
}

.section1-li-hover .section1-li-bottom-li-point {
    background: #0B73EF;
}


.swiper-no-swiping {
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center top;
    transform: scaleX(-1);
}

.section2 {
    height: 490px;
    background: #FFFFFF;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.section2 .content {
    width: 1200px;
    margin: 50px auto 0 auto;
}


.section2-ul {
    display: flex;
    justify-content: space-between;
}

.section2-item {
    width: 285px;
    height: 200px;
    background: url(../images/index_back6.png) no-repeat center bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section2-item p {
    width: 212px;
    font-size: 16px;
    font-family: PingFang-SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: center;
    margin-top: 19px;
}

.section2-icon {
    width: 149px;
}

.overlay {
    border-radius: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 76, 223, 0.9);
    /* opacity: 0.9; */
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
    overflow: hidden;
    /* 隐藏文字溢出 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.overlay .overlay-content {
    height: 210px;
    opacity: 0;
    /* 初始状态下文字不显示 */
    font-size: 14px;
    font-family: PingFang-SC;
    line-height: 24px;
    color: #FFFFFF;
    padding: 0 29px;
}

.overlay-triangle {
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 1;
    opacity: 0;
}

.overlay a {
    opacity: 1;
}

.tab-content1-button {
    width: 111px;
    height: 30px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFang-SC;
    color: #2279E3 !important;
    line-height: 30px;
    text-align: center;
    margin-top: 12px;
    opacity: 1;
}

.index_product {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 42px 0 50px 0;
}

.index_product .section-title1_1 {
    font-size: 30px;
    font-family: PingFang-SC-Medium;
    /* font-weight: 500; */
    color: #333333;
    position: absolute;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 500;
}

.index_product .section-title1_2 {
    font-size: 50px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 300;
    color: #E4E4E4;
    padding-top: 12px;
}

.index_product .index_product_content {
    margin-top: 38px;
    /* background: url("../images/index_img3.png") no-repeat; */
    width: 1200px;
    display: flex;
    flex-direction: column;
}

.index_product_content-top {
    display: flex;
    height: 380px;
}

.index_product_content-right {
    width: 920px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px #ECECEC;
    display: flex;
    flex-wrap: wrap;
}

.index_product_content-bottom {
    height: 151px;
    background: url(../images/index_back3.png) no-repeat top center;

}

.index_product_content-right li {
    width: 230px;
    height: 190px;
    border-left: 1px solid #EDEDED;
    cursor: pointer;
    padding: 30px 30px 0 31px;
}

.index_product_content-right li .li-title {
    height: 25px;
    font-size: 18px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 3px;
}

.index_product_content-right li .li-title .li-title-icon {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/index_icon13.png) no-repeat top center;

}

.index_product_content-right li .li-title img {
    margin-left: 5px;
}

.index_product_content-right li .li-content {
    width: 169px;
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.index_product_content-right li:hover {
    background: #F7F7F7;
}

.index_product_content-right li:hover .li-title {
    color: #0275EA;
}

.index_product_content-right li:hover .li-title-icon {
    background: url(../images/index_icon12.png) no-repeat top center;
}


.index_product_content_1 {
    border-bottom: 1px solid #EDEDED;

}

.index_product_content_3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 !important;
}

.index_product_content_3 span {
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 5px;
}

.index_product_content-bottom {}

.index_product_content-bottom ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 27px 0;
}

.index_product_content-bottom ul li {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.index_product_content-bottom ul li:hover span {
    color: #0256D4;
}

.index_product_content-bottom ul li span {
    margin-top: 10px;
    height: 22px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.index-solution {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 900px;
    background: #F3F7FF;
}

.index-solution .solution-title {
    font-size: 40px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    color: #3D3D3D;
    line-height: 60px;
    padding-top: 80px;
}

.index-solution .index-solution_content {
    width: 1200px;
    margin-top: 57px;
}

.index-solution .index-solution_tab {
    display: flex;
    border-radius: 5px 0px 0px 5px;
    background-color: #fff;
}

.index-solution .index-solution_tab li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 385px;
    height: 79px;
    font-size: 18px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    border-bottom: 3px solid transparent;

}

.index-solution .index-solution_tab li img {
    margin-right: 10px;
}

.index-solution .index-solution_tab .selected {
    color: #fff;
    background: #215FCF;
}

.index-solution .index-solution_tab .select-icon1,
.index-solution .index-solution_tab .select-icon2 {
    margin-right: 10px;
    width: 34px;
}

.index-solution .index-solution_tab .tab-item:not(.selected) .select-icon1 {
    display: none;
}

.index-solution .index-solution_tab .tab-item:not(.selected) .select-icon2 {
    display: auto;
}

.index-solution .index-solution_tab .selected .select-icon1 {
    display: auto;
}

.index-solution .index-solution_tab .selected .select-icon2 {
    display: none;
}

.index-solution .index-solution_tab .tab1 {
    border-radius: 5px 0px 0px 5px;
}

.index-solution .index-solution_tab .tab4 {
    border-radius: 0px 5px 5px 0px;
}

.index-solution .index-solution_content_1 {
    height: 540px;
    display: flex;
    background-image: url('../images/index_img10.png');
    background-size: 716px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.index-solution .index-solution_content_1.content2,
.index-solution .index-solution_content_1.content3,
.index-solution .index-solution_content_1.content4 {
    display: none;
}

.index-solution .index-solution_content_1 img {
    width: 716px;
}

.index-solution .index-solution_content_1_1 {
    width: 557px;
    margin-left: 43px;
    margin-bottom: 36px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px 20px 20px 20px;
    padding: 45px 40px 0;

}

.index-solution .index-solution_content_1_1 p {
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
    text-indent: 2em;
    margin-bottom: 10px;
}



.index-solution .index-solution_content_1_1 .button {
    height: 30px;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    color: #0772FE;
    line-height: 30px;
}

.index-solution .solution_content_title {
    height: 42px;
    font-size: 28px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    color: #3D3D3D;
    line-height: 42px;
    margin-bottom: 10px;
}

.index-yzm-dialog {
    min-height: 300px !important;
}
.hezuosection{
    padding-top: 20px !important;
    height:550px ;
    background: url('../images/proprogramme_bj.png') no-repeat;
}
.hezuosection .swiper-container{
    width: 1200px;
    margin: 0 auto;
}
.hezuosection ul{
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}
.hezuosection ul li{
  width: 250px;
border: 1px solid #ededed;
  float: left;  
  background: #fff;
  margin: 0 10px 20px 10px;
  padding: 10px;
}
.hezuosection ul li img{
    width: 100%;
}