*::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
}

html,
body {
    font-size: 10px;
    color: #151515;
}

.content_box {
    /* width: 171rem; */
    max-width: 171rem;
    /* min-width: 140rem; */
    width: 87%;
    margin: auto;
}

.phone_img {
    display: none;
}

.pc_img {
    display: block;
}

.phone_page {
    display: none;
}

.page_contact .content_box,
.page_team .content_box,
.page_index .content_box {
    width: 85%;
}

.bottom_component .content_box {
    width: 80%;
}

.header_component {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

.header_component .content_box {
    display: flex;
    padding: 0.8rem 1rem 0.9rem;
    max-width: 169rem;
    min-width: 70rem;
    background: #fff;
}

.header_component .logo {
    /* width: 16rem; */
    height: 4.7rem;
    object-fit: contain;
    margin-left: 1.3rem;
    display: block;
}

.header_component a {
    font-size: 1.6rem;
    white-space: nowrap;
    margin: 0 4rem;
}

.header_component .language_box {
    font-size: 1.4rem;
    margin-right: 0.9rem;
}

.header_component a:hover {
    color: #3c6be0;
}

.header_component .language_box .item:hover {
    color: #3c6be0;
    cursor: pointer;
}

.header_component .language_box .ing {
    color: #3c6be0;
}

.header_component .a_list {
    margin-left: 6.3rem;
    flex: 1;
}

.header_component .a_list,
.header_component .language_box {
    display: flex;
    align-items: center;
}

.header_component .a_list .item {
    position: relative;
    letter-spacing: 2px;
    line-height: 2.2rem;
}

.header_component .a_list .sub_list {
    position: absolute;
    font-size: 1.6rem;
    left: 0.5rem;
    display: none;
    top: 1.3rem;
    padding-top: 2rem;
    z-index: 10;
}

.header_component .sub_list .content {
    padding: 0.75rem 0;
    background: #fff;

    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

.header_component .a_list .active {
    display: block;
    position: relative;
}

.header_component .sub_list p {
    padding: 0.75rem 3.5rem;
    cursor: pointer;
    text-align: center;
}

.header_component .sub_list p:hover {
    color: #3c6be0;
}

.header_component .active a {
    color: #3c6be0;
    font-weight: bold;
}

.header_component .active::after {
    content: " ";
    height: 0.3rem;
    background: #3c6be0;
    position: absolute;
    bottom: -2.1rem;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

/* page_about */
.page_about .bg {
    width: 87%;
    height: 33.9rem;
    background-position: center !important;
    background-size: 100% !important;
    position: relative;
    margin: auto;
}

.page_about .bg span {
    position: absolute;
    left: 5.5rem;
    top: 1.9rem;
    font-size: 3.8rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.6rem;
    line-height: 5.3rem;
}

.page_about .info_box {
    /* width: 71%; */
    transform: translateY(-5.9rem);
    /* margin-right: 10%; */
}

.page_about .info {
    border: 2px solid #e9e9e9;
    padding: 2.1rem 2.9rem;
    height: 22.8rem;
    background: #fff;
    box-sizing: border-box;
}

.page_about .info_box .num {
    color: #dfdfdf;
    font-size: 0.8rem;
    line-height: 1.5rem;
}

.page_about .info_box .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 1.4rem 0 0.7rem;
    line-height: 2.7rem;
    color: #000e48;
}

.page_about .info_box .content {
    line-height: 2.1rem;
    font-size: 1.2em;
}

.page_about .article {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: bold;
    letter-spacing: 3px;
}

.page_investment .list_box {
    margin: 8.1rem 0 13.6rem;
}

.page_about .list_box {
    margin-top: 0;
    padding: 0;
    background: #ffffff;
    min-height: 18.2rem;
    margin-bottom: 0;
    align-items: stretch;
}

.list_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3.5rem 0 11rem;
    padding: 0 2.7rem;
}

.list_box .item {
    min-height: 18.2rem;
    display: flex;
    flex-flow: column;
    padding: 3.2rem 4rem 1rem;
    width: 32%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.list_box .item img {
    object-fit: contain;
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 1.5rem;
}

.list_box .item .is_click {
    display: none;
}

.list_box .active img {
    display: none;
}

.list_box .active .is_click {
    display: block;
}

.list_box .item .title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 2rem;
    padding-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.list_box .item .content {
    font-size: 12px;
    font-weight: 400;
    color: #616161;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
}

.bottom_component {
    border-top: 1px solid #e9e9e9;
    background: #fff;
    padding: 1.7rem 0;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.11);
}

.bottom_component .a_list {
    display: flex;
    align-items: center;
    margin-bottom: 1.9rem;
}

.bottom_component .a_list .item {
    margin-right: 4.8rem;
    letter-spacing: 0.5px;
}

.bottom_component .a_list a {
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: #2a2a2a;
}

.bottom_component .a_list a:hover {
    color: #3c6be0;
}

.bottom_component .content {
    display: flex;
    justify-content: space-between;
}

.bottom_component .code {
    width: 7.5rem;
    height: 7.5rem;
    margin-bottom: 1.65rem;
}

.bottom_component .left p {
    font-size: 1.1rem;
    height: 1.9rem;
    line-height: 1.9rem;
    color: #aeaeae;
    letter-spacing: 0.5px;
}

.bottom_component .left a {
    color: #000;
}

/* .bottom_component .right{
    width: 32rem;
    display: flex;
    flex-flow: column;
} */
.bottom_component .right p {
    color: #888888;
    font-size: 1.2rem;
    flex: 1;
    letter-spacing: 0.5px;
    line-height: 2.2rem;
}

.bottom_component .right p a {
    color: #888888;
}

.page_investment .bg {
    width: 100%;
    overflow: hidden;
}

.page_investment .bg img {
    width: 100%;
    object-fit: contain;
}

.page_investment .phone_bg {
    display: none;
    width: 100%;
    overflow: hidden;
}

.page_investment .phone_bg img {
    width: 100%;
    object-fit: contain;
}

.page_contact .h3 {
    padding-top: 6rem;
    display: flex;
    align-items: center;
    padding-left: 4rem;
}

.page_contact .h3 .block {
    width: 0.6rem;
    height: 3.8rem;
    background: #b9516a;
}

.page_contact .h3 p {
    font-size: 3.8rem;
    font-weight: bold;
    margin-left: 1.12rem;
    font-family: PingFang-Bold !important;
}

.page_contact .content {
    display: flex;
    justify-content: space-between;
}

.page_contact .a_list {
    margin-top: 3.5rem;
    width: 50%;
}

.page_contact .a_list .item {
    margin-bottom: 3.3rem;
    margin-left: 4rem;
}

.page_contact .a_list img {
    object-fit: contain;
    height: 1.6rem;
    margin-right: 2.1rem;
}

.page_contact .a_list .top {
    display: flex;
    align-items: center;
    margin-bottom: 0.57rem;
}

.page_contact .a_list span {
    color: #888;
    font-size: 1.4rem;
    height: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.5px;
}

.page_contact .a_list p {
    margin-left: 3.8rem;
    font-size: 1.4rem;
    height: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.5px;
}

.page_contact .address {
    width: 53.25%;
    object-fit: contain;
    margin-right: 3.7rem;
    position: relative;
    align-self: center;
}

.page_contact .address .map_box {
    position: absolute;
    left: 46.4%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.page_contact .address .map_box img {
    height: 2.6rem;
    margin-right: 1.2rem;
}

.page_contact .address .map_box .box {
    padding: 1rem 1.7rem;
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3c6be0;
    width: 22.4rem;
    box-sizing: border-box;
    letter-spacing: 2px;
    line-height: 2.2rem;
}

.bottom_phone,
.header_phone,
.header_phone_block,
.phone_bg,
.phone_swiper_about {
    display: none;
}

.bottom_phone {
    padding: 2.2rem 2.4rem;
    background: #fff;
    border-top: 1px solid #e6e6e6;
}

.bottom_phone .content {
    display: flex;
    justify-content: space-between;
}

.bottom_phone .content p {
    font-size: 0.9rem;
    color: #888888;
    letter-spacing: 0.29px;
    line-height: 1.7rem;
    width: 70.7%;
}

.bottom_phone .content p a {
    color: #888888;
}

.bottom_phone .content img {
    width: 7.8rem;
    height: 7.8rem;
}

.bottom_phone .p {
    font-size: 1rem;
    color: #aeaeae;
    letter-spacing: 0.36px;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 4rem;
}

.bottom_phone .p span {
    color: #000;
}

.bottom_phone .content .right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.header_phone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.header_phone .content {
    display: flex;
    justify-content: space-between;
    padding: 1.4rem 0;
}

.header_phone img {
    object-fit: contain;
}

.header_phone .logo {
    height: 1.7rem;
}

.header_phone .right {
    width: 2.4rem;
    margin: 0 1.4rem;
}

.header_phone_block {
    height: 4.5rem;
    width: 100%;
}

.header_block {
    height: 6.4rem;
    width: 100%;
}

.nav_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: translateX(100%);
    transition: all 0.8s;
}

.nav_box_active {
    transform: translateX(0);
}

.nav_box .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    position: inherit;
    z-index: 1;
    background-position: center top;
    background-size: cover;
}

.nav_box .content:after {
    /* background-image: url(xxx.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    backdrop-filter: blur(5px);
}

.nav_box img {
    width: 4rem;
    height: 4rem;
    align-self: flex-end;
    margin: 1rem 1rem 0 0;
}

.nav_box .item {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 4.5rem;
}

.nav_box .item:nth-of-type(1) {
    margin-top: 17rem;
}

.nav_box .item a {
    color: #000;
    letter-spacing: 2.25px;
}

.nav_box .item .active {
    color: #3d6ce3;
}

.phone_bg {
    width: 100%;
    position: relative;
}

.phone_bg img {
    width: 100%;
    object-fit: contain;
}

.phone_bg span {
    left: 2.4rem;
    top: 1.6rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
}

.phone_swiper_about {
    margin: 2.4rem;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    padding: 2.5rem;
    position: relative;
    height: 22rem;
}

.phone_swiper_about .num {
    opacity: 0.6;
    font-family: Roboto-Regular;
    font-size: 1.4rem;
    color: #000000;
    letter-spacing: 0.72px;
    margin-bottom: 1.3rem;
    word-wrap: break-word;
}

.phone_swiper_about .title {
    font-size: 1.8rem;
    color: #000e48;
    letter-spacing: -0.48px;
    line-height: 2.6rem;
    margin-bottom: 0.9rem;
    word-wrap: break-word;
}

.phone_swiper_about .description {
    font-family: Roboto-Regular;
    font-size: 1.4rem;
    color: #000000;
    letter-spacing: 0;
    word-wrap: break-word;
}

.phone_swiper_about .item {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    display: flex;
    justify-content: center;
    background: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    right: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.phone_swiper_about .item .iconfont {
    font-weight: bold;
}

.phone_swiper_about .zuo {
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}

.home_bottom_component {
    background: #f7f7f7;
    padding: 2rem 3rem;
}

.home_bottom_component p {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 2.5rem;
}

.home_bottom_component p a {
    color: #aeaeae;
}

.more {
    font-size: 1.2rem;
    color: #3c6be0;
    margin-left: 5.2rem;
    cursor: pointer;
}

.page_index {
    overflow: hidden;
}

.page_index .right {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.page_index .text {
    width: 29.81%;
    margin: 17.3rem 0 0 11.1rem;
    position: relative;
    z-index: 101;
}

.page_index .gif {
    width: 47.5%;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 80rem;
}

.page_index .block {
    width: 27%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page_about {
    overflow: auto;
}
.page_about .about_content {
    width: 87%;
    margin: auto;
}

.page_about .nav_top {
    padding-top: 24.6rem;
    margin-left: 2.5rem;
    font-weight: bold;
    color: #3a3a3a;
    border-left: 1px solid #979797;
}

.page_about .nav_top .box {
    width: 33.3rem;
    background-color: #fff;
}

.page_about .nav_top .top {
    font-size: 5rem;
    display: flex;
    align-items: center;
    padding: 3.65rem 0;
}

.page_about .nav_top .block {
    width: 7px;
    height: 5.4rem;
    background-color: #b9516a;
    margin-right: 3rem;
}

.page_about .nav_top p {
    font-size: 3rem;
    line-height: 2.9rem;
    font-weight: bold;
    margin-left: 3.7rem;
    padding-bottom: 3rem;
    height: 2.9rem;
}

.page_about ._nav_box {
    position: relative;
    overflow: hidden;
    height: 36.8rem;
}

.page_about .article_box {
    margin-left: 2.5rem;
    padding-top: 7.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 2px;
    color: #343434;
    border-left: 1px solid #979797;
    margin-bottom: 3.2rem;
}

.page_about .article_box .box {
    padding-left: 2.9rem;
}

.page_about .article_box p {
    margin-bottom: 4.5rem;
    font-weight: bold;
}

.page_about .swiper_box {
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 10rem;
    padding-bottom: 2.2rem;
}

.page_about .status_box {
    height: 4.9rem;
    line-height: 4.9rem;
    background-color: #f7f8fa;
    opacity: 0.5;
    /* color: rgba(176, 176, 176, 0.7); */
    color: #1c1c1c;
    font-size: 2.2rem;
}

.page_about .status_box .iconfont {
    font-size: 1.2rem;
}

.page_about .swiper_box .border {
    background: #979797;
    height: 1px;
    width: 100%;
    opacity: 0.16;
}

.page_about .status_box .end {
    color: red;
}

.page_about .status_box .box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 3rem;
    color: #b0b0b0;
}

.page_about .status_box .item:nth-of-type(1) {
    margin-right: 3.9rem;
}

.page_about .status_box .item {
    cursor: pointer;
}

.page_about .status_box .active {
    color: #1c1c1c;
    font-weight: bold;
}

.page_about .swiper-container .item {
    padding: 1.8rem 5.4rem;
    display: flex;
    align-items: center;
}

.page_about .swiper-container img {
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 1.8rem;
}

.page_about .swiper-container .title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 0.6rem;
    height: 2.7rem;
    line-height: 2.7rem;
    font-weight: bold;
}

.page_about .swiper-container p {
    color: #616161;
    line-height: 2.1rem;
    font-weight: 400;
    font-size: 1.4rem;
    height: 2.3rem;
}

.page_about {
    position: relative;
}

.page_about ._bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 71.85%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    z-index: -1;
}

.page_about ._bg::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1d4097;
    opacity: 0.32;
}

.bottom_component .content_box1 {
    width: 87%;
    margin: auto;
    padding: 0 2.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #aeaeae;
    font-size: 1.1rem;
}

.bottom_component .content_box1 .left a {
    color: #343434;
}

.bottom_component .content_box1 .right {
    display: flex;
    align-items: center;
    flex-flow: grow !important;
}

.bottom_component .content_box1 .right p {
    margin-left: 5.4rem;
    white-space: nowrap;
}

.page_team .people_box {
    height: 64.3rem;
    display: flex;
    position: relative;
}

.page_team .people_box img {
    position: absolute;
    right: 0;
    height: 77.9rem;
    z-index: -1;
}

.page_team .type_box {
    background: linear-gradient(180deg, #110207 0%, #070103 100%);
    width: 9.75%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-flow: column;
    font-size: 1.4rem;
    justify-content: center;
    flex-shrink: 0;
}

.page_team .type_box .item {
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 5.7rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.5;
}

.page_team .type_box .active {
    font-weight: bold;
    opacity: 1;
}

.page_team .type_box .item .block {
    width: 2px;
    height: 1.1rem;
    background: #3d6ce3;
    opacity: 0;
    margin-right: 7px;
}

.page_team .type_box .active .block {
    opacity: 1;
}

.page_team .info_box {
    width: 33.35%;
    height: 54.2rem;
    padding: 3.7rem 3.3rem 0 2.7rem;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    overflow: auto;
}

.page_team .info_box .people {
    font-size: 2rem;
    font-weight: 600;
    color: #151515;
    line-height: 2.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    font-family: PingFang-Bold !important;
}

.page_team .info_box .people span {
    font-size: 1.4rem;
    margin-left: 1.2rem;
    color: #3d6ce3;
    line-height: 1.5rem;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: PingFang-Heavy !important;
}

.page_team .info_box .content {
    color: #151515;
    line-height: 2rem;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 1.4rem;
}

.page_team .info_box .content p {
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
    font-family: PingFang-Regular !important;
}
.page_team .info_box .content-en p {
    letter-spacing: normal;
}
.page_team .info_box .en p {
    font-size: 1.2rem;
    line-height: 1.9rem;
}

.page_team .peple_list_box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2.6rem;
}

.page_team .peple_list_box .box {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .page_team .peple_list_box .icon{
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    border-radius: 50%;
    border: 1px solid #979797;
    text-align: center;
} */
.page_team .peple_list_box img {
    width: 2.4rem;
    height: 2.4rem;
}

.page_team .pic_list {
    display: flex;
    align-items: center;
    width: 35.9rem;
    margin: 0 2.6rem;
}

.page_team .pic_list img {
    width: 6.8rem;
    height: 6.8rem;
    margin: 2.8rem 0 1.6rem;
}

.page_team .pic_list .active {
    border-bottom: 3px solid #b9516a;
}

.page_team .pic_list .item {
    position: relative;
    margin-right: 2.9rem;
}

.page_team .mask::after {
    content: " ";
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page_team .pc_box {
    height: 64.3rem;
    overflow: hidden;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page_contact .content_box {
    padding-left: 8.7rem;
}

.about_content_top {
    display: flex;
    /* margin-top: 4.9rem; */
    margin-bottom: 2.4rem;
}

.about_content_top .right {
    width: 36.7%;
    flex-shrink: 0;
    margin-left: 5.1rem;
}

.about_content_top .right img {
    width: 100%;
}

.about_content_top ._h3 {
    display: flex;
    margin-bottom: 2.8rem;
}

.about_content_top ._h3 p {
    height: 4.2rem;
    line-height: 4.2rem;
    color: #1c1c1c;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 3rem;
    font-family: PingFang-Bold !important;
}

.about_content_top .block {
    height: 4.2rem;
    width: 0.7rem;
    background: #b9516a;
    margin-right: 1.6rem;
}

.about_content_top .article p {
    margin-bottom: 2rem;
    font-weight: bold;
    line-height: 2.1rem;
}

.about_content_top .article p:last-child {
    margin-bottom: 0;
}

.page_about .pc_page {
    height: 100%;
    padding-top: 48px;
    padding-bottom: 20px;
}

/**project page**/

.page_project .pc_page {
    overflow: scroll;
    height: 100%;
}

.page_project .swiper-container {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.page_project .swiper-button-next {
    background-image: url(/static/js/swiper/next.png);
}

.page_project .swiper-button-prev {
    background-image: url(/static/js/swiper/prev.png);
}

.page_project .swiper-button-next,
.page_project .swiper-button-prev {
    width: 26px;
    height: 26px;
    background-size: cover;
    outline: none;
}

.page_project .swiper-button-next,
.page_project .swiper-button-prev {
    margin-top: 0;
    transform: translate(0, -50%);
}

/* .page_project .swiper-button1:hover {
    transform: scale(1.1);
} */

.page_project .swiper-button-next::after,
.page_project .swiper-button-prev::after {
    content: "" !important;
    /* opacity: 0; */
}

.page_project .swiper-wrapper {
    align-items: center;
}

.page_project .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
    cursor: pointer;
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
    /* margin: 20px 10px 20px; */
    border-radius: 4px;
    box-sizing: border-box;
}

.page_project .swiper-slide-active,
.page_project .swiper-slide-duplicate-active img {
    transform: scale(1.05);
    /* padding: 0 10px; */
    /* margin: 0 20px; */
    /* margin-left: 10px; */
    border-radius: 4px;
}

.page_project .swiper-slide img {
    width: 100%;
    height: auto;
}

.page_project .swiper-slide .brand-selected-img,
.page_project .swiper-slide-active .brand-unselected-img {
    display: none;
}

.page_project .swiper-slide-active .brand-selected-img {
    display: block;
}

.page_project .project_content {
    margin: 0 auto;
    width: 85%;
    max-width: 1253px;
}

.page_project .project_content-header {
    height: 40px;
}

.page_project .swiper-container-wrap {
    /* margin: 40px 0 10px 0; */
    padding: 0 40px;
    position: relative;
}

.page_project .project_content .detail {
    margin: 20px 0 54px;
    padding-bottom: 22px;
    background: #fff;
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.page_project .project_content .project-title {
    padding: 36px 0 26px 0;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1c1c1c;
    letter-spacing: 3px;
}

.page_project .project_content .project-title-line {
    margin-right: 16px;
    width: 7px;
    height: 34px;
    background: #b9516a;
}

.page_project .project-detail {
    padding: 4px 0 0 0;
    display: flex;
}

.page_project .project-detail-introduction {
    padding: 0 14px 0 24px;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    letter-spacing: 3px;
    font-family: PingFangSC-Regular, PingFang SC;
    display: flex;
    flex-direction: column;
}

.page_project .project-content {
    flex: 1;
}

.page_project .project-detail-logo {
    display: flex;
    /* width: 633px; */
    /* height: auto; */
    /* min-height: 367px; */
    margin: 36px 36px 0 105px;
    box-sizing: content-box;
    justify-items: center;
    align-items: center;
}

.page_project .project-detail-logo img {
    cursor: pointer;
    width: 442px;
}

.page_project .project-detail-more-wrap {
    padding: 10px 0 13px;
}

.page_project .project-detail-more {
    padding: 0 12px 12px 0;
    font-size: 16px;
    color: #286de8;
    line-height: 28px;
    letter-spacing: 2px;
    cursor: pointer;
}
