* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 100%;
    line-height: 22px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option {
    margin: 0;
    padding: 0;
}

.body,
.ul,
.ol,
.li,
.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.form,
.fieldset,
.table,
.td,
.img,
.div,
.tr,
.dl,
.dd,
.select,
.option {
    margin: 0;
    padding: 0;
}

li,
img,
input,
em,
select {
    list-style: none;
    border: none;
    font-style: normal;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

select::-ms-expand {
    display: none;
}

.img_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.img_size {
    background-size: cover;
    background-position: 50% 50%;
}

.img_size1 {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tr {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input[type=text],
input[type=button],
input[type=submit],
textarea {
    outline: none;
}

header.act {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    animation: searchTop 0.5s ease-in-out !important;
    width: 100%;
    background: #fff;
    visibility: visible !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


/* @keyframes searchTop {
    0% {top:-100px}
    to {top:0}
} */

header.act .header-top,
header.act .header-box {
    display: none;
}

body.active {
    overflow: hidden;
}

.header-mask {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    z-index: 20;
    display: none;
    width: 100%;
    height: 100%;
}

.header-mask.active {
    opacity: 1;
    display: block;
}

header {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.header-main .logo img {
    max-width: 100%;
    display: block;
}

.header-form {
    width: 400px;
    position: absolute;
    right: -10%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 8px 13px 0 rgb(0 0 0 / 7%);
    opacity: 0;
    z-index: -1;
    transition: 0s;
}

.header-form .t1 {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: -webkit-linear-gradient(left, #2c56c1, #0f9cff, #0f9cff);
    font-size: 16px;
    color: #fff;
    line-height: 78px;
}

.header-form .t1 em {
    font-size: 20px;
    cursor: pointer;
}

.header-form form {
    width: 100%;
    border-bottom: 1px solid #2c56c1;
    line-height: 36px;
    padding: 10px 0;
    margin: 10px;
    width: calc(100% - 20px);
    display: flex;
}

.header-form form input[type=text] {
    width: calc(100% - 40px);
    padding-left: 30px;
    background: url(../images/but.png) no-repeat left center;
}

.header-form form input[type=submit] {
    width: 40px;
    color: #2c56c1;
    background: none;
}

.header-form .t2 {
    font-size: 13px;
    padding: 10px;
    color: #999;
}

.header-form .t3 {
    padding: 0 10px 20px 10px;
    display: flex;
    flex-wrap: wrap;
}

.header-form .t3 a {
    display: block;
    padding: 3px 8px;
    font-size: 12px;
    color: #111;
    border: 1px solid #d8d8d8;
    margin: 0 10px 10px 0;
    min-width: 64px;
    text-align: center;
}

.header-form .t3 a:hover,
.header-form .t3 a.on {
    border-color: #2c56c1;
    color: #2c56c1;
}

.header-form.on {
    z-index: 2;
    right: 0;
    opacity: 1;
    transition: 0.5s;
}

header .tel {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #0253ff;
    font-family: "arial";
    font-weight: bold;
    white-space: nowrap;
}

header .tel img {
    display: block;
    max-width: 100%;
    margin-right: 13px;
}

header .form1 {
    display: flex;
    width: 220px;
    display: flex;
    border: 1px solid #f1f1f1;
    transition: 0.5s;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

header .form1 input[type=text] {
    width: calc(100% - 37px);
    padding-left: 10px;
    background: none;
}

header .form1 input[type=button] {
    width: 37px;
    background: url(../images/but.png) no-repeat center center;
    line-height: 34px;
}

header .form1:hover {
    border-color: #0253ff;
}

.nav-ul {
    display: flex;
    width: 43%;
    position: relative;
}

.nav-ul li {
    width: calc(100% / 6);
}

.nav-ul li .nav_a {
    display: block;
    font-size: 16px;
    color: #010101;
    line-height: 78px;
    text-align: center;
    position: relative;
}

.nav-ul li .nav_a::before {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: #0253ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.5s;
}

.nav-ul li:hover .nav_a,
.nav-ul li.active .nav_a {
    color: #0253ff;
}

.nav-ul li:hover .nav_a::before,
.nav-ul li.active .nav_a::before {
    width: 45px;
}

.nav-ul li:nth-child(4) .sub_ul li {
    width: calc(100% / 5);
}

.nav-ul .sub_ul {
    display: none;
    width: 150%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
}

.nav-ul .sub_ul li {
    float: left;
    width: initial;
    padding: 0 30px;
}

.nav-ul .sub_ul li .nav_a2 {
    font-size: 15px;
    line-height: 40px;
    color: #010101;
    display: block;
    text-align: center;
    transition: all 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-ul li .nav_a2:hover,
.nav-ul li .nav_a2.on {
    color: #0253ff;
}

.icon-menu {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
}

.icon-menu span {
    width: 30px;
    height: 3px;
    background: #0253ff;
    border-radius: 5px;
    display: block;
}

.icon-menu .span02 {
    margin: 5px 0;
}

.icon-menu .span03 {
    width: 22px;
}

.icon-menu.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon-menu.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
}

.icon-menu.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
    width: 100%;
}

.sjnav {
    width: 250px;
    position: fixed;
    right: 0%;
    z-index: 30;
    display: block;
    transition: all 0.5s;
    top: 0;
}

.sjnav .list-inline {
    padding: 0;
    margin: 0;
    overflow: hidden;
    right: -100%;
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    transform: translateX(100%);
    opacity: 0;
    background: #fff;
    padding: 60px 20px 0 20px;
}


/* .sjnav li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:59px;  font-size:15px; color:#333;border-bottom: 1px solid #ddd;transition: all 0.3s;padding-left: 20px;}
.sjnav li a:hover, .sjnav li.active a{color:#0154a8;font-weight: bold;} */

.sjnav.click .list-inline {
    transform: translateX(0);
    opacity: 1;
    right: 0;
}

.sjnav .list-inline-li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.sjnav .list-inline-li .list-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 10px;
}

.sjnav .list-inline-li .list-box .list-link {
    display: block;
    line-height: 57px;
    font-size: 15px;
    color: #555;
    width: calc(100% - 50px);
}

.sjnav .list-inline-li .list-box .list-link i {
    margin-right: 15px;
    font-size: 12px;
}

.sjnav .list-inline-li .list-box .fa-span {
    font-size: 16px;
    width: 40px;
    line-height: 50px;
    transition: 0.5s;
    display: block;
    text-align: center;
}

.sjnav .list-inline-li.on .list-box .fa-span {
    transform: rotate(90deg);
}

.sjnav .list-inline-li .sublist {
    border-top: 1px solid #ccc;
    display: none;
}

.sjnav .list-inline-li .sublist li {
    line-height: 40px;
    padding: 0 16px 0 36px;
    background-color: #f5f5f5;
}

.sjnav .list-inline-li .sublist li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.sjnav .list-inline-li .sublist li a:hover {
    color: #0253ff;
}

.sjnav .list-inline-li.active .list-box .list-link {
    color: #0253ff;
    font-weight: bold;
}


/* .sjnav li.active{background:#febf05; }
.sjnav li.active .list-link{color:#fff !important;}
.sjnav li.active .fa-span{color:#fff !important;} */

.banner {
    position: relative;
}

.ban-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    object-fit: none;
}

.banner .box {
    width: 100%;
    position: relative;
}

.banner .box::before {
    content: "";
    display: block;
    padding-top: calc(550 / 1920 * 100%);
}

.banner .box .bb {
    max-width: 1400px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    align-items: center;
}

.banner .box .bb a {
    display: block;
    width: 155px;
    line-height: 42px;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

.banner .box .bb a:hover {
    transform: translateX(6px);
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.3);
}

.banner .box .bb .t1 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
}

.banner .box .bb .t2 {
    color: #fff;
    font-size: 25px;
}

.banner .box .bb .dt1 .t1 {
    font-size: 50px;
    line-height: 82px;
}

.banner .box .bb .dt1 .t2 {
    font-size: 40px;
    line-height: 72px;
}

.banner .box .bb .dt1 a {
    margin-top: 24px;
    color: #2691ff;
}

.banner .box .bb .dt2 .t1 {
    font-size: 45px;
    line-height: 70px;
    margin-bottom: 10px;
}

.banner .box .bb .dt2 .t2 {
    line-height: 35px;
}

.banner .box .bb .dt2 a {
    margin-top: 30px;
    color: #54b7fe;
}

.banner .box .bb .dt3 .t1 {
    line-height: 92px;
}

.banner .box .bb .dt3 .t2 {
    line-height: 66px;
}

.banner .box .bb .dt3 a {
    margin-top: 20px;
    color: #52ade7;
}

.banner .box .bb .dt4 .t1 {
    line-height: 110px;
}

.banner .box .bb .dt4 .t2 {
    line-height: 38px;
}

.banner .box .bb .dt4 a {
    margin-top: 30px;
    color: #3544b8;
}

.banner .box .bb .dt5 .t1 {
    line-height: 110px;
}

.banner .box .bb .dt5 .t2 {
    line-height: 40px;
}

.banner .box .bb .dt5 a {
    margin-top: 30px;
    color: #0b50e6;
}

.banner .box .bb .dt6 {
    padding-left: 70px;
}

.banner .box .bb .dt6 .t1 {
    line-height: 90px;
}

.banner .box .bb .dt6 .t2 {
    line-height: 62px;
}

.banner .box .bb .dt6 a {
    margin-top: 20px;
    color: #0b50e6;
}

.banner .box .bb .dt7 .t1 {
    line-height: 90px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #2c56c1, #0f9cff, #0f9cff);
}

.banner .box .bb .dt7 .t2 {
    line-height: 62px;
    color: #2860c9;
}

.banner .box .bb .dt7 a {
    margin-top: 20px;
    color: #fff;
    background-color: #0253ff;
}

.banner .box .bb .dt8 .t1 {
    line-height: 90px;
}

.banner .box .bb .dt8 .t2 {
    line-height: 62px;
}

.banner .box .bb .dt8 a {
    margin-top: 20px;
    color: #1645c9;
}

.banner .box .bb .dt9 {
    padding-left: 70px;
}

.banner .box .bb .dt9 .t1 {
    line-height: 90px;
}

.banner .box .bb .dt9 .t2 {
    line-height: 62px;
}

.banner .box .bb .dt9 a {
    margin-top: 20px;
    color: #0d51d0;
}

.banner .box .bb .dt10 .t1 {
    line-height: 105px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #2c56c1, #0f9cff);
}

.banner .box .bb .dt10 .t2 {
    line-height: 38px;
    color: #2860c9;
}

.banner .box .bb .dt10 a {
    margin-top: 30px;
    color: #fff;
    background-color: #0253ff;
}

.banner .box .bb .dt11 .t1 {
    line-height: 110px;
    font-size: 50px;
}

.banner .box .bb .dt11 .t2 {
    line-height: 40px;
}

.banner .box .bb .dt11 a {
    margin-top: 30px;
    color: #333;
}

.banner .box .bb .dt12 {
    padding-left: 70px;
}

.banner .box .bb .dt12 .t1 {
    line-height: 105px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #2c56c1, #0f9cff);
}

.banner .box .bb .dt13 {
    padding-left: 70px;
}

.banner .box .bb .dt13 .t1 {
    line-height: 105px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #2c56c1, #0f9cff);
}

.banner .box .bb .dt14 .t1 {
    line-height: 45px;
    font-size: 36px;
}

.banner .box .bb .dt14 .t2 {
    line-height: 35px;
    font-size: 22px;
    /* margin-top: 25px;*/
}

.banner .box .bb .dt14 a {
    margin-top: 30px;
    color: #333;
}

.banner .swiper-pagination-bullet {
    width: 45px;
    height: 6px;
    opacity: 1;
    border-radius: 2px;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #0253ff
}

.prev-banner,
.next-banner {
    font-size: 30px;
    font-family: "SimSun";
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transform: translate(0, -50%);
    margin: 0;
}

.prev-banner {
    left: -50%;
}

.next-banner {
    right: -50%;
}

.banner:hover .prev-banner {
    left: 10px;
}

.banner:hover .next-banner {
    right: 10px;
}

.title {
    text-align: center;
}

.title .t1 {
    font-size: 0.3rem;
    color: #000;
    line-height: 0.3rem;
}

.title .t2 {
    font-size: 0.16rem;
    color: #000;
    line-height: 0.28rem;
    padding-top: 0.24rem;
}

.title .t3 {
    font-size: 0.18rem;
    color: #000;
    line-height: 0.28rem;
    padding-top: 0.3rem;
}

.pro {
    padding: 0.4rem 0 0 0;
}

.swiper-pro {
    padding: 0.45rem 10px;
    width: calc(100% + 20px);
}

.swiper-pro .swiper-slide {
    height: initial;
    min-height: 2.7rem;
    border-radius: 20px;
}

.swiper-pro .swiper-slide a {
    display: block;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(176, 192, 225, 0.75);
    border-radius: 23px;
    transition: 0.5s;
    border: 2px solid #fff;
}

.swiper-pro .swiper-slide a .bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.74rem;
    font-size: 0.2rem;
    color: #1542f3;
    padding: 0 26px;
    border-radius: 20px 20px 0 0;
    background-color: #f9fafe;
    overflow: hidden;
}

.swiper-pro .swiper-slide a .bt .img {
    height: 100%;
}

.swiper-pro .swiper-slide a .bt .img img {
    display: block;
    max-width: 100%;
}

.swiper-pro .swiper-slide a .bt .img img:last-child {
    display: none;
}

.swiper-pro .swiper-slide a .nr {
    padding: 0.2rem 26px;
}

.swiper-pro .swiper-slide a .nr .t1 {
    padding: 5px 0;
    font-size: 0.14rem;
    color: #111;
    display: flex;
    align-items: flex-start;
    line-height: 30px;
}

.swiper-pro .swiper-slide a .nr .t1 img {
    display: block;
    max-width: 100%;
    margin: 3px 12px 0 0;
}

.solution {
    padding: 0.4rem 0;
}

.swiper-solution {
    padding: 0.4rem 0 0.2rem 0;
}

.swiper-solution a {
    display: block;
    position: relative;
    overflow: hidden;
}

.swiper-solution a::before {
    content: "";
    display: block;
    padding-top: calc(482 / 384 * 100%);
}

.swiper-solution a .txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    color: #fff;
    padding: 0 8%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    height: 100%;
    align-items: center;
}

.swiper-solution a .txt img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px auto;
    transition: 0.5s;
}

.swiper-solution a .txt .t1 {
    width: 100%;
    line-height: 0.66rem;
    font-size: 0.2rem;
    position: relative;
}

.swiper-solution a .txt .t1::before {
    content: "";
    display: block;
    width: 0.34rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.swiper-solution a .txt .t2 {
    width: 100%;
    line-height: 0.26rem;
    font-size: 14px;
    height: 0.78rem;
    overflow: hidden;
    opacity: 0;
}

.swiper-solution a .txt .t3 {
    width: 100%;
    padding-top: 0.15rem;
    opacity: 0;
}

.swiper-solution a .txt .t3 span {
    display: block;
    width: 1.2rem;
    line-height: 0.4rem;
    background-color: #2369fe;
    font-size: 0.14rem;
    margin: 0 auto;
}

.about {
    padding: 0.45rem 0;
}

.about .box {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0 0.23rem 0;
}

.about .box .pic {
    width: 45%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.about .box .pic::before {
    content: "";
    display: block;
    padding-top: calc(333 / 533 * 100%)
}

.about .box .txt {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 5px 0;
}

.about .box .txt .nr {
    width: 100%;
    line-height: 30px;
    font-size: 0.16rem;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about .box .txt .nr p {
    text-align: justify !important;
}

.about .box .txt a {
    display: block;
    width: 1.24rem;
    line-height: 0.4rem;
    text-align: center;
    background-color: #0253ff;
    font-size: 0.14rem;
    color: #fff;
    position: relative;
}

.about .box:hover .img_cover {
    transform: scale(1.1);
}

.anim {
    position: relative;
}

.anim::before {
    content: "";
    display: block;
    width: 150%;
    height: 150%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
}

.anim:hover {
    transform: translateX(5px);
    box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
}

.about .box:hover .anim::before {
    animation: anim-out 1s;
}

@keyframes anim-out {
    0% {
        width: 0%;
        background: rgba(255, 203, 0, 1);
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        width: 150%;
        background: transparent;
        transform: translate(-50%, -50%) scale(1);
    }
}

.hf {
    width: 100%;
    position: relative;
}

.hf .box {
    display: flex;
    justify-content: space-around;
    height: 2.4rem;
    color: #fff;
    align-items: center;
}

.hf .box .bb {
    text-align: center;
}

.hf .box .bb .t1 {
    line-height: 0.74rem;
    font-size: 0.5rem;
    font-family: "arial";
}

.hf .box .bb .t2 {
    line-height: 0.5rem;
    font-size: 0.14rem;
}

.news {
    padding: 0.45rem 0;
}

.news .tabs {
    display: flex;
    justify-content: center;
    padding: 0.4rem 0 0.2rem 0;
}

.news .tabs a {
    display: block;
    width: 1.5rem;
    line-height: 0.4rem;
    text-align: center;
    background-color: #0253ff;
    border-radius: 30px;
    margin: 0 5px;
    font-size: 0.16rem;
    color: #fff;
}

.swiper-news {
    padding: 0.22rem 10px;
    width: calc(100% + 20px);
}

.swiper-news .swiper-slide {
    height: initial;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 14px
}

.swiper-news .swiper-slide a {
    display: block;
}

.swiper-news .swiper-slide a .t1 {
    line-height: 0.34rem;
    font-size: 0.14rem;
    color: #999;
    font-family: "Arial";
}

.swiper-news .swiper-slide a .t2 {
    line-height: 25px;
    font-size: 0.16rem;
    color: #111;
    margin: 0.11rem 0 0.17rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.swiper-news .swiper-slide a .hover {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-news .swiper-slide a .hover::before {
    content: "";
    display: block;
    padding-top: calc(143 / 356 * 100%)
}

.swiper-news .swiper-slide a .hover .t3 {
    line-height: 0.26rem;
    font-size: 0.14rem;
    color: #6b7586;
    opacity: 0;
    background-color: #fff;
}

.swiper-news .swiper-slide a .hover .t3 .nr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.swiper-news .swiper-slide a .t4 {
    width: 1.14rem;
    line-height: 0.4rem;
    text-align: center;
    background-color: #0253ff;
    font-size: 0.14rem;
    color: #fff;
    margin: 0.14rem 0;
}

.partner {
    padding: 0.45rem 0;
}

.swiper-partner {
    padding: 0.4rem 10px 10px 10px;
    width: calc(100% + 20px);
}

.swiper-partner a {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: 0.5s;
}

.swiper-partner a::before {
    content: "";
    display: block;
    padding-top: calc(120 / 224 * 100%);
}

.swiper-partner a:hover {
    box-shadow: 0 0 8px rgba(176, 192, 225, 0.75);
    transform: translateY(-5px);
}

.foot-hf {
    width: 100%;
}

.foot-hf .wrap {
    height: 1.8rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-hf .wrap .bb {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
    transition: 0.5s;
}

.foot-hf .wrap .bb img {
    display: block;
    max-width: 100%;
    margin-right: 22px;
}

.foot-hf .wrap .bb:hover {
    transform: translateY(-5px);
}

footer {
    background: #111425;
}

footer .box {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
}

footer .box .left {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

footer .box .left dl dt {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 0.3rem;
}

footer .box .left dl dd a {
    display: block;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
}

footer .box .left dl dd a:hover {
    text-decoration: underline !important;
    color: #fff;
}

footer .box .right img {
    display: block;
    max-width: 100%;
}

footer .box .right .tel {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-family: "arial";
    margin: 0.2rem 0;
    font-weight: bold;
}

footer .box .right .tel img {
    display: block;
    max-width: 100%;
    margin-right: 13px;
}

footer .box .right .ewm {
    display: flex;
}

footer .box .right .ewm .bb {
    text-align: center;
}

footer .box .right .ewm .bb+.bb {
    margin-left: 20px;
}

footer .box .right .ewm .bb .img {
    width: 88px;
    padding: 5px 4px;
    background: url(../images/border.png) no-repeat center center;
}

footer .box .right .ewm .bb .img img {
    display: block;
    max-width: 100%;
    width: 100%;
}

footer .box .right .ewm .bb span {
    display: block;
    font-size: 12px;
    color: #fff;
    padding-top: 8px;
}

.foot-txt {
    padding: 0.2rem 0;
    font-size: 0.12rem;
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-txt .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-txt .wrap a {
    color: #fff;
}

.foot-txt .wrap a:hover {
    text-decoration: underline !important;
    color: #fff;
}


/**/

.pro-tabs {
    padding: 0.35rem 0;
    position: relative;
    z-index: 9;
}

.pro-tabs .box {
    display: flex;
    justify-content: space-around;
}

.pro-tabs .box a {
    display: block;
    line-height: 0.5rem;
    font-size: 0.16rem;
    color: #000;
    position: relative;
}

.pro-tabs .box a::before {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: #0253ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.5s;
}

.pro-tabs .box a:hover,
.pro-tabs .box a.on {
    color: #0253ff;
}

.pro-tabs .box a:hover::before,
.pro-tabs .box a.on::before {
    width: 100%;
}

.pro-box1 {
    padding: 0.2rem 0 0 0;
}

.pro-box1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.5rem 0 0 0;
    position: relative;
    z-index: 3;
}

.pro-box1 ul li {
    width: calc(50% - 15px);
    margin: 0.15rem 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    min-height: 2.7rem;
    position: relative;
    transition: 0.5s;
}

.pro-box1 ul li a {
    display: block;
    position: relative;
    padding: 0.18rem 0.3rem;
}

.pro-box1 ul li a img {
    display: block;
    max-width: 100%;
    transition: 0.5s;
}

.pro-box1 ul li a .t1 {
    line-height: 0.56rem;
    font-size: 18px;
    color: #000;
}

.pro-box1 ul li a .t2 {
    line-height: 24px;
    font-size: 14px;
    color: #6b7586;
}

.pro-box1 ul li .d2 {
    position: absolute;
    right: 0;
    top: 0;
}

.pro-box1 ul li .d3 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.pro-box1 ul li:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-8px);
}

.pro-box1 ul li:hover a img {
    transform: rotate(360deg);
}

.box1-box {
    width: 100%;
    position: relative;
}

.box1-box .frame {
    width: 100%;
    height: 2.9rem;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 15px rgba(176, 192, 225, 0.8);
    z-index: 9;
    background-color: #fff;
    padding: 0.3rem;
    display: none;
    overflow-y: auto;
}

.box1-box .frame .t1 {
    line-height: 0.6rem;
    font-size: 0.2rem;
    color: #111;
    font-weight: bold;
}

.box1-box .frame .t2 {
    line-height: 25px;
    font-size: 14px;
    color: #111;
    margin: 0.1rem 0 0 0;
}

.box1-box .frame .t2 img {
    max-width: 100%;
    height: auto;
}

.box1-box .frame .t2 span {
    color: #0253ff;
}

.box1-box .frame .pic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box1-box .frame .pic .img {
    width: calc(50% - 15px);
    position: relative;
    overflow: hidden;
    margin-top: 0.24rem;
}

.box1-box .frame .pic .img::before {
    content: "";
    display: block;
    padding-top: calc(264 / 546 * 100%);
}

.box1-box .frame .close {
    display: block;
    max-width: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: 0.5s;
    opacity: 1;
    width: 40px;
    ;
}

.box1-box .frame .close:hover {
    transform: rotate(360deg);
}

.pro-box2 {
    padding: 0.5rem 0;
    background-color: #eaeff5;
    margin-top: 20px;
}

.pro-box2 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.55rem 0 0 0;
}

.pro-box2 ul li {
    width: calc(100% / 4 - 16px);
    margin: 8px;
    padding: 24px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    position: relative;
    min-height: 286px;
    transition: 0.5s;
}

.pro-box2 ul li img {
    display: block;
    max-width: 100%;
    transition: 0.5s;
    margin: 0 auto;
}

.pro-box2 ul li .t1 {
    line-height: 0.45rem;
    font-size: 18px;
    color: #000;
    line-height: 26px;
    padding: 0.1rem 0;
    text-align: center;
}

.pro-box2 ul li .t2 {
    line-height: 26px;
    font-size: 14px;
    color: #6b7586;
    margin: 8px 0 0.15rem 0;
    text-align: justify;
}

.pro-box2 ul li .d4 {
    display: block;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}


/* .pro-box2 ul li:hover{box-shadow: 0 0 8px rgba(0, 0, 0,0.2);} */

.pro-box2 ul li:hover .d4 {
    opacity: 1;
}

.pro-box2 ul li:hover img {
    transform: rotateY(360deg);
}

.pro-box3 {
    padding: 1rem 0 0.5rem 0;
}

.pro-box3 ul {
    display: flex;
    flex-wrap: wrap;
}

.pro-box3 ul li {
    width: calc(100% / 3 - 4%);
    margin: 1rem 2% 0 2%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0 20px 24px 20px;
    min-height: 3rem;
    transition: 0.5s;
}

.pro-box3 ul li img {
    display: block;
    max-width: 100%;
    margin: -48px auto 0 auto;
}

.pro-box3 ul li .t1 {
    line-height: 34px;
    padding: 0.24rem 0 0.13rem 0;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.pro-box3 ul li .t2 {
    display: flex;
    align-items: flex-start;
    line-height: 28px;
    font-size: 14px;
    color: #6b7586;
    text-align: justify;
}

.pro-box3 ul li .t2 img {
    display: block;
    max-width: 100%;
    margin: 6px 13px 0 0;
}

.pro-box3 ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgba(176, 192, 225, 0.8);
}


/**/

.yjs-box1 {
    padding: 20px 0 0 0;
}

.yjs-box1 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.7rem 0 0 0;
}

.yjs-box1 ul li {
    width: calc(100% / 3);
    margin: 10px 0;
    position: relative;
    border-right: 1px solid #dbdbdb;
}

.yjs-box1 ul li .img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yjs-box1 ul li .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.yjs-box1 ul li:nth-child(3n + 3) {
    border: none;
}

.yjs-box2 {
    padding: 0.8rem 0 0 0;
}

.yjs-box2 .yjs2-ul {
    display: flex;
    justify-content: center;
    padding: 0.6rem 0 0.4rem 0;
}

.yjs-box2 .yjs2-ul li {
    width: 175px;
    position: relative;
    margin: 0 16px;
}

.yjs-box2 .yjs2-ul li .pic {
    width: 100%;
    height: 166px;
    background: url(../images/border2.png) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.yjs-box2 .yjs2-ul li .pic .bb {
    border: 10px solid #d9e1f2;
    border-radius: 50%;
    background-color: #0253ff;
}

.yjs-box2 .yjs2-ul li .pic .bb img {
    display: block;
    max-width: 100%;
    transition: 0.5s;
}

.yjs-box2 .yjs2-ul li .t1 {
    font-size: 0.18rem;
    color: #000;
    padding-top: 0.16rem;
    text-align: center;
}

.yjs-box2 .yjs2-ul li:nth-child(even) .pic {
    background: url(../images/border3.png) no-repeat center center;
}

.yjs-box2 .yjs2-ul li:nth-child(even) .pic .bb {
    background-color: #fff;
}

.yjs-box2 .yjs2-ul li:hover .pic .bb img {
    transform: rotateY(360deg);
}

.yjs-box2 .yjs2-ul li .pic::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    border-bottom: 2px dotted #0253ff;
    position: absolute;
    right: -29px;
    top: 50%;
    transform: translateY(calc(-50% - 0.5px));
}

.yjs-box2 .yjs2-ul li:last-child .pic::before {
    display: none;
}

.yjs-box3 {
    padding: 0.5rem 0;
    background-color: #eaeff5;
    margin-top: 20px;
}

.yjs-box3 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.25rem 0 0 0;
    margin: 0 -1%;
}

.yjs-box3 ul li {
    width: 23%;
    margin: 60px 1% 0 1%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0 20px 20px 20px;
    min-height: 2.5rem;
    transition: 0.5s;
}

.yjs-box3 ul li .img {
    display: block;
    max-width: 100%;
    margin: -40px auto 0 auto;
}

.yjs-box3 ul li .t1 {
    line-height: 0.6rem;
    font-size: 18px;
    color: #111;
    text-align: center;
}

.yjs-box3 ul li .t2 {
    line-height: 0.26rem;
    font-size: 14px;
    color: #6b7586;
    margin: 3px 0;
    display: flex;
    align-items: flex-start;
}

.yjs-box3 ul li .t2 img {
    display: block;
    max-width: 100%;
    margin: 4px 12px 0 0;
}

.yjs-box3 ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgba(176, 192, 225, 0.8);
}

.yjs-box4 {
    padding: 1rem 0 0.6rem 0;
}

.yjs-box4 ul {
    margin: 0.6rem 0 0 0;
    min-height: 3.56rem;
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    position: relative;
}

.yjs-box4 ul li {
    display: flex;
    align-items: flex-start;
    width: 42%;
}

.yjs-box4 ul li .txt {
    width: calc(100% - 122px);
}

.yjs-box4 ul li .txt .t1 {
    line-height: 0.42rem;
    font-size: 18px;
    color: #000;
}

.yjs-box4 ul li .txt .t2 {
    line-height: 0.3rem;
    font-size: 14px;
    color: #6b7586;
    display: flex;
    align-items: flex-start;
}

.yjs-box4 ul li .txt .t2 img {
    display: block;
    max-width: 100%;
    margin: 6px 13px 0 0;
}

.yjs-box4 ul li .img {
    width: 122px;
    display: flex;
    justify-content: center;
    margin: 0.1rem 0 0 0;
}

.yjs-box4 ul li .img img {
    display: block;
    max-width: 100%;
    transition: 0.5s;
}

.yjs-box4 ul li:hover .img img {
    transform: rotateY(360deg);
}

.yjs-box4 ul .border4 {
    display: block;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.zzfw-box1 {
    padding: 0.18rem 0;
}

.zzfw-box1 dl {
    padding: 0.6rem 0;
}

.zzfw-box1 dl dt {
    display: flex;
}

.zzfw-box1 dl dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.76rem;
    width: 25%;
    font-size: 18px;
    color: #fff;
}

.zzfw-box1 dl dt span:last-child {
    width: 50%;
}

.zzfw-box1 dl dd {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
}

.zzfw-box1 dl dd .pic {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.zzfw-box1 dl dd .pic::before {
    content: "";
    display: block;
    padding-top: calc(220 / 300 * 100%);
}

.zzfw-box1 dl dd .pic .bb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
}

.zzfw-box1 dl dd .pic .bb img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    transition: 0.5s;
}

.zzfw-box1 dl dd .pic .bb span {
    width: 100%;
    font-size: 18px;
    color: #000;
    padding-top: 0.24rem;
    display: block;
    text-align: center;
}

.zzfw-box1 dl dd .bt {
    width: 25%;
    padding: 30px;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    display: flex;
    align-items: center;
    border-right: 1px solid #f2f2f2;
}

.zzfw-box1 dl dd .nr {
    width: 50%;
    border-top: 12px solid #fff;
    border-bottom: 12px solid #fff;
    border-left: 12px solid #fff;
    border-right: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 26px;
    font-size: 14px;
    color: #6b7586;
    overflow-y: auto;
    height: 220px;
    padding-right: 10px;
}

.zzfw-box1 dl dd .nr .nn {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.zzfw-box1 dl dd .nr .t1 {
    width: 100%;
}

.zzfw-box1 dl dd .nr a {
    display: block;
    width: 1.1rem;
    line-height: 0.4rem;
    text-align: center;
    background-color: #ff8926;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    transition: 0.5s;
}

.zzfw-box1 dl dd .nr a:hover {
    transform: translateX(5px);
    box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
}

.zzfw-box1 dl dd:nth-child(even) .pic .bb span {
    color: #fff;
}

.zzfw-box1 dl dd:hover .pic .bb img {
    transform: rotateY(360deg);
}


/**/

.solution-box1 {
    padding: 0.33rem 0;
}

.solution-box1 .box {
    margin: 0.4rem 0 0 0;
    border: 1px solid #ebebeb;
    padding: 55px 0;
    display: flex;
}

.solution-box1 .box .pic {
    width: 260px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-box1 .box .pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.solution-box1 .box .txt {
    width: calc(100% - 260px);
    padding: 0 60px;
}

.solution-box1 .box .txt .t1 {
    width: 100%;
    line-height: 0.52rem;
    font-size: 0.3rem;
    color: #000;
}

.solution-box1 .box .txt .t2 {
    width: 100%;
    line-height: 0.28rem;
    font-size: 14px;
    color: #000;
    padding: 0.2rem 0;
}

.solution-box2 {
    padding: 0.5rem 0;
}

.solution-box2 .bigbox {
    padding: 0.3rem 0 0 0;
}

.solution-box2 .bigbox .box {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 0.2rem 0;
    margin-top: 0.16rem;
}

.solution-box2 .bigbox .box .t1 {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.solution-box2 .bigbox .box .t1 span {
    display: block;
    width: 104px;
    line-height: 38px;
    border: 2px solid #0253ff;
    border-radius: 0 30px 30px 0;
    font-size: 0.2rem;
    color: #0253ff;
    text-align: center;
    border-left: none;
}

.solution-box2 .bigbox .box .t1 img {
    display: block;
    max-width: 100%;
    margin-left: 0.1rem;
}

.solution-box2 .bigbox .box .t2 {
    display: flex;
    align-items: flex-start;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    padding: 0 0.2rem;
}

.solution-box2 .bigbox .box .t2 img {
    display: block;
    max-width: 100%;
    margin: 8px 0.2rem 0 0;
}

.solution-box2 .bigbox .box ul {
    display: flex;
}

.solution-box2 .bigbox .box ul li {
    width: calc(100% / 3);
    text-align: center;
    padding: 0 30px 20px 30px;
}

.solution-box2 .bigbox .box ul li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    transition: 0.5s;
}

.solution-box2 .bigbox .box ul li .t3 {
    padding: 0.28rem 0;
    font-size: 16px;
    color: #000;
}

.solution-box2 .bigbox .box ul li .t4 {
    font-size: 14px;
    color: #000;
    line-height: 26px;
}

.solution-box2 .bigbox .box ul li:hover img {
    transform: rotateY(360deg);
}

.solution-box3 {
    padding: 0.45rem 0 0.25rem 0;
}

.solution-box3 .box {
    padding: 0.4rem 0 0 0;
}

.solution-box3 .box .bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.24rem;
    height: 0.6rem;
    background-color: #0253ff;
}

.solution-box3 .box .bt .t1 {
    align-items: center;
    display: flex;
    font-size: 0.2rem;
    color: #fff;
}

.solution-box3 .box .bt .t1 img {
    display: block;
    max-width: 100%;
    margin-left: 0.4rem;
}

.solution-box3 .box .bt i {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: #0253ff;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.solution-box3 .box .nr {
    line-height: 26px;
    font-size: 14px;
    color: #000;
    padding: 25px 30px 35px 30px;
}

.solution-box4 {
    padding: 0.5rem 0;
}

.solution-box4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 35px 0 0 0;
}

.solution-box4 ul li {
    width: calc(100% / 3);
    text-align: center;
    padding-top: 0.28rem;
}

.solution-box4 ul li .img {
    width: 140px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(176, 192, 225, 0.8);
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.solution-box4 ul li .img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.solution-box4 ul li .img img {
    display: block;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.solution-box4 ul li .img img:last-child {
    display: none;
}

.solution-box4 ul li .txt {
    line-height: 0.54rem;
    font-size: 14px;
    color: #000;
}

.solution-box4 ul li .img:hover {
    background: -webkit-linear-gradient(top, #0dd3fe, #0254ff);
}

.solution-box4 ul li .img:hover img:first-child {
    display: none;
}

.solution-box4 ul li .img:hover img:last-child {
    display: block;
}

.solution-box5 {
    padding: 0.45rem 0;
}

.swiper-solution5 {
    padding: 0.4rem 10px 10px 10px;
}

.swiper-solution5 .swiper-slide .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.swiper-solution5 .swiper-slide .pic::before {
    content: "";
    display: block;
    padding-top: calc(144 / 285 * 100%);
}

.swiper-solution5 .swiper-slide .txt {
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #222;
}

.swiper-solution5 .swiper-slide:hover .box {
    transform: translateY(-8px);
}

.swiper-solution5 .swiper-slide:hover .pic {
    box-shadow: 0 0 8px rgba(176, 192, 225, 0.8);
}


/**/

.data-box1 {
    padding: 0.6rem 0 0 0;
}

.data-box1 .box {
    padding: 0.5rem 0 0 0;
    display: flex;
    justify-content: space-between;
}

.data-box1 .box .pic {
    width: 47%;
    position: relative;
    overflow: hidden;
}

.data-box1 .box .pic::before {
    content: "";
    display: block;
    padding-top: calc(340 / 564 * 100%);
}

.data-box1 .box .right {
    width: 50%;
}

.data-box1 .box .right .bt {
    width: 127px;
    line-height: 30px;
    border: 2px solid #0253ff;
    border-radius: 30px;
    text-align: center;
    font-size: 0.18rem;
    color: #0253ff;
}

.data-box1 .box .right .nr {
    line-height: 25px;
    font-size: 14px;
    color: #000;
    padding: 0.14rem 0;
}

.data-box1 .box .right ul {
    display: flex;
    flex-wrap: wrap;
}

.data-box1 .box .right ul li {
    display: flex;
    align-items: center;
    width: 48%;
    padding-top: 0.25rem;
}

.data-box1 .box .right ul li .t1 {
    line-height: 0.24rem;
    font-size: 14px;
    color: #000;
}

.data-box1 .box .right ul li .t1 span {
    display: block;
    color: #6b7586;
}

.data-box1 .box .right ul li img {
    display: block;
    max-width: 100%;
    margin-right: 20px;
}

.data-box1 .box:hover .img_cover {
    transform: scale(1.1);
}

.data-box2 {
    padding: 0.8rem 0 0 0;
}

.data-box2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0.45rem 0 0 0;
    border: 1px solid #ccddf0;
    border-bottom: none;
}

.data-box2 ul li {
    width: 347px;
    height: 398px;
    padding: 25px;
    border-right: 1px solid #ccddf0;
    border-bottom: 1px solid #ccddf0;
}

.data-box2 ul li .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.data-box2 ul li .pic::before {
    content: "";
    display: block;
    padding-top: calc(153 / 342 * 100%);
}

.data-box2 ul li .pic img {
    display: block;
    max-width: 100%;
    transition: 0.5s;
}

.data-box2 ul li .txt {
    width: 100%;
    position: relative;
    padding: 6px 0;
}

.data-box2 ul li .txt .t1 {
    width: 100%;
    line-height: 0.52rem;
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
}

.data-box2 ul li .txt .t2 {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #6b7586;
    margin-bottom: 0.18rem;
}

.data-box2 ul li .txt .t3 {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
}

.data-box2 ul li .txt .t3 img {
    margin-right: 0.13rem;
    margin-top: 5px;
}

.data-box2 ul li:nth-child(3n + 3) {
    border-right: none;
}

.data-box2 ul li:hover .pic img {
    transform: rotateY(360deg);
}

.p2p p {
    padding-left: 30px;
    background: url("../images/d1.png") no-repeat left 5px;
}

.data-box3 {
    padding: 0.5rem 0;
}

.data-box3 .box {
    margin: 0.5rem 0 0 0;
    position: relative;
}

.swiper-data3 .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-data3 .pic::before {
    content: "";
    display: block;
    padding-top: calc(230 / 285 * 100%);
}

.swiper-data3 .txt {
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 40px;
}

.prev-data3,
.next-data3 {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    font-size: 0.3rem;
    color: #0253ff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-data3 {
    left: -70px;
}

.next-data3 {
    right: -70px;
}

.prev-data3:hover,
.next-data3:hover {
    background: #0253ff;
    color: #fff;
}

.page-news {
    width: 100%;
    position: relative;
}

.page-news .box {
    display: flex;
}

.page-news .box .left {
    width: 220px;
    margin-right: 50px;
    background-color: #f0f0f0;
    padding-left: 15px;
}

.page-news .box .left b {
    display: block;
    line-height: 0.7rem;
    font-size: 0.3rem;
    font-weight: normal;
    color: #0253ff;
}

.page-news .box .left a {
    display: block;
    line-height: 0.5rem;
    font-size: 0.16rem;
    color: #000;
    padding-left: 15px;
    margin-bottom: 0.1rem;
}

.page-news .box .left a:hover,
.page-news .box .left a.on {
    background-color: #fff;
    color: #0253ff;
}

.page-news .box .right {
    width: calc(100% - 270px);
    padding-bottom: 0.3rem;
}

.news-ul {
    display: block;
    width: 100%;
}

.news-ul li {
    padding: 0.35rem 0;
    border-bottom: 1px solid #d6d6d6;
}

.news-ul li a {
    display: flex;
}

.news-ul li a .pic {
    width: 300px;
    position: relative;
    overflow: hidden;
    margin-right: 25px;
}

.news-ul li a .pic::before {
    content: "";
    display: block;
    padding-top: calc(192 / 300 * 100%);
}

.news-ul li a .txt {
    width: calc(100% - 325px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-top: 0.15rem;
}

.news-ul li a .txt .t1 {
    width: 100%;
    font-size: 0.2rem;
    color: #000;
}

.news-ul li a .txt .t2 {
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-ul li a .txt .t2 span {
    color: #999;
}

.news-ul li a .txt .t3 {
    font-size: 0.14rem;
    color: #333;
    font-family: "arial";
    width: 100%;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover .txt .t1 {
    color: #0253ff;
    font-weight: bold;
}

.news-show {
    min-height: 5rem;
    padding: 0.25rem 0;
}

.news-show .t1 {
    text-align: center;
    font-size: 17px;
    color: #333;
}

.news-show img {
    display: block;
    max-width: 100%;
    margin: 0.2rem auto;
}

.news-show .t2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.news-show .date {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #999;
    padding-top: 0.1rem;
}


/**/

.about-box1 {
    padding: 40px 0;
}

.about-box1 .box {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0 0;
    align-items: center;
}

.about-box1 .box .pic {
    width: 440px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.about-box1 .box .pic::before {
    content: "";
    display: block;
    padding-top: calc(275 / 400 * 100%);
}

.about-box1 .box .txt {
    width: calc(100% - 500px);
    line-height: 28px;
    font-size: 14px;
    color: #222;
    text-align: justify;
}

.about-box1 .box:hover .img_cover {
    transform: scale(1.1);
}

.about-box2 {
    background-color: #ebf0f6;
    padding: 45px 0;
}

.about-box2 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0 0 0;
    justify-content: space-between;
}

.about-box2 ul li {
    margin-bottom: 30px;
    width: 48.8%;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.about-box2 ul li::before {
    content: "";
    display: block;
    padding-top: calc(285 / 580 * 100%);
}

.about-box2 ul li .txt {
    position: absolute;
    left: 0.5rem;
    top: 0.7rem;
    color: #fff
}

.about-box2 ul li .txt .t1 {
    display: flex;
    align-items: center;
    font-size: 30px;
}

.about-box2 ul li .txt .t1 img {
    display: block;
    max-width: 100%;
    margin-right: 0.12rem;
}

.about-box2 ul li .txt .t2 {
    line-height: 30px;
    font-size: 0.16rem;
    padding-top: 15px;
    width: 280px;
}

.about-box2 ul li:hover {
    transform: translateY(-8px);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
}

.about-box3 {
    padding: 40px 0;
}

.about-box3 .box {
    margin: 60px 0 0 0;
    position: relative;
}

.about-box3 .box .txt {
    position: relative;
    padding: 14px 0 125px 0;
}

.about-box3 .box .txt::before {
    content: "";
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background-color: #0253ff;
    position: absolute;
    left: 0;
    top: 0;
}

.about-box3 .box .txt .nr {
    border-left: 1px solid #d1d1d1;
    height: 180px;
    overflow-y: auto;
    margin-left: 7px;
    padding-left: 0.25rem;
}

.about-box3 .box .txt .nr .t1 {
    line-height: 48px;
    font-size: 0.16rem;
    color: #000;
    font-weight: bold;
}

.about-box3 .box .txt .nr .t2 {
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

.about-box3 .box .txt .rq {
    font-size: 0.16rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/103.png) no-repeat center center;
    background-size: contain;
    width: 0.85rem;
    height: 0.85rem;
    position: absolute;
    left: 38px;
    bottom: 0;
    z-index: 3;
}

.about-box3 .box .txt::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background-color: #d1d1d1;
    transform: rotate(45deg);
    position: absolute;
    left: -2px;
    bottom: 100px;
}

.prev-about3,
.next-about3 {
    width: 30px;
    height: 58px;
    background: #d1d1d1;
    font-size: 0.24rem;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-about3 {
    left: -70px;
}

.next-about3 {
    right: -70px;
}

.swiper-about3 {
    padding-right: 50px;
}

.prev-about3:hover,
.next-about3:hover {
    background: #0253ff;
    color: #fff;
}

.about-box4 {
    background-color: #ebf0f6;
    padding: 45px 0;
}

.swiper-about4 {
    margin: 40px 0 0 0;
    padding: 10px
}

.swiper-about4 .swiper-slide .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.swiper-about4 .swiper-slide .pic::before {
    content: "";
    display: block;
    padding-top: calc(362 / 255 * 100%);
}

.swiper-about4 .swiper-slide .txt {
    text-align: center;
    font-size: 0.14rem;
    color: #333;
    padding-top: 0.15rem;
}

.about-box4 .box {
    position: relative;
}

.prev-about4,
.next-about4 {
    width: 30px;
    height: 58px;
    background: #d1d1d1;
    font-size: 0.24rem;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-about4 {
    left: -60px;
}

.next-about4 {
    right: -60px;
}

.prev-about4:hover,
.next-about4:hover {
    background: #0253ff;
    color: #fff;
}

.about-box5 {
    padding: 45px 0;
}

.about-box5 .box {
    margin: 45px 0;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    align-items: center;
}

.about-box5 .box .map {
    width: 50%;
    height: 390px;
    background-color: #f6f6f6;
}

.about-box5 .box .txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #333;
    width: 50%;
}

.about-box5 .box .txt .t1 {
    font-size: 14px;
    line-height: 34px;
}

.about-box5 .box .txt .t1 span {
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
    display: block;
}

.about-box6 {
    padding: 45px 0;
    background-color: #ebf0f6;
}

.about-box6 .ul-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    margin: 0 -1%;
}

.about-box6 .ul-box ul {
    width: calc(100% / 3 - 2%);
    margin: 1%;
}

.about-box6 .ul-box ul li {
    border-radius: 6px;
    border: 1px solid #D2D9E3;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
}

.about-box6 .ul-box ul li .top {
    padding: 24px;
}

.about-box6 .ul-box ul li .top .t1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #333;
}

.about-box6 .ul-box ul li .top .t1 i {
    font-size: 24px;
}

.about-box6 .ul-box ul li .top .t2 {
    font-size: 14px;
    color: #6B7586;
    margin-top: 8px;
}

.about-box6 .ul-box ul li .txt {
    display: none;
    border-top: 1px solid #D2D9E3;
    padding: 24px;
    color: #6B7586;
    font-size: 14px;
    line-height: 25px;
}

.about-box6 .ul-box ul li .top .t1 em {
    font-size: 0.14rem;
    margin-right: 0.1rem;
}


/**/

.modal-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    margin: 0;
    display: none;
}

.dialog-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
}

.dialog-box {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 30px;
    font-size: 14px;
    color: #333;
}

.dialog-box .t1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.dialog-box .t1 .close {
    margin-top: -5px;
}


/* .dialog-box .t1 .close:hover{transform: rotate(360deg);}  */

.dialog-box form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    flex-wrap: wrap;
}

.dialog-box form .form-group {
    width: calc(50% - 20px);
    position: relative;
    margin-bottom: 25px;
}

.dialog-box form .form-group input[type=text] {
    width: 100%;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    color: #555;
    padding: 0 70px 0 15px;
}

.dialog-box form .form-group sup {
    position: absolute;
    color: #1E87F0;
    top: 16px;
}

.dialog-box form .form-group span {
    position: absolute;
    right: 0;
    color: #3F80FE;
    top: 6px;
    display: none;
}

.dialog-box form .form-group input[type=text]:focus {
    border-color: #1E87F0;
    ;
}

.dialog-box form .form-group .yzm {
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    max-width: 100%;
    height: 32px;
}

.dialog-box form .form-btn {
    width: calc(50% - 20px);
    text-align: center;
}

.dialog-box form .form-btn input[type=submit] {
    width: 100%;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
    background-color: #1A66FF;
    margin: 0 auto;
}

.modal-dialog.on .dialog-box {
    top: 50%;
}

.ditu-img {
    display: block;
    max-width: 100%;
    margin: 0.4rem auto 0 auto;
}

.hot {
    width: 100%;
    background: #0253ff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
    height: calc(58px + constant(safe-area-inset-bottom));
    height: calc(58px + env(safe-area-inset-bottom));
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.hot .row .decoration {
    display: block;
    color: #fff;
    padding: 7px 0;
}

.hot .row .col-xs-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.dbbox {
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 99;
    width: 100%;
}

.dbbox .dbs {
    position: relative;
    padding: 0 15px;
    display: none;
}

.dbbox .dbs .neirong {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.dbbox .dbs.ewm-box {
    text-align: center;
}

.dbbox .dbs.ewm-box img {
    max-width: 140px;
}

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;
}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px 30px 0 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: -38px;
    border: 1px solid #fff;
    transform: translateX(-50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

@media (min-width:991px) {
    .swiper-pro .swiper-slide:hover a .bt {
        background-color: #1542f3;
        color: #fff;
    }
    .swiper-pro .swiper-slide:hover a .bt .img img:first-child {
        display: none;
    }
    .swiper-pro .swiper-slide:hover a .bt .img img:last-child {
        display: block;
    }
    .swiper-pro .swiper-slide:hover a {
        transform: translateY(-8px);
        border-color: #1542f3;
    }
    .swiper-pro .swiper-slide:hover a .nr .t1 {
        color: #8890a6;
    }
    .swiper-solution a:hover .txt {
        background-color: #0253ff;
    }
    .swiper-solution a:hover .txt .t1::before {
        display: none;
    }
    .swiper-solution a:hover .txt .t2 {
        opacity: 1;
    }
    .swiper-solution a:hover .txt .t3 {
        opacity: 1;
    }
    .swiper-solution a:hover .txt img {
        transform: rotateY(360deg);
    }
    .swiper-news .swiper-slide a:hover .pic {
        opacity: 0;
    }
    .swiper-news .swiper-slide a:hover .t3 {
        opacity: 1;
        z-index: 2;
    }
    .swiper-news .swiper-slide a:hover .anim::before {
        animation: anim-out 1s;
    }
}

@media (max-width:1550px) {
    .header-main {
        padding: 0 1%;
    }
    .ban-img {
        object-fit: initial
    }
    .banner .box .bb {
        padding: 0 3%;
    }
    .banner .box::before {
        padding-top: 33%;
    }
    header form {
        width: 140px;
    }
}

@media (max-width:1200px) {
    .wrap {
        width: 96%
    }
    header form {
        display: none;
    }
    .swiper-solution a .txt .t2 {
        display: none;
    }
    .banner .box::before {
        padding-top: 40%;
    }
    .about-box6 .ul-box ul {
        width: 98%;
    }
}

@media (max-width:991px) {
    .header-main {
        padding: 2%;
    }
    .hf .box .bb .t1 {
        line-height: 50px;
        font-size: 36px;
    }
    .pro-box2 ul li {
        width: calc(100% / 2 - 16px);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }
    .pro-box3 ul li {
        width: calc(100% / 2 - 4%);
    }
    .yjs-box3 ul li {
        width: 48%;
    }
    .page-news .wrap {
        width: 100%;
    }
    .page-news .box {
        display: block;
    }
    .page-news .box .left {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .page-news .box .left b {
        display: none;
    }
    .page-news .box .left a {
        margin: 0;
        padding: 0 20px;
    }
    .page-news .box .right {
        width: 100%;
    }
    .about-box1 .box {
        display: block;
    }
    .about-box1 .box .pic {
        width: 100%;
    }
    .about-box1 .box .txt {
        margin-top: 20px;
        width: 100%;
    }
    .about-box2 ul li::before {
        padding-top: 75%;
    }
}

@media (max-width:767px) {
    header.act .header-box {
        display: block;
    }
    .header-main {
        padding: 10px 2%;
    }
    .header-main .logo {
        width: 260px;
    }
    .title .t1 {
        font-size: 20px;
        font-weight: bold;
    }
    .title .t2 {
        padding-top: 10px;
    }
    .swiper-pro {
        padding: 30px 50px 20px 10px;
        width: 100%;
    }
    .swiper-pro .swiper-slide {
        min-height: 250px;
    }
    .swiper-pro .swiper-slide a .bt {
        font-size: 15px;
        font-weight: bold;
        padding: 0 15px;
        height: 60px;
    }
    .swiper-pro .swiper-slide a .nr {
        padding: 15px;
    }
    .swiper-pro .swiper-slide a .nr .t1 {
        font-size: 13px;
        display: block;
    }
    .swiper-pro .swiper-slide a .bt .img {
        width: 70px;
    }
    .swiper-pro .swiper-slide a .nr .t1 img {
        width: 13px;
        margin: 5px 10px 0 0;
    }
    .swiper-solution a .txt img {
        width: 50px;
    }
    .about .box {
        display: block;
        padding: 30px 0 0 0;
    }
    .about .box .pic {
        width: 100%;
    }
    .about .box .txt {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about .box .txt .nr {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .about .box .txt a {
        margin: 0 auto;
    }
    .hf {
        display: none;
    }
    .swiper-news {
        width: 100%;
        padding: 20px 30px 10px 10px;
    }
    .swiper-news .swiper-slide a .t2 {
        font-size: 13px;
    }
    .swiper-partner {
        width: 100%;
        padding: 30px 5px 5px 5px;
    }
    footer .box {
        display: none;
    }
    .foot-txt .wrap {
        display: block;
    }
    .foot-hf {
        display: none;
    }
    /**/
    .pro-tabs {
        padding: 10px 0;
    }
    .pro-tabs .box {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .pro-tabs .box a {
        width: calc(100% / 3);
        text-align: center;
    }
    .pro-tabs .box a:hover::before,
    .pro-tabs .box a.on::before {
        width: 50%;
    }
    .pro-box1 ul {
        margin: 24px 0 0 0;
    }
    .pro-box1 ul li .d2 {
        display: none;
    }
    .pro-box1 ul li {
        width: 48%;
        margin: 1%;
    }
    .pro-box1 ul li a {
        padding: 8px;
    }
    .pro-box1 ul li a img,
    .pro-box2 ul li img {
        width: 40px;
    }
    .pro-box1 ul li a .t1 {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        margin: 8px 0;
    }
    .pro-box1 ul li a .t2 {
        font-size: 12px;
        line-height: 20px;
    }
    .pro-box2 {
        padding: 30px 0 0 0;
    }
    .pro-box2 ul {
        padding: 24px 0 0 0;
    }
    .pro-box2 ul li {
        width: 48%;
        margin: 1%;
        padding: 8px;
        min-height: 150px;
    }
    .pro-box2 ul li .t1 {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        margin: 8px 0;
    }
    .pro-box2 ul li .t2 {
        font-size: 12px;
        line-height: 20px;
    }
    .pro-box3 {
        padding: 30px 0;
    }
    .pro-box3 ul {
        padding: 30px 0 0 0;
    }
    .pro-box3 ul li {
        padding: 8px;
        width: 48%;
        margin: 20px 1%;
    }
    .pro-box3 ul li .img3 {
        width: 54px;
        margin: -27px auto 0 auto
    }
    .pro-box3 ul li .t1 {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        padding: 10px 0 8px 0;
    }
    .pro-box3 ul li .t2 {
        font-size: 12px;
        line-height: 20px;
        padding: 3px 0;
    }
    .pro-box3 ul li .t2 img {
        width: 10px;
        margin: 5px 5px 0 0;
    }
    .title .t3 {
        font-size: 12px;
        padding-top: 10px;
    }
    .yjs-box1 ul {
        padding: 30px 0 0 0;
    }
    .yjs-box1 ul li .img img {
        width: 80%;
    }
    .yjs-box2 {
        padding: 40px 0 0 0;
    }
    .yjs-box2 .yjs2-ul {
        width: 100%;
        flex-wrap: wrap;
        padding: 20px 0 0 0;
    }
    .yjs-box2 .yjs2-ul li {
        width: calc(100% / 3 - 6%);
        margin: 2% 3%;
    }
    .yjs-box2 .yjs2-ul li .pic {
        background-size: contain;
        height: 100px;
    }
    .yjs-box2 .yjs2-ul li:nth-child(even) .pic {
        background-size: contain;
    }
    .yjs-box2 .yjs2-ul li .pic::before {
        display: none;
    }
    .yjs-box2 .yjs2-ul li .pic .bb {
        border-width: 3px;
    }
    .yjs-box2 .yjs2-ul li .pic .bb img {
        width: 55px;
    }
    /* .yjs-box2 .pro-box1 ul li a .t1{min-height: initial;} */
    .yjs-box3 {
        padding: 40px 0 0 0;
    }
    .yjs-box3 ul li .img {
        width: 46px;
        margin: -23px auto 0 auto;
    }
    .yjs-box3 ul li {
        padding: 8px;
        margin: 40px 1% 0 1%;
    }
    .yjs-box3 ul li .t1 {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        margin: 8px 0;
    }
    .yjs-box3 ul li .t2 {
        font-size: 12px;
        line-height: 20px;
        padding: 3px 0;
    }
    .yjs-box3 ul li .t2 img {
        width: 10px;
        margin: 5px 5px 0 0;
    }
    .yjs-box4 {
        padding: 35px 0;
    }
    .yjs-box4 ul .border4 {
        display: none;
    }
    .yjs-box4 ul {
        margin: 20px 0 0 0;
    }
    .yjs-box4 ul li {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .yjs-box4 ul li .txt {
        width: calc(100% - 80px);
    }
    .yjs-box4 ul li .txt .t1 {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        margin: 8px 0;
    }
    .yjs-box4 ul li .txt .t2 {
        font-size: 12px;
        line-height: 20px;
        padding: 3px 0;
    }
    .yjs-box4 ul li .txt .t2 img {
        width: 10px;
        margin: 5px 5px 0 0;
    }
    .yjs-box4 ul li .img {
        width: 80px;
    }
    .yjs-box4 ul li .img img {
        width: 46px;
    }
    .zzfw-box1 dl {
        padding: 30px 0;
    }
    .zzfw-box1 dl dt span {
        font-size: 14px;
    }
    .zzfw-box1 dl dd {
        flex-wrap: wrap;
    }
    .zzfw-box1 dl dd .pic,
    .zzfw-box1 dl dd .bt {
        width: 50%;
    }
    .zzfw-box1 dl dd .nr {
        width: 100%;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
        font-size: 13px;
    }
    .zzfw-box1 dl dd .pic .bb img {
        width: 50px;
    }
    .zzfw-box1 dl dd .pic .bb span {
        font-size: 14px;
        padding-top: 10px;
    }
    .zzfw-box1 dl dd .bt {
        padding: 10px;
    }
    /**/
    .solution-box1 .box {
        margin: 24px 0 0;
        padding: 20px 0;
        display: block;
    }
    .solution-box1 .box .pic {
        width: 100%;
    }
    .solution-box1 .box .txt {
        width: 100%;
        padding: 15px;
    }
    .solution-box1 .box .txt .t1 {
        font-size: 20px;
    }
    .solution-box2 .bigbox .box .t2 {
        font-size: 13px;
    }
    .solution-box2 .bigbox .box .t1 span {
        width: 80px;
        line-height: 30px;
    }
    .solution-box2 .bigbox .box ul {
        display: block;
    }
    .solution-box2 .bigbox .box ul li {
        width: 100%;
    }
    .solution-box3 .box .nr {
        padding: 20px 14px;
        font-size: 13px;
    }
    .solution-box3 .box .nr .p2p p,
    .solution-box2 .bigbox .box .t2 .p2p p {
        background-size: initial;
        padding-left: 30px;
    }
    .solution-box4 ul li .img {
        width: 70%;
    }
    .solution-box4 ul {
        padding: 10px 0 0 0;
    }
    /**/
    .data-box1 {
        padding: 20px 0 0 0;
    }
    .data-box1 .box {
        padding: 30px 0 0 0;
        display: block;
    }
    .data-box1 .box .pic {
        width: 100%;
    }
    .data-box1 .box .right {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .data-box1 .box .right ul li .t1 {
        font-size: 12px;
    }
    .data-box1 .box .right ul li img {
        width: 40px;
        margin-right: 10px;
    }
    .data-box2 {
        padding: 40px 0 0 0;
    }
    .data-box2 ul li {
        width: 50%;
        padding: 10px;
    }
    .data-box2 ul li .pic img {
        width: 50px;
    }
    .data-box2 ul li:nth-child(3n+3) {
        border-right: 1px solid #ccddf0;
    }
    .data-box2 ul li:nth-child(2n+2) {
        border-right: none;
    }
    .data-box2 ul li .txt .t2 {
        line-height: 20px;
        font-size: 12px;
    }
    .data-box2 ul li .txt .t3 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .data-box2 ul li .txt .t3 img {
        width: 10px;
        margin: 5px 5px 0 0;
    }
    /**/
    .news-ul li {
        padding: 15px 0;
    }
    .news-ul li a .pic {
        width: 120px;
        margin-right: 10px;
    }
    .news-ul li a .txt {
        width: calc(100% - 130px);
        padding: 0;
    }
    .news-ul li a .txt .t2 {
        font-size: 12px;
        line-height: 20px;
        margin: 4px 0;
    }
    .news-show .t2 {
        font-size: 14px;
        line-height: 24px;
    }
    .news-ul li a .txt .t1 {
        font-size: 14px;
        font-weight: bold;
    }
    /**/
    .about-box2,
    .about-box1 {
        padding: 30px 0;
    }
    .about-box2 ul,
    .about-box1 .box {
        padding: 30px 0 0 0;
    }
    .about-box2 ul li .txt {
        left: 10px;
        top: 20px;
    }
    .about-box2 ul li .txt .t1 {
        font-size: 15px;
        font-weight: bold;
    }
    .about-box2 ul li .txt .t1 img {
        width: 30px
    }
    .about-box2 ul li .txt .t2 {
        width: 100%;
        line-height: 20px;
        padding-top: 8px;
    }
    .about-box2 ul li .txt .t2 br {
        display: none;
    }
    .about-box2 ul li::before {
        padding-top: 90%;
    }
    .about-box3 .box {
        margin: 35px 0 0 0;
    }
    .about-box3 .box .txt .nr {
        height: 150px;
    }
    .about-box3 .box .txt {
        padding: 14px 0 90px 0;
    }
    .about-box3 .box .txt::after {
        bottom: 65px;
    }
    .about-box3 .box .txt .nr .t1 {
        line-height: 36px;
    }
    .about-box3 .box .txt .nr .t2 {
        line-height: 20px;
    }
    .about-box5 .box {
        display: block;
        margin: 30px 0 0 0;
    }
    .about-box5 .box .map {
        width: 100%;
    }
    .about-box5 .box .txt {
        width: 100%;
        padding: 20px 10px;
    }
    .p2p p {
        background-size: 4%;
        padding-left: 20px
    }
    .about-box6 .ul-box ul li {
        margin-bottom: 10px;
    }
    .about-box6 .ul-box ul li .top .t1 {
        font-size: 18px;
    }
    .dialog-bg {
        background: rgba(255, 255, 255, 1);
    }
    .dialog-box {
        width: 94%;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        border: none;
        padding: 15px;
    }
    .dialog-box form .form-group {
        width: 100%;
    }
}

@media (max-width:567px) {}

@media (max-width:336px) {}