*{
    box-sizing: border-box;
}
img{
    vertical-align: middle;
}

/* 微信小程序改版2022-11-18 */
.wechat-content1{
    width: 100%;
    height: 672px;
    background: url(../images/img-wechat-bg1.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 90px;
    box-sizing: border-box;
}
.wechat-content1-title{
    text-align: center;
    padding-bottom: 35px;
}
.wechat-content1-title h3{
    height: 50px;
    font-size: 36px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}
.wechat-content1-title h3 icon:first-child{
    width: 23px;
    height: 13px;
    display: inline-block;
    background: url(../images/img-wechat-dec01.png) center left no-repeat;
    background-size: cover;
    margin-right: 8px;
}
.wechat-content1-title h3 icon:last-child{
    width: 23px;
    height: 32px;
    display: inline-block;
    background: url(../images/img-wechat-dec02.png) top 0px right no-repeat;
    background-size: 23px 20px;
    margin-left: 8px;
}
.wechat-content1-title p{
    font-size: 16px;
}
.wechat-content1-ul{
    
}
.wechat-content1-ul li{
    display: inline-block;
    width: 276px;
    height: 230px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    padding-top: 30px;
    text-align: center;
    margin-right: 27px;
    box-sizing: border-box;
    vertical-align: top;
}
.wechat-content1-ul li:last-child{
    margin-right: 0;
}
.wechat-content1-ul li img{
    display: block;
    margin: 0 auto 8px auto;
}
.wechat-content1-ul li h4{
    font-size: 20px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}
.wechat-content1-ul li h4::before{
    content: '';
    width: 167px;
    height: 2px;
    background: #e9e3e3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.wechat-content1-ul li h4::after{
    content: '';
    width: 0px;
    height: 2px;
    background: #ff5a5a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 1s;
}
.wechat-content1-ul li:hover h4::after{
    width: 167px;
}
.wechat-content1-ul li p{
    font-size: 15px;
    color: #999;
    padding-top: 10px;
    line-height: 1.4;
    width: 82%;
    margin: 0 auto;
}
.wechat-btn{
    text-align: center;
    padding-top: 70px;
}

.wechat-btn a{
    display: inline-block;
    width: 280px;
    height: 58px;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
    border-radius: 3px;
    color: #3d81ef;
    border: 1px solid #3d81ef;
    margin: 0 8px;
}
.wechat-btn .wechat-btn-blank{
    background: #3d81ef;
    color: #fff;
}
.wechat-content2{
    width: 100%;
    height: 840px;
    background: url(../images/img-wechat-bg2.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 70px;
    box-sizing: border-box;
}
.wechat-content1-title.white h3{
    color: #fff;
}
.wechat-content1-title.white h3 icon:first-child{
    background: url(../images/img-wechat-dec11.png) center left no-repeat;
    background-size: 23px 13px;
}
.wechat-content1-title.white h3 icon:last-child{
    background: url(../images/img-wechat-dec02.png) top 0px right no-repeat;
    background-size: 23px 20px;
}
.wechat-content1-title.white p{
    color: #fff;
}
.wechat-content2-content{
    width: 100%;
    height: 564px;
    background-color: rgba(0, 42, 190, 0.4);
    border: 1px solid rgb(197, 219, 255);
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
}
.wechat-content2-tab{
    display: inline-block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 20px;
}
.wechat-content2-tab li{
    float: left;
    width: 25%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wechat-content2-tab li::after{
    content: '';
    width: 160px;
    height: 3px;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wechat-content2-tab li.active::after{
    background: #ff5b5b;
}
.wechat-content2-tab li .img-wechat-number{
    margin: 0;
    margin-right: 14px;
}
.wechat-content2-tab li img{
    margin-left: 25px;
}
.wechat-content2-list{
    display: none;
    padding-top: 40px;
}
.wechat-content2-list.active{
    display: flex;
}
.wechat-content2-list.active .img-scene{
    animation: senceTran 1.2s ease-in both;
}
.wechat-content2-list.active .wechat-content2-item {
    animation: senceTran1 1.4s ease-in both;
}

.img-scene{
    margin: 0 10px;
}
.wechat-content2-item{
    display: inline-block;
    padding: 0 90px;
    color: #fff;
}
@keyframes senceTran{
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0px);
    }
}
@keyframes senceTran1{
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(-10px);
    }
    100%{
        transform: translateX(0px);
    }
}
.content2-item-title{
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}
.wechat-content2-item p{
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}
.wechat-content2-item img{
    margin-left: -15px;
}
.wechat-content3{
    width: 100%;
    height: 884px;
    background: url(../images/img-wechat-bg3.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 90px;
    box-sizing: border-box;
}
.wechat-content3-ul{
    display: inline-block;
    width: 100%;
}
.wechat-content3-ul li{
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 24px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.wechat-content3-ul li:hover{
    transform: translateY(-15px);
}
.wechat-content3-ul li h4{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 15px;
}
.wechat-content3-ul li p{
    font-size: 14px;
    color: #999;
    line-height: 1.7;
}
.wechat-content4{
    width: 100%;
    background: url(../images/img-wechat-bg4.jpg) top center no-repeat;
    background-size: 100% 426px;
    padding-top: 70px;
    box-sizing: border-box;
}
.wechat-content4-ul{
    width: 100%;
    height: 356px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.17);
    padding: 40px 0px 0 55px;
    box-sizing: border-box;
}
.wechat-content4-ul li{
    float: left;
    width: 158px;
    height: 121px;
    background: url(../images/img-wechat-icondec.png) center center no-repeat;
    background-size: cover;
    padding-top: 24px;
    box-sizing: border-box;
    position: relative;
    margin-left: -30px;
}
.wechat-content4-ul li:first-child{
    display: block;
    background: transparent;
    width: auto;
    height: auto;
    float: none;
    text-align: center;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: 0!important;
}
.img-long-arrow{
    margin-left: -48px;
}
.wechat-content4-ul li:nth-child(2n+1){
    margin-top: 160px;
    margin-left: -50px;
}
.wechat-content4-ul li:nth-child(2){
    margin-left: 0;
}
/* .wechat-content4-ul li:nth-child(2n)::before{
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/img-wechat-arrow11.png) bottom left no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: -34px;
    left: -14px;
}
.wechat-content4-ul li:nth-child(2n)::after{
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/img-wechat-arrow12.png) bottom right no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: -34px;
    right: 20px;
} */
.wechat-content4-item{
    display: inline-block;
    width: 120px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.wechat-content4-item img{
    display: block;
    margin: 0 auto 10px auto;
}
.wechat-content4-ul li span{
    float: right;
    font-size: 18px;
    color: #fff;
    font-weight: 550;
    padding-top: 19px;
    padding-right: 12px;
}
.wechat-content5{
    padding-top: 90px;
    padding-bottom: 60px;
}

/* 关于我们改版2022-11-21 */
.about-content1{
    width: 100%;
    height: 520px;
    background: url(../images/img-about-bg1.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 60px;
}
.about-content1-A1{
    padding-bottom: 15px;
}
.about-content1-A2 {
    font-size: 44px;
    color: #1a1a1a;
    font-weight: 500;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.about-content1-A2 span{
    font-size: 30px;
    padding: 0 40px 0 30px;
}
.about-content1-A2 img{
    animation: rotateImg 4s linear infinite;
}
.about-content1-A3 {
    font-size: 34px;
    color: #1a1a1a;
    padding-bottom: 15px;
}
.about-content1-left{
    display: inline-block;
    width: 610px;
    margin-right: 50px;
}
.img-about-content1{
    vertical-align: top;
    margin-top: 100px;
}
.about-content1-desc{
    font-size: 16px;
    line-height: 1.8;
}
@keyframes rotateImg{
    0%{
        transform: rotateZ(0);
    }
    180%{
        transform: rotateZ(180deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}

.about-content2{
    height: 644px;
    background: url(../images/img-about-bg2.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 60px;
}
.about-content2-tab{

}
.about-content2-tab li{
    width: 33.3%;
}
.about-content1-title{
    text-align: center;
    padding-bottom: 35px;
}
.about-content1-title h3{
    height: 50px;
    font-size: 36px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-content1-title p{
    font-size: 16px;
}
.about-content1-title h3 icon:first-child{
    width: 50px;
    height: 46px;
    display: inline-block;
    background: url(../images/img-about-dec02.png) center left no-repeat;
    background-size: cover;
    margin-right: 15px;
}
.about-content1-title h3 icon:last-child{
    width: 50px;
    height: 46px;
    display: inline-block;
    background: url(../images/img-about-dec01.png) center right no-repeat;
    background-size: cover;
    margin-left: 15px;
}
.about-content2-content{
    height: 400px;
}
.about-content1-title.white h3{
    color: #fff;
}
.about-content1-title.white h3 icon:first-child{
    background: url(../images/img-about-dec12.png) center left no-repeat;
    background-size: cover;
}
.about-content1-title.white h3 icon:last-child{
    background: url(../images/img-about-dec11.png) center right no-repeat;
    background-size: cover;
}
.about-content1-title.white p{
    color: #fff;
}
.about-content2-list{
    padding-top: 30px;
    display: none;
    align-items: center;
}
.about-content2-list.active{
    display: flex;
}
.about-content2-item{
    width: 685px;
    min-height: 166px;
    padding: 30px 25px;
    background-color: rgba(138, 202, 252, .2);
    border-radius: 20px;
    margin-left: auto;
    font-size: 16px;
    color: #fff;
}
.acontent2-item-title{
    font-size: 24px;
    padding-bottom: 18px;
}

.about-content3{
    padding-top: 60px!important;
}
.about-content3 .hon-box{
    padding-top: 40px;
}
.about-content3 .hon-xxbox{
    border: 0;
    height: auto;
    padding: 0;
}
.about-content3 .hon-xx1{
    width: 130px;
    height: 40px;
    background: #e6e6e6;
    border-radius: 20px;
    color: #666;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    margin: 0 15px;
}
.about-content3 .hon-xx1::after{
    content: '';
    width: 12px;
    height: 12px;
    background: transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    transform: rotateZ(45deg);
    margin: 0 auto;
}
.about-content3 .hon-xx1on{
    background: #3d81ef;
    color: #fff;
}
.about-content3 .hon-xx1on::after{
    background: #3d81ef;
}




.about-content4{
    height: 505px;
    background: url(../images/img-about-bg4.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 60px;
}
.about-content4-ul{
    overflow: hidden;
}
.about-content4-ul li{
    width: 220px;
    height: 76px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    background: #fff;
    display: flex;
    align-items: center;
}
.about-content4-ul li img{
    width: 100%;
    vertical-align: middle;
}

.about-content4-ul li:nth-child(5n){
    margin-right: 0;
}
.about-content5{
    padding-top: 60px;
    padding-bottom: 65px;
}
.about-content5-left{
    display: inline-block;
    width: 780px;
    height: 280px;
    border-radius: 0 10px 0px 10px;
    border: 2px dashed #cadde8;
    padding: 35px 40px;
}
.about-content5-right{
    float: right;
    width: 380px;
    height: 280px;
    background: url(../images/img-acontent5-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    line-height: 280px;
}
.about-content5-right img{
    margin-top: 40px;
    width: 220px;
}
.about-content5-right span{
    width: 120px;
    height: 28px;
    font-size: 16px;
    background: #3d81ef;
    border-radius: 10px 0 10px 0px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}
.about-content5-left h4{
    font-size: 26px;
    padding-top: 15px;
    border-top: 1px solid #cadde8;
    margin-top: 20px;
}
.about-content5-left p{
    font-size: 20px;
    padding-top: 15px;
}

.about-content6{
    width: 100%;
    /* height: 280px; */
    background: url(../images/img-about-bg5.jpg) top center no-repeat;
    background-size: 100% 280px;
    padding-top: 60px;
}
.about-content6-content{
    height: 90px;
    position: relative;
}
.about-content6-ul{
    width: 100%;
    height: 180px;
    background: #fff;
    position: absolute;
    padding: 30px 20px;
    top: 0px;
}

.about-content6-ul li{
    height: 48px;
    font-size: 16px;
    color: #333;
    display: inline-flex;
    justify-content: center;
    border-right: 1px solid #e5e5e5;
    padding: 0 40px;
}
.about-content6-ul li:first-child, .about-content6-ul li:nth-child(4){
    padding-left: 20px;
}
.about-content6-ul li:nth-child(3){
    padding-right: 0px;
}
.about-content6-ul li strong{
    font-size: 26px;
}
.about-contact-strong{
    padding-right: 15px;
}
.about-content6-ul li img{
    margin-right: 10px;
    width: 34px;
    height: 34px;
}
.about-content6-ul li:nth-child(3){
    border-right-color: transparent;
}
.about-content6-ul li:first-child{
    align-items: center;
}
.about-content6-ul li:last-child{
    border-right: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 15px;
}
.about-content6-ul li a{
    display: block;
    text-align: right;
    font-size: 18px;
    color: #0f63e0;
    padding-right: 15px;
    padding-top: 5px;
}


.about-map-wrap{
    width: 100%;
}
.about-map-wrap img{
    width: 100%;
    height: 100%;
}


/* 系统开发改版2022-11-22 */
.system-content1{
    width: 100%;
    height: 672px;
    background: url(../images/img-system-bg1.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 90px;
}
.system-content2{
    width: 100%;
    height: 737px;
    background: url(../images/img-system-bg2.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 90px;
}
.system-content2-content{
    width: 100%;
    height: 440px;
    background-color: rgba(0, 15, 160, 0.4);
    border: 1px solid rgb(197, 219, 255);
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.img-system-circle{

}
.system-content2-ul{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.system-content2-ul li{
    float: left;
    font-size: 22px;
    border-radius: 10px;
    padding: 15px 25px;
    background: #fff;
    position: absolute;
}
.system-content2-ul li:nth-child(2n){
    right: 0;
}

.system-content2-ul li:first-child{
    left: 284px;
    top: 55px;
    color: #2ac46e;
}
.system-content2-ul li:nth-child(2){
    top: 70px;
    right: 230px;
    color: #0751e6;
}
.system-content2-ul li:nth-child(3){
    top: 180px;
    left: 150px;
    color: #fc6a5d;
}
.system-content2-ul li:nth-child(4){
    right: 150px;
    top: 180px;
    color: #2ac46e;
}
.system-content2-ul li:nth-child(5){
    top: 315px;
    left: 220px;
    color: #0751e6;
}
.system-content2-ul li:nth-child(6){
    right: 330px;
    top: 315px;
    color: #fc6a5d;
}


.system-content3{
    height: 690px;
    background: url(../images/img-system-bg3.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 58px;
}

.system-content3-ul{
    display: inline-block;
    width: 40%;
    padding-left: 150px;
    padding-top: 90px;
}
.system-content3-ul li{
    font-size: 20px;
    color: #333;
    background: url(../images/system-content3-dec01.png) left center no-repeat;
    background-size: 33px 17px;
    padding-left: 50px;
    margin-bottom: 25px;
}
.system-content3-ul li:nth-child(2n){
    background: url(../images/system-content3-dec02.png) left 9px center no-repeat;
    background-size: 24px 17px;
}
.system-content3-right{
    display: inline-block;
    vertical-align: top;
}
.system-content1-title h3 icon:first-child{
    background: url(../images/img-system-dec02.png) center left no-repeat;
    background-size: 37px 28px;
    margin-right: 0;
}
.system-content1-title h3 icon:last-child{
    background: url(../images/img-system-dec01.png) center right no-repeat;
    background-size: 37px 28px;
    margin-left: 0;
}
.system-content1-title.white h3 icon:first-child{
    background: url(../images/img-system-dec12.png) center left no-repeat;
    background-size: 37px 28px;
    margin-right: 0;
}
.system-content1-title.white h3 icon:last-child{
    background: url(../images/img-system-dec11.png) center right no-repeat;
    background-size: 37px 28px;
    margin-left: 0;
}


/* app开发改版2022-11-22 */
.app-content1{
    width: 100%;
    height: 630px;
    background: url(../images/img-app-bg1.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 90px;
}
.app-content2{
    width: 100%;
    height: 797px;
    background: url(../images/img-app-bg2.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 82px;
}
.app-content2-content{
    height: 540px;
}
.app-content3{
    width: 100%;
    height: 715px;
    background: url(../images/img-app-bg3.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 85px;
}
.app-content3-ul li{
    width: 31%;
    height: 133px;
    display: inline-flex;
    align-items: center;
    background: #f8f9fc;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 25px 0 30px;
}
.app-content3-ul li:nth-child(3n){
    margin-right: 0;
}
.app-content3-ul li img{
    margin-right: 20px;
}
.app-content3-ul li h4{
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    font-weight: normal;
}
.app-content3-ul li p{
    font-size: 16px;
    color: #999;
}
.app-content2-left{
    display: inline-block;
    width: 64%;
    height: 100%;
    background: url(../images/img-app-circle.png) center center no-repeat;
    background-size: 359px 359px;
    vertical-align: top;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 550;
}
.app-content2-left span{
    display: inline-block;
    padding-top: 190px;
}
.app-content2-left li{
    display: inline-block;
    min-width: 166px;
    height: 50px;
    font-size: 16px;
    color: #333;
    border-radius: 25px;
    background: rgba(243, 248, 255, .6);
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
    position: absolute;
    font-weight: normal;
}

/*.app-content2-left li:nth-child(2n){
    left: 80px;
}
.app-content2-left li:nth-child(2n+1){
    right: 80px;
}
.app-content2-left li:first-child{
    width: 194px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
}
.app-content2-left li:nth-child(2){
    top: 100px;
}
.app-content2-left li:nth-child(3){
    top: 80px;
}
.app-content2-left li:nth-child(4){
    top: 200px;
}
.app-content2-left li:nth-child(5){
    top: 180px;
}
.app-content2-left li:nth-child(6), .app-content2-left li:nth-child(7){
    top: 300px;
}
.app-content2-left li:nth-child(8){
    width: 166px;
    top: 370px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
*/


/*.app-content2-left li:nth-child(2n){
    left: 80px;
}
.app-content2-left li:nth-child(2n+1){
    right: 80px;
}*/
.app-content2-left li:first-child{
    width: 194px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
}
.app-content2-left li:nth-child(2){
    top: 98px; right:80px;
}
.app-content2-left li:nth-child(3){
    top: 196px; right:80px;
}
.app-content2-left li:nth-child(4){
    top: 294px; right:80px
}
.app-content2-left li:nth-child(5){
	 width: 166px;
    top: 380px;
    left: 0;
    right: 0;
    margin: 0 auto;
		
  
}
.app-content2-left li:nth-child(6){
     top: 294px; left:80px
}

.app-content2-left li:nth-child(7){
    top: 196px; left:80px
}
.app-content2-left li:nth-child(8){
      top: 98px; left:80px;
}

.app-content2-left li.active, .app-content2-left li:hover{
    background: #ff676d;
    color: #fff;
}
.app-content2-right{
    display: inline-block;
    font-size: 16px;
    color: #fff; width:400px; text-align:center;
}

.app-smbox{
	 width:100%; height:auto; display:none;
}

.app-smboxon{
	display:block;
}

.app-content2-right img{
    display: block;
    margin: 0 auto 10px;
}


/* 网站建设改版2022-11-22 */
.website-content1 .about-content1-title h3{
    font-size: 20px;
}
.website-content1-ul li{
    width: 220px;
    margin-right: 20px;
    padding-top: 26px;
}
.website-content2{
    width: 100%;
    height: 880px;
    background: url(../images/img-website-bg2.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 90px;
}
.website-content2-content{
    padding: 50px 40px;
}
.website-content2-left{
    display: inline-flex;
    align-items: center;
    width: 508px;
    vertical-align: top;
    padding-left: 26px; padding-top:48px;
}
.website-content2-left ul{
    display: inline-block;
    width: 235px;
    height: 442px;
    background: url(../images/img-website-process.png) left center no-repeat;
    background-size: 135px 442px;
}
.website-content2-left ul li{
    font-size: 20px;
    color: #fff;
    margin-bottom: 70px;
    padding-left: 70px;
}
.website-content2-left ul li:first-child{
    padding-left: 140px;
}
.website-content2-left ul li:nth-child(3){
    margin-top: 90px;
}
.website-content2-left ul li:nth-child(4){
    margin-top: 80px;
    padding-left: 80px;
}
.website-content2-left ul li:last-child{
    padding-left: 140px;
}
.website-content2-right{
    float: right;
    color: #fff;
    padding-top: 34px;
}
.website-content2-right h3{
    font-size: 30px;
    padding-bottom: 14px;
    font-weight: normal;
    padding-left: 20px;
    position: relative; margin-left:14px;
}
.website-content2-right h3::before{
    content: '';
    width: 10px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 11px;
}
.website-content2-right>p{
    font-size: 16px;
    padding-bottom: 42px; height:auto;
    padding-left: 14px; overflow:hidden;
}
.website-content2-right>p font{ display:inline-block; height:34px; line-height:30px; overflow:hidden; float:left; margin-right:10px; border:2px solid rgba(255,255,255,0.6); border-radius:17px; padding:0 15px; font-size:16px;}
.website-content2-right>p font:last-child{ margin-right:0}
.website-content2-item{
    width: 550px;
    border-radius: 16px;
    border: 2px dashed #fff;
    background: rgba(138, 202, 252, 0.08);
    padding: 28px 20px;
    font-size: 16px;
}
.website-content2-item p{
    padding-bottom: 25px;
    line-height: 24px;
}
.website-content2-item p:last-child{
    padding-bottom: 0;
}

.website-content3{
    height: 850px;
    background: url(../images/img-website-bg3.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 90px;
}
.website-content3-ul{
    overflow: hidden;
}
.website-content3-ulaa{ overflow:visible;}
.cb{ clear:both;}
.website-content3-ul li{
    float: left;
    width: 396px;
    height: 210px;
    margin-right: 6px;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px 25px;
    vertical-align: top; position:relative;  transform: translate(0px,0px);  transition: all 1s;
-webkit-transition: all 1s;
}
.website-content3-ul li:hover{ border-bottom:4px solid #3d81ef;  transform: translate(0px,-5px); }


.website-content3-ul li h4{
    font-size: 24px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.website-content3-ul li h4 img{
    margin-left: auto;
}
.website-content3-ul li p{
    font-size: 16px;
    color: #999;
    line-height: 1.6;
}
.website-content3-ul li:nth-child(3), .website-content3-ul li:nth-child(6){
    margin-right: 0;
}
/*.website-content3-ul li:first-child{
    height: 424px;
    background: url(../images/website-icon10-bg.jpg) top center no-repeat;
    background-size: cover;
    color: #fff;
}*/
.website-content3-list{
    height: 190px;
}
li .website-content3-list h4{
    padding: 20px 0;
}
li .website-content3-list p{
    color: #fff;
}
.img-websit-line{
    display: block;
    margin: 5px auto 10px auto;
}




@media screen and (max-width: 750px)  {
    .w1200{
        padding: 0 15px;
        box-sizing: border-box;
    }

    /* 微信小程序新增2022-11-18 */
    .wechat-content1{
        height: auto;
        padding-top: 25px;
        padding-bottom: 30px;
        background: url(../images/img-wechat-appbg1.jpg) center center no-repeat;
        background-size: 100% 100%;
    }
    .wechat-content1-title{
        padding-bottom: 20px;
    }
    .wechat-content1-title h3{
        height: auto;
        font-size: 21px;
    }
    .wechat-content1-title p{
        font-size: 12px;
    }
    .wechat-content1-ul li{
        width: 48%;
        height: 190px;
        margin-right: 10px;
        margin-bottom: 15px;
        padding-top: 20px;
        box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.06);
    }
    .wechat-content1-ul li:nth-child(2n){
        margin-right: 0;
        float: right;
    }
    .wechat-content1-ul li h4{
        font-size: 17px;
        padding-bottom: 8px;
    }
    .wechat-content1-ul li p{
        font-size: 12px;
        padding-top: 8px;
    }
    .wechat-content1-ul li h4::before{
        width: 126px;
        height: 1px;
    }
    .wechat-content1-ul li h4::after{
        display: none;
    }
    .wechat-content1-ul li img{
        width: 60px;
        margin: 0 auto 5px auto;
    }
    .wechat-btn{
        padding-top: 15px;
    }
    .wechat-btn a{
        width: 152px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        margin: 0 5px;
    }
    .wechat-content1-title h3 icon{
        transform: scale(0.75);
    }
    .wechat-content1-title h3 icon:last-child{
        height: 20px;
    }

    .wechat-content2{
        height: auto;
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .wechat-content2-content{
        height: auto;
        padding: 25px 15px;
    }
    .wechat-content2-list.active{
        display: block;
        padding-top: 20px;
    }
    .wechat-content2-list.active .img-scene{
        animation: senceTran 0s;
    }
    .wechat-content2-list.active .wechat-content2-item {
        animation: senceTran1 0s;
    }
    .wechat-content2-item{
        display: block;
        padding: 0;
    }
    .content2-item-title{
        font-size: 17px;
    }
    .wechat-content2-item p{
        font-size: 13px;
        padding-bottom: 10px;
    }
    .wechat-content2-tab li{
        font-size: 15px;
        line-height: 30px;
        display: inline-block;
    }
    .wechat-content2-tab li::after{
        width: 76px;
        height: 2px;
        bottom: -11px;
    }
    .wechat-content2-tab{
        padding-bottom: 10px;
    }
    .wechat-content2-tab li .img-wechat-number{
        display: block;
        margin: 0 auto 3px auto;
        width: 18px;
    }
    .img-wechat-arrow{
        display: none;
    }
    .img-scene{
        width: 190px;
        display: block;
        margin: 0 auto 15px auto;
    }
    .wechat-content2-item img{
        display: none;
    }
    

    .wechat-content3{
        height: auto;
        padding-top: 25px;
        padding-bottom: 30px;
        /* background: url(../images/img-wechat-appbg3.jpg) top center no-repeat;
        background-size: cover; */
    }
    .wechat-content3 .w1200{
        padding: 0 5px;
    }
    .wechat-content3-ul li{
        padding: 0;
        width: 33.3%;
        height: 200px;
        vertical-align: top;
        margin-bottom: 5px;
    }
    .wechat-content3-ul li:hover{
        transform: translateY(0);
    }
    .wechat-content3-ul li img{
        width: 82%;
    }
    .wechat-content3-ul li h4{
        font-size: 16px;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .wechat-content3-ul li p {
        font-size: 12px;
        line-height: 1.5;
        padding: 0 5px;
    }

    .wechat-content4{
        padding-top: 25px;
        background: url(../images/img-wechat-appbg4.jpg) top center no-repeat;
        background-size: 100% 250px;
    }
    .wechat-content4-ul{
        padding: 15px 10px;
        border-radius: 20px;
        height: auto;
        overflow: hidden;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .wechat-content4-ul li{
        margin: 0!important;
        margin-right: 10px;
        width: 100px;
        height: 77px;
        padding-top: 12px;
    }
    .wechat-content4-ul li:first-child{
        display: none;
    }
    .wechat-content4-item{
        width: 78px;
        font-size: 13px;
    }
    .wechat-content4-item img{
        width: 25px;
        margin-bottom: 5px;
    }
    .wechat-content4-ul li span{
        font-size: 13px;
        padding-top: 15px;
        padding-right: 5px;
    }
    .wechat-content4-ul li:nth-child(2n){
        margin: 0;
        margin-right: 10px;
    }
    .wechat-content4-ul li:nth-child(3n){
        margin: 0;
    }
    .wechat-content4-ul li:nth-child(2n)::before{
        content: '';
        width: 0;
    }
    .wechat-content4-ul li:nth-child(2n)::after{
        content: '';
        width: 0;
    }

    .wechat-content5{
        padding: 30px 0;
    }



    .about-content1{
        padding: 30px 0;
        height: auto;
    }
    .app-content1-left{
        width: 100%;
    }
    .about-content1-A2{
        font-size: 28px;
        padding-bottom: 10px;
    }
    .about-content1-A2 img{
        width: 30px;
    }
    .about-content1-A2 span{
        padding: 0 20px 0 15px;
        font-size: 26px;
    }
    .about-content1-A3{
        font-size: 22px;
        padding-bottom: 10px;
    }
    .img-about-content1{
        margin-top: 20px;
        width: 100%;
    }
    .about-content1-title{
        padding-bottom: 20px;
    }
    .about-content1-title h3 {
        height: auto;
        font-size: 21px;
    }
    .about-content1-title p{
        font-size: 12px;
    }
    .about-content2-list.active{
        display: block;
    }
    .about-content2-list img{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-content2-item{
        width: 100%;
        min-height: 140px;
        padding: 15px 20px;
        border-radius: 15px;
        font-size: 14px;
    }
    .acontent2-item-title{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .about-content2-item p{
        line-height: 1.6;
    }
    .about-content2{
        height: auto;
        padding: 30px 0;
    }
    .about-content3{
        padding-top: 30px!important;
    }

    .about-content4{
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .about-content4-ul{
        overflow: hidden;
    }
    .about-content4-ul li{
        width: 48%;
        height: auto;
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .about-content4-ul li:nth-child(2n){
        margin-right: 0;
        float: right;
    }
    .about-content4-ul li:nth-child(5){
        margin-right: 12px;
    }
    .about-content4-ul li:last-child{
        display: none;
    }
    .about-content5-left{
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .about-content5-left h4{
        font-size: 16px;
    }
    .about-content5-left p {
        font-size: 14px;
        padding-top: 10px;
    }
    .about-content5-right{
        width: 100%;
        margin-top: 20px;
        float: none;
    }
    .about-content5-right img{
        width: 200px;
    }
    .about-content5{
        padding: 30px 0 35px 0;
        height: auto;
    }
    .about-content6-ul{
        height: auto;
        padding: 20px 15px;
    }
    .about-content6-ul li{
        height: auto;
        padding: 0 5px 15px 5px; 
        border-right: 0;
        font-size: 13px;
        border-top: 1px solid #e5e5e5;
        display: flex;
        justify-content: flex-start;
        padding-top: 15px;
    }
    .about-content6-ul li img {
        margin-right: 7px;
        width: 22px;
        height: 22px;
    }
    .about-content6-ul li:first-child{
        padding-left: 0px;
        margin-top: 0;
        border-top: 0;
    }
    .about-content6-ul li:nth-child(3){
        align-items: center;
    }
    .about-content6-ul li:nth-child(4){
        padding-left: 0px;
        margin-top: 0;
    }
    .about-map-wrap{
        height: 240px;
    }
    .about-content6-ul li strong{
        font-size: 14px;
        margin: 0;
    }
    .about-content6{
        padding-top: 30px;
    }
    .about-content5-right span{
        width: 100px;
        font-size: 15px;
    }
    .about-content1-title h3 icon{
        width: 30px!important;
        height: 28px!important;
    }
    .about-content1-A1 img{
        width: 230px;
    }
    .about-content3 .hon-xx1{
        font-size: 15px;
        height: 36px;
        line-height: 36px;
        width: 120px;
    }
    .about-content3 .hon-box{
        padding-top: 30px;
    }
    .about-content3 .hon-xx1::after{
        width: 9px;
        height: 9px;
        bottom: -6px;
    }
    .about-content6-ul li a{
        display: none;
    }
    .about-contact-strong{
        padding-right: 7px;
    }
    .about-content1-desc{
        font-size: 14px;
    }


    .system-content1{
        padding: 30px 0;
        height: auto;
    }
    .system-content2{
        padding: 30px 0;
        height: auto;
    }
    .system-content2-content{
        height: auto;
    }
    .system-content2-ul li{
        font-size: 13px;
        padding: 8px 6px;
        width: 38%;
        border-radius: 6px;
    }
    .img-system-circle{
        width: 188px;
    }
    .system-content2-ul li:nth-child(2n+1){
        left: 10px;
    }
    .system-content2-ul li:nth-child(2n){
        right: 10px;
    }
    .system-content2-ul li:first-child{
        top: 30px;
    }
    .system-content2-ul li:nth-child(2){
        top: 40px;
    }
    .system-content2-ul li:nth-child(3){
        top: 100px;
    }
    .system-content2-ul li:nth-child(4){
        top: 120px;
    }
    .system-content2-ul li:nth-child(5){
        top: 180px;
    }
    .system-content2-ul li:nth-child(6){
        top: 190px;
    }

    .system-content3{
        padding: 30px 0;
        height: auto;
    }
    .system-content3-ul{
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .system-content3-ul li{
        font-size: 14px;
        margin-bottom: 10px;
        background: url(../images/system-content3-dec01.png) left center no-repeat;
        background-size: 26px 14px;
        padding-left: 35px;
    }
    .system-content3-ul li:nth-child(2n) {
        background: url(../images/system-content3-dec02.png) left 9px center no-repeat;
        background-size: 18px 14px;
    }
    .system-content3-right img{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .system-content1-title h3 icon:last-child{
        background-size: 30px 22px!important;
        margin-left: 5px!important;
    }
    .system-content1-title h3 icon:first-child{
        background-size: 30px 22px!important;
        margin-right: 5px!important;
    }
    .system-content2 .about-content1-title h3{
        font-size: 19px;
    }

    .app-content1{
        height: auto;
        padding: 30px 0;
    }
    .app-content2{
        height: auto;
        padding: 30px 0;
    }
    .app-content2-left{
        width: 100%;
        height: 260px;
        background-size: 260px 260px;
    }
    .app-content2-left li{
        min-width: 116px;
        font-size: 13px;
        height: 32px;
        line-height: 32px;
        padding: 0 7px;
    }
  /*  .app-content2-left li:nth-child(2n+1){
        right: 0;
    }
    .app-content2-left li:nth-child(2n){
        left: 0;
    }
    .app-content2-left li:first-child{
        width: 160px;
        top: 0;
    }
    .app-content2-left li:nth-child(2){
        top: 50px;
    }
    .app-content2-left li:nth-child(3){
        top: 45px;
    }
    .app-content2-left li:nth-child(4){
        top: 110px;
    }
    .app-content2-left li:nth-child(5){
        top: 105px;
        right: -5px;
    }
    .app-content2-left li:nth-child(6){
        top: 165px;
    }
    .app-content2-left li:nth-child(7){
        top: 170px;
    }
    .app-content2-left li:nth-child(8){
        top: 225px;
    }*/
		
		

    .app-content2-left li:first-child{
        width: 160px;
        top: 0; left:0; right:0
    }
    .app-content2-left li:nth-child(2){
        top: 50px; right:0
    }
    .app-content2-left li:nth-child(3){
        top: 110px; right:0;
    }
    .app-content2-left li:nth-child(4){
        top: 170px; right:0
    }
    .app-content2-left li:nth-child(5){
        top: 225px; left:0; right:0;

    }
    .app-content2-left li:nth-child(6){
        top: 170px; left:0
    }
    .app-content2-left li:nth-child(7){
        top: 110px; left:0
    }
    .app-content2-left li:nth-child(8){
        top: 50px; left:0
    }
		
    .app-content2-right{
        width: 100%;
        font-size: 14px;
    }
    .app-content2-left span {
        padding-top: 100px;
        font-size: 17px;
    }
    .app-content2-right img{
        max-width: 62%;
        margin: 10px auto 5px auto;
    }

    .app-content3{
        height: auto;
        padding: 30px 0;
    }
    .app-content3-ul li{
        width: 100%;
        height: auto;
        padding: 14px 20px;
        margin-bottom: 10px;
    }
    .app-content3-ul li h4{
        font-size: 16px;
    }
    .app-content3-ul li p{
        font-size: 14px;
    }
    .app-content3-ul li img{
        width: 42px;
    }
    .website-content2{
        padding: 30px 0;
        height: auto;
    }
    .website-content2-left{
        width: 100%;
        padding: 0;
    }
    .website-content2-right{
        width: 100%;
        float: none;
    }
    .website-content2-item{
        width: 100%;
        font-size: 14px;
        border-width: 1px;
    }
    .website-content2-right h3{
        font-size: 20px;
        padding-bottom: 5px; padding-left:10px;
    }
    .website-content2-right>p{
        font-size: 15px;
        padding-bottom: 20px;
    }
    .website-acontent2-left ul{
        width: 100%;
        position: relative;
    }
    .website-acontent2-left ul::before{
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 0;
    }
    .website-acontent2-left ul li{
        float: left;
        width: 20%;
        text-align: center;
        color: #fff;
        font-size: 13px;
        padding: 20px 0;
        position: relative;
    }
    .website-acontent2-left ul li::before{
        content: '';
        width: 10px;
        height: 10px;
        background: #ff5a5a;
        border-radius: 50%;
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 1px solid #fff;
    }
    .website-acontent2-left ul li:nth-child(2)::before{
        background: #2ac46e;
    }
    .website-acontent2-left ul li:nth-child(3)::before{
        background: #0751e6;
    }
    .website-acontent2-left ul li:nth-child(5)::before{
        background: #2ac46e;
    }


    .img-website{
        max-width: 80%;
        display: block;
        margin: 0 auto;
    }
    .website-content2-left ul li{
        font-size: 14px;
    }
    .website-content3{
        height: auto;
        padding: 30px 0;
    }
    .website-content3-ul li{
        width: 100%;
        height: auto;
        padding: 15px 15px 20px 15px;
    }
    .website-content3-ul li h4{
        font-size: 17px;
        padding-bottom: 5px;
    }
    .website-content3-ul li p{
        font-size: 14px;
    }
    .website-content3-ul li h4 img{
        width: 38px;
    }
    .website-content3-ul li:first-child{
        height: auto;
        background-size: 100% 100%;
    }
    .website-content3-list{
        height: 100px;
    }
    li .website-content3-list h4{
        padding-top: 10px;
    }
    .img-websit-line{
        width: 100%;
    }
    .website-content2-right h3::before{
        width: 3px;
        height: 14px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 6px;
    }
.website-content2-right>p font{ height:28px; line-height:24px; margin-bottom:5px;}

}
