html,
body {
    font-size: .24rem;
    overflow-x: hidden;
    box-sizing: border-box;
}

:root {
    --font13: .13rem;
    --font14: .14rem;
    --font15: .23rem;
    --font18: .26rem;
    --font20: .2rem;
    --font22: .22rem;
    --font24-6: .3rem;
    --font30: .3rem;
    /* 36用于了解页面Tit */
    --font36: .42rem;
    --font40: .4rem;
    --font48: .48rem;
    --font72: .72rem;
}

/* :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;
} */


/* ......................移动端头部导航样式........................... */
.menu-li {
    position: fixed;
    top: 1rem;
    z-index: 100;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    background: #fff;
    height: 100%;
    overflow: auto;
}

.menu-li ul li {
    overflow: hidden;
}

.menu-li ul li>a {
    display: block;
    line-height: 1rem;
    font-size: 0.29rem;
    padding: 0px 0.4rem;
    /* color: #fff; */
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

.menu-li ul li>a span::after{
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    font-size: .42rem;
}

.menu-li ul li.on>a span::after{
    content: "\2212";
    color: #036db8;
}

.menu-li ul li dl {
    display: none;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    background: #f8f8f8;
}

.menu-li ul li dt {
    overflow: hidden;
    font-size: 0.24rem;
    color: #fff;
    font-weight: normal;
    line-height: 0.48rem;
}

.menu-li ul li dt a {
    display: block;
    padding-left: 0.6rem;
    font-size: 0.26rem;
    margin-top: 0.2rem;
}


.MenuMain {
    display: none;
    width: 100%;
    margin-top: 0.4rem;
}

.BaseBk {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent;
    position: relative;
}

.CenterPro {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

/* .................................................................... */

.go_top {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .68rem;
    height: .74rem;
    margin: 0px auto;
    background-color: rgba(3, 109, 184, 1);
    border-radius: 5px;
    cursor: pointer;
    bottom: 11%;
    right: 1.56vw;
    z-index: 55;
}

.go_top span.iconfont {
    font-size: .42rem;
    color: #fff;
}

.color-white {
    color: #fff;
}

.width-1680 {
    max-width: 7rem;
    width: 92%;
    margin: 0 auto;
}

.section {
    position: relative;
}

.section img {
    display: block;
    width: 100%;
}

#navbar {
    box-shadow: 0;
}

.wrapper {
    margin-top: 1rem;
}

.Header {
    position: fixed;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    height: 1rem;
    background-color: #fff;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 9999;
}

.PC {
    display: none !important;
}

.HE-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Logo>a {
    display: block;
    width: 1.84rem;
}

.Logo img {
    display: block;
    width: 100%;
}

.Header-2E {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 15px;
}

/* 汉堡包菜单 */
.container {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 24px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -8px) rotate(45deg);
}

/* --汉堡包菜单 */
/* 页脚 */
.Footer {
    padding: 6% 0 3%;
}

.Footer-Logo a {
    display: block;
    width: 1.85rem;
    margin: 0px auto;
}

.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;
    white-space: nowrap;
}

.Footer-T2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 6%;
    padding: .3rem 0;
    border-top: 1px solid rgba(63, 63, 63, .1);
}

.Footer-T2 a {
    font-size: .24rem;
    line-height: 1.8;
    color: #666666;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.Footer a:hover {
    color: #036db8;
}

.wrap {
    margin-top: 6%;
    box-sizing: border-box;
    position: relative;
}

.Footer {
    position: relative;
    padding: 0.8rem 0 0;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(63, 63, 63, .1);
}

.am_subfooterdiv {
    width: 100%;
}

.am_subfooterdiv h2 {
    padding: 0.2rem 0;
    font-size: 0.3rem;
    height: 0.45rem;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background-image: url(../images/jt.png);
    background-size: 0.15rem 0.25rem;
    background-repeat: no-repeat;
    background-position: 99%;
    color: #3f3f3f;
}

.am_subfooterdiv.on h2 {
    background-image: url(../images/jt_h.png);
    background-size: 0.25rem 0.15rem;
    background-repeat: no-repeat;
    background-position: 99%;
}

.am_subfooterdiv a {
    color: #666;
    font-size: 0.24rem;
    line-height: 0.65rem;
    display: block;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.am_subtag {
    position: relative;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.EwmImg {
    text-align: center;
    width: 1.2rem;
    margin-right: 0.2rem;
    float: left;
    margin-top: 0.3rem;
}

.EwmImg img {
    width: 1.2rem;
    height: 1.2rem;
}

.TitNav .fr a.active,
.menu-li ul li.on>a {
    color: #036db8;
}

.am_bootom {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.22rem;
}

.am_bootom .fr a,
.am_bootom .fl {
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 0.2rem;
}

.am_bootom .fl a {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 0.4rem;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.ShareIcon {
    margin-top: 0.4rem;
}

.am_subfooterdiv .ShareIcon a {
    display: inline-block;
    margin-right: 0.3rem;
    opacity: 0.6;
}

.am_subfooterdiv .ShareIcon a:hover {
    padding-left: 0;
    opacity: 1;
}

.am_subfooterdiv .ShareIcon a img {
    width: 0.6rem;
    height: 0.6rem;
}

.BannerSwiper img {
    width: 100%;
    height: 100%;
}

.BannerSwiper .swiper-pagination-fraction {
    bottom: 0.6rem;
    left: 0.4rem;
    font-size: 0.24rem;
    z-index: 99;
    letter-spacing: 1px;
    color: #ffffff;
    width: auto;
    font-family: "font";
    font-weight: bold;
}

.BannerSwiper .swiper-pagination-fraction .swiper-pagination-current {
    color: #c2181f;
    font-size: 0.48rem;
}
/* --------------------------------------------页脚-------------------------------------------- */

/*先去掉默认样式*/
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

/*轮播左右按钮自定义样式*/
.swiper-button-prev {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    border: 1px solid #036db8;
	cursor:none !important;
	-webkit-tap-highlight-color: transparent;
}

.swiper-button-next {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    border: 1px solid #036db8;
	cursor:none !important;
	-webkit-tap-highlight-color: transparent;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #036db8;
    color: #fff;
	border:0 !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0)
}

.swiper-button-prev svg {
    position: absolute;
    font-size: .25rem;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
}

.swiper-button-next svg {
    position: absolute;
    font-size: .25rem;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -50%);
}

.dex-1>img {
}

.dex-1 .Banner-text {
    position: absolute;
    top: 30%;
    left: 10%;
    font-size: .28rem;
    line-height: 1.3;
    color: #036eb8;
}

.dex-1 .Banner-text span {
    color: #2ed2ea;
}

.dex-1 .Banner-text>img {
    margin-top: 2.1vw;
    width: 50%;
}

.dex-2 {
    margin-top: 8%;
}

.dex-2 .Text {
    font-size: var(--font18);
    line-height: 1.8;
    color: #666666;
}

.Card-Flex {
    display: flex;
    justify-content: space-between;
}

.Top-30 {
    margin-top: 1.56vw;
}

.Top-60 {
    margin-top: 5.12vw;
}

.Bottom-60 {
    margin-bottom: 5.12vw;
}

.Bottom-120 {
    margin-bottom: 6.25vw;
}

.Top-80 {
    margin-top: 4.16vw;
}

.Top-154 {
    margin-top: 6%;
}

.Top-200 {
    margin-top: 10.41vw;
}

.dex-5 {
    margin-top: 30%;
}

.Top-114 {
    margin-top: 12%;
}

.MG-63-120 {
    margin: 6% 0 12%;
}

.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 {
    overflow: hidden;
}

.RK-More>a {
    display: inline-flex;
    align-items: center;
    font-size: var(--font15);
    white-space: nowrap;
    vertical-align: top;
}

.RK-More img {
    width: .5rem;
}

.Home-P2-Rimg {
    width: 100%;
}

.Home-P2-Rimg>img {
    width: 94%;
    margin: 1rem auto;
}

.Home-P2-Rimg .item {
    display: none;
}

.dex-4>img {
    min-height: 6rem;
}

@media screen and (min-width: 460px) {
    .dex-4>img {
        height: clamp(300px, 52vw, 400px);
    }
}

.Home-P4-Position {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
}

.Home-P4-Tit {
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
}

.Home-P4-Tit .RK-Tit {
    width: 70%;
    font-size: .28rem;
    line-height: 1.4;
}

.Home-P4-text {
    margin-top: 6%;
    font-size: var(--font15);
    line-height: 1.4;
    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: .14rem;
    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: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1;
}

.Home-P4b-ul ul li .FF-center p {
    margin-top: 2vw;
    line-height: 1.6;
}

.Home-P4b-ul ul li .P-asas {
    display: flex;
}

.Home-P4b-ul ul li .P-asas .counter-value {
    font-size: .42rem;
    font-weight: 600;
}

.Home-P4b-ul ul li span {
    margin: 0;
    font-size: .24rem;
    vertical-align: top;
}

.Home-P5-content {
    margin-top: 6%;
}

.Home-P5-A p {
    font-size: .24rem;
    line-height: 1.8;
}

.Home-P5-A {
    position: relative;
    width: 100%;
}

.Home-P5-A-Position {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.Home-P5-A-Position .T1 {
    margin-top: 15%;
    font-size: .36rem;
    line-height: 1.6;
    color: #fff;
}

.Home-P5-A .T1 span {
    font-size: .48rem;
}

.Home-P5-B .T1 span {
    font-size: .4rem;
    line-height: 1;
}

.Home-P5-A-Position p {
    color: #8dd5f0;
}

.Home-P5-B {
    width: 100%;
}

.Home-P5-B p {
    font-size: .14rem;
    line-height: 2;
}

.Home-P5-B .Position {
    position: absolute;
    text-align: center;
}

.Home-P5-B .T1 {
    font-size: .24rem;
    line-height: 1.8;
    color: #fff;
}

.Home-P5-B1,
.Home-P5-B2 {
    position: relative;
}

.Home-P5-B1 .Position {
    top: 24%;
    right: 10%;
}

.Home-P5-B2 .Position {
    top: 20%;
    left: 4%;
}

.Home-P5-B1 p {
    color: rgba(255, 255, 255, .5);
}

.Home-P5-B2 p {
    color: #666;
}

.Home-P5-B img {
    margin-top: 5%;
    min-height: 140px;
}

.Home-P5-B2 .T1 .OP {
    margin: 0 auto;
    width: 14.6vw;
    padding: .16rem 0 0;
    font-size: .38rem;
    line-height: 1.4;
    background-image: url("../images/home/P-07-a.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 10vw;
}

.Top-120 {
    margin-top: 16%;
}

.Top-130 {
    margin-top: 10.77vw;
}

.dex-6 .XY-zx {
    margin-top: 6%;
}

.dex-6 .XY-zx .A1 {
    margin-bottom: 6%;
    width: 100%;
}

.dex-6 .XY-zx .A1 a {
    display: flex;
    flex-direction: column;
}

.dex-6 .XY-zx .A1-img {
    width: 100%;
}

.dex-6 .XY-zx .A1-img>img {
}

.dex-6 .XY-zx .A1-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5.04vw 0;
    box-sizing: border-box;
}

.dex-6 .XY-zx .A1-text .T1 {
    font-size: .32rem;
    position: relative;
    padding-bottom: 5.08vw;
    line-height: 1.83;
    color: #3f3f3f;
}

.dex-6 .XY-zx .A1-text .T1 .line1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 3px;
    background-color: #036db8;
}

.dex-6 .XY-zx .A1-text .T2 {
    font-size: .24rem;
    flex: auto;
    margin-top: 6%;
    line-height: 1.8;
    color: #666;
}

@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 {
    margin-top: 6%;
    font-size: .22rem;
    line-height: 1;
    color: #666;
}

.font-weight600 {
    font-weight: 600;
    overflow: inherit;
    -webkit-line-clamp: initial;
}

.dex-6 .XY-zx .A2 .A2-Cell-img {
    flex-shrink: 0;
    width: 100%;
}

.dex-6 .XY-zx .A2 .A2-Cell-img img {
}

.dex-6 .XY-zx .A2 {
    width: 100%;
}


.dex-6 .XY-zx .A2 .A2-Cell {
    margin-bottom: 6%;
    padding-bottom: 6%;
    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: block;
}

.dex-6 .XY-zx .A2 .A2-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5.04vw 0;
    box-sizing: border-box;
}

.dex-6 .XY-zx .A2 .A2-text .T1 {
    font-size: .32rem;
    line-height: 1.83;
    color: #3f3f3f;
}

.dex-6 .XY-zx .A2 .A2-text .T2 {
    margin-bottom: 2%;
    font-size: .18rem;
    line-height: 1;
    color: #666;
    margin-top: 0.2rem;
}

.dex-7>img {
    height: 6.5rem;
}

.dex-7-content.width-1680 {
    width: 100%;
}

.dex-7-content {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.dex-7-content .dex-7-tit {
    line-height: 1;
    font-size: .24rem;
}

.dex-7-content .dex-7-tit span {
    display: block;
    line-height: 1.2;
    margin-bottom: 1.5vw;
    font-size: .32rem;
}

.dex-7-content .dex-7-u1 {
    margin-top: 7.5%;
}

.dex-7-content .dex-7-u1 li {
    position: relative;
    width: 50%;
    line-height: 1;
    float: left;
    margin-bottom: 0.5rem;
}

.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:nth-of-type(2n)::after {
    display: none;
}

.dex-7-content .dex-7-u1 .icon-img {
    margin: 0 auto;
    width: .7rem;
}

.dex-7-content .dex-7-u1 li p:nth-child(2) {
    font-size: .24rem;
    margin: 3.04vw 0 .52vw;
}

.dex-7-content .dex-7-u1 li p:nth-child(3) {
    font-size: .16rem;
}

/* .............................................. */
.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;
    margin-bottom: .4rem;
    width: 100%;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: center center;
    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:last-child {
    margin-bottom: 0;
}

.accordion ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 3;
    padding: .4rem;
    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 h2 {
    margin-top: 30%;
    text-overflow: clip;
    font-size: .32rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.accordion ul li a p {
    flex: auto;
    margin-top: .2rem;
    font-size: .24rem;
    line-height: 1;
    color: rgba(255, 255, 255, .5)
}

.accordion .next-right {
    width: .5rem;
}
.accordion .next-right img{
	object-fit: contain;
}
.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 ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
    position: relative;
    display: flex;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
}

.TUF-banner-unify {
    overflow: hidden;
}

.TUF-banner-unify>img {
    min-height: 3rem;
}

.TUF-banner-unify .Banner-text {
    position: absolute;
    top: 28%;
    left: 8%;
    font-size: .24rem;
    line-height: 1;
    color: #fff;
}

.TUF-banner-unify .Banner-text span {
    font-size: .42rem;
}

.TUF-banner-unify .Banner-text .line {
    margin: 3.87vw 0;
    font-size: .42rem;
    width: 1em;
    height: 3px;
    background-color: #fff;
}

.product-2 {
    margin-bottom: 8.12vw;
    margin-top: 8%;
}

.product-2 .product-img-b {
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}

.product-2 .product-img-b1,
.product-2 .product-img-b2 {
    width: 48.6%;
}

.product-2 .product-img-b1 img,
.product-2 .product-img-b2 img {
    height: 4rem;
    min-height: 200px;
}

.product-2 .Position {
    position: absolute;
    text-align: center;
}

.product-2 .Position .T1 {
    font-size: .3rem;
    line-height: 1.4;
}

.product-2 .Position .T1 span {
    font-size: .34rem;
    line-height: 1;
}

.product-2 .Position p {
    line-height: 1.4;
    font-size: .14rem;
}


.product-2 .product-img-a .Position .T1 {
    line-height: 1.2;
}

.product-2 .product-img-a .Position {
    top: .7rem;
    left: .4rem;
}

.product-2 .product-img-a p {
    color: #666;
}

.product-2 .Position .T1 .OP {
    margin: 0 auto;
    width: .9rem;
    padding: .16rem 0 0;
    font-size: .32rem;
    background-image: url("../images/home/P-07-a.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 7.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;
    padding: 0px 0.2rem;
}
.product-2 .product-img-b .Position .T1 {
    color: #fff;
}
.product-2 .product-img-b1 p {
    color: #8dd5f0;
    margin-top: 0.15rem;
}
.product-2 .product-img-b2 p {
    color: rgba(255, 255, 255, .5);
}
.product-about{margin-top:0;}
.product-about .product-item {
    margin-bottom: 1.56vw;
    position: relative;
    margin-top: 0;
    display: inherit;
}

.product-about .product-img-a .Position {
    top: 25%;
    left: 10%;
}

.product-about .product-img-b .Position p {
    color: #8dd5f0;
}



.example-link {
    box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
}

.example-link .card-img {
}

.example-link .card-img>img {
}

.EX-content {
    padding: 5.12vw;
    background-color: #fff;
}

.EX-content .EX-tit {
    margin-bottom: 4%;
    font-size: .32rem;
    line-height: 1.8;
    font-weight: 600;
    color: #000000;
}

.EX-content a {
    display: flex;
    flex-direction: column;
}

.EX-max-text {
    flex: auto;
    margin-bottom: .2rem;
}

.EX-content p {
    font-size: .24rem;
    line-height: 1.8;
    color: #666;
    -webkit-line-clamp: initial;
}

.EX-content .next-R {
    position: relative;
    width: .5rem;
    height: .5rem;
    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: .25rem;
    line-height: 1;
    color: #036db8;
}


.solution-2 .sol-tit {
    flex: auto;
    font-size: var(--font36);
    line-height: 1.33;
    color: #000000;
}

.solution-2 .sol-text {
    margin-top: .2rem;
    /* width: 62.5%; */
    font-size: .24rem;
    line-height: 1.83;
    color: #666666;
}

.solution-2 .sol-text p:nth-child(n+2) {
    margin-top: 2.56vw;
}

.solution-4 {
    padding: .8rem 0 1.2rem;
    background-color: #f3f5f7;
}

.solution-4-tit {
    margin-bottom: .4rem;
    font-size: var(--font36);
    line-height: 1;
}

.solution-4 .gooopp {
    overflow: initial;
}

.solution-4 .gooopp .swiper-slide {
    /* display: flex; */
    width: 74%;
}

.solution-4 .gooo-img {
    overflow: hidden;
}

.solution-4 .gooo-img>img {
    width: 100%;
    height: 2.5rem;
    /* flex: auto; */
}

.solution-4 .gooo-co {
    padding: 5.125vw;
    background-color: #fff;
    box-sizing: border-box;
}

.solution-4 .gooo-co .Tit {
    font-size: .32rem;
    line-height: 1.5;
    color: #000000;
}

.solution-4 .gooo-co .line {
    margin: 3.18vw 0;
    font-size: .32rem;
    width: 1rem;
    height: .04rem;
    max-height: 4px;
    background-color: #036db8;
}

.solution-4 .gooo-co .text {
    height: 2.16rem;
    text-align: justify;
    font-size: .24rem;
    line-height: 1.8;
    color: #666666;
}

.solution-4 .gooo-co .text .line-clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.PN-BOX {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.8rem;
}

.PN-BOX .swiper-button-next {
    margin: 0;
    right: 0;
    transform: translateY(-24%);
}

.PN-BOX .swiper-button-prev {
    margin: 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: calc(-.3rem + -1px);
}

.news-cell {
    /* display: flex; */
    margin: .6rem 0;
    border-bottom: 1px solid rgba(63, 63, 63, .1);
    box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
}

.news-cell:last-child {
    border-bottom: none;
}

.news-cell-img {
    width: 100%;
}

.news-cell-img>img {
}

.news-cell-text {
    flex: auto;
    display: flex;
    flex-direction: column;
    padding: .5rem .4rem .2rem;
    /* margin-left: 3.12vw; */
}

.news-cell-tit {
    /* width: 21.72vw; */
    font-size: .32rem;
    line-height: 1.8;
    font-weight: 700;
    color: #3f3f3f;
    -webkit-line-clamp: initial;
}

.news-cell-text .line {
    margin: .3rem 0;
    font-size: .38rem;
    width: 1rem;
    height: .04rem;
    max-height: 3px;
    background-color: #036db8;
}

.news-cell-text .hight-text {
    /* width: 39.82vw; */
    box-sizing: border-box;
}

.news-cell-text .hight-text p {
    font-size: .24rem;
    line-height: 1.8;
    color: #666666;
    -webkit-line-clamp: initial;
}

.news-cell-text .Day {
    margin: .35rem 0;
    font-size: .22rem;
    line-height: 1;
    color: #666;
}

.news-cell .RK-More {
    display: flex;
    align-items: center;
    padding: 0 .4rem .4rem;
}

/* 分页器 */
.pagination .page{
    display: flex;
    justify-content: center;
}

.pagination a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .12rem;
    width: .5rem;
    height: .5rem;
    font-size: .24rem;
    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: .25rem;
    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;
    flex-direction: column;
    justify-content: space-between;
    padding: .3rem 0 .2rem;
    border-bottom: 1px solid rgba(63, 63, 63, .1);
}

.news-part-1 .part-retreat {
    display: inline-flex;
    align-items: center;
    font-size: .28rem;
    line-height: 1;
    color: #036eb8;
}

.news-part-1 .part-retreat-svg {
    position: relative;
    margin-right: .12rem;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: 1px solid #036db8;
    box-sizing: border-box;
}

.news-part-1 .part-retreat-svg svg.icon {
    position: absolute;
    font-size: .25rem;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
}

.news-part-1 .breadcrumb {
    margin-top: .2rem;
    display: inline-flex;
    align-items: center;
    line-height: 1.6;
    white-space: nowrap;
    color: #999;
    font-size: .24rem;
}

.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:last-child {
    width: 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-part-1 .breadcrumb ul li a.active {
    color: #036eb8;
}

.news-part-2 {
    margin-top: 8%;
}

.news-part-2 .Tit {
    width: 100%;
}

.news-part-2 .Tit .A1 {
    font-size: var(--font30);
    line-height: 1.8;
    color: #000000;
    font-weight: 700;
}

.news-part-2 .Tit .Day {
    margin: .3rem 0 .4rem;
    font-size: .26rem;
    line-height: 1;
    color: #666666;
    text-align: right;
}

.news-part-2 .B-text p {
    margin-bottom: .25rem;
    font-size: .24rem;
    line-height: 1.8;
    color: #666666;
}

.news-part-2 .B-text img {
    display: block;
    margin: 5.12vw 0 5.89vw;
}

.news-part-3 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .3rem 0;
    line-height: 1;
}

.news-part-3 .line {
    height: 1px;
    background-color: #3f3f3f;
    opacity: 0.1;
}

.news-part-3 a .dt {
    white-space: nowrap;
    font-size: .24rem;
    color: #999999;
}

.news-part-3 a .dd {
    font-size: .26rem;
    color: #3f3f3f;
    padding-left: 0.2rem;
    line-height: 1.6;
}

.news-part-3 a:hover .dt,
.news-part-3 a:hover .dd {
    color: #036db8;
}

.news-part-4 .NP-Tit {
    font-size: var(--font30);
    line-height: 1;
    color: #000000;
}

.news-part-4 .U1 li {
    display: flex;
    margin-bottom: .2rem;
    overflow: hidden;
    box-sizing: border-box;
}

.news-part-4 .U1 li .U-img {
    flex-shrink: 0;
    width: 2.3rem;
    overflow: hidden;
}

.news-part-4 .U1 li img {
    height: 1.52rem;
    display: block;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.news-part-4 .U1 li a {
    display: flex;
}

.news-part-4 .U1 li a .U-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .1rem 0 0.1rem .2rem;
}

.news-part-4 .U1 li .Tit {
    font-size: .28rem;
    line-height: 1.4;
    font-weight: 600;
    color: #3f3f3f;
}

.news-part-4 .U1 li .Day {
    font-size: .22rem;
    line-height: 1.2;
    color: #666666;
}

.understand-1 .Tit {
    color: #000000;
}


.understand-1 .Tit .A1 {
    font-size: var(--font36);
    line-height: 1.19;
}

.understand-1 .Tit p {
    margin-top: 4%;
    font-size: .24rem;
    line-height: 1.8;
}

.understand-1-text {
    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: 2.98vw;
    font-size: .72rem;
    /* width: 13.54vw; */
    line-height: 1;
    color: #036db8;
}

.understand-1-text .UT-img .Position .P-asas span {
    vertical-align: top;
    font-size: .4rem;
}

.understand-1-text .UT-img .Position li p {
    margin-right: .52vw;
    font-size: .26rem;
    line-height: 1;
    color: #000000;
}

.understand-1-text .UT-text {
    margin-top: 6%;
    /* width: 49.1%; */
}

.understand-1-text .UT-text p {
    margin-bottom: 4%;
    text-align: justify;
    font-size: .24rem;
    line-height: 1.8;
    color: #666666;
}

.understand-2 .CELL-U2 .Card {
    position: relative;
    margin-top: 4%;
    height: 2.6rem;
    background-color: #f3f5f7;
}

.understand-2 .CELL-U2 .Card .BG-1 {
    display: none;
    height: 100%;
}

.CELL-U2 .Card .Ca-text {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6%;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
}

.CELL-U2 .Card .Ca-text .dl {
    width: 78%;
}

.CELL-U2 .Card .Ca-text .dl .dt {
    font-size: .32rem;
    line-height: 1;
    color: #000000;
}

.CELL-U2 .Card .Ca-text .dl p {
    margin-top: 3%;
    font-size: .24rem;
    line-height: 1.53;
    color: #666666;
}


.CELL-U2 .Card .Ca-text-img {
    width: 0.9rem;
}

.CELL-U2 .Card .Ca-text-img>img:nth-child(2) {
    display: none;
}

.understand-2 .CELL-U2 .Card:hover .dl .dt,
.understand-2 .CELL-U2 .Card:hover .dl p {
    color: #fff;
}

.understand-2 .CELL-U2 .Card:hover .BG-1,
.understand-2 .CELL-U2 .Card:hover .Ca-text-img>img:nth-child(2) {
    display: block;
}

.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 .FFZ-img {
    height: 5.5rem;
}

.understand-3 .B2 {
    position: absolute;
    padding: 0 6%;
    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(-40%, -50%);
    left: 0;
}

.understand-3 .B2 .swiper-button-next {
    transform: translate(40%, -50%);
    right: 0;
}

.swiper-container {
    width: 100%;
    /* height: 300px; */
}

.swiper-slide-container {
    text-align: center;
    font-size: .32rem;
    line-height: 1;
    color: inherit;
    height: 100%;
    width: 45vw;
    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 .swiper-slide .swiper-slide-container>img {
    width: 100%;
}

.gallery-top {
    margin-top: 11%;
    /* height: 80%; */
    width: 100%;
}

.gallery-top .swiper-slide {
    position: relative;
}

.gallery-top .text {
    position: absolute;
    padding: 0 10%;
    text-align: center;
    width: 100%;
    bottom: -2.1rem;
    font-size: .22rem;
    line-height: 1.33;
    color: #fff;
    box-sizing: border-box;
    /* transform: translateY(1100%); */
}

.gallery-thumbs {
    position: relative;
    margin: 8% auto 0;
    height: auto;
    box-sizing: border-box;
    /* padding: 10px 0; */
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.gallery-thumbs .swiper-slide-container{
	width: 100%;
}
.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: 3.08vw;
    font-size: .24rem;
    line-height: 1.53;
    color: #666666;
}

.understand-4 .FV-content {
    position: relative;
    margin-bottom: 1rem;
}

.understand-4 .FV-content>img {
    width: 93%;
    margin: 0 0 0 auto;
    padding-top: 27%;
    transform: scale(1.2);
}

.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: .5rem;
}

.understand-4 .FV-content .FV-text .SHU span {
    vertical-align: top;
    font-size: .32rem;
}

.understand-4 .FV-content .FV-text p {
    margin-top: .52vw;
    font-size: .24rem;
    line-height: 1.33;
    color: #000000;
}


.understand-5>img {
    min-height: 260px;
}

.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: .24rem;
    line-height: 1.6;
    color: #ffffff;
}

.understand-5 .B-2 {
    position: relative;
    padding: 6% 6% 1.2rem;
    background-color: #fff;
    z-index: 10;
}

.understand-5 .B-2 .swiper-slide {
    width: 47% !important;
    margin-right: .3rem;
}

.understand-5 .B-2 .swiper-slide img {
}

.understand-5 .swiper-button-prev {
    left: 2.08vw;
    margin: 0;
}

.understand-5 .swiper-button-next {
    right: 2.08vw;
    margin: 0;
}

.understand-5 .B-2 .WT {
    position: absolute;
    width: 30%;
    margin: 0 auto;
    bottom: .9rem;
    left: 50%;
    transform: translateX(-50%);
}

.understand-6 {
    padding: clamp(160px, 46vw, 400px) 0 17.81vw;
    background-color: #f3f5f7;
}

@media screen and (min-width: 400px) {
    .understand-6 {
        padding-top: clamp(240px, 72vw, 700px);
    }
}

.understand-6 .B-1 .Tit {
    font-size: var(--font36);
    line-height: 1;
    color: #000000;
}

.understand-6 .B-1 p {
    margin: 3.08vw 0 6.09vw;
    font-size: var(--font18);
    line-height: 1.53;
    color: #666666;
}

.understand-6 .B-2 {
    /* position: absolute; */
    top: 0;
    right: 0;
    margin-top: 1rem;
}

.understand-6 .B-2 .A-G {
    display: flex;
    justify-content: end;
}

.understand-6 .B-2 .swiper {
    width: 4.74rem;
    margin: 0;
}

.understand-6 .B-2 .A-G .swiper-slide {
    width: 1.3rem !important;
    height: 1.3rem !important;
    margin-right: .3rem !important;
    overflow: hidden;
}

.understand-6 .B-2 .A-G .swiper-slide>img {
    transform: scale(1.1);
    object-fit: contain;
}

.understand-6 .B-2 .zw-box {
    position: relative;
    /* bottom: 0; */
    width: 1.3rem;
}

.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 {
    width: .4rem;
    height: .4rem;
    top: 50% !important;
    transform: translateY(-50%);
    left: 2.08vw;
    margin: 0;
}

.understand-6 .B-2 .zw-box .swiper-button-next {
    width: .4rem;
    height: .4rem;
    top: 50% !important;
    transform: translateY(-50%);
    right: 2.08vw;
    margin: 0;
}

.understand-6 .B-2 .A-G.T-30 {
    margin-top: .3rem;
}

.understand-6 .B-2 .A-G .R-30 {
    margin-right: .3rem;
}

.c-us-1 {
    padding-bottom: .4rem;
    margin-top: 8%;
}

.c-us-1 .sol-tit {
    flex: auto;
    font-size: var(--font36);
    line-height: 1.33;
    color: #000000;
}

.c-us-1 .sol-text {
    margin-top: .3rem;
    font-size: .3rem;
    line-height: 1.6;
}

.c-us-1 .sol-text .dl {
    display: flex;
    margin-bottom: .2rem;
}

.c-us-1 .sol-text .dt {
    margin-right: .3rem;
    white-space: nowrap;
    color: #666666;
}

.c-us-1 .A2-img {
    overflow: hidden;
    margin: 0.5rem 0;
}

.c-us-1 .A2-img>img {
    transform: scale(1.2);
}

.c-us-2 {
    padding: 1rem 0;
    background-color: #f3f5f7;
}

.c-us-2-content .A1 .Tit {
    font-size: var(--font36);
    line-height: 1;
}

.c-us-2-content .A1 p {
    margin-top: .2rem;
    font-size: .24rem;
    line-height: 1.53;
    color: #666666;
}


.c-us-2-content .B2 .From-con {
    margin-top: .4rem;
}

.c-us-2-content .B2 .DC {
    margin-bottom: .2rem;
}

.c-us-2-content .B2 .DC input:nth-child(1) {
    margin-bottom: .2rem;
}

.c-us-2-content .B2 .DC .uk-input {
    padding: .2rem;
    height: auto;
    font-size: .26rem;
    line-height: 1;
}

.c-us-2-content .B2 .marg {
    margin-bottom: .4rem;
}

.c-us-2-content .B2 .uk-textarea {
    padding: .2rem;
    font-size: .26rem;
    line-height: 1.6;
}

.c-us-2-content .B2 .uk-button-primary {
    padding: .2rem .6rem;
    font-size: .28rem;
    line-height: 1;
}

.c-us-2-content .B2 .but-R {
    display: flex;
    justify-content: center;
}

.c-us-2-content .B2 .but-R .uk-button-primary {
    background-color: #036db8;
}


/* ------------------产品详情------------------ */
.product-part-ban1>img {
    min-height: 200px;
}

.product-part-ban1 .ban1-text {
    display: none;
    position: absolute;
    top: 30%;
    right: 10%;
    text-align: center;
}

.product-part-ban1 .ban1-text .BT-1 {
    font-size: .33rem;
    line-height: 1.3;
    color: #fff;
}

.product-part-ban1 .ban1-text .BT-1 span {
    font-size: .4rem;
    line-height: 1;
}

.product-part-ban1 .ban1-text p {
    margin-top: 1.45vw;
    font-size: .12rem;
    line-height: 1.09;
    color: #8dd5f0;
}

/* ++++++产品详情TAB组件样式修改++++++ */
.Product-part-1 .uk-subnav>*>:first-child {
    font-size: .3rem;
}

.Product-part-1 .uk-subnav>* {
    flex: none;
    padding: 0 .2rem;
    position: relative;
}

.Product-part-1 .uk-subnav-pill>*>:first-child {
    padding: 0 0 .12rem;
    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: .02rem;
    max-height: 4px;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
    background-color: #036db8;
}

.Product-part-1 .uk-subnav {
    padding: .4rem 0 .3rem;
    justify-content: center;
    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: .6rem 0;
    background-color: #f3f5f7;
}

.Product-part-1 .Tab-Page li {
    width: 90%;
    margin: 0 auto;
}