/* 头部 */

:root {
    --liang: #8CF5FF;
    --red: #22c8fd;
    --color: #e7559c;
    --nav-lr: 4%;
    --blue: #0055a5;
    --qian: #1c93ff;
    --border35: 35px;
    --border30: 30px;
    --border25: 25px;
    --border20: 20px;
    --border15: 15px;
    --border10: 10px;
    --b400: 400;
    --b500: 500;
    --b600: 600;
    --b700: 700;
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs22: 22px;
    --fs24: 24px;
    --fs28: 28px;
    --fs30: 30px;
    --fs48: 48px;
    --fs40: 40px;
    --mt55p: 55px;
    --fsb-n-size: 60px;
    --fsb-n-size-small: 38px;
    --power-3-ease-out: cubic-bezier(.165, .84, .44, 1);
    --power-3-ease-in-out: cubic-bezier(.77, 0, .175, 1);
    --w85: 85%;
    --w13s: 1300px;
    --maxw: 1600px;
    --boxshadow: 0 5px 20px rgba(216, 231, 255, 0.8);
    --line-bg1: linear-gradient(-180deg, rgba(215, 230, 255, 1) 0%, rgba(243, 248, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    --line-bg2: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(220, 233, 255, 1) 100%);
    --line-bg3: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(216, 231, 255, 1) 100%);
}

/* .yj01abgm{background: linear-gradient(90deg, rgba(0,84,163,1) 0%, rgba(0,126,204,1) 50%, rgba(0,163,234,1) 100%) !important;} */
.pbmore3 {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 25px;
    border-radius: 25px;
    position: relative;
    transition: all 0.4s ease;
}

.pbmore3:before {
    content: '';
    width: 100%;
    height: 45px;
    border-radius: 25px;
    background: var(--line-bg);
    transition: all .4s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.pbmore3 span {
    color: #222;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    top: 0;
    transition: all .4s;
}

.pbmore3 i {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    transition: all .4s;
    overflow: hidden;
}

.pbmore3 span,
.pbmore3 i {
    z-index: 1;
    position: relative;
}

.pbmore3 svg {
    width: 40%;
    height: 40%;
    animation: arrowRun 5s infinite;
}

.pbmore3 svg {
    animation: none;
}

.pbmore3 svg path {
    fill: #222;
    transition: all .4s;
}

.pbmore3-none {
    width: 45px;
    padding: 0;
}

.pbmore3-none span {
    font-size: 0;
}

.pbmore3-none i {
    margin-left: 11px;
}

.morehover:hover .pbmore3::before,
.pbmore3:hover::before {
    width: 45px
}

.pbmore3:hover i,
.morehover:hover .pbmore3 i {
    transform: translateX(9px)
}

.pbmore3:hover i svg path,
.morehover:hover .pbmore3 i svg path {
    fill: #fff
}

.pbmore3:hover span,
.morehover:hover .pbmore3 span {
    color: #fff;
}

.pbmore3:hover,
.morehover:hover .pbmore3 {
    padding-left: 0;
}

.pbmore3-000:hover span {
    color: #222;
}

@keyframes arrowRun {
    0% {
        transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }

    7% {
        transform: translate3d(150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }

    7.1% {
        transform: translate3d(-150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }

    14% {
        transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }
}


.w85 {
    width: var(--w85);
    margin: 0 auto;
    max-width: var(--maxw);
}

.yjyya {
    position: relative;
    padding-left: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.ons .yjyya {
    color: #000;
}

.ons.bx .yjyya {
    color: #fff;
}

.yjyya em {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.yjyya em:after,
.yjyya em:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.yjyya em:before {
    background: url(../img/language_icon_2.gif) center no-repeat;
    background-size: 100% auto;
}

.yjyya em:after {
    background: url(../img/language_icon_2.gif) center no-repeat;
    background-size: 100% auto;

}

.ons .yjyya em:after {
    background: url(../img/language_icon_1.gif) center no-repeat;
    background-size: 100% auto;
}

.ons.bx .yjyya em:after {
    background: url(../img/language_icon_2.gif) center no-repeat;
    background-size: 100% auto;
}

.yjyya em:before {
    opacity: 0;
}

.yjyya i {
    font-size: 12px;
    margin-left: 10px;
    opacity: 0.7;
}

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

.pubbg:before,
.pubbg:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pubbg:before {
    background: var(--line-bg);
}

.pubbg:after {
    background: var(--color);
    opacity: 0;
}

.yjsearch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.yjsearch i {
    position: relative;
    z-index: 3;
    font-size: 20px;
}

.yjhead {
    padding: 0 var(--nav-lr);
    padding-top: 30px;
}

.yjhead {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 60;
}

.yjlogo {
    position: relative;
    height: 55px;
    width: 190px;
}

.yjlogo img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.yjlogo2 {
    opacity: 0;
}

.yjheadm {
    padding: 15px 30px;
    border-radius: 42px;
}

.yjheadm.yjas {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.yjnav {
    margin-left: 0;
    margin-right: auto;
    width: calc(100% - 190px - 180px);
}

.yjnavm {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.yjnavma {
    display: flex;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
}

.yjnavli {}

.yjright {
    display: flex;
    width: 180px;
    justify-content: space-between;
    align-items: center;
}

.yjmore {
    width: 170px;
    height: 54px;
    border-radius: 54px;
}

.yjsssub {
    padding-top: 25px;
    display: none;
}

.yjsssub {
    width: calc(100% - var(--nav-lr) - var(--nav-lr));
    position: absolute;
    left: var(--nav-lr);
    top: 115px;
}

.yjsssubm {
    border-radius: 20px;
    overflow: hidden;
}

.yjsssubm {
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    padding: 4%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

.yjsssubm {
    box-shadow: inset 0 15px 30px rgba(0, 0, 0, 0.03);
}

.yjsssubh5 {
    line-height: 1.2;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: var(--b400);
    color: #222;
}

.yjsssubh5:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
    content: '';
    background: var(--line-bg);
}

.yjsssubh5:before {
    height: 8px;
    transform: skewX(45deg);
    margin-left: -10px;
}

.yjsssubua {
    width: 100%;
    display: flex;
    padding: 50px 0;
    flex-wrap: wrap;
}

.yjsssubua li {
    width: 25%;
    padding: 5px 0;
}

.yjsssuba {
    width: 50%;
}

.yjsssubb {
    width: 528px;
}

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

.yjsssubub li {
    width: 160px;
    line-height: 38px;
    border-radius: 40px;
    text-align: center;
    border: 1px solid #ddd;
}

.yjsssubub li {
    transition: all 0.3s;
}

.yjsssubub2 li {
    width: auto;
    padding: 0 20px;
    margin-right: 3%;
}

.yjsssubub2 {
    justify-content: flex-start;
}

.yjsssubub {
    padding: 50px 0;
}

.yjsssubc {
    width: 100%;
}

.yjnavma,
.yjheadm,
.yjlogo2,
.yjlogo1,
.yjyya {
    transition: all 0.4s;
}

.actop:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}

/* .actop:before{display: none;} */

/* 1 */
header.scroll {
    top: -38px
}

header.scroll.actop {
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

/*header.scroll .actopm{padding-left: 80px;padding-right: 80px;}
			 header.scroll .actopmm{width: 100%;transition: all 0.3s ease;} */
header.scroll .actoplogoimg2 {
    opacity: 1;
}

header.scroll .actoplogoimg1 {
    opacity: 0;
}

header.scroll .actoprsearch {
    background-color: #fafafa;
}

header.scroll .actoprsearch i {
    color: #222;
}

header.scroll .actopr:before {
    background-color: #ccc;
}

header.scroll .actopnav a {
    color: #222;
}

header.scroll .actopnav a:hover {
    color: var(--blue);
}

header.scroll .yjyya {
    color: #333;
}

header.scroll .yjyya em:before {
    opacity: 1;
}

header.scroll .yjyya em:after {
    opacity: 0;
}

header.scroll .yjnavma:hover {
    color: var(--blue);
}

header,
.actopnav a,
.actopm {
    transition: all 0.3s ease;
}


/* .white header.actop.mosha{background-color: #fff;box-shadow: 0 2px 15px rgba(0,0,0,0.06);}
			
			
			.white header.actop.mosha  .actoplogoimg2{opacity: 1;}
			.white header.actop.mosha .actoplogoimg1{opacity: 0;}
			.white header.actop.mosha .actoprsearch{background-color: #fafafa;}
			.white header.actop.mosha .actoprsearch i{color: #222;}
			.white header.actop.mosha .actopr:before{background-color: #ccc;}
			.white header.actop.mosha .actopnav a{color: #222;}
			.white header.actop.mosha .actopnav a:hover{color: var(--blue);}
			.white header.actop.mosha .yjyya{color: #333;}
			.white header.actop.mosha .yjyya em:before{opacity: 1;}
			.white header.actop.mosha .yjyya em:after{opacity: 0;}
			.white header.actop.mosha .yjnavma:hover{color: var(--blue);} */

.white header.mosha.actop:before {
    background: hsl(260deg 87% 5% / 30%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

/* 变宽 */
.yjsssub {
    transition: width 0.4s;
}

header.scroll .yjhead {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

header.scroll .yjheadm {
    border-radius: 0;
}

header.scroll .yjssn {
    top: 0;
    width: calc(100% - 60px - 220px);
    left: 30px;
}

header.scroll .yjsssub {
    top: 0;
    width: 100%;
    left: 0;
    top: 60px;
}

header.scroll .yjsssubm {
    border-radius: 0;
}

/* 磨砂 */
header.mosha {
    top: -38px
}

header.mosha.actop:before {
    background: hsl(260deg 87% 5% / 30%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

/* 语言展开 */
header.opennav .yjhead {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

header.opennav .yjheadm {
    border-radius: 0;
}

header.opennav .yjssn {
    top: 0;
    width: calc(100% - 60px - 220px);
    left: 30px;
}

header.opennav .yjsssub {
    top: 0;
    width: 100%;
    left: 0;
    top: 60px;
}

header.opennav .yjsssubm {
    border-radius: 0;
}

header.opennav .yjheadm {
    background-color: #fff;
}

header.opennav .yjlogo2 {
    opacity: 1;
}

header.opennav .yjlogo1 {
    opacity: 0;
}

header.opennav .yjnavma {
    color: #222;
}

/* header.opennav .yjyya {
	color: #333;
} */

header.opennav .yjyya em:before {
    opacity: 1;
}

header.opennav .yjyya em:after {
    opacity: 0;
}

header.opennav .yjnavma:hover {
    color: var(--color);
}

/* 语言展开 */
/* 变宽 */
/* 1 */
.yjhead {
    transition: all 0.4s;
}

.hide .yjhead {
    top: -120px
}

/* .hide .actop {top:-130px} */


.pubmore span {
    z-index: 3;
}

.pubmore-fff {
    border: none;
    line-height: 54px;
}

.pubmore-fff .pwz1,
.pubmore-fff .pwz2 {
    color: #fff;
}

.pubmore-fff .svg-fff,
.pubmore-fff .svg-000 {
    fill: #fff
}

.pubmore-fff:hover:after {
    opacity: 1;
}

.pubmore-fff:hover:before {
    opacity: 0;
}




.bgmedia {
    position: fixed;
    visibility: hidden;
}

.kjjqr {
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 999;
    width: 200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.kjjqrbtn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.kjjqrbtn i {
    left: 0;
    top: 0;
    position: absolute;
}

.kjjqrbtn i {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
}

.mui1 {
    background-image: url(../img/sy-open.svg);
    opacity: 0;
    visibility: hidden;
}

.mui2 {
    background-image: url(../img/sy-close.svg);
}

.play .mui2 {
    opacity: 0;
    visibility: hidden;
}

.play .mui1 {
    opacity: 1;
    visibility: visible;
}

.kjjqrgif img {
    width: 100%;
}

.kjjqrgif01 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}

.play .kjjqrgif01 {
    opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}

.play .kjjqrgif02 {
    opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1600px) {
    /*.kjjqr{ width:150px;}*/
    /*.kjjqrbtn{top:38px;right:3px;}*/
}

@media screen and (max-width: 768px) {
    .kjjqr {
        width: 135px;
        bottom: 0;
        right: 0;
    }

    .kjjqrbtn {
        top: 6px;
        right: 3px;
    }
}


.pubh2 {
    line-height: 1.2;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    font-size: 48px;
    font-weight: var(--b400);
    color: #222;
}

.pubh2-fff {
    color: #fff;
}

.pubh2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
    content: '';
    background: var(--line-bg);
}

.pubh2:before {
    height: 8px;
    transform: skewX(45deg);
    margin-left: -40px;
}



.yjylzz {
    position: relative;
}

.yjylzz:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #00143c;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.yjylzzm {
    width: 100%;
}

.yjylzzbg {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
}

.yjylzzbg {
    animation-name: scrP102;
}

.yjylzzp1 {
    animation-name: yjylzzp1s;
}

.yjylzzp1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0 6%;
}

.yjylzzp1 {
    color: #fff;
}

.yjylzzp1a {
    font-size: 40px;
    line-height: 1.4;
    font-weight: var(--b400);
}

.yjylzzp1b {
    opacity: 0.8;
    margin-top: 10px;
}

.yjylzzp1c {
    display: flex;
    margin-top: 40px;
}

@keyframes scrP102 {
    0% {
        -webkit-clip-path: inset(0 round 0 0 0 0);
        clip-path: inset(0 round 0 0 0 0)
    }

    to {
        -webkit-clip-path: inset(3vh calc((100vw - 1400px) / 2) 0 calc((100vw - 1400px) / 2) round 15px 15px 15px 15px);
        clip-path: inset(3vhcalc((100vw - 1400px) / 2) 0 calc((100vw - 1400px) / 2) round 15px 15px 15px 15px)
    }
}

@keyframes yjylzzp1s {
    0% {
        padding-left: 0;
    }

    to {
        padding-left: 6%;
    }
}

.acaip4 ul img {
    width: 155px !important;
}

.fot14 {
    background: #00143c;
    padding-top: 80px;
    padding-bottom: 0;
}

.fotgdwz {
    background: #010a0f;
}

.css-18pexiu {
    height: 150px;
    position: relative;
    overflow: hidden;
    font-size: 80px;
    color: #09c8ff;
    width: 1100px;
    margin: 0 auto;
}

.css-18pexiu::before {
    background-image: linear-gradient(90deg, rgba(0, 2, 35, 1), rgba(0, 2, 35, 0.4) 30%, rgba(0, 2, 35, 0) 50%, rgba(0, 2, 35, 0.4) 70%, rgba(0, 2, 35, 1));
    position: absolute;
    left: 0px;
    right: 0px;
    content: "";
    height: 100%;
    z-index: 1;
}

.css-il8tms {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes animation-zk8gpk {
    from {
        -webkit-transform: translate(5%, 0);
        transform: translate(5%, 0);
    }

    to {
        -webkit-transform: translate(-60%, 0);
        transform: translate(-60%, 0);
    }
}

.is-inview .css-il8tms {
    animation: animation-zk8gpk 10s linear infinite;
}

.fot14bap0 {
    display: flex;
}

.fot14b {
    margin-top: 50px;
}

.fot14bap2 input {
    box-sizing: border-box;
}

.fot14bap2 input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
}

.fot14bap2 input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
}

.fot14bap2 input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
}

.fot14bap2 input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
}

.fot14bap1 {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 20px;
}

.fot14b {
    color: #fff;
}

.fot14bap2 {
    background: #334363;
    height: 54px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fot14bap2 {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding-right: 0;
}

.fot14bap2 input {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
}

.fot14bap2 input {
    height: 100%;
    line-height: 54px;
}

.fot14bap2 input {
    width: 100%;
    outline: none;
    padding-right: 118px;
}

.fot14bap2 input {
    padding: 0 20px;
}

.fot14bap2 input:focus {
    border-color: var(--liang);
}

.fot14bap2 span {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.fot14bap2 span {
    width: 118px;
    color: #fff;
    opacity: 1;
    background: var(--line-bg);
}

.fot14bap2 span {
    font-size: 16px;
    font-weight: 500;
}

.fot14bap2 span {
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 3;
    transition: all 0.3s ease;
}

.fot14bap2 span:hover {
    opacity: 1;
}

.fot14bap2 {
    background-color: #fff;
    border-radius: 5px;
}

.fot14bap2 span {
    width: 44px;
    height: 44px;
    line-height: 1;
    text-align: center;
    background-color: var(--color);
    color: #fff;
    right: 5px;
    top: 5px;
}

.fot14bap2 span {
    font-size: 18px;
    line-height: 44px;
}

.fot14bap3 {
    margin-top: 35px;
}

.fot14bap3 {
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    font-weight: 200;
}

.fot14bap3 i {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #fff;
}

.fot14bap3 p {
    width: calc(100% - 16px);
    padding-left: 10px;
}

.fot14bap3 p a {
    font-weight: 500;
    text-decoration: underline;
}

.fot14bap3 i {
    position: relative;
    top: 4px;
}

.fot14bb h4 {
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
}

.fot14bb h4:hover {
    color: var(--red);
}

.fot14bb li {
    margin-top: 12px;
    font-size: 14px;
}

.fot14bb li a {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.fot14bb li a:hover {
    opacity: 1;
    color: var(--red);
}

.fot14ba {
    width: 400px;
}

.fot14bb {
    width: calc(70% - 260px);
}

.fxas li {
    display: flex;
    align-items: center;
    width: 100%;
}

.fxas i {
    margin-right: 10px;
    color: #000;
}

.fot14c,
.fot14c a {
    color: rgba(255, 255, 255, 0.5);
}

.fot14ca {
    display: flex;
}

.fot14ca a {
    margin-right: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.fot14ca a:hover {
    color: #fff;
}

.fot14cb {
    font-size: 12px;
    opacity: 0.7;
}

.fot14c {
    padding: 90px 0;
    padding-top: 90px;
}

.fot14c {
    padding-bottom: 25px;
    padding-top: 0;
}





.hgwjzm {
    position: absolute;
}

.hgwjzm ul {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 0;
}

.hgwjzm li a {
    display: block;
    padding: 7px;
    line-height: 1.2;
    font-size: 14px;
}

.hgwjzm li a {
    transition: all 0.3s ease;
    color: #333;
}

.hgwjzm li a:hover {
    background: var(--color);
    color: #fff;
}

.hgwjzm2 li a {
    padding: 5px 0;
}

.hgwjz i {
    background: none;
}

.hgwjz span {
    padding-right: 20px;
}

.hgwjz i {
    width: auto;
}

.hgwjz {
    padding: 6px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.hgwjz {
    transition: all 0.3s ease;
}

.hgwjz:hover {
    border-color: var(--color);
    background: var(--color);
}

.hgwjzm3 {
    display: none;
    width: 200px;
    top: auto;
    bottom: 35px;
    padding-bottom: 10px;
    padding-top: 0;
    right: 0;
}


.ftgwjz {
    display: inline-block;
    position: relative;
}

.ftgwjzm {
    background: var(--color);
    color: #fff;
    display: flex;
    line-height: 35px;
    border-radius: 35px;
    width: 150px;
}

.ftgwjzm {
    justify-content: center;
}

.ftgwjzm {
    align-items: center;
    overflow: hidden;
    font-size: 14px;
}

.ftgwjzm i {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.ftgwjzm1 {
    transition: all 0.3s ease;
    width: auto;
    padding: 0 35px;
}

.ftgwjzm1 em {
    width: 18px;
    height: 18px;
    position: relative;
    opacity: 1;
    margin-right: 15px;
}

.ftgwjzm1 em:before,
.ftgwjzm1 em:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftgwjzm1 em:before {
    background-image: url(../img/language_icon_1.gif);
    opacity: 0;
}

.ftgwjzm1 em:after {
    background-image: url(../img/language_icon_2.gif);
}

.ftgwjzm1:hover {
    background: var(--color);
    border-color: var(--color);
}

.ftgwjzm1:hover {
    color: #fff;
}

.ftgwjzm-bg-line-bg {
    background: var(--line-bg);
}

.ftgwjzm-bg-line-bg:hover {
    background: var(--line-bg);
    border: none;
}

.ftgwjzm-bg-fff {
    background: #fff;
    color: #333;
}

.ftgwjzm-bg-fff i {
    color: #333;
}

.ftgwjzm-bg-fff:hover em:after {
    opacity: 1;
}

.ftgwjzm-bg-fff:hover em:before {
    opacity: 0;
}

.ftgwjzm-bg-fff:hover i {
    color: #fff;
}

.ftgwjzm-line-fff {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
}


@keyframes fadeInSway {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInSway span {
    visibility: hidden;
    animation-delay: 0.2s;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    display: block;
}

.fadeInSway.is-inview span {
    animation-name: fadeInSway;
    visibility: inherit;
}


:root {
    --color: #e7559c;
    --red: #22c8fd;
    --w13: 1440px;
    --line-bg: #01f0ff;
    --ptb: 100px;
    --ptbsmall: 100px;
    --border0: 0;
    --hover-bg-color: #3a3635;
    --mt25p: 25px;
    --plrs: 170px;
}

.ptbsmall {
    padding-top: var(--ptbsmall);
    padding-bottom: var(--ptbsmall);
}

.prez8 {
    z-index: 8;
    position: relative;
}

@media only screen and (max-width:1440px) {
    :root {
        --w13: 1200px;
    }

    .gvpros4p1 br {
        display: none;
    }

    .gbb2bp1 {
        font-size: 26px;
    }

    .gvpros4p1 {
        font-size: 22px;
    }

    .gbb3linkp1 {
        font-size: 22px;
    }


}

@media only screen and (max-width:1366px) {
    :root {
        --w13: 90%;
    }

    .gvpros4p1 br {
        display: none;
    }

}

@media only screen and (max-width:1024px) {
    :root {
        --ptb: 45px;
        --plr: 4%;
        --w13: 100%;
    }

    .pbmore3:hover i,
    .morehover:hover .pbmore3 i {
        transform: none;
    }
}

.plr5 {
    padding-left: 4%;
    padding-right: 4%;
}

* {
    box-sizing: border-box;
}

.mainbg {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mainbgm {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.actop {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.actop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.actop {
    border: none;
}

.actop {
    padding: 0 60px;
}

.actop {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    padding-left: 60px;
    padding-right: 60px;
}

.actopm {
    width: 100%;
    position: relative;
    z-index: 9;
}

.actoplogo {
    height: 50px;
    position: relative;
}

.actoplogoimg {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.actoplogoimg {
    height: 100%;
    transition: all 0.4s;
}

.actoplogoimg2 {
    opacity: 0;
}

.ons .actoplogoimg2 {
    opacity: 1;
}

.ons.bx .actoplogoimg2 {
    opacity: 0;
}

.actopmb {
    align-items: center;
    justify-content: space-between;
}

.actopmb {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ons .actopmb {
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
}

.actopnav {
    display: flex;
    margin-left: auto;
    margin-right: 50px;
}

.actopnav>li {
    margin-left: 70px;
    position: relative;
}

.actopnava {
    line-height: 90px;
}

.actopnava {
    color: #fff;
    font-size: 18px;
    font-weight: var(--b400);
}

.ons .actopnava {
    color: #000;
}

.ons.bx .actopnava {
    color: #fff;
}

.actopnava:hover {
    color: #fff;
}

.actoprsearch {
    width: 40px;
    height: 40px;
    color: #222;
}

.actoprsearch {
    line-height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    margin-left: 25px;
}

.ons .actoprsearch {
    background: rgba(000, 000, 000, 0.2);
}

.ons.bx .actoprsearch {
    background: rgba(255, 255, 255, 0.2);
}

.actoprsearch i {
    font-size: 18px;
    color: #fff;
}

.ons .actoprsearch i {
    color: #000;
}

.ons.bx .actoprsearch i {
    color: #fff;
}

.actopr {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 51px;
}

.actopr:before {
    position: absolute;
    width: 1px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    opacity: 0.1;
    left: 0;
    content: '';
}

.actopma {
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
}

.actopma,
.actopma a {
    color: #fff;
}

.ons .actopma,
.ons .actopma a {
    color: #000;
}

.actopma a i {
    padding-left: 5px;
    font-size: 14px;
    display: none;
}

.actopma em {
    font-size: 12px;
    padding: 0 35px;
}

.actopnavsub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 10px;
}

.actopnavsubm {
    background: hsl(260deg 87% 5% / 30%);
    backdrop-filter: blur(20px);
    padding: 20px 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.actopnavsubm a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    line-height: 1.4;
}


.acmore6 {}

.acmore6 {
    display: flex;
    align-items: center;
    box-sizing: content-box;
    border-radius: 50px;
    height: 50px;
    overflow: hidden;
    transition: all 1s var(--power-3-ease-out), opacity 1s var(--power-3-ease-out);
}

.acmore6 {
    padding-left: 25px;
    padding-right: 8px;
    transform: rotate(0.1deg);
}

.acmore6 span {
    position: relative;
    z-index: 6;
    padding-right: 15px;
}

.acmore6 em {
    display: flex;
    width: 40px;
    height: 40px;
    position: relative;
}

.acmore6 em i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}

.acmore6 em:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    border-radius: 9999px;
    transition: transform .6s var(--power-3-ease-in-out);
}

.acmore6 em i {
    transition: all .5s var(--power-3-ease-in-out);
}

.acmore6 em i:first-child {
    transform: translateZ(0px);
    transition-delay: 50ms;
}

.acmore6 em i:last-child {
    transform: translate3d(-120%, 0, 0);
    transition-delay: 0ms;
    opacity: 0;
}

.acmore6:hover em:before {
    transform: scale(25);
    transition-delay: 0ms;
}

.acmore6:hover em i:first-child {
    transform: translate3d(120%, 0, 0);
    transition-delay: 0ms;
    opacity: 0;
}

.acmore6:hover em i:last-child {
    transform: translateZ(0);
    transition-delay: 50ms;
    opacity: 1;
}

.acmore6--white {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.acmore6--white em:before {
    background-color: var(--red);
}

.acmore6--white em i {
    color: #fff;
}

.acmore6--white:hover {
    color: #fff;
}

.mb2sub {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding-top: 20px;
}

.mb2sub {
    display: none;
}

.mb2subm {
    display: flex;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
}

.mb2subm {
    width: 740px;
    min-height: 280px;
}

/* .mb2subm{border: 1px solid rgba(255,255,255,0.1);} */
.mbtopcli {
    height: 86px;
    line-height: 86px;
    position: relative;
}

.mb2suba,
.mb2subb {
    width: 50%;
    padding: 25px 20px;
}

.mb2suba {
    width: 450px;
    padding-left: 0;
}

.mb2subb {
    width: 40%;
}

.mb2subb {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mb2subm {
    line-height: 1.4;
}

.mb2subp1 {
    font-size: 28px;
    line-height: 1.2;
    color: #222;
}

.mb2subp2 {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 14px;
    color: #555;
}

.mb2subimgs {
    overflow: hidden;
    border-radius: 5px;
    margin-top: 15px;
    display: none;
}

.mb2subimgs img {
    width: 100%;
    vertical-align: top;
}

.mb2subp3 a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #333;
}

.mb2subp3 span {
    display: inline-block;
    position: relative;
}

.mb2subp3 span:before,
.mb2subp3 span:after {
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
    position: absolute;
}

.mb2subp3 span:before {
    background: #fff;
    right: 0;
    left: auto;
    opacity: 0;
}

.mb2subp3 span:after {
    background: var(--color);
    width: 0;
}

.mb2subp3 a:hover span:after {
    width: 100%;
}

.mb2subp3 a:hover span:before {
    width: 0;
}

.mb2subp3 i {
    position: absolute;
    right: 10px;
    top: 6px;
    line-height: 1;
    opacity: 0;
    transition: all 0.4s;
}

.mb2subp3 li {
    margin-top: 20px;
}

.mb2subp3 li:nth-child(1) {
    margin-top: 0;
}

.mb2subp3 a:hover i {
    right: 0;
    opacity: 1;
}

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

.mb2suba {
    padding-right: 60px;
    padding-bottom: 110px;
}

.mb2subb {
    padding-left: 60px;
    padding-right: 20px;
    width: calc(100% - 450px);
}

.mbtopcli:nth-child(1) .mb2sub,
.mbtopcli:nth-child(2) .mb2sub,
.mbtopcli:nth-child(3) .mb2sub,
.mbtopcli:nth-child(4) .mb2sub,
.mbtopcli:nth-child(5) .mb2sub,
.mbtopcli:nth-child(6) .mb2sub {
    left: 50%;
    transform: translateX(-50%);
}

.on .mbtopca {
    color: var(--color);
}


.mb2suba {
    display: none;
}

.mb2subb {
    border: none;
    padding: 20px;
}

.mb2subb {
    width: 100%;
}

.mb2subm {
    min-height: inherit;
}

.mb2subm {
    width: 210px;
}

.actopnav>li:nth-child(2) .mb2subm {
    width: 320px;
}

.actopnav>li:nth-child(1) .mb2subm {
    width: 380px;
}

.mb2subm-lauge {
    width: 50px;
    min-height: inherit;
}

.mb2subm-lauge .mb2subb {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
}

.mb2subm-lauge .mb2subb a {
    color: #222;
}

.mb2subm-lauge .mb2subp3 li {
    margin-top: 10px;
}

.mb2subm-lauge .mb2subp3 li:first-child {
    margin-top: 0;
}

/* .actopnav>li:last-child .header__nav__sub {
    left: auto;
    right: -200px;
    transform: translateX(0);
}

.actopnav>li:nth-child(2) .header__nav__sub {
    left: auto;
    right: -360px;
    transform: translateX(0);
} */

.header__nav__sub {
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
    padding-top: 20px;
}

.xlzwabg {
    background: hsl(260deg 87% 5% / 30%);
    background: rgba(255, 255, 255, 0.5);
    /* background: hsl(0deg 0% 100% / 10%); */
    backdrop-filter: blur(12px);
    padding: 25px 35px;
    border-radius: 10px;
}

.mb2submore {
    color: var(--color);
    position: relative;
    display: inline-block;
    padding-right: 20px;
    line-height: 30px;
    margin-top: 25px;
    display: none;
}

.mb2submore,
.mb2submore i {
    font-weight: var(--b600);
}

.mb2submore:hover,
.mb2submore:hover i {
    color: var(--color);
}

.mb2submore:hover i {
    right: -5px;
}


.mb2subfx {
    display: flex;
    position: absolute;
    left: 35px;
    bottom: 35px;
    color: #333;
}

.mb2subfx {
    justify-content: flex-start;
    align-items: center;
}

.mb2subfxb {
    display: flex;
    padding-left: 15px;
}

.mb2subfxb a {
    margin-left: 15px;
    text-align: center;
    line-height: 36px;
}

.icon-round {
    border: 1px solid #004188;
    color: #004188;
    height: 38px;
    width: 38px;
    border-radius: 38px;
    position: relative;
    display: inline-block;
    transition: all ease.3s
}

.icon-round--insta {
    border-color: #262626;
    color: #262626
}

.icon-round--video {
    border-color: #ff0002;
    color: #ff0002
}

.icon-round .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 23px
}

/* .icon-round{border-color: #fff;color: #fff;} */



/* 头部 */
:root {
    --liang: #8CF5FF;
    --red: #ff0000;
    --color: #e7559c;
    --nav-lr: 4%;
    --blue: #0055a5;
    --qian: #1c93ff;
    --border35: 35px;
    --border30: 30px;
    --border25: 25px;
    --border20: 20px;
    --border15: 15px;
    --border10: 10px;
    --b400: 400;
    --b500: 500;
    --b600: 600;
    --b700: 700;
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs22: 22px;
    --fs24: 24px;
    --fs28: 28px;
    --fs30: 30px;
    --fs48: 48px;
    --fs40: 40px;
    --mt45p: 45px;
    --mt55p: 55px;
    --fsb-n-size: 60px;
    --fsb-n-size-small: 38px;
    --power-3-ease-out: cubic-bezier(.165, .84, .44, 1);
    --power-3-ease-in-out: cubic-bezier(.77, 0, .175, 1);
    --w85: 85%;
    --w13s: 1300px;
    --maxw: 1600px;
    --boxshadow: 0 5px 20px rgba(216, 231, 255, 0.8);
    --line-bg1: linear-gradient(-180deg, rgba(215, 230, 255, 1) 0%, rgba(243, 248, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    --line-bg2: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(220, 233, 255, 1) 100%);
    --line-bg3: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(216, 231, 255, 1) 100%);
}


.alfin_p1 {
    font-size: var(--fs30);
    color: #0b4dd3;
    padding-left: 60px;
    font-weight: var(--b600);
    line-height: 1.6;
}

.alfin_bg,
.alfin_bg2 {
    position: relative;
}

.alfin_bg::before {
    content: "";
    background-image: url(../demo/mlrbgp1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.alfin_bg2::before {
    background-image: url(../demo/mlrbgp2.png);
    width: 36%;
}

.alfin_bg3::before {
    background-image: url(../demo/mlrbgp3.png);
    width: 66%;
}

.alfin_p2 {
    font-size: var(--fs16);
    color: #333;
    margin-top: 40px;
}

.case_bg {
    /* background-image: url(../demo/probg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #2b68ee;
    padding: 30px;
    border-radius: var(--border15);
    margin-top: 20px; */

    background-image: -moz-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -webkit-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -ms-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    box-shadow: inset 0 0 25px rgb(36 97 221 / 50%);
    border: 1px solid #2461dd;

    background: hsl(212deg 100% 50% / 10%);

    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
}

.case_bg2 {
    /* background-image: url(../demo/probg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    border-radius: 15px;
    margin-top: 20px;

    overflow: hidden;

    background-image: -moz-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -webkit-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -ms-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    box-shadow: inset 0 0 25px rgb(36 97 221 / 50%);
    border: 1px solid #2461dd;

    background: hsl(212deg 100% 50% / 10%);


    backdrop-filter: blur(10px);
}

/*  */
.pipeline_tab {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #2461dd;
    margin-top: var(--mt45p);
    /* background-image: -moz-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -webkit-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -ms-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%); */

}


.pipeline_tab table {
    width: 100%;
    /* display: flex; */
    overflow-x: scroll;
    /* background: #eeeeee; */
    /* overflow: hidden; */
    font-size: 14px;
    table-layout: fixed;
    /* background-image: url(../demo/probg0.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */

    background-image: -moz-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -webkit-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -ms-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    box-shadow: inset 0 0 25px rgb(36 97 221 / 50%);
    /* border: 1px solid #2461dd; */
    background: hsl(212deg 100% 50% / 10%);
    backdrop-filter: blur(10px);

}

.pipeline_tab th {
    /* width: 20%; */
    font-size: 16px;
    height: 50px;
    background: #1226aa;
    color: #fff;
}


.pipeline_tab3 tr {
    width: auto;
    margin: 0 20px;
    border-bottom: 2px solid rgb(255, 255, 255, 0.5);
}

.pipeline_tab td {
    /* width: 50%; */
    height: 70px;
    /* line-height: 50px; */
    text-align: center;
    /* border: 1px solid #c6c6c6; */
    color: #000;
}

.pipeline_tab3 tr td {
    border-left: 2px solid rgb(255, 255, 255, 0.5);
    padding: 10px;
}

.pipeline_tab4 td {
    text-align: left;
}

.pipeline_tab tr:first-child td {
    font-size: 16px;
    font-weight: var(--b600);
}

.pipeline_tab2 tr:first-child td {
    font-size: 14px;
    font-weight: normal;
}

.pipeline_tab tr td:first-child {
    border: none;
    font-size: 16px;
    font-weight: var(--b600);
}

.pipeline_tab3 tr td:first-child {
    font-weight: normal;
}

.pipeline_tab3 tr:first-child td {
    background: linear-gradient(to bottom, #1c65fe 0%, #1c97fe 50%);
    color: #fff;
}

.pipeline_tab3 img {
    width: auto;
}

.pipeline_tab tr:last-child {
    border-bottom: none;
}

/*  */
.case_li1 {
    overflow: hidden;
}

.case_li1 img {
    width: 104%;
    margin-top: -1.8%;
    margin-bottom: -1.8%;
    margin-left: -2%;
}

.case_li3 img {
    width: 100%;
    margin: 0;
}

.case_li12 img {
    border-radius: var(--border15);
}

.alfin_p3 {
    margin-top: var(--mt45p);
    margin-top: 80px;
}

.alfin_p3:first-child {
    margin-top: 0;
}

.alfin_p4 {
    margin-top: 60px;
}

.case_re {
    position: relative;
    /* background-image: url(../demo/mlrbg3.png);
    height: 364px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; */
}

.case_div img {
    margin-top: 15px;
}

.case_div p {
    text-align: center;
    font-weight: bold;
}

.case_dw:hover .case_div {
    opacity: 1;
    visibility: visible;
}

.case_dw {
    width: 80px;
    height: 80px;
}

.case_dw:hover {
    cursor: pointer;
}

.case_dw1 {
    position: absolute;
    top: -1%;
    left: 38%;
}

.case_dw2 {
    position: absolute;
    top: -1%;
    left: 66%;
}

.case_dw3 {
    position: absolute;
    left: 79%;
    top: 40%;
}

.case_dw4 {
    position: absolute;
    left: 66%;
    top: 77%;
}

.case_dw5 {
    position: absolute;
    left: 38%;
    top: 77%;
}

.case_dw6 {
    position: absolute;
    left: 22%;
    top: 39%;
}

.case_div {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    text-align: center;
}

.case_div1 {
    top: -110px;
    left: -310px;
    width: 310px;
}

.case_div2 {
    top: -290px;
    left: 85px;
    width: 310px;
}

.case_div3 {
    top: -270px;
    left: -35px;
    width: 310px;
}

.case_div4 {
    top: -280px;
    left: 80px;
    width: 310px;
}

.case_div5 {
    top: -220px;
    left: -310px;
    width: 310px;
}

.case_div6 {
    top: -370px;
    left: -170px;
    width: 310px;
}

.aifadv_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}


.aifadv_item3 {
    width: 49%;
    border: 1px solid #2b68ee;
    padding: 50px 30px;
    border-radius: var(--border15);
    text-align: center;
    margin-top: 0;
}


.aifadv_p1 {
    margin-top: 10px;
    font-weight: var(--b600);
}

.aifadv_li1 img {
    width: auto;
}


.aifadv_p2 p {
    position: relative;
    display: inline-block;
}

.aifadv_p2 p::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #2b68ee;
    left: -11px;
    top: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.case_bgm {
    margin-top: var(--mt45p);
}

.case_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}

.case_li2 {
    border-radius: var(--border15);
    overflow: hidden;
}

.case_li2 img {
    width: 100%;
    border-radius: var(--border15);
    transition: all 0.3s ease;
}

.case_list:hover .case_li2 img {
    transform: scale(1.1);
}

.case_listleft {
    width: 50%;
}

.case_listright {
    width: 44%;
}

.case_listright p {
    font-size: var(--fs30);
    font-weight: var(--b600);
}

.ywdbtns2 {
    background: #2b68ee;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}

.busin_list {
    display: flex;
    flex-wrap: wrap;
}

.busin_list2 {
    display: flex;
    flex-wrap: wrap;
}


/*  */
.link1s {
    /* position: absolute;
    width: 100%;
    height: 17%;
    left: 0;
    top: 6.5%;
    display: block; */
}

.busin_title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.busin_p1 {
    font-size: var(--fs16);
    color: #000;
    font-weight: var(--b600);
}

.busin_line {
    width: 100%;
    height: 1px;
    background: rgb(000, 000, 000, 0.4);
    margin: 30px 0;
}

.busin_item {
    padding: 50px 30px;
    width: 31%;
    margin-right: 3%;
    margin-top: var(--mt45p);
}

.busin_item:nth-child(3n) {
    margin-right: 0;
}

.busin_p2 {
    color: #000;
}

.busin_p3 {
    font-size: var(--fs20);
    color: #000;
    font-weight: var(--b600);
}

.busin_item2 {
    padding: 50px 30px;
    width: 49%;
    margin-right: 2%;
    margin-top: var(--mt45p);
}

.busin_item2:nth-child(2n) {
    margin-right: 0;
}

.pop_p1 {
    font-size: var(--fs30);
    color: #000;
    font-weight: var(--b600);

}

.pulinelaywzm h4 {
    font-size: var(--fs18);
    color: #000;
    font-weight: var(--b600);
    position: relative;
}

.pulinelaywzm h4::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #2b68ee;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 12px;
    transform: translateY(-50%);
}

.pulinelaywzm p {
    color: #333;
}

.pulinelaywzm .pop_p1 {
    color: #000;
}

.pulinelaywzm .pulinelaywzm h4 {
    margin-top: 20px;
}

.pop_p3 span {
    color: #2b68ee;
    font-weight: var(--b600);
}

.pulinelaywzm .pop_p4 {
    margin-top: 20px;
}

.pop_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}

.g7pbanp1 {
    display: flex;
}

.g7pbanp1 .img1 {
    max-height: 74px;
    margin-bottom: 25px;
}

.mlr8bsubleft {
    padding-left: 5.7%;
}

/*  */

.split1 {
    --delay: 0.08s;
    --duration: .6s;
}

/* .split1 {display:flex;align-items:flex-start;justify-content:center;} */
.split1>div {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 var(--split-jx);
}

.split1>div>div {
    opacity: 0;
    transition: transform linear, opacity linear, color .4s ease-in-out;
    display: inline-block;
    transform: translateY(100%);
}

.split1.aos-animate>div {
    transition: transform var(--duration) cubic-bezier(.21, 1, .4, .98), opacity var(--duration) cubic-bezier(.21, 1, .4, .98);
    opacity: 1;
    transform: none;
}

.split1.aos-animate>div>div {
    transition: transform var(--duration) cubic-bezier(.21, 1, .4, .98), opacity var(--duration) cubic-bezier(.21, 1, .4, .98), color .4s ease-in-out;
    opacity: 1;
    transform: none;
}

.split1.aos-animate>div:nth-of-type(1)>div {
    transition-delay: calc(var(--delay) * 1);
}

.split1.aos-animate>div:nth-of-type(2)>div {
    transition-delay: calc(var(--delay) * 2);
}

.split1.aos-animate>div:nth-of-type(3)>div {
    transition-delay: calc(var(--delay) * 3);
}

.split1.aos-animate>div:nth-of-type(4)>div {
    transition-delay: calc(var(--delay) * 4);
}

.split1.aos-animate>div:nth-of-type(5)>div {
    transition-delay: calc(var(--delay) * 5);
}

.split1.aos-animate>div:nth-of-type(6)>div {
    transition-delay: calc(var(--delay) * 6);
}

.split1.aos-animate>div:nth-of-type(7)>div {
    transition-delay: calc(var(--delay) * 7);
}

.split1.aos-animate>div:nth-of-type(8)>div {
    transition-delay: calc(var(--delay) * 8);
}

.split1.aos-animate>div:nth-of-type(9)>div {
    transition-delay: calc(var(--delay) * 9);
}


.split2 {
    --delay: 0.08s;
    --duration: .6s;
}

/* .split2 {display:flex;align-items:flex-start;justify-content:center;} */
.split2>div {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 8px;
}

.split2>div>div {
    opacity: 0;
    transition: transform linear, opacity linear, color .4s ease-in-out;
    display: inline-block;
    transform: translateY(100%);
}

.split2.aos-animate>div {
    transition: transform var(--duration) cubic-bezier(.21, 1, .4, .98), opacity var(--duration) cubic-bezier(.21, 1, .4, .98);
    opacity: 1;
    transform: none;
}

.split2.aos-animate>div>div {
    transition: transform var(--duration) cubic-bezier(.21, 1, .4, .98), opacity var(--duration) cubic-bezier(.21, 1, .4, .98), color .4s ease-in-out;
    opacity: 1;
    transform: none;
}

.split2.aos-animate>div:nth-of-type(1)>div {
    transition-delay: calc(var(--delay) * 1);
}

.split2.aos-animate>div:nth-of-type(2)>div {
    transition-delay: calc(var(--delay) * 2);
}

.split2.aos-animate>div:nth-of-type(3)>div {
    transition-delay: calc(var(--delay) * 3);
}

.split2.aos-animate>div:nth-of-type(4)>div {
    transition-delay: calc(var(--delay) * 4);
}

.split2.aos-animate>div:nth-of-type(5)>div {
    transition-delay: calc(var(--delay) * 5);
}

.split2.aos-animate>div:nth-of-type(6)>div {
    transition-delay: calc(var(--delay) * 6);
}

.split2.aos-animate>div:nth-of-type(7)>div {
    transition-delay: calc(var(--delay) * 7);
}

.split2.aos-animate>div:nth-of-type(8)>div {
    transition-delay: calc(var(--delay) * 8);
}

.split2.aos-animate>div:nth-of-type(9)>div {
    transition-delay: calc(var(--delay) * 9);
}

/*  */

.pulinelaywzmtext {
    margin-top: 20px;
}


.pc {
    display: block;
}

.phone {
    display: none;
}

/*  */
@media screen and (max-width:1600px) {
    :root {
        --navli-height: 90px;
        --fs60: 50px;
        --fs48: 42px;
        --fs30: 26px;
        --mt60: 55px;
        --jl8c-pd: 55px;
        --ban-min-height: 720px;
    }
}

@media screen and (max-width:1440px) {
    :root {
        --navli-height: 80px;
        --fs70: 60px;
        --fsbaner: 38px;
        --fs60: 42px;
        --fs48: 36px;
        --fs18: 16px;
        --fs30: 22px;
        --fssite3page: 16px;
        --ptb: 80px;
        --plr120: 90px;
        --plr110: 90px;
        --mt60: 50px;
        --jl8c-pd: 50px;
        --index-ab-l-w: 430px;
        --ban-min-height: 680px;
    }

    .actoplogo {
        height: 35px !important;
    }

    .actopnava {
        line-height: 70px;
    }

}

@media screen and (max-width:1366px) {
    :root {
        --navli-height: 75px;
        --fs70: 50px;
        --fsbaner: 35px;
        --fs60: 43px;
        --fs48: 34px;
        --fs30: 20px;
        --fssite3page: 14px;
        --ptb: 70px;
        --plr120: 80px;
        --plr110: 80px;
        --fs-nav-1: 20px;
        --mt60: 45px;
        --jl8c-pd: 40px;
        --ban-min-height: 620px;
    }

}

@media screen and (max-width:1280px) {
    :root {
        --navli-height: 70px;
        --fs70: 40px;
        --fsbaner: 30px;
        --fs60: 40px;
        --fs48: 34px;
        --fs30: 20px;
        --fssite3page: 14px;
        --ptb: 70px;
        --plr120: 80px;
        --plr110: 80px;
        --fs-nav-1: 18px;
        --mt60: 40px;
        --jl8c-pd: 30px;
        --index-ab-l-w: 400px;
    }

}

@media screen and (max-width:768px) {
    :root {
        --mt45p: 25px;
        --fs14: 14px;
        --fs16: 14px;
        --fs18: 14px;
        --fs20: 14px;
        --fs22: 14px;
        --fs24: 16px;
        --fs28: 18px;
        --fs30: 18px;
        --fs32: 18px;
        --fs36: 20px;
        --fs40: 24px;
        --fs46: 24px;
        --fs48: 24px;
        --b700: 700;
        --ptb: 50px;
    }

    .pc {
        display: none;
    }

    .phone {
        display: block;
    }


    .w15 {
        width: 90%;
        margin: 0 auto;
    }

    .mlr8m {
        flex-wrap: wrap;
    }

    .mlr8a {
        width: 100%;
    }

    .pro2slidetwo .mlr8b {
        width: 100%;
    }

    .site-baner-p1 {
        font-size: 24px;
    }

    .g7pbanp3 {
        margin-top: 15px;
        flex-direction: column;
        gap: 5px;
    }

    .pro2slidetwo .mlr8a {
        position: relative;
        top: 0;
    }

    .mlr8b {
        padding-left: 0px;
        border-left: none;
    }

    .aifadv_item3 {
        width: 100%;
        padding: 25px 25px;
    }

    .aifadv_item3:nth-child(2) {
        margin-top: 20px;
    }

    .alfin_p1 {
        padding-left: 30px;
    }

    .alfin_bg2::before {
        width: 56%;
    }

    .mlr8am a {
        font-size: 16px;
    }

    .aifadv_p2 {
        font-size: 13px;
    }

    .pro2slidetwo .mlr8b {
        padding-top: 0;
    }

    .gbb7headlogo {
        height: 32px;
    }

    .mlr8am a {
        padding: 15px 0;
    }

    /* .aifadv_li1 img {
        height: 40px;
    } */

    .aifadv_p1 {
        font-size: 14px;
    }

    .mlr8a,
    .mlr8b {
        padding-top: 30px;
    }

    .case_li1 {
        overflow: hidden;
    }

    .case_li1 img {
        border-radius: 10px;
    }

    .pulinelaywzm p {
        font-size: 14px;
    }

    .mlr8bsubleft {
        padding-left: 0;
    }

    .alfin_bg::before {
        background-image: none;
    }

    .alfin_p1 {
        padding-left: 0;
        line-height: 1;
    }

    .case_listleft {
        width: 100%;
    }

    .case_listright {
        width: 100%;
        margin-top: 15px;
    }

    .ywdbtns {
        padding: 10px 20px;
    }

    .ywdbtns2 {
        margin-top: 10px;
    }

    .case_listright p {
        font-size: 14px;
    }

    .pulinelaywzm h4 {
        margin-top: 15px;
    }

    .pop_img {
        justify-content: center;
    }

    .pop_img img {
        margin-top: 15px;
    }

    .pop_img img:nth-child(1) {
        margin-top: 0;
    }

    .pulinelaywzm {
        padding-bottom: 20px;
    }

    .btn-subsm {
        padding: 25px;
    }

    .mlr8bsub {
        padding-top: 0;
    }

    .alfin_p2 {
        margin-top: 15px;
    }

    .alfin_p4 {
        margin-top: 30px;
    }

    .busin_item2 {
        width: 100%;
        padding: 30px 20px;
        margin-right: 0;
    }

    .busin_p2 {
        font-size: 14px;
    }


    .busin_p1 {
        font-size: 12px;
    }

    .busin_line {
        margin: 15px 0;
    }

    .g7pbanp1 .img1 {
        max-height: 44px;
    }

    .g7pbanp3_s1 {
        font-size: 14px;
    }

    .gbb7headm {
        padding: 0 20px;
    }

    .ptScrollattention {
        --diameter: 210px;
        bottom: 100px;
    }

    .gbb7head {
        padding-top: 20px;
        display: block;
    }

    .pipeline_tab table {
        display: flex;
    }

    .pipeline_tab3 tr td {
        padding: 10px 20px;
        font-size: 12px !important;
    }

    .pipeline_tab {
        border-radius: 10px;
    }

    .case_bg2,
    .case_bg {
        border-radius: 10px;
    }

    /*  */
    /* 内页二级导航 */
    .sub_menu {
        border-bottom: 1px solid #ddd;
        height: 50px;
        box-sizing: content-box;
        line-height: 50px;
        position: relative;
        z-index: 60;
    }

    .sub_menu_area {
        display: flex;
        width: 100%;
    }

    .subMn {
        width: 100%;
        position: relative;
        z-index: 9;
    }

    .sub_menu dt {
        position: relative;
        font-size: 16px;
        padding: 0 20px;
    }

    .sub_menu dt i {
        position: absolute;
        right: 20px;
        top: 0;
        transition: all 0.3s ease;
        z-index: 9;
    }

    .sub_menu .on i {
        transform: rotateZ(180deg);
    }

    .sub_menu dd {
        margin-top: 0;
        padding: 12px 0;
        display: none;
        background-color: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        top: 51px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    }

    .sub_menu dd a {
        display: block;
        padding: 10px 20px;
        line-height: 1.2;
        font-size: 16px;
        padding-right: 35px;
        color: #555;
    }

    .sub_menu dd a {
        position: relative;
    }

    .subMn {
        display: block;
        color: #333;
    }

    .subMn li {
        position: relative;
    }

    .subMn a i {
        position: absolute;
        right: 0;
        line-height: 1;
        display: block;
        top: 0;
        transform: none !important
    }

    .subMn a i {
        padding: 0 20px;
        height: 39px;
        line-height: 39px;
    }

    .subMn3btn {
        position: absolute;
        width: 59px;
        height: 39px;
        line-height: 39px;
        right: 0;
        top: 0;
        text-align: left;
        z-index: 3;
        padding: 0 20px;
    }

    .subMn3btn {
        transform: none !important;
    }

    .subMn3btn {
        width: 100%;
        text-align: right;
    }

    .sub_menu .subMn3 a {
        font-size: 14px;
        color: #333;
    }

    .sub_menu .subMn3 {
        padding: 5px 10px;
        display: none;
        background-color: #fafafa;
    }

    .subMn li.on>a {
        color: var(--color);
    }

    .subMn li.on i:before {
        content: '\e729';
    }

    .pro2slidetwo .mlr8a {
        padding-top: 0;
    }

    /*  */

    .alfin_p3 {
        margin-top: 30px;
    }

    .alfin_p31 {
        margin-top: 0;
    }

    .case_li2 img {
        border-radius: 10px;
    }

    .case_div1 {
        width: 230px;
    }

    .case_div2 {
        top: -250px;
        left: -70px;
        width: 200px;
    }

    .case_div3 {
        top: -250px;
        left: -120px;
        width: 200px;
    }

    .case_div4 {
        top: -270px;
        left: -90px;
        width: 210px;
    }

    .case_dw4 {
        top: 59%;
    }

    .case_dw5 {
        top: 59%;
    }

    .case_div5 {
        top: -200px;
        left: -100px;
        width: 210px;
    }

    .case_div6 {
        top: -400px;
        left: -80px;
        width: 210px;
    }

    .case_div {
        padding: 15px;
    }



    /* 导航 */
    .sthand_nav {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
        background: #f8fafb;
        margin-top: 80px;
        padding: 0 20px;
    }

    .xxmenu {
        width: 100%;
        height: 64px;
        /* background: linear-gradient(to right, #00b7ab, #0063b1); */
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1190;
        transition: all 0.5s ease;
        padding: 0 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .menu_logo {
        width: 45%;
    }


    .menu_ul3 {
        position: relative;
    }

    .menu_li3 img {
        width: 25px;
    }

    .sgp-in-lauge-list {
        position: absolute;
        left: 50%;
        /* width: 140px; */
        margin-left: -35px;
        /* padding-top: 10px; */
        top: 95%;
        /* display: none; */
        opacity: 0;
        text-align: center;
        visibility: hidden;
        transition: all 0.3s ease;
        padding: 0px 40px;
        /* border-radius: 20px; */
        z-index: 111;
        background: #fff;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }

    .sgp-in-lauge-list a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 16px;
    }

    .sgp-in-lauge:hover .sgp-in-lauge-list {
        /* display: block; */
        opacity: 1;
        visibility: visible;
    }

    .menu_ul3:hover .sgp-in-lauge-list {
        opacity: 1;
        visibility: visible;
    }

    .sgp-in-lauge-list {
        left: 50%;
        width: 70px;
        margin-left: -38px;
        top: 43px;
        padding: 10px 0;
    }

    .make_a1 {
        border: 1px solid #000;
        margin-right: 0;
        color: #000;
        font-size: 12px;
        height: 30px;
        line-height: 27px;
    }

    .menu_right1 {
        display: flex;
        align-items: center;
        position: relative;
    }

    .menu_a1 {
        position: absolute;
        top: 23px;
        right: 68px;
        /* border: 1px solid red; */
        margin-right: 20px;
        line-height: 1.3;
    }

    .menu_msp {
        margin-left: 10px;
    }

    /* .menu_msp {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 25px 15px;
	}

	.menu_msp.on {
		padding: 25px 20px;
	} */

    .mlogo1 {
        display: block;
        width: 100%;
    }

    .mlogo2 {
        display: none;
    }

    .li1 {
        width: 20%;
        display: flex;
        align-items: center;
    }

    .li3 span {
        width: 24px;
        height: 2px;
        background: #333;
        /* background: #fff; */
        display: block;
        margin: 5px;
        opacity: 0.8;
        transition: all 0.5s ease;
    }

    .mmeauom .msp1 {
        transform: rotate(45deg);
        margin: -2px;
    }

    .mmeauom .msp2 {
        opacity: 0;
        margin: 0;
    }

    .mmeauom .msp3 {
        margin: -2px;
        transform: rotate(-45deg);
    }

    .xxlist {
        width: 100vw;
        height: 100%;
        background: #0055a5;
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 1180;
        transition: all 0.5s ease;
    }

    .xxlistss {
        position: fixed;
        right: 0vw;
        top: 0;
        width: 100vw;
        height: 100%;
        overflow-y: scroll;
    }

    .xxlist_ul {
        padding: 20px 0px 60px 0;
        margin-top: 64px;
        position: relative;
    }



    .xxinput input::placeholder {
        color: #fff;
    }

    .xxinput input {
        width: 100%;
        border: none;
        outline: none;
        background: none;
        padding-left: 55px;
        border-radius: 5px;
        border-bottom: 1px solid #fff;
        color: #fff;
        padding: 15px 0 15px 55px;
    }

    .xxinput .ic_img1 {
        position: absolute;
        top: 28px;
        left: 28px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

    .menu_ul2 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .ic_img1 {
        width: 20px;
        height: 20px;
    }

    .menu_ul2 a {
        font-size: 14px;
        margin-top: 10px;
        color: #fff;
    }

    .xxlist_ul2 {
        padding: 0;
    }

    .bBor2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* border-bottom: 1px solid #bbbbbb; */
    }

    .bBor,
    .twoa,
    .twob {
        position: relative;
        list-style: unset;
        padding: 0 15px;
    }

    .bBor .menu_span1,
    .twoa .menu_span1 {
        width: 25px;
        height: 49px;
        position: absolute;
        right: 20px;
        top: 0;
        background: url(../demo/jia_black1.svg) no-repeat center;
        background-size: 16px;
    }

    .bBor .menu_span3,
    .twoa .menu_span3 {
        width: 25px;
        height: 49px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/pbtyuyan4.png) no-repeat center;
        background-size: 16px;
        transition: all 0.3s ease;
    }

    .bBor .menu_span3.on,
    .twoa .menu_span3.on {
        transform: rotatex(180deg);
    }

    .bBor .menu_span2,
    .twoa .menu_span2,
    .twob .menu_span6 {
        width: 25px;
        height: 34px;
        position: absolute;
        right: 15px;
        top: 3px;
        background: url(../demo/jia_black1.svg) no-repeat center;
        background-size: 16px;
    }

    .bBor a,
    .twoa a,
    .twob a {
        padding: 10px 20px;
        color: #fff;
        font-size: 14px;
        display: block;
        width: 100%;
    }

    .bBor .proList,
    .twoa .proList {
        display: none;
        /* padding-left: 20px; */
    }

    .twob .proList4 {
        display: none;
    }

    .bBor .proList li a,
    .twoa .proList li a,
    .twob .proList li a {
        font-size: 13px;
        padding: 10px 15px;
    }

    .bBor.on .menu_span1 {
        background-image: url(../demo/jian_black.svg);
        background-size: 15px;
    }

    .twoa.on .menu_span2 {
        background-image: url(../demo/jian_black.svg);
        background-size: 15px;
    }


    .twob.on .menu_span6 {
        background-image: url(../demo/jian_black.svg);
        background-size: 15px;
    }

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

    .menu_liplex i {
        color: #fff;
    }

    .menu_ul2 {
        margin: 0 20px;
    }

    .menu_ul2 img {
        width: 26px;
        margin: 0 auto;
    }

    .bBor span {
        color: #fff;
        padding-right: 10px;
    }

    .bBor,
    .twoa,
    .subtwo li {
        border-bottom: 1px solid rgb(210, 215, 217, 0.5);
    }

    .subtwo li:last-child,
    .twoa:last-child {
        border: none;
    }


    /* 导航 */
}