.grid-background {
    width: 100%;
    min-height: 416px;
    background-image:
            linear-gradient(rgba(235, 241, 241, 0.8) 1px, transparent 1px),
            linear-gradient(90deg, rgba(235, 241, 241, 0.8) 1px, transparent 1px);
    background-size: 26px 26px;
    position: relative;
}
.gradient-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(45deg, #fff,#fefdff, #ccf5fd);
    pointer-events: none;
    opacity: 0.5;
}
.grid-color-block{
    position: absolute;
    z-index: 2;
    width: 52px;
    height: 78px;
    right: 17%;
    top:38px;
}
.grid-color-block span{
    position: absolute;
    width: 26px;
    height: 26px;
    background: #bdd4f5;

}
.grid-color-block span:first-child{
    top:0;
    right: 0;
}
.grid-color-block span:nth-of-type(2){
    left: 0;
    top:26px
}
.grid-color-block span:last-child{
    bottom:0;
    right: 0;
}
.aboutUs{
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 2.4% 6% 5.6% 10%;
}
.aboutUs-left{
    width: 48%;
    overflow: hidden;
}
.aboutUs-title{
    font-size: 60px;
    color: #3B82F6;
}
.public-Title{
    overflow: hidden;
    position: relative;
    padding-left: 48px;
    min-height: 96px;
    color: #222;
}
.public-Title::before{
    content: '';
    position: absolute;
    left: 0;
    top:14px;
    width: 8px;
    height: 96px;
    background: linear-gradient( 180deg, #1052BE 0%, #3B82F6 100%);
    border-radius: 9999px;
}
.public-Title h3{
    font-size: 36px;
}
.public-Title p{
    font-weight: 400;
    padding-top: 26px;
}
.aboutUs-map{
    overflow: hidden;
    background: linear-gradient(312deg, #20439b, #2565ed, #2048bb);
    min-height: 616px;
    color: #fff;
}
.aboutUs-map-txt{
    margin: 0.8% auto 0 auto;
    width: 886px;
}
.aboutUs-join{
    overflow: hidden;
    min-height: 320px;
    background: linear-gradient( 90deg, #1E3A8A 0%, #1E40AF 100%);
    text-align: center;
    color: #fff;
    position: relative;
}
.aboutUs-btn{
    margin-top: 32px;
    display: inline-block;
    overflow: hidden;
    width: 180px;
    height: 48px;
    background: #F56500;
    border-radius: 6px;
    line-height: 48px;
    animation: jittery 4s infinite;
}
.aboutUs-code{
    position: absolute;
    top:50%;
    right: 8%;
    width: 126px;
    height: 122px;
    background: #fff;
    overflow: hidden;
    margin-top: -61px;
}
.aboutUs-code img{
    width: 126px;
    height: 122px;
}
.aboutUs-map-img{
    margin: 22px auto;
    width: 449px;
    height: 370px;
    position: relative;
}
.aboutUs-map-img img{
    width: 100%;
    height: 100%;
}
@keyframes jittery {
    5%, 50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.15);
    }
    20% {
        transform: scale(1.15) rotate(-5deg);
    }
    25% {
        transform: scale(1.15) rotate(5deg);
    }
    30% {
        transform: scale(1.15) rotate(-3deg);
    }
    35% {
        transform: scale(1.15) rotate(2deg);
    }
    40% {
        transform: scale(1.15) rotate(0);
    }
}
.mapLocation{
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2;
}
.mapLocation p.img{
    overflow: hidden;
    width: 20px;
    height: 20px;
    background-image: url("../images/about/selectedMap.png");
    background-size: 100% 100%;
}
.mapLocation p.btn{
    margin-top: 4px;
    width: 50px;
    height: 26px;
    background: #F5F5F5;
    border-radius: 3px;
    line-height: 26px;
    text-align: center;
    color: #406CFF;
    font-size: 14px;
}
.mapLocation div.block{
    position: absolute;
    display: none;
    z-index: 6;
    left: 60px;
    top: -40px;
    width: 344px;
    min-height: 158px;
    padding:6px 20px;
    background: #4F76D6;
    box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.25), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0);
    border-radius: 12px;
    color: #fff;
}
.mapLocation:hover div.block{
    display: block;
}
.mapLocation:hover p.btn{
    background: #F54336;
    color: #fff;
}
.mapLocation:hover p.img{
    background-image: url("../images/about/selectedMapHover.png");
    background-size: 100% 100%;
    animation: bounce .8s infinite;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}
.shanghai{
    top:210px;
    left: 380px;
}
.suzhou{
    top:206px;
    left: 328px;
}
.suzhou p.img{
    margin-left: 30px;
}
.suzhou div.block{
    left: -150px;
    top:-164px;
}
.chengdu div.block,.guangxi div.block{
    left: -352px;
}
.chengdu{
    top:222px;
    left: 200px;
}
.chengdu p.img,.guangxi p.img,.shenzhen p.img{
    margin: 0 auto;
}
.guangxi{
    top:300px;
    left: 254px;
    z-index: 5;
}
.guangxi div.block{
    top:-78px
}
.shenzhen div.block{
    top:-78px
}
.shenzhen{
    top:306px;
    left: 308px;
    z-index: 6;
}

.aboutUs-email{
    position: absolute;
    top:50%;
    right: 12%;
    min-width: 200px;
    overflow: hidden;
    margin-top: -108px;
}
.aboutUs-email p.code-img,.aboutUs-email p.code-img img{
    width: 126px;
    height: 122px;
}
.aboutUs-email p.code-img{
    background: #fff;
    overflow: hidden;
    margin:  auto;
}

.tel-explain{
    overflow: hidden;
    margin: 3% 5%;
}
.tel-title{
    padding-left: 24px;
}
.tel-title::before{
    background: linear-gradient( 180deg, #1E3A8A 0%, #3B82F6 100%);
}
.tel-title p{
    padding: 18px 0 6px 0;
    color: #6B7280;
}
.tel-block-img,.tel-block-img img{
    width: 544px;
    height: 372px;
    overflow: hidden;
    position: relative;
}
.left-radius{
    border-radius: 12px 0 0 12px;
}
.right-radius{
    border-radius: 0 12px 12px 0;
}
.tel-block-txt{
    width: 856px;
    background: linear-gradient(to bottom, #C4DBFF 0%, #F2F7FF 100%);
    overflow: hidden;
    height: 372px;
}
.tel-img-txt{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0;
    top:0;
}
.tel-icon{
    overflow: hidden;
    margin: 82px auto 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    text-align: center;
}
.tel-icon img{
    width: 46px;
    height: 46px;
    margin: 15px 0 0 15px;
}
.tel-txt-btn{
    overflow: hidden;
    height: 30px;
    position: relative;
}
.tel-txt-btn span{
    display: inline-block;
    height: 28px;
    background: #3B82F6;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #007AFF;
    font-size: 16px;
    line-height: 28px;
    padding: 0 12px;
    position: relative;
    z-index: 2;
}
.btn-line::before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top:50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #CDE1FF;
}
.tel-performance{
    overflow: hidden;
    width: 1400px;
    margin: 3.5% auto;
    text-align: center;
}
.performance-icon{
    width: 48px;
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
}
.performance-icon img {
    width: 48px;
    height: 48px;
}
.tel-map{
    overflow: hidden;
    position: relative;
}
.tel-map img{
    width: 100%;
}
.tel-map-txt{
    position: absolute;
    left: 0;
    width: 100%;
    top:50%;
    margin-top: -8%;
    text-align: center;
    color: #fff;
}
.tel-map-locate{
    position: absolute;
    padding-top: 24px;
    font-size: 18px;
    color: #fff;
}
.tel-map-locate::before{
    content: '';
    position: absolute;
    width: 24px;
    top:4px;
    left: 50%;
    margin-left: -12px;
    height: 24px;
    background-image: url("../images/tel/map-dot.png");
    background-size: 100% 100%;
}
.tel-chengdu{
    top:58%;
    left: 43%;
}
.tel-songyang{
    top:80%;
    right: 32%;
}
.epm-block{
    overflow: hidden;
    padding: 0 5% 3% 5%;
}
.empTxt-block{
    background: #FFFFFF;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.1), 0px 4px 6px -1px rgba(0,0,0,0.1), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0);
    border-radius: 12px;
    padding: 2%;
    border: 1px solid #E5E7EB;
}
.emp-bar{
    overflow: hidden;
}
.emp-bar-block{
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 8px 32px 0px rgba(0,0,0,0.12), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0);
    border-radius: 12px;
}
.mb0{margin-bottom: 0!important;}
.e1,.e2,.e3{
    position: relative;
    height: 120px;
    text-align: center;
}
.e1{
    background: linear-gradient( 135deg, #007AFF 0%, #5AC8FA 100%);
}
.e2{
    background: linear-gradient( 135deg, #34AADC 0%, #007AFF 100%);
}
.e3{
    background: linear-gradient( 135deg, #5AC8FA 0%, #34AADC 100%);
}
.e1 img,.e2 img,.e3 img{
    width: 60px;
    height: 60px;
}
.e1 span,.e2 span,.e3 span{
    position: absolute;
    top:16px;
    left: 16px;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    color: #fff;
}
.emp-bar-txt{
    overflow: hidden;
    padding: 30px 40px;
}
.emp-bottom-icon,.emp-bottom-icon img{
    width: 64px;
    height: 64px;
    overflow: hidden;
}
.channel-block{
    padding: 2%;
    overflow: hidden;
    min-height: 372px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -4px rgba(0,0,0,0.1), 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0);
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}
.channel-icon,.channel-icon img{
    width: 64px;
    height: 64px;
    overflow: hidden;
}
.channel-txt{
    overflow: hidden;
    padding: 14px 16px;
    background: #F9FAFB;
    border-radius: 8px;
}
.channel-cases{
    overflow: hidden;
    width: 1350px;
    margin: 50px auto 0 auto;
}
.cases-img,.cases-img img{
    overflow: hidden;
    width: 518px;
    border-radius: 12px 0 0 12px;
}
.cases-txt{
    background: #f5f5f5;
    padding: 26px 50px;
    overflow: hidden;
}
.cases-tips{
    padding: 0 10px;
    display: inline-block;
    line-height: 24px;
    height: 26px;
    background: #DAE2FF;
    color: #2455E2;
    border-radius: 4px;
    font-size: 16px;
}
.txt-icon{
    padding-left: 36px;
    overflow: hidden;
    position: relative;
}
.txt-icon span.icon{
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 4px;
    top:16px;
}
.txt-icon span.icon img{
    width: 20px;
    height: 20px;
}


