﻿body {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Normal', '微软雅黑';
    font-size: 16px;
    color: #212121;
}

a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

img {
    border: 0;
    display: block;
    /*cursor: pointer;*/
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

ul, li {
    list-style: none;
    /*cursor: pointer;*/
}

b, i, em {
    font-weight: bold;
    font-style: normal;
}

button, textarea, input {
    outline: none;
}

select, option {
    outline: none;
    appearance: none;
}

html,body {
    font-size: calc(100vw/19.2);
}

.ani, .wow {
    visibility: hidden;
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}

table {
    border-collapse: collapse;
    border: none;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
}

::-webkit-scrollbar-thumb {
}

/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom:1;}

.w1450 {
    width: 14.5rem;
    margin: auto;
}

.conts {
    box-shadow: 0 0 10px hsla(0,0%,0%,0.08);
    padding: 40px;
    margin-top: 50px
}

.footercp {
    padding: 0.9rem 0;
    background: #025dad;
    background-size: auto 100%;
}

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

.footercp .center {
    display: flex;
}

.footercp .center .li + .li {
    margin-left: 1.3rem;
}

.footercp .center .li .h {
    font-size: 0.22rem;
    color: #fff;
    line-height: 1;
    position: relative;
    padding-bottom: 0.2rem;
    margin: 0 0 0.25rem 0;
}

.footercp .center .li .h::after {
    content: '';
    width: 0.32rem;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footercp .center .li .min a {
    display: flex;
    font-size: 0.15rem;
    line-height: 0.36rem;
    color: #fff;
    transition: all 0.5s;
}

.footercp .center .li .min a:hover {
    opacity: 0.8;
}

.footercp .center .li1 .min {
    display: flex;
    flex-wrap: wrap;
    max-width: 2.7rem;
    flex-direction: column;
}

.footercp .center .li1 .min a {
    margin-right: 0.18rem;
}

.footercp .left .logo img {
    display: block;
    height: 0.56rem;
    margin-bottom: 0.45rem;
}

.footercp .left .more {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

.footercp .left .more a {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.12rem 0 0;
}
.sys{
    display: flex;
    align-items: center;
}
.sys p{
    color: #fff;
    text-align: center;
    border-top: 1px solid #e0e1e3;
    border-bottom: 1px solid #e0e1e3;
    padding: 10px 0;
}
.footercp .left .more a img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.footercp .left .more a:hover img {
    transform: rotateY(180deg);
}

.footercp .left .more2 a {
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #39b89b;
}

.footercp .left .more2 a img {
    width: 0.26rem;
}

.footercp .left .a a, .footercp .left .a .p {
    display: block;
    font-size: 0.15rem;
    line-height: 0.3rem;
    color: #EAEAEA;
    transition: all 0.5s;
}

.footercp .left .a a:hover {
    opacity: 0.8;
}

.footercp .right .h {
    font-size: 0.6rem;
    line-height: 0.72rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #39B49E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*text-align: right;*/
    font-family: 'Arial';
    font-weight: bold;
    margin-top: -0.15rem;
}

.footercp .right .p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.3rem;
    margin-top: 0.1rem;
}

.indexonemaxbox {
    padding: 0.1rem 0 1.2rem 0;
}

.indexonemaxbox .nav {
    display: flex;
    justify-content: center;
}

.indexonemaxbox .nav .li {
    margin: 0 0.12rem;
    background: #e5ebf4;
    line-height: 0.64rem;
    text-align: center;
    min-width: 1rem;
    padding: 0 0.1rem;
    border-radius: 0.1rem;
    cursor: pointer;
    position: relative;
    font-size: 0.2rem;
}

.indexonemaxbox .nav .li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.1rem;
    border: 1px solid #1E4297;
    opacity: 0;
    transition: all 0.5s;
}

.indexonemaxbox .nav .li.cur::after, .indexonemaxbox .nav .li:hover::after {
    opacity: 1;
}

.indexonemaxbox .list .wli {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.24rem;
    padding: 0.4rem 0 0 0;
}

.indexonemaxbox .list .wli.cur {
    display: flex;
}

.indexonemaxbox .list .wli .li {
    width: calc((100% - 1.44rem) / 3);
    margin: 0.24rem 0.24rem 0.24rem 0.24rem;
    position: relative;
}

.indexonemaxbox .list .wli .li a {
    display: flex;
    position: relative;
}

.indexonemaxbox .list .wli .li a .ter {
    background: #fff;
    width: 3.42rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
}

.indexonemaxbox .list .wli .li a .mk {
    padding: 0 0.3rem;
    width: calc(100% - 0.6rem);
}

.indexonemaxbox .list .wli .li a .mk .h {
    font-size: 0.22rem;
    line-height: 1;
    margin-bottom: 0.12rem;
    transition: all 0.5s;
}

.indexonemaxbox .list .wli .li a:hover .mk .h {
    color: #1e4397;
}

.indexonemaxbox .list .wli .li a .mk .p {
    font-size: 0.14rem;
    color: #8F8F8F;
    transition: all 0.5s;
}

.indexonemaxbox .list .wli .li a:hover .mk .p {
    color: #1e4397;
    opacity: 0.8;
}

.indexonemaxbox .list .wli .li a .a {
    width: calc(100% - 3.42rem);
    background: #f6f6f6 url(../images/37.png) no-repeat center;
    background-size: 0.31rem auto;
    height: 1.1rem;
    position: relative;
}

.indexonemaxbox .list .wli .li a::after {
    border: 1px solid #dde5f0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
}

.indexonemaxbox .list .wli .li a::before {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/48.jpg) no-repeat center;
    background-size: 100% 100%;
    content: '';
    z-index: 2;
}

.indexonemaxbox .list .wli .li a .a::after {
    border: 1px solid #fff;
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 1px;
    right: 1px;
    content: '';
}

.indexnewsmaxbox {
    padding: 0.8rem 0;
    background: #fff url(../images/newsbg.jpg) no-repeat top center;
    background-size: 100% auto;
}

.indexnewsmaxbox .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.66rem;
}

.indextitle .h {
    display: flex;
    margin-bottom: 0.2rem;
}

.indextitle .h i {
    font-size: 0.52rem;
    background: #025dad;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 0.4rem;
    font-weight: bold;
    font-family: 'Arial';
}

.indextitle .p {
    font-size: 0.36rem;
    font-weight: bold;
    color: #303030;
    line-height: 1;
}

.indexnewsmaxbox .top .nav {
    display: flex;
}

.indexnewsmaxbox .top .nav a {
    display: block;
    text-align: center;
    padding: 0 0.1rem;
    font-size: 0.18rem;
    line-height: 0.44rem;
    min-width: 1.1rem;
    color: #141111;
    border: 1px solid #1e4297;
    transition: all 0.5s;
}

.indexnewsmaxbox .top .nav a + a {
    margin-left: 0.3rem;
}

.indexnewsmaxbox .top .nav a.cur, .indexnewsmaxbox .top .nav a:hover {
    color: #fff;
    border-color: hsla(0,0%,100%,0.00);
    background: url(../images/45.jpg) no-repeat center;
    background-size: 100% 100%;
}

.indexnewsmaxbox .listbox .hot a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 2px 40px 0px rgba(4,0,0,0.11);
    align-items: center;
}

.indexnewsmaxbox .listbox .hot a .m {
    width: 7rem;
    height: 5.25rem;
    overflow: hidden;
}

.indexnewsmaxbox .listbox .hot a .m img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.indexnewsmaxbox .listbox .hot a:hover .m img {
    transform: scale(1.05);
}

.indexnewsmaxbox .listbox .hot a .ter {
    width: 6.1rem;
    padding: 0.3rem 0.55rem 0 0;
    position: relative;
}

.indexnewsmaxbox .listbox .hot a .ter .i {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/47.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 1.3rem;
    height: 0.46rem;
    font-size: 0.18rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexnewsmaxbox .listbox .hot a .ter .h {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #191919;
    transition: all 0.5s;
    margin-bottom: 0.2rem;
}

.indexnewsmaxbox .listbox .hot a:hover .ter .h {
    color: #1e4397;
}

.indexnewsmaxbox .listbox .hot a .ter .p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #191919;
    margin-bottom: 0.45rem;
}

.indexnewsmaxbox .listbox .hot a .ter .a {
    width: 1.1rem;
    height: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #fff;
    border-radius: 0 0.18rem 0 0.18rem;
    background: #025dad;
    background-size: 100% 100%;
}

.indexnewsmaxbox .listbox .list {
    margin: 0 -0.2rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 0.3rem;
}

.indexnewsmaxbox .listbox .list .li {
    width: calc((100% - 1.6rem) / 4);
    box-shadow: 0px 2px 57px 0px rgba(4,0,0,0.06);
    background: #fff;
    margin: 0.4rem 0.2rem 0 0.2rem;
}

.indexnewsmaxbox .listbox .list .li .m {
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.indexnewsmaxbox .listbox .list .li .m img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.indexnewsmaxbox .listbox .list .li:hover .m img {
    transform: scale(1.05);
}

.indexnewsmaxbox .listbox .list .li .ter {
    padding: 0.3rem 0;
    margin: 0 0.2rem;
    border-bottom: 1px solid #eee;
}

.indexnewsmaxbox .listbox .list .li .ter .h {
    font-size: 0.2rem;
    line-height: 1;
    color: #939393;
    margin-bottom: 0.17rem;
    transition: all 0.5s;
}

.indexnewsmaxbox .listbox .list .li .ter .p {
    font-size: 0.2rem;
    line-height: 0.33rem;
    color: #1F1F1F;
    transition: all 0.5s;
    min-height: 0.66rem;
}

.indexnewsmaxbox .listbox .list .li:hover .ter .p {
    color: #1E4297;
}

.indexnewsmaxbox .listbox .list .li .a {
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexnewsmaxbox .listbox .list .li .a i {
    font-size: 0.16rem;
    color: #5E5E5E;
    line-height: 0.2rem;
    padding-right: 0.3rem;
    background: url(../images/35.png) no-repeat right center;
    background-size: 0.14rem auto;
    transition: all 0.5s;
}

.indexnewsmaxbox .listbox .list .li:hover .a i {
    color: #fff;
    background: url(../images/35s.png) no-repeat right center;
    background-size: 0.14rem auto;
}

.indexnewsmaxbox .listbox .list .li:hover .a {
    background: #025dad;
    background-size: 100% 100%;
}

.indexnewsmaxbox .listbox .wli {
    display: none;
}

.indexnewsmaxbox .listbox .wli.cur {
    display: block;
}

.indextwomaxbox {
    padding: 0.8rem 0 0.85rem 0;
    background: url(../images/yylybg.jpg) no-repeat center;
}

.indextitle2 .h {
    justify-content: center;
}

.indextitle2 .p {
    text-align: center;
}

.indextwomaxbox .listbox {
    margin: 0.8rem 0 0 0;
}

.indextwomaxbox .listbox .top {
    border-top: 1px solid #e0e1e3;
    border-bottom: 1px solid #e0e1e3;
    display: flex;
}

.indextwomaxbox .listbox .top .li {
    width: calc(100% / 6);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.4rem;
    cursor: pointer;
    position: relative;
}

.indextwomaxbox .listbox .top .li .m {
    width: 0.44rem;
    height: 0.44rem;
    margin: auto;
}

.indextwomaxbox .listbox .top .li .m img {
    display: block;
    filter: brightness(0);
    width: 0.5rem;
}

.indextwomaxbox .listbox .top .li .h {
    font-size: 0.2rem;
    color: #1A1A1A;
    line-height: 1;
    text-align: center;
    margin-top: 0.16rem;
}

.indextwomaxbox .listbox .top .li::after {
    width: 10%;
    height: 4px;
    background: #025dad;
    background-size: 100% 100%;
    position: absolute;
    left: 46%;
    bottom: -4px;
    content: '';
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
/* 清除原有宽高，改用边框实现三角形 */
    width: 0;
    height: 0;
    /* 核心：通过透明边框 + 上边框实现倒三角 */
    border-left: 8px solid transparent;  /* 左透明边框，控制三角形宽度 */
    border-right: 8px solid transparent; /* 右透明边框，控制三角形宽度 */
    border-top: 8px solid #025dad;       /* 上边框有颜色，形成倒三角的底边 */
    /* 保留原有定位、过渡等属性，按需调整 */
    position: absolute;
    left: 50%;          /* 改为50%，配合transform居中更精准 */
    bottom: -7px;       /* 三角形高度是8px，所以bottom值对应调整 */
    transform: translateX(-50%); /* 水平居中，比固定left更通用 */
    content: '';
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
    /* 清除原有不需要的属性 */
    background: none;
    background-size: none;
}

.indextwomaxbox .listbox .top .li.cur, .indextwomaxbox .listbox .top .li:hover {
    background: #025dad;
}
.indextwomaxbox .listbox .top .li.cur .h, .indextwomaxbox .listbox .top .li:hover .h{
    color: #fff;
}
.indextwomaxbox .listbox .top .li.cur .m img,.indextwomaxbox .listbox .top .li:hover img{
    filter: brightness(0) invert(1);
}
.indextwomaxbox .listbox .top .li.cur::after, .indextwomaxbox .listbox .top .li:hover::after {
    opacity: 1;
}

.indextwomaxbox .listbox .list {
    width: 100%;
    /*height: 5.25rem;*/
    position: relative;
}

.indextwomaxbox .listbox .list .wli {
    /*position: absolute; top: 0; left: 0; width: 100%; */
    /*opacity: 0; z-index: 0;*/
}

/*.indextwomaxbox .listbox .list .wli.cur{ opacity: 1; z-index: 5;}*/
.indextwomaxbox .listbox .list .wli a {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.indextwomaxbox .listbox .list .wli a .m {
    width: 7.3rem;
    height: 4.7rem;
    overflow: hidden;
}

.indextwomaxbox .listbox .list .wli a .m img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.indextwomaxbox .listbox .list .wli a:hover .m img {
    transform: scale(1.05);
}

.indextwomaxbox .listbox .list .wli .ter {
    width: 5.1rem;
    padding: 1.05rem 0 0 0.8rem;
}

.indextwomaxbox .listbox .list .wli .ter .h {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #272727;
    transition: all 0.5s;
}

.indextwomaxbox .listbox .list .wli:hover .ter .h {
    color: #1e4397
}

.indextwomaxbox .listbox .list .wli .ter .i {
    width: 0.52rem;
    height: 3px;
    background: #adadad;
    margin: 0.2rem 0 0.15rem 0;
}

.indextwomaxbox .listbox .list .wli .ter .p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #6D6D6D;
    margin-bottom: 0.3rem;
}

.infexmore .a, .infexmore a {
    width: 2rem;
    height: 0.6rem;
    border: 2px solid #d3dcf0;
    border-radius: 0.3rem;
    background: #fff;
    position: relative;
    transition: all 0.5s;
}

.infexmore .a:hover, .infexmore a:hover {
    background: #d3dcf0;
}

.infexmore .a i, .infexmore a i {
    display: block;
    padding-left: 0.5rem;
    font-size: 0.16rem;
    color: #313131;
    line-height: 0.6rem;
}

.infexmore .a::after, .infexmore a::after {
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    top: -2px;
    right: -2px;
    border-radius: 100%;
    background: #025dad;
    background-size: 100% 100%;
    content: '';
    z-index: 2;
}

.infexmore .a::before, .infexmore a::before {
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    top: -2px;
    right: -2px;
    border-radius: 100%;
    background: url(../images/35s.png) no-repeat center;
    background-size: 0.14rem auto;
    content: '';
    z-index: 3;
}

.indextwomaxbox .listbox .swiper {
    padding-bottom: 0.55rem;
}

.indextwomaxbox .listbox .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0!important;
}

.indextwomaxbox .listbox .swiper-pagination span {
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    margin: 0 0.12rem;
    background: #dadada;
}

.indextwomaxbox .listbox .swiper-pagination span.swiper-pagination-bullet-active {
    background: #025dad;
}

.indexthreemaxbox {
    padding: 0.8rem 0;
    background: #f8f8f8 url(../images/25.jpg) no-repeat top center;
    background-size: 100% auto;
}

.indextitle3 {
    position: relative;
}

.indextitle3 .h i {
    line-height: 0.48rem;
    font-size: 0.48rem;
}

.indextitle .i {
    width: 0.78rem;
    height: 7px;
    background: #025dad;
    background-size: 100% 100%;
}

.indextitle3 .h {
    margin-bottom: 0.25rem;
}

.indextitle3 .n {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.48rem;
    line-height: 0.5rem;
    font-weight: bold;
    color: #0E0E0E;
    opacity: 0.07;
    font-family: 'Arial';
}

.indexthreemaxbox .list {
    margin: 0 -0.16rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.4rem 0 0 0;
}

.indexthreemaxbox .list .li {
    width: calc((100% - 0.96rem) / 3);
    margin: 0.32rem 0.16rem 0 0.16rem;
    background: #fff;
    box-shadow: 0px 2px 51px 0px rgba(4,0,0,0.08);
}

.indexthreemaxbox .list .li .m {
    width: 100%;
    height: 3.04rem;
    overflow: hidden;
    position: relative;
}

.indexthreemaxbox .list .li .m img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.indexthreemaxbox .list .li:hover .m img {
    transform: scale(1.05);
}

.indexthreemaxbox .list .li .m::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: url(../images/51.png) no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}

.indexthreemaxbox .list .li .p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    background: #025dad75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
}

.indexthreemaxbox .list .li:hover .m::after, .indexthreemaxbox .list .li:hover .p {
    opacity: 1;
}

.indexthreemaxbox .list .li .h {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #212121;
    text-align: center;
    padding: 0.18rem 0.1rem;
    transition: all 0.5s;
}

.indexthreemaxbox .list .li:hover .h {
    color: #1e4397;
}

.indexfourmaxbox {
    min-height: 7.92rem;
    position: relative;
    background: url(../images/aboutbg.jpg) no-repeat center;
    background-size: cover;
}

.indexfourmaxbox .img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.indexfourmaxbox .img img {
    display: block;
    width: 10.74rem;
}

.indexfourmaxbox .cont {
    padding: 1.07rem 0 1.6rem 0;
}

.indextitle4 .h i {
    font-size: 0.48rem;
    line-height: 1;
}

.indextitle4 .p {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
}

.indexfourmaxbox .ps {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #696969;
    width: 6.25rem;
    margin: 0.35rem 0 0.55rem 0;
}

.indexfourmaxbox .boot {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #025dad;
    background-size: 100% 100%;
    z-index: 5;
}

.indexfourmaxbox .boot .mk {
    display: flex;
}

.indexfourmaxbox .boot .mk .li {
    width: calc(100% / 4);
    padding: 0.3rem 0;
    position: relative;
}

.indexfourmaxbox .boot .mk .li + .li::after {
    content: '';
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0.3rem;
    left: 0;
    bottom: 0.3rem;
}

.indexfourmaxbox .boot .mk .li .p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    text-align: center;
    color: #fff;
    margin-top: 0.1rem;
}

.indexfourmaxbox .boot .mk .li .tp {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.indexfourmaxbox .boot .mk .li .tp .m {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.1rem;
    display: flex;
    align-items: flex-end;
}

.indexfourmaxbox .boot .mk .li .tp .m img {
    display: block;
    width: 0.3rem;
}

.indexfourmaxbox .boot .mk .li .tp .h {
    display: flex;
}

.indexfourmaxbox .boot .mk .li .tp .h i {
    font-size: 0.3rem;
    font-weight: 600;
    color: #fff;
    line-height: 0.34rem;
    margin-right: 5px;
}

.indexfourmaxbox .boot .mk .li .tp .h em {
    font-size: 0.16rem;
    color: #fff;
    line-height: 1;
}

.indexfivemaxbox {
    padding: 0.8rem 0 0.5rem 0;
    background: url(../images/14.jpg) no-repeat top center;
    background-size: 100% auto;
}

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

.indexfivemaxbox .input {
    width: 3.9rem;
    position: relative;
    display: flex;
    box-sizing: border-box;
}

.indexfivemaxbox .input input {
    display: block;
    width: 145%;
    height: 0.46rem;
    border-radius: 0.1rem;
    border: 1px solid #025dad;
    background: #fff;
    padding: 0 0.4rem 0 0.15rem;
    transition: all 0.5s;
}

.indexfivemaxbox .input:hover input {
    box-shadow: 0 0 15px hsla(222,67%,35%,0.30);
}

.indexfivemaxbox .input input::placeholder {
    color: #B2B2B2;
}

.indexfivemaxbox .input button {
    width: 0.3rem;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    right: 0.15rem;
    background: url(../images/13.png) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
}

.indexfivemaxbox .list a {
    display: block;
    width: 2.5rem;
    height: 3.8rem;
    margin: auto;
    position: relative;
    border-radius: 0.2rem;
    box-shadow: 0px 5px 13px 0px rgba(4,0,0,0.11);
    background: #f8f8f8 url(../images/11.png) no-repeat right bottom;
    background-size: 2.25rem auto;
    /*transition: all 0.5s;*/
}

.indexfivemaxbox .list a:hover {
    background: #025dad;
    background-size: 100% 100%;
}

.indexfivemaxbox .list .mk {
    padding: 0.27rem 0.35rem 0 0.35rem;
}

.indexfivemaxbox .list .mk .m {
    width: 100%;
    height: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.1rem;
}

.indexfivemaxbox .list .mk .m img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.indexfivemaxbox .list .mk .h {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #025dad;
    text-align: center;
    margin-bottom: 0.15rem;
    transition: all 0.5s;
    white-space: normal;
}

.indexfivemaxbox .list a:hover .mk .h {
    color: #fff;
}

.indexfivemaxbox .list .mk .i {
    width: 0.32rem;
    height: 3px;
    background: #025dad;
    margin: auto;
    transition: all 0.5s;
}

.indexfivemaxbox .list a:hover .mk .i {
    background: #fff;
}

.indexfivemaxbox .list .mk .p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #787878;
    text-align: center;
    margin: 0.2rem 0 0.3rem 0;
    transition: all 0.5s;
}

.indexfivemaxbox .list a:hover .mk .p {
    color: #fff;
}

.indexfivemaxbox .list .mk .a {
    width: 0.9rem;
    height: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #000;
    border: 1px solid #000;
    border-radius: 0.1rem;
    margin: auto;
    transition: all 0.5s;
}

.indexfivemaxbox .list a:hover .mk .a {
    color: #fff;
    border-color: #fff;
}

.indexfivemaxbox .list {
    margin: 0 -0.22rem;
    position: relative;
}

.indexfivemaxbox .list .swiper {
    padding: 0.7rem 0;
}

.indexfivemaxbox .list a::after {
    content: '';
    width: 100%;
    height: 0.59rem;
    position: absolute;
    bottom: -0.67rem;
    left: 0;
    background: url(../images/15.png) no-repeat top center;
    background-size: 100% auto;
}

.indexfivemaxbox .list .em {
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/9.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: -0.72rem;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.5s;
}

.indexfivemaxbox .list .em2 {
    left: auto;
    right: -0.72rem;
    transform: translateY(-50%) rotate(180deg);
}

.indexfivemaxbox .list .em:hover {
    background: url(../images/9s.png) no-repeat center;
    background-size: 100% auto;
}

.indexfivemaxbox .swiper-button-next, .indexfivemaxbox .swiper-button-prev {
    display: none;
}

.indexbanner {
    position: relative;
    overflow: hidden;
}

.indexbanner .videobox {
    width: 100%;
    height: 9.3rem;
    overflow: hidden;
}

.indexbanner .videobox video {
    background: #000;
    width: 100%;
    height: 100%;
}

.indexbanner a {
    display: block;
    position: relative;
}

.indexbanner a .m {
    width: 100%;
    height: 9.3rem;
    overflow: hidden;
}

.indexbanner a .m img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    animation: slowZoom 5s ease-in-out forwards;
}

.indexbanner a .ter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.indexbanner a .ter .i img {
    display: block;
    width: 6.75rem;
    margin: auto;
}

.indexbanner a .ter .a {
    margin: 0.52rem auto 0;
    width: 1.6rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
    border: 1px solid #fff;
    transition: all 0.5s;
}

.indexbanner a .ter .a:hover {
    background: #1e4397;
    border-color: #1e4397;
}

.indexbanner a .ter .a i {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.3rem;
    padding-right: 0.3rem;
    background: url(../images/6.png) no-repeat center right;
    background-size: 0.14rem auto;
}

.indexbanner .swiper-pagination {
    bottom: 0.4rem!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexbanner .swiper-pagination span {
    width: 15px;
    /* 圆的直径 */
    height: 15px;
    /* 圆的直径 */
    border-radius: 10px;
    /* 创建圆形 */
    background: #fff;
    margin: 0 0.12rem!important;
    opacity: 1;
}

.indexbanner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #025dad;
}

/*
.indexbanner .swiper-pagination span:first-child{ width: 0.2rem; height: 0.2rem; border-radius: 100%; background: #fff url(../imagess/5.png) no-repeat center; background-size: 100% auto;}
*/
.headercp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 100px;
    transition: all 0.5s;
}

.headercp .logo img {
    display: block;
    height: 35px;
}

.headercp .logo {
    margin: 35px 0 10px 0;
    overflow: hidden;
    height: 35px;
}

.headercp .logo a {
    display: block;
    height: 35px;
    transition: all 0.5s;
}

.headercp2 .logo a.a1 {
    margin-top: -35px;
}

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

.headercp .cont .nav {
    display: flex;
}

.headercp .cont .nav .wli + .wli {
    margin-left: 0.5rem;
}

.headercp .cont .nav .wli .tit .active {
    color: #2da4a2
}

.headercp .cont .nav .wli .tit a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    padding: 35px 0 10px 0;
    transition: all 0.5s;
}

.headercp .cont .nav .wli {
    position: relative;
}

.headercp .cont .nav .wli .down {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 215px;
    padding-top: 12px;
}

.headercp .cont .nav .wli .down::after {
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/4.png) center bottom no-repeat;
    background-size: auto 100%;
}

.headercp .cont .nav .wli .down .min {
    background: #f5f5f5;
}

.headercp .cont .nav .wli .down .min a {
    font-size: 15px;
    color: #363636;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
}

.headercp .cont .nav .wli .down .min a + a {
    border-top: 1px solid #cfcfcf;
}

.headercp .cont .nav .wli .down .min a:hover {
    color: #fff;
    background: #1e4397;
}

.headercp .cont .right {
    display: flex;
}

.headercp .cont .lang {
    margin-left: 0.62rem;
    position: relative;
    padding: 35px 0 10px 0;
    cursor: pointer;
}

.headercp .cont .lang .m {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    padding: 0 22px 0 35px;
    position: relative;
    background: url(../images/2.png) no-repeat left center;
    background-size: 21px auto;
    transition: all 0.5s;
}

.headercp .cont .lang .m::after {
    width: 14px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/3.png) no-repeat center;
    background-size: 100% auto;
    content: '';
    transition: all 0.5s;
}

.headercp .cont .lang .down {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 115px;
    padding-top: 12px;
}

.headercp .cont .lang .down::after {
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/4.png) center bottom no-repeat;
    background-size: auto 100%;
}

.headercp .cont .lang .down .mk {
    background: #f5f5f5;
}

.headercp .cont .lang .down .mk a {
    font-size: 16px;
    color: #363636;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
}

.headercp .cont .lang .down .mk a + a {
    border-top: 1px solid #cfcfcf;
}

.headercp .cont .lang .down .mk a:hover {
    color: #fff;
    background: #1e4397;
}

.headercp .cont .lang:hover .down {
    display: block;
}

.headercp2 {
    background: #fff;
    box-shadow: 0 0 10px hsla(0,0%,0%,0.08);
}

.headercp2 .cont .nav .wli .tit a {
    color: #3C3C3C;
}

.headercp2 .cont .lang .m {
    color: #3C3C3C;
    background: url(../images/2s.png) no-repeat left center;
    background-size: 21px auto;
}

.headercp2 .cont .lang .m::after {
    background: url(../images/3s.png) no-repeat center;
    background-size: 100% auto;
}

.headercp .cont .nav .wli.cur .tit a, .headercp .cont .nav .wli:hover .tit a {
    color: #1e4397;
}

.aboutnews {
    padding: 80px 0 135px 0;
    background: url(../images/bgap.jpg) no-repeat top 40px center;
    background-size: 100% auto;
}

.aboutnews .list {
    margin-top: 62px;
    display: flex;
    justify-content: flex-start ;
    flex-wrap: wrap;
}

.aboutnews .list .li {
    width: 31%;
    background: #f8f8f8;
    margin: 2% 2% 0 0;
    box-shadow: 0 10px 10px hsla(0,0%,0%,0.08);
}

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

.aboutnews .title .h1 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 10px;
    font-weight: bold
}

.aboutnews .top .title {
    text-align: left;
}

.aboutnews .list .li:nth-child(3n) {
    /* margin: 44px 0 0 0; */
}

.aboutnews .list .li .img {
    width: 100%;
    overflow: hidden;
}

.aboutnews .list .li .img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.aboutnews .list .li:hover .img img {
    transform: scale(1.05);
}

.aboutnews .list .text {
    padding: 30px 44px 40px 45px;
}

.aboutnews .list .text .h1 {
    font-size: 24px;
    line-height: 34px;
    color: #282828;
}

.aboutnews .list .text .p {
    font-size: 16px;
    line-height: 28px;
    color: #828282;
    margin-top: 5px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 20px
}

.aboutnews .list .text .a {
    width: 1.1rem;
    height: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #fff;
    border-radius: 0 0.18rem 0 0.18rem;
    /* background: url(../images/46.jpg) no-repeat center; */
    background-size: 100% 100%;
    background-color: #005eae;
}

.aboutnews .list .text .a:hover {
    background: #eb000d;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #046cb5;
    border-color: #046cb5;
    cursor: default;
}

.aboutnews .top .ps {
    width: 770px;
    font-size: 17px;
    line-height: 30px;
    color: #3A3A3A;
    padding-top: 20px;
}

.aboutnews .title .en {
    font-family: '';
    font-size: 42px;
    line-height: 42px;
    color: #025dad;
    font-weight: bold;
    background: #025dad;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutonemaxbox {
    position: relative;
    overflow: hidden;
}

.aboutonemaxbox .m {
    width: 100%;
    overflow: hidden;
}

.aboutonemaxbox .m img {
    display: block;
    width: 100%;
}

.aboutowmaxbox {
    background: #fff;
    box-shadow: 0 0 10px hsla(0,0%,0%,0.08);
    border-bottom: 1px solid #EBEBEB
}
.aboutowmaxbox .cont {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
}

.aboutowmaxbox .cont::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background: #fff;
    border-radius: 4px;
}

.aboutowmaxbox .cont::-webkit-scrollbar-thumb {
    width: 6px;
    height: 12px;
    background: linear-gradient(-90deg, #1E4297 0%, #39B49E 100%);
    border-radius: 4px;
}

.aboutowmaxbox .cont .li a {
    display: block;
    font-size: 0.2rem;
    color: #363636;
    line-height: 0.3rem;
    padding: 0.28rem 0.4rem;
    text-align: center;
    transition: all 0.5s;
    white-space: nowrap;
}

.aboutowmaxbox .cont .li:hover a {
    color: #1e4397;
}

.aboutowmaxbox .cont .li.cur a {
    color: #fff;
}

.aboutowmaxbox .cont .li.cur {
    background: #025dad;
    background-size: 100% 100%;
}

.aboutowmaxbox .cont .li {
    position: relative;
}

.aboutowmaxbox .cont .li + .li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000;
    opacity: 0.1;
    content: '';
}

.goodsnews {
    background: #fff;
    padding: 20px 0 60px 0;
}

.goodsnews .h1 {
    font-size: 42px;
    line-height: 42px;
}

.goodsnews .list .li {
    border-bottom: 1px solid #cecece;
    padding: 40px 0;
}

.goodsnews .list .li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goodsnews .list .li a .m {
    width: 450px;
    overflow: hidden;
}

.goodsnews .list .li a .m img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.goodsnews .list .li:hover a .m img {
    transform: scale(1.05);
}

.goodsnews .list .li .text {
    width: calc(100% - 505px);
}

.goodsnews .list .li .text .h {
    font-size: 24px;
    line-height: 34px;
    transition: all 0.5s;
}

.goodsnews .list .li .text .h img {
    display: inline;
    margin-right: 20px
}

.goodsnews .list .li .text .p img {
    display: inline;
    margin-right: 20px
}

.fa {
    background-color: #1f4596;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    display: inline-grid;
    margin-right: 12px
}

.fas {
    background-color: #39b59d;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    display: inline-grid;
    margin-right: 12px
}

.goodsnews .list .li:hover .text .h {
    color: #ed7318;
}

.goodsnews .list .li .text .p {
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
    color: #504D4D;
}

.goodsnews .list .li .text .t {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    color: #909090;
}

.goodsnews .list .li .text .a {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    color: #0C63B1;
    transition: all 0.5s;
}

.goodsnews .list .li .text .a:hover {
    color: #ed7318;
}

.goodsnews .list {
    padding-top: 32px;
}

.titlesh1 {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    text-align: center;
}

.titlesp {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    overflow: hidden;
    color: #5a5959
}
.titlesp img{
    max-width: 100%;
}

.abouthreemaxbox {
    background: #025dad;
    background-size: 100% 100%;
}

.abouthreemaxbox .cont {
    display: flex;
}

.abouthreemaxbox .cont .li {
    width: calc(100% / 4);
    padding: 0.3rem 0;
    position: relative;
}

.abouthreemaxbox .cont .li + .li::after {
    content: '';
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0.3rem;
    left: 0;
    bottom: 0.3rem;
}

.abouthreemaxbox .cont .li .p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    text-align: center;
    color: #fff;
    margin-top: 0.1rem;
}

.abouthreemaxbox .cont .li .tp {
    display: flex;
    justify-content: center;
}

.abouthreemaxbox .cont .li .tp .m {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.1rem;
}

.abouthreemaxbox .cont .li .tp .m img {
    display: block;
    width: 100%;
}

.abouthreemaxbox .cont .li .tp .h {
    display: flex;
}

.abouthreemaxbox .cont .li .tp .h i {
    font-size: 0.3rem;
    font-weight: 600;
    color: #fff;
    line-height: 0.34rem;
    margin-right: 5px;
}

.abouthreemaxbox .cont .li .tp .h em {
    font-size: 0.16rem;
    color: #fff;
    line-height: 1;
}

.aboutlinemaxbox {
    padding: 0.8rem 0;
}

.aboutlinemaxbox .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.aboutlinemaxbox .cont .m i {
    display: block;
    width: 6.36rem;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.aboutlinemaxbox .cont .m i img {
    display: block;
    width: 100%;
}

.aboutlinemaxbox .cont .m {
    position: relative;
    margin-top: 0.5rem;
}
.aboutlinemaxbox .cont .m video{
    /* display: none; */
    width: 100%;
}
.aboutlinemaxbox .cont .m::after {
    background: #025dad;
    position: absolute;
    top: 0.72rem;
    right: 0;
    bottom: -0.4rem;
    left: -0.4rem;
    content: '';
    border-radius: 30px 0 0 30px;
    z-index: 0;
}

.aboutlinemaxbox .cont .ter {
    width: 6.9rem;
}

.aboutlinemaxbox .cont .ter .tit .n {
    font-size: 0.65rem;
    line-height: 0.5rem;
    color: #D6D6D7;
    font-family: 'Bold';
}

.aboutlinemaxbox .cont .ter .tit .h {
    display: flex;
}

.aboutlinemaxbox .cont .ter .tit .h i {
    font-size: 0.42rem;
    line-height: 1;
    background: #025dad;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 3;
    font-weight: 600;
    margin-top: -0.2rem;
}

.aboutlinemaxbox .cont .ter .p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #141414;
}

.aboutlinemaxbox .cont .ter .tit .i {
    width: 0.58rem;
    height: 3px;
    background: #025dad;
    margin: 0.2rem 0 0.35rem 0;
}

.aboufourmaxbox {
    padding: 0.9rem 0 1.2rem 0;
    background: url(../images/56.jpg) no-repeat center;
    background-size: cover;
}

.aboufourmaxbox .tit .h {
    display: flex;
    justify-content: center;
}

.aboufourmaxbox .tit .h i {
    font-size: 0.48rem;
    line-height: 1;
    background: linear-gradient(-90deg, #1E4297 0%, #39B49E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.aboufourmaxbox .tit .p {
    font-size: 0.18rem;
    line-height: 1;
    color: #1A1A1A;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.8;
}

.aboufourmaxbox .list {
    margin: 1rem -0.7rem 0 -0.7rem;
    display: flex;
    justify-content: center;
}

.aboufourmaxbox .list .li {
    width: calc(100% / 4);
    padding: 0.4rem 0;
    position: relative;
}

.aboufourmaxbox .list .li .m {
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
}

.aboufourmaxbox .list .li .m img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.aboufourmaxbox .list .li:hover .m img {
    transform: rotateY(180deg);
}

.aboufourmaxbox .list .li .h {
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #191919;
    font-weight: 600;
    text-align: center;
    margin-top: 0.1rem;
    transition: all 0.5s;
}

.aboufourmaxbox .list .li:hover .h {
    color: #1e4397;
}

.aboufourmaxbox .list .li .p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #191919;
    text-align: center;
    padding: 0.2rem 0.7rem 0 0.7rem;
    opacity: 0.8;
}

.aboufourmaxbox .list .li + .li::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d9dbdb;
}

.aboufivemaxbox {
    padding: 1rem 0;
    background-size: cover;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(2, 93, 173, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.aboufivemaxbox .tit .h {
    font-size: 0.48rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.aboufivemaxbox .tit .p {
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #fff;
    text-align: center;
}

.aboufivemaxbox .list {
    margin: 0.7rem -0.1rem 0 -0.1rem;
    position: relative;
}

.aboufivemaxbox .list a {
    display: block;
    width: 2.75rem;
    margin: auto;
}

.aboufivemaxbox .list .m {
    width: 100%;
    height: 4.14rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #fff; */
}

.aboufivemaxbox .list .m img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
}

.aboufivemaxbox .list .m:hover img {
    transform: scale(1.05);
}

.aboufivemaxbox .list .p {
    font-size: 0.18rem;
    line-height: 0.24rem;
    text-align: center;
    margin-top: 0.25rem;
    color: #fff;
}

.aboufivemaxbox .list .em {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 50%;
    left: -0.9rem;
    transform: translateY(-50%);
    background: url(../images/61.png) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
    transition: all 0.5s;
}

.aboufivemaxbox .list .em2 {
    right: -0.9rem;
    left: auto;
    transform: translateY(-50%) rotate(180deg);
}

.aboufivemaxbox .list .em:hover {
    background: url(../images/61s.png) no-repeat center;
    background-size: 100% auto;
}

.abousixmaxbox {
    padding: 0.8rem 0 1rem 0;
}

.abousixmaxbox .tit .h {
    display: flex;
    justify-content: center;
}

.abousixmaxbox .tit .h i {
    font-size: 0.48rem;
    line-height: 1;
    background: #025dad;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.abousixmaxbox .tit .p {
    font-size: 0.18rem;
    line-height: 1;
    color: #9E9E9E;
    text-align: center;
    text-transform: uppercase;
}

.abousixmaxbox .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.22rem;
    padding: 0.2rem 0 0 0;
}

.abousixmaxbox .list .li {
    width: calc((100% - 2.64rem) / 6);
    margin: 0.4rem 0.22rem 0 0.22rem;
}

.abousixmaxbox .list .li a {
    width: 100%;
    height: 0.82rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.abousixmaxbox .list .li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ffe8d8;
    transition: all 0.5s;
}

.abousixmaxbox .list .li:hover a::after {
    border-color: #1e4397;
}

.abousixmaxbox .list .li a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.contactboxmax {
    padding: 0.75rem 0;
}

.contactboxmax .list {
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    box-shadow: 0px 0px 16px 0px rgba(4,0,0,0.18);
}

.contactboxmax .list .left {
    width: 48%;
    padding: 0.66rem 0 0.55rem 0.52rem;
}

.contactboxmax .list .left .tit {
    display: flex;
    padding-bottom: 0.4rem;
    background: url(../images/68.jpg) no-repeat bottom center;
    background-size: 100% auto;
}

.contactboxmax .list .left .tit .h {
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #424242;
    margin-right: 0.3rem;
}

.contactboxmax .list .left .tit .p {
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #E3E3E3;
    text-transform: uppercase;
}

.contactboxmax .list .left .min .li {
    padding: 0.4rem 0;
    border-bottom: 1px solid #dcdcde;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactboxmax .list .left .min .li .m {
    width: 0.6rem;
    height: 0.6rem;
}

.contactboxmax .list .left .min .li .m img {
    display: block;
    width: 100%;
}

.contactboxmax .list .left .min .li .ter {
    width: calc(100% - 0.86rem);
}

.contactboxmax .list .left .min .li .mli {
    display: flex;
}

.contactboxmax .list .left .min .li .mli .h {
    font-size: 0.18rem;
    font-weight: 600;
    color: #313131;
    line-height: 0.3rem;
    white-space: nowrap;
}

.contactboxmax .list .left .min .li .mli .p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #313131;
}

.contactboxmax .list .left .min .li .mli + .mli {
    margin-top: 0.05rem;
}

.contactboxmax .list .right .t img {
    display: block;
    width: 6.22rem;
    padding: 0.77rem 0.5rem 0;
}

.contactboxmax .list .right {
    position: relative;
    width: 48%;
}

.contactboxmax .list .right .m img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7rem;
}

.contactboxmax .mapbox {
    margin-top: 0.4rem;
    width: 100%;
    height: 8.4rem;
    overflow: hidden;
    background: url(../images/74.jpg) no-repeat center;
    background-size: cover;
}

.contactboxone {
    padding: 0.7rem 0;
    background: url(../images/11.jpg) no-repeat top center;
    background-size: cover;
}

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

.contactboxone .cont .left {
    width: 4.7rem;
    padding-top: 0.3rem;
}

.contactboxone .cont .right {
    width: 7.8rem;
}

.contactboxone .cont .left .h {
    font-size: 0.6rem;
    color: #0E0E0E;
    margin-bottom: 0.05rem;
}

.contactboxone .cont .left .n {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #A9A9A9;
    margin-bottom: 0.55rem;
}

.contactboxone .cont .left .p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #111111;
}

.contactboxone .cont .right .li + .li {
    margin-top: 0.1rem;
}

.contactboxone .cont .right .li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #372e50;
    transition: all 0.5s;
}

.contactboxone .cont .right .li:hover {
    border-color: hsla(222,67%,35%,0.50);
}

.contactboxone .cont .right .li .input {
    display: flex;
    box-sizing: border-box;
    width: calc(100% - 0.9rem);
}

.contactboxone .cont .right .li .input input {
    display: block;
    width: 100%;
    height: 0.54rem;
    border: none;
    font-size: 0.18rem;
    background: hsla(0,0%,100%,0.00);
}

.contactboxone .cont .right .li .h {
    font-size: 0.18rem;
    color: #0E0E0E;
    line-height: 0.54rem;
}

.contactboxone .cont .right .li2 {
    display: block;
    border: none;
}

.contactboxone .cont .right .li .ter {
    display: flex;
    box-sizing: border-box;
}

.contactboxone .cont .right .li .ter textarea {
    display: block;
    padding: 0.1rem;
    font-size: 0.18rem;
    width: 100%;
    height: 0.78rem;
    background: hsla(0,0%,100%,0.00);
    border: 1px solid #372e50;
    transition: all 0.5s;
}

.contactboxone .cont .right .li:hover .ter textarea {
    border-color: hsla(222,67%,35%,0.50);
}

.contactboxone .cont .right .li .sub {
    display: block;
    width: 1.2rem;
    height: 0.42rem;
    font-size: 0.18rem;
    border: none;
    background: #025dad;
    background-size: 100% 100%;
    color: #fff;
    margin-top: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
}

.contactboxone .cont .right .li .sub:hover {
    box-shadow: 0 0 10px hsla(222,67%,35%,0.50);
}

.produstsbox {
    padding: 0.6rem 0 0.5rem 0;
}

.produstsbox .cont {
    background: #f6f6f6;
    box-shadow: 0px 0px 18px 0px rgba(4,0,0,0.08);
}

.produstsbox .cont .mk {
    padding: 0.4rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.produstsbox .cont .mk .input {
    display: flex;
    box-sizing: border-box;
    width: 5.3rem;
    position: relative;
    transition: all 0.5s;
}

.produstsbox .cont .mk .input:hover {
    box-shadow: 0 0 10px hsla(222,67%,35%,0.30);
}

.produstsbox .cont .mk .input input {
    width: 100%;
    height: 0.64rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 0 1.35rem 0 0.2rem;
    font-size: 0.16rem;
}

.produstsbox .cont .mk .input input::placeholder {
    color: #959595;
}

.produstsbox .cont .mk .input button {
    width: 1.22rem;
    font-size: 0.18rem;
    color: #E5E5E5;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../images/46.jpg) no-repeat center;
    background-size: 100% 100%;
}

.produstsbox .cont .mk .ter {
    width: 6.75rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.2rem 0.8rem 0.2rem 0;
    border-right: 1px solid #e1e1e1;
}

.produstsbox .cont .mk .ter .m {
    width: 1.13rem;
}

.produstsbox .cont .mk .ter .m img {
    display: block;
    width: 100%;
}

.produstsbox .cont .mk .ter .ps {
    width: 5.15rem;
}

.produstsbox .cont .mk .ter .ps .h {
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.produstsbox .cont .mk .ter .ps .p {
    font-size: 0.16rem;
    line-height: 0.28rem;
}

.produstsboxtwo {
    margin-bottom: 1rem;
}

.produstsboxtwo .cont {
    overflow-x: auto;
    height: 8rem
}

.produstsboxtwo .cont .tr_1 {
    position: sticky;
    top: 0;
    background: url(../images/77.jpg) no-repeat
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    ;}

.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(-90deg, #1E4297 0%, #39B49E 100%);
    width: 10px
}

.produstsboxtwo .cont table {
    width: 100%;
    background: #f4f4f4;
    min-width: 1400px;
}

.produstsboxtwo .cont table tbody tr {
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}

.produstsboxtwo .cont table tbody tr td .em {
    font-size: 14px;
    line-height: 30px;
    color: #767676;
    padding: 10px;
    transition: all 0.5s;
}

.produstsboxtwo .cont table tbody tr td .em p {
    font-size: 14px;
    color: #767676;
}

.produstsboxtwo .cont table tbody tr:hover td .em {
    color: #1e4397;
}

.produstsboxtwo .cont table tbody tr td {
    min-height: 70px;
}

.produstsboxtwo .cont table tbody tr td .img {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.produstsboxtwo .cont table tbody tr td .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.produstsboxtwo .cont table tbody tr td a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px auto;
    background: url(../images/79.png) no-repeat center;
    background-size: 36px auto;
}

.produstsboxtwo .cont table tbody tr:hover {
    background: #eee;
}

.produstsboxtwo .cont table thead {
    background: url(../images/77.jpg) no-repeat center;
    background-size: 100% 100%;
}

.produstsboxtwo .cont table thead th {
    position: relative;
}

.produstsboxtwo .cont table thead .em {
    padding: 10px 0;
    color: #fff;
    font-weight: normal;
}

.produstsboxtwo .cont table thead .em i {
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background: url(../images/78.png) no-repeat center;
    background-size: 100% auto;
}

.produstsboxtwo .cont table thead .par {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.produstsboxtwo .cont table thead .en {
    height: 20px;
    line-height: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.produstsboxtwo .cont table thead .down {
    display: none;
    position: absolute;
    top: 84px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 18px 0px rgba(4,0,0,0.08);
}

.produstsboxtwo .cont table thead th:hover .down {
    display: block;
}

.produstsboxtwo .cont table thead .down::after {
    content: '';
    width: 100%;
    height: 12px;
    background: url(../images/4s.png) no-repeat center;
    background-size: auto 100%;
    position: absolute;
    top: -12px;
    left: 0;
}

.produstsboxtwo .cont table thead .down .mk {
    background: #fff;
}

.produstsboxtwo .cont table thead .down .mk .li {
    padding: 10px 20px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom: 1px solid hsla(222,67%,35%,0.20);
}

.produstsboxtwo .cont table thead .down .mk .li:hover {
    color: #3959A4;
}

.aboufivemaxbox .swiper-button-next, .aboufivemaxbox .swiper-button-prev {
    display: none;
}

.indexbannerCell {
    display: none;
}

.videocellbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videocellbox2 {
    z-index: 100;
    opacity: 1;
}

.videocellbox .up {
    background: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.videocellbox .cont {
    width: 100%;
    position: relative;
    z-index: 5;
    transform: scale(0.2);
    opacity: 0;
    transition: all 0.5s;
}

.videocellbox2 .cont {
    opacity: 1;
    transform: scale(1);
}

.videocellbox .cont .sole {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -10px;
}

.videocellbox .cont .sole i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.videocellbox .cont .sole i:nth-child(2) {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.videocellbox .cont video {
    display: block;
    width: 100%;
}

.cellheaderboxmax {
    display: none;
}

.cellheaderboxmax .top {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    right: 0;
    z-index: 50;
    background: #fff;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px hsla(0,0%,0%,0.10);
}

.cellheaderboxmax .top .logo img {
    display: block;
    height: 30px;
}

.cellheaderboxmax .top .sole {
    width: 22px;
    height: 18px;
    position: relative;
}

.cellheaderboxmax .top .sole i {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #025dad;
    position: absolute;
    top: 0;
    left: 0;
}

.cellheaderboxmax .top .sole i:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

.cellheaderboxmax .top .sole i:nth-child(3) {
    top: auto;
    bottom: 0;
}

.cellheaderboxmax .up {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 55;
}

.cellheaderboxmax2 .up {
    display: block;
}

.cellheaderboxmax .listbox {
    width: 220px;
    position: fixed;
    top: 0;
    right: -220px;
    opacity: 0;
    transition: all 0.5s;
    bottom: 0;
    background: #fff;
    z-index: 60;
}

.cellheaderboxmax2 .listbox {
    right: 0;
    opacity: 1;
}

.cellheaderboxmax .listbox .nav .wli {
    border-bottom: 1px solid hsla(0,0%,0%,0.10);
    padding: 8px;
}

.cellheaderboxmax .listbox .nav {
    padding: 0 10px;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.cellheaderboxmax .listbox .nav .wli .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cellheaderboxmax .listbox .nav .wli .tit a {
    font-size: 16px;
    line-height: 30px;
}

.cellheaderboxmax .listbox .nav .wli .tit i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/82.png) no-repeat center;
    background-size: 9px auto;
    transition: all 0.5s;
}

.cellheaderboxmax .listbox .nav .wli .tit i.i2 {
    transform: rotate(90deg);
}

.cellheaderboxmax .listbox .nav .wli .min a {
    display: block;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 14px;
    line-height: 30px;
}

.cellheaderboxmax .listbox .nav .wli .min a::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 3px;
    background: #000;
    margin-top: -2px;
    opacity: 0.3;
}

.cellheaderboxmax .listbox .nav .wli .down {
    padding-top: 5px;
    display: none;
}

.cellheaderboxmax .listbox .lang {
    padding: 50px 0 10px 0;
    margin: 0 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid hsla(0,0%,0%,0.10);
}

.cellheaderboxmax .listbox .lang a {
    font-size: 14px;
    line-height: 30px;
    min-width: calc(100% / 3);
    text-align: center;
    position: relative;
}

.cellheaderboxmax .listbox .lang a::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    background: #000;
    opacity: 0.2;
}

.cellheaderboxmax .listbox .lang a:nth-child(3n)::after {
    display: none;
}

.cellheaderboxmax .listbox .sole {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.cellheaderboxmax .listbox .sole i {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.cellheaderboxmax .listbox .sole i:nth-child(2) {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.btn {
            position: relative;
            display: inline-block;
            overflow: hidden;
        }
        .btn a {
            display: inline-block;
            padding: 12px 24px;
            color: white;
            background: #025dad;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            border-radius: 50px;
            border: none;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            user-select: none;
            transform: translateZ(0);
            /* box-shadow: 0 4px 15px rgba(79, 172, 254, 0.2); */
            position: relative;
            overflow: hidden;
        }
        
        .btn a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: all 0.6s ease;
        }
        
        .btn a:hover {
            transform: scale(0.98);
            /* box-shadow: 0 8px 25px rgba(79, 172, 254, 0.4); */
            background: #ec040a;
        }
        
        .btn a:hover::before {
            left: 100%;
        }
        
        .btn a:active {
            transform: scale(0.98);
            box-shadow: 0 4px 10px rgba(79, 172, 254, 0.3);
        }
        
        .btn a span {
            position: relative;
            display: inline-block;
            transition: transform 0.3s ease;
        }
        
        .btn a:hover span {
            transform: translateY(-2px);
        }
.dh{
    margin-right: 15px;
    display: block;
}
.dh h5{
      font-size: 0.22rem;
    color: #fff;
    line-height: 1;
    position: relative;
    padding-bottom: 0.2rem;
    margin: 0 0 0.25rem 0;
}
.dh h5::after{
    content: '';
    width: 0.32rem;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.dh a,.dh p{
    display: block;
    color: #ffffff;
    line-height: 2.4;
    font-size: 13px;
}
.dh h3{
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    margin-bottom: 4%;
}
.notion{
    padding: 0.8rem 0;
}
 .notion .comwidth>ul{
	display: flex;
	flex-wrap: wrap;
}
 .notion .comwidth>ul>li{
	width: 49.375%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
	padding: 3.75% 4.375%;
	box-sizing: border-box;
	box-shadow: 0px 0px 49px rgba(0,0,0,0.06);
}
 .notion .comwidth>ul>li:nth-child(2n){
	margin-right: 0;
}
 .notion .comwidth ul li .subtit{
	position: relative;
	display: flex;
	padding-right: 3vw;
	box-sizing: border-box;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
 .notion .comwidth ul li .subtit span{
	position: relative;
	padding-bottom: 1.3vw;
	font-family: "HarmonyOSSansSCBold"; 
}
 .notion .comwidth ul li .subtit span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #025dad;
}
 .notion .comwidth ul li .subtit img{
	position: absolute;
	right: 0;
	top: 0;
	width: 2.13541666666667vw;
}
 .notion .comwidth ul li .text{
	margin-top: 1.5vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
 .notion .comwidth ul li ul li{
	margin-bottom: 1.2vw;
}
 .notion .comwidth ul li ul li .size20{
	color: #000000;
	margin-bottom: 0.25vw;
}
.productList {
    padding:2% 0;
}
.productList .box{
	margin-bottom: 4.8%;
}
.productList .box:last-child{
	margin-bottom: 0;
}
.productList .box .title{
	margin-bottom: 2%;
}
.productList .box .title h3{
	color: #000000;
}
.productList .box ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.productList .box ul li{
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.productList .box ul li:nth-child(3n){
	/* margin-right: 0; */
}
.productList .box ul li a{
	position: relative;
	display: block;
	width: 100%;
	background: url(../image/img29.png) top center no-repeat;
	background-size: 100% auto;
	border: rgba(129,129,129,0.15) solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover a{
	border: #025dad solid 1px;
}
.productList .box ul li .imgBox{
	/*padding-left: 0.78125vw;
	padding-right: 0.78125vw;
	text-align: center;
	margin-bottom: 0.5vw;*/
	text-align: center;
	margin-bottom: 2.5%;
	overflow: hidden;
}
.productList .box ul li .imgBox img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 300px;
}
.productList .box ul li:hover .imgBox img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.productList .box ul li .textBox{
	text-align: center;
	padding-bottom: 3vw;
	padding-left: 9%;
	padding-right: 9%;
	box-sizing: border-box;
}
.productList .box ul li .textBox h4{
	color: #010101;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productList .box ul li:hover .textBox h4{
	color: #025dad;
}
.productList .box ul li .textBox .txt{
	margin-top: 0.6vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.productList .box ul li .textBox .icon{
	display: flex;
	justify-content: center;
	margin-top: 1.5vw;
}
.productList .box ul li .textBox .icon span{
	display: inline-block;
	/*width: 1.51041666666667vw;
	height: 1.51041666666667vw;
	background: url(../images/icon24.png) center no-repeat;
	background-size: 100% auto;*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	color: #000000;
	font-size: 0.521vw;
}
.productList .box ul li .textBox .icon span:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	width: 1.041667vw;
	height: 1.04166666666667vw;
	border: #000000 solid 1px;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover .textBox .icon span{
	color: #FFFFFF;
	/*background: url(../images/icon25.png) center no-repeat;
	background-size: 100% auto;*/
}
.productList .box ul li:hover .textBox .icon span:before{
	border: #025dad solid 1px;
	background-color: #025dad;
}
.fly {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%;
}

.page-status,.page-index,.page-last {
  display: none;
}

.page-pre,.page-next {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  height: 30px;
  background-color: #ddd;
  line-height: 30px;
}

.page-pre:hover,.page-next:hover {
  background-color: #025dad;
}

.page-pre:hover a,.page-next:hover a {
  color: #fff;
}

.page-pre a,.page-next a {
  display: block;
  color: #fff;
}

.page-next a {
}

.page-numbar {
  display: inline-block;
  margin: 0px 3px;
}

.page-numbar a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin: 0px 2px;
  background: #f9f9f9;
  line-height: 30px;
  color: #999;
}
.page-num-current{
    background-color: #025dad !important;
    color: #fff !important;
}
.page-numbar a:hover {
  background-color: #025dad;
  color: #fff;
}
.lian-page-banner{
    /* margin-top: 50px; */
}
.lian-page-banner .img{
    overflow: hidden;
}
.lian-page-banner img{
    width:100%;
    transform-origin: center center; 
    animation: slowZoom 7s ease-in-out forwards;
}
@keyframes slowZoom {
    0% {
        transform: scale(1); /* 初始原始大小 */
    }
    100% {
        transform: scale(1.03); /* 仅放大3%，不突兀（可改1.05=5%） */
    }
}
.lian-content{
    margin-top: 20px;
}
.lian-content h1{
    font-size: 0.36rem;
    font-weight: bold;
}
.pro_xq{
    /* width: 1600px; */
    /* margin: 0 auto; */
    margin-top: 20px;
    /* max-width: 94%; */
    /* margin-bottom: 80px; */
}
.pro_xq_top{
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pro_xq_topl{
    float: left;
    width: 40%;
}
.gallery-top{
    /* border: solid 1px #ddd; */
}
.pro_xq_topl img{
    width: 100%;
    }
.gallery-thumbs{
    
    margin-top: 12px;
    
overflow: hidden;}
.gallery-thumbs .swiper-slide{
    border: solid 2px #eee;
    
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border: solid 2px #0c4da1;
}
.gallery-thumbs .swiper-slide img{}
.gallery-thumbsl{
    position: absolute;
    left: 10px;
    width: 27px;
    height: 70px;
    top: 10px;
    background: url(../images/leftg.png);
}
.gallery-thumbsr{
    position: absolute;
    right: 10px;
    width: 27px;
    height: 70px;
    background: #000;
    top: 10px;
    background: url(../images/rightg.png);
}
.pro_xq_topr{
    float: right;
    width: 55%;
    margin-top: 0%;
}

.pro_xq_topr h2{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    border-bottom: dashed 1px #eee;
    padding-bottom: 2%;
    margin-bottom: 4%;
}

.pro_xq_topr .nr{
    line-height: 2;
font-size: 16px;color: #666;margin-bottom: 14%;}
.pro_xq_cpsx{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid rgba(221,221,221,1);
}
.pro_xq_cpsx h2{
    height: 38px;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    cursor: pointer;
    background: rgba(225,225,225,1);
    color: rgba(51,51,51,1);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.pro_xq_cpsx p{
    border-bottom: 1px solid rgba(221,221,221,1);
}
.pro_xq_cpsx p b{
    background: #f9f9f9;
    display: inline-block;
    width: 20%;
    text-align: right;
    border-right: 1px solid rgba(221,221,221,1);
    padding: 8px;
    font-weight: 500;
    color: #999;
}
.pro_xq_cpsx p span{
    padding: 8px;
    color: #666;
}
.pro_xq_nrsj{
    
    margin: 0 auto;
    
    border: solid 1px #eee;
margin-top: 4%;}
.nrsj_bt{border-bottom: solid 1px #eee;}
.nrsj_bt span{
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    padding: 0px 62px;
    color: #999;
}

.nrsj_bt span.on{
    background: #333;
    color: #fff;
}
.nrsj_bt span.on:hover{
     background: #025dad;
}
.nrsj_nr{
    padding: 35px;
    font-size: 16px;
    line-height: 2;
}
.nrsj_nrw{
    display: none;
}
.nrsj_nrw img{
    
}
.nrsj_nrw.active{
    display: block;
}
.proxq_yskd {
    border: solid 1px #eee;
}
.proxq_ys{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 40px;
}
.proxq_ysw{
    width: 27%;
    text-align: center;
}

.proxq_ysw img{
    width: 60px;
}
.proxq_ysw .wz{
    padding-left: 12px;
}
.proxq_ysw .wz h4{
    font-weight: bold;
    margin-top: 15px;
}
.proxq_ysw .wz p{
    font-size: 13px;
    margin-top: 15px;
    color: #666;
    line-height: 1.8;
}
.lx{
    overflow: hidden;
    margin-top: 20px;
}
.lxl{
    float: left;
    width: 48%;
    background: #0253af;
    text-align: center;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #fff;
}
.lxr{
    float: right;
    width: 48%;
    background: #333;
    text-align: center;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    color: #fff;
}
.lxr a{
    color: #fff;
}
.proxq_cpjs{
    border: solid 1px #eee;
    margin-bottom: 30px;
}
.proxq_cpjs .nr{
    padding: 22px;
    font-size: 16px;
    line-height: 2;
}
.proxq_bt{
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.proxq_bt h2{
    margin: 0%;
    font-size: 22px;
    font-weight: 500;
    background: #f11414;
    color: #fff;
    padding: 11px 23px;
}
.proxq_bt h4{
    margin: 0%;
}
 /* 基础样式：禁止视频拉伸 */
  .fengm {
    resize: none !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  /* ========== 核心：隐藏所有不需要的控件（覆盖所有浏览器） ========== */
  /* Chrome/Safari/Edge（Webkit内核） */
  .fengm::-webkit-media-controls {
    overflow: hidden !important;
  }
  /* 隐藏全屏按钮 */
  .fengm::-webkit-media-controls-fullscreen-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }
  /* 隐藏三点更多选项按钮（核心修复） */
  .fengm::-webkit-media-controls-overflow-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }

  /* Firefox（Gecko内核） */
  .fengm::-moz-media-controls {
    overflow: hidden !important;
  }
  .fengm::-moz-media-controls-fullscreen-button {
    display: none !important;
  }
  .fengm::-moz-media-controls-overflow-button {
    display: none !important;
  }

  /* IE/Edge（旧版） */
  .fengm::-ms-media-controls-fullscreen-button {
    display: none !important;
  }
  .fengm::-ms-media-controls-overflow-button {
    display: none !important;
  }

  /* 移动端浏览器兼容 */
  video::-webkit-media-controls-enclosure {
    overflow: hidden !important;
  }
  video::-webkit-media-controls-panel {
    width: calc(100% + 30px) !important; /* 把三点按钮挤到可视区域外 */
  }
  .video-play-btn {
  position: absolute;
  top: 45%;
  left: 85%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 10;
}

.play-icon {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  animation: rotate 3s linear infinite;
}

.play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #ee0009;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ========== 弹窗视频（已放大！） ========== */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95);
  position: absolute;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 1400px; /* 更宽 */
  height: 85vh; /* 占屏幕高度 85% */
  background: #000;
  padding: 0;
}

.modal-content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  z-index: 9999999;
}