body {
    --ww: 2rem;
    --bj: var(--ww);
    --top: 0.8rem;
    --color: #006ab8;
    --gap: 0.8rem;
    --f14: 0.14rem;
    --f16: 0.16rem;
    --f18: 0.18rem;
    --f20: 0.2rem;
    --f22: 0.22rem;
    --f24: 0.24rem;
    --f26: 0.26rem;
    --f28: 0.28rem;
    --f30: 0.3rem;
    --f32: 0.32rem;
    --f34: 0.34rem;
    --f36: 0.36rem;
    --f40: 0.4rem;
    --f44: 0.44rem;
    --f46: 0.46rem;
    --f48: 0.48rem;
    --f54: 0.54rem;
    --f56: 0.56rem;
    --f58: 0.58rem;
    --f60: 0.6rem;
}

.lpkMain>section{
    display: none;
}
.lpkMain>section.act{
    display: block;
}
/*::selection {*/
/*  background-color: #ff0000;*/
/*  color: white;*/
/*}*/

/*::-moz-selection {*/
/*  background-color: #2196F3;*/
/*  color: white;*/
/*}*/

/*::-webkit-selection {*/
/*  background-color: #2196F3;*/
/*  color: white;*/
/*}*/


#images img {
    cursor: pointer;
}

@media (min-width: 1921px) {
    body {
        --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
    }
}


/* 图片弹框 */

.layerImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}

.layerImg .close {
    position: absolute;
    right: 5vw;
    top: 0.5rem;
}

.layerImg .close i {
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    transition: 0.4s;
    display: inline-block;
}

.layerImg .close i:hover {
    transform: rotate(180deg);
}

.layerImg .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(18rem, 90vw);
    transform: translate(-50%, -50%);
    display: flex;
    height: 80vh;
}

.layerImg .box img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/* 图片弹框 End */


@media screen and (max-width: 1520px) {
    body {
        --f14: 12px;
        --f16: 12px;
        --f18: 14px;
        --f20: 16px;
        --f22: 18px;
        --f24: 18px;
        --f26: 20px;
        --ww: 1.8rem;
    }
}

@media screen and (max-width: 1281px) {
    body {
        --ww: 1.5rem;
    }
}

@media screen and (max-width: 1200px) {
    body {
        --f20: 16px;
        --f22: 16px;
        --f24: 18px;
        --f26: 20px;
        --f28: 0.36rem;
        --f30: 0.36rem;
        --f32: 0.36rem;
        --f34: 0.38rem;
        --f36: 0.4rem;
        --f40: 0.4rem;
        --f44: 0.4rem;
        --f46: 0.4rem;
        --f48: 0.4rem;
        --f54: 0.5rem;
        --f56: 0.52rem;
        --f58: 0.52rem;
        --f60: 0.54rem;
        --bj: 5vw;
        --top: 60px;
    }
}

@media screen and (max-width: 767px) {
    body {
        --f14: 0.26rem;
        --f16: 0.28rem;
        --f18: 0.3rem;
        --f20: 0.3rem;
        --f22: 0.32rem;
        --f24: 0.34rem;
        --f26: 0.34rem;
        --f28: 0.4rem;
        --f30: 0.4rem;
        --f32: 0.4rem;
        --f34: 0.4rem;
        --f36: 0.4rem;
        --f40: 0.4rem;
        --f44: 0.4rem;
        --f46: 0.4rem;
        --f48: 0.42rem;
        --f54: 0.44rem;
        --f56: 0.46rem;
        --f58: 0.46rem;
        --f60: 0.48rem;
    }
}

body::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #006ab8;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

@-moz-document url-prefix() {
    body {
        scrollbar-color: #006ab8 #fff;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }
}

/** 纵向滚动条样式 */
.public_author,
.maodian,
.public_anchor {
    position: relative;
    top: calc(var(--top) * -1 + 1px);
}


.public_anchor {
    top: calc((var(--top) + 0.9rem) * -1 + 1px);
}


.pt {
    padding-top: var(--gap);
}

.pb {
    padding-bottom: var(--gap);
}

.wMain {
    padding-left: var(--bj);
    padding-right: var(--bj);
    width: 100%;
}

.Privacy_Policy .box_ .content1 {
    font-size: var(--f32);
}

.Privacy_Policy .box_ .hr {
    border-top: 1px solid #eee;
    margin: 0.5rem 0;
}

.Privacy_Policy .box_ .content3 {
    font-size: var(--f18);
    line-height: 1.8;
    color: #333;
}

.Search_List .box1 {
    padding: 1.4rem 0 0.5rem;
    font-size: var(--f20);
    background: #f6f6f6;
}

.Search_List .box2 {
    min-height: 40vh;
}

.Search_List .box2 .item {
    padding: 0.2rem 0.8rem;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1200px) {
    .Search_List .box2 .item {
        padding: 0.2rem 0rem;
    }
}

.Search_List .box2 .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Search_List .box2 .item a .left {
    max-width: 80%;
}

.Search_List .box2 .item a .left .t {
    font-size: var(--f14);
    color: #999;
}

.Search_List .box2 .item a .left .b {
    font-size: var(--f24);
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Search_List .box2 .item a .right {
    font-size: var(--f16);
    color: var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Search_List .box2 .item a .right i {
    font-size: var(--f16);
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Search_List .box2 .item a:hover .b {
    color: #006ab8;
}

.Search_List .box2 .item a:hover .right i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.Search_List .box3 {
    font-size: var(--f18);
    text-align: center;
}

.Sitemap .ap_top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.46rem;
}

.Sitemap .ap_top p {
    font-size: var(--f32);
    color: #000;
}

.Sitemap .ap_bot .item {
    padding: 0.44rem 0;
    border-bottom: 1px solid #ccc;
}

.Sitemap .ap_bot .item .content1 a {
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: var(--f26);
}

.Sitemap .ap_bot .item .content1 a:hover {
    color: #006ab8;
}

.Sitemap .ap_bot .item .content2 {
    margin-top: 0.22rem;
    font-size: var(--f20);
}

.Sitemap .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.2rem;
}

.Sitemap .ap_bot .item .content2 .firstorder a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333;
}

.Sitemap .ap_bot .item .content2 .firstorder a:hover {
    color: #006ab8;
}

.Sitemap .ap_bot .item .content2 .multistage {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.2rem;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
    color: #006ab8;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
    margin-top: 0.26rem;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
    font-size: 0.9em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
    color: #006ab8;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
    padding-left: 0.1rem;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
    margin-top: 0.14rem;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #666;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 0.9em;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
    color: #006ab8;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
    padding-left: 0.1rem;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
    margin-top: 0.1rem;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #666;
    line-height: 1.4;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 0.9em;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a+a {
    margin-top: 4px;
}

.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
    color: #006ab8;
}

@media (max-width: 1200px) {

    .Sitemap .ap_bot .item .content2 .multistage,
    .Sitemap .ap_bot .item .content2 .firstorder {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 750px) {

    .Sitemap .ap_bot .item .content2 .multistage,
    .Sitemap .ap_bot .item .content2 .firstorder {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pc_header {
    --w: 33px;
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
}

.pc_header .he_box {
    font-size: var(--f18);
}

.pc_header .he_box .logo a img {
    height: 0.5rem;
}

.pc_header .he_box .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1rem;
}

.pc_header .he_box .column .nav .item {
    position: relative;
}

.pc_header .he_box .column .nav .item>p a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333;
    line-height: var(--top);
}

.pc_header .he_box .column .nav .item>p a i {
    font-size: 0.8em;
}

.pc_header .he_box .column .nav .item+.item {
    margin-left: 0.36rem;
}

.pc_header .he_box .column .nav .item:hover>p a,
.pc_header .he_box .column .nav .item.active>p a {
    color: #006ab8;
}

.pc_header .he_box .column .nav .item:hover .headerNav,
.pc_header .he_box .column .nav .item:hover .headerNav2 {
    opacity: 1;
    visibility: inherit;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
}

.pc_header .he_box .column .nav .item1 {
    position: initial;
}

.pc_header .he_box .menu .tel .svg {
    width: var(--w);
    height: var(--w);
    background: #006ab8;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pc_header .he_box .menu .tel .svg svg {
    max-width: 52%;
    margin: auto;
    -webkit-animation: call 0.5s ease 0s infinite;
    animation: call 0.5s ease 0s infinite;
}

.pc_header .he_box .menu .tel a {
    margin-left: 0.1rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333;
    font-family: MontserratBold;
}

.pc_header .he_box .menu .tel a:hover {
    color: #006ab8;
}

.pc_header .he_box .menu .line {
    color: #ccc;
    margin: 0 0.3rem 0 0.18rem;
}

.pc_header .he_box .menu .search {
    cursor: pointer;
}

.pc_header .he_box .menu .search svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.pc_header .he_box .menu .search svg:hover path {
    fill: #006ab8;
}

.pc_header .he_box .menu .lang {
    margin-left: 0.26rem;
}

.pc_header .he_box .menu .lang a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333;
    font-family: MontserratBold;
}

.pc_header .he_box .menu .lang a:hover {
    color: #006ab8;
}

.pc_header .he_box .menu .lxwm {
    margin-left: 0.38rem;
}

.pc_header .he_box .menu .lxwm a {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    padding: 0 0.28rem;
    line-height: var(--h2);
    border-radius: 6px;
    outline: 1px solid #006ab8;
    color: #006ab8;
}

.pc_header .he_box .menu .lxwm a:hover {
    color: #fff;
    background: #006ab8;
}

.headerNav {
    position: absolute;
    left: 0;
    width: 100%;
    background: url(../images/img40.jpg) no-repeat 50% 50% / cover;
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0px 20px 25px 0px rgba(190, 190, 190, 0.35);
    box-shadow: 0px 20px 25px 0px rgba(190, 190, 190, 0.35);
    --t: 0.6rem;
    --l: 0.65rem;
    opacity: 0;
    visibility: hidden;
}

.headerNav .box_ .left_ {
    background: #fff;
    min-height: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding: var(--t) var(--bj);
}

@media screen and (min-width: 1920px) {
    .headerNav .box_ .left_ {
        padding: var(--t) 2rem var(--t) var(--bj);
    }
}

.headerNav .box_ .left_ .item_ .top_ {
    /*font-size: var(--f22);*/
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    padding-left: 0.48rem;
}

.headerNav .box_ .left_ .item_ .top_ img {
    position: absolute;
    left: 0;
    top: 50%;
    height: 0.34rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.headerNav .box_ .left_ .item_ .top_:hover {
    color: #006ab8;
}

.headerNav .box_ .left_ .item_ .heng {
    margin: 0.28rem 0 0.4rem;
    height: 1px;
    background: #ccc;
}

.headerNav .box_ .left_ .item_ ul li {
    margin-bottom: 0.2rem;
}

.headerNav .box_ .left_ .item_ ul li:last-child {
    margin-bottom: 0;
}

.headerNav .box_ .left_ .item_ ul li a {
    font-size: var(--f16);
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.headerNav .box_ .left_ .item_ ul li a:hover {
    color: #006ab8;
}

.headerNav .box_ .left_ .item_ ul li.active a {
    color: #006ab8;
    font-weight: bold;
}

.headerNav .box_ .right_ {
    width: 6.5rem;
    padding: var(--t) var(--bj) var(--t) var(--l);
}

.headerNav .box_ .right_ .a figure {
    overflow: hidden;
}

.headerNav .box_ .right_ .a figure img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.headerNav .box_ .right_ .a figcaption {
    padding: 0.35rem 0.3rem 0;
    height: 1.6rem;
    background: #fff;
}

.headerNav .box_ .right_ .a figcaption .content1 {
    /*font-size: var(--f22);*/
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 1.2em;
    max-height: 1.2em;
    line-height: 1.2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: distribute-all-lines;
}

.headerNav .box_ .right_ .a figcaption .content2 {
    font-size: var(--f16);
    color: #006ab8;
    margin-top: 0.12rem;
}

.headerNav .box_ .right_ .a figcaption .content2 i {
    margin-left: 0.08rem;
    font-size: var(--f16);
}

.headerNav .box_ .right_ .a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.headerNav .box_ .right_ .a:hover figcaption .content1 {
    color: #006ab8;
}


.headerNav33 .box_ .left_,
.headerNav22 .box_ .left_ {
    gap: 0.2rem 0.5rem;
    grid-template-columns: repeat(3, 1fr);
}

.headerNav33 .box_ .left_ .item_ .top_,
.headerNav22 .box_ .left_ .item_ .top_ {
    font-size: var(--f16);
    color: #666;
}

.headerNav33 .box_ .left_ .item_ .heng,
.headerNav22 .box_ .left_ .item_ .heng {
    margin-bottom: 0;
    display: none;
    opacity: 0;
}

.headerNav33 .box_ .left_ .item_:hover .heng,
.headerNav22 .box_ .left_ .item_:hover .heng {
    opacity: 1;
    background: #006ab8;
}

.headerNav22 .box_ .left_ {
    grid-template-columns: repeat(2, 1fr);
}

.headerNav22 .box_ .left_ .item_:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.headerNav22 .box_ .left_ .item_:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}

.headerNav22 .box_ .left_ .item_:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
}

.headerNav22 .box_ .left_ .item_:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
}

.headerNav22 .box_ .left_ .item_:nth-child(5) {
    grid-area: 5 / 1 / 6 / 2;
}

.headerNav22 .box_ .left_ .item_:nth-child(6) {
    grid-area: 1 / 2 / 2 / 3;
}

.headerNav22 .box_ .left_ .item_:nth-child(7) {
    grid-area: 2 / 2 / 3 / 3;
}

.headerNav22 .box_ .left_ .item_:nth-child(8) {
    grid-area: 3 / 2 / 4 / 3;
}

.headerNav22 .box_ .left_ .item_:nth-child(9) {
    grid-area: 4 / 2 / 5 / 3;
}

.headerNav2 {
    position: absolute;
    left: -0.4rem;
    width: 9rem;
    min-height: 1rem;
    background: #fff;
    -webkit-box-shadow: 0px 20px 25px 0px rgba(190, 190, 190, 0.35);
    box-shadow: 0px 20px 25px 0px rgba(190, 190, 190, 0.35);
    --t: 0.4rem;
    --l: 0.4rem;
    opacity: 0;
    visibility: hidden;
}

.headerNav2 .box_ .left_ {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: var(--t) var(--l);
    padding-right: 0.4rem;
}

.headerNav2 .box_ .left_ ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 0.8rem;
}

.headerNav2 .box_ .left_ ul li a {
    font-size: var(--f16);
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

.headerNav2 .box_ .left_ ul li a i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: var(--f14);
    color: #999;
    display: none;
}

.headerNav2 .box_ .left_ ul li a:hover {
    color: #006ab8;
}

.headerNav2 .box_ .left_ ul li.active a {
    color: #006ab8;
    font-weight: bold;
}

.headerNav2 .box_ .left_ ul li.active a i {
    opacity: 1;
    color: #006ab8;
}

.headerNav2 .box_ .right_ {
    width: 4.3rem;
    padding: var(--t) var(--l);
}

.headerNav2 .box_ .right_ .a figure {
    overflow: hidden;
}

.headerNav2 .box_ .right_ .a figure img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.headerNav2 .box_ .right_ .a figcaption {
    padding: 0.3rem 0rem 0;
    background: #fff;
}

.headerNav2 .box_ .right_ .a figcaption .content1 {
    font-size: var(--f22);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.headerNav2 .box_ .right_ .a figcaption .content2 {
    font-size: var(--f16);
    color: #006ab8;
    margin-top: 0.12rem;
}

.headerNav2 .box_ .right_ .a figcaption .content2 i {
    margin-left: 0.08rem;
    font-size: var(--f16);
}

.headerNav2 .box_ .right_ .a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.headerNav2 .box_ .right_ .a:hover figcaption .content1 {
    color: #006ab8;
}

.headerNav3 {
    width: 7rem;
}

.headerNav3 .box_ .left_ ul {
    grid-template-columns: repeat(1, 1fr);
}

.pc_footer {
    background: #1f1f1f;
    font-size: var(--f18);
    margin-top: -1px;
}

.pc_footer .ter_top {
    padding: var(--gap) 0 0.46rem;
}

.pc_footer .ter_top .le_box {
    width: 64%;
}

.pc_footer .ter_top .le_box .item {
    max-width: 25%;
}

.pc_footer .ter_top .le_box .item .one {
    margin-bottom: 0.4rem;
}

.pc_footer .ter_top .le_box .item .one a {
    font-size: var(--f24);
    color: #fff;
}

.pc_footer .ter_top .le_box .item .two a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #999;
}

.pc_footer .ter_top .le_box .item .two a+a {
    margin-top: 0.1rem;
}

.pc_footer .ter_top .le_box .item .two a:hover {
    color: #fff;
}

.pc_footer .ter_top .ri_box .fwrx {
    font-size: var(--f24);
    margin-bottom: 0.4rem;
}

.pc_footer .ter_top .ri_box .fwrx p {
    color: #fff;
}

.pc_footer .ter_top .ri_box .fwrx a {
    font-size: 1.17em;
    margin-top: 0.1rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    font-family: MontserratBold;
}

.pc_footer .ter_top .ri_box .code p {
    color: #999;
    line-height: 1.4;
    margin-bottom: 0.24rem;
}

.pc_footer .ter_top .ri_box .code img {
    width: 1rem;
}

.pc_footer .ter_bot {
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    padding: 0.46rem 0;
}

.pc_footer .ter_bot .le_box .hot {
    color: #999;
}

.pc_footer .ter_bot .le_box .hot a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #999;
}

.pc_footer .ter_bot .le_box .hot a+a {
    margin-left: 0.12rem;
}

.pc_footer .ter_bot .le_box .hot a:hover {
    color: #fff;
}

.pc_footer .ter_bot .le_box .copy {
    margin-top: 0.1rem;
}

.pc_footer .ter_bot .le_box .copy p {
    color: #999;
}

.pc_footer .ter_bot .le_box .copy p a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #999;
}

.pc_footer .ter_bot .le_box .copy p a:hover {
    color: #fff;
}

.pc_footer .ter_bot .le_box .copy p+p {
    margin-left: 0.12rem;
}

.pc_footer .ter_bot .ri_box a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #999;
}

.pc_footer .ter_bot .ri_box a+a {
    margin-left: 0.12rem;
}

.pc_footer .ter_bot .ri_box a:hover {
    color: #fff;
}

.pu_aside {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 5;
    position: fixed;
    right: -75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    --h: 70px;
}

.pu_aside .box {
    font-size: var(--f14);
}

.pu_aside .box .div1,
.pu_aside .box .div2 {
    background: #fff;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
}

.pu_aside .box .div2 {
    margin-top: 0.12rem;
}

.pu_aside .box .li {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    width: 75px;
    height: var(--h);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
}

.pu_aside .box .li a {
    margin: auto;
}

.pu_aside .box .li a .svg {
    text-align: center;
}

.pu_aside .box .li a .svg svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.pu_aside .box .li a .text {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: 6px;
    color: #666;
}

.pu_aside .box .li:hover {
    background: #006ab8;
}

.pu_aside .box .li:hover a .svg svg path {
    fill: #fff;
}

.pu_aside .box .li:hover a .text {
    color: #fff;
}

.pu_aside .box .call p {
    position: absolute;
    top: 50%;
    right: 85px;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    z-index: 6;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.pu_aside .box .call p a {
    white-space: nowrap;
    font-size: var(--f20);
    background: #fff;
    padding: 0 0.24rem;
    line-height: 60px;
    color: #006ab8;
    font-family: MontserratBold;
}

.pu_aside .box .call p::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    border: 6px solid transparent;
    border-left-color: #fff;
}

.pu_aside .box .call:hover p {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.pu_aside .box .ewm p {
    position: absolute;
    top: 50%;
    right: 85px;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    width: 1.1rem;
    z-index: 6;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.pu_aside .box .ewm p img {
    width: 100%;
}

.pu_aside .box .ewm p::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    border: 6px solid transparent;
    border-left-color: #fff;
}

.pu_aside .box .ewm:hover p {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.pu_aside.active {
    right: 10px;
}

@-webkit-keyframes call {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@keyframes call {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

:root {
    --rw: 0.52rem;
    --w1: 1.8rem;
    --w2: 1.58rem;
    --h1: 0.5rem;
    --h2: 0.4rem;
}

.white {
    color: #fff;
}

.pu_link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.pu_link .a {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    min-width: var(--w1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #006ab8;
    padding: 0 0.28rem;
    height: var(--h1);
    border-radius: 6px;
    font-size: var(--f18);
    cursor: pointer;
}

.pu_link .a i,
.pu_link .a span {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
}

.pu_link .a i {
    font-size: 0.9em;
    margin-left: 0.1rem;
}

.pu_link:hover .a {
    -webkit-transform: translateY(-0.06rem);
    -ms-transform: translateY(-0.06rem);
    transform: translateY(-0.06rem);
}

.pu_link.bg_white .a {
    background: #fff;
}

.pu_link.bg_white .a i,
.pu_link.bg_white .a span {
    color: #006ab8;
}

.pu_link.border_color .a {
    outline: 1px solid #006ab8;
    background: none;
}

.pu_link.border_color .a i,
.pu_link.border_color .a span {
    color: #006ab8;
}

.pu_link.border_color .a:hover {
    background: #006ab8;
}

.pu_link.border_color .a:hover i,
.pu_link.border_color .a:hover span {
    color: #fff;
}

.pu_link.border_white .a {
    min-width: var(--w2);
    outline: 1px solid #fff;
    background: none;
}

.pu_link.border_white .a i,
.pu_link.border_white .a span {
    color: #fff;
}

.pu_link.border_white .a:hover {
    background: #fff;
}

.pu_link.border_white .a:hover i,
.pu_link.border_white .a:hover span {
    color: #006ab8;
}

.pu_link+.pu_link {
    margin-left: 0.2rem;
}

.title_01 {
    text-align: center;
}

.title_01 .t1 {
    font-size: var(--f46);
    line-height: 1.3;
}

.title_01 .t2 {
    margin-top: 0.14rem;
    font-size: var(--f28);
}

.more_01 {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #006ab8;
    font-size: var(--f18);
}

.more_01 i {
    font-size: 0.9em;
    margin-left: 0.1rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.more_01:hover i {
    margin-left: 0.12rem;
}

.index_banner {
    position: relative;
}

.index_banner .swiper .swiper-slide {
    position: relative;
}

.index_banner .swiper .swiper-slide .slide_img {
    width: 100%;
}

.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
    width: 100%;
}

.index_banner .swiper .swiper-slide .slide_post {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 var(--bj);
}

.index_banner .swiper .swiper-slide .slide_post>div {
    width: 100%;
    margin: auto;
}

.index_banner .swiper .swiper-slide .slide_post>div .content1 {
    font-size: var(--f18);
    color: #fff;
}

.index_banner .swiper .swiper-slide .slide_post>div .content1 .tips {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
    opacity: 0;
    border-left: 2px solid #006ab8;
    padding-left: 0.1rem;
    line-height: 1;
}

.index_banner .swiper .swiper-slide .slide_post>div .content1 .text {
    -webkit-transition: 0.5s 0.25s;
    -o-transition: 0.5s 0.25s;
    transition: 0.5s 0.25s;
    -webkit-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
    opacity: 0;
    margin-top: 0.44rem;
    width: 6.4rem;
    text-align: justify;
}

.index_banner .swiper .swiper-slide .slide_post>div .content1 .text .t1 {
    font-size: var(--f46);
    color: #fff;
}

.index_banner .swiper .swiper-slide .slide_post>div .content1 .text .t2 {
    margin: 0.1rem 0 0.18rem;
    font-size: var(--f28);
}

.index_banner .swiper .swiper-slide .slide_post>div .content1 .text .t3 {
    line-height: 1.77;
}

.index_banner .swiper .swiper-slide .slide_post>div .content2 {
    -webkit-transition: 0.5s 0.5s;
    -o-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s;
    -webkit-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
    opacity: 0;
    margin-top: 0.38rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index_banner .swiper .swiper-slide-active .slide_post>div .content1 .text,
.index_banner .swiper .swiper-slide-active .slide_post>div .content1 .tips {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.index_banner .swiper .swiper-slide-active .slide_post>div .content2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.index_banner .page_ {
    z-index: 5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.3rem;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_banner .page_ .x {

    margin: 0 .2rem;
}

.index_banner .page_ .x>div {
    display: flex;

}

.index_banner .page_ .btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.index_banner .page_ .btn i {
    color: #fff;
    font-size: .24rem;
}

.index_banner .div_ .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #fff;
    opacity: 0.5;
    border: none;
    border-radius: 0;
    display: flex;
}

.index_banner .div_ .swiper-pagination-bullet-active {
    opacity: 1;
}

.index_product .ct_bot {
    margin-top: 0.5rem;
}

.index_product .ct_bot .content1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index_product .ct_bot .content1 .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.index_product .ct_bot .content1 .item .bk {
    background: #efefef;
    overflow: hidden;
}

.index_product .ct_bot .content1 .item .bk img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    width: 100%;
    height: 4.1rem;
}

.index_product .ct_bot .content1 .item .post {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index_product .ct_bot .content1 .item .post>div {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.4rem 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index_product .ct_bot .content1 .item .post>div .text .t1 {
    color: #000;
    font-size: var(--f28);
}

.index_product .ct_bot .content1 .item .post>div .text .t2 {
    margin-top: 0.26rem;
    color: #333;
    font-size: var(--f18);
    line-height: 1.7;
}

.index_product .ct_bot .content1 .item .post>div .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: var(--f18);
    overflow: hidden;
}

.index_product .ct_bot .content1 .item .post>div .btn>div {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -ms-transform: translateX(calc((100% - var(--f18) * 0.9) * -1));
    transform: translateX(calc((100% - var(--f18) * 0.9) * -1));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #006ab8;
}

.index_product .ct_bot .content1 .item .post>div .btn>div i {
    font-size: 0.9em;
    margin-left: 4px;
}

.index_product .ct_bot .content1 .item+.item {
    margin-left: 10px;
}

@media screen and (min-width: 1200px) {
    .index_product .ct_bot .content1 .item:hover {
        -webkit-box-flex: 2.1;
        -webkit-flex: 2.1;
        -ms-flex: 2.1;
        flex: 2.1;
    }

}

.index_product .ct_bot .content1 .item:hover .bk img {
    opacity: 1;
}

.index_product .ct_bot .content1 .item:hover .post>div .text .t2,
.index_product .ct_bot .content1 .item:hover .post>div .text .t1 {
    color: #fff;
}

.index_product .ct_bot .content1 .item:hover .post>div .btn>div {
    color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}






.index_product .ct_bot .content2 {
    margin-top: 0.6rem;
}

.index_industry {
    background: url("../images/bk-2.jpg") no-repeat center / cover;
}

.index_industry .try_bot {
    margin-top: 0.32rem;
}

.index_industry .try_bot .content1 {
    position: relative;
    padding: 0 1.5rem;
}

.index_industry .try_bot .content1 .swiper .swiper-slide p {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    font-size: var(--f24);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: var(--rw);
}

.index_industry .try_bot .content1 .swiper .swiper-slide p::before {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #006ab8;
}

.index_industry .try_bot .content1 .swiper .swiper-slide:hover p,
.index_industry .try_bot .content1 .swiper .swiper-slide.active p {
    color: #006ab8;
}

.index_industry .try_bot .content1 .swiper .swiper-slide:hover p::before,
.index_industry .try_bot .content1 .swiper .swiper-slide.active p::before {
    width: 100%;
}

.index_industry .try_bot .content1 .div_ .prev,
.index_industry .try_bot .content1 .div_ .next {
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 0;
    width: var(--rw);
    height: var(--rw);
    border-radius: 6px;
    outline: 1px solid #006ab8;
    color: #006ab8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--f18);
}

.index_industry .try_bot .content1 .div_ .prev i,
.index_industry .try_bot .content1 .div_ .next i {
    margin: auto;
}

.index_industry .try_bot .content1 .div_ .prev:hover,
.index_industry .try_bot .content1 .div_ .next:hover {
    background: #fff;
    outline-color: #fff;
    color: #ccc;
}

.index_industry .try_bot .content1 .div_ .prev {
    left: 0;
}

.index_industry .try_bot .content1 .div_ .next {
    right: 0;
}

.index_industry .try_bot .content2 {
    margin-top: 0.36rem;
}

.index_industry .try_bot .content2 .swiper .swiper-slide a {
    background: #fff;
}

.index_industry .try_bot .content2 .swiper .swiper-slide a .le_box {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index_industry .try_bot .content2 .swiper .swiper-slide a .le_box>div {
    width: 100%;
    margin: auto;
    padding: 0 0.86rem;
}

.index_industry .try_bot .content2 .swiper .swiper-slide a .le_box>div .text .t1 {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: var(--f28);
}

.index_industry .try_bot .content2 .swiper .swiper-slide a .le_box>div .text .t2 {
    margin-top: 0.26rem;
    font-size: var(--f18);
    line-height: 1.7;
    /*height: 5.1em;*/
    /*-o-text-overflow: ellipsis;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    /*text-justify: distribute-all-lines;*/
}

.index_industry .try_bot .content2 .swiper .swiper-slide a .le_box>div .btn {
    margin-top: 0.6rem;
}

.index_industry .try_bot .content2 .swiper .swiper-slide a .ri_box {
    width: 50%;
    overflow: hidden;
}

.index_industry .try_bot .content2 .swiper .swiper-slide a .ri_box img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .index_industry .try_bot .content2 .swiper .swiper-slide a:hover .le_box>div .text .t1 {
        color: #006ab8;
    }

    .index_industry .try_bot .content2 .swiper .swiper-slide a:hover .ri_box img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.index_industry .try_bot .content3 {
    margin-top: 0.6rem;
}

.index_case .se_bot {
    margin-top: 0.5rem;
    position: relative;
}

.index_case .se_bot .banner1 .swiper .swiper-slide {
    position: relative;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .bk {
    width: 100%;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .bk img {
    width: 100%;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .post {
    position: absolute;
    width: 100%;
    height: -webkit-calc(99%);
    height: calc(100% - 1rem);
    top: 0;
    left: 0;
    padding: 0 var(--bj);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .post a {
    /*border-top: 3px solid transparent;*/
    margin: auto 0;
    width: 5.46rem;
    background: #fff;
    padding: 0.48rem;
    position: relative;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .post a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    background: #006ab8;
    width: 0%;
    transition: 4.8s;
}

.index_case .se_bot .banner1 .swiper .swiper-slide-active .post a:after {
    width: 100%;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .post a .text {
    font-size: var(--f18);
}

.index_case .se_bot .banner1 .swiper .swiper-slide .post a .text .t1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #006ab8;
    color: #fff;
    line-height: 1.6;
    padding: 0 8px;
    border-radius: 4px;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .post a .text .t2 {
    margin: 0.12rem 0 0.36rem;
    font-size: var(--f28);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .post a .text .t3 {
    line-height: 1.7;
    height: 6.8em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-justify: distribute-all-lines;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .post a .btn {
    margin-top: 0.46rem;
}

.index_case .se_bot .banner1 .swiper .swiper-slide .post a:hover .text .t2 {
    color: #006ab8;
}

.index_case .se_bot .banner2 {
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0 var(--bj);
    margin-top: -0.98rem;
    position: relative;
    z-index: 1;
}

.index_case .se_bot .banner2 .swiper .swiper-slide {
    cursor: pointer;
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index_case .se_bot .banner2 .swiper .swiper-slide img {
    max-width: 70%;
    max-height: 60%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: auto;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.5;
}

.index_case .se_bot .banner2 .swiper .swiper-slide:hover img,
.index_case .se_bot .banner2 .swiper .swiper-slide.active1 img,
.index_case .se_bot .banner2 .swiper .swiper-slide-thumb-active img {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.index_news .ws_bot {
    margin-top: 0.5rem;
}

.index_news .ws_bot .content1 {
    position: relative;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a {
    position: relative;
    background: #f6f6f6;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .img {
    width: 100%;
    overflow: hidden;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .box {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .box>div {
    padding: 0.58rem 0.38rem;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .box>div .time {
    font-size: var(--f18);
    color: #999;
    font-family: MontserratRegular;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .box>div .text {
    margin-top: 0.16rem;
    font-size: var(--f24);
    line-height: 1.4;
    height: 2.8em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .post {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    position: absolute;
    width: 100%;
    min-height: 66%;
    left: 0;
    bottom: -10%;
    background: rgba(246, 246, 246, 0.8);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .post>div {
    padding: 0.58rem 0.38rem;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .post>div .text .t1 {
    color: #006ab8;
    font-size: var(--f24);
    line-height: 1.4;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .post>div .text .t2 {
    margin-top: 0.22rem;
    font-size: var(--f18);
    line-height: 1.7;
    height: 5.1em;
    color: #666;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-justify: distribute-all-lines;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a .post>div .btn {
    margin-top: 0.44rem;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.index_news .ws_bot .content1 .swiper .swiper-slide a:hover .box {
    opacity: 0;
}

.index_news .ws_bot .content1 .swiper .swiper-slide a:hover .post {
    opacity: 1;
    bottom: 0;
}

.index_news .ws_bot .content2 {
    margin-top: 0.6rem;
}

.bannerBtn1 .prev,
.bannerBtn1 .next {
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: var(--rw);
    height: var(--rw);
    border-radius: 6px;
    outline: 1px solid #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--f18);
    background: #f6f6f6;
    color: #ccc;
}

.bannerBtn1 .prev i,
.bannerBtn1 .next i {
    margin: auto;
    font-size: var(--f18);
}

.bannerBtn1 .prev:hover,
.bannerBtn1 .next:hover {
    background: transparent;
    outline-color: #006ab8;
    color: #006ab8;
}

.bannerBtn1 .prev {
    left: calc((0.5rem + var(--rw)) * -1);
}

.bannerBtn1 .next {
    right: calc((0.5rem + var(--rw)) * -1);
}

.index_demo {
    position: relative;
}

.index_demo .bk {
    width: 100%;
}

.index_demo .bk img {
    width: 100%;
}

.index_demo .post {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 var(--bj);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index_demo .post>div {
    width: 100%;
    margin: auto;
    text-align: center;
}

.index_demo .post>div .btn {
    margin-top: 0.2rem;
}

.dw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .pc_main {
        display: none !important;
    }
}

.phone_main {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .phone_main {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.center {
    text-align: center;
}

.bgColor {
    background: #efefef;
}

.bgf6 {
    background: #f6f6f6;
}

img {
    max-width: 100%;
}

em {
    font-style: normal;
}

.mt {
    margin-top: 0.56rem;
}

.flexBetween {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexStart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexCenter {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexEnd {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Inner_Banner {
    position: relative;
}

.Inner_Banner .img img {
    width: 100%;
}

.Inner_Banner .orientation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Inner_Banner .orientation .box {
    color: #fff;
}

.Inner_Banner .orientation .box .content1 {
    font-size: var(--f46);
}

.Inner_Banner .orientation .box .content2 {
    font-size: var(--f18);
    line-height: 1.8;
    max-width: 6rem;
    margin-top: 0.14rem;
}

.Inner_Banner .orientation .box .content2_ {
    max-width: 8.5rem;
}

.Inner_Banner .orientation .box .content3 {
    margin-top: 0.42rem;
}

.Inner_Banner .orientation .box .content4 {
    font-size: var(--f28);
    margin-top: 0.1rem;
}

.desc_01 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
}

.Industry_1 .box {
    display: grid;
    gap: 0.3rem 0.2rem;
    grid-template-columns: repeat(3, 1fr);
}

.Industry_1 .box .item {
    padding: 0.45rem 0.4rem;
    background: #efefef;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Industry_1 .box .item .content1 .six {
    position: relative;
    width: 72px;
}

.Industry_1 .box .item .content1 .six div {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Industry_1 .box .item .content1 .six .hexagon-container {
    position: relative;
    height: 82px;
}

.Industry_1 .box .item .content1 .six .hexagon-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006ab8;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.Industry_1 .box .item .content1 .six .hexagon-inner {
    position: absolute;
    top: 2px;
    left: 2px;
    width: -webkit-calc(96%);
    width: calc(100% - 4px);
    height: -webkit-calc(96%);
    height: calc(100% - 4px);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #efefef;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Industry_1 .box .item .content1 .six .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: MontserratMedium;
    font-size: var(--f32);
    color: #006ab8;
    line-height: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Industry_1 .box .item .content2 {
    font-size: var(--f28);
    margin-top: 0.4rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Industry_1 .box .item .content3 {
    margin-top: 0.18rem;
}

.Industry_1 .box .item .content3 .scroll {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (min-width: 100px) {
    .Industry_1 .box .item:hover {
        background: #006ab8;
    }

    .Industry_1 .box .item:hover .content1 .six .hexagon-border {
        background: #fff;
    }

    .Industry_1 .box .item:hover .content1 .six .hexagon-inner {
        background: #006ab8;
    }

    .Industry_1 .box .item:hover .content1 .six .text {
        color: #fff;
    }

    .Industry_1 .box .item:hover .content2 {
        color: #fff;
    }

    .Industry_1 .box .item:hover .content3 .scroll {
        color: #fff;
    }
}

.Industry_2 {
    background: url(../images/img2.jpg) no-repeat 50% 50% / cover;
}

.Industry_2 .box .boxLeft {
    width: 4.7rem;
    border-left: 2px solid #fff;
}

@media screen and (min-width: 1200px) {

    .Industry_2 .box .boxLeft .scroll {
        overflow: auto;
        padding-right: 0.1rem;
        min-height: 5.5rem;
        -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    .Industry_2 .box .boxLeft .scroll::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .Industry_2 .box .boxLeft .scroll::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #006ab8;
    }

    .Industry_2 .box .boxLeft .scroll::-webkit-scrollbar-track {
        border-radius: 2px;
    }

    @-moz-document url-prefix() {
        .Industry_2 .box .boxLeft .scroll {
            scrollbar-color: #006ab8 rgba(0, 0, 0, 0.5);
            scrollbar-width: thin;
            -ms-overflow-style: none;
        }
    }

    .Industry_2 .box .boxLeft .scroll ul li {
        font-size: var(--f20);
        padding: 0.18rem 0 0.18rem 0.25rem;
        position: relative;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        cursor: pointer;
        line-height: 1.6;
    }

    .Industry_2 .box .boxLeft .scroll ul li p {
        position: relative;
        z-index: 2;
    }

    .Industry_2 .box .boxLeft .scroll ul li::before {
        content: '';
        left: 0;
        top: 0;
        position: absolute;
        width: 0%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
        background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    }

    .Industry_2 .box .boxLeft .scroll ul li::after {
        content: '';
        left: 0px;
        bottom: 0;
        position: absolute;
        height: 0%;
        width: 2px;
        background: #006ab8;
    }

    .Industry_2 .box .boxLeft .scroll ul li:hover {
        color: #006ab8;
    }

    .Industry_2 .box .boxLeft .scroll ul li:hover::after {
        height: 100%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        bottom: auto;
        top: 0;
    }

    .Industry_2 .box .boxLeft .scroll ul .active {
        color: #006ab8;
    }

    .Industry_2 .box .boxLeft .scroll ul .active::before {
        width: 100%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .Industry_2 .box .boxLeft .scroll ul .active::after {
        height: 100%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        bottom: auto;
        top: 0;
    }
}


@media screen and (max-width: 1200px) {
    .Industry_2 .box .boxLeft .scroll ul li .top {
        font-size: var(--f22);
        padding: 0.18rem 0 0.18rem 0.25rem;
        position: relative;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        cursor: pointer;
        line-height: 1.6;
    }

    .Industry_2 .box .boxLeft .scroll ul li .top p {
        position: relative;
        z-index: 2;
        font-weight: bold;
    }

    .Industry_2 .box .boxLeft .scroll ul li .top::before {
        content: '';
        left: 0;
        top: 0;
        position: absolute;
        width: 0%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
        background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    }

    .Industry_2 .box .boxLeft .scroll ul li .top::after {
        content: '';
        left: 0px;
        bottom: 0;
        position: absolute;
        height: 0%;
        width: 2px;
        background: #006ab8;
    }

    .Industry_2 .box .boxLeft .scroll ul li .top:hover {
        color: #006ab8;
    }

    .Industry_2 .box .boxLeft .scroll ul li .top:hover::after {
        height: 100%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        bottom: auto;
        top: 0;
    }

    .Industry_2 .box .boxLeft .scroll ul .top .active {
        color: #006ab8;
    }

    .Industry_2 .box .boxLeft .scroll ul .active .top::before {
        width: 100%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .Industry_2 .box .boxLeft .scroll ul .active .top::after {
        height: 100%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        bottom: auto;
        top: 0;
    }

    .Industry_2 .box .boxLeft .scroll ul li .bot {
        /* display: none; */
    }




    .Industry_2 .box .bot {
        padding: 0.35rem 0.25rem;
        display: none;

    }

    .Industry_2 .box .bot .item {
        font-size: var(--f18);
        color: #666;
        line-height: 1.8;
        color: #333;
    }

    .Industry_2.phone_main .box .boxLeft .scroll {
        max-height: initial !important;
    }

    .Industry_2 .box .boxLeft .scroll ul .active .bot {
        display: block;
    }




}

.Industry_2 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 1rem;
}

.Industry_2 .box .boxRight .list {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 106, 184, 0.04);
    box-shadow: 0px 0px 27px 0px rgba(0, 106, 184, 0.04);
    height: 100%;
    padding: 1.08rem 0.8rem;
}

.Industry_2 .box .boxRight .list .item {
    display: none;
}

.Industry_2 .box .boxRight .list .item .h5 {
    font-size: var(--f28);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Industry_2 .box .boxRight .list .item .desc {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    margin-top: 0.26rem;
    color: #333;
}

.Industry_2 .box .boxRight .list .item:hover .h5 {
    color: var(--color);
}

.Industry_2 .box .boxRight .list .active {
    display: block;
}

.Industry_3 .box {
    position: relative;
    background: #f6f6f6;
}

.Industry_3 .box .swiper-slide {
    padding: 0.6rem 0.8rem;
}

.Industry_3 .box .item .boxLeft {
    width: 5.32rem;
}

.Industry_3 .box .item .boxLeft p {
    overflow: hidden;
}

.Industry_3 .box .item .boxLeft p img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Industry_3 .box .item .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Industry_3 .box .item .boxRight>div {
    width: 100%;
}

.Industry_3 .box .item .boxRight .content1 {
    font-size: var(--f28);
    color: #000;
    height: 1.2em;
    max-height: 1.2em;
    line-height: 1.2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: distribute-all-lines;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Industry_3 .box .item .boxRight .content2 {
    font-size: var(--f18);
    color: #000;
    margin-top: 0.26rem;
    height: 7.2em;
    max-height: 7.2em;
    line-height: 1.8;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-justify: distribute-all-lines;
}

.Industry_3 .box .item .boxRight .content3 {
    font-size: var(--f18);
    color: #006ab8;
    text-align: right;
    margin-top: 0.38rem;
}

.Industry_3 .box .item .boxRight .content3 i {
    font-size: var(--f14);
    margin-left: 5px;
    font-weight: bold;
}

.Industry_3 .box .item:hover .boxLeft img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.Industry_3 .box .item:hover .boxRight .content1 {
    color: #006ab8;
}

.Industry_3 .box .page {
    position: absolute;
    left: -webkit-calc(6.82rem);
    left: calc(5.32rem + 0.7rem + 0.8rem);
    bottom: 0.6rem;
    z-index: 2;
}

.Industry_3 .box .page div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.Industry_3 .box .page div span {
    width: 30px;
    height: 4px;
    border-radius: 0;
    margin: 0 10px 0 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Industry_3 .box .page div .swiper-pagination-bullet-active {
    background: #006ab8;
}

.Case_1 {
    padding: 0.8rem 0;
}

.Case_1 .box .item {
    margin-bottom: 0.22rem;
}

.Case_1 .box .item:last-child {
    margin-bottom: 0;
}

.Case_1 .box .item .left {
    font-size: var(--f18);
    font-weight: bold;
    line-height: 40px;
    padding-right: 0.3rem;
}

.Case_1 .box .item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Case_1 .box .item .right ul li {
    margin-right: 8px;
    margin-bottom: 8px;
}

.Case_1 .box .item .right ul li a {
    cursor: pointer;
    font-size: var(--f18);
    color: #333;
    line-height: 40px;
    padding: 0 0.22rem;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Case_1 .box .item .right ul li a:hover {
    color: #006ab8;
}

.Case_1 .box .item .right ul .active a {
    background: #e5f0f8;
    color: #006ab8;
}

.Case_2 .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.3rem 0.2rem;
}

.Case_2 .box .item a {
    background: #f6f6f6;
}

.Case_2 .box .item a figure {
    overflow: hidden;
}

.Case_2 .box .item a figure img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Case_2 .box .item a figcaption {
    padding: 0.3rem;
}

.Case_2 .box .item a figcaption .content1 {
    font-size: var(--f18);
    height: 3.4em;
    max-height: 3.4em;
    line-height: 1.7;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Case_2 .box .item a figcaption .content2 {
    margin-top: 0.16rem;
    height: 64px;
    overflow: hidden;
}

.Case_2 .box .item a figcaption .content2 p {
    font-size: var(--f16);
    color: #006ab8;
    background: #dde8f0;
    line-height: 26px;
    height: 26px;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.Case_2 .box .item a figcaption .content2 p:nth-child(1){
     color: #00b0ec;
    background: #ddeff5;

}

.Case_2 .box .item a figcaption .content3 {
    margin-top: 0.3rem;
    height: 25px;
}

.Case_2 .box .item a figcaption .content3 img {
    max-height: 100%;
}

.Case_2 .box .item a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.Case_2 .box .item a:hover figcaption .content1 {
    color: #006ab8;
}

.pu_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}

.pu_page a,
.pu_page i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    background: #efefef;
    margin: 0 5px;
    font-size: var(--f18);
    color: #333;
    border: 1px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.pu_page a:hover {
    background: transparent;
    border-color: #006ab8;
    color: #006ab8;
}

.pu_page a:hover i {
    color: #006ab8;
}

.pu_page .active {
    background: transparent;
    border-color: #006ab8;
    color: #006ab8;
}

.pu_page .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pu_page .prev i,
.pu_page .next i {
    color: #ccc;
    font-size: var(--f16);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
}

.mbx {
    padding: 0.16rem 0;
}

.mbx .box_ {
    font-size: var(--f18);
    color: #999;
}

.mbx .box_ a {
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
}

.mbx .box_ a:hover {
    color: var(--color);
}

.mbx .box_ em {
    margin: 0 2px;
}

.Case_3 {
    margin-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.Case_3 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.9rem;
}

.Case_3 .box .boxLeft .content1 {
    height: 40px;
}

.Case_3 .box .boxLeft .content1 img {
    max-height: 100%;
}

.Case_3 .box .boxLeft .content2 {
    font-size: var(--f46);
    margin-top: 0.3rem;
}

.Case_3 .box .boxLeft .content3 {
    margin-top: 0.24rem;
}

.Case_3 .box .boxLeft .content3 .item {
    margin-bottom: 0.1rem;
}

.Case_3 .box .boxLeft .content3 .item:last-child {
    margin-bottom: 0;
}

.Case_3 .box .boxLeft .content3 .item .left {
    font-size: var(--f16);
    line-height: 26px;
}

.Case_3 .box .boxLeft .content3 .item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Case_3 .box .boxLeft .content3 .item .right ul li {
    margin-right: 8px;
    margin-bottom: 8px;
}

.Case_3 .box .boxLeft .content3 .item .right ul li a {
    cursor: pointer;
    font-size: var(--f16);
    color: #333;
    line-height: 26px;
    padding: 0 0.1rem;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #dde8f0;
    color: #006ab8;
    cursor: default;
}

.Case_3 .box .boxLeft .content4 {
    margin-top: 0.45rem;
}

.Case_3 .box .boxRight {
    width: 7rem;
}

.Case_3 .box .boxRight p {
    overflow: hidden;
}

.Case_3 .box .boxRight p img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Case_3 .box .boxRight p:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.Case_4 {
    padding: 0 !important;
}

.Case_4 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.8rem;
    font-size: var(--f18);
    color: #333;
    line-height: 2;
}

.Case_4 .box .boxLeft .h5,
.Case_4 .box .boxLeft h3,
.Case_4 .box .boxLeft h4,
.Case_4 .box .boxLeft h5,
.Case_4 .box .boxLeft h6 {
    font-size: var(--f28);
    color: #006ab8;
    padding-left: 0.12rem;
    line-height: 1;
    border-left: 3px solid #006ab8;
}

.Case_4 .box .boxLeft .desc {
    font-size: var(--f18);
    color: #333;
    line-height: 2;
    margin-top: 0.12rem;
    margin-bottom: 0.3rem;
}

.Case_4 .box .boxLeft .desc:last-child {
    margin-bottom: 0;
}

.Case_4 .box .boxRight {
    width: 4.4rem;
}

.Case_4 .box .boxRight>div {
    position: -webkit-sticky;
    position: sticky;
    top: 1.2rem;
}

.Case_4 .box .boxRight .h5 {
    font-size: var(--f28);
}

.Case_4 .box .boxRight ul {
    margin-top: 0.14rem;
}

.Case_4 .box .boxRight ul li {
    padding: 0.36rem 0 0.28rem;
    border-bottom: 1px solid #ddd;
}

.Case_4 .box .boxRight ul li a .top {
    font-size: var(--f18);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    height: 1.2em;
    max-height: 1.2em;
    line-height: 1.2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: distribute-all-lines;
    transition: 0.4s;
    margin-bottom: 0.12rem;
}

.Case_4 .box .boxRight ul li a .bot p {
    cursor: pointer;
    font-size: var(--f16);
    color: #333;
    line-height: 26px;
    padding: 0 0.1rem;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #e5f0f8;
    color: #006ab8;
    margin-right: 8px;
    margin-bottom: 8px;
}

.Case_4 .box .boxRight ul li a:hover .top {
    color: #006ab8;
}


.SelectNav {
    background: #efefef;
    z-index: 5;
}

.SelectNav.sticky {
    position: sticky;
    top: var(--top);
    z-index: 5;

}

.SelectNav .box ul li {
    margin: 0 0.55rem;
}

.SelectNav .box ul li a {
    font-size: var(--f18);
    line-height: 0.9rem;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.SelectNav .box ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #006ab8;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.SelectNav .box ul li a:hover {
    color: #006ab8;
}

.SelectNav .box ul .active a {
    color: #006ab8;
    font-weight: bold;
}

.SelectNav .box ul .active a:after {
    opacity: 1;
}

.twoSelectNav {
    margin-top: 0.5rem;
}

.twoSelectNav ul li {
    margin: 0 0.35rem;
}

.twoSelectNav ul li a {
    font-size: var(--f24);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.1rem;
    cursor: pointer;
}

.twoSelectNav ul li a:hover {
    color: #006ab8;
}

.twoSelectNav ul .active a {
    color: #006ab8;
    border-color: #006ab8;
    font-weight: bold;
}

.ResourceCenter .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem 0.2rem;
}

.ResourceCenter .box .item {
    background: #f6f6f6;
    cursor: pointer;
}

.ResourceCenter .box .item figure {
    overflow: hidden;
    position: relative;
}
.ResourceCenter .box .item figure:before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 59.5%;
}
.ResourceCenter .box .item figure img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ResourceCenter .box .item figure .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ResourceCenter .box .item figure .play svg {
    margin: auto;
}

.ResourceCenter .box .item figcaption {
    padding: 0.32rem 0.4rem;
}

.ResourceCenter .box .item figcaption .content1 {
    font-size: var(--f18);
    color: #999;
}

.ResourceCenter .box .item figcaption .content1 div {
    display: inline-block;
    font-size: var(--f16);
    border-radius: 4px;
    line-height: 26px;
    padding: 0 0.12rem;
    margin-left: 8px;
}

.ResourceCenter .box .item figcaption .content1 .p1 {
    color: #00b0ec;
    background: #ddeff5;
}

.ResourceCenter .box .item figcaption .content1 .p2 {
    background: #dde8f0;
    color: #006ab8;
}

.ResourceCenter .box .item figcaption .content2 {
    font-size: var(--f24);
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 2.8em;
    max-height: 2.8em;
    line-height: 1.4;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    margin-top: 0.2rem;
}

.ResourceCenter .box .item figcaption .content3 {
    font-size: var(--f18);
    color: #006ab8;
    margin-top: 0.3rem;
}

.ResourceCenter .box .item figcaption .content3 svg {
    margin-left: 0.1rem;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media screen and (min-width: 1200px) {
    .ResourceCenter .box .item:hover figure img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .ResourceCenter .box .item:hover figcaption .content2 {
        color: #006ab8;
    }
}

.layer_down {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.layer_down .box {
    width: 14rem;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.layer_down .box .close {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
}

.layer_down .box .close i {
    font-size: var(--f30);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    cursor: pointer;
}

.layer_down .box .close:hover i {
    color: var(--color);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.layer_down .box .boxLeft {
    width: 5.4rem;
    position: relative;
}

.layer_down .box .boxLeft img {
    width: 100%;
}

.layer_down .box .boxLeft .orientation {
    position: absolute;
    left: 0;
    top: 1.7rem;
    width: 100%;
    color: #fff;
    text-align: center;
}

.layer_down .box .boxLeft .orientation .content1 {
    font-weight: bold;
    font-size: var(--f36);
}

.layer_down .box .boxLeft .orientation .content2 {
    font-size: var(--f24);
    line-height: 2;
    margin-top: 0.3rem;
}

.layer_down .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.56rem 1.2rem 0;
}

.layer_down .box .boxRight .content1 {
    font-size: var(--f36);
    text-align: center;
}

.layer_down .box .boxRight .content2 {
    margin-top: 0.4rem;
    --h: 58px;
}

.layer_down .box .boxRight .content2 .item {
    margin-bottom: 0.2rem;
}

.layer_down .box .boxRight .content2 .item .left {
    width: 90px;
    font-size: var(--f18);
    color: #333;
    line-height: var(--h);
}

.layer_down .box .boxRight .content2 .item .left span {
    color: red;
}

.layer_down .box .boxRight .content2 .item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.layer_down .box .boxRight .content2 .item .right input {
    width: 100%;
    height: var(--h);
    border: 1px solid #ddd;
    background: none;
    border-radius: 6px;
    padding: 0 0.2rem;
    font-size: var(--f16);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.layer_down .box .boxRight .content2 .item .right input:focus {
    border-color: #006ab8;
}

.layer_down .box .boxRight .content2 .item .right input:hover {
    border-color: #006ab8;
}

.layer_down .box .boxRight .content2 .item .right .layui-form-select dl {
    top: var(--h);
}

.layer_down .box .boxRight .content2 .item .right .layui-form-selectup dl {
    top: auto;
    bottom: var(--h);
}

.layer_down .box .boxRight .content2 .item .right .layui-form-select dl dd {
    padding: 0 0.2rem !important;
    font-size: var(--f16);
}

.layer_down .box .boxRight .content2 .list2 {
    color: #000;
    font-size: var(--f16);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.16rem;
}

.layer_down .box .boxRight .content2 .list2 p {
    margin-left: 0.06rem;
}

.layer_down .box .boxRight .content2 .list2 p a {
    display: inline-block;
}

.layer_down .box .boxRight .content2 .list2 .layui-form-checked[lay-skin="primary"]>i {
    border-color: #006ab8 !important;
    background: var(--gradient);
}

.layer_down .box .boxRight .content2 .list2 .layui-form-checkbox[lay-skin=primary] i {
    background: none;
    border-radius: 50%;
    border-color: #006ab8;
}

.layer_down .box .boxRight .content2 .list2 .layui-form-checked[lay-skin=primary] i {
    background: #006ab8;
}

.layer_down .box .boxRight .content2 .list2 .layui-form-checkbox[lay-skin=primary] {
    padding-left: 0;
}

.layer_down .box .boxRight .content2 .list2 a {
    color: #006ab8;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.layer_down .box .boxRight .content2 .list2 a:hover {
    text-decoration: underline;
}

.layer_down .box .boxRight .content2 .list3 {
    margin-top: 0.35rem;
}

.layer_down .box .boxRight .content2 .list3 .pu_link a {
    cursor: pointer;
}

.Service_1 .h6 {
    font-size: var(--f28);
    margin-top: 0.15rem;
}

.Service_1 .box .item {
    padding: 0.8rem 0;
}

.Service_1 .box .item:nth-child(2n) {
    background: #f6f6f6;
}

.Service_1 .box .item:nth-child(2n) .wMain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.Service_1 .box .item .boxLeft {
    width: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Service_1 .box .item .boxLeft .scroll {
    width: 100%;
}

.Service_1 .box .item .boxLeft .scroll .content1 {
    font-size: var(--f28);
    margin-bottom: 0.36rem;
}

.Service_1 .box .item .boxLeft .scroll .content2 {
    font-size: var(--f18);
    color: #006ab8;
    margin-bottom: 0.15rem;
}

.Service_1 .box .item .boxLeft .scroll .desc {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    color: #000;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Service_1 .box .item .boxLeft .scroll .desc a {
    color: #006ab8;
    display: inline-block;
}

.Service_1 .box .item .boxLeft .scroll .ite {
    margin-bottom: 0.2rem;
}

.Service_1 .box .item .boxLeft .scroll .ite:last-child {
    margin-bottom: 0;
}

.Service_1 .box .item .boxLeft .scroll .ite .icon {
    padding-right: 0.1rem;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.Service_1 .box .item .boxRight {
    width: 50%;
}

.Service_1 .box .item .boxRight p {
    overflow: hidden;
}

.Service_1 .box .item .boxRight p img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.Service_1 .box .item .boxRight p:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.Technical_1 .box {
    display: grid;
    gap: 0.2rem;
    grid-template-columns: repeat(4, 1fr);
}

.Technical_1 .box .item {
    position: relative;
    background: #efefef;
}

.Technical_1 .box .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img15.jpg) no-repeat 50% 50% / cover;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Technical_1 .box .item .one {
    position: relative;
    z-index: 2;
    padding: 0.98rem 0.5rem 0.64rem;
}

.Technical_1 .box .item .one .content1 path {
    fill: #006ab8;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Technical_1 .box .item .one .content2 {
    font-size: var(--f28);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: 0.36rem;
}

.Technical_1 .box .item .one .content3 {
    font-size: var(--f18);
    color: #333;
    margin-top: 0.18rem;
    line-height: 1.8;
    height: 3.6em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (min-width: 1200px) {
    .Technical_1 .box .item:hover::before {
        opacity: 1;
    }

    .Technical_1 .box .item:hover .one .content1 path {
        fill: #fff;
    }

    .Technical_1 .box .item:hover .one .content2 {
        color: #fff;
    }

    .Technical_1 .box .item:hover .one .content3 {
        color: #fff;
    }
}

.New_1 {
    padding-top: 0.7rem;
}

.New_1 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.8rem;
}

.New_1 .box .boxLeft .content1 {
    font-size: var(--f18);
    line-height: 1;
    padding-left: 0.1rem;
    border-left: 2px solid #006ab8;
}

.New_1 .box .boxLeft .content2 {
    font-size: var(--f46);
    margin: 0.25rem 0 0.3rem;
}

.New_1 .box .boxLeft .content3 .left {
    font-size: var(--f18);
    color: #999;
    font-family: MontserratRegular;
    line-height: 40px;
}

.New_1 .box .boxLeft .content3 .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.New_1 .box .boxLeft .content3 .right .go {
    margin-left: 0.2rem;
    cursor: pointer;
}

.New_1 .box .boxLeft .content3 .right .go a {
    font-size: var(--f18);
    color: #006ab8;
    line-height: 40px;
    padding: 0 0.16rem;
    border: 1px solid #006ab8;
    border-radius: 6px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.New_1 .box .boxLeft .content3 .right .go a svg {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-right: 0.1rem;
}

.New_1 .box .boxLeft .content3 .right .go a svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.New_1 .box .boxLeft .content3 .right .go a:hover {
    background: #006ab8;
    color: #fff;
}

.New_1 .box .boxLeft .content3 .right .go a:hover svg path {
    fill: #fff;
}

.New_1 .box .boxLeft .heng {
    margin: 0.2rem 0 0.42rem;
    height: 1px;
    background: #eee;
}

.New_1 .box .boxLeft .heng1 {
    margin: 0.35rem 0 0.42rem;
    height: 1px;
    background: #eee;
}

.New_1 .box .boxLeft .content4 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    color: #333;
}

.New_1 .box .boxLeft .content4 table {
    width: 100% !important;
}

.New_1 .box .boxLeft .content5 div a {
    font-size: var(--f18);
    color: #666;
    height: 1.2em;
    max-height: 1.2em;
    line-height: 1.2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: distribute-all-lines;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.New_1 .box .boxLeft .content5 div a:hover {
    color: var(--color);
}

.New_1 .box .boxLeft .content5 .next {
    margin-top: 0.15rem;
}

.New_1 .box .boxRight {
    width: 4.4rem;
}

.New_1 .box .boxRight .sticky {
    background: #f6f6f6;
    padding: 0.4rem 0.3rem;
    position: -webkit-sticky;
    position: sticky;
    top: 1.2rem;
}

.New_1 .box .boxRight .sticky .h5 {
    font-size: var(--f28);
}

.New_1 .box .boxRight .sticky ul {
    display: grid;
}

.New_1 .box .boxRight .sticky ul .item {
    margin-top: 0.35rem;
    cursor: pointer;
}

.New_1 .box .boxRight .sticky ul .item figure {
    overflow: hidden;
    position: relative;
}

.New_1 .box .boxRight .sticky ul .item figure img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.New_1 .box .boxRight .sticky ul .item figcaption .content1 {
    margin: 0.14rem 0;
}

.New_1 .box .boxRight .sticky ul .item figcaption .content1 div {
    display: inline-block;
    font-size: var(--f16);
    border-radius: 4px;
    line-height: 26px;
    padding: 0 0.12rem;
    margin-right: 8px;
}

.New_1 .box .boxRight .sticky ul .item figcaption .content1 .p1 {
    color: #00b0ec;
    background: #ddeff5;
}

.New_1 .box .boxRight .sticky ul .item figcaption .content1 .p2 {
    background: #dde8f0;
    color: #006ab8;
}

.New_1 .box .boxRight .sticky ul .item figcaption .content2 {
    font-size: var(--f18);
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 1.2em;
    max-height: 1.2em;
    line-height: 1.2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: distribute-all-lines;
    margin-top: 0.16rem;
}

.New_1 .box .boxRight .sticky ul .item figcaption .content3 {
    font-size: var(--f18);
    color: #999;
    font-family: MontserratRegular;
}

@media screen and (min-width: 1200px) {
    .New_1 .box .boxRight .sticky ul .item:hover figure img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .New_1 .box .boxRight .sticky ul .item:hover figcaption .content2 {
        color: #006ab8;
    }
}

.Join_1 .box {
    display: grid;
    gap: 0.1rem;
}

.Join_1 .box .item {
    --p: 0.6rem;
}

.Join_1 .box .item .top {
    background: #f6f6f6;
    font-size: var(--f24);
    padding: 0 var(--p);
    height: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

.Join_1 .box .item .top div {
    padding-right: 0.5rem;
}

.Join_1 .box .item .top p {
    width: 0.18rem;
    height: 2px;
    background: #006ab8;
    position: absolute;
    right: var(--p);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Join_1 .box .item .top p::after {
    content: '';
    width: inherit;
    height: inherit;
    background: inherit;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Join_1 .box .item .top:hover {
    color: #006ab8;
}

.Join_1 .box .item .top.active p::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.Join_1 .box .item .bot {
    padding: 0.45rem var(--p) 0.5rem;
    display: none;
}

.Join_1 .box .item .bot .h5 {
    font-size: var(--f18);
}

.Join_1 .box .item .bot .desc {
    color: #333;
    font-size: var(--f18);
    line-height: 2;
    margin-top: 8px;
}

.Join_1 .box .item .bot .height {
    height: 0.35rem;
}

.Join_1 .box .item .bot ul {
    display: grid;
    gap: 0.1rem;
}

.Join_1 .box .item .bot .a {
    margin-top: 0.4rem;
    line-height: 0.5rem;
    border-radius: 6px;
    border: 1px solid #006ab8;
    padding: 0 0.38rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: var(--f18);
    color: #006ab8;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Join_1 .box .item .bot .a svg {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-left: 0.1rem;
}

.Join_1 .box .item .bot .a svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Join_1 .box .item .bot .a:hover {
    background: #006ab8;
    color: white;
}

.Join_1 .box .item .bot .a:hover svg path {
    fill: white;
}

.Contact_1 .box {
    padding: 0.9rem 0.7rem;
    background: url(../images/img20.jpg) no-repeat 50% 50% / cover;
}

.Contact_1 .box .boxLeft {
    width: 50%;
    border-right: 1px solid #ddd;
}

.Contact_1 .box .boxLeft .content1 {
    font-size: var(--f18);
}

.Contact_1 .box .boxLeft .content2 {
    font-family: MontserratBold;
    font-size: var(--f46);
}

.Contact_1 .box .boxLeft .content2 a {
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Contact_1 .box .boxLeft .content2 a:hover {
    color: var(--color);
}

.Contact_1 .box .boxLeft .content3 {
    font-size: var(--f28);
    line-height: 1.4;
    margin-top: 0.85rem;
}

.Contact_1 .box .boxLeft .content4 {
    width: 1.3rem;
    margin-top: 0.18rem;
}

.Contact_1 .box .boxRight {
    width: 50%;
    padding-left: 1.2rem;
}

.Contact_1 .box .boxRight ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Contact_1 .box .boxRight ul li .top {
    font-size: var(--f18);
}

.Contact_1 .box .boxRight ul li .bot {
    font-family: MontserratBold;
    font-size: var(--f36);
    line-height: 1;
    margin-top: 0.1rem;
}

.Contact_1 .box .boxRight ul li .bot a {
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Contact_1 .box .boxRight ul li .bot a:hover {
    color: var(--color);
}

.Contact_1 .box1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0.8rem 0;
}

.Contact_1 .box1 .item {
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Contact_1 .box1 .item .content1 {
    height: 42px;
}

.Contact_1 .box1 .item .content1 img,
.Contact_1 .box1 .item .content1 svg {
    max-height: 100%;
}

.Contact_1 .box1 .item .content2 {
    font-size: var(--f28);
    margin: 0.35rem 0 0.1rem;
}

.Contact_1 .box1 .item .content3 {
    font-size: var(--f18);
    line-height: 2;
}

.Contact_1 .box1 .item .content3 a {
    color: #000;
    transition: .4s;
    display: inline-block;
}

.Contact_1 .box1 .item .content3 a:hover {
    color: var(--color);
}

@media screen and (min-width: 1200px) {
    .Contact_1 .box1 .item:hover {
        -webkit-transform: translateY(-0.1rem);
        -ms-transform: translateY(-0.1rem);
        transform: translateY(-0.1rem);
    }
}

.Contact_2 {
    background: url(../images/img22.jpg) no-repeat 50% 50% / cover;
}

.Contact_2 .box {
    padding-left: var(--bj);
}

.Contact_2 .box .swiper {
    padding-right: var(--bj);
}

.Contact_2 .box .swiper-slide {
    background: #fff;
    padding: 0.4rem 0.45rem;
    width: 3.6rem;
}

.Contact_2 .box .swiper-slide .content1 {
    height: 1.12rem;
}

.Contact_2 .box .swiper-slide .content1 img {
    max-height: 100%;
}

.Contact_2 .box .swiper-slide .content2 {
    font-size: var(--f28);
    margin-top: 0.35rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Contact_2 .box .swiper-slide .content3 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    height: 3.6em;
    margin-top: 0.2rem;
}

.Contact_2 .box .swiper-slide .content4 {
    margin-top: 0.4rem;
}

.Contact_2 .box .swiper-slide:hover .content2 {
    color: #006ab8;
}

.bannerBtn2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bannerBtn2 .prev,
.bannerBtn2 .next {
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: var(--rw);
    height: var(--rw);
    border-radius: 6px;
    outline: 1px solid #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--f18);
    color: #ccc;
}

.bannerBtn2 .prev i,
.bannerBtn2 .next i {
    margin: auto;
    font-size: var(--f18);
}

.bannerBtn2 .prev:hover,
.bannerBtn2 .next:hover {
    background: #fff;
    outline-color: #006ab8;
    color: #006ab8;
}

.bannerBtn2 .next {
    margin-left: 0.2rem;
}

.bannerBtn3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bannerBtn3 .prev,
.bannerBtn3 .next {
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: var(--rw);
    height: var(--rw);
    border-radius: 6px;
    outline: 1px solid #006ab8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--f18);
    color: #006ab8;
}

.bannerBtn3 .prev i,
.bannerBtn3 .next i {
    margin: auto;
    font-size: var(--f18);
}

.bannerBtn3 .prev:hover,
.bannerBtn3 .next:hover {
    background: #fff;
    outline-color: #fff;
    color: #ccc;
}

.bannerBtn3 .next {
    margin-left: 0.2rem;
}

.ljsq {
    padding: 0.7rem 0;
    background: url(../images/img25.jpg) no-repeat 50% 50% / cover;
}

.ljsq .box .boxLeft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ljsq .box .boxLeft p img {
    width: 8.83rem;
}

.ljsq .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 0.5rem 0.6rem;
}

.ljsq .box .boxRight .content1 {
    font-size: var(--f36);
    text-align: center;
}

.ljsq .box .boxRight .content2 {
    margin-top: 0.4rem;
    --h: 48px;
}

.ljsq .box .boxRight .content2 .item {
    margin-bottom: 0.2rem;
}

.ljsq .box .boxRight .content2 .item .left {
    width: 90px;
    padding-right: 8px;
    font-size: var(--f16);
    color: #333;
    line-height: var(--h);
    text-align: right;
}

.ljsq .box .boxRight .content2 .item .left span {
    color: red;
}

.ljsq .box .boxRight .content2 .item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.ljsq .box .boxRight .content2 .item .right input,
.ljsq .box .boxRight .content2 .item .right textarea {
    width: 100%;
    height: var(--h);
    border: 1px solid #ddd;
    background: none;
    border-radius: 6px;
    padding: 0 0.2rem;
    font-size: var(--f16);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ljsq .box .boxRight .content2 .item .right input:focus,
.ljsq .box .boxRight .content2 .item .right textarea:focus {
    border-color: #006ab8;
}

.ljsq .box .boxRight .content2 .item .right input:hover,
.ljsq .box .boxRight .content2 .item .right textarea:hover {
    border-color: #006ab8;
}

.ljsq .box .boxRight .content2 .item .right textarea {
    padding: 0.12rem 0.2rem;
    height: 1.3rem;
}

.ljsq .box .boxRight .content2 .item .right .layui-form-select dl {
    top: var(--h);
}

.ljsq .box .boxRight .content2 .item .right .layui-form-selectup dl {
    top: auto;
    bottom: var(--h);
}

.ljsq .box .boxRight .content2 .item .right .layui-form-select dl dd {
    padding: 0 0.2rem !important;
    font-size: var(--f16);
}

.ljsq .box .boxRight .content2 .item .right p {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ljsq .box .boxRight .content2 .item .right p img {
    height: 36px;
}

.ljsq .box .boxRight .content2 .list2 {
    color: #000;
    font-size: var(--f16);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.16rem;
}

.ljsq .box .boxRight .content2 .list2 p {
    margin-left: 0.06rem;
}

.ljsq .box .boxRight .content2 .list2 p a {
    display: inline-block;
}

.ljsq .box .boxRight .content2 .list2 .layui-form-checked[lay-skin="primary"]>i {
    border-color: #006ab8 !important;
    background: var(--gradient);
}

.ljsq .box .boxRight .content2 .list2 .layui-form-checkbox[lay-skin=primary] i {
    background: none;
    border-radius: 50%;
    border-color: #006ab8;
}

.ljsq .box .boxRight .content2 .list2 .layui-form-checked[lay-skin=primary] i {
    background: #006ab8;
}

.ljsq .box .boxRight .content2 .list2 .layui-form-checkbox[lay-skin=primary] {
    padding-left: 0;
}

.ljsq .box .boxRight .content2 .list2 a {
    color: #006ab8;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ljsq .box .boxRight .content2 .list2 a:hover {
    text-decoration: underline;
}

.ljsq .box .boxRight .content2 .list3 {
    margin-top: 0.35rem;
}

.ljsq .box .boxRight .content2 .list3 .pu_link a {
    cursor: pointer;
}

.About_1 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1.15rem;
}

.About_1 .box .boxLeft .t1 {
    text-align: left;
}

.About_1 .box .boxLeft .content1 {
    margin-top: 0.35rem;
}

.About_1 .box .boxLeft .content1 .scroll {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    color: #000;
}

.About_1 .box .boxRight {
    width: 7.2rem;
}

.About_1 .box .boxRight p {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 1.2rem;
}

.About_1 .box .boxRight p img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.About_1 .box .boxRight p:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.About_2 {
    position: relative;
}

.About_2 .img img {
    width: 100%;
}

.About_2 .orientation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.About_2 .box {
    padding: 0 1.4rem;
}

.About_2 .box .content1 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    color: #fff;
}
.About_2 .box .phone_main i{
    animation: move-the-circle 1s infinite;
}

@keyframes move-the-circle {
  0% {
    transform: translate(0, -2px);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -2px);
  }
}


.About_2 .box .content2 {
    margin-top: 0.68rem;
}

.About_3 {
    background: url(../images/img30.jpg) no-repeat 50% 50% / cover;
}

.About_3 .box .content1 {
    margin-top: 0.4rem;
}

.About_3 .box .content1 div {
    font-family: MontserratRegular;
    font-size: 1.18rem;
    line-height: 1;
    color: #006ab8;
}

.About_3 .box .content1 p {
    font-size: var(--f28);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.3rem;
}

.About_3 .box .content2 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    padding: 0 2rem;
    text-align: center;
    color: #000;
    margin-top: 0.12rem;
}

.About_3 .swiper {
    margin-top: 0.46rem;
}

.About_3 .swiper .swiper-slide {
    width: 2.64rem;
    background: #fff;
    text-align: center;
    padding: 0.35rem 0.35rem 0;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
}

.About_3 .swiper .swiper-slide .item {
    position: relative;
    padding-bottom: 0.5rem;
}

.About_3 .swiper .swiper-slide .item img {
    width: 100%;
}

.About_3 .swiper .swiper-slide .item p {
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    width: 100%;
    height: 0.5rem;
    background-size: cover;
    background-position: 0 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    pointer-events: none;
    opacity: 0.7;
}

.About_3 .swiper .swiper-slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: var(--f18);
    color: #333;
    height: 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.About_3 .swiper .swiper-slide .text p {
    margin: auto;
}

.About_3 .swiper .swiper-slide:hover .text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.About_4 .desc {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    padding: 0 2rem;
    text-align: center;
    color: #000;
    margin-top: 0.12rem;
}

.About_4 .box .swiper-slide {
    width: 12.75rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.About_4 .box .swiper-slide .item {
    background: #efefef;
    padding: 0.6rem 0.65rem;
    -webkit-transform: scale(0.84);
    -ms-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0.5;
}

.About_4 .box .swiper-slide .item .boxLeft {
    width: 3.1rem;
}

.About_4 .box .swiper-slide .item .boxLeft p {
    overflow: hidden;
}

.About_4 .box .swiper-slide .item .boxLeft p img {
    width: 100%;
}

.About_4 .box .swiper-slide .item .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.75rem;
    padding-top: 0.2rem;
}

.About_4 .box .swiper-slide .item .boxRight .content1 {
    font-size: var(--f28);
}

.About_4 .box .swiper-slide .item .boxRight .content2 {
    font-size: var(--f18);
    color: #006ab8;
    margin-top: 0.15rem;
}

.About_4 .box .swiper-slide .item .boxRight .content3 {
    font-size: var(--f18);
    line-height: 1.8;
    margin-top: 0.32rem;
}

.About_4 .box .swiper-slide-prev {
    -webkit-transform: translateX(0.6rem);
    -ms-transform: translateX(0.6rem);
    transform: translateX(0.6rem);
}

.About_4 .box .swiper-slide-next {
    -webkit-transform: translateX(-0.6rem);
    -ms-transform: translateX(-0.6rem);
    transform: translateX(-0.6rem);
}

.About_4 .box .swiper-slide-active .item {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.About_4 .page div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.About_4 .page div span {
    width: 30px;
    height: 4px;
    border-radius: 0;
    margin: 0 10px 0 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.About_4 .page div .swiper-pagination-bullet-active {
    background: #006ab8;
}

.About_5 {
    background: #f6f6f6;
}

.About_5 .desc {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    padding: 0 1.5rem;
    text-align: center;
    color: #000;
    margin-top: 0.12rem;
}

.About_5 .box {
    --h: 0.75rem;
}

.About_5 .box .swiper {
    height: calc(var(--h) * 5 + 15px * 4);
}

.About_5 .box .swiper .swiper-slide {
    height: var(--h);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.About_5 .box .swiper .swiper-slide img {
    margin: auto;
}

.About_5 .box1 {
    height: 0;
}

.About_5 .box1 .pu_link {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media screen and (min-width: 1200px) {
    .SelectNav_sticky {
        position: -webkit-sticky;
        position: sticky;
        top: var(--top);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .SelectNav_sticky.on {
        top: var(--top);
    }
}

.Product_1 .desc {
    font-size: var(--f28);
    text-align: center;
    margin-top: 0.4rem;
}

.Product_1 .box {
    text-align: center;
}

.Product_2 {
    background: #f6f6f6;
}

.Product_2 .box .boxLeft {
    width: 4rem;
}

.Product_2 .box .boxLeft ul {
    position: -webkit-sticky;
    position: sticky;
    z-index: 4;
    top: 1.5rem;
    background: #fff;
    padding: 0.3rem;
    display: grid;
    gap: 0.1rem;
}

.Product_2 .box .boxLeft ul li {
    height: 0.64rem;
    padding: 0 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: var(--f20);
}

.Product_2 .box .boxLeft ul li:hover {
    color: #006ab8;
}

.Product_2 .box .boxLeft ul .active {
    background: #006ab8;
    color: #fff !important;
}

.Product_2 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 1rem;
}

.Product_2 .box .boxRight .item {
    display: none;
}

.Product_2 .box .boxRight .item .content1 {
    font-size: var(--f28);
}

.Product_2 .box .boxRight .item .content2 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    color: #000;
    margin-top: 0.2rem;
}

.Product_2 .box .boxRight .item .content3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
}

.Product_2 .box .boxRight .item .content4 {
    margin-top: 0.5rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.Product_2 .box .boxRight .active {
    display: block;
}

.swiper-button-lock,
.swiper-pagination-lock {
    display: none !important;
}

.button-disabled {
    cursor: no-drop !important;
    pointer-events: none;
}

.swiper-button-disabled {
    cursor: no-drop !important;
}

.pu_search .form form {
    width: min(10rem, 90vw);
    margin: auto;
}

.pu_search .form form .submit {
    width: 0.62rem;
}

.null .box1 {
    padding: 20vh 0;
    text-align: center;
    font-size: var(--f18);
    color: #999;
}

.null .box1 span {
    color: var(--color);
}

.Product_3 .box .item,
.Product_3 .box .item .content2,
.Product_3 .box .item .content3 .scroll,
.Product_3 .box .item .content1 svg path,
.Product_4 .box .item,
.Product_4 .box .item .content1 svg path,
.Product_4 .box .item .content2,
.Product_4 .box .item .content3 .scroll,
.index_product .ct_bot .content1 .item,
.index_product .ct_bot .content1 .item .post>div .text .t1,
.index_product .ct_bot .content1 .item .post>div .btn>div {
    transition: .8s !important;
}



.Product_3 .box {
    grid-template-columns: repeat(4, 1fr);
}

.Product_3 .box .item {
    text-align: center;
    padding-bottom: 0.5rem;
    background: #f6f6f6;
}

.Product_3 .box .item .content1 svg path {
    fill: #006ab8;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Product_3 .box .item:hover .content1 svg path {
    fill: #fff;
}

.Product_4 .box .item {
    text-align: center;
    padding-bottom: 0.5rem;
}

.Product_4 .box .item .content1 {}

.Product_4 .box .item .content1 svg {
    height: 0.8rem;
}

.Product_4 .box .item .content1 svg path {
    fill: #006ab8;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Product_4 .box .item:hover .content1 svg path {
    fill: #fff;
}

.Product_5 .box {
    grid-template-columns: repeat(2, 1fr);
}

.Product_5 .box .item {
    background: #f6f6f6;
}

.Product_5 .box .item .content3 {
    text-align: left;
    padding: 0 0.5rem;
}

.Product_6 .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
}

.Product_6 .box .item {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Product_6 .box .item .content1 {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Product_6 .box .item .content1 img {
    max-height: 100%;
    height: 0.7rem;
}

.Product_6 .box .item .content2 {
    font-size: var(--f28);
    margin: 0.3rem 0 0.24rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Product_6 .box .item .content3 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
}

@media screen and (min-width: 1200px) {
    .Product_6 .box .item:hover {
        -webkit-transform: translateY(-0.1rem);
        -ms-transform: translateY(-0.1rem);
        transform: translateY(-0.1rem);
    }

    .Product_6 .box .item:hover .content2 {
        color: #006ab8;
    }
}


.Product_6 .box .item {
    cursor: pointer;
    padding: .3rem;
}

.Product_6 .box .item .content1 img,
.Product_6 .box .item,
.Product_6 .box .item .content2,
.Product_6 .box .item .content3 {
    transition: .8s;
}

.Product_6 .box .item .content1 {
    position: relative;
}

.Product_6 .box .item .content1 .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.Product_6 .box .item.active {
    background: var(--color);

}

.Product_6 .box .item.active .content1 .img1 {
    opacity: 0;
}

.Product_6 .box .item.active .content1 .img2 {
    opacity: 1;
}


.Product_6 .box .item.active .content2 {
    color: #fff;
}

.Product_6 .box .item.active .content3 {
    color: #fff;
}

.Product_7 .box .item {
    display: none;
}

.Product_7 .box .item .boxLeft {
    width: 4.9rem;
    padding-right: 0.6rem;
}

.Product_7 .box .item .boxLeft .content1 {
    font-size: var(--f28);
}

.Product_7 .box .item .boxLeft .content2 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    color: #000;
    margin-top: 0.28rem;
}

.Product_7 .box .item .boxLeft .content3 {
    margin-top: 0.5rem;
}

.Product_7 .box .item .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Product_7 .box .item .boxRight p {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.Product_7 .box .item .boxRight p img {
    width: 100%;
}

.Product_7 .box .active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.Product_8 .box .item {
    background: #fff;
}

.Product_8 .box .item .content1 {
    /*height: 0.7rem;*/
}

.Product_8 .box .item .content3 {
    text-align: left;
}

.Product_9 .box .item {
    display: none;
}

.Product_9 .box .item .boxLeft {
    width: 50%;
    background: #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Product_9 .box .item .boxLeft>div {
    width: 100%;
    padding: 0 0.9rem;
}

.Product_9 .box .item .boxLeft>div .content1 {
    font-size: var(--f28);
}

.Product_9 .box .item .boxLeft>div .content2 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
    color: #000;
    margin-top: 0.3rem;
}

.Product_9 .box .item .boxRight {
    width: 50%;
    padding: 0 0.4rem;
    text-align: center;
}

.Product_9 .box .active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.Product_4 .box .item .content1 img {
    /*height: .78rem;*/
}

.Industry_1 .box .item .content1 .six {
    width: 64px;
}

.Product_4 .box .item .content1 img,
.Product_3 .box .item .content1 img {
    transition: .4s;
    filter: initial;
}

.Product_4 .box .item .content1 img,
.Product_3 .box .item .content1 img,
.Industry_1 .box .item .content1 .six .hexagon-container {
    height: 70px;
}


.Product_4 .box .item:hover .content1 img,
.Product_3 .box .item:hover .content1 img {
    filter: brightness(0) invert(1);
}


@media (min-width: 1921px) {
    .headerNav .box_ .right_ {
        width: 8.5rem;
    }
}

@media (max-width: 1680px) {

    .Product_4 .box .item .content1 svg,
    .Product_4 .box .item .content1 img,
    .Product_3 .box .item .content1 img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }

    .layer_down .box .boxRight .content2 {
        --h: 52px;
    }

    .Technical_1 .box .item .one .content1 svg {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .ljsq .box .boxLeft p img {
        width: 7.8rem;
    }

    .ljsq .box .boxRight .content2 {
        --h: 45px;
    }

    .Industry_1 .box .item .content2 {
        margin-top: 0.2rem;
    }

}

@media (max-width: 1520px) {
    .pu_aside {
        --h: 60px;
    }

    .pu_aside .box .li {
        width: 60px;
    }

    .bannerBtn1 .next {
        right: calc((0.3rem + var(--rw)) * -1);
    }

    .bannerBtn1 .prev {
        left: calc((0.3rem + var(--rw)) * -1);
    }

    .Product_2 .box .boxLeft ul li {
        height: 0.84rem;
    }

    .Industry_1 .box .item .content1 .six {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .Industry_2 .box .boxLeft .scroll {
        max-height: 5.4rem;
    }

    .layer_down .box .boxRight .content2 {
        --h: 46px;
    }

    .layer_down .box .boxLeft .orientation {
        top: 1.1rem;
    }

    .About_1 .box .boxLeft {
        padding-right: 0.8rem;
    }

    .About_2 .box {
        padding: 0 1rem;
    }

    .ljsq .box .boxRight .content2 .item .left {
        width: 80px;
    }

    :root {
        --h1: 0.6rem;
    }

    .Technical_1 .box .item .one {
        padding: 0.8rem 0.5rem 0.6rem;
    }

    .Contact_1 .box .boxRight ul li .bot {
        font-size: var(--f30);
    }
}

@media (max-width: 1400px) {
    .Product_3 .box .item svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .Product_4 .box .item .content1 svg {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .Industry_2 .box .boxLeft .scroll {
        max-height: 5.2rem;
    }

    .Case_1 .box .item .right ul li a,
    .Case_1 .box .item .left {
        height: 34px;
        line-height: 34px;
    }

    .layer_down .box .boxRight .content2 {
        --h: 42px;
    }
}

@media (max-width: 1281px) {
    :root {
        --h2: 0.45rem;
    }

    .Product_2 .box .boxRight {
        padding-left: 0.8rem;
    }

    .layer_down .box {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }

    .Technical_1 .box .item .one .content1 svg {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media (max-width: 1200px) {
    .pc_header {
        display: none;
    }

    .index_banner .swiper .swiper-slide .slide_img img,
    .index_banner .swiper .swiper-slide .slide_img video {
        height: 6rem;
    }

    .bannerBtn1 .prev,
    .bannerBtn1 .next {
        position: initial;
    }

    .index_product .ct_bot .content1 .item .post>div {
        padding: 0.5rem 0.3rem 21.6px 0.4rem;
    }

    .index_product .ct_bot .content1 .item .post>div .btn>div {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .index_product .ct_bot .content1 .item .post>div .text .t1 {
        font-size: var(--f26);
    }

    .index_industry .try_bot .content1 {
        padding: 0 1rem;
    }

    .index_product .ct_bot .scroll {
        overflow: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        /* 关键 iOS 属性 */
        padding-bottom: 0.1rem;

    }

    .index_product .ct_bot .scroll::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .index_product .ct_bot .scroll::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #006ab8;
    }

    .index_product .ct_bot .scroll::-webkit-scrollbar-track {
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.05);
    }

    @-moz-document url-prefix() {
        .index_product .ct_bot .scroll {
            scrollbar-color: #006ab8 rgba(0, 0, 0, 0.5);
            scrollbar-width: thin;
            -ms-overflow-style: none;
        }
    }

    .index_product .ct_bot .scroll .content1 {
        width: 140%;
    }

    .index_product .ct_bot .content1 .item .bk img {
        height: 4.6rem;
    }

    .index_case .se_bot .banner1 .swiper .swiper-slide .bk img {
        min-height: 6rem;
    }

    .index_case .se_bot .banner1 .swiper .swiper-slide .post a .text .t2 {
        margin: 0.2rem 0 0.3rem;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .bannerBtn1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0.4rem;
    }

    .bannerBtn1 .prev,
    .bannerBtn1 .next {
        position: initial;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .bannerBtn1 .next {
        margin-left: 0.2rem;
    }

    .index_demo .bk img {
        min-height: 2.8rem;
    }

    .pc_footer .ter_top .le_box {
        display: none;
    }

    .pc_footer .ter_bot .le_box .copy p+p {
        margin-left: 0;
        margin-right: 10px;
    }

    .pc_footer .ter_top {
        display: none;
    }

    .Inner_Banner .img img {
        min-height: 5rem;
    }

    .Product_2 .box .boxLeft {
        width: 3.4rem;
    }

    .Product_2 .box .boxRight {
        padding-left: 0.4rem;
    }

    .index_industry .try_bot .content2 .swiper .swiper-slide a .le_box>div {
        padding: 0 0.4rem;
    }

    .Industry_3 .box .swiper-slide {
        padding: 0.4rem;
    }

    .Industry_3 .box .item .boxLeft {
        width: 50%;
    }

    .Industry_3 .box .item .boxRight {
        padding-left: 0.4rem;
    }

    .Industry_3 .box .page {
        left: -webkit-calc(50.4%);
        left: calc(50% + 0.4rem);
        bottom: 0.4rem;
    }

    .Industry_3 .box .page div span {
        width: 24px;
    }

    .Industry_3 .box .item .boxRight .content3 {
        margin-top: 0.3rem;
    }

    .SelectNav .box ul li {
        margin: 0 0.2rem;
    }

    .twoSelectNav ul li {
        margin: 0 0.3rem;
        margin-bottom: 0.2rem;
    }

    .Product_9 .box .item .boxLeft>div {
        padding: 0.4rem;
    }

    .Inner_Banner .orientation .box .content2 {
        max-width: 8rem;
    }

    .Industry_2 .box .boxRight .list {
        padding: 0.6rem 0.4rem;
    }

    .layer_down .box .boxLeft {
        display: none;
    }

    .layer_down .box {
        width: 96vw;
    }

    .layer_down .box .boxRight {
        padding: 0.6rem 0.4rem;
    }

    .Service_1 .box .item:nth-child(2n) .wMain {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .About_2 .box,
    .About_3 .box .content2,
    .About_4 .desc,
    .About_5 .desc {
        padding: 0;
    }

    .About_2 .img img {
        min-height: 8rem;
    }

    .About_3 .box .content1 div {
        font-size: 0.98rem;
    }

    .About_4 .box .swiper-slide {
        width: 90vw;
    }

    .About_4 .box .swiper-slide .item .boxRight {
        padding-left: 0.45rem;
    }

    .About_4 .box .swiper-slide .item .boxRight .content3 {
        overflow: auto;
        padding-right: 0.1rem;
        height: 2.4rem;
    }

    .About_4 .box .swiper-slide .item .boxRight .content3::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .About_4 .box .swiper-slide .item .boxRight .content3::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #006ab8;
    }

    .About_4 .box .swiper-slide .item .boxRight .content3::-webkit-scrollbar-track {
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.05);
    }

    @-moz-document url-prefix() {
        .About_4 .box .swiper-slide .item .boxRight .content3 {
            scrollbar-color: #006ab8 rgba(0, 0, 0, 0.5);
            scrollbar-width: thin;
            -ms-overflow-style: none;
        }
    }

    .New_1 .box .boxRight .sticky ul {
        gap: 0.3rem 0.2rem;
    }

    .Contact_1 .box {
        padding: 0.7rem 0.5rem;
    }

    .Contact_1 .box .boxLeft .content2 {
        margin-top: 0.1rem;
    }

    .Contact_1 .box .boxLeft {
        width: 43%;
    }

    .Contact_1 .box .boxRight {
        width: 57%;
        padding-left: 0.4rem;
    }

    .Contact_2 .box .swiper-slide .content1 {
        height: 0.9rem;
    }

    .index_demo .post>div .btn {
        margin-top: 0.3rem;
    }

    .ljsq .box .boxLeft {
        width: 100%;
    }

    .ljsq .box .boxLeft img {
        width: 100%;
    }

    .ljsq .box .boxRight {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-top: -3rem;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(#ffffff));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), #ffffff);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .Product_5 .box .item .content3 {
        padding: 0;
    }

    .Join_1 .box .item {
        --p: 0.4rem;
    }

    .Product_7 .box .item .boxLeft,
    .Product_9 .box .item .boxLeft,
    .Case_3 .box .boxLeft,
    .Industry_2 .box .boxLeft,
    .Service_1 .box .item .boxLeft,
    .Case_4 .box .boxLeft,
    .About_1 .box .boxLeft,
    .New_1 .box .boxLeft {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        padding-right: 0;
    }

    .Product_7 .box .item .boxRight,
    .Product_9 .box .item .boxRight,
    .Case_3 .box .boxRight,
    .Industry_2 .box .boxRight,
    .Service_1 .box .item .boxRight,
    .Case_4 .box .boxRight,
    .About_1 .box .boxRight,
    .New_1 .box .boxRight {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        padding-left: 0;
        margin-top: 0.5rem;
    }

    .Product_3 .box,
    .Case_2 .box,
    .ResourceCenter .box,
    .Technical_1 .box,
    .New_1 .box .boxRight .sticky ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .title_01 .t1 {
        font-size: var(--f34);
    }

    .title_01 .t2 {
        font-size: var(--f24);
    }

    .index_banner .swiper .swiper-slide .slide_post>div .content1 .text .t1,
    .Inner_Banner .orientation .box .content1,
    .Case_3 .box .boxLeft .content2,
    .layer_down .box .boxRight .content1,
    .New_1 .box .boxLeft .content2,
    .ljsq .box .boxRight .content1,
    .Case_4 .box .boxRight .h5 {
        font-size: var(--f30);
    }

    .index_case .se_bot .banner1 .swiper .swiper-slide .post a .text .t2,
    .Product_6 .box .item .content2,
    .Product_9 .box .item .boxLeft>div .content1,
    .Industry_1 .box .item .content2,
    .Industry_3 .box .item .boxRight .content1,
    .Product_1 .desc,
    .Industry_2 .box .boxRight .list .item .h5,
    .Case_4 .box .boxLeft .h5,
    .Product_2 .box .boxRight .item .content1,
    .Technical_1 .box .item .one .content2,
    .Service_1 .h6,
    .About_3 .box .content1 p,
    .Contact_1 .box .boxLeft .content3,
    .Inner_Banner .orientation .box .content4,
    .Contact_1 .box .boxRight ul li .bot,
    .Contact_1 .box1 .item .content2,
    .index_banner .swiper .swiper-slide .slide_post>div .content1 .text .t2,
    .Contact_2 .box .swiper-slide .content2 {
        font-size: var(--f26);
    }

    .index_industry .try_bot .content1 .swiper .swiper-slide p,
    .twoSelectNav ul li a,
    .Case_4 .box .boxRight ul li a .top {
        font-size: var(--f20);
    }

    .pu_search .form form .submit {
        width: 0.82rem;
    }

    .index_banner .page_ .btn i {
        font-size: 0.3rem;
    }

    .Product_2 .box .boxLeft {
        width: 100%;
    }

    .Product_2 .box .boxRight {
        flex: 1 100%;
        padding: 0;
        display: none;
    }

    .Product_2 .box .boxRight .item {
        padding: 0.3rem;
        display: block;
    }

    .Product_2 .box .boxLeft ul li {
        height: auto;
        padding: 0;
    }

    .Product_2 .box .boxRight .item .content2 {
        margin-top: 0;
    }

    .Product_2 .box {
        margin-top: 0.2rem;
    }

    .Product_2 .title_01 {
        margin-bottom: 0.5rem;
    }

    .Product_2 .box .boxLeft ul {
        padding: 0;
    }

    .Product_2 .box .boxLeft ul li {
        padding: 0.3rem;
    }

    .Product_2 .box.active .boxLeft ul {
        color: #fff;
        background: var(--color);
    }

    .Product_2 .box .boxLeft ul li {
        font-size: var(--f22);
    }

    .Product_2 .box.active .boxRight {
        display: flex;
    }

    .Product_2 .box .boxLeft ul li:hover {
        color: #fff;
    }

    .About_2 .box .content1 {
        position: relative;
    }
    .Industry_1 .scroll{
         overflow: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        /* 关键 iOS 属性 */
        padding-bottom: 0.1rem;
    }
    
     .Industry_1 .scroll::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .Industry_1 .scroll::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #006ab8;
    }

    .Industry_1 .scroll::-webkit-scrollbar-track {
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.05);
    }
    .Industry_1 .box{
        display: flex;
        width: max-content;
    }
    
    .Industry_1 .box .item{
        width: 42vw;
    }
    
    

}


@media (max-width: 699px) {
    .Industry_1 .box .item{
        width: 80vw;
    }
    
    .index_banner .swiper .swiper-slide .slide_post>div .content1 .text .t3 {
        display: none;
    }


    :root {
        --h1: 0.7rem;
        --rw: 0.6rem;
    }

    .index_product .ct_bot .scroll .content1 {
        width: 260%;
    }

    .index_product .ct_bot .content1 .item .bk img {
        height: 6.6rem;
    }

    .index_case .se_bot .banner1 .swiper .swiper-slide .post a .text .t2,
    .Product_6 .box .item .content2,
    .Product_9 .box .item .boxLeft>div .content1,
    .Industry_1 .box .item .content2,
    .Industry_3 .box .item .boxRight .content1,
    .Product_1 .desc,
    .Industry_2 .box .boxRight .list .item .h5,
    .Case_4 .box .boxLeft .h5,
    .Product_2 .box .boxRight .item .content1,
    .Technical_1 .box .item .one .content2,
    .Service_1 .h6,
    .About_3 .box .content1 p,
    .Contact_1 .box .boxLeft .content3,
    .Inner_Banner .orientation .box .content4,
    .Contact_1 .box .boxRight ul li .bot,
    .Contact_1 .box1 .item .content2,
    .index_banner .swiper .swiper-slide .slide_post>div .content1 .text .t2,
    .Contact_2 .box .swiper-slide .content2,
    .title_01 .t2 {
        font-size: var(--f22);
    }

    .index_industry .try_bot .content2 .swiper .swiper-slide a .le_box {
        width: 100%;
    }

    .index_industry .try_bot .content2 .swiper .swiper-slide a .le_box>div {
        padding: 0.4rem;
    }

    .index_industry .try_bot .content2 .swiper .swiper-slide a .ri_box {
        width: 100%;
    }

    .title_01 .t1,
    .index_banner .swiper .swiper-slide .slide_post>div .content1 .text .t1 {
        font-size: 22px;
    }

    .MobileMain .HeaderMobile .box .button .search p svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .MobileMain .HeaderMobile .box .button .Language a {
        font-size: 16px;
    }

    .index_case .se_bot .banner2 {
        border-bottom: 1px solid #eee;
        margin-top: 0;
    }

    .index_case .se_bot .banner2 .swiper .swiper-slide {
        height: 1.4rem;
    }

    .index_case .se_bot .banner1 .swiper .swiper-slide .post {
        height: 100%;
    }

    .index_case .se_bot .banner1 .swiper .swiper-slide .post a {
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }

    .index_case .se_bot .banner1 .swiper .swiper-slide .post a .text .t1 {
        line-height: 25px;
        padding: 0 10px;
        font-size: 12px;
    }

    .index_case .se_bot .banner1 .swiper .swiper-slide .post a .text .t2 {
        margin: 0.3rem 0 0.3rem;
    }

    .index_case .se_bot .banner1 .swiper .swiper-slide .bk img {
        min-height: 7rem;
    }

    .index_industry .try_bot .content1 {
        padding: 0 0.8rem;
    }

    .pc_footer .ter_top {
        display: block;
    }

    .pc_footer .ter_top .ri_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .pc_footer .ter_top .ri_box .fwrx {
        padding-right: 0.5rem;
    }

    .pc_footer .ter_top .ri_box .code img {
        width: 2rem;
    }

    .pc_footer {
        font-size: var(--f16);
    }

    .pc_footer .ter_bot .le_box .hot a {
        margin-left: 0 !important;
        margin-right: 10px;
    }

    .pc_footer .ter_bot .le_box .copy {
        margin-top: 0.2rem;
    }

    .index_demo .bk img {
        min-height: 3.2rem;
    }

    .Inner_Banner .img img {
        min-height: 7rem;
    }

    .Inner_Banner .orientation .box .content2 {
        max-width: 100%;
        height: -webkit-calc(9em);
        height: calc(1.8em * 5);
        overflow: auto;
        padding-right: 0.1rem;
    }

    .Inner_Banner .orientation .box .content2::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .Inner_Banner .orientation .box .content2::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #ffffff;
    }

    .Inner_Banner .orientation .box .content2::-webkit-scrollbar-track {
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.5);
    }

    @-moz-document url-prefix() {
        .Inner_Banner .orientation .box .content2 {
            scrollbar-color: #fff rgba(255, 255, 255, 0.5);
            scrollbar-width: thin;
            -ms-overflow-style: none;
        }
    }

    .SelectNav .box ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0 0.3rem;
    }

    .SelectNav .box ul li {
        margin: 0;
    }

    .Product_2 .box .boxLeft {
        width: 100%;
    }

    .Product_2 .box .boxLeft ul {
        padding: 0;
    }

    .Product_2 .box .boxLeft ul li {
        padding: 0.2rem 0.3rem;
    }

    .Product_2 .box .boxRight {
        width: 100%;
        margin-top: 0.5rem;
        padding: 0 0.3rem;
    }

    .Product_2 .box .boxLeft ul li {
        height: auto;
    }

    .Industry_3 .box .item .boxLeft {
        width: 100%;
    }

    .Industry_3 .box .item .boxRight {
        width: 100%;
        padding: 0.4rem 0 0.7rem;
    }

    .Industry_3 .box .item .boxRight .content3 {
        text-align: left;
    }

    .Industry_3 .box .page {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .Product_3 .box,
    .Case_2 .box,
    .ResourceCenter .box,
    .Technical_1 .box,
    .New_1 .box .boxRight .sticky ul,
    .Product_6 .box {
        grid-template-columns: repeat(1, 1fr);
    }

    .Product_4 .box .item .content1 svg {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .Product_4 .box .item .content1 {
        /*height: 1rem;*/
    }

    .Product_6 .box .item .content1 img {
        height: 0.9rem;
    }

    .twoSelectNav ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.3rem;
    }

    .twoSelectNav ul li {
        margin: 0;
    }

    .Industry_2 .box .boxLeft .scroll {
        max-height: 5.5rem;
    }

    .Case_1 .box .item .left {
        padding-right: 0;
        width: 100%;
    }

    .Case_1 .box .item .right {
        margin-top: 0.2rem;
    }

    .pu_page .number {
        display: none;
    }

    .pu_page .next {
        margin-left: 0.3rem;
    }

    .New_1 .box .boxRight .sticky ul .item figcaption .content2 {
        margin-top: 0.3rem;
    }

    .New_1 .box .boxRight .sticky ul .item figcaption .content1 {
        margin: 0.24rem 0;
    }

    .index_industry .try_bot .content1 .swiper .swiper-slide p,
    .twoSelectNav ul li a,
    .Case_4 .box .boxRight ul li a .top,
    .ResourceCenter .box .item figcaption .content2,
    .Case_2 .box .item a figcaption .content1,
    .New_1 .box .boxRight .sticky ul .item figcaption .content2 {
        font-size: var(--f22);
    }

    .Case_3 .box .boxLeft .content1 {
        height: 30px;
    }

    .ResourceCenter .box .item figure .play {
        width: 0.88rem;
        height: 0.88rem;
    }

    .layer_down .box .boxRight .content2 .item .left {
        font-size: var(--f16);
        width: 78px;
    }

    .Technical_1 .box .item .one .content1 svg {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .Technical_1 .box .item .one {
        padding: 0.4rem 0.4rem 0.4rem;
    }

    .About_2 .box .content1 {
        height: -webkit-calc(12.6em);
        height: calc(1.8em * 7);
        overflow: auto;
        padding-right: 0.1rem;
        padding-bottom: 10px;
        position: relative;
        /*scrollbar-width: thin; */
        /* -webkit-scrollbar-width: thin;*/
        /* -webkit-overflow-scrolling: touch; */
    }
    

    .About_2 .box .content1::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .About_2 .box .content1::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #ffffff;
    }

    .About_2 .box .content1::-webkit-scrollbar-track {
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.5);
    }

    /*@-moz-document url-prefix() {*/
    /*    .About_2 .box .content1 {*/
    /*        scrollbar-color: #fff rgba(255, 255, 255, 0.5);*/
    /*        scrollbar-width: thin;*/
    /*        -ms-overflow-style: none;*/
    /*    }*/
    /*}*/



    .About_3 .swiper .swiper-slide {
        width: 3.64rem;
    }

    .About_3 .swiper .swiper-slide .text {
        height: 1.2rem;
    }

    .About_4 .box .swiper-slide {
        width: 76vw;
    }

    .About_4 .box .swiper-slide .item {
        padding: 0.4rem;
    }

    .About_4 .box .swiper-slide .item .boxLeft {
        width: 100%;
    }

    .About_4 .box .swiper-slide .item .boxRight {
        width: 100%;
        padding-left: 0;
        padding-top: 0.4rem;
    }

    .About_4 .box .swiper-slide .item .boxRight .content3 {
        height: 2.2rem;
    }

    .About_4 .box .swiper-slide-prev,
    .About_4 .box .swiper-slide-next {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .About_5 .box .swiper {
        height: -webkit-calc(66rem);
        height: calc(1.2rem * 5 + 15px * 4);
    }

    .About_5 .box .swiper .swiper-slide {
        height: 1.2rem;
    }

    .About_5 .box1 {
        height: auto;
        margin-top: 0.5rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .About_5 .box1 .pu_link {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .New_1 .box .boxLeft .content3 .right .go a {
        font-size: var(--f16);
        line-height: 35px;
    }

    .New_1 .box .boxLeft .content2 {
        margin: 0.35rem 0 0.4rem;
    }

    .ResourceCenter .twoSelectNav ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .New_1 .box .boxLeft .content3 .right .go a svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .index_demo .title_01 .t1 {
        font-size: 20px;
    }

    .Join_1 .box .item .top {
        height: 1rem;
    }

    .About_5 .desc,
    .About_4 .desc,
    .About_3 .box .content2,
    .About_2 .box .content1,
    .About_1 .box .boxLeft .content1 .scroll,
    .Service_1 .box .item .boxLeft .scroll .desc,
    .New_1 .box .boxLeft .content4,
    .Product_2 .box .boxRight .item .content2,
    .index_industry .try_bot .content2 .swiper .swiper-slide a .le_box>div .text .t2,
    .Industry_1 .box .item .content3 .scroll,
    .Industry_3 .box .item .boxRight .content2,
    .Product_7 .box .item .boxLeft .content2,
    .Industry_2 .box .boxRight .list .item .desc,
    .index_product .ct_bot .content1 .item .post>div .text .t2,
    .Join_1 .box .item .bot .desc,
    .index_case .se_bot .banner1 .swiper .swiper-slide .post a .text {
        font-size: var(--f16);
    }

    .Service_1 .box .item .boxLeft .scroll .ite .icon {
        padding-right: 0.2rem;
    }

    .Case_2 .box .item a figcaption .content2 p,
    .Case_4 .box .boxRight ul li a .bot p,
    .Case_3 .box .boxLeft .content3 .item .right ul li a,
    .ResourceCenter .box .item figcaption .content1 div,
    .New_1 .box .boxRight .sticky ul .item figcaption .content1 div {
        font-size: 12px;
    }

    .Product_2 .box .boxRight .item .content1,
    .Industry_3 .box .item .boxRight .content1,
    .Industry_1 .box .item .content2,
    .Product_6 .box .item .content2,
    .Industry_2 .box .boxRight .list .item .h5,
    .Case_4 .box .boxLeft .h5,
    .Technical_1 .box .item .one .content2,
    .New_1 .box .boxLeft .content2,
    .Contact_1 .box1 .item .content2,
    .Contact_2 .box .swiper-slide .content2,
    .index_industry .try_bot .content2 .swiper .swiper-slide a .le_box>div .text .t1,
    .index_case .se_bot .banner1 .swiper .swiper-slide .post a .text .t2 {
        font-size: 18px;
    }

    .Contact_1 .box .boxLeft {
        width: 100%;
        border: 0;
    }

    .Contact_1 .box .boxRight {
        width: 100%;
        padding-left: 0;
        margin-top: 0.4rem;
    }

    .Contact_1 .box .boxRight ul {
        display: grid;
        gap: 0.4rem;
    }

    .Contact_1 .box .boxLeft .content4 {
        width: 1.8rem;
    }

    .Contact_1 .box1 {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem 0;
    }

    .Contact_2 .box .swiper-slide {
        width: 70vw;
    }

    .Contact_2 .box .swiper-slide .content3 {
        height: 2rem;
    }

    .ljsq .box .boxRight .content2 .item .right input {
        height: 40px;
    }

    .ljsq .box .boxRight .content2 .item .left {
        line-height: 40px;
    }

    .ljsq .box .boxRight {
        margin-top: -4rem;
        padding: 0.5rem 0.3rem;
    }

    .Join_0 .twoSelectNav ul li {
        margin: auto;
    }

    .Join_1 .box .item .bot .a {
        line-height: 0.7rem;
    }

    body {
        padding-bottom: 60px;
    }

    .pu_aside {
        top: auto;
        bottom: 0;
        transform: translateY(0);
        width: 100%;
        right: 0 !important;
        display: none;
    }

    .pu_aside.active {
        display: block;
    }

    .pu_aside .box {
        display: flex;
        text-align: center;
    }

    .pu_aside .box .div1 {
        width: 20%;
        border-radius: 0;
        filter: initial;
    }

    .pu_aside .box .div1 .li {
        width: 100%;
    }

    .pu_aside .box .div2 {
        margin-top: 0;
        display: flex;
        width: 80%;
        border-radius: 0;
        filter: initial;
    }

    .pu_aside .box .div2 .li {
        width: 25%;
    }

    .pu_aside .box .ewm p {
        right: 50%;
        top: auto;
        bottom: 70px;
        transform: translateX(50%) scale(1) !important;
        width: 1.8rem;
    }

    .pu_aside .box .ewm p::after {
        display: none;
    }

    .pu_aside .box .li a .text {
        font-size: 12px;
    }

    .pu_aside .box .call p {
        display: none;
    }

    .Product_2 .box .boxRight {
        padding: 0;
        margin-top: 0;
    }
    .pu_aside .box .ewm p{
        display: none;
    }
    .pu_aside .box .ewm:hover p{
        display: block;
    }
}


.iScrollVerticalScrollbar {
    width: 2px !important;
    right: 0px !important;
    background: rgba(255, 255, 255, 0.5);
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
    background: #fff !important;
    border: 0 !important;
}

/*# sourceMappingURL=./style.css.map */