/* public css */
.column-bg {
    min-width: 1710px;
    height: 1000px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.column-title-text {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.column-title-text h2 {
    color: var(--theme-color);
    font-size: 30px;
    font-weight: normal;
}

.column-title-text p {
    padding-top: 20px;
    color: #ff0000;
}

.assistant-title {
    margin-top: 50px;
    color: var(--theme-color);
}

.pagation {
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagation span {
    padding: 3px 8px;
    margin: 0 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.pagation span:hover,
.pagation span.curr {
    background-color: var(--theme-color);
    color: #fff;
}

/* /public css */

.company-intro {
    width: 1000px;
    margin: 100px auto 50px;
    display: flex;
    justify-content: space-between;
}

.company-intro-pic {
    width: 342px;
}

.company-intro-desc {
    width: 600px;
}

.company-intro-desc h2 {
    padding-top: 60px;
    color: var(--theme-color);
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 35px;
    position: relative;
}

.company-intro-desc h2::after {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #ff0000;
    margin-top: 10px;
}

.company-intro-desc p {
    color: #666;
    margin-bottom: 8px;
    line-height: 1.8;
}

.company-team {
    padding: 40px 0;
    margin-top: 40px;
    background: #f5f5f5 url("../images/5000002374.jpg") center / cover no-repeat;
}

.company-team .team-list {
    width: 1000px;
    margin: 0 auto;
}

.team-item {
    height: 383px;
    overflow: hidden;
    display: none;
    justify-content: space-between;
    background-color: #fff;
}

.team-item:nth-child(1) {
    display: flex;
}

.team-pic {
    width: 380px;
}

.team-text {
    width: 580px;
    padding: 20px;
}

.team-name {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    padding-bottom: 8px;
}

.team-position {
    color: #666;
}

.team-desc {
    margin-top: 50px;
}

.team-desc p {
    line-height: 1.8;
    color: #666;
    margin-bottom: 8px;
}

.team-nav {
    display: flex;
    margin-top: 20px;
}

.team-nav-item {
    width: 217px;
    height: 120px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(26, 26, 26, 0.12);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}

.team-nav-item::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 105px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    transition: all 0.3s ease;
}

.team-nav-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 3px solid #fff;
    transition: all 0.3s ease;
}

.team-nav-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team-nav-item-active,
.team-nav-item:hover {
    background-color: #f13a3a;
}

.team-nav-item-active::before,
.team-nav-item:hover::before {
    border-color: transparent transparent #f13a3a transparent;
}

.about-image {
    width: 960px;
    margin: 100px auto 0;
}

.about-image-list {
    margin-top: 60px;
}

.certify {
    position: relative;
    width: 960px;
}

.certify .swiper-container {
    padding-bottom: 60px;
}

.certify .swiper-slide {
    width: 520px;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 8px 30px #ddd;
}

.certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.certify .swiper-button-prev {
    left: 0;
    top: 0;
    width: 100px;
    height: 400px;
    opacity: 0;
}

.certify .swiper-button-next {
    right: 0;
    top: 0;
    width: 100px;
    height: 400px;
    opacity: 0;
}

.cooperate-list {
    width: 960px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
}

.cooperate-td {
    height: 100px;
    display: flex;
    text-align: center;
}

.cooperate-td h2 {
    width: 30px;
    font-size: 24px;
    color: var(--theme-color);
}

.cooperate-td p {
    background-image: inherit;
    color: #ff0000;
    word-break: break-all;
    font-weight: bold;
    writing-mode: vertical-lr;
}

.cooperate-list .cooperate-imgs {
    overflow: hidden;
    position: relative;
}

.cooperate-list .cooperate-imgs:nth-child(2) {
    width: 493px;
    height: 354px;
    margin-left: 30px;
    margin-right: 20px;
}

.cooperate-list .cooperate-imgs:nth-child(3) {
    width: 342px;
    height: 247px;
    align-self: flex-end;
}

.cooperate-list .cooperate-imgs:nth-child(4) {
    width: 235px;
    height: 171px;
    margin-top: 20px;
}

.cooperate-list .cooperate-imgs:nth-child(5) {
    width: 380px;
    height: 270px;
    margin-top: 20px;
    margin-left: 20px;
}

.cooperate-list .cooperate-imgs:nth-child(6) {
    width: 235px;
    height: 171px;
    margin-top: 20px;
    margin-left: 20px;
}

.cooperate-list .cooperate-imgs .cooperate-im-cover img {
    width: 100%;
    height: 100%;
}

.cooperate-desc {
    position: absolute;
    right: 10%;
    top: 10%;
    left: 10%;
    bottom: 10%;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.cooperate-list .cooperate-imgs:hover .cooperate-desc {
    transform: scaleX(1);
}

.cooperate-desc h4 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
}

.cooperate-desc img {
    width: 28px;
    margin-top: 20px;
}

.cooperate-desc p {
    line-height: 1.6;
    color: #666;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news {
    display: flex;
    overflow: hidden;
}

.accessories-nav,
.news-nav {
    width: 200px;
    min-height: 500px;
    background-color: #f5f5f5;
    text-align: center;
}

.accessories-item,
.news-item {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accessories-item-active,
.news-item-active {
    height: 80px;
    color: #fff;
    background-color: #1e50ae;
}

.news-content {
    width: 1000px;
    padding-left: 30px;
    padding-top: 30px;
}

.xw-list {
    display: none;
}

.xw-list:nth-child(1) {
    display: block;
}

.xw-item {
    display: flex;
    margin-bottom: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    align-items: center;
}

.xw-item:hover {
    background-color: #dedede;
}

.xw-item .times {
    width: 80px;
}

.xw-item .times .month {
    color: #626971;
    font-size: 24px;
    padding-bottom: 10px;
}

.xw-item .times .year {
    color: #666;
}

.xw-item .xw-intro {
    width: 900px;
}

.xw-item .xw-title {
    padding-bottom: 12px;
}

.xw-item .xw-desc {
    color: #666;
    height: 44px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product {
    width: 960px;
    margin: 20px auto 0;
}

.product-1-list {
    display: flex;
    justify-content: space-between;
}

.p-l-item {
    width: 300px;    
    position: relative;
}

.p-l-item a {
    height: 165px;
    display: block;
    position: relative;
}

.p-l-item a>img {
    border-bottom: 2px solid #ffc001;
}

.p-l-item a:hover .imageEffetc_magnifier {
    opacity: 1;
}

.p-l-item .serial-number {
    position: absolute;
    left: 50%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    line-height: 72px;
    color: #fff;
    background-color: #ffc001;
    margin-left: -36px;
    margin-top: -36px;
    border: 3px solid #fff;
}

.p-l-item p {
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    color: var(--theme-color);
    position: relative;
}

.p-l-item p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #ff0000;
    transform: translateX(-50%);
}

.success-case,
.product-2 {
    margin-top: 100px;
}

.product-2-list {
    display: flex;
    justify-content: space-between;
}

.p-2-item {
    width: 300px;
    position: relative;
}

.p-2-cover {
    height: 225px;
    position: relative;
}

.p-2-cover a {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 36px;
    background-color: var(--theme-color);
    color: #fff;
    transform: translateX(-50%);
}

.p-2-title {
    text-align: center;
    margin-top: 45px;
    font-size: 16px;
    font-weight: bold;
}

.success-case-list {
    display: flex;
}

.s-c-item {
    width: calc(100% / 3);
    height: 240px;
    position: relative;
    overflow: hidden;
}

.s-c-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    opacity: 0;
    transition: all 1.3s ease;
}

.s-c-item:hover a {
    opacity: 1;
}

.pro-wisdom {
    padding-top: 100px;
    padding-bottom: 50px;
}

.pro-wisdom-title {
    display: flex;
    align-items: flex-end;
}

.pro-wisdom-title h3 {
    font-size: 34px;
    color: var(--theme-color);
    font-weight: normal;
}

.pro-wisdom-title p {
    color: #ff0000;
}

.more {
    width: 162px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #1e50ae;
    color: #fff;
    display: block;
    border-radius: 5px;
    position: relative;
}

.more:hover {
    color: #fff;
}

.more::before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
}

.more:hover::before {
    animation: wave 0.75s;
    z-index: 1;
}

.pro-wisdom-title .more {
    margin-left: 30px;
}

.pro-wisdom-list {
    width: 100%;
    height: 200px;
    margin-top: 40px;
    position: relative;
}

.pro-wisdom-list .swiper-button-prev,
.pro-wisdom-list .swiper-container-rtl .swiper-button-next {
    left: -66px;
}

.pro-wisdom-list .swiper-button-next,
.pro-wisdom-list .swiper-container-rtl .swiper-button-prev {
    right: -66px;
}

.pro-wisdom-list .swiper-slide {
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.wisdom-l-c {
    width: 226px;
    height: 200px;
    position: relative;
}

.wisdom-l-c::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    bottom: 24px;
    background-color: #eee;
    z-index: -1;
}

.wisdom-l-text {
    width: 680px;
}

.wisdom-l-text .bt {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.wisdom-l-text .desc {
    line-height: 1.8;
    color: #666;
}

@keyframes wave {
    0% {
        background: rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    100% {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

.product-1-content {
    padding: 100px 0;
}

.crane-navs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.crane-navs .crane-navs-item {
    width: 132px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #666;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.crane-navs .crane-navs-item-active,
.crane-navs .crane-navs-item:hover {
    color: #fff;
    background-color: var(--theme-color);
}

.crane-wrap {
    margin-top: 40px;
    overflow: hidden;
}

.crane-list {
    display: none;
    width: 30000px;
    position: relative;
}

.crane-wrap .crane-list:nth-child(1) {
    display: flex;
}

.crane-l-item {
    width: 281px;
    height: 220px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}

.intelligence-item .intelligence-item-text,
.product-wrap ul li p,
.accessories-p-item p,
.crane-l-item p {
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    color: #fff;
    background-color: rgba(0, 47, 167, 0.8);
    transition: all 0.3s ease;
}

.intelligence-item:hover .intelligence-item-text,
.product-wrap ul li:hover p,
.accessories-p-item:hover p,
.crane-l-item:hover p {
    bottom: 0;
}

.crane-l-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accessories {
    padding-top: 100px;
}

.accessories-content {
    display: flex;
    justify-content: space-between;
}

.accessories-list {
    display: none;
}

.accessories-list:nth-child(1) {
    display: block;
}

.accessories-product {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
}

.accessories-p-item {
    width: 290px;
    height: 220px;
    margin: 0 10px 20px;
    position: relative;
    overflow: hidden;
}

.application {
    padding-top: 100px;
}

.application #certify {
    width: 1200px;
}

.product-2-content {
    padding: 100px 0;
}

.product-wrap {
    height: 220px;
    overflow: hidden;
}

.product-wrap ul {
    width: 10000px;
    display: flex;
    position: relative;
}

.product-wrap ul li {
    width: 290px;
    height: 220px;
    margin: 0 15px;
    position: relative;
}

.p-2-c-list2 {
    padding-top: 100px;
}

.p-2-c-list3 {
    padding-top: 100px;
}

.factory {
    padding: 100px 0 0;
}

.accordion {
    display: flex;
}

.accordion .accordion-item {
    height: 400px;
    width: 263px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
}

.accordion .accordion-item h3,
.accordion .accordion-item p {
    display: none;
}

.accordion .accordion-item-active {
    width: 973px;
}

.accordion .accordion-item-active h3,
.accordion .accordion-item-active p {
    display: block;
}

.accordion .accordion-item h3 {
    font-size: 22px;
}

.accordion .accordion-item p {
    width: 80%;
    text-align: center;
    margin-top: 40px;
}

.accordion-slogan {
    font-style: italic;
    color: #ff0000;
    font-size: 40px;
    margin-top: 35px;
    font-weight: 600;
    letter-spacing: 1px;
}

.fullmeasure-wrap {
    margin-top: 90px;
    height: 830px;
    position: relative;
    overflow: hidden;
}

.fullmeasure {
    pointer-events: none;
    left: -63.2px;
    top: -33.2px;
    width: 2748.6px;
    height: 895px;
    position: absolute;
    background: url('../images/5000002491.jpg');
    transition: all .5s linear;
}

.fullmeasure-wrap .container {
    height: 895px;
    position: relative;
}

.fullmeasure-module1 {
    position: absolute;
    top: 122px;
    left: 292px;
    width: 458px;
    z-index: 2;
    transition: all .5s ease;
}

.fullmeasure-module2 {
    position: absolute;
    width: 486px;
    top: 108px;
    z-index: 3;
    transition: all .5s ease;
}

.fullmeasure-module3 {
    width: 345px;
    position: absolute;
    top: 185px;
    left: 818px;
    z-index: 4;
    transition: all .5s ease;
}

.fullmeasure-module3 p {
    font-size: 30px;
    font-weight: normal;
    color: #666;
    margin-bottom: 10px;
}

.fullmeasure-module4 {
    position: absolute;
    top: 372px;
    left: 632px;
    width: 500px;
    z-index: 5;
    font-size: 44px;
    text-align: right;
    transition: all .5s ease;
}

.fullmeasure-module5 {
    position: absolute;
    top: 534px;
    left: 85px;
    width: 813px;
    font-size: 48px;
    letter-spacing: 8px;
    z-index: 6;
    transition: all .5s ease;
}

.inner-case {
    width: 960px;
    padding: 80px 0 40px;
    margin: 0 auto;
}

.inner-case .case-title {
    display: flex;
    align-items: center;
}

.inner-case .case-title span {
    width: 4px;
    height: 20px;
    margin-right: 15px;
    background-color: var(--theme-color);
}

.inner-case .case-title h3 {
    font-size: 24px;
    color: #ff0000;
}

.ks-b {
    margin-top: 30px;
}

.inner-server .concept {
    padding-top: 100px;
}

.concept-list {
    display: flex;
    justify-content: space-between;

}

.concept-list .concept-item {
    width: 112px;
}

.concept-list .concept-item .concept-cover {
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--theme-color);
}

.concept-list .concept-item .concept-cover img {
    width: 32px;
    height: 32px;
}

.concept-list .concept-item .concept-text {
    margin-top: 20px;
    color: #ff0000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.intelligence {
    padding-top: 100px;
    padding-bottom: 110px;
}

.intelligence-list {
    display: flex;
    width: 960px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.intelligence-item {
    position: relative;
    width: 311px;
    height: 258px;
    overflow: hidden;
    margin-bottom: 10px;
}

.intelligence-item .intelligence-item-cover {
    width: 100%;
    height: 100%;
}

.intelligence-list .intelligence-item:nth-child(1) {
    width: 635px;
    height: 258px;
}

.intelligence-list .intelligence-item:hover .imageEffetc_magnifier {
    opacity: 1;
}

.server-t .guarantee {
    height: 531px;
    background-color: #fff;
    position: relative;
}

.server-t .guarantee-mo1 {
    position: absolute;
    top: 69px;
    left: 127px;
    width: 220px;
}

.server-t .guarantee-mo1 h2 {
    font-size: 30px;
    color: var(--theme-color);
}

.server-t .guarantee-mo1 p {
    color: #ff0000;
}

.server-t .guarantee-mo2 {
    position: absolute;
    top: 157px;
    left: 127px;
    width: 593px;
}

.server-t .guarantee-mo2 p {
    color: var(--theme-color);
}

.server-t .guarantee-mo2 div {
    margin-top: 8px;
    color: #ff0000;
}

.server-t .guarantee-mo3 {
    position: absolute;
    top: 276px;
    left: 127px;
    width: 153px;
    display: flex;
    align-items: flex-end;
}

.server-t .guarantee-mo3 div {
    font-size: 48px;
    color: #ff0000;
}

.server-t .guarantee-mo3 span {
    font-size: 16px;
    color: var(--theme-color);
    transform: translateY(-5px);
}

.server-t .guarantee-mo4 {
    position: absolute;
    top: 139px;
    left: 387px;
    width: 300px;
    z-index: 9;
    transition: all .5s linear;
}

.server-t .guarantee-mo5 {
    position: absolute;
    top: 22px;
    left: 668px;
    width: 71px;
    transition: all .5s linear;
}

.server-t .guarantee-mo6 {
    position: absolute;
    top: 120px;
    left: 683px;
    width: 300px;
    transition: all .5s linear;
}

.server-t .guarantee-mo7 {
    position: absolute;
    top: 85px;
    left: 833px;
    width: 171px;
    transition: all .5s linear;
}

.server-t .guarantee-mo8 {
    position: absolute;
    top: -6px;
    left: 626px;
    width: 543px;
    transition: all .5s linear;
}

.server-t .guarantee-mo8 img {
    height: 543px;
    width: auto;
}

.guarantee-mo9 {
    position: absolute;
    top: 353px;
    left: 96px;
    width: 147px;
    height: 36px;
    background-color: #ff0000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
}

.guarantee-mo9 img {
    padding-left: 5px;
}

.server-t .cycle {
    height: 815px;
    background: url('../images/5000002219.png');
}

.server-t .cycle .container {
    position: relative;
    height: 100%;
}

.server-t .cycle .process-img {
    position: absolute;
    top: -97px;
    left: -46px;
    width: 1334px;
}

.server-t .cycle .process-img img {
    height: 921px;
}

.server-t .cycle-tree {
    position: absolute;
    text-align: center;
}

.server-t .cycle-tree img {
    width: 35px;
    transition: all .3s ease;
}

.server-t .cycle-tree p {
    text-align: center;
    color: var(--theme-color);
}

.server-t .cycle-module1 {
    position: absolute;
    top: 158px;
    left: 167px;
}

.server-t .cycle-module2 {
    position: absolute;
    top: 308px;
    left: 270px;
}

.server-t .cycle-module3 {
    position: absolute;
    top: 506px;
    left: 206px;
}

.server-t .cycle-module4 {
    position: absolute;
    top: 588px;
    left: 362px;
}

.server-t .cycle-tree:hover img {
    transform: scale(1.2);
}

.server-t .cycle-module5 {
    position: absolute;
    top: 153px;
    right: 288px;
}

.server-t .cycle-module6 {
    position: absolute;
    top: 360px;
    right: 192px;
}

.server-t .cycle-module7 {
    position: absolute;
    top: 461px;
    right: 327px;
}

.server-t .cycle-module8 {
    position: absolute;
    top: 587px;
    right: 292px;
}

.cycle-center {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 288px;
    left: 519px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cycle-center div {
    color: var(--theme-color);
    font-size: 24px;
    padding-bottom: 20px;
    position: relative;
}

.cycle-center div::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: orange;
    transform: translateX(-50%);
}

.cycle-center p {
    padding-top: 10px;
}

.server-t-module3 {
    margin-top: 10px;
}

.server-t-module3 .container {
    background-color: #F8F8F8;
    height: 532px;
    padding-top: 50px;
}

.server-t-module3 .column-title-text {
    width: 500px;
    margin: 0 auto;
}

.server-t-module3-ls {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.s-t-m-ls-item {
    width: 280px;
    height: 190px;
    text-align: center;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s-t-m-ls-item:nth-child(1) {
    margin-right: 160px;
}

.s-t-m-ls-item .cover {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

.s-t-m-ls-item .cover img {
    width: 32px;
    height: 32px;
}

.s-t-m-ls-item h4 {
    color: #ff0000;
    padding: 30px 0 20px;
    position: relative;
}

.s-t-m-ls-item h4::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color);
    transform: translateX(-50%);
}

.s-t-m-ls-item p {
    margin-top: 20px;
    line-height: 1.8;
    color: #666;
}

.server-t-module4 {
    padding-top: 60px;
    height: 588px;
}

.server-t-module4 .container {
    position: relative;
    /* overflow: hidden; */
}

.server-t-m4-m1 {
    position: absolute;
    left: 160px;
    top: 100px;
    width: 539px;
    height: 352px;
    color: #fff;
    z-index: 2;
    background-image: linear-gradient(to right, #20C1FA, #1A9CFB);
}

.server-t-m4-m1 h4 {
    padding-left: 50px;
    padding-top: 20px;
    font-size: 40px;
    font-weight: normal;
}

.server-t-m4-m1 p {
    padding-left: 50px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
}

.server-t-m4-m1 div {
    font-size: 96px;
    font-weight: 600;
    color: rgba(255, 255, 255, .1);
}

.server-t-m4-m1 a {
    position: absolute;
    left: 39px;
    bottom: 117px;
    width: 119px;
    height: 36px;
    border-radius: 36px;
    background-color: #fff;
    color: var(--theme-color);
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    font-family: 'SimSun';
}

.server-t-m4-m2 {
    width: 550px;
    height: 365px;
    position: absolute;
    left: 445px;
    z-index: 1;
}

.server-t-module5 {
    margin-top: 100px;
    padding-bottom: 30px;
}

.web-position,
.server-t-module5 .s-t-m5-td {
    color: var(--theme-color);
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.web-position::before,
.server-t-module5 .s-t-m5-td::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 4px;
    height: 15px;
    background-color: var(--theme-color);
}

.server-t-module5 p {
    padding-left: 35px;
    padding-top: 8px;
    color: #666;
}

.s-t-m5-form {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
}

.form-item {
    width: 330px;
    height: 35px;
    margin: 35px 21px 0;
    display: flex;
    align-items: flex-start;
}

.form-item label {
    width: 60px;
}

.form-item input {
    flex: auto;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.form-item .required {
    color: #ff0000;
    padding-left: 3px;
}

.form-item textarea {
    flex: auto;
    height: 66px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.server-t-module5 button {
    margin-top: 70px;
    margin-left: 60px;
    border-radius: 3px;
}

.inner-join {
    padding-top: 50px;
    padding-bottom: 160px;
}

.inner-join-module1 {
    margin-top: 40px;
    background-color: #F7F7F7;
    padding: 76px 0;
}

.i-j-m1-list {
    display: flex;
    justify-content: center;
}

.i-j-m1-list .m1-list-item {
    width: 280px;
    height: 317px;
    margin: 0 15px;
    background-color: #fff;
}

.i-j-m1-list .m1-list-item .cover {
    width: 280px;
    height: 177px;
}

.i-j-m1-list .m1-list-item h4 {
    padding: 40px 0 30px;
    color: #333;
    text-align: center;
}

.i-j-m1-list .m1-list-item p {
    color: #666;
    text-align: center;
}

.inner-join-module2 {
    margin-top: 100px;
}

.i-j-m2-list {
    width: 840px;
    margin: 0 auto;
}

.m2-list-item {
    padding: 20px 0 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 36px;
}

.i-j-m2-list .info {
    display: flex;
}

.i-j-m2-list .info .logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.i-j-m2-list .info .logo img {
    width: 100%;
}

.i-j-m2-list .td {
    display: flex;
}

.i-j-m2-list .company-name {
    font-size: 16px;
    padding-right: 30px;
}

.i-j-m2-list .company-text {
    color: #666;
}

.i-j-m2-list .desc {
    position: relative;
    flex: auto;
}

.i-j-m2-list .bd {
    margin-top: 20px;
    display: flex;
}

.i-j-m2-list .bd>div {
    margin-right: 25px;
}

.i-j-m2-list .bd img {
    width: 18px;
    vertical-align: middle;
}

.i-j-m2-list .bd span {
    color: #666;
    padding-left: 2px;
    vertical-align: middle;
}

.i-j-m2-list .bd span em {
    color: #ff0000;
    padding-right: 3px;
}

.i-j-m2-list .desc a {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 100px;
    height: 40px;
    border-radius: 40px;
    color: #666;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
}

.i-j-m2-list .fuli {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
}

.i-j-m2-list .fuli div {
    min-width: 80px;
    height: 30px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 30px;
    margin-right: 15px;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
}

.inner-join-module3 {
    margin-top: 30px;
}

.i-j-m3-list {
    display: flex;
    justify-content: center;
}

.i-j-m3-list .i-j-m3-item {
    width: 310px;
    min-height: 500px;
    text-align: center;
}

.i-j-m3-list .i-j-m3-item img {
    width: 69px;
    height: 69px;
}

.i-j-m3-list .i-j-m3-item p {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.i-j-m3-list .i-j-m3-item .i-j-m3-item-fl-td {
    height: 36px;
    line-height: 36px;
    color: #fff;
}

.i-j-m3-item-fl-bd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    min-height: 120px;
    line-height: 1.6;
}

.i-j-m3-list .i-j-m3-item:nth-child(1) p {
    color: #FCA135;
}

.i-j-m3-list .i-j-m3-item:nth-child(1) .i-j-m3-item-fl-td {
    background-color: #FCA135;
}

.i-j-m3-list .i-j-m3-item:nth-child(1) .i-j-m3-item-fl-bd {
    background-color: #FFF5EA;
    color: #835013;
}

.i-j-m3-list .i-j-m3-item:nth-child(2) p {
    color: #73A4F6;
}

.i-j-m3-list .i-j-m3-item:nth-child(2) .i-j-m3-item-fl-td {
    background-color: #73A4F6;
}

.i-j-m3-list .i-j-m3-item:nth-child(2) .i-j-m3-item-fl-bd {
    background-color: #F1F6FE;
    color: #1C4A96;
}

.i-j-m3-list .i-j-m3-item:nth-child(3) p {
    color: #72D258;
}

.i-j-m3-list .i-j-m3-item:nth-child(3) .i-j-m3-item-fl-td {
    background-color: #72D258;
}

.i-j-m3-list .i-j-m3-item:nth-child(3) .i-j-m3-item-fl-bd {
    background-color: #EDFAF1;
    color: #297215;
}

.join-us {
    padding-top: 50px;
}

.hire-list {
    display: flex;
    flex-wrap: wrap;
}

.hire-item {
    width: 360px;
    min-height: 136px;
    padding: 20px;
    margin-right: 60px;
    margin-bottom: 60px;
    border: 1px solid #ddd;
    position: relative;
}

.hire-list .hire-item:nth-child(3n) {
    margin-right: 0;
}

.hire-item .hire-title {
    color: var(--theme-color);
    font-size: 16px;
    padding-bottom: 5px;
}

.hire-item .hire-experience {
    color: #666;
}

.hire-item .salary {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 100px;
    font-size: 20px;
    color: #ff0000;
}

.hire-item .hire-fuli {
    padding-top: 27px;
    display: flex;
}

.hire-item .hire-fuli span {
    padding: 2px 4px;
    margin-right: 10px;
    color: #666;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.join-us-module1 {
    background-color: #eee;
    padding: 30px 100px 50px;
}

.j-u-m1-td {
    display: flex;
}

.j-u-m1-td a {
    border-radius: 50px;
    margin-left: 50px;
}

.j-u-m1-td .info div {
    font-style: italic;
}

.j-u-m1-td .info div:nth-child(1) {
    font-weight: 600;
    padding-bottom: 10px;
}

.j-u-m2-list {
    width: 1000px;
    margin-top: 30px;
}

.j-u-m2-list .items {
    position: relative;
    min-height: 156px;
    padding: 15px 20px;
    background-color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    display: flex;
}

.j-u-m2-list .items .items-l {
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px dashed #ddd;
}

.j-u-m2-list .items .items-l .zh {
    color: var(--theme-color);
    padding-bottom: 8px;
}

.j-u-m2-list .items .items-l .en {
    color: #ff0000;
}

.j-u-m2-list .items .items-r {
    padding-left: 30px;
    color: #666;
}

.join-us-popup .popup-title {
    padding-top: 50px;
    color: #666;
    padding-bottom: 60px;
    text-align: center;
}

.join-us-form {
    width: 700px;
    margin: 0 auto;
}

.j-u-f-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.j-u-f-item label {
    display: block;
    padding-bottom: 8px;
    font-weight: 600;
}

.j-u-f-item input {
    width: 600px;
    padding: 0 5px;
    height: 36px;
    color: #666;
    border: 1px solid #ddd;
}

.j-u-f-item input[type='file'] {
    border: 0;
}

.j-u-f-item .required {
    width: 100px;
}

.news-detail {
    padding: 20px 0;
}

.detail-td h1 {
    color: #333;
    font-size: 25px;
    font-weight: 400;
    padding: 20px 0 30px;
}

.detail-td .time-count {
    display: flex;
    justify-content: space-between;
    color: #666;
}

.detail-bd {
    color: #666;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.detail-bd img {
    max-width: 100%;
}

.share {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}