/* banner */

.banner {
    position: relative;
    width: 100%;
    min-width: 1200px;
}

.banner>img {
    width: 100%;
}

.banner .swiper-container {
    width: 100%;
    height: 560px;
}

.swiper-slide .swiper-box {
    position: relative;
    width: 1200px;
    height: 560px;
    margin: 0 auto;
}

.swiper-box .introduce {
    position: absolute;
    top: 200px;
    left: 30px;
    color: #fff;
    z-index: 2;
}

.swiper-pagination span {
    background: #fff;
}

.introduce p:nth-child(1) {
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: bold;
}

.introduce p:nth-child(2) {
    font-size: 20px;
    letter-spacing: 6px;
    margin-top: 14px;
}


/*banner淡出*/

@-webkit-keyframes slide-market {
    0% {
        opacity: 0;
        -webkit-transform: translateY(300px);
        bottom: -50%;
    }

    50% {
        opacity: 0;
        bottom: -10%;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

@keyframes slide-market {
    0% {
        opacity: 0;
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        bottom: -50%;
    }

    50% {
        opacity: 0;
        bottom: -10%;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

.swiper-box img {
    width: 700px;
    top: 80px;
    position: absolute;
    right: 0;
    transition: .5s ease-out;
    transform: translate3d(0, 0, 0);
    z-index: 22;
}

.swiper-slide-active .slide-market {
    -webkit-animation: slide-market 1.5s cubic-bezier(.4, 0, .2, 1) 0s 1;
    animation: slide-market 1.5s cubic-bezier(.4, 0, .2, 1) 0s 1;
}

.main {
    position: relative;
    top: 60px;
}


/* what can do */

section {
    margin: 0 auto;
    position: relative;
}

.section-1 {
    width: 1200px;
}

.do-title {
    padding-top: 60px;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.do-title>h5 {
    color: #1a7be9;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: bold;
    letter-spacing: 4px;
}

.do-title>p {
    font-size: 14px;
    color: #646464;
    letter-spacing: 2px;
    line-height: 25px;
}

.do-content .content-tit {
    z-index: 9;
    width: 100%;
    min-width: 1200px;
    height: 37px;
    border-bottom: 1px solid #e5e5e5;
}

.content-tit ul {
    height: 37px;
    line-height: 23px;
    display: flex;
    justify-content: space-between;
}

.content-tit li {
    min-width: 100px;
    height: 37px;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all .3s ease-in-out;
}

.content-tit .ac {
    color: #1a7be9;
    border-color: #1a7be9;
}

.content-tit li span {
    display: inline-block;
    padding-left: 7px;
}

.do-content .content-main {
    width: 1250px;
    height: 530px;
    position: relative;
    padding-top: 40px;
    overflow: hidden;
}

.content-main li {
    display: none;
    text-align: center;
    overflow: hidden;
    width: 1200px;
}

.content-main .isactive {
    display: block;
    animation-delay: 1s;
    animation-duration: 3s;
}


/* services */

.section-2 {
    width: 100%;
    background-image: url('../../imgs/service-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.section-2 .wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.wrap dl {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 107px;
}

.wrap dl dt:nth-child(1) {
    text-align: center;
    font-size: 24px;
    color: #1a7be9;
    margin-bottom: 16px;
    font-weight: bold;
    letter-spacing: 4px;
}

.wrap dl dt:nth-child(3) {
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #646464;
    padding: 0 100px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.g-ul {
    display: flex;
}

.g-ul>li {
    display: inline-block;
    width: 18%;
    height: 340px;
    border: 1px solid #e3e2e5;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    border-left: none;
}

.g-ul>li:first-child {
    border-left: 1px solid #e3e2e5;
}

.g-ul>li.show {
    width: 28%;
    height: 340px;
    border: 1px solid #1a7be9;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(34, 33, 53, .1);
    position: relative;
}

.g-tac {
    width: 100%;
    height: 340px;
    text-align: center;
}

.g-tac p:nth-child(1) {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
}

.g-tac p:nth-child(1)>i {
    vertical-align: middle;
    font-size: 40px;
}

.g-tac p:nth-child(2) {
    font-size: 16px;
    margin-top: 12px;
    font-weight: bold;
}

.g-tac hr {
    border: none;
    width: 52px;
    height: 1px;
    font-size: 1px;
    background: #e3e2e5;
    margin: 22px auto;
}

.g-sul>li {
    font-size: 14px;
    color: #9797a1;
    margin-bottom: 16px;
}

.show .g-hac {
    opacity: 1;
}

.show .bg {
    opacity: 1;
}

.show .g-hac {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    -webkit-animation: show-market .4s 0s 1;
    animation: show-market .4s 0s 1;
}

@-webkit-keyframes show-market {
    0% {
        opacity: 0;
        -webkit-transform: translateY(300px);
        bottom: -50%;
    }

    50% {
        opacity: 0;
        bottom: -10%;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

@keyframes show-market {
    0% {
        opacity: 0;
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        bottom: -50%;
    }

    50% {
        opacity: 0;
        bottom: -10%;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

.show .bg {
    width: 100%;
    height: 340px;
    position: absolute;
    top: 0;
}

.bg img {
    width: 334px;
    height: 340px;
}

.g-hac p:nth-child(1) {
    height: 140px;
}

.g-hac p:nth-child(1)>i {
    font-size: 40px;
    position: relative;
    top: 40px;
    left: 25px;
}

.g-hac p:nth-child(1)>span {
    display: block;
    position: relative;
    top: 50px;
    font-size: 24px;
    padding-left: 25px;
}

.g-hac hr {
    border: none;
    width: 300px;
    height: 1px;
    font-size: 1px;
    background: #e3e2e5;
}

.g-hac p:nth-child(3) {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 25px;
    line-height: 30px;
}


/* case */

.section-3 {
    width: 1200px;
}

.section-3 .do-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-3 .do-content .case-content {
    flex: 0 0 380px;
    height: 410px;
    text-align: center;
    color: #646464;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.case-content:hover {
    color: #1a7be9 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 8px;
}

.case-content:hover img {
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section-3 .do-content .case-content p:nth-child(2) {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    top: 330px;
    position: absolute;
    left: 50%;
    margin-left: -50%;
}

.section-3 .do-content .case-content p:nth-child(3) {
    width: 100%;
    top: 360px;
    position: absolute;
    left: 50%;
    letter-spacing: 1px;
    margin-left: -50%;
    padding: 0 8px;
}

.morebtn {
    width: 100%;
    height: 80px;
    margin-top: 20px;
}

.btn {
    display: block;
    margin: 0 auto;
    color: #c8c9c8;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    color: #1a7be9;
}


/* 服务流程 */

.section-4 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section-4 .bgs {
    width: 100%;
    height: 760px;
    position: absolute;
    top: -30px;
    background-image: url('../../imgs/about-us-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.section-4 .wrap {
    width: 1200px;
    height: 450px;
    position: relative;
    margin: 0 auto;
}

.wrap .dot-bg-1 {
    width: 900px;
    height: 900px;
    border: 1px solid rgba(25, 123, 232, .3);
    border-radius: 50%;
    position: absolute;
    bottom: -510px;
    left: 50%;
    margin-left: -450px;
}

.wrap .dot-bg-2 {
    width: 700px;
    height: 700px;
    border: 1px solid rgba(25, 123, 232, .7);
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    margin-top: -350px;
    left: 50%;
    margin-left: -350px;
}

.wrap .dot-bg-3 {
    width: 500px;
    height: 500px;
    background: #1a7be9;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    text-align: center;
    overflow: hidden;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -250px;
}

.wrap .dot-bg-3 .dot-content {
    position: absolute;
    display: none;
    width: 500px;
    height: 100px;
    top: 90px;
    -webkit-animation: 'tagactiv'1s;
    -moz-animation: 'tagactiv'1s;
    -ms-animation: 'tagactiv'1s;
}

.dot-content p:nth-child(1) {
    font-size: 20px;
    letter-spacing: 4px;
}

.dot-content p:nth-child(2) {
    font-size: 16px;
    height: 100%;
    letter-spacing: 6px;
    margin-top: 10px;
    padding: 0 100px;
}

@-webkit-keyframes tagactiv {
    0% {
        top: 200px;
        opacity: 0;
    }

    100% {
        top: 90px;
        opacity: 1;
    }
}

@keyframes tagactiv {
    0% {
        top: 200px;
        opacity: 0;
    }

    100% {
        top: 90px;
        opacity: 1;
    }
}

.tags {
    display: block;
    width: 80px;
    height: 80px;
    /* background: #1a7be9; */
    border-radius: 50%;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

.tags i {
    font-size: 35px;
    line-height: 80px;
    color: #fff;
}

.tags img {
    width: 80px;
    height: 80px;
}

.tags1 {
    top: 260px;
    left: 160px;
}

.tags1.iactive {
    background: #59bcd3;
    box-shadow: 0 0 20px rgba(242, 64, 67, .4);
}

.tags2 {
    top: 40px;
    left: 435px;
}

.tags2.iactive {
    background: #59bcd3;
    box-shadow: 0 0 20px rgba(242, 151, 0, .4);
}

.tags3 {
    top: 60px;
    right: 375px;
}

.tags3.iactive {
    background: #59bcd3;
    box-shadow: 0 0 20px rgba(34, 173, 56, .4);
}

.tags4 {
    top: 280px;
    right: 155px;
}

.tags4.iactive {
    background: #59bcd3;
    box-shadow: 0 0 20px rgba(173, 94, 160, .4);
}

.tags5 {
    top: 215px;
    left: 330px;
}

.tags5.iactive {
    background: #59bcd3;
    box-shadow: 0 0 20px rgba(234, 114, 64, .4);
}

.tags6 {
    top: 220px;
    right: 330px;
}

.tags6.iactive {
    background: #59bcd3;
    box-shadow: 0 0 20px rgba(21, 182, 177, .4);
}

.iactive::before {
    content: '';
    display: block;
    width: 115%;
    height: 115%;
    border-radius: 50%;
    background-color: inherit;
    position: absolute;
    top: 50%;
    margin-top: -57.5%;
    left: 50%;
    margin-left: -57.5%;
    opacity: .4;
    z-index: -1;
    -webkit-animation: 'tagisactive'2s infinite;
    -moz-animation: 'tagisactive'2s infinite;
    -ms-animation: 'tagisactive'2s infinite;
}

@-webkit-keyframes tagisactive {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .4;
    }

    100% {
        opacity: 0;
    }
}

@keyframes tagisactive {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .4;
    }

    100% {
        opacity: 0;
    }
}


/* partner */

.section-5 {
    width: 100%;
    text-align: center;
}

.section-5 .scroll_bg {
    position: absolute;
    z-index: -1;
    top: 8%;
    left: 0;
    width: 100%;
    height: 84%;
    padding-bottom: 50px;
    opacity: 0.05;
    background: url('../../imgs/logo-bg.png');
    -webkit-animation: 'bgScroll'10s linear 20000;
    -moz-animation: 'bgScroll'10s linear 20000;
    -ms-animation: 'bgScroll'10s linear 20000;
}

@-webkit-keyframes bgScroll {
    0% {
        background-position: 0px 500px;
    }

    100% {
        background-position: 0px 0px;
    }
}

@keyframes bgScroll {
    0% {
        background-position: 0px 500px;
    }

    100% {
        background-position: 0px 0px;
    }
}

.section-5 .partner-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.partner-content p:nth-child(1) {
    font-size: 24px;
    color: #1a7be9;
    font-weight: bold;
    padding-top: 60px;
    letter-spacing: 4px;
}

.partner-content p:nth-child(3) {
    font-size: 16px;
    color: #646464;
    letter-spacing: 2px;
}

.partner-content .wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    padding: 0 65px;
    padding-bottom: 95px;
}

.partner-content .wrap div {
    flex: 240px;
    max-width: 240px;
    height: 140px;
    color: #646464;
    cursor: pointer;
    border: 1px solid #e3e2e5;
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* parentr动画效果 */

.partner-content .wrap div:hover img {
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    -o-transform: translateY(-140px);
    transform: translateY(-140px);
}

.partner-content .wrap div img {
    -webkit-transition: transform 1.5s;
    -o-transition: transform 1.5s;
    transition: transform 1.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}