/*
* @Author: linyanyu
* @Date:   2018-11-14 18:05:28
 * @Last Modified by: LinBingQun
 * @Last Modified time: 2021-03-30 15:52:38
*/

.section {
    width: 100%;
    color: #fff;
    position: relative;
    float: left;
    padding-top: 30px;
    min-height: 950px\9;

}
.section5 {
    /*margin-bottom: -40px;*/
    min-height: 900px;
}

.gotop{
    width: 72px;
    height: 72px;
    background: url(../images/top.png) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: 20%;
    right: 8%;
    z-index: 7;
    display: none;
    cursor: pointer;
}
.section .shubiao{
    width: 60px;
    height: 60px;
    background: url(../images/2.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    margin: 3% auto;
    display: block;
    float: left;
    margin-left:  47%\9;
    margin-left: calc((100% - 60px)/2);
}

.section .name {
    font-size: 40px;
    text-align: center;
    margin-bottom: 2%;
    font-weight: bold;
    padding-top:2.5%;
    position: relative;
    z-index: 1;
    text-transform:uppercase;
}

.section .name::after {
    content: '';
    height: 2px;
    width: 50px;
    background: #fff;
    display: block;
    margin: 20px auto 0;
}

.section4 .name::after,
.section7 .name::after,
.section6 .name::after,
.section5 .name::after {
    background: #008aff;
}
.section4 .name,
.section7 .name,
.section6 .name,
.section5 .name {
    color: #008aff;
}
.section7 .name{
    padding-top: 0;
}
.shubiao2 {
    width: 100%;
    height: 62px;
    background: url(../images/12.png) no-repeat center;
    background-size: contain;
    margin-top: 2%;
    margin-bottom: 2%;
    cursor: pointer;
}

.shubiao3 {
    background: url(../images/13.png) no-repeat center;
}

/*第六屏*/
.section7 .four-nav {
    width: 980px;
    margin: 1% auto 0;
    overflow: hidden;
}

.section7 .four-nav li {
    width: 10%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #bdbdbd;
    padding-bottom: 15px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    float: left;
}

.section7 .four-nav li[data-id='2'] {
    margin-left: 30%;
    margin-right: 30%;
}

.section7 .four-nav li:hover,
.section7 .four-nav li.cur {
    color: #000;
    border-bottom: 2px solid #000;
}

.fourBox {
    width: 1200px;
    margin: 50px auto 0;
    overflow: hidden;
}

.fourBox .fourcon {
    flex-wrap: wrap;
    display: flex;
}

.fourBox .fourcon.fourcon3 div {
    width: 22.9%;
}

.fourcon.fourcon div {
    padding: 1% 0;
    padding:0\9;
    height: 145px\9;
    float: left;
    width: 19%;
    display: block;
    color: #000;
    font-size: .7rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0s .5s;
    transform: scale(0);

}

.active .fourcon.fourcon div {
    transition: transform .6s .4s;
    transform: scale(1);
}

/*.fourcon.fourcon div:hover {
    -webkit-animation: tada 1s .2s ease both;
}*/

/*@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}*/

.fourBox img {
    max-width: 100%;
    margin-top: 15%\9;
}

.fourBox .lg11,
.fourBox .lg13,
.fourBox .lg12,
.fourBox .lg14,
.fourBox .lg15 {
    border-bottom: none;
}



/*第五屏*/

.section6 .con {
    width: 1212px;
    height: 716px;
    margin: 0 auto;
    background: url(../images/22.jpg) no-repeat center;
    background-size: contain;
    transition: 0s .5s;
    transform: scale(0);
}

.section6 .con .line {
    width: 1005;
    height: 84px;
    background: url(../images/16.jpg) no-repeat center;
    background-size: contain;
}

.section6 ul {
    width: 70%;
    margin: 0 auto;
    padding-top: 6%;
    overflow: hidden;
}

.section6 .txt {
    width: 65%;
    margin: 0 auto;
    padding-top: 0;
    margin-top: -2%;
}

.section6 ul li {
    float: left;
    width: 18%;
    margin-left: 5.8%;
    height: 280px;
    background: no-repeat center;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

.section6 ul li:hover {
    opacity: .9;
}

.section6 ul li p {
    background-color: #008aff;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 35px;
    text-align: center;
    display: none;
}

.section6 ul li:hover p {
    display: block;
}

.section6 .txt>div {
    color: #000;
    font-size: 16px;
    color: #282828;
    float: right;
    width: 51%;
    line-height: 1.7;
    word-break: break-all;
}

/*第四屏*/
.section3 .name::before,
.section4 .name::before,
.section2 .name::before,
.section7 .name::before,
.section6 .name::before,
.section5 .name::before {
    content: 'best practices';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #e8e8e8;
    font-size: 46px;
    z-index: -1;
    font-weight: bold;
}

.section2 .name::before {
    content: 'product';
    color: #333;
}
.section4 .name::before{
    content: 'reliable solution provider';
}
.section6 .name::before {
    content: 'community operation service';
}

.section7 .name::before {
    content: 'partner';
    top: 21%;
}

.section4 {
    color: #000;
    margin-top: -2%;
}

.section5 .con>.fl {
    width: 30%;
    transform: translate(-100%, 0);
    transition: 0s .5s;
}

.section5.active .con>.fl {
    transition: transform .6s .4s;
    transform: translate(0, 0);
}

.section5 .fr {
    width: 65%;
    float: right;
    transform: translate(20%, 0);
    transition: 0s .5s;
    height: 560px;
}

.section5.active .fr {
    transition: transform .6s .4s;
    transform: translate(0, 0);
}

.section5 .titel {
    font-size: 30px;
    margin-bottom: 30px;
    color: #000;
}

.section5 .titel>div {
    margin-top: 25px;
    margin-left: 20px;
}

.section5 .titel i {
    width: 103px;
    height: 103px;
    display: inline-block;
    float: left;
}

.section5 .con {
    margin-left: 18%;
    margin-top: 3%;
}

.section5 .con a {
    font-size: 26px;
    color: #008aff;
    border: 1px solid #008aff;
    margin: 70px auto 0;
    padding: 5px 20px;
    border-radius: 50px;
    display: block;
    width: 150px;
    text-align: center;
}

.section5 .con a:hover {
    background-color: #008aff;
    color: #fff;
}

.section5 .fl p {
    color: #6e6e6e;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 5%;
}

/*第三屏*/

.section4 .shubiao2 {
    margin-top: 2%;
}

.jiejue {
    color: #000;
    background: #fff;
}
.jiejue>.clear {
    margin: 4% auto;
}
.jiejue ul {
    margin-top: 50px;
    float: left;
}

.jiejue ul>li {
    width: 290px;
    overflow: hidden;
    position: relative;
    text-align: center;

}

.jiejue ul>li:hover {
    cursor: pointer;
}

.jiejue ul>li:first-child {
    margin-bottom: 80px;
}

.jiejue ul>li p {
    font-size: 16px;
    opacity: .5;
    transition: .6s;
    transform: translateX(-300px);
    display: none\9;
    color: #fff;
    background: linear-gradient(#346bfe, #3489fd);
    background:  #3489fd\9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 20px;
}

.jiejue ul>li>div {
    padding: 30px 0;
    border: 1px solid #000;
}

.jiejue ul:first-child {
    margin-left: 5%;
}

.jiejue ul>li i {
    width: 100%;
    height: 70px;
    display: block;
    background: no-repeat center;
    margin-bottom: 20px;
}

.jiejue ul>li .icon1 {
    background-image: url(../images/y1.jpg);
    background-size: contain;
}

.jiejue ul>li .icon2 {
    background-image: url(../images/y2.jpg);
    background-size: contain;
}

.jiejue ul>li .icon3 {
    background-image: url(../images/y3.jpg);
    background-size: contain;
}

.jiejue ul>li .icon4 {
    background-image: url(../images/y4.jpg);
    background-size: contain;
}

.jiejue ul>li:hover p {
    opacity: 1;
    transform: translateX(0);
    display: block\9;
}

.jiejue img {
    float: left;
    margin: 0 10%;
}





.section3{
    background: #0047e8 url('../images/b3.jpg') no-repeat center;
    background-size: cover;
}
.section3 .mid.clear{
    margin-top: 4%;
}
.section3 .shubiao2{
    margin-top: 1%;
}
.section3 .name::before {
    content: 'CURRENT ISSUES';
    color: #0654ff;
}

.section3>.clear {
    margin-top: 100px;
}

.section3-box ul {
    width: 250px;
    float: left;
    transition: 0s .5s;
    transform: translate(-100%, 0);
}

.section3.active ul {
    transition: transform .6s .4s;
    transform: translate(0, 0);
}

.section3-box ul li {
    font-size: 30px;
    line-height: 1.7;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: 20px 0;
}

.section3-box ul li:first-child {
    border-top: 1px solid #fff;
}

.section3-box ul li p {
    font-size: 20px;
}

.section3-box ul li i {
    width: 67px;
    height: 67px;
    background: no-repeat center;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.section3-box ul li>div {
    float: left;
}

.section3-box ul .icon1 i {
    background-image: url(../images/7.png);
    background-size: contain;
}

.section3-box ul .icon2 i {
    background-image: url(../images/8.png);
    background-size: contain;
}

.section3-box ul .icon3 i {
    background-image: url(../images/9.png);
    background-size: contain;
}

.section3-box ul .icon4 i {
    background-image: url(../images/10.png);
    background-size: contain;
}

.swiper-container {
    width: 710px;
    height: 480px;
    margin: 5% auto;
    color: #fff;
    text-align: center;
}


.pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 10px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 20px;
    height: 5px;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #0a55ff;
}

.swiper-slide {
    background: no-repeat center;
    background-size: cover;
}

.swiper {
    position: relative;
    width: 900px;
    height: 580px;
    float: left;
    margin-left: 20px;
    transition: 0s .5s;
    transform: scale(0);
}

.section6.active .con,
.active .swiper {
    transform: scale(1);
    transition: transform .6s .4s;
}

.swiper>i {
    background-color:rgba(0,0,0,.1);
    width: 300px;
    position: absolute;
    left: 5.5%;
    top: 0;
    height: 300px;
}

.swiper>i.last {
    right: 5%;
    bottom: -10%;
    left: inherit;
    top: inherit;
}

/*第二屏*/
.section2 {
    background: #232425 url('../images/b2.jpg') no-repeat center;
    background-size: cover;
    padding-top: 15px;
}

.section2-txt {
    color: #cdcccc;
    line-height: 2.5;
    margin-top: 20px;
    transition: 0s .5s;
    transform: translateX(-100%);
}
.section2-txt.fl{
    margin-top: 40px;
}
.section2-txt.fl>div{
    margin-bottom: 10%;
}
.section2-txt.fb{
    float: left;
    margin-top:0;
    margin-bottom: 10%;
}
.section2-txt.fb>p,
.section2-txt.fl>p{
    margin-bottom: 0;
}
.section2 .img {
    width: 44%;
    background: no-repeat center;
    background-size: cover;
    height: 360px;
    float: right;
    transform: translateX(100%);
}

.section2.active .section2-txt {
    transform: translateX(0);
    transition: transform .6s .4s;
}

.section2.active .img {
    transform: translateX(0);
    transition: transform .6s .4s;
}

.section2-txt>p {
    margin-bottom: 10%;
    position: relative;
    padding-left: 25px;
}

.section2-txt>p::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 11px;
}

.section2 .icon>a {
    width: 31.5%;
    float: left;
    cursor: pointer;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: 0s .5s;
    transform: translateY(120%);
    color: #fff;
}

.section2.active .icon>a {
    transform: translateY(0);
}

.section2.active .icon>a:first-child {
    transition: transform .6s .4s;
}

.section2.active .icon>a:nth-child(2) {
    transition: transform .6s .6s;
}

.section2.active .icon>a:nth-child(3) {
    transition: transform .6s .8s;
}

.section2 .icon .p {
    border: 1px solid #fff;
    padding: 40px 0;
}

.section2 .icon .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #ffffffba;
    background: #006cff;
    line-height: 1.7;
    opacity: .5;
    transition: .6s;
    transform: translateY(300px);
    display: none\9;
}

.section2 .icon>a:hover .text {
    opacity: 1;
    transform: translateY(0);
    display: block\9;
    left: 0\9;
}

.section2 .icon .text>div {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 13%;
    margin-bottom: 10px;
}

.section2 .icon .text p {
    padding: 0 12%;
    word-break: break-all;
}

.section2 .icon i {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    height: 100px;
}

.section2 .yz i {
    background: url(../images/3.png) no-repeat center;
    background-size: contain;
    background-size: 100%\9;
}

.section2 .pad {
    margin: 0 2.5%;
}

.section2 .pad i {
    background: url(../images/4.png) no-repeat center;
    background-size: contain;
}

.section2 .huiyuan i {
    background: url(../images/6.png) no-repeat center;
    background-size: contain;
}

/*第一屏*/
.section1 {
    background: #101010 url('../images/b1.jpg') no-repeat center;
    background-size: cover;
    margin-bottom: -10px;
}

.section1 .animation-logo {
    width: 100%;
    height: 426px;
    background: url(../images/5.png) no-repeat top;
    background-size: contain;

}

.section1.active .animation-logo {
    animation: topBAnimation .4s ease-in-out .5s 1 normal;
    animation-fill-mode: backwards;
}

.section1-tit {
    margin-top: -.75rem;
    padding-left: 5%;
}

.section1.active .section1-tit {
    animation: leftRAnimation .5s ease-in-out .7s 1 normal;
    animation-fill-mode: backwards;
}

.section1-tit>p {
    section-shadow: 0 0 10px #000;
    color: #cdcccc;
    section-shadow: 0 0 3px #000;
    font-size: 15px;
    font-weight: 600;
}

.section1-tit>.txt {
    font-size: 56px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}

.section1-tit>.unicode {
    width: 33px;
    height: 11px;
    background: url(../images/11.png) no-repeat center;
    background-size: contain;
    margin-left: 2px;
}

.section1-p {
    color: #cdcccc;
    margin-top: 20px;
    line-height: 1.7;
    section-shadow: 0 0 3px #000;
    padding-left: 5%;
}

.section1.active .section1-p {
    animation: bottomTAnimation .5s ease-in-out .7s 1 normal;
    animation-fill-mode: backwards;
}

.section1-p>p {
    margin-bottom: 10px;
}


/* 合作伙伴详情 20200512的需求 */
.mask-detail{position: fixed;top: 0;width: 100%;bottom: 0;z-index: 10;}
.mask-detail .con{
    width: 450px;
    height: 600px;
    margin: 150px auto;
    position: relative;
    background: #fff;text-align: center;
    line-height: 45px;box-shadow: 0 0 27px #999;
}
.mask-detail .con .hd{
    background: #008bfa;
    height: 130px;
}
.mask-detail .icon-close{cursor: pointer; width: 20px;height: 20px;background: url('../images/close1.png') no-repeat center;background-size: contain;position: absolute;right: 20px;top: 20px;}
.mask-detail .con  .img{width: 120px;height: 120px;background: no-repeat center;background-size: cover;margin:-65px auto 20px;box-shadow: 0 1px 6px #6b6b6b;border-radius: 100%;}
.mask-detail .con .name{font-size: 24px;}
.mask-detail .con .adr{font-size: 18px;padding: 0 30px;line-height: 1.7;margin: 10px 0;}
.mask-detail .con .tel{font-size: 20px;}
.mask-detail .con i{display: inline-block;margin-right:5px;margin-bottom: -5px;}
.mask-detail .con .adr i{width: 20px;height: 25px;background: url('../images/14.png')}
.mask-detail .con .tel i{width: 25px;height: 25px;background: url('../images/15.png')}
.mask-detail .con .pic{max-width: 60%;margin-top: 20px;}