html,
body {
    font-size: 16px;
    overflow-x: hidden;
    box-sizing: border-box;
}

:root {
    --font13: .67vw;
    --font14: .72vw;
    --font15: .78vw;
    --font18: .93vw;
    --font20: 1.04vw;
    --font22: 1.14vw;
    --font24: 1.25vw;
    --font30: 1.56vw;
    --font36: 1.87vw;
    --font40: 2.08vw;
    --font48: 2.5vw;
    --font72: 3.75vw;
}

.Mobile {
    display: none !important;
}

.go_top {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 72px;
    margin: 0px auto;
    background-color: rgba(3, 109, 184, 1);
    border-radius: 5px;
    /* background: url(../images/backtop.png);
    background-size: contain;
    background-repeat: no-repeat; */
    cursor: pointer;
    bottom: 11%;
    right: 1.56vw;
    z-index: 55;
}

.go_top span.iconfont {
    font-size: 42px;
    color: #fff;
}

.color-white {
    color: #fff;
}

.width-1680 {
    width: 87.5%;
    margin: 0 auto;
}

.section {
    position: relative;
}

.section img {
    display: block;
    width: 100%;
}

#navbar {
    box-shadow: 0;
}

.wrapper {
    margin-top: 100px;
}

.Header {
    position: fixed;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    background-color: #fff;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 9999;
}

.HE-flex {
    display: grid;
    grid-template-columns: 15% 1fr 15%;
}

.Logo {
    display: flex;
    align-items: center;
}

.Logo>a {
    display: block;
    width: 8.02vw;
    min-width: 138px;
    max-width: 158px;
}

.Logo img {
    display: block;
    width: 100%;
}

.Header-2E {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.7vw;
    font-size: 15px;
}

@media screen and (max-width: 1300px) {
    .Header-2E {
        padding-left: 3%;
        justify-content: flex-start;
        gap: 2vw;
    }
}

.Hi-li {
    position: relative;
}

.Hi-li>a {
    display: block;
    line-height: 100px;
    /* padding: 10px 0; */
    transition: all 200ms linear;
}

.Hi-li .dropdown-menu {
    position: absolute;
    /* padding: 10px !important; */
    margin: 0;
    left: 50%;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    /* color: #212121; */
    background-color: #fff;
    border: none;
    /* border-radius: 3px; */
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transform: translate3d(-50%, 10px, 0);
    transition: all 200ms linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-item {
    display: block;
    padding: 10px 15px;
    /* border-radius: 2px; */
    font-size: 15px;
    /* width: 100%; */
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(3, 109, 184, .95);
}

.Hi-li::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-color: #036db8;
    opacity: 0;
    transition: all 200ms linear;
}

.Hi-li:hover::after {
    bottom: 0px;
    opacity: 1;
}

.Hi-li:hover>a {
    color: #036db8;
}

.Hi-li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(-50%, 0px, 0);
}

/* 页脚 */
.Footer {
    padding: 4.16vw 0 2.21vw;
}

.Footer-content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(63, 63, 63, .1);
}

.Footer-Logo a {
    display: block;
    width: 8.59vw;
    min-width: 135px;
    max-width: 165px;
}

.Footer-Logo img {
    display: block;
    width: 100%;
}

.Footer-line-dt {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #3f3f3f;
}

.Footer-line-dd {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin-top: 1.17vw;
}

.Footer-line-dd a {
    position: relative;
    font-size: 15px;
    line-height: 2;
    color: #666;
}

.Footer-line-dd a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -1px;
    left: 0;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
    background-color: #036db8;
}

.Footer-line-dd a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.Footer-content .FB-2 {
    display: flex;
    margin-right: 3.41vw;
    padding-bottom: 161.5px;
}

.Footer-content .FB-2-li {
    margin: 0 2.99vw;
    /* margin: 0 clamp(20px, 2.99vw, 57.4px); */
    white-space: nowrap;
}

@media screen and (max-width: 1300px) {
    .Footer-content .FB-2-li {
        margin: 0 20px;
    }
}

.Footer-T2 {
    display: flex;
    justify-content: space-between;
}

.Footer-T2 a {
    font-size: 15px;
    line-height: 2;
    color: #666666;
    padding: .65vw 0 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.Footer a:hover {
    color: #036db8;
}

/* --页脚-- */






.dex-1 .Banner-text {
    position: absolute;
    top: 16.25vw;
    left: 6.25vw;
    font-size: 2vw;
    line-height: 1.3;
    color: #036eb8;
}

.dex-1 .Banner-text span {
    color: #2ed2ea;
}

.dex-1 .Banner-text>img {
    margin-top: 2.1vw;
    width: 27vw;
}

.dex-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 5.2vw;
}

.dex-2 .Text {
    font-size: var(--font18);
    line-height: 1.6;
    color: #666666;
}

.dex-3 {
    margin-top: 5.2%;
}

.Card-Flex {
    display: flex;
    justify-content: space-between;
}

.Top-30 {
    margin-top: 1.56vw;
}

.Top-60 {
    margin-top: 3.12vw;
}

.Bottom-60 {
    margin-bottom: 3.12vw;
}

.Bottom-120 {
    margin-bottom: 6.25vw;
}

.Top-80 {
    margin-top: 4.16vw;
}

.Top-154 {
    margin-top: 8vw;
}

.Top-200 {
    margin-top: 10.41vw;
}

.dex-5 {
    margin-top: 12.5vw;
}

.Top-114 {
    margin-top: 5.9vw;
}

.MG-63-120 {
    /* margin-top: 63px; */
    margin: 3.28% 0 6.25%;
}

.RK-HFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.RK-Tit {
    font-size: var(--font36);
    line-height: 1.1;
    color: #000000;
}

.RK-Tit>span {
    color: #036db8;
}

/* 了解更多 */
.RK-More,
.RK-More>a {
    display: inline-flex;
    align-items: center;
    font-size: var(--font15);
    white-space: nowrap;
    /* line-height: 2vw; */
}

.RK-More img {
    width: 2.5vw;
}

.Home-P2-Rimg {
    position: relative;
    width: 65%;
    height: 33.22vw;
    overflow: hidden;
}

.Home-P2-Rimg .Rimg-A {
    display: none;
    width: 100%;
}

.Home-P4-Position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.Home-P4-Tit {
    display: flex;
    justify-content: space-between;
    margin-top: 6.25vw;
}

.Home-P4-Tit .RK-Tit {
    line-height: 1.66;
}

.Home-P4-text {
    margin-top: 13vw;
    /* font-size: 18px; */
    font-size: var(--font18);
    line-height: 1.6;
    color: #666666;
}

.Home-P4b-ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
}

.Home-P4b-ul ul {
    display: flex;
    background-color: #036db8;
    padding: 4.16vw 0;
}

.Home-P4b-ul ul li {
    display: flex;
    justify-content: center;
    width: 25%;
    font-size: var(--font14);
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.Home-P4b-ul ul li:last-child {
    border-right: none;
}

.Home-P4b-ul ul li .FF-center {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.Home-P4b-ul ul li .FF-center p {
    margin-top: 1.04vw;
}

.Home-P4b-ul ul li .P-asas {
    display: flex;
}

.Home-P4b-ul ul li .P-asas .counter-value {
    font-size: var(--font48);
    font-weight: 600;
}

.Home-P4b-ul ul li span {
    margin: 0;
    font-size: var(--font22);
    vertical-align: top;
}

.Home-P5-content {
    display: flex;
    margin-top: 2.86vw;
}
.Home-P5-content  a img{
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.Home-P5-content p {
    font-size: var(--font15);
    line-height: 1.6;
}

.Home-P5-A {
    position: relative;
    width: 34.5%;
	overflow:hidden;
}

.Home-P5-A-Position {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.Home-P5-A-Position .T1 {
    margin-top: 5vw;
    font-size: var(--font30);
    line-height: 3.12vw;
    color: #fff;
}

.Home-P5-A .T1 span,
.Home-P5-B .T1 span {
    font-size: var(--font48);
    line-height: 1;
}

.Home-P5-A-Position p {
    color: #8dd5f0;
}

.Home-P5-B {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 63.6%;
    margin-left: auto;
}

.Home-P5-B .Position {
    position: absolute;
    text-align: center;
}

.Home-P5-B .T1 {
    font-size: var(--font30);
    line-height: 3.12vw;
    color: #fff;
}

.Home-P5-B1,
.Home-P5-B2 {
    position: relative;
	overflow:hidden;
}

.Home-P5-B1 .Position {
    top: 5vw;
    right: 8.07vw;
}

.Home-P5-B2 .Position {
    top: 5vw;
    left: 4.42vw;
}

.Home-P5-B1 p {
    color: rgba(255, 255, 255, .5);
}

.Home-P5-B2 p {
    color: #666;
}

.Home-P5-B2 .T1 .OP {
    margin: 0 auto;
    width: 6.6vw;
    padding: .8vw 0 0;
    font-size: var(--font40);
    background-image: url("../images/home/P-07-a.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4.2vw;
}

.Top-120 {
    margin-top: 6.25vw;
}

.Top-130 {
    margin-top: 6.77vw;
}

.dex-6 .XY-zx {
    display: flex;
    justify-content: space-between;
    margin-top: 2.91vw;
}

.dex-6 .XY-zx .A1 {
    width: 63.69%;
}

.dex-6 .XY-zx .A1 a {
    display: flex;
}

.dex-6 .XY-zx .A1-img {
    flex-shrink: 0;
    width: 54.2%;
    height: 20.83vw;
    overflow: hidden;
}

.dex-6 .XY-zx .A1-img img {
    height: 100%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.dex-6 .XY-zx .A1-text {
    display: flex;
    flex-direction: column;
    padding: 1.04vw;
    box-sizing: border-box;
}

.dex-6 .XY-zx .A1-text .T1 {
    font-size: var(--font22);
    position: relative;
    padding-bottom: 2.08vw;
    line-height: 1.63;
    color: #3f3f3f;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.dex-6 .XY-zx .A1-text .T1 .line1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2em;
    height: 4px;
    background-color: #036db8;
}

.dex-6 .XY-zx .A1-text .T2 {
    font-size: var(--font15);
    flex: auto;
    margin-top: 1.97vw;
    line-height: 1.6;
    color: #666;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

@media screen and (min-width: 1300px) {
    .dex-6 .XY-zx .A1-text .T2 .line-clamp-4 {
        -webkit-line-clamp: 6;
    }
}

.dex-6 .XY-zx .A1-text .T3 {
    font-size: var(--font13);
    line-height: 1;
    color: #666;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.font-weight600 {
    font-weight: 600;
}

.dex-6 .XY-zx .A2 .A2-Cell-img {
    flex-shrink: 0;
    width: 7.29vw;
    height: 5vw;
    overflow: hidden;
}

.dex-6 .XY-zx .A2 .A2-Cell-img img {
    height: 100%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.dex-6 .XY-zx a:hover .A1-text .T1,
.dex-6 .XY-zx a:hover .A2-text .T1 {
    color: #036db8;
}

.dex-6 .XY-zx a:hover .A1-img img,
.dex-6 .XY-zx a:hover .A2-Cell-img img,.Home-P5-A a:hover img,.Home-P5-B1 a:hover img,.Home-P5-B2 a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.dex-6 .XY-zx .A2 .A2-Cell {
    margin-bottom: 1.4vw;
    padding-bottom: 1.45vw;
    border-bottom: 1px solid rgba(214, 220, 224, .4);
}

.dex-6 .XY-zx .A2 .A2-Cell:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dex-6 .XY-zx .A2 .A2-Cell a {
    display: flex;
}

.dex-6 .XY-zx .A2 .A2-text {
    width: 19.79vw;
    padding: 0 1.04vw;
    box-sizing: border-box;
}

.dex-6 .XY-zx .A2 .A2-text .T1 {
    font-size: var(--font18);
    margin-top: .46vw;
    line-height: 1.33;
    color: #3f3f3f;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.dex-6 .XY-zx .A2 .A2-text .T2 {
    font-size: var(--font13);
    margin-top: .62vw;
    line-height: 1;
    color: #666;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.dex-7-content {
    position: absolute;
    top: 4.16vw;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.dex-7-content .dex-7-tit {
    line-height: 1;
    font-size: var(--font15);
}

.dex-7-content .dex-7-tit span {
    display: block;
    line-height: 1;
    margin-bottom: .78vw;
    font-size: var(--font30);
}

.dex-7-content .dex-7-u1 {
    display: flex;
    margin-top: 2.96vw;
}

.dex-7-content .dex-7-u1 li {
    position: relative;
    width: 25%;
    line-height: 1;
}

.dex-7-content .dex-7-u1 li::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    transform: translateY(-50%);
    background-color: rgba(233, 233, 233, .4);
}

.dex-7-content .dex-7-u1 li:last-child::after {
    display: none;
}

.dex-7-content .dex-7-u1 .icon-img {
    margin: 0 auto;
    width: 4.16vw;
}

.dex-7-content .dex-7-u1 li p:nth-child(2) {
    font-size: var(--font20);
    margin: 1.04vw 0 .52vw;
}

.dex-7-content .dex-7-u1 li p:nth-child(3) {
    font-size: var(--font13);
}

/* .............................................. */
.accordion {
    width: 100%;
    margin: 0px auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 12.55%;
    /* height: 400px; */
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease-in-out;
    filter: grayscale(100%);
    overflow: hidden;
}

/* 蒙版 */
.accordion ul li::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.accordion ul li.active:after {
    width: 0;
}

/* 蒙版end */

.accordion ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 3;
    padding: 2.08vw;
    box-sizing: border-box;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

/* .accordion ul li a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
} */

.accordion ul li a h2 {
    margin: 3.12vw 0 .83vw;
    text-overflow: clip;
    font-size: clamp(22px, 1.14vw, 28px);
    line-height: 1.36;
    text-transform: uppercase;
}

.accordion ul li a p {
    flex: auto;
    font-size: clamp(15px, .78vw, 21px);
    line-height: 1;
    color: rgba(255, 255, 255, .5);
}

.accordion .next-right {
    width: 40px;
    margin-top: 133px;
}

.accordion ul li:nth-child(1) {
    background-image: url("../images/home/P-03-a.png");
    background-position: 50% 30%;
}

.accordion ul li:nth-child(2) {
    background-image: url("../images/home/P-03-b.jpg");
    background-position: 60% 20%;
}

.accordion ul li:nth-child(3) {
    background-image: url("../images/home/P-03-c.jpg");
    background-position: 50% 50%;
}

.accordion ul li:nth-child(4) {
    background-image: url("../images/home/P-03-d.jpg");
    background-position: 30% 40%;
}

.accordion ul li:nth-child(5) {
    background-image: url("../images/home/P-03-e.jpg");
    background-position: 60% 64%;
}

.accordion ul li {
    background-size: cover;
}

.accordion .sliderLink.active {
    width: 50%;
    filter: grayscale(0);
}

.accordion .sliderLink.active a {
    width: 30.95%;
    min-width: 170px;
    background-color: #036db8;
}

.accordion .sliderLink.active p {
    color: #fff;
}

/* .accordion ul:hover li {
    width: 10%;
} */

/* .accordion ul:hover li:hover {
    width: 40%;
    
} */

/* .accordion ul:hover li:hover a {
    width: 30%;
    
} */

/* .accordion ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
} */


/*先去掉默认样式*/
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

/*轮播左右按钮自定义样式*/
.swiper-button-prev {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    border: 1px solid #036db8;
    box-sizing: border-box;
    transition: background-color .3s;
}

.swiper-button-next {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    border: 1px solid #036db8;
    box-sizing: border-box;
    transition: background-color .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #036db8;
    color: #fff;
}

.swiper-button-prev svg {
    position: absolute;
    font-size: 1.56vw;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
}

.swiper-button-next svg {
    position: absolute;
    font-size: 1.56vw;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -50%);
}



.TUF-banner-unify {
    overflow: hidden;
}

.TUF-banner-unify .Banner-text {
    position: absolute;
    top: 11.4vw;
    left: 6.25vw;
    font-size: var(--font18);
    line-height: 1;
    color: #fff;
}

.TUF-banner-unify .Banner-text span {
    font-size: var(--font48);
}

.TUF-banner-unify .Banner-text .line {
    margin: 1.87vw 0;
    font-size: var(--font48);
    width: 1em;
    height: 4px;
    background-color: #fff;
}

.product-2 {
    margin-bottom: 3.12vw;
}

.product-2 .product-img-b {
    display: flex;
    justify-content: space-between;
    margin-top: 1.56vw;
}

.product-2 .product-img-b1,
.product-2 .product-img-b2 {
    width: 49.1%;
}

.product-2 .Position {
    position: absolute;
    text-align: center;
}

.product-2 .Position .T1 {
    font-size: var(--font30);
    line-height: 3.12vw;
}

.product-2 .Position .T1 span {
    font-size: var(--font48);
    line-height: 1;
}

.product-2 .Position p {
    line-height: 1.6;
    font-size: var(--font15);
}

.product-2 .product-img-a .Position {
    top: 10.41vw;
    left: 13.85vw;
}

.product-2 .product-img-a p {
    color: #666;
}

.product-2 .Position .T1 .OP {
    margin: 0 auto;
    width: 6.6vw;
    padding: .8vw 0 0;
    font-size: var(--font40);
    background-image: url("../images/home/P-07-a.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4.2vw;
}

.product-2 .product-img-b1,
.product-2 .product-img-b2 {
    position: relative;
}

.product-2 .product-img-b .Position {
    top: 12%;
    left: 0;
    right: 0;
}

.product-2 .product-img-b .Position .T1 {
    color: #fff;
}

.product-2 .product-img-b1 p {
    color: #8dd5f0;
}

.product-2 .product-img-b2 p {
    color: rgba(255, 255, 255, .5);
}
.product-about .product-item {
    margin-bottom: 1.56vw;
    position: relative;
    margin-top:0;
    display:inherit;
}
.product-about .product-img-a .Position{
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    /* top:3.21vw;
    left:5.21vw; */
}
.product-about .product-img-b .Position p {
    color:#8dd5f0;
}

.example-link .card-img {
    overflow: hidden;
}

.example-link .card-img img {
    height: 31.25vw;
}

.EX-content {
    position: absolute;
    padding: 3.12vw;
    width: 50%;
    top: 0;
    right: 0;
    background-color: #fff;
    box-sizing: border-box;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.EX-content a {
    display: flex;
    flex-direction: column;
}

.EX-content .EX-tit {
    margin-bottom: 2.16vw;
    font-size: var(--font30);
    line-height: 1;
    font-weight: 600;
    color: #000000;
}

.EX-max-text {
    flex: auto;
    margin-bottom: .416vw;
    height: 6.25vw;
}

.EX-content p {
    font-size: var(--font15);
    line-height: 1.6;
    color: #666;
}

.EX-content .next-R {
    position: relative;
    width: 2.08vw;
    height: 2.08vw;
    border-radius: 50%;
    border: 1px solid #036db8;
    box-sizing: border-box;
}

.EX-content svg.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -50%);
    font-size: 1.3vw;
    line-height: 1;
    color: #036db8;
}

.example-link img {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.example-link:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.example-link:hover .EX-content {
    background-color: #036db8;
}

.example-link:hover .EX-content .EX-tit,
.example-link:hover .EX-content p,
.example-link:hover .EX-content svg.icon {
    color: #fff;
}

.example-link:hover .EX-content .next-R {
    border: 1px solid #fff;
}




.solution-2 {
    display: flex;
    justify-content: space-between;
}

.solution-2 .sol-tit {
    flex: auto;
    font-size: var(--font36);
    line-height: 1.33;
    color: #000000;
}

.solution-2 .sol-text {
    width: 62.5%;
    font-size: var(--font15);
    line-height: 1.6;
    color: #666666;
}

.solution-2 .sol-text p:nth-child(n+2) {
    margin-top: 1.56vw;
}

.solution-4 {
    padding: 120px 0 160px;
    background-color: #f3f5f7;
}

.solution-4-tit {
    font-size: var(--font36);
    line-height: 1;
}

.solution-4 .gooopp {
    overflow: initial;
}

.solution-4 .gooopp .swiper-slide {
    width: 74%;
}

.solution-4 .gooopp .swiper-slide a {
    display: flex;
}

.solution-4 .gooo-img {
    flex: auto;
    overflow: hidden;
}

.solution-4 .gooo-img img {
    height: 30.20vw;
}

.solution-4 .gooo-co {
    padding: 3.125vw;
    width: 31.66%;
    min-width: 260px;
    background-color: #fff;
    box-sizing: border-box;
}

.solution-4 .gooo-co .Tit {
    font-size: var(--font30);
    line-height: 1.2;
    color: #000000;
}

.solution-4 .gooo-co .line {
    margin: 2.18vw 0;
    font-size: var(--font30);
    width: 1.5em;
    height: 4px;
    background-color: #036db8;
}

.solution-4 .gooo-co .text {
    font-size: var(--font15);
    line-height: 1.6;
    color: #666666;
}

.PN-BOX {
    position: absolute;
    top: 0;
    right: 0;
    width: 9.375vw;
}

.PN-BOX .swiper-button-next {
    margin-top: 0;
    right: 0;
    transform: translateY(-24%);
}

.PN-BOX .swiper-button-prev {
    margin-top: 0;
    left: 0;
    transform: translateY(-24%);
}

.PN-BOX .swiper-button-prev::after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: calc(100% - 30%);
    background-color: #dadada;
    right: -1.56vw;
}




.news-cell a {
    display: flex;
    padding: 3.12vw 0;
    border-bottom: 1px solid rgba(63, 63, 63, .1);
}

.news-cell:last-child {
    border-bottom: none;
}

.news-cell-img {
    width: 23.43vw;
    overflow: hidden;
}

.news-cell-img img {
    height: 16.14vw;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.news-cell-text {
    flex: auto;
    display: flex;
    flex-direction: column;
    margin-left: 3.12vw;
}

.news-cell-tit {
    width: 21.72vw;
    font-size: var(--font22);
    line-height: 1.63;
    font-weight: 600;
    color: #3f3f3f;
}

.news-cell-text .line {
    margin: 2.04vw 0;
    font-size: var(--font22);
    width: 2em;
    height: 4px;
    background-color: #036db8;
}

.news-cell-text .hight-text {
    flex: auto;
    width: 39.82vw;
    /* height: 5vw; */
    box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
    .news-cell-text .hight-text .line-clamp-4 {
        -webkit-line-clamp: 3;
    }
}

.news-cell-text .hight-text p {
    font-size: var(--font15);
    line-height: 1.6;
    color: #666666;
}

.news-cell-text .Day {
    margin-bottom: .93vw;
    font-size: .677vw;
    line-height: 1;
    color: #666;
}

.news-cell .RK-More {
    display: flex;
    align-items: center;
}


.news-cell:hover .news-cell-tit {
    color: #036db8;
}

.news-cell:hover .news-cell-img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

/* 分页器 */
.pagination .page{
    display: flex;
    justify-content: center;
}

.pagination a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .52vw;
    width: 3.125vw;
    height: 3.125vw;
    font-size: var(--font18);
    text-align: center;
    border-radius: 50%;
    color: #666666;
    border: 1px solid #dadada;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color .3s;
}

.pagination a.active {
    color: #036db8;
    border: 1px solid #036db8;
}

.pagination svg.icon {
    position: absolute;
    font-size: 1.3vw;
    color: #dbdbdb;
}

.pagination svg.icon.a {
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
}

.pagination svg.icon.b {
    top: 50%;
    left: 50%;
    transform: translate(-46%, -50%);
}

.pagination a:hover {
    color: #fff;
    background-color: #036db8;
    border: 1px solid #036db8;
}

.pagination a:hover svg.icon {
    color: #fff;
}






/* 新闻详情 */
.news-part-1 .Tit {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.87vw;
    border-bottom: 1px solid rgba(63, 63, 63, .1);
}

.news-part-1 .part-retreat {
    display: inline-flex;
    align-items: center;
    font-size: var(--font15);
    line-height: 1;
    color: #036eb8;
}

.news-part-1 .part-retreat-svg {
    position: relative;
    margin-right: .52vw;
    width: 2.08vw;
    height: 2.08vw;
    border-radius: 50%;
    border: 1px solid #036db8;
    box-sizing: border-box;
}

.news-part-1 .part-retreat-svg svg.icon {
    position: absolute;
    font-size: 1.3vw;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
}

.news-part-1 .breadcrumb {
    display: inline-flex;
    align-items: center;
    font-size: .78vw;
    line-height: 1.6;
    color: #999;
}

.news-part-1 .breadcrumb ul {
    display: flex;
}

.news-part-1 .breadcrumb ul li+li::before {
    content: "\003E";
    padding: 0 .52vw;
}

.news-part-1 .breadcrumb ul li a {
    color: #999;
}

.news-part-1 .breadcrumb ul li a.active {
    color: #036eb8;
}

.news-part-2 {
    display: flex;
    justify-content: space-between;
}

.news-part-2 .Tit {
    width: 22.34vw;
}

.news-part-2 .Tit .A1 {
    font-size: var(--font36);
    line-height: 1.33;
    color: #000000;
}

.news-part-2 .Tit .Day {
    margin-top: 2.9vw;
    font-size: var(--font13);
    line-height: 1;
    color: #666666;
}

.news-part-2 .B-text {
    width: 55.729vw;
}

.news-part-2 .B-text p {
    margin-bottom: 1.56vw;
    font-size: var(--font15);
    line-height: 1.6;
    color: #666666;
}

.news-part-2 .B-text img {
    display: block;
    margin: 3.12vw 0 2.89vw;
}

.news-part-3 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.03vw 0;
    line-height: 1;
}

.news-part-3 .line {
    height: 1px;
    background-color: #3f3f3f;
    opacity: 0.1;
}

.news-part-3 a .dt {
    width: 22.34vw;
    font-size: var(--font15);
    color: #999999;
}

.news-part-3 a .dd {
    width: 55.729vw;
    font-size: var(--font22);
    color: #3f3f3f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-part-3 a:hover .dt,
.news-part-3 a:hover .dd {
    color: #036db8;
}

.news-part-4 .NP-Tit {
    font-size: var(--font36);
    line-height: 1;
    color: #000000;
}

.news-part-4 .U1 {
    display: flex;
    justify-content: space-between;
}

.news-part-4 .U1 li {
    width: 32.14%;
    overflow: hidden;
    box-sizing: border-box;
}

.news-part-4 .U1 li .U-img {
    overflow: hidden;
}

.news-part-4 .U1 li img {
    display: block;
    height: 19.375vw;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.news-part-4 .U1 li .Tit {
    margin: 1.19vw 0 2.08vw;
    width: 80%;
    font-size: var(--font22);
    line-height: 1.63;
    font-weight: 600;
    color: #3f3f3f;
}

.news-part-4 .U1 li .Day {
    font-size: var(--font13);
    line-height: 1;
    color: #666666;
}

.news-part-4 .U1 li a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.news-part-4 .U1 li a:hover .Tit {
    color: #036db8;
}


.understand-1 .Tit {
    color: #000000;
}


.understand-1 .Tit .A1 {
    font-size: var(--font36);
    line-height: 1.19;
}

.understand-1 .Tit p {
    margin-top: 2.08vw;
    font-size: var(--font24);
    line-height: 1.5;
}

.understand-1-text {
    display: flex;
    justify-content: space-between;
    margin-top: 5.2vw;
}

.understand-1-text .UT-img {
    position: relative;
    width: 49.1%;
    box-sizing: border-box;
    overflow: hidden;
}

.understand-1-text .UT-img .Position {
    position: absolute;
    bottom: 6.77vw;
    right: 2.6vw;
    text-align: end;
}

.understand-1-text .UT-img .Position li+li::before {
    content: '';
    display: block;
    margin: 3vw 0 2.6vw;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.understand-1-text .UT-img .Position .P-asas {
    display: flex;
    justify-content: end;
    margin-bottom: .98vw;
    font-size: var(--font72);
    width: 13.54vw;
    line-height: 1;
    color: #036db8;
}

.understand-1-text .UT-img .Position .P-asas span {
    vertical-align: top;
    font-size: 2.23vw;
}

.understand-1-text .UT-img .Position li p {
    margin-right: .52vw;
    font-size: var(--font18);
    line-height: 1;
    color: #000000;
}

.understand-1-text .UT-text {
    width: 49.1%;
}

.understand-1-text .UT-text p {
    margin-bottom: 1.77vw;
    text-align: justify;
    font-size: var(--font15);
    line-height: 1.6;
    color: #666666;
}

.understand-2 .CELL-U2 {
    display: flex;
    justify-content: space-between;
}

.understand-2 .CELL-U2:nth-child(n+2) {
    margin-top: 1.56vw;
}

.understand-2 .CELL-U2 .Card {
    position: relative;
    width: 49.1%;
    height: 18.7vw;
    background-color: #f3f5f7;
	overflow:hidden;
}

.understand-2 .CELL-U2 .Card .BG-1 {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transform: translateY(120%);
    -webkit-transform: translateY(120%);
}

.CELL-U2 .Card .Ca-text {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.08vw;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
}

.CELL-U2 .Card .Ca-text .dl .dt {
    font-size: var(--font30);
    line-height: 1;
    color: #000000;
}

.CELL-U2 .Card .Ca-text .dl p {
    margin-top: .78vw;
    font-size: var(--font18);
    line-height: 1.33;
    color: #666666;
}


.CELL-U2 .Card .Ca-text-img {
    width: 6.66vw;
}

.CELL-U2 .Card .Ca-text-img>img:nth-child(2) {
    display: none;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.understand-2 .CELL-U2 .Card:hover .dl .dt,
.understand-2 .CELL-U2 .Card:hover .dl p {
    color: #fff;
}

.understand-2 .CELL-U2 .Card:hover .Ca-text-img>img:nth-child(2) {
    display: block;
}
.understand-2 .CELL-U2 .Card:hover .BG-1{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
}
.understand-2 .CELL-U2 .Card:hover .Ca-text-img>img:nth-child(1) {
    display: none;
}

/* -----------------发展历程轮播----------------- */
.understand-3 .Tit {
    font-size: var(--font36);
    line-height: 1.19;
}

.understand-3 .B2 {
    position: absolute;
    padding: 0 5.2vw;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.understand-3 .B2 .swiper-button-prev,
.understand-3 .B2 .swiper-button-next {
    margin-top: 0;
    top: 100%;
    color: #fff;
    border: 1px solid #fff;
}

.understand-3 .B2 .swiper-button-prev:hover,
.understand-3 .B2 .swiper-button-next:hover {
    background-color: #fff;
    color: #036db8;
}

.understand-3 .B2 .swiper-button-prev {
    transform: translate(-100%, -50%);
    left: 0;
}

.understand-3 .B2 .swiper-button-next {
    transform: translate(100%, -50%);
    right: 0;
}

.swiper-container {
    width: 100%;
    /* height: 300px; */
}

.swiper-slide-container {
    text-align: center;
    font-size: var(--font72);
    line-height: 1;
    color: inherit;
    height: 100%;
    width: 25vw;
    margin: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery-top {
    margin-top: 6.25vw;
    /* height: 80%; */
    width: 100%;
}

.gallery-top .swiper-slide {
    position: relative;
}

.gallery-top .swiper-slide .swiper-slide-container img {
    height: 14.06vw;
}

.gallery-top .text {
    position: absolute;
    padding: 0 6.2vw;
    text-align: center;
    width: 100%;
    top: 26.83vw;
    font-size: var(--font18);
    line-height: 1.5;
    color: #fff;
    box-sizing: border-box;
    /* transform: translateY(1100%); */
}

.gallery-thumbs {
    position: relative;
    margin: 4.27vw auto 0;
    height: auto;
    box-sizing: border-box;
    /* padding: 10px 0; */
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.gallery-thumbs .swiper-slide {
    position: relative;
    padding: 0 0 2.08vw;
    width: 20%;
    height: 100%;
    color: #4f99cd;
}

.gallery-thumbs .swiper-slide::after {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4f99cd;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 4;
}

.gallery-thumbs .swiper-slide-active {
    color: #fff;
}

.gallery-thumbs .swiper-slide-active::after {
    background-color: #fff;
}



.understand-4 .Tit span {
    font-size: var(--font36);
    line-height: 1.19;
}

.understand-4 .Tit p {
    margin-top: 2.08vw;
    font-size: var(--font18);
    line-height: 1.33;
    color: #666666;
}

.understand-4 .FV-content {
    position: relative;
}

.understand-4 .FV-content>img {
    width: 93%;
    margin: 0 0 0 auto;
    padding-top: 5.2vw;
}

.understand-4 .FV-content .FV-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.understand-4 .FV-content .FV-text .SHU {
    display: flex;
    justify-content: center;
    line-height: 1;
    color: #036db8;
}

.understand-4 .FV-content .FV-text .SHU .P-300 {
    font-size: var(--font72);
}

.understand-4 .FV-content .FV-text .SHU span {
    vertical-align: top;
    font-size: 2.23vw;
}

.understand-4 .FV-content .FV-text p {
    margin-top: .52vw;
    font-size: var(--font18);
    line-height: 1.33;
    color: #000000;
}

.understand-5-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.understand-5 .B-1 .Tit {
    font-size: var(--font36);
    line-height: 1;
    color: #ffffff;
}

.understand-5 .B-1 p {
    margin-top: 2.5vw;
    font-size: var(--font18);
    line-height: 1;
    color: #ffffff;
}

.understand-5 .B-2 {
    position: relative;
    padding: 4.16vw 7.29vw;
    background-color: #fff;
    z-index: 10;
}

.understand-5 .B-2 .swiper-slide {
    width: 23% !important;
    margin-right: 1.56vw;
}

/* .understand-5 .B-2 .swiper-slide img {
    height: 23.43vw;
} */

.understand-5 .swiper-button-prev {
    left: 2.08vw;
}

.understand-5 .swiper-button-next {
    right: 2.08vw;
}

.understand-5 .B-2 .WT {
    position: initial;
}









.understand-6 {
    padding: 19.27vw 0 17.81vw;
    background-color: #f3f5f7;
}

.understand-6 .B-1 {
    width: 32.81vw;
}

.understand-6 .B-1 .Tit {
    font-size: var(--font36);
    line-height: 1;
    color: #000000;
}

.understand-6 .B-1 p {
    margin: 2.96vw 0 6.09vw;
    font-size: var(--font18);
    line-height: 1.33;
    color: #666666;
}

.understand-6 .B-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.understand-6 .B-2 .A-G {
    display: flex;
    justify-content: end;
}

.understand-6 .B-2 .swiper {
    width: 43.75vw;
    margin: 0;
}

.understand-6 .B-2 .A-G .swiper-slide {
    width: 13.54vw !important;
    height: 13.54vw !important;
    margin-right: 1.56vw !important;
    overflow: hidden;
}

.understand-6 .B-2 .zw-box {
    position: relative;
    width: 13.54vw;
}

.understand-6 .B-2 .zw-box .line {
    width: 1px;
    height: calc(3.12vw - 5%);
    background-color: #dadada;
}

.understand-6 .B-2 .zw-box .swiper-button-prev {
    left: 2.08vw;
}

.understand-6 .B-2 .zw-box .swiper-button-next {
    right: 2.08vw;
}

.understand-6 .B-2 .zw-box .swiper-button-prev::after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: calc(100% - 30%);
    background-color: #dadada;
    right: -1.56vw;
}

.understand-6 .B-2 .A-G.T-30 {
    margin-top: 1.56vw;
}

.understand-6 .B-2 .A-G .R-30 {
    margin-left: 1.56vw;
}




.c-us-1 {
    padding-bottom: 29.79vw;
}

.c-us-1 .A1 {
    display: flex;
    justify-content: space-between;
}

.c-us-1 .sol-tit {
    flex: auto;
    font-size: var(--font36);
    line-height: 1.33;
    color: #000000;
}

.c-us-1 .sol-text {
    margin-right: 110px;
    width: 57.5%;
    font-size: var(--font15);
    line-height: 1.6;
}

.c-us-1 .sol-text .dt {
    font-size: .78vw;
    color: #666666;
}

.c-us-1 .sol-text .dd {
    margin-top: .67vw;
    font-size: 1.14vw;
}

.c-us-1 .ts-1 {
    display: flex;
    justify-content: end;
}

.c-us-1 .ts-1 .line {
    margin: .67vw auto;
    width: 1px;
    background-color: #dadada;
}

.c-us-1 .ts-2 {
    margin-top: 67px;
}

.c-us-1 .A2-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(9.375vw);
    z-index: 2;
}

.c-us-2 {
    padding: 15.62vw 0 6.25vw;
    background-color: #f3f5f7;
}

.c-us-2-content {
    display: flex;
    justify-content: space-between;
}

.c-us-2-content .A1 .Tit {
    font-size: var(--font36);
    line-height: 1;
}

.c-us-2-content .A1 p {
    margin-top: 2.34vw;
    font-size: var(--font18);
    line-height: 1.33;
    color: #666666;
}

.c-us-2-content .B2 {
    width: 55.729vw;
}

.c-us-2-content .B2 .DC {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.04vw;
}

.c-us-2-content .B2 .DC input:nth-child(1) {
    margin-right: 1.56vw;
}

.c-us-2-content .B2 .DC .uk-input {
    padding: 1.04vw;
    height: auto;
    font-size: var(--font15);
    line-height: 1;
}

.c-us-2-content .B2 .marg {
    margin-bottom: 2.08vw;
}

.c-us-2-content .B2 .uk-textarea {
    padding: 1.04vw;
    font-size: var(--font15);
    line-height: 1.6;
}

.c-us-2-content .B2 .uk-button-primary {
    padding: 1.19vw 3.64vw;
    font-size: var(--font15);
    line-height: 1;
}

.c-us-2-content .B2 .but-R {
    display: flex;
    justify-content: end;
}

.c-us-2-content .B2 .but-R .uk-button-primary {
    background-color: #036db8;
}


/* ------------------产品详情------------------ */
.product-part-ban1 .ban1-text {
    display: none;
    position: absolute;
    top: 14.14vw;
    right: 11.25vw;
    text-align: center;
}

.product-part-ban1 .ban1-text .BT-1 {
    font-size: 2.23vw;
    line-height: 1.39;
    color: #fff;
}

.product-part-ban1 .ban1-text .BT-1 span {
    font-size: 3.59vw;
    line-height: 1;
}

.product-part-ban1 .ban1-text p {
    margin-top: 1.45vw;
    font-size: 1.14vw;
    line-height: 1.09;
    color: #8dd5f0;
}

/* ++++++产品详情TAB组件样式修改++++++ */
.Product-part-1 .uk-subnav>*>:first-child {
    font-size: var(--font18);
}

.Product-part-1 .uk-subnav>* {
    flex: none;
    padding: 0 1.35vw;
    position: relative;
}

.Product-part-1 .uk-subnav-pill>*>:first-child {
    padding: 0 0 .72vw;
    line-height: 1;
    box-sizing: border-box;
    color: #000000;
}

.Product-part-1 .uk-subnav-pill>*>:first-child::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: .2vw;
    max-height: 4px;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
    background-color: #036db8;
}

.Product-part-1 .uk-subnav {
    justify-content: center;
    padding: 50px 0 34px;
    margin: 0;
}

.Product-part-1 .uk-subnav-pill>.uk-active>a {
    position: relative;
    background-color: initial;
    color: #036db8;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.Product-part-1 .uk-subnav-pill>.uk-active>a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.Product-part-1 .uk-subnav-pill>*>a:hover {
    background-color: initial;
}

/* ------产品详情TAB组件样式修改------ */
.Product-part-1 .Tab-Page {
    padding: 6.25vw 0;
    background-color: #f3f5f7;
}

.Product-part-1 .Tab-Page li {
    width: 62.5%;
    margin: 0 auto;
}






/* 。。。。。。。。首页样式蜂窝图。。。。。。。。。。。。 */
.Home-P2-Rimg .item {
    display: flex;
    text-align: center;
    line-height: 1.6;
}

.Home-P2-Rimg .dl-1 {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-end;
}

.Home-P2-Rimg .dl-2 {
    position: absolute;
    top: 16.61vw;
    right: 7.87vw;
    transform: translateY(-18.3%);
}

.Home-P2-Rimg .item .e-li {
    margin-right: 1.1vw;
    padding: .52vw;
    width: 14.63vw;
    height: 16.61vw;
    background-image: url(/upload/images/home/kuang6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.Home-P2-Rimg .item .e-li:last-child {
    margin-right: 0;
}

.Home-P2-Rimg .item .li-img {
    display: flex;
    align-items: center;
    margin: 25% auto 0;
    width: 3vw;
    height: 4vw;
}

.Home-P2-Rimg .item .li-img img {
    margin: 0 auto;
    width: 100%;
}

.Home-P2-Rimg .item .dt {
    font-size: var(--font22);
    font-weight: 600;
}

.Home-P2-Rimg .item p {
    margin-top: .1vw;
    font-size: var(--font15);
    color: #666;
}




/* ...........新增登录接口........... */
.login-box {
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
}

.login-box .item {
    display: flex;
    align-items: center;
    margin-left: 1.56vw;
    line-height: 1;
    white-space: nowrap;
}

.login-box .item .login-img {
    margin-right: .52vw;
}