html {
    overflow-y: overlay;
}

body {
    margin: 0;
    background: #f8f6fd;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

.fix_icon_box {
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -75px;
    width: 70px;
    border-radius: 36px;
    height: 150px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    box-shadow: 0px 0px 7px 0px rgba(197, 90, 130, 0.16);
    background: white;
    z-index: 10;
}

.fix_icon_box img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.container {
    box-sizing: border-box;
    min-width: 1400px;
    position: relative;
    padding-bottom: 516px;
    min-height: 100%;
}

.container header {
    width: 100%;
}

.container .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.content_tag_box {
    width: 100% !important;
}

.container footer {
    background: #021033;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding-top: 20px;
}


.company_introduce h3 {
    font-size: 36px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 27px;
}

.company_introduce p {
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 27px;
    margin-top: 30px;
}


.text_btn {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;

}

.bg_btn {
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    color: white;
    background: #43BFEF;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
}

.nav {
    line-height: 50px;
    position: relative;
    z-index: 1;
    width: 1200px !important;
}

.nav .float_right {
    float: right;
    width: 700px;
    display: flex;
    justify-content: space-between;
}


.nav .float_right .text_btn {
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4A70FF;
    line-height: 58px;
}

.nav .float_right .text_btn.active {
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 58px;
    position: relative;
}

a.text_btn.active::before{
    content: "";
    width: 80%;
    height: 4px;
    background: #3366FF;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -40%;
}

.banner_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_bg {
    width: 100%;
    display: inline-block;
}

img.bannerRightBg {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}

.banner_logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
}

.banner_tag {
    position: absolute;
    top: 7vw;
    left: 0;
}


p.theme_text_vice {
    font-size: 40px;
    font-family: FZFW Qing Yin TiS;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 55px;
}

input.experience_btn {
    width: 127px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    background: transparent;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 60px;
    cursor: pointer;
}

.tag_item li {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    width: auto;
    font-size: 1.5vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    background: white;
    border-radius: 20px;
    padding: 3px 15px;
}

.content_item_box {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    padding-top: 0.5em;
}

.content_item {
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    margin: 0 30px 50px 0;
    position: relative;
    box-sizing: border-box;
    column-gap: 30px;
    display: flex;
    justify-content: space-between;
}

.content_item img {
    width: 499px;
    height: 485px;
}

.text_div {
    width: 625px;
}

.text_div h3 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}

.text_div p {
    width: 582px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 82px;
}

.content_item:first-child {
    margin-top: 130px;
}

.content_text {
    display: flex;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
}

.content_text .cc_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.button_div span.btn {
    width: 181px;
    height: 66px;
    border-radius: 33px;
    display: inline-block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
    cursor: pointer;
}

span.btn.mf {
    background: #3366FF;
    color: #E4E4E6;
}

span.btn.lj {
    background: #fff;
    border-radius: 33px;
    color: #3366FF;
    border: 1px solid #3366FF;
    margin-left: 30px;
}

.infobg1 {
    height: 460px;
}

.infobg1 img {
    right: 0;
    width: 180px;
    bottom: 0;
}

.infobg1 .infobgimg1 {
    top: -250px;
    right: -10px;
    width: 719px;
}

.infobgimg6 {
    width: 628px;
    position: absolute;
    bottom: -160px !important;
    left: 0px;
}

.infobg2 {
    padding-bottom: 100px;
}

.infobg2 img {
    right: 30px;
    bottom: 10px;
}

.infobg3 {
    padding-bottom: 70px;
}

.infobg3 img {
    right: 20px;
    bottom: 20px;
    width: 220px;
}

.infobg4 {
    padding-bottom: 70px;
}

.infobg4 img {
    bottom: 30px;
    right: 82px;
    width: 220px;
}

.infobg5 {
    padding-bottom: 70px;
}

.infobg5 img {
    width: 210px;
    right: 20px;
    bottom: 30px;
}


.flex_wrap_content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex-wrap: wrap;
}


.footer_content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex-flow: column;
}

.footer_content .company_info {
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.6;
    text-align: center;
    background: #021033;
    width: 100%;
    height: 130px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    row-gap: 10px;
}

.footer_top {
    width: 100%;
    background: #3572FF;
}

.footer_top .top_content {
    width: 1200px;
    height: 367px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.sub_title {
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}

.sub_title .vice_title {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003A53;
    line-height: 51px;
    opacity: 0.5;
}

.sub_title p {
    display: inline-block;
    margin: 0px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 44px;
    opacity: 0.6;
    position: relative;
}

.sub_title p::before {
    content: "";
    width: 130%;
    height: 16px;
    background: #FF9E47;
    opacity: 0.3;
    border-radius: 8px;
    position: absolute;
    left: -15%;
    bottom: 5px;
}

.sub_title .dot_left::after,
.sub_title .dot_right::after {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #F7A8D9;
    border-radius: 50%;
    vertical-align: middle;
}

.sub_title .dot_left::before,
.sub_title .dot_right::before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #79C2FF;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 14px;
}

.dot_left {
    margin-right: 50px;
}

.dot_right {
    margin-left: 50px;
}

.sub_title .dot_right {
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: sub;
}


.flex_content {
    display: flex;
    justify-content: space-between;
}

.flex_content_around {
    width: 1200px !important;
    display: flex;
    justify-content: space-around;
}

.serviceItem {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    height: 240px;
}

.serviceItem img {
    display: block;
    margin: 0 auto;
    width: 196px;
}

.serviceItem h3 {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
    line-height: 40px;
}

.serviceItem p {
    text-align: center;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
    line-height: 40px;
    opacity: 0.5;
}

.inquiry_info {
    height: 277px;
    background: #003A53;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 80px;
    text-align: center;
}

.inquiry_info h3 {
    font-size: 30px;
    color: #fff;
}

.inquiry_info p {
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #fff;
    margin-bottom: 35px;
}

.in_btn {
    width: 147px;
    height: 47px;
    background: #FFFFFF;
    color: #43BFEF;
    border-radius: 24px;
    margin: 0 auto;
    line-height: 46px;
    cursor: pointer;
    text-decoration: none;
}

.grid_box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    margin: 0 auto;
    width: 1200px;
}

.grid_box .grid_box {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}

.grid_item {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 183px;
    height: 325px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 0 10px;
}

.grid_item h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF9E47;
    line-height: 44px;
    margin-bottom: 10px;
}

.grid_item img {
    width: fit-content;
    margin: 30px auto 15px;
}

.grid_item p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: left;
}

.we_have_box {
    height: 459px;
    background: #FF9E47;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.we_have_content {
    display: grid;
    grid-template-columns: repeat(2, 400px);
    grid-template-rows: repeat(3, 90px);
    column-gap: 130px;
    row-gap: 20px;
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.we_have_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.we_have_item p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0px;
}

.we_have_item img {
    display: inline-block;
    height: 58px;
    margin-right: 30px;
}

.swiper_box.index_swiper {
    height: 670px;
    background: #FFFFFF;
    border-radius: 30px;
}

.swiper-container {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.swiper-slide {
    width: 25%;
}


img.user_head {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 6px;
    margin-right: 10px;
}

.img_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_info {
    display: flex;
    align-items: center;
}

.swiper_text p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 44px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 100px;
    height: 10px;
    background: #3366FF;
    border-radius: 5px;
}

span.swiper-pagination-bullet {
    width: 48px;
    height: 10px;
    background: #3366FF;
    border-radius: 5px;
}

.platform_box {
    display: grid;
    grid-template-columns: repeat(3, 388px);
    column-gap: 27px;
    height: 521px;
    row-gap: 20px;
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.platform_box.partners_box {
    grid-template-columns: repeat(4, 290px);
    margin-bottom: 200px;
}

.platform_box.partners_box .advantage_item {
    padding-top: 50px;
    grid-template-rows: auto 70px;
}

.platform_box.partners_box .item_text {
    text-align: center;
    display: grid;
    grid-template-rows: 80px auto;
    justify-items: center;
}

input.partners_btn {
    width: 182px;
    height: 62px;
    border: 1px solid #4A70FF;
    border-radius: 31px;
    background: white;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4A70FF;
    line-height: 44px;
    cursor: pointer;
}

input.partners_btn:hover {
    background-color: #4A70FF;
    color: white;
}

.advantage_item {
    display: grid;
    grid-template-rows: 190px auto;
    align-items: start;
    justify-items: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 25px;
}

.advantage_item .item_text {
    text-align: center;
}

.advantage_item .item_text h3 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 44px;
    margin-bottom: 20px;
}

.advantage_item .item_text p {
    text-align: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
}

p.index_title {
    text-align: center;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}

.index_sub_title {
    margin-bottom: 45px;
}

.yj_box {
    background: white;
    padding: 90px 0;
}

.index_grid_box {
    display: flex;
    justify-content: center;
    column-gap: 48px;
}

.index_grid_item {
    width: 289px;
    height: 420px;
    background: #F5F7FA;
    border-radius: 10px;
}

.index_grid_item h3 {
    width: 289px;
    height: 85px;
    background: #FD8442;
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 75px;
    text-align: center;
}

.index_grid_item p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 51px;
    padding: 0 45px;
}

.index_grid_item span {
    display: block;
    width: 128px;
    height: 46px;
    background: #FD8442;
    border-radius: 23px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
}

.module_content.problem_content {
    display: grid;
    grid-template-columns: repeat(2, 590px);
    grid-template-rows: repeat(2, 1fr);
    padding: 78px 0;
    position: relative;
    gap: 20px;
    justify-content: center;
    background: #4A70FF;
}

.module_item {
    flex: 1;
    position: relative;
    background: #F8F6FD;
    border-radius: 11px;
}


.text_content {
    white-space: normal;
    font-family: Microsoft YaHei;
    padding: 20px;
}

.text_content h3 {
    position: relative;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 44px;
}

.text_content p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}

.innovate_content {
    width: 1200px;
    margin: 0 auto;
}

.innovate_content .module_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background: none;
}

.innovate_content .text_content {
    flex: 1;
}

.module_item .img_box img {
    width: 100%;
}

.contactus_box {
    width: 1200px;
    margin: 0 auto;
}

.contactusbanner {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.contactus_input {
    width: 100%;
    height: 50px;
    border: 1px solid #CDCDCD;
    border-radius: 6px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ACACAC;
    padding-left: 12px;
    margin-top: 50px;
}

.highlights_box {
    display: flex;
    justify-content: center;
    column-gap: 56px;
    height: 55px;
    background: none;
}

.highlights_item {
    width: 234px;
    height: 55px;
    color: #3366FF;
    background: #FFFFFF;
    border-radius: 28px;
    border: 1px solid #3366FF;
}

.highlights_item p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3366FF;
    line-height: 55px;
    text-align: center;
}

.highlights_box.swiper-pagination-bullet-active .highlights_item {
    background-color: #3366FF;
}

.highlights_box.swiper-pagination-bullet-active .highlights_item p {
    color: #fff;
}


.index_swiper .swiper-pagination {
    display: flex;
    justify-content: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 25px;
    bottom: unset;
    padding-bottom: 35px;
    border-bottom: 1px solid #E4E4E6;
}

.fixed_message_box {
    width: 132px;
    height: 132px;
    background: #3366FF;
    border-radius: 13px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    color: white;
    row-gap: 15px;
    z-index: 1;
    box-shadow: 0px 0px 5px #c3c3c3;
}

.fixed_message_box p {
    font-size: 25px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 36px;
}

/* .message_board_box {
    width: 283px;
    height: 536px;
    background: #FFFFFF;
    border: 1px solid #27B8D0;
    border-radius: 13px;
} */

.el-icon-chat-line-round {
    font-size: 50px;
}

.message_popover {
    width: 283px;
    height: 536px;
    background: #FFFFFF;
    border: 1px solid #27B8D0;
    border-radius: 13px;
    padding: 0;
}

.el-popper[x-placement^=top-end] .popper__arrow::after {
    border-top-color: #27B8D0;
    bottom: 0px;
}

.message_board_box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.messageboard_title {
    width: 283px;
    height: 67px;
    color: white;
    background: #3366FF;
    border: 1px solid #27B8D0;
    border-radius: 13px 13px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.message_board_box p {
    font-size: 32px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 36px;
}

.message_board_box i.el-icon-minus {
    border-radius: 3px;
    font-size: 45px;
    cursor: pointer;
}

.msgboard_content {
    padding: 10px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex: 1;
}

.msgboard_content .submit_btn {
    width: 159px;
    height: 48px;
    background: #3366FF;
    border-radius: 24px;
    margin: 0 auto;
}

.msgboard_content .el-input__inner {
    height: 53px;
    line-height: 53px;
}

/* 产品 S */
.product_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 135px);
    column-gap: 40px;
    row-gap: 20px;
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.product_item {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}

.product_item h3 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 44px;
}

.product_img {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.item_text p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}

.speciality_img {
    text-align: center;
    margin-bottom: 100px;
}

/* 产品 E */

/* 合作 S */
.join_box {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    column-gap: 8px;
}

.join_text {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.join_text h3 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 44px;
}

.join_text p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 62px;
    white-space: pre-line;
}

.coomsg_img img {
    position: absolute;
    left: 0;
    z-index: -1;
}

/* 合作 E */

/* 关于我们 S */
.join_text.us_text {
    width: 600px;
    flex: initial;
}

.join_text.us_text p {
    white-space: pre-line;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}

.join_img.us_img {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
}

.job_info {
    width: 1075px;
    height: 36px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
}

.content_text.job_text {
    height: auto;
}

.job_details {
    margin-top: 40px;
}

.job_details p {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 40px;
    margin: 10px 0;
}

/* 关于我们 E */
.module_box {
    margin-bottom: 50px;
}

.module_box.module1 {
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 65px;
    position: relative;
}

img.fixed_bg_img {
    position: absolute;
}

.module_box.module1 img.fixed_bg_img {
    position: absolute;
    left: 0;
}

.module_box.module4 .partners_box {
    margin-top: 50px;
}

.module1 .fbg1 {
    width: 887px;
    position: absolute;
    left: 0;
    z-index: 0;
}

.module_box.module2 {
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.module_box.module3 {
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.module_box.module4 {
    position: relative;
}

.module_box.module4 .fixed_bg_img {
    right: 0px;
}

.module_box.module4 img.fixed_bg_img.fixed2 {
    left: 0;
    bottom: 0;
    right: unset;
}

.banner_text {
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
}

.banner_text h3 {
    font-size: 44px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F8F6FD;
    line-height: 44px;
    text-align: center;
}

.banner_text h4 {
    margin-top: 12px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F8F6FD;
    line-height: 44px;
    text-align: center;
}

.banner2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner2 .banner_text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, 50%);
}

.banner2 .banner_text h3,
.banner2 .banner_text h4 {
    text-align: left;
}


/* dcc */
.pinfo_box {
    margin: 80px 0 55px;
}

.pinfo_content {
    width: 1200px;
    height: 976px;
    background: #FFFFFF;
    border-radius: 60px;
    margin: 0 auto;
    padding: 45px;
}

.pinfo_content.serveContent {
    width: 1200px;
    height: 643px;
    background-size: cover;
    background-image: url("../images/serveContent.png");
}

.pinfo_content h3 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
    text-align: center;
    margin: 20px 0 40px;
}

.pinfo_content p {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #021033;
    line-height: 69px;
}

.pcontent_box {
    height: 2250px;
    background-size: cover;
    background-image: url("../images/pcontent.png");
    padding: 82px;
}

.pcontent {
    display: grid;
    grid-template-columns: repeat(2, 564px);
    grid-template-rows: repeat(2, 930px);
    column-gap: 70px;
    row-gap: 70px;
    width: 1200px;
    margin: 0 auto;
}

.pcontent .pcontent_item {
    width: 564px;
    height: 835px;
    padding: 32px;
    background: url("../images/productCi.png");
    background-size: cover;
    position: relative;
}

.pcontent_item h3 {
    width: 250px;
    height: 251px;
    background: #F8F6FD;
    border: 20px solid #3366FF;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3366FF;
    line-height: 50px;
    margin: -125px auto;
}

.pcontent_item p {
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #021033;
    line-height: 41px;
    padding-top: 177px;
}

.pcontent_item span.more {
    display: block;
    width: 160px;
    height: 63px;
    background: #3366FF;
    border-radius: 32px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F8F6FD;
    text-align: center;
    line-height: 63px;
    margin: 0 auto;
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -80px;
    cursor: pointer;
}

.pcontent_title {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
    text-align: center;
}

.dcc_box {
    grid-template-rows: repeat(1, 400px);
}

.dcc_box .advantage_item {
    width: 364px;
    height: 365px;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
}

.flowPath_box {
    display: flex;
    width: 1200px;
    margin: 100px auto;
    justify-content: space-between;
    align-items: center;
    height: 365px;
    background: #FFFFFF;
    border-radius: 30px;
}

.flowPath_box .flowItem {
    row-gap: 20px;
    display: flex;
    flex-flow: column;
}

/* dcc */

/* ty */
.sw_box {
    width: 1200px;
    margin: 0 auto;
}

.sw_box .scroll_box {
    height: 307px;
}

.sw_box .img_box {
    border-radius: 30px;
}

.sw_box .scroll_box img {
    height: 307px;
}

.sw_box span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 30px;
    border-radius: 4px;
}

.sw_box .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.sw_box .flex_start {
    display: flex;
    justify-content: start;
}

.sw_box .info_flex .text {
    width: 720px;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}

.sw_box .info_flex h4 {
    margin-top: 65px;
    height: 25px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
    position: relative;
    margin-bottom: 40px;
}



.sw_box .info_flex h4::before {
    content: "";
    width: 57px;
    height: 4px;
    background: #3366FF;
    position: absolute;
    bottom: -25px;
}

.sw_box .info_content_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    margin-top: 10px;
}

.sw_box .info_content {
    margin-left: 60px;
}

.service_highlights {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-left: 50px;
    margin-bottom: 40px;
}

.service_item {
    width: 430px;
    height: 365px;
    background: #FFFFFF;
    box-shadow: 0px 3px 24px 0px rgba(26, 92, 167, 0.21);
    border-radius: 30px;
    padding: 30px;
}

.service_item h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
    position: relative;
    margin-bottom: 45px;
}

.service_item h3::before {
    content: "";
    width: 57px;
    height: 4px;
    background: #3366FF;
    position: absolute;
    bottom: -25px;
}

.service_item p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}


.aftermarket_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.aftermarket_content {
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 15px;
}


.afterMarket_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 135px;
    background: #EEF1FC;
    border: 1px solid #4A70FF;
    border-radius: 6px;
}

.aftermarket_box .am_img_box {
    margin-right: 24px;
}

.afterMarket_item .am_text_content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.am_text_content p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}

.am_text3,
.am_text4 {
    color: #FFFFFF;
}


.serve_module .aftermarket_box {
    background: unset;
    box-shadow: unset;
}

.serve_module .afterMarket_item {
    width: 541px;
    height: 124px;
    background: #3572FF;
    border-radius: 30px;
    padding: 30px;
    justify-content: space-between;
}

.serve_module .am_text_content {
    color: #fff;
}

.serve_module {}

.serve_module {}

/* ty */

/* us */
.usinfo_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.usinfo_box h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
    position: relative;
    margin-bottom: 40px;
}

.usinfo_box h3::before {
    content: "";
    width: 57px;
    height: 4px;
    background: #3366FF;
    position: absolute;
    bottom: -25px;
}

.usinfo_box .info_box {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.usinfo_box p {
    width: 609px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 44px;
}

.img_box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    box-shadow: -119px 167px 0px white;
}

.img_box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    box-shadow: -119px -167px 0px #E9E7EE;
}

.banner4 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner4 .banner_text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, 100%);
}

.banner4 .banner_text h3 {
    font-size: 57px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 82px;
    height: auto;
}


.aboutinfo_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.aboutinfo_text {
    flex: 1;
    padding-right: 80px;
}

.aboutinfo_img {
    width: 631px;
    height: 478px;
}

.aboutinfo_box {
    margin-top: 150px;
}

.aboutinfo_text h3 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
}

.aboutinfo_content h4 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
}

.aboutinfo_text p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 60px;
}

.culture_box {
    position: relative;
    height: 400px;
}

.culture_content_bg {
    width: 1200px;
    margin: 0 auto;
    height: 332px;
    background: #3572FF;
    border-radius: 10px;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -567px;
}

.culture_content {
    width: 1200px;
    margin: 0 auto;
    height: 332px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.cultrue_box_img {
    position: absolute;
    top: -25px;
    left: -48px;
}

.cultrue_info .info_content {
    display: flex;
    justify-content: flex-start;
}

.cultrue_info .info_content p {
    width: 625px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 51px;
    margin-left: 20px;
}


.cultrue_info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    row-gap: 20px;
}

.aftermarket_box.aboutUs_team_box {
    height: 624px;
}

.aftermarket_content.aboutUs_team {
    display: grid;
    grid-template-columns: repeat(3, 382px);
    grid-template-rows: repeat(1, 624px);
    column-gap: 27px;
    row-gap: 110px;
}

.aftermarket_content.aboutUs_team .afterMarket_item {
    width: 382px;
    height: 624px;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.team_title {
    display: flex;
    justify-content: space-between;
}

.team_title h3 {
    width: 144px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3572FF;
    position: relative;
}

.team_title h3::before {
    content: "";
    width: 66px;
    height: 8px;
    background: #3572FF;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
}

.team_title span.peoNum {
    display: inline-block;
    width: 77px;
    height: 77px;
    background: #3572FF;
    border-radius: 50%;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 77px;
    text-align: center;
    position: relative;
    margin-right: 20px;
}

span.unit {
    display: inline-block;
    width: 24px;
    height: 23px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3572FF;
    position: absolute;
    bottom: 0;
    right: -20px;
    line-height: 23px;
}

.aboutUs_team p.team_info {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 60px;
    margin-top: 50px;
}

/* us */