* {
    padding: 0;
    margin: 0;
}

.font1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0 auto;
}

[f1111115] {
    font-size: 24px !important;
    color: #4385f4 !important;
    line-height: .8 !important;
    font-weight: 700 !important;
}

.shopBox {
    width: 260px;
    height: 240px;
    border: #e2e2e2 1px solid;
    border-radius: 5px;
}

.shopTop {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.shopButtom {
    width: 100%;
    height: 40%;
    display: flex;
    margin-top: -10px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.dangerTop {
    width: 100%;
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dangerCenter {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1a1a1a;
}

.dangerButtom {
    width: 80%;
    height: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.font2 {
    font-size: 16px;
    min-width: 120px !important;
    height: 40px !important;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.bor1 {
    border-bottom: 3px solid #4385f4;
}

.btn111 {
    margin-top: 40px;
    background-color: #4385f4;
    width: 100px;
    line-height: 37px;
    color: white;
    border: #4385f4 1px solid;
    text-align: center;
}

.btn111:hover {
    color: #4385f4;
    background-color: white;
}

.hexin:hover {
    box-shadow: -4px 10px 32px 0px rgba(105, 148, 202, 0.25);
    border-radius: 2px;
}

.img111 {
    background-image: url("../image/5.2.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -18px;
    left: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover1:hover .img111 {
    background-image: url("../image/5.1.png");
    color: #3659b6;
}

.hover1 {
    width: 44%;
    height: 100px;
    background: white;
    box-shadow: 0px 3px 9px 0px rgba(50, 74, 139, 0.2);
    border-radius: 2px;
    position: relative;
    display: flex;
}

.hover1:hover {
    background: #4385f4;
    color: white;
}

.hover2 {
    width: 44%;
    height: 100px;
    background: white;
    box-shadow: 0px 3px 9px 0px rgba(50, 74, 139, 0.2);
    border-radius: 2px;
    position: relative;
    display: flex;
}

.hover2:hover {
    background: #4385f4;
    color: white;
}

.img222 {
    background-image: url("../image/5.2.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -18px;
    left: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover2:hover .img222 {
    background-image: url("../image/5.1.png");
    color: #3659b6;
}

.hover3 {
    width: 44%;
    height: 100px;
    background: white;
    box-shadow: 0px 3px 9px 0px rgba(50, 74, 139, 0.2);
    border-radius: 2px;
    position: relative;
    display: flex;
}

.hover3:hover {
    background: #4385f4;
    color: white;
}

.img333 {
    background-image: url("../image/5.2.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -18px;
    left: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover3:hover .img333 {
    background-image: url("../image/5.1.png");
    color: #3659b6;
}

.hover4 {
    width: 44%;
    height: 100px;
    background: white;
    box-shadow: 0px 3px 9px 0px rgba(50, 74, 139, 0.2);
    border-radius: 2px;
    position: relative;
    display: flex;
}

.hover4:hover {
    background: #4385f4;
    color: white;
}

.img444 {
    background-image: url("../image/5.2.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -18px;
    left: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover4:hover .img444 {
    background-image: url("../image/5.1.png");
    color: #3659b6;
}

.bg {
    width: 100%;
    height: 100%;
}


/* .show1{
    display: block;
}
.none1{
    display: none;
} */

.ai_c {
    align-items: center;
}

.jc_c {
    justify-content: center;
}

.fd_c {
    flex-direction: column;
}


/* 公司动态 */

.trend {
    /* margin: 60px 0; */
    background: #fff;
    /* overflow: hidden; */
    animation: all 0.5s ease;
}

.trend .swiper-slide {
    overflow: hidden;
}

.trend_box_itemlist {
    justify-content: space-between;
    padding: 20px 0;
}

.trend_box_item {
    width: calc(100% - 40px) !important;
    justify-content: flex-start;
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.trend {
    /* margin: 60px 0; */
    background: #fff;
    /* overflow: hidden; */
    animation: all 0.5s ease;
}

.trend_flex {
    align-items: flex-start;
}

.trend .title_font {
    margin: 0;
}

.trend .title_font {
    position: relative;
    /* bottom: -30px; */
    margin-bottom: 20px;
}

.trend_box_itemlist {
    justify-content: space-between;
    padding: 20px 0;
}

.trend_box_item {
    width: calc(100% - 40px);
    justify-content: flex-start;
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.trend_box_item .trend_r {
    padding-left: 60px;
    flex: 1;
}

.trend_box_item .trend_r::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 47px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b9c5d2;
}

.trend_box_item .trend_img img {
    transition: all 0.5s ease;
    object-fit: cover;
}

.trend_box_item .company_banner {
    display: none;
}

.trend_box_item:hover .trend_img img {
    transform: scale(1.2);
}

.trend_box_item:hover .trend_r {
    display: none;
}

.trend_box_item:hover .company_banner {
    display: flex;
    width: 100%;
}

.trend_img {
    width: 130px;
    height: 104px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

.trend_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.trend_r {
    font-size: 16px;
    color: #1a1a1a;
    text-align: left;
}

.trend_state {
    color: #3659b6;
    font-size: 18px;
}

.timer_font {
    color: #787e89;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
}

.trend .swiper-slide {
    overflow: hidden;
}

.trend_flex {
    align-items: flex-start;
}

.trend .title_font {
    margin: 0;
}

.trend .title_font {
    position: relative;
    /* bottom: -30px; */
    margin-bottom: 20px;
}

.trend_box_itemlist {
    justify-content: space-between;
    padding: 0;
}

.trend_box_item {
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.trend_box_item .trend_r {
    padding-left: 60px;
    flex: 1;
    padding: 20px 60px;
}

.trend_box_item .trend_r::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 47px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b9c5d2;
}

.trend_box_item .trend_img img {
    transition: all 0.5s ease;
    object-fit: cover;
}

.trend_box_item .company_banner {
    display: none;
}

.trend_box_item:hover .trend_img img {
    transform: scale(1.2);
}

.trend_box_item:hover .trend_r {
    display: none;
}

.trend_box_item:hover .company_banner {
    display: flex;
}

.trend_img {
    width: 130px;
    height: 104px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

.trend_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.trend_r {
    font-size: 16px;
    color: #1a1a1a;
    text-align: left;
}

.trend_state {
    color: #3659b6;
    font-size: 18px;
}

.timer_font {
    color: #787e89;
    font-size: 14px;
    margin-top: 15px;
}

.trend .swiper-slide {
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .swiper-container .swiper-slide {
        height: 300px;
        background: #13266a;
    }
}

.swiper_container_box {
    overflow: hidden;
}

.company_banner {
    padding: 18px 20px;
    height: 124px;
    box-shadow: 0 0 30px rgba(105, 148, 202, 0.2);
    overflow: hidden;
}

.company_banner .company_banner_img {
    width: 220px;
    height: 100%;
    object-fit: cover;
}

.company_banner .company_text {
    flex: 1;
    margin-left: 26px;
}

.company_banner .company_text .company_text_left {
    flex: 1;
    margin-right: 20px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.company_banner .company_text .company_text_left .text_name {
    font-size: 18px;
    color: #4385f4;
}

.company_banner .company_text .company_text_left .text_center {
    font-size: 14px;
    text-align: left;
    color: #787e89;
    width: 100%;
}

.company_banner .company_text_rigth {
    flex-direction: column;
}

.company_banner .company_text_rigth>h2 {
    font-size: 40px;
    color: #f7f8fb;
    line-height: 0.6em;
    font-weight: 400;
}

.company_banner .company_text_rigth>h3 {
    color: #b8c4d1;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
}

.company_banner .company_text_rigth>h5 {
    font-size: 40px;
    color: #b8c4d1;
    font-weight: 400;
    line-height: 1.2em;
}

.box-sh:hover {
    box-shadow: -1px 5px 16px 0px rgba(105, 149, 202, 0.25);
    border-radius: 2px;
}

.shaw1:hover .font123 {
    color: #437cf4;
}

* {
    padding: 0;
    margin: 0;
}

.swiper-container {
    width: 100%;
}

.font {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 700;
}

.fonts {
    font-size: 18px;
    color: #999;
    margin: 26px 0 45px;
    text-align: center;
}

.advantage_title {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 60px;
    font-weight: 400;
    text-align: left;
}

.advantage_box {
    margin-top: 50px;
}

.zd_dv {
    text-align: left;
    margin-left: 28px;
}

.title_font {
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
    text-align: center;
}

.pain_points .problem_ul {
    position: relative;
}

.pain_points .problem_ul .problem_ul_t {
    width: 42%;
}

.pain_points .problem_ul .problem_li {
    margin-bottom: 80px;
    width: auto;
    border: 0;
    align-items: center;
    position: relative;
    height: 80px;
}

.pain_points .problem_ul .problem_li .problem_li_text .problem_li_title {
    font-size: 22px;
    color: #333;
}

.pain_points .problem_ul .problem_li .problem_li_icon {
    position: relative;
}

.pain_points .problem_ul .problem_left .problem_li.problem_li_er {
    padding-right: 100px;
}

.pain_points .problem_ul .problem_right .problem_li.problem_li_er {
    padding-left: 100px;
}

.pain_points .problem_ul .problem_li:last-child {
    margin: 0;
}

.pain_points .problem_ul .problem_li .problem_li_icon {
    width: 60px;
}

.pain_points .problem_ul .problem_li .problem_li_icon i,
.pain_points .problem_ul .problem_li .problem_li_icon i img {
    width: 100%;
}

.pain_points .problem_ul .problem_li .problem_li_icon .problem_li_name {
    font-size: 22px;
    color: #333;
    margin-top: 10px;
}

.pain_points .problem_ul .problem_li .problem_li_text {
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 20px;
}

.pain_points .problem_ul .problem_li .problem_li_text>.problem_text_li {
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    align-items: flex-start;
    display: inline-flex;
    margin: 6px 0;
    max-width: calc(100% - 40px);
    min-width: 70%;
}

.pain_points .problem_ul .problem_li .problem_li_text>.problem_text_li>i {
    width: 16px;
    height: 16px;
    margin-right: 17px;
    transform: translateY(4px);
}

.pain_points .problem_ul .problem_li .problem_li_text>.problem_text_li>span {
    flex: 1;
    width: 100%;
}

.pain_points .problem_ul .problem_right .problem_li .problem_li_text {
    align-items: flex-start;
    margin: 0 0 0 20px;
}

.pain_points .problem_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.problem_title>img {
    width: 350px;
    height: 350px;
}

.pain_points .problem_title .title_div {
    padding: 6px;
    border-radius: 50%;
    font-size: 0;
    border: 1px solid #3991f2;
}

.pain_points .problem_title .title {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #3891f2, #5fabfe);
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.pain_points .problem_ul .problem_left .problem_text_li {
    text-align: right;
}

.flex_center {
    display: flex;
    justify-content: center;
}

.flex_end {
    display: flex;
    justify-content: flex-end;
}

.flex_start {
    display: flex;
    justify-content: flex-start;
}


/* 遇到的问题*/

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

.title1 {
    margin: 30px 0;
    font-size: 40px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.problem_ul_li {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.problem_ul_li {
    height: 600px;
}

.problem_li_li_L1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -170px;
    left: 80px;
}

.problem_li_li_L2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: 70px;
}

.problem_li_li_L3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 120px;
    left: 90px;
}

.problem_li_li_R1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -180px;
    left: -70px;
}

.problem_li_li_R2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 0px;
}

.problem_li_li_R3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 110px;
    left: -70px;
}

.problem_li_title {
    font-size: 22px;
    color: #333;
}

.problem_left {
    width: 35%;
    position: relative;
}

.problem_text_li {
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    align-items: flex-start;
    display: inline-flex;
    margin: 6px 0;
}

.problem_imgs {
    width: 30%;
}

.problem_right {
    width: 35%;
    position: relative;
}

.problem_img_li {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.problem_imgs_li {
    width: 100%;
}

.processBar {
    float: left;
    width: 200px;
    margin-top: 15px;
}

.processBar .bar {
    background: #1e94ff;
    height: 3px;
    position: relative;
    width: 185px;
    margin-left: 10px;
}

.processBar .b-select {
    background: rgb(96, 72, 124);
}

.processBar .bar .c-step {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1e94ff;
    left: -12px;
    top: 50%;
    margin-top: -4px;
}

.processBar .bar .c-select {
    width: 10px;
    height: 10px;
    margin: -5px -1px;
    background: #1e94ff;
}

.main-hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.poetry {
    color: #1e94ff;
    font-family: KaiTi_GB2312, KaiTi, STKaiti;
    font-size: 16px;
    background-color: transparent;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.step {
    position: absolute;
    top: -16px;
    right: -4px;
    color: #1e94ff;
    font-size: 20px;
    font-weight: 900;
}

.process {
    align-items: flex-start;
}

.process>.process_li {
    width: 16.6%;
    padding: 0 20px;
    text-align: center;
}

.process>.process_li>img {
    width: 40px;
    height: 40px;
}

.process_li .process_name {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
}

.process_li .process_describe {
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 16px;
}


/* 公司动态 */

.trend {
    /* margin: 60px 0; */
    background: #fff;
    /* overflow: hidden; */
    animation: all 0.5s ease;
}

.trend_flex {
    align-items: flex-start;
}

.trend .title_font {
    margin: 0;
}

.trend .title_font {
    position: relative;
    /* bottom: -30px; */
    margin-bottom: 20px;
}

.trend_box_itemlist {
    justify-content: space-between;
    padding: 20px 0;
}

.trend_box_item {
    width: calc(100% - 40px);
    justify-content: flex-start;
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.trend_box_item .trend_r {
    padding-left: 60px;
    flex: 1;
}

.trend_box_item .trend_r::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 47px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b9c5d2;
}

.trend_box_item .trend_img img {
    transition: all 0.5s ease;
    object-fit: cover;
}

.trend_box_item .company_banner {
    display: none;
}

.trend_box_item:hover .trend_img img {
    transform: scale(1.2);
}

.trend_box_item:hover .trend_r {
    display: none;
}

.trend_box_item:hover .company_banner {
    display: flex;
    width: 100%;
}

.trend_img {
    width: 130px;
    height: 104px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

.trend_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.trend_r {
    font-size: 16px;
    color: #1a1a1a;
    text-align: left;
}

.trend_state {
    color: #3659b6;
    font-size: 18px;
}

.timer_font {
    color: #787e89;
    font-size: 14px;
    margin-top: 15px;
}

.trend .swiper-slide {
    overflow: hidden;
}

.trend_flex {
    align-items: flex-start;
}

.trend .title_font {
    margin: 0;
}

.trend .title_font {
    position: relative;
    /* bottom: -30px; */
    margin-bottom: 20px;
}

.trend_box_itemlist {
    justify-content: space-between;
    padding: 0;
}

.trend_box_item {
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.trend_box_item .trend_r {
    padding-left: 60px;
    flex: 1;
    padding: 20px 60px;
}

.trend_box_item .trend_r::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 47px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b9c5d2;
}

.trend_box_item .trend_img img {
    transition: all 0.5s ease;
    object-fit: cover;
}

.trend_box_item .company_banner {
    display: none;
}

.trend_box_item:hover .trend_img img {
    transform: scale(1.2);
}

.trend_box_item:hover .trend_r {
    display: none;
}

.trend_box_item:hover .company_banner {
    display: flex;
}

.trend_img {
    width: 130px;
    height: 104px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

.trend_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.trend_r {
    font-size: 16px;
    color: #1a1a1a;
    text-align: left;
}

.trend_state {
    color: #3659b6;
    font-size: 18px;
}

.timer_font {
    color: #787e89;
    font-size: 14px;
    margin-top: 15px;
}

.trend .swiper-slide {
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .swiper-container .swiper-slide {
        height: 300px;
        background: #13266a;
    }
}

.swiper_container_box {
    overflow: hidden;
}

.company_banner {
    padding: 18px 20px;
    height: 124px;
    box-shadow: 0 0 30px rgba(105, 148, 202, 0.2);
    overflow: hidden;
}

.company_banner .company_banner_img {
    width: 220px;
    height: 100%;
    object-fit: cover;
}

.company_banner .company_text {
    flex: 1;
    margin-left: 26px;
}

.company_banner .company_text .company_text_left {
    flex: 1;
    margin-right: 20px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.company_banner .company_text .company_text_left .text_name {
    font-size: 18px;
    color: #4385f4;
}

.company_banner .company_text .company_text_left .text_center {
    font-size: 14px;
    text-align: left;
    color: #787e89;
    width: 100%;
}

.company_banner .company_text_rigth {
    flex-direction: column;
}

.company_banner .company_text_rigth>h2 {
    font-size: 40px;
    color: #f7f8fb;
    line-height: 0.6em;
    font-weight: 400;
}

.company_banner .company_text_rigth>h3 {
    color: #b8c4d1;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
}

.company_banner .company_text_rigth>h5 {
    font-size: 40px;
    color: #b8c4d1;
    font-weight: 400;
    line-height: 1.2em;
}

.flex {
    display: flex !important;
    width: 1344px;
}

.flex_between {
    display: flex;
    height: 150px;
}

.bg {
    background-size: cover;
    padding: 40px 0;
}

.l_color {
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 36px;
}

.warp1 {
    margin: 0 auto;
    width: 1200px;
}

.sectioncontent {
    background: linear-gradient(84deg, #4385f4, #4379f4);
    width: 100%;
}

.inp_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inputone {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 3px;
    padding: 10px;
    width: 260px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.inputtwo {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 3px;
    padding: 10px;
    width: 260px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.inputthree {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 3px;
    padding: 10px;
    width: 40%;
    height: 46px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.inputone::-webkit-input-placeholder {
    color: white;
}

.inputtwo::-webkit-input-placeholder {
    color: white;
}

.inputthree::-webkit-input-placeholder {
    color: white;
}

.inputtwo::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.tijiaobutton {
    width: 137px;
    height: 46px;
    border-radius: 3px;
    background: #fff;
    color: #4a87f5;
    font-size: 16px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper_container_box {
    width: calc(100% - 190px);
    overflow: hidden;
}

.hy_txt {
    font-size: 18px;
    margin-top: 34px;
    margin-bottom: 60px;
    height: 100%;
}

.hy_tab {
    padding-right: 56px;
    font-size: 16px;
    width: 122px;
    line-height: 40px;
    /* margin-bottom: 44px; */
    border-right: solid rgba(255, 255, 255, 0.3) 4px;
}

.hy_tab>div {
    cursor: pointer;
}

.hy_show {
    background: #4385f4;
}

.hy_box {
    padding-left: 65px;
    flex: 1;
    min-height: 280px;
}

.hy_title {
    font-size: 24px;
    font-weight: bold;
    height: 40px;
}

.hy_btn {
    width: 120px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}

.hy_btn:hover {
    background: #fff;
    color: #000;
}

.hy_text {
    font-size: 18px;
    line-height: 35px;
    margin-top: 30px;
    text-align: left;
}

.hy_icon_ul {
    flex-wrap: nowrap;
    margin-top: 0px;
    overflow: hidden;
}

.hy_icon {
    margin: 0 30px;
    font-size: 16px;
    text-align: center;
    min-width: 41px;
}

.hy_icon .hy_icon_name {
    white-space: nowrap;
    text-align: center;
}

.hy_icon img {
    width: 41px;
}

.jt div {
    font-size: 18px;
    color: #3659b6;
    margin-right: 10px;
}

.jt img {
    width: 37px;
    height: 13px;
}

.ourService_center .swiper-pagination-bullet.s_pagination1 {
    display: block;
    color: #fff;
    width: 122px !important;
    height: 40px !important;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

.ourService_center .swiper-pagination-bullet.s_pagination1.swiper-pagination-bullet-active {
    border: 0;
    background: #4385f4;
}

.swiper-pagination-bullet {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
}

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

.pc {
    display: block;
}

.yd {
    display: none;
}

.problem-item {
    width: 29%;
    border: 1px solid black;
    margin-top: 60px;
}

@media screen and (max-width: 699px) {
    .ser_ser_ser {
        padding: 60px 0 0 0 !important;
    }
    .pc {
        display: none;
    }
    .yd {
        display: block;
    }
    .bg-1 {
        width: 100% !important;
    }
    .bg-1>img {
        width: 100% !important;
    }
    .problem-item {
        width: 100% !important;
        border: 1px solid black;
        margin-top: 60px;
    }
    .problem-item> :nth-child(2) {
        text-align: center;
    }
    .cooperation-item {
        width: 100% !important;
    }
    .font1 {
        text-align: center;
    }
    .target {
        margin-top: 0 !important;
    }
    .target-item {
        width: 100% !important;
        margin-top: 20px;
    }
    .shaw1 {
        width: 100% !important;
        margin-top: 20px;
    }
    .row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .row>* {
        margin-top: 20px;
        width: 100% !important;
    }
    .bottom {
        padding: 30px 15px;
        background-color: #121b34;
        box-sizing: border-box;
        font-size: 12px;
        color: #fff;
        line-height: 2em;
    }
    .bottom>img {
        width: 40px;
    }
    .bottom> :nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .info-phone {
        color: #fff !important;
        font-size: 12px !important;
    }
}