ul {
    list-style: none;
}

body {
    background-color: #f3f4f8;
}


/* swiper start */


/* 
.swiper-container .swiper-pagination-bullet {
    background-color: #e5e6eb66;
    width: 45px;
    height: 5px;
    border-radius: 5px;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #f19240;
}

.swiper-container {
    width: 100%;
    height: 460px;
    background-color: #252d40;
}

.swiper-slide {
    width: 1440px;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
} */

.swiper-banner {
    width: 100%;
    height: 460px;
    background-color: #131218;
    position: relative;
}

.swiper-container {
    /* max-width: 1440px; */
    height: 460px;
    background-color: #252d40;
}

.swiper-slide {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-box {
    width: 1156px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.swiper-pagination {
    text-align: left !important;
    margin-left: 140px;
}

.swiper-box h1 {
    width: 650px;
    height: 70px;
    font-size: 40px;
    font-weight: 500;
    text-align: LEFT;
    color: #ffffff;
    line-height: 50px;
}

.swiper-box p {
    width: 634px;
    height: 40px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #86909c;
    line-height: 28px;
}

.swiper-box h6 {
    width: 104px;
    height: 40px;
    background: linear-gradient(105deg, #ffba52 0%, #fa7a5e 100%);
    border-radius: 4px;
    box-shadow: 6px 6px 16px 0px rgba(241, 146, 64, 0.08), 2px 2px 6px 0px rgba(241, 146, 64, 0.2);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 40px;
}


/* swiper end  */


/* .head {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 1111;
} */


/* .nav-bar,
.head,
.sub-nav {
    background-color: #252d40;
    box-shadow: none;
}

.nav-bar nav,
.nav-bar .nav-item,
.nav-bar .logo,
.nav-bar .action {
    background-color: #252d40;
} */


/* swiper end */

.swiper-fd {
    position: relative;
}

.swiper-btmBox {
    position: absolute;
    left: 50%;
    bottom: -28%;
    transform: translate(-50%, -50%);
    width: 1156px;
    height: 118px;
    background: #ffffff;
    border-radius: 6px;
    z-index: 1;
}

.swiper-btmBox ul {
    display: flex;
    padding: 20px 50px;
}

.swiper-btmBox ul li {
    width: 100%;
    height: 80px;
    margin-left: 20px;
}

.swiper-btmBox ul li:first-child {
    margin-left: 0;
}

.swiper-btmBox ul li div {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #f19240;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-btmBox ul li p {
    margin-top: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #1d2129;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.center-cooperation {
    margin: 0 auto;
    width: 1156px;
    min-height: 500px;
    background-color: #f2f4f8;
    margin-top: 80px;
}

.coopt-title {
    width: 526px;
    height: 93px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 93px;
    text-align: center;
    color: #1d2129;
    background: url("../image/parter-solutin-top.png") no-repeat center center;
    background-size: 100% 60%;
    margin-top: 120px;
}

.coopt-nav {
    width: 100%;
    min-height: 48px;
}

.coopt-nav ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.coopt-nav ul li {
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 27px;
    color: #4e5969;
    cursor: pointer;
    font-size: 14px;
}

.coopt-nav ul li:first-child {
    margin-left: 0;
}

.coopt-active {
    color: #f19240 !important;
    border-bottom: 2px solid #f19240;
    font-size: 16px !important;
    font-weight: 500;
}

.coopt-content {
    width: 100%;
    /* height: 670px; */
}

.coopt-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coopt-content ul li {
    width: 280px;
    height: 230px;
    margin-top: 10px;
    position: relative;
    box-sizing: border-box;
}

.coopt-content ul li:nth-child(1),
.coopt-content ul li:nth-child(2),
.coopt-content ul li:nth-child(3),
.coopt-content ul li:nth-child(4) {
    margin-top: 0;
}

.coopt-content ul li .li-content {
    padding: 40px 40px 25px 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 230px;
    background: #fff;
    border: 1px solid #f0f2f5;
    box-shadow: 0px 5px 10px 4px rgba(240, 240, 240, 0.4);
    border-radius: 4px;
    transition: 0.5s;
}


/* .coopt-content ul li .li-content:hover {
    transform: scaleY(1.1);
    transition: 0.5s;
} */

.coopt-content ul li:first-child {
    margin-left: 0;
}

.coopt-log {
    width: 128px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    overflow: hidden;
    color: #a4abb4;
    margin: 0 auto;
}

.coopt-log img {
    width: 100%;
    height: 100%;
}

.coopt-name {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #1d2129;
    margin-top: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coopt-cttp div,
.coopt-ctt p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #1d2129;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coopt-ctt p {
    font-size: 14px;
    color: #86909c;
    text-align: center;
    margin-top: 10px;
}

.coopt-cttp div {
    text-align: center;
}

.coopt-btn,
.coopt-btn-edit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.coopt-btn div,
.coopt-btn-edit div {
    width: 79px;
    height: 28px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.coopt-btn div:first-child,
.coopt-btn-edit div:first-child {
    background: #f19240;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.coopt-btn div:last-child,
.coopt-btn-edit div:last-child {
    background: #fff;
    color: #f19240;
    text-align: center;
    line-height: 28px;
    border: 1px solid #f19240;
}

.coopt-nonono {
    opacity: 0.4;
    cursor: no-drop !important;
}

.coopt-partner-select {
    width: 1156px;
    min-height: 700px;
    padding-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
}

.coopt-edition {
    width: 100%;
    background-color: #fff;
}

.coopt-partner {
    width: 1156px;
    height: 700px;
    padding-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
}

.coopt-partner .partner-title,
.coopt-partner .partner-title-bgc {
    width: 293px;
    height: 93px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 32px;
    line-height: 93px;
    text-align: center;
    color: #1d2129;
}

.coopt-partner-select {
    min-height: 860px;
}

.coopt-partner-select .partner-title,
.coopt-partner-select .partner-title-bgc {
    width: 293px;
    height: 93px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 32px;
    line-height: 93px;
    text-align: center;
    color: #1d2129;
}


/* --- */

.partner-title {
    width: 293px;
    height: 93px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 93px;
    text-align: center;
    color: #1d2129;
    background: url("../image/hezuohuoban.png") no-repeat center center;
    background-size: 100% 60%;
}

.partner-title-bgc {
    width: 293px;
    height: 93px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 93px;
    text-align: center;
    color: #1d2129;
    background: url("../image/jingxuanfuwushang.png") no-repeat center center;
    background-size: 100% 60%;
}

.partner-nav {
    width: 100%;
    min-height: 48px;
}

.partner-nav ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.partner-nav ul li {
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 27px;
    color: #4e5969;
    cursor: pointer;
    font-size: 14px;
}

.partner-nav ul li:first-child {
    margin-left: 0;
}

.partner-active {
    color: #f19240 !important;
    border-bottom: 2px solid #f19240;
    font-size: 16px !important;
    font-weight: 500;
}

.partner-content {
    width: 100%;
    min-height: 670px;
}

.partner-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner-content ul li {
    width: 364px;
    height: 313px;
    margin-left: 32px;
    margin-top: 20px;
}

.partner-content ul li:first-child {
    margin-left: 0;
}

.partner-content ul li:nth-child(1),
.partner-content ul li:nth-child(2),
.partner-content ul li:nth-child(3) {
    margin-top: 0;
}

.partner-content ul li:nth-child(4),
.partner-content ul li:nth-child(7) {
    margin-left: 0;
}

.partner-centBox {
    border-radius: 6px;
    width: 364px;
    height: 313px;
    overflow: hidden;
}

.partner-centBox div:first-child {
    width: 100%;
    height: 150px;
    background-color: #fff;
    overflow: hidden;
}

.partner-centBox div:first-child div {
    width: 244px;
    height: 68px;
    margin: 0 auto;
    margin-top: 55px;
    overflow: hidden;
}

.partner-centBox div:first-child img {
    width: 100%;
    height: 100%;
}

.partner-centBox div:last-child {
    background: #ffffff;
    /* box-shadow: 0px 2px 4px rgba(29, 33, 41, 0.04); */
    width: 100%;
    height: 150px;
}

.partner-centBox div:last-child p {
    width: 316px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    color: #1d2129;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.partner-centBox div:last-child div {
    width: 79px;
    height: 28px;
    margin: 0 auto;
    border: 1px solid #f19240;
    border-radius: 4px;
    font-weight: 500;
    text-align: CENTER;
    color: #f19240;
    line-height: 28px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}

.wonderful-more {
    width: 1156px;
    width: 152px;
    height: 38px;
    background-color: #f19240;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 40px;
    cursor: pointer;
}

.join-mb {
    width: 100%;
    height: 460px;
    background-color: #fff;
    overflow: hidden;
}

.join-mb-box {
    width: 1156px;
    height: 460px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 200px;
}

.join-mb-title {
    width: 256px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 40px;
    background: url("../image/jiarumabang.png") no-repeat center center;
    background-size: 100% 100%;
}

.join-mb-contentBox {
    display: flex;
    justify-content: space-between;
}

.join-mb-contentBox .join-mb-content {
    width: 120px;
    height: 170px;
}

.join-mb-right {
    width: 80px;
    height: 10px;
    margin-top: 70px;
}

.join-mb-right img {
    width: 100%;
    height: 100%;
}

.join-mb-content .join-mb-imgBox {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.join-mb-content .join-mb-imgBox img {
    width: 100%;
    height: 100%;
}

.join-mb-content p {
    width: 120px;
    height: 30px;
    left: 346px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #4e5969;
    margin-top: 20px;
}

.join-mb-btn {
    width: 164px;
    height: 38px;
    background: #f19240;
    border: 1px solid #f19240;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 50px;
}

.join-mb-btn:hover,
.coopt-btn div:first-child:hover {
    background-color: #eb8228;
}