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

.app-banner{
    width: 100%;
    height: 400px;
    background: url(../images/app_banner4.jpg) center top no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 500px;
    font-size: 28px;
    color: #fff;
}
.app-title{
    padding: 40px 0;
    text-align: center;
}
.app-title h2{
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: normal;
}
.app-title p{
    font-size: 14px;
    color: #999;
}

.app-B{
    padding: 20px 0 50px 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.app-B-left{
    width: 50%;
    float: left;
}
.app-title-line{
    width: 50px;
    height: 6px;
    background: #0093dd;
    margin-bottom: 20px;
    margin-left: 30px;
}
.app-B-left p{
    width: 90%;
    padding-bottom: 30px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 2;
}
.app-B-right{
    width: 50%;
    float: right;
    text-align: center;
}

.app-C{
    width: 100%;
    height: 590px;
    background: url(../images/app-bg1.png) center no-repeat;
    background-size: cover;
    color: #fff;
}
.app-C-list{
    padding-top: 60px;
    overflow: hidden;
}
.app-C-list li{
    float: left;
    width: 25%;
    text-align: center;
}

.app-C-title{
    font-size: 18px;
    padding: 20px;
    color: #fff;
}
.app-C-desc{
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.8;
}

.app-D{
    width: 100%;
    height: 846px;
    background: url(../images/app-bg2.png) center no-repeat;
    background-size: cover;
}
.app-D-list ul li{
    position: relative;
    float: left;
    width: calc(33.3% - 25px);
    height: 260px;
    margin-right: 25px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.app-D-list ul li:nth-child(3n){
    margin-right: 0;
}
.app-D-title{
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.app-D-title::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #0093dd;
    transform: rotate(45deg);
    margin: 0 auto; 
}
.app-D-title1::after{
    border-color: #ffb739;
}
.app-D-title2::after{
    border-color: #48cfad;
}
.app-D-title3::after{
    border-color: #ec3514;
}
.app-D-desc{
    color: #666;
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
}
.app-D-img{
    position: absolute;
    bottom: -12px;
    right: -16px;
}
.app-D-img1{
    bottom: -30px;
    right: -24px;
}
.app-D-img2{
    bottom: -22px;
    right: -14px;
}
.app-D-img3{
    bottom: -20px;
    right: -20px;
}
.app-D-img5{
    bottom: -30px;
    right: -25px;
}

.app-D-list ul li:hover{
    background: #0093dd;
    color: #fff;
}
.app-D-list ul li:hover .app-D-title::after{
    border-color: #fff;
    background: #80c8ec;
}
.app-D-list ul li:hover .app-D-desc{
    color: #fff;
}

.app-E{
    width: 100%;
    height: 614px;
    background: url(../images/app-bg3.png) center no-repeat;
    background-size: cover;
    color: #fff;
}

.app-title1 p{
    color: #fff!important;
    opacity: 0.6;
}

.app-E-item{
    display: inline-block;
    width: 170px;
    height: 110px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #717074;
    text-align: center;
    padding: 5px 8px;
    box-sizing: border-box;
    margin-right: 125px;
    font-size: 12px;
    overflow: hidden;
}
.app-E-item p{
    line-height: 1.5;
}
.app-E-item1{
    margin-left: 125px;
}
.app-E-item:last-child{
    margin-right: 0;
}
.app-E-item:hover{
    background: #0093dd;
    color: #fff;
    border-color: #0190d9;
}
.app-E-title{
    font-size: 14px;
    padding-bottom: 5px;
}
.app-E-title b{
    font-size: 24px;
    padding-right: 5px;
}
.app-E-line{
    position: relative;
    width: 1150px;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    margin: 40px auto;
}
.app-E-ball{
    position: absolute;
    left: 50px;
    top: -6px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}
.app-E-ball1{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffb739;
    background: #201f2f;
    box-sizing: border-box;
    left: 180px;
    top: -5px;
}
.app-E-ball2{
    background: #0093dd;
    left: 350px;
}
.app-E-ball3{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #48cfad;
    background: #201f2f;
    box-sizing: border-box;
    left: 475px;
    top: -5px;
}
.app-E-ball4{
    background: #fb6e50;
    left: 650px;
}
.app-E-ball5{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffb739;
    background: #201f2f;
    box-sizing: border-box;
    left: 772px;
    top: -5px;
}
.app-E-ball6{
    background: #0093dd;
    left: 950px;
}
.app-E-ball7{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #48cfad;
    background: #201f2f;
    box-sizing: border-box;
    left: 1070px;
    top: -5px;
}
.case_list li{
    margin-top: 0;
    margin-bottom: 30px;
}
.app-E-phone, .app-D-phone{
    display: none;
}

.jianshe-3{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

/* 微信小程序改版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:nth-child(4){
    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: 16px;
    color: #999;
    padding-top: 10px;
    line-height: 1.4;
    width: 82%;
    margin: 0 auto;
}
.wechat-btn{
    text-align: center;
    padding-top: 50px;
}

.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, 21, 222, 0.4);
    border: 1px solid rgb(197, 219, 255);
    border-radius: 20px;
    padding: 30px 50px;
    box-sizing: border-box;
}

.wechat-content2-content1{
    width: 254px; float:left; border-right:1px solid rgba(255,255,255,0.3);
    height:auto;
}

.wechat-content2-tab{
    display: inline-block;
    width: 100%;
    color: #fff;

    padding-bottom: 0px;
}
.wechat-content2-tab li{
    width: 100%;
    font-size: 20px; height:62px; line-height:62px;
    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: 6px;
    height: 30px;
    position: absolute;
    bottom: 16px;
    right: -3px;
    margin: 0 auto;
}

.wechat-content2-tab li.active::after{
    background: #ff5b5b;
}
*/

.wechat-content2-tab li.active{
	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: 0px;
}
.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:30px 50px 0 70px;
}
.wechat-content2-item{
    display: inline-block;
    padding: 190px 0 0px;
    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: 24px;
    color: #fff;
    padding-bottom: 15px;
}
.wechat-content2-item p{
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.6; color:rgba(255,255,255,0.8)
}
.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 img{ width:346px; margin-left:20px;}
.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; margin:0 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: 100%;
    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; z-index:9;
}

.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; position:relative;
}

.haoyou{ width:120px; height:120px; background:#fff; position:absolute; top:50px; right:0; z-index:1; display:none;}
.about-content6-ul li .haoyou img{ width:100%; height:100%; margin-right:0}
.about-content6-ul li:hover .haoyou{ display:block}

.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%;
		height:600px; overflow:hidden;
}
.about-map-wrap img{
    width: 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;
}


@media screen and (max-width: 750px)  {
    .app-banner{
        width: 100%;
        height: 150px;
        line-height: 150px;
    }
    .app-title{
        padding: 30px 0 20px 0;
    }
    .app-title h2{
        font-size: 18px;
    }
    .app-title p{
        font-size: 10px;
        line-height: 1.5;
    }
    .app-B{
        padding: 10px 15px 0 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .app-B-left{
        float: none;
        width: 100%;
    }
    .app-B-left p{
        width: 100%;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    .app-B-right{
        display: none;
    }
    .app-title-line{
        width: 25px;
        height: 3px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .app-C{
        height: auto;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .jianshe-3{
        width: 100%;
    }
    .app-C-list li{
        width: 48%;
        height: 190px;
        padding-bottom: 20px;
        background: rgba(255, 255, 255, .16);
        padding: 20px 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .app-C-list li:nth-child(2n){
        float: right;
    }
    .app-C-list li img{
        width: 45px;
    }
    .app-C-list{
        padding-top: 15px;
    }
    .app-C-title{
        font-size: 14px;
        padding: 10px 0 5px 0;
    }
    .app-C-desc{
        width: 100%;
        height: 112px;
        font-size: 10px;
        color: #fff;
        line-height: 1.6;
        overflow: hidden;
    }

    .app-D{
        background: #fff;
        height: auto;
        overflow: hidden;
        padding-bottom: 30px;
    }
    .app-D-list{
        display: none;
    }
    .app-D-phone{
        display: block;
        padding: 0 15px;
    }
    .app-D-phone11{
        width: 100%;
        height: 105px;
        background: url(../images/app-dev-bg1.png) center no-repeat;
        background-size: cover;
        margin-bottom: 10px;
        color: #fff;
        padding: 10px;
        box-sizing: border-box;
    }
    .app-D-phone21{
        background: url(../images/app-dev-bg2.png) center no-repeat;
        background-size: cover;
    }
    .app-D-phone31{
        background: url(../images/app-dev-bg3.png) center no-repeat;
        background-size: cover;
    }
    .app-D-phone41{
        background: url(../images/app-dev-bg4.png) center no-repeat;
        background-size: cover;
    }
    .app-D-phone51{
        background: url(../images/app-dev-bg5.png) center no-repeat;
        background-size: cover;
    }
    .app-D-phone61{
        background: url(../images/app-dev-bg6.png) center no-repeat;
        background-size: cover;
    }

    .app-D-phone-title{
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, .6);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .app-D-desc{
        color: rgba(255, 255, 255, .8);
        font-size: 11px;
        text-align: left;
    }
    .w1200{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .app-D-title{
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .app-D-title p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .app-E-item{
        max-width: 48.5%;
        width: 165px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 10px;
    }
    .app-E-item:nth-child(2n){
        float: right;
    }
    .app-E-item1{
        margin-left: 0;
    }
    .app-E-title{
        padding-top: 5px;
    }
    .app-E-title b{
        font-size: 14px;
    }
    .app-E-line{
        display: none;
    }
    .case_list{
        width: 100%;
    }
    .case_list li{
        width: 48%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .case_list li:nth-child(2n) {
        float: right;
    }

    .mar_B105{
        margin-bottom: 30px;
    }
    .app-E{
        display: none;
    }
    .app-E-phone{
        display: block;
    }

    .Nbanner_text1{
        padding-top: 50px;
        font-size: 20px;
    }
    .Nbanner_text2{
        font-size: 14px;
    }
    .case_listA{
        width: 100%;
        height: 109px;
    }
    .case_listB{
        padding: 0 8px;
    }
    .case_listB1{
        /* padding-top: 5px; */
        font-size: 16px;
    }
    .case_listB2{
        padding-bottom: 5px;
        height: auto;
        line-height: 1.8;
    }
    .case_listB3{
        padding: 5px 0;
        background: url(../images/case_listC.png) 98% center no-repeat;
        background-size: 20px 6px;
    }
    .app-E{
        height: auto;
        padding-bottom: 30px;
    }


    /* 微信小程序新增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: 14px;
        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: 20px 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: 0px;
    }
		.wechat-content2-content1{ width:100%; height:auto; overflow:auto; border-bottom:1px solid rgba(255,255,255,0.3); border-right:0; float:none}
    .wechat-content2-tab{
        padding-bottom: 0px;  height: auto; overflow:auto;     white-space: nowrap;
    display: inline-flex; width:auto;
    }
		.wechat-content2-tab li::after{
    content: '';
    width: 78px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    right: 0; left:0;
    margin: 0 auto;
}

.wechat-content2-tab li.active::after{
    background: #ff5b5b;
}


		.wechat-content2-tab li{ width:76px;}
		.wechat-content2-tab::-webkit-scrollbar {
			display:none;
        }
				
		.wechat-content2-content1::-webkit-scrollbar {
			display:none;
        }
				
				
    .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: 250px;
        vertical-align: top;
        margin-bottom: 5px;
    }
		.wechat-content3-ulaaa li:nth-child(n + 7){ height:200px;}
    .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; margin-left:0
    }
    .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: 440px;
    }
    .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;
    }

.about-content1-left{ width:100%; }

		

}




/*图片点击放大开始*/
.rebox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index:99999999 !important; -webkit-filter: none !important;
    background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
    background: rgba(0, 0, 0, 0.7); }
.rebox *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
.rebox-contents { position: absolute; top: 5%; left: 5%; text-align: center; width: 90%; height: 90%; display:flex; flex-wrap: nowrap;align-items: center; text-align: center;justify-content: center; }
.rebox-contents .rebox-content { box-shadow: 0 0 20px #000; border-radius: 1px; max-width: 100%; max-height: 100%; }
.rebox-loading { width: 31px; height: 31px; margin: -16px 0 0 -16px; position: absolute; top: 48%; left: 50%; }
.rebox-caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1000; background: #000; background: rgba(0,0,0,0.7); }
.rebox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; *display: inline; *zoom: 1; padding: 10px; color: #fff; font-size: 12px; line-height: 18px; }

.rebox-button { position: absolute; z-index: 9999; min-width: 40px; height: 40px; line-height: 40px; background: rgb(0, 0, 0); opacity:0.8; 
    text-decoration: none; font-size: 24px; color: #fff; text-align: center; vertical-align: middle;
    -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; border-radius: 32px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.rebox-button:hover,
.rebox-button:focus { opacity: 1; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); }
.rebox-close { right: 10px; top: 10px; }
.rebox-next { right: 10px; top: 48%; }
.rebox-prev { left: 10px; top: 48%; }
.rebox-loading { left: 50%; top: 48%;
    -webkit-animation-name: spin; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; -moz-animation-duration: 2000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
    -ms-animation-name: spin; -ms-animation-duration: 2000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;    
    animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear;
}

@-ms-keyframes spin { from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(360deg); }}
@-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); }}
@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); }}
@keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); }}

/*图片点击放大结束*/

/*关于我们开始*/
.wechat-content2-contentaa.wechat-content2-content{
    width: 100%;
    height: 564px;
    background-color: rgba(0, 15, 160, 0.4);
    border: 1px solid rgb(197, 219, 255);
    border-radius: 20px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
}
.wechat-content2-contentaa .wechat-content2-tab{
    display: inline-block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 20px;
}
.wechat-content2-contentaa .wechat-content2-tab li{
    float: left;
    width: 33.3%;
    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; background:none;
}
.wechat-content2-contentaa .wechat-content2-tab li::after{
    content: '';
    width: 160px;
    height: 3px;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

.wechat-content2-contentaa.wechat-content2-content{ height:auto;}


@media screen and (max-width: 750px){

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

 .wechat-content2-contentaa  .wechat-content2-tab li.active::after{
    background: #ff5b5b;
}

 .wechat-content2-contentaa   .wechat-content2-tab{
        padding-bottom: 0px;
    }
 .wechat-content2-contentaa   .wechat-content2-tab li .img-wechat-number{
        display: block;
        margin: 0 auto 3px auto;
        width: 18px;
    }
 .wechat-content2-contentaa   .img-wechat-arrow{
        display: none;
    }
  .wechat-content2-contentaa  .img-scene{
        width: 190px;
        display: block;
        margin: 0 auto 15px auto;
    }
 .wechat-content2-contentaa   .wechat-content2-item img{
        display: none;
    }
		

 }   
/*关于我们结束*/


.iw_poi_content{ width:390px;}

@media screen and (max-width: 750px){
	.iw_poi_content{ width:260px;}
	.BMap_center{ height:80px !important}
	
	.wechat-content2-tab li.active{
	background:none
}


/*咨询我们*/
.ianhau{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top:6px;

}
.teuw{
    width: 110px;
    height: 110px;
    float: left;
}
.teuw img{
    width: 100%;
    height: 100%;
}
.teuw1{
    width:calc(100% - 120px);
    float: right;
}
.biaoti{
    width: 100%;
    height: 32px;
    overflow: hidden;
    font-size:16px;
    color: #333;
    font-weight: 600;
    line-height: 32px;
}
.biaoti em{
    display: block;
    width: 3px;
    height: 14px;
    background: #3d81ef;
    float: left;
    margin-top: 9px;
    margin-right:4px;
}
.ianhau-1 .ianhau-2{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 4px;

}
.ianhau-1 .ianhau-2 h1{
    font-weight: normal;
    font-size: 14px;
    color: #333;
    float: left;
}
.ianhau-1 .ianhau-2 font{
    font-size: 14px;
    color: #999;
    float: left;
}
.imfre{
    width: 100%;
 /*   margin-top: 6px;*/
    height: auto;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.imfre span{
    background: #3d81ef;
    border-radius: 10px 0 10px 0px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 100px;
    font-size: 12px;
    float: left;
    margin-bottom: 6px;
    margin-top: 24px;
}
.imfre img{
           width: 110px;
    float: left;
    border: 1px solid #eee;
}
.trwmur{
    padding:6px 0;
    background: #fbb11c;
    font-size: 15px;
    color: #fff;
    display: block;
    width: 186px;
    float: left;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.ymner{
    margin-bottom: 40px;
}
.ianhau-1 .ianhau-2:last-child{
        padding-bottom: 0px;
}
}

/*20240325开始*/
.ai-maxbox1{
    width: 100%;
    height: 672px;
    background: url(../images/ai-maxbj1.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 90px;
    box-sizing: border-box;
}

.ai-maxbox1 .wechat-content1-title h3 icon:first-child{
    width: 37px;
    height: 28px;
    display: inline-block;
    background: url(../images/ai-bt11.png) center left no-repeat;
    background-size: cover;
    margin-right: 8px; vertical-align:text-top;
}

.ai-maxbox1 .wechat-content1-title h3 icon:last-child{
    width: 37px;
    height: 28px;
    display: inline-block;
    background: url(../images/ai-bt12.png) top 0px right no-repeat;
    background-size: cover;
    margin-left: 8px; vertical-align:text-top;
}
.ai-maxbox1 .wechat-content1-ul li a{ display:block; width:100%; height:100%; overflow:hidden; cursor:pointer;}
.ai-maxbox1 .wechat-btn a{ background:#fff;}
.ai-maxbox1 .wechat-btn .wechat-btn-blank{ background:#3d81ef;}
.ai-maxbox2{
    width: 100%;
    height: 779px;
    background: url(../images/ai-maxbj2.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 70px;
    box-sizing: border-box;
}

.ai-maxbox2 .wechat-content1-title.white h3 icon:first-child{
	width: 37px;
    height: 28px;
    background: url(../images/ai-bt21.png) center left no-repeat;
    background-size: 37px 28px;  vertical-align:text-top;
}
.ai-maxbox2 .wechat-content1-title.white h3 icon:last-child{
	width: 37px;
    height: 28px;
    background: url(../images/ai-bt22.png) top 0px right no-repeat;
    background-size: 37px 28px;  vertical-align:text-top;
}

.ai-maxbox2 .img-scene{ height:300px;}
.ai-maxbox2 .wechat-content2-content{
    width: 100%;
    height: 508px;
    background-color: rgba(0, 21, 222, 0.4);
    border: 1px solid rgb(197, 219, 255);
    border-radius: 20px;
    padding: 30px 50px;
    box-sizing: border-box;
}


.ai-maxbox2 .wechat-content2-content1{
    width: 100%; float:none; border-bottom:1px solid rgba(255,255,255,0.3); border-right:none;
    height:62px; 
}
.ai-maxbox2 .wechat-content2-content1 ul{ width:100%; height:62px; display:flex;}
.ai-maxbox2 .wechat-content2-tab{
    display: inline-block;
    width: 40%;
    color: #fff;

    padding-bottom: 0px;
}
.ai-maxbox2 .wechat-content2-tab li{
    width: 100%;
    font-size: 20px; height:62px; line-height:62px;
    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;
}

.ai-maxbox2 .wechat-content2-tab li.active{ position:relative;
	background:none;
}
.ai-maxbox2 .wechat-content2-tab li.active:after{ content:''; position:absolute; left:calc(50% - 130px); bottom:-3px; z-index:3;   display:block;  width:260px; height:6px; background:#ff5b5b; overflow:hidden;}

.ai-maxbox2 .wechat-content2-item{
    display: inline-block;
    padding: 40px 0 0px 125px;
    color: #fff;
}
.ai-maxbox2 .wechat-content2-item font{ display:block; width:178px; height:44px; overflow:hidden; border:1px solid #ffffff; border-radius:3px;}
.ai-maxbox2 .wechat-content2-item font a{ display:block; width:100% !important; height:44px; line-height:44px; background:none !important; text-align:center; font-size:14px; color:#ffffff !important; overflow:hidden;}
.wechat-content2-list{ margin-top:20px;}
.ai-maxbox2 .wechat-content2-item p{ line-height:2;}

.ai-maxbox3{
    width: 100%;
    height: 689px;
    background: url(../images/ai-maxbj3.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 90px;
    box-sizing: border-box;
}

.ai-maxbox3 .wechat-content1-title h3 icon:first-child{
    width: 37px;
    height: 28px;
    display: inline-block;
    background: url(../images/ai-bt31.png) top 0px right no-repeat;
    background-size: cover;
    margin-right: 8px; vertical-align:text-top;
}
.ai-maxbox3 .wechat-content1-title h3 icon:last-child{
    width: 37px;
    height: 28px;
    display: inline-block;
    background: url(../images/ai-bt32.png) top 0px right no-repeat;
    background-size: cover;
    margin-left: 8px; vertical-align:text-top;
}

.ai-box3{ width:100%; height:auto; overflow:hidden; padding:27px 70px 0 95px;}
.ai-31{ width:459px;  height:auto; overflow:hidden; float:left; }

.ai-32{ width:calc(100% - 530px); height:auto; overflow:hidden; float:right; padding-top:0px; }
.ai-321{ width:100%; height:auto; overflow:hidden; font-size:24px; color:#333333;}
.ai-322{ width:100%; height:auto; overflow:hidden; margin-top:25px;}
.ai-3221{ width:100%; height:auto; overflow:hidden; margin-bottom:17px; line-height:24px; font-size:16px; color:#333333;}
.ai-3221 span{ display:block; width:20px; height:auto; overflow:hidden; float:left; vertical-align:middle;}
.ai-3221 span img{ width:100%; margin-top:3px;}
.ai-3221 font{ width:calc(100% - 30px); height:auto; overflow:hidden; float:right;}
.ai-322 .ai-3221:last-child{ width:100%; height:auto; overflow:hidden; }


.ai-maxbox4{
    width: 100%;
    background: url(../images/ai-maxbj4.jpg) top center no-repeat;
    background-size: 100% 426px;
    padding-top: 70px;
    box-sizing: border-box; margin-bottom:50px;
}

.ai-maxbox4 .wechat-content1-title.white h3 icon:first-child{
     width: 37px;
    height: 28px;
    display: inline-block;
    background: url(../images/ai-bt41.png) top 0px right no-repeat;
    background-size: cover;
    margin-right: 8px; vertical-align:text-top;
}
.ai-maxbox4 .wechat-content1-title.white h3 icon:last-child{
    width: 37px;
    height: 28px;
    display: inline-block;
    background: url(../images/ai-bt42.png) top 0px right no-repeat;
    background-size: cover;
    margin-left: 8px; vertical-align:text-top;
}

.ai-4box{ width:100%; height:auto; overflow:hidden; padding:60px 120px 60px;     width: 100%; 
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.17);
    box-sizing: border-box;}
	
.ai-4{ width:100%; height:auto; overflow:hidden; margin-bottom:40px;}
.ai-41{ width:435px; height:auto; overflow:hidden; float:left;}
.ai-42{ display:inline-block; height:auto; overflow:hidden; float:right;}

.ai-411{ width:100%; height:auto; line-height:36px; font-size:24px; color:#333333; overflow:hidden; margin-top:28px;}
.ai-412{ width:100%; height:auto; overflow:hidden; margin-top:36px;}
.ai-4121{ width:100%; height:auto; overflow:hidden; margin-bottom:25px;}
.ai-4121 span{ display:block; float:left; width:20px; height:auto; overflow:hidden; margin-top:3px;}
.ai-4121 font{ display:block; float:right;  width:calc(100% - 36px); height:auto; line-height:24px; font-size:16px; color:#333333; overflow:hidden; }
.ai-413{ width:178px; height:44px; overflow:hidden; border:1px solid #3d81ef; border-radius:3px; margin-top:8px;}
.ai-413 a{ display:block; width:100%; height:44px; line-height:44px; text-align:center; font-size:14px; color:#3d81ef; overflow:hidden;}
.ai-4box .ai-4:nth-child(2n) .ai-41{ float:right;}
.ai-4box .ai-4:nth-child(2n) .ai-42{ float:left;}

.ai-4box .ai-4:nth-child(2) .ai-42{ margin-top:57px;}
.ai-4box .ai-4:nth-child(3) .ai-42{ margin-top:34px;}
.ai-4box .ai-4:nth-child(4) .ai-42{ margin-top:57px;}

.ai-maxbox5{
    padding-top: 90px;
    padding-bottom: 60px; 
}

.ai-maxbox5 .wechat-content1-title h3 icon:first-child{
   width: 37px;
    height: 28px;
    display: inline-block;
    background: url(../images/ai-bt51.png) top 0px right no-repeat;
    background-size: cover;
    margin-right: 8px; vertical-align:text-top;
}
.ai-maxbox5 .wechat-content1-title h3 icon:last-child{
    width: 37px;
    height: 28px;
    display: inline-block;
    background: url(../images/ai-bt52.png) top 0px right no-repeat;
    background-size: cover;
    margin-left: 8px; vertical-align:text-top;
}

@media screen and (max-width: 750px){
.ai-maxbox1{ padding:30px 0; height:auto; background:none;}

.ai-maxbox1 .wechat-content1-title h3 icon:first-child{
    width: 19px;
    height: 14px;
    display: inline-block;
    background: url(../images/ai-bt11.png) center left no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;  vertical-align:top; margin-top:4px;
}

.ai-maxbox1 .wechat-content1-title h3 icon:last-child{
    width: 19px;
    height: 14px;
    display: inline-block;
    background: url(../images/ai-bt12.png) top 0px right no-repeat;
    background-size: 100% 100%;
    margin-left: 5px; vertical-align:top; margin-top:4px;
}


.wechat-btn a{ width:160px; font-size:13px;}
.ai-maxbox2{ padding:30px 0; height:auto; background: url(../images/ai-maxbjsj2.png) center center no-repeat;
    background-size: cover;}
	
.ai-maxbox2 .wechat-content1-title.white h3 icon:first-child{
	width: 19px;
    height: 14px;
    background: url(../images/ai-bt21.png) center left no-repeat;
   background-size: 100% 100%;  vertical-align:top; margin-top:4px;
}
.ai-maxbox2 .wechat-content1-title.white h3 icon:last-child{
	width: 19px;
    height: 14px;
    background: url(../images/ai-bt22.png) top 0px right no-repeat;
    background-size: 100% 100%;  vertical-align:top; margin-top:4px;
}

.ai-maxbox2 .wechat-content2-content{ padding:20px 15px 25px; height:auto; overflow:hidden;}
.ai-maxbox2 .wechat-content2-tab li{ font-size:15px;}
.ai-maxbox2 .wechat-content2-tab li .img-wechat-number{display: block;
    margin: 0 5px 3px 5px;
    width: 18px;}
.ai-maxbox2 .wechat-content2-tab li.active:after{ content:''; position:absolute; left:calc(50% - 50px); bottom:-3px; z-index:3;   display:block;  width:70px; height:6px; background:#ff5b5b; overflow:hidden;}
.ai-maxbox2 .wechat-content2-list.active{ padding-top:0}
.ai-maxbox2 .wechat-content2-item{ padding:0 5px;  display:block; }
.ai-maxbox2 .img-scene{ width:250px; height:auto;}
.ai-maxbox2 .wechat-content2-item font{ display:block; width:178px; height:35px; overflow:hidden; border:1px solid #ffffff; border-radius:3px; margin:7px auto 0; padding:0}
.ai-maxbox2 .wechat-content2-item font a{ display:block; width:100% !important; height:35px; line-height:35px; background:none !important; text-align:center; font-size:13px; color:#ffffff !important; overflow:hidden;}

.ai-4box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 0px 0px;
    width: 100%;

    border-radius: 0px;
    box-shadow: none;
    box-sizing: border-box;	
	}
	
	
.ai-4{ width:100%; height:auto; overflow:hidden; margin-bottom:8px;}
.ai-41{ width:calc(100% - 165px);  height:auto; overflow:hidden; float:left;}
.ai-42{ display:block; width:155px; height:auto; overflow:hidden; float:right;}
.ai-42 img{ width:100%;}
.ai-411{ width:100%; height:auto; line-height:36px; font-size:16px; color:#333333; overflow:hidden; margin-top:8px;}
.ai-411 span{ display:block; width:100%; height:auto; line-height:25px; font-size:16px; color:#333333; overflow:hidden; font-weight:bold;}
.ai-411 font{ display:block; width:100%; height:auto; line-height:15px; font-size:13px; color:#333333; overflow:hidden; margin-top:2px;}
.ai-412{ width:100%; height:auto; overflow:hidden; margin-top:12px;}
.ai-4121{ width:100%; height:auto; overflow:hidden; margin-bottom:5px;}
.ai-4121 span{ display:block; float:left; width:8px; height:8px; border:2px solid #fc6a5d; border-radius:50%; overflow:hidden; margin-top:3px;}
.ai-4121 font{ display:block; float:right;  width:calc(100% - 12px); height:auto; line-height:15px; font-size:11px; color:#888888; overflow:hidden; }
.ai-413{ width:178px; height:44px; overflow:hidden; border:1px solid #3d81ef; border-radius:3px; margin-top:8px;}
.ai-413 a{ display:block; width:100%; height:44px; line-height:44px; text-align:center; font-size:14px; color:#3d81ef; overflow:hidden;}
.ai-4box .ai-4:nth-child(2n) .ai-41{ float:right;}
.ai-4box .ai-4:nth-child(2n) .ai-42{ float:left;}

.ai-4box .ai-4:nth-child(2) .ai-42{ margin-top:22px;}
.ai-4box .ai-4:nth-child(3) .ai-42{ margin-top:38px;}
.ai-4box .ai-4:nth-child(4) .ai-42{ margin-top:56px;}

.ai-maxbox3{ padding:30px 0; height:auto; background:#fff;
    background-size: cover;}

.ai-box3{ width:100%; height:auto; overflow:hidden; padding:0px 0px 0 0px;}

.ai-maxbox3 .wechat-content1-title h3 icon:first-child{
    width: 19px;
    height: 14px;
    display: inline-block;
    background: url(../images/ai-bt31.png) top 0px right no-repeat;
    background-size: 100% 100%;  vertical-align:top; margin-top:4px;
}
.ai-maxbox3 .wechat-content1-title h3 icon:last-child{
    width: 19px;
    height: 14px;
    display: inline-block;
    background: url(../images/ai-bt32.png) top 0px right no-repeat;
    background-size: cover;
    background-size: 100% 100%;  vertical-align:top; margin-top:4px;
}


.ai-31{ width:270px;  height:auto; overflow:hidden; float:none; margin:0 auto; }
.ai-31 img{ width:100%;}
.ai-32{ width:100%; height:auto; overflow:hidden; float:none; padding-top:0px; margin-top:20px;}
.ai-321{ width:100%; height:auto; overflow:hidden; font-size:16px; color:#333333; font-weight:bold;}
.ai-322{ width:100%; height:auto; overflow:hidden; margin-top:8px;}
.ai-3221{ width:100%; height:auto; overflow:hidden; margin-bottom:10px; line-height:24px; font-size:16px; color:#333333;}
.ai-3221 span{display:block; float:left; width:8px; height:8px; border:2px solid #fc6a5d; border-radius:50%; overflow:hidden; margin-top:3px;}

.ai-3221 font{ display:block; float:right;  width:calc(100% - 12px); height:auto; line-height:15px; font-size:11px; color:#888888; overflow:hidden; }
.ai-322 .ai-3221:last-child{ width:100%; height:auto; overflow:hidden; }

.ai-maxbox5{
    width: 100%;
    background: url(../images/ai-maxbjsj5.png) top center no-repeat;
    background-size: 100% 125px;
    padding-top: 30px; padding-bottom:30px;
    box-sizing: border-box;
}

.ai-maxbox5 .wechat-content1-title h3 icon:first-child{
    width: 19px;
    height: 14px;
    display: inline-block;
    background: url(../images/ai-bt41.png) top 0px right no-repeat;
    background-size: 100% 100%;  vertical-align:top; margin-top:4px;
}
.ai-maxbox5 .wechat-content1-title h3 icon:last-child{
    width: 19px;
    height: 14px;
    display: inline-block;
    background: url(../images/ai-bt42.png) top 0px right no-repeat;
    background-size: cover;
    background-size: 100% 100%;  vertical-align:top; margin-top:4px;
}
.ai-maxbox5 .w1200{ padding:0}
.ai-maxbox5 .wechat-content1-title{ padding:0 15px; box-sizing:border-box;}
.ai-maxbox5 .wechat-content1-title h3{ color:#fff;}
.ai-maxbox5 .wechat-content1-title p{ color:#fff;}
.ai-maxbox5 .case_list{ border-radius:10px 10px 0 0; padding:15px 15px 0; background:#fff; box-sizing:border-box; margin-top:13px;}

.ai-maxbox4{ margin-bottom:15px;}
}

/*20240325结束*/

.huanjing-max{ width:100%; height:auto; overflow:hidden; background:url(../images/huanjing-bj.jpg) center top no-repeat #fff;}
.huanjing-box{ width:1200px; height:auto; overflow:hidden; }
.huanjing-1{ width:585px; height:310px; overflow:hidden; position:relative; float:left; margin-bottom:30px; vertical-align:top;}
.huanjing-box .huanjing-1:nth-child(3){ height:650px;}
.huanjing-box .huanjing-1:nth-child(2n){ float:right;}
.huanjing-box .huanjing-1:nth-child(5){ float:right;}
.huanjing-11{ width:100%; height:100%; overflow:hidden;}
.huanjing-11 img{ width:100%; height:100%;  transition: all 2s ease 0s;}
.huanjing-12{ width:100%; height:40px; line-height:40px; text-align:center; background:rgba(0,0,0,0.5); text-align:center; font-size:16px; color:#fff; position:absolute; bottom:0; left:0;}
.huanjing-1:hover .huanjing-11 img{ transform: scale(1.1);}



@media screen and (max-width: 750px){
.huanjing-max{ background-size:cover; }
.huanjing-max .about-content5{ padding-top:0;}
.huanjing-app{ width:100%; height:auto; overflow:hidden;}
.huanjing-app1{ width:100%; height:auto; overflow:hidden; margin-bottom:10px; position:relative;}
.huanjing-app11{ width:100%; height:auto; overflow:hidden;}
.huanjing-app11 img{ width:100%;}
.huanjing-app12{ width:100%; height:30px; line-height:30px; text-align:center; font-size:14px;  color:#fff; position:absolute; bottom:0; left:0; background:rgba(0,0,0,0.5);}

.huanjing-app .huanjing-app1:last-child{ margin-bottom:0}
}