        * {
            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
        }
        
        .shopBox {
            width: 260px;
            height: 240px;
            border: #e2e2e2 1px solid;
            border-radius: 5px;
            margin-top: 10px;
        }
        
        .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%;
            background: white;
            box-shadow: 0px 3px 9px 0px rgba(50, 74, 139, 0.2);
            border-radius: 2px;
            position: relative;
            display: flex;
            padding: 10px;
        }
        
        .hover1:hover {
            background: #4385F4;
            color: white;
        }
        
        .hover2 {
            width: 44%;
            background: white;
            box-shadow: 0px 3px 9px 0px rgba(50, 74, 139, 0.2);
            border-radius: 2px;
            position: relative;
            display: flex;
            padding: 10px;
        }
        
        .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%;
            background: white;
            box-shadow: 0px 3px 9px 0px rgba(50, 74, 139, 0.2);
            border-radius: 2px;
            position: relative;
            display: flex;
            padding: 10px;
        }
        
        .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%;
            padding: 10px;
            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 .5s ease;
        }
        
        .trend .swiper-slide {
            overflow: hidden;
        }
        
        .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 {
            /* margin: 60px 0; */
            background: #fff;
            /* overflow: hidden; */
            animation: all .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: 80% !important;
        }
        
        .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 .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 .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: .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;
        }
        
        * {
            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;
        }
        
        .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 .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 .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 .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) {
            [box3333] {
                height: 128px !important;
            }
            .swiper-container .swiper-slide {
                height: 180px;
                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: .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;
        }
        
        .flex_between {
            display: flex;
            height: 150px;
        }
        
        .bg {
            background-size: cover;
            padding: 40px 0;
            background-image: url('http://mls-company.oss-cn-chengdu.aliyuncs.com/mls-company/df65a12….png');
        }
        
        .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%, .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%, .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%, .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;
        }
        
        .img21 {
            width: 110px;
            height: 100px;
        }
        
        .font31 {
            font-size: 24px;
            font-weight: 700;
        }
        
        .font41 {
            font-size: 19px;
            font-weight: 500;
            margin-top: 40px;
            color: #2C2C2C;
        }
        
        .wt70 {
            width: 100vw;
        }
        
        .font51 {
            font-size: 19px;
            font-weight: 500;
            margin-top: 40px;
            color: #2C2C2C;
        }
        
        .font61 {
            margin-top: 15px;
            color: #666666;
            width: 90%;
            /* border: 1px solid firebrick; */
            text-align: center;
        }
        
        .font71 {
            /* margin-left: 25px; */
            font-size: 18px;
            line-height: 1em;
            font-weight: 700;
        }
        
        .box-111 {
            width: 30%;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            margin-top: 20px;
            text-align: center;
        }
        
        .kernel {
            width: 80%;
            display: flex;
            flex-wrap: wrap;
            margin: 40px auto;
            justify-content: space-around;
        }
        
        .img151 {
            margin-left: 25px;
        }
        
        .font551 {
            font-size: 20px;
            font-weight: 700;
            text-align: center;
        }
        
        .commitment {
            width: 31%;
            padding-bottom: 30px;
            background-color: white;
        }
        
        .pc {
            display: block;
        }
        
        .yd {
            display: none;
        }
        
        .yd1 {
            display: none;
        }
        
        @media screen and (max-width:900px) and (min-width:667px) {
            .ser_ser_ser {
                padding: 60px 0 0 0 !important;
            }
            .pc {
                display: none;
            }
            .yd1 {
                display: block;
                margin-top: -30px;
            }
            .yd {
                display: block;
            }
            .f1511 {
                margin-top: -150px;
            }
            [f15] {
                font-size: 20px !important;
            }
            .font551 {
                font-size: 16px;
                font-weight: 700;
                text-align: center;
            }
            [box3333] {
                height: 128px !important;
            }
            .box-111 {
                width: 41%;
                margin-top: 20px;
                flex-direction: column;
                font-size: 1rem
            }
            .hover1 {
                width: 100%;
                text-align: center;
                /* border: 1px solid firebrick; */
            }
            .hover2 {
                margin-top: 30px;
                width: 100%;
                text-align: center;
                /* border: 1px solid firebrick; */
            }
            .hover3 {
                width: 100%;
                text-align: center;
                /* border: 1px solid firebrick; */
            }
            .hover4 {
                width: 100%;
                text-align: center;
                /* border: 1px solid firebrick; */
            }
            .wt70 {
                width: 100vw;
            }
            .row {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
            .row>* {
                margin-top: 20px;
                width: 100% !important;
            }
        }
        
        .font911 {
            text-align: center;
            font-size: 18px;
            font-weight: 700;
        }
        
        .font912 {
            width: 80%;
            margin: 0 auto;
            text-align: center;
            font-size: 14px;
            margin-top: 20px;
            color: #666;
        }
        
        @media screen and (max-width: 667px) {
            [box3333] {
                height: 128px !important;
            }
            .ser_ser_ser {
                padding: 60px 0 0 0 !important;
            }
            .pc {
                display: none;
            }
            .yd {
                display: block;
            }
            .f1511 {
                margin-top: -150px;
            }
            .yd1 {
                display: block;
                margin-top: -30px;
            }
            [f15] {
                font-size: 20px !important;
            }
            .font912 {
                width: 80%;
                margin: 0 auto;
                text-align: center;
                font-size: 1rem;
                margin-top: 20px;
                color: #666;
            }
            .commitment {
                width: 80%;
                margin: 0 auto;
                padding-bottom: 10px;
                /* border: 1px solid red; */
                margin-top: 20px;
                background-color: white;
            }
            .font551 {
                font-size: 16px;
                font-weight: 700;
                text-align: center;
            }
            .hover1 {
                width: 100%;
                text-align: center;
                /* border: 1px solid firebrick; */
            }
            .hover2 {
                margin-top: 30px;
                width: 100%;
                text-align: center;
                /* border: 1px solid firebrick; */
            }
            .hover3 {
                width: 100%;
                text-align: center;
                /* border: 1px solid firebrick; */
            }
            .hover4 {
                width: 100%;
                text-align: center;
                /* border: 1px solid firebrick; */
            }
            .kernel {
                margin: 20px auto;
            }
            .img151 {
                width: 100%;
                text-align: center;
                /* border: 1px solid rebeccapurple; */
                margin-left: 0px;
            }
            .imgs {
                max-width: 100%;
                /* height: 117.188px; */
                height: 200px;
                display: block;
                margin: auto;
            }
            /* #swiper2 {
        height: 117.188px;
    } */
            .shopBox {
                width: 40%;
                height: 100%;
                margin-top: 20px;
            }
            .img21 {
                width: 100%;
                height: 100%;
            }
            .font1 {
                font-size: 20px;
            }
            .shopButtom {
                margin-top: 5px;
                font-size: 10px;
                color: #1a1a1a;
                font-weight: 700;
            }
            .dangerCenter {
                text-align: center;
                font-size: 8px;
                color: #1a1a1a;
                font-weight: 700;
            }
            .dangerButtom {
                font-size: 1rem;
                color: #1a1a1a;
            }
            .font2 {
                font-size: 11px;
            }
            .font31 {
                font-size: 15px;
                /* margin-top: 10px; */
            }
            .font41 {
                font-size: 6px;
                font-weight: 500;
                margin-top: 5px;
                color: #2C2C2C;
            }
            .font51 {
                margin-top: 10px;
                font-size: 4px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                /*多行在这里修改数字即可*/
                overflow: hidden;
                /* autoprefixer: ignore next */
                -webkit-box-orient: vertical;
            }
            .btn111 {
                width: 50px;
                margin-top: 10px;
                font-size: 5px;
                height: 30px;
                line-height: 30px;
            }
            .font71 {
                /* margin-left: 25px; */
                font-size: 1rem;
                line-height: 1em;
                font-weight: 700;
            }
            .box-111 {
                width: 41%;
                margin-top: 20px;
                flex-direction: column;
                font-size: 1rem
            }
            .font61 {
                color: #666666;
                width: 90%;
                margin-top: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                /*多行在这里修改数字即可*/
                overflow: hidden;
                /* autoprefixer: ignore next */
                -webkit-box-orient: vertical;
            }
            .wt70 {
                width: 100vw;
            }
            .row {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
            .row>* {
                margin-top: 20px;
                width: 100% !important;
            }
            .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;
            }
        }