/* public */
/*#region*/
.title h3 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    color: #171922;
}

.title p {
    margin: 24px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
}

/*#endregion*/

/* union */
/*#region*/
.union {
}

.union .banner {
    background: url(../img/bg_union_banner.jpg) no-repeat 50% 0;
    background-size: 100%;
}

.union .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.union .banner h2 {
    margin: 0;
    font-size: 76px;
    font-weight: bold;
    color: #fff;
    line-height: 76px;
}

.union .banner p {
    margin: 50px 0 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 52px;
    opacity: 0.51;
}
.union .ani{
    padding:48px 0;
}

    /*#endregion*/

/* partners */
/*#region*/
.partners {
}

.partners .title {
    text-align: left;
    margin-bottom: 50px;
}

.research{
    padding-top:120px;
}
.research .title p {
    margin-top:20px;
}

.tab-panel {
    position: relative;
    padding-right: 55%;
}

.tab-panel .tab-item {
    position: static;
    overflow-y: hidden;
    border: 0 none;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 6px 25px 1px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.tab-panel .tab-head {
    padding: 25px;
    color: #1b202b;
    cursor: pointer;
}

.tab-panel .tab-head h4 {
    margin: 0;
    position: relative;
    color: #1b202b;
    font-size: 20px;
    font-weight: bold;
}

.tab-panel .tab-head i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    transform: rotate(0deg);
    transition: transform ease-in-out .2s;
}

.tab-panel .tab-body {
    height: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
    line-height: 24px;
    padding: 0 25px;
    transition: height ease-in-out .2s;
}

.tab-panel .tab-body .img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 560px;
    opacity: 0;
    transition: opacity ease-in-out .2s;

}

.tab-panel .tab-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-right: 100px;
}

.tab-panel .tab-cur .tab-head i {
    transform: rotate(90deg);
}

.tab-panel .tab-cur .tab-body {
    height: 96px;
    transition: height ease-in-out .2s;
}

.tab-panel .tab-cur .tab-body .img {
    opacity: 1;
    z-index: 10;
}


/* seek advice */

.advice {
    padding-top: 120px;
}

.advice .img {
    max-width: 600px;
}

.advice .txt {
    padding: 0 15%;
}

.advice .title{
    margin-bottom:22px;
}

.advice .txt h4 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #1b202b;
    line-height: 24px;
}

.advice .txt p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
    line-height: 24px;
}
.advice .title p {
    margin: 20px 0 0;
}

/* ecology */
.ecology {
    padding-top: 148px;
    padding-bottom: 100px;
}

.ecology .title {
    margin-bottom: 80px;
    text-align: center;
}

.ecology-slide {
    position: relative;
    overflow: hidden;
}

.ecology-slide:before,
.ecology-slide:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 10%;
    background-image: linear-gradient(to right, #fff, transparent);
}

.ecology-slide:before {
    left: 0;
}

.ecology-slide:after {
    right: 0;
    transform: rotate(180deg);
}

.ecology-slide img {
    height: 44px;
}

.ecology-slide div:first-child img {
    margin-right: 50px;
}

.ecology-slide div {
    margin: 0 0 20px;
    position: relative;
    z-index: 0;
    width: 5620px;
    animation: scrollToLeft 36s linear infinite;
}

.ecology-slide div:nth-of-type(odd) {
    animation: scrollToLeft 24s linear infinite;
}

.ecology-slide div:nth-of-type(even) {
    animation: scrollToLeft 36s linear infinite;
}

@keyframes scrollToLeft {
    from {
        transform: translate3d(0%, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes scrollToRight {
    from {
        transform: translate3d(-50%, 0, 0);
    }
    to {
        transform: translate3d(0%, 0, 0);
    }
}

/*#endregion*/

/* partner banner */
/*#region*/
.partner {

}

.partner .banner {
    background: #0e1522;
}

.sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}


.partner .banner .bg {
    position: relative;
    z-index: 1;
}

.partner .banner .p1, .partner .banner .p2,
.partner .banner .p3, .partner .banner .p4,
.partner .banner .p5, .partner .banner .p6,
.partner .banner .p7 {
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -73px 0 0 -130px;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    width: 260px;
    height: 146px;
    transition: all ease-in-out .2s;
}

.partner .banner .p1 {
    transform: translate(-350px, -350px);
}

.partner .banner .p2 {
    transform: translate(-450px, 0);
}

.partner .banner .p3 {
    transform: translate(-350px, 350px);
}

.partner .banner .p4 {
    transform: translate(0, 300px);
}

.partner .banner .p5 {
    transform: translate(350px, 350px);
}

.partner .banner .p6 {
    transform: translate(450px, 0);
}

.partner .banner .p7 {
    transform: translate(350px, -350px);
}

.partner .banner .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: 480px;
    margin: -240px 0 0 -370px;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.partner .banner .box .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .2s;
}

.partner .banner .box .txt h2 {
    margin-bottom: 45px;
    background: linear-gradient(to right, #4d9fc5, #2359f1, #c42e96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    transition: all ease-in-out .2s;
}

.partner .banner .box .txt h3 {
    font-size: 60px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 60px;
    margin-bottom: 30px;
    transition: all ease-in-out .2s;
}

.partner .banner .box .txt p {
    margin: 0 23%;
    font-size: 16px;
    font-weight: 400;
    color: rgb(205, 213, 223);
    line-height: 28px;
    text-align: center;
    transition: all ease-in-out .2s;
}

.partner .banner .box .img {
    position: absolute;
    top: 120px;
    left: 180px;
    width: 380px;
    height: 213px;
    opacity: 0;
    transition: all ease-in-out .2s;
}

.partner .banner .bg .lines {
    position: relative;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 240px;
    transition: transform .2s ease-in-out;
}

.partner .banner .bg .lines div {
    position: absolute;
    border: 1px solid rgb(133, 113, 255);
}

@media (max-width: 1440px) {
    .partner .banner .bg, .partner .banner .box {
        transform: scale(.8);
    }
}

/*#endregion*/

/* worth */
/*#region*/

.worth {
    padding-top: 125px;
}

.worth .title {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.worth .title a {
    margin-top: 50px;
}

.worth .img {
    text-align: right;
}

.worth .img img {
    max-height: 460px;
}

/*#endregion*/

/* why */
/*#region*/

.why {
    position: relative;
    margin-top: 125px;
    margin-bottom: 218px;
}

.why:after {
    content: '';
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: rgb(27, 40, 65);
}

.why .title {
}

.why .tabs-handle {
    margin-top: 40px;
    padding-right: 10%;
}

.why .tabs-handle .item {
    margin-bottom: 36px;
    width: 100%;
    height: 64px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 6px 25px 1px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: bold;
    color: rgb(27, 32, 43);
    line-height: 64px;
    text-align: center;
    cursor: pointer;
}

.why .tabs-handle .item:last-child {
    margin-bottom: 0;
}

.why .tabs-handle .item.cur {
    width: 150%;
    background: rgb(1, 119, 255);
    border-radius: 32px;
    z-index: 9;
    position: relative;
    color: rgb(255, 255, 255);
    transition: width 0.5s ease 0s;
}

.why .tabs-content {
    padding: 100px 0 100px 200px;
    height: 100%;
    background: rgb(27, 40, 65);
    border-radius: 0 0 0 168px;
}

.why .tabs-content .item {
    position: relative;
    height: 100%;
    color: #fff;
    display: none;
}

.why .tabs-content .item.cur {
    display: block;
}

.why .tabs-content .item h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    line-height: 24px;
}

.why .tabs-content .item h4 i {
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    background: #fff;
    margin-right: 20px;
}

.why .tabs-content .item h4 img {
    width: 40px;
}

.why .tabs-content .item p {
    font-size: 20px;
    font-weight: 400;
    color: rgb(205, 213, 223);
    line-height: 40px;
}

/*#endregion*/
