@charset "utf-8";
body,* { font-family: "HarmonyOS_Sans_Regular"; }
:root {
    --red: #0239F5;
    --green: #0239F5;
    --green2: #0239F5;
    --blue: #8FE2B0;
    --rifgt:11.565%;
    --left:11.565%;
    --contain:76.87%;
}
@media (max-width:60000000px){
    html{
        font-size: calc(100vw/25.5) !important;
    }
}

@media (max-width:1920px){
    html{
        font-size: calc(100vw/19.2) !important;
    }
}


@media (max-width:1100px){
    html{
        font-size: calc(100vw/8) !important;
    }

    :root {
        --rifgt:4%;
        --left:4%;
        --contain:92%;
    }
}
.colorRed { color:var(--red); }
.colorG { color:var(--green); }
.colorYellow { color: var(--green); }
.container { width: 76.87%; margin: 0 auto; }

/*@media(max-width: 1600px){
    .container { width: 90%; }
}*/
@media(max-width: 1100px){
    .container { width: 92%; }
}


.yh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.eh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sih {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.gundongtiao{
    padding-right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}
.gundongtiao::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.gundongtiao::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background: #EE3728;
}

.gundongtiao::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .1);
    border-radius: 0;
    background: rgba(24, 86, 166, 0.05);
}

.img100 img { width: 100%; }
.mo { display: none; }
.center { text-align: center; }

.flexcenter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flexcenter1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.flexcenter2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexcenter3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.flexcenter4 { display: flex; flex-wrap: wrap; }

.flexcenter5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leftauto { margin-left: auto; }



/**橄榄叶**/
.home_a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
    z-index: 99;
}
.home_a .img video {
    height: 100vh;
    object-fit: cover;
    width: 100%;

}
.home_a.active { top: -100vh; }
.home_a .bg {
    height: 100vh;
}
.home_a .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.home_a .text .teb {
    margin: .06rem 0 .1rem;
}
.home_a .text .tec {
    margin-bottom: .4rem;
}

.home_a .text .teu { margin-bottom:.4rem; }
.home_a .text .teu img {
    height: 1.1rem;
}


.moreu {
    display: inline-block;
    background: #4EB5DF;
    padding: 0 .3rem;
    border-radius: .5rem;
    line-height: .45rem;
    height: .45rem;
    position: relative;
    overflow: hidden;
}
.moreu span {
    display: inline-block;
    padding-right: .2rem;
    position: relative;
    color: #fff;
    transition: all .5s;
}
.moreu span::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .06rem;
    height: .13rem;
    background: url(../images/moreusa.svg)no-repeat center center/cover;
}


.moreu::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all .5s;
    background: #fff;
}

.moreu:hover:before {
    width: 100%;
}

.moreu:hover span { color: #0E2D55; }

.moreu:hover span::before {
    background: url(../images/moreusaa.svg) no-repeat center center / cover;
}

.moreua::before {
    background: #0E2D55;
}
.moreua:hover span { color: #fff; }
.moreua:hover span::before {
    background: url(../images/moreusa.svg) no-repeat center center / cover;
}

.home_a .xiweo {
    position: absolute;
    bottom: .38rem;
    left: 50%;
    width: .4rem;
    height: .4rem;
    background: url(../images/xisan.svg)no-repeat center center/cover;
    transform: translateX(-50%);
    cursor: pointer;
}

.heerog { position: fixed; top: 0; left: 0; width: 100%; }


.home_b {
    height: 150vh;

}
.home_b .ome_boasn {
    top: 0;
    position: sticky;
    height: 100vh;
    width: 100% !important;
}
.home_b .ome_boasn:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
    display: none;
    /*backdrop-filter: blur(10px);*/
}

.home_b.orunm .ome_boasn:before {
    display: block;
}
.home_b  .ome_boasn .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_b .ome_boasn .wenzioiu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wenzioiu.png)no-repeat right center/cover;
    transition: all 1s;
}

.home_b .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: var(--left);
    z-index: 5;
    width: 5.5rem;
    transition: all .5s;
}

.home_b .text .bad { color: #4EB5DF; line-height: 1; }
.home_b .text .xiaoz { 
    color: #0E2D55;
    line-height: .54rem;
    margin: .2rem 0 .7rem;
}

.home_b .text .liwen {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 1.3rem;*/
    /*height: 1.3rem;*/
    margin-right: 1rem;
    color: #0E2D55;
    /*background: url(../images/zhixian.png)no-repeat center center/cover;*/
    padding-left:0.2rem;
    position:relative;
}

.home_b .text .liwen:last-child { margin-right: 0; }
.home_b .text .liwen .i{
    position:absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width:1px;
    height:80%;
    background: #D8D8D8;
}
.home_b .text .liwen .i:before{
    position:absolute;
    left:0;
    top:0;
    width:2px;
    height:50%;
    background: #4EB5DF;
    content:"";
}

.home_b .omensbbuti {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-5%);
    text-align: center;
    transition: all 1s;
    opacity: 0;
    z-index: 5;
}

.home_b.orunm .omensbbuti {
    transform: translateY(-50%);
    opacity: 1;
}

.home_b .omensbbuti .ta span { color: #4EB5DF; }
.home_b .omensbbuti .tb {
    margin: .32rem 0 .17rem;
}
.home_b .omensbbuti .tc {
    line-height: .32rem;
    color: #FFFFFF;
    padding: 0 1.07rem;
    font-weight: 400;
}

.home_b .omensbbuti .btow_p {
    margin-top: .55rem;
}
.home_b .omensbbuti .btow_p ul li {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.14);
    border-radius: .2rem;
    margin-right: .2rem;
    width: calc(20% - .16rem);
    min-height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.home_b .omensbbuti .btow_p ul li:last-child { margin-right: 0; }

.home_b .omensbbuti .btow_p ul li .moren {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.home_b .omensbbuti .btow_p ul li .moren .icon {
    margin-bottom: .27rem;
}

.home_b .omensbbuti .btow_p ul li .woreu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #4EB5DF;
    padding: .47rem .28rem 0;
    text-align: left;
    opacity: 0;
    transition: all .5s;
}

.home_b .omensbbuti .btow_p ul li .woreu  .wxzo .w { line-height: 1; }
.home_b .omensbbuti .btow_p ul li .woreu  .wxzo .x { line-height: .26rem; }

.home_b .omensbbuti .btow_p ul li .woreu .icon {
    position: absolute;
    right: .28rem;
    bottom: 0;
}

.home_b .omensbbuti .btow_p ul li:hover { border: 1px solid #4EB5DF; }
.home_b .omensbbuti .btow_p ul li:hover .woreu { opacity: 1; }



.head.fixed-head { background: #000; top: -150px; border-bottom: 0px solid rgba(255, 255, 255, 0); }
.head.fixTop { top: 0; }

.heerog {
    position: fixed;
    z-index: 15;
    width: 100%;
    background: #fff;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
}

.heerog .logo a {
    display: block;
    padding: .15rem 0;
}

.sper {
    margin: auto;
}
.heerog .eerosdn ul li { margin-right: .5rem; }
.heerog .eerosdn ul li:last-child { margin-right: 0; }
.heerog .eerosdn ul li a {
    color: #0E2D55;
    line-height: 1;
}
.heerog .eerosdn ul li a.current {
    color: #4EB5DF;
}

.heerog .rigou .goul {
    position: relative;
    margin-right: .3rem;
}

.heerog .rigou .goul span {
    line-height: 1;
    position: relative;
    padding: 0 20px 0 22px;
    display: block;
    color: #0E2D55;
    line-height: 73.88px;
}
.heerog .rigou .goul span::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 5px;
    background: url(../images/diqwu.svg) no-repeat center center / cover;
}
.heerog .rigou .goul span::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    
    background: url(../images/suwb.svg) no-repeat center center / cover;
}

.heerog .rigou .goul .xiuela {
    position: absolute;
    backdrop-filter: blur(20px);
    background: rgba(35, 35, 35, 0.8);
    width: 300px;
    left: -40px;
    height: 0;
    overflow: hidden;
    transition: all .5s;
    top: 101%;
}
.heerog .rigou .goul .xiuela .iueoa:last-child { margin-top: 35px; }
.heerog .rigou .goul .xiuela .iwue {
    padding: 40px;
}
.heerog .rigou .goul .xiuela .iwue .xi {
    line-height: 1;
    color: #999999;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.2);
    margin-bottom: 15px;
}

.heerog .rigou .goul .xiuela .iwue .ix a {
    display: block;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 24px;
    transition: all .5s;
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.heerog .rigou .goul:hover .xiuela {
    height: var(--height);
}

.heerog .rigou .goul .xiuela .iwue .ixa a {
    line-height: 1;
    color: #CCCCCC;
    margin-top: 5px;
    transition: all .5s;
    padding-left: 0;
    position: relative;
}
.heerog .rigou .goul .xiuela .iwue .ixa a:hover, 
.heerog .rigou .goul .xiuela .iwue .ixa a.cur {
    padding-left: 15px;
    text-decoration: underline;
}

.heerog .rigou .goul .xiuela .iwue .ixa a:hover::before,
.heerog .rigou .goul .xiuela .iwue .ixa a.cur::before {
    left: 0;
    opacity: 1;
}
.heerog .rigou .goul .xiuela .iwue .ixa a::before {
    position: absolute;
    left: 0;
    transition: all .5s;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    opacity: 0;
    width: 6px;
    height: 13px;
    background: url(../images/more.svg) no-repeat center center / cover;
}


.heerog .rigou .goul .xiuela .iwue .ix a {
    line-height: 1;
    color: #fff;
    margin-top: 5px;
    transition: all .5s;
    padding-left: 0;
}
.heerog .rigou .goul .xiuela .iwue .ix a:hover, 
.heerog .rigou .goul .xiuela .iwue .ix a.cur {
    padding-left: 15px;
    text-decoration: underline;
}

.heerog .rigou .goul .xiuela .iwue .ix a:hover::before,
.heerog .rigou .goul .xiuela .iwue .ix a.cur::before {
    left: 0;
    opacity: 1;
}
.heerog .rigou .goul .xiuela .iwue .ix a::before {
    position: absolute;
    left: 0;
    transition: all .5s;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    opacity: 0;
    width: 6px;
    height: 13px;
    background: url(../images/more.svg) no-repeat center center / cover;
}


.heerog .rigou .moreu::before{
    background: #0E2D55;

}
.heerog .rigou .moreu:hover span { color: #fff; }
.heerog .rigou .moreu:hover span::before {
    background: url(../images/moreusa.svg) no-repeat center center / cover;
}

.heerog .menu-i {
    background: #000;
}


.home_c { padding: 1.42rem 0 1.31rem; position: relative; background: #fff; z-index: 10; overflow: hidden; }
.home_c .omec_top .to_l {
    color: #0E2D55;
    line-height: .83rem;
}
.home_c .omec_top .to_l span { color: #4EB5DF; }

.swien .sw {
    backdrop-filter: blur(10px);
    background: #4EB5DF;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    position: relative;
    margin-right: .1rem;
    transition: all .5s;
    cursor: pointer;
}
.swien .sw:last-child { margin-right: 0; }

.swien .sw::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: .06rem;
    height: .13rem;
    transform: translate(-50%,-50%);
}

.swien .hl::before { background: url(../images/swienl.svg)no-repeat center center/cover; }
.swien .hr::before { background: url(../images/swienr.svg)no-repeat center center/cover; }

.swien .sw:hover {
    background: #0E2D55;
}

.btm_topswip { overflow: hidden; }

.home_c .omec_btm .container { 
    position: relative;
    z-index: 2;
}
.home_c .omec_btm .btm_top {
    width: 6.95rem;
}
.home_c .omec_btm .btm_top .bt { color: #0E2D55; font-weight: bold; margin-top: .4rem; }
.home_c .omec_btm .btm_top .nr {
    line-height: .32rem;
    color: rgba(14, 45, 85, 0.8);
    margin: .1rem 0 .3rem;
}

.home_c .omec_btm .btm_top .moreu { margin-right: .13rem; }
.home_c .omec_btm .btm_top .moreu:last-child { margin-right: 0; }

.home_c .omec_btm .btm_btm { margin-top: -1.73rem; }
.home_c .omec_btm .btm_btm .img { width: 5.41rem; }

.home_c .xian {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.grayPage {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.parallax>use {
    animation:move-forever 12s linear infinite;
    /*transform-origin:50% 50%;
    */
}
.parallax>use:nth-child(1) {
    animation-delay:-2s;
}
.parallax>use:nth-child(2) {
    animation-delay:-2s;
    animation-duration:8s;
}
.parallax>use:nth-child(3) {
    animation-delay:-4s;
    animation-duration:9s;
}
.parallax>use:nth-child(4) {
    animation-delay:-6s;
    animation-duration:13s;
}
.parallax>use:nth-child(5) {
    animation-delay:0;
    animation-duration:9s;
}
.parallax>use:nth-child(6) {
    animation-delay:-6s;
    animation-duration:11s;
}
@keyframes move-forever {
    0% {
        transform:translate(-90px,0%);
    }
    100% {
        transform:translate(85px,0%);
    }
}

.home_c .omec_btm .btm_uio {
    width: 70%;
    position: absolute;
    bottom: 0.53rem;
    left: 0;
}
.home_c .omec_btm .btm_uio .swiper-slide { opacity: 0; transition:all 0.6s; }
.home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-active,
.home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-next,
.home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-next + .swiper-slide { opacity: 1; }
.home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-active{
    transform: translateY(-0.48rem);
}
.home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-next + .swiper-slide{
    transform: translateY(-0.92rem);
}

.home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide{
    transform: translateY(-3rem);
}
.home_c .omec_btm .btm_uio .swiper-slide .bt { display: inline-block; text-align: center; color: #0E2D55; line-height: 1; }

.home_c .omec_btm .btm_uio .swiper-slide .uy {
    width: .4rem;
    height: .4rem;
    position: relative;
    display: inline-block;
    margin-top: .1rem;
}
.home_c .omec_btm .btm_uio .swiper-slide .uy::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: .12rem;
    height: .12rem;
    background: #4EB5DF;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.home_c .omec_btm .btm_uio .swiper-slide .uy::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #4EB5DF;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    opacity: .4;
} 

.home_c .omec_btm .btm_uio .swiper-slide .uy i { position: relative; float: left; width: 50%; height: 100%; overflow: hidden; }
.home_c .omec_btm .btm_uio .swiper-slide .uy i::before { content: ''; position: absolute; width: 200%; right: 0; top: 0; bottom: 0; border: 2px solid #4EB5DF; border-radius: 100%; box-sizing: border-box; clip: rect(0, 80px, 80px, .2rem); -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.home_c .omec_btm .btm_uio .swiper-slide .uy i:first-child::before { left: 0; right: auto; clip: rect(0px, .2rem, 80px, 0px); }
.home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-active .uy i::before { -webkit-animation: circleR 3500ms linear both; animation: circleR 3500ms linear both; }
.home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-active .uy i:first-child::before {-webkit-animation-name: circleL;animation-name: circleL; }
@keyframes circleL {
	0%,
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes circleR {
	0% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}



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

.tnaxnm_C .xnmc_cou {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--contain);
    background: #fff;
    border-radius: .3rem;
    transform: translate(-50%,-50%);
}

.tnaxnm_C .xnmc_cou .close {
    padding: .2rem;
    text-align: right;
}

.tnaxnm_C .xnmc_cou .close span {
    border: 1px solid rgba(153, 153, 153, 0.5);
    width: .4rem;
    height: .4rem;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: #fff;
    transition: all .5s;
    cursor: pointer;
}
.tnaxnm_C .xnmc_cou .close span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: .11rem;
    height: .11rem;
    transform: translate(-50%,-50%);
    background: url(../images/closea.svg)no-repeat center center/cover;
}

.tnaxnm_C .xnmc_cou .close span:hover {
    background: #0E2D55;
    border-color: #0E2D55;
}

.tnaxnm_C .xnmc_cou .close span:hover:before {
    background: url(../images/closeaa.svg)no-repeat center center/cover;
}

.tnaxnm_C .cou_top {
    margin-top: .45rem;
    padding: 0 .78rem;
}
.tnaxnm_C .cou_top .boe { color: #0E2D55; line-height: 1; }
.tnaxnm_C .cou_top .beo .btit {
    border: 1px solid #4EB5DF;
    text-align: center;
    padding: 0 .3rem;
    color: #4EB5DF;
    margin-right: .1rem;
    line-height: .45rem;
    border-radius: .5rem;
    cursor: pointer;
}
.tnaxnm_C .cou_top .beo .btit:last-child { margin-right: 0; }
.tnaxnm_C .cou_top .beo .btit.cur {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #4EB5DF;
    color: #fff;
}

.tnaxnm_C .cou_btm { padding: 0 .78rem 1.08rem; margin-top: .47rem; } 
.tnaxnm_C .cou_btm .tmowe ul {
    display: flex;
    flex-wrap: wrap;
}
.tnaxnm_C .cou_btm .tmowe ul li {
    width: calc(25% - .09rem);
    margin-right: .12rem;
    margin-bottom: .3rem;
}
.tnaxnm_C .cou_btm .tmowe ul li:nth-child(4),
.tnaxnm_C .cou_btm .tmowe ul li:nth-child(6),
.tnaxnm_C .cou_btm .tmowe ul li:nth-child(10) {
    margin-right: 0;
}

.tnaxnm_C .cou_btm .tmowe ul li.lia { width: calc(50% - .06rem); }
.tnaxnm_C .cou_btm .tmowe ul li.w100{width:100%;}
.tnaxnm_C .cou_btm .tmowe ul li .dwsda { margin-bottom: .17rem; }
.tnaxnm_C .cou_btm .tmowe ul li .dwsda .sa { line-height: 1; color: rgba(14, 45, 85, 0.8); }
.tnaxnm_C .cou_btm .tmowe ul li .dwsda .as { line-height: 1; font-size: .16rem; color: #4EB5DF; }
.tnaxnm_C .cou_btm .tmowe ul li input {
    background: #F6F7F8;
    height: .6rem;
    border: 0;
    border-radius: .1rem;
    padding: 0 .2rem;
    font-size: .16rem;
    color: rgba(14, 45, 85, 0.8);
}
.tnaxnm_C .cou_btm .tmowe ul li input::-webkit-input-placeholder {color: rgba(14, 45, 85, 0.8);}
.tnaxnm_C .cou_btm .tmowe ul li input::-moz-placeholder {color: rgba(14, 45, 85, 0.8);}
.tnaxnm_C .cou_btm .tmowe ul li input:-moz-placeholder {color: rgba(14, 45, 85, 0.8);}
.tnaxnm_C .cou_btm .tmowe ul li input:-ms-input-placeholder {color: rgba(14, 45, 85, 0.8);}

.tnaxnm_C ul li .layui-select-title i { width: .13rem; height: .07rem; border: none; right: .2rem; margin-top: -2px; background: url(../images/title.svg)no-repeat center center/cover; }
.tnaxnm_C .layui-form-select dl { top: .7rem; }
.tnaxnm_C .layui-form-selectup dl { top: auto; bottom: .7rem; }
.layui-form-select dl dd.layui-this { background: #0E2D55; }

.tnaxnm_C .cou_btm .tmowe ul li textarea {
    background: #F6F7F8;
    border: 0;
    border-radius: .1rem;
    padding: .2rem;
    font-size: .16rem;
    height: 1.4rem;
    resize: none;
    color: rgba(14, 45, 85, 0.8);
}
.tnaxnm_C .cou_btm .tmowe ul li textarea::-webkit-input-placeholder {color: rgba(14, 45, 85, 0.8);}
.tnaxnm_C .cou_btm .tmowe ul li textarea::-moz-placeholder {color: rgba(14, 45, 85, 0.8);}
.tnaxnm_C .cou_btm .tmowe ul li textarea:-moz-placeholder {color: rgba(14, 45, 85, 0.8);}
.tnaxnm_C .cou_btm .tmowe ul li textarea:-ms-input-placeholder {color: rgba(14, 45, 85, 0.8);}

.tnaxnm_C .cou_btm .tmowe ul li .relative button {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    margin-top: 0;
}


.tnaxnm_C .cou_btm .tmowe ul li .relative .wodwe {
    width: 100%;
    text-align: center;
    height: 1.4rem;
}

.tnaxnm_C .cou_btm .tmowe ul li .relative .wez {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: rgba(14, 45, 85, 0.8);
}

.tnaxnm_C .cou_btm .tmowe ul li .relative .wez.ciwn .icon { display:none; }

.tnaxnm_C .cou_btm .tmowe ul li .relative .wez img { width: .4rem; }

.tnaxnm_C .zcdlA-e { text-align: left; margin-top: .25rem; }
.tnaxnm_C .zcdlA-e .iw { color: #8C8C8C; line-height: 1; cursor: pointer; }
.tnaxnm_C .zcdlA-e .iw span { position: relative; padding-left: .25rem; }
.tnaxnm_C .zcdlA-e .iw span::before { background: url(../images/suwo.svg)no-repeat center center/cover; width: .18rem; height: .18rem; position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); }
.tnaxnm_C .zcdlA-e .iw span.cur::before { background: url(../images/suwoa.svg)no-repeat center center/cover; }
.tnaxnm_C .zcdlA-e .iw a { display: inline-block; color: #4EB5DF; line-height: 1; }

.tnaxnm_C button { border: 0; margin-top: .5rem; }

.home_d { background: url(../images/home_d.jpg)no-repeat center center/cover; position: relative; z-index: 10; padding: 1.35rem 0; }
.home_d .omed_top .osune { line-height: 1; }
.home_d .omed_top .osune span { color: #4EB5DF; }

.home_d .omed_btm { margin-top: .37rem; }
.home_d .omed_btm .swiper-container { overflow: hidden; }
.home_d .omed_btm .swiper-container a {
    display: block;
    border-radius: .2rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(78, 181, 223, 0.2);
    padding: .2rem .2rem .3rem;
}

.home_d .omed_btm .swiper-container a .img { overflow: hidden; }
.home_d .omed_btm .swiper-container a .img img { transition: all .5s; transform: scale(1); }
.home_d .omed_btm .swiper-container a:hover .img img { transform: scale(1.05); }

.home_d .omed_btm .swiper-container a .text .sj { color: #4EB5DF; line-height: 1; margin-top: .35rem; }
.home_d .omed_btm .swiper-container a .text .zou {
    line-height: 1.45;
    margin: .17rem 0 .5rem;
}

.home_d .omed_btm .swiper-container a .text .son {
    line-height: 1;
    position: relative;
    padding-right: .15rem;
    display: inline-block;
}

.home_d .omed_btm .swiper-container a .text .son::before {
    position: absolute;
    right: 0;
    content: "";
    top: 55%;
    transform: translateY(-50%);
    right: 0;
    width: .06rem;
    height: .14rem;
    background: url(../images/texte.svg)no-repeat center center/cover;
}

.home_e { padding: 1.15rem 0; }
.home_e .bto { color: #0E2D55; }
.home_e .bto span { color: #4EB5DF; }
.home_e .ome_btm { margin-top: .5rem; }
.home_e .ome_btm .tm_l {
    border-left:1px solid #F0F3F6;
}

.home_e .ome_btm .tm_l .gudow {
    padding-left: .2rem;
    line-height: 1;
    margin-bottom: .34rem;
    color: rgba(14, 45, 85, 0.5);
    position: relative;
    cursor: pointer;
}

.home_e .ome_btm .tm_l .gudow:last-child { margin-bottom: 0; }
.home_e .ome_btm .tm_l .gudow.cur {
    font-size: .36rem;
    color: #4EB5DF;
}
.home_e .ome_btm .tm_l .gudow::before {
    position: absolute;
    content: "";
    left: 0;
    width: 4px;
    height: 0%;
    left: -2.5px;
    background: #4EB5DF;
    border-radius: 1rem;
    transition: all .5s;
}
.home_e .ome_btm .tm_l .gudow.cur::before { height: 100%; }

.home_e .ome_btm .tm_r {
    width: 60%;
}
.home_e .ome_btm .tm_r ul li { margin-bottom: .32rem; }
.home_e .ome_btm .tm_r ul li:last-child { margin-bottom: 0; }
.home_e .ome_btm .tm_r ul li .dwsda { margin-bottom: .1rem; }
.home_e .ome_btm .tm_r ul li .dwsda .sa { line-height: 1; color: rgba(14, 45, 85, 0.8); }
.home_e .ome_btm .tm_r ul li .dwsda .as { line-height: 1; font-size: .16rem; color: #4EB5DF; }
.home_e .ome_btm .tm_r ul li { width: 100%; }
.home_e .ome_btm .tm_r ul li:nth-child(1) { width: calc(50% - .06rem); margin-right: .12rem; }
.home_e .ome_btm .tm_r ul li:nth-child(2) { width: calc(50% - .06rem); }

.home_e .ome_btm .tm_r ul li input {
    background: #F6F7F8;
    height: .6rem;
    border: 0;
    border-radius: .1rem;
    padding: 0 .2rem;
    font-size: .16rem;
    color: rgba(14, 45, 85, 0.8);
}
.home_e .ome_btm .tm_r ul li input::-webkit-input-placeholder {color: rgba(14, 45, 85, 0.8);}
.home_e .ome_btm .tm_r ul li input::-moz-placeholder {color: rgba(14, 45, 85, 0.8);}
.home_e .ome_btm .tm_r ul li input:-moz-placeholder {color: rgba(14, 45, 85, 0.8);}
.home_e .ome_btm .tm_r ul li input:-ms-input-placeholder {color: rgba(14, 45, 85, 0.8);}

.home_e .ome_btm .tm_r ul li textarea {
    background: #F6F7F8;
    height: 1.2rem;
    border: 0;
    border-radius: .1rem;
    padding: .2rem;
    font-size: .16rem;
    color: rgba(14, 45, 85, 0.8);
}
.home_e .ome_btm .tm_r ul li textarea::-webkit-input-placeholder {color: rgba(14, 45, 85, 0.8);}
.home_e .ome_btm .tm_r ul li textarea::-moz-placeholder {color: rgba(14, 45, 85, 0.8);}
.home_e .ome_btm .tm_r ul li textarea:-moz-placeholder {color: rgba(14, 45, 85, 0.8);}
.home_e .ome_btm .tm_r ul li textarea:-ms-input-placeholder {color: rgba(14, 45, 85, 0.8);}


.home_e .zcdlA-e { text-align: left; margin-top: .25rem; }
.home_e .zcdlA-e .iw { color: #8C8C8C; line-height: 1; cursor: pointer; }
.home_e .zcdlA-e .iw span { position: relative; padding-left: .25rem; }
.home_e .zcdlA-e .iw span::before { background: url(../images/suwo.svg)no-repeat center center/cover; width: .18rem; height: .18rem; position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); }
.home_e .zcdlA-e .iw span.cur::before { background: url(../images/suwoa.svg)no-repeat center center/cover; }
.home_e .zcdlA-e .iw a { display: inline-block; color: #4EB5DF; line-height: 1; }

.home_e button { border: 0; margin-top: .5rem; }

.home_e .ome_btm .tm_r .kesi .bt {
    color: rgba(14, 45, 85, 0.8);
    line-height: 1.77;
}
.home_e .ome_btm .tm_r .kesi .orunsje {
    margin: .22rem 0 .4rem;
}
.home_e .ome_btm .tm_r .kesi .orunsje .nsje {
    background: #F6F7F8;
    border-radius: .1rem;
    padding: .3rem;
    margin-right: .2rem;
    width: calc(50% - .1rem);
}

.home_e .ome_btm .tm_r .kesi .orunsje .nsje:last-child { margin-right: 0; }

.home_e .ome_btm .tm_r .kesi .orunsje .nsje .icon { margin-bottom: .45rem; }
.home_e .ome_btm .tm_r .kesi .orunsje .nsje .icon img { width: .5rem; height: .5rem; }
.home_e .ome_btm .tm_r .kesi .orunsje .nsje .ow { color: #0E2D55; }
.home_e .ome_btm .tm_r .kesi .orunsje .nsje .om {
    line-height: 1.66;
    margin-top: .1rem;
    color: rgba(14, 45, 85, 0.8);
}

.footer { background: #0C2648; }
.footer .ooter_top { padding: .7rem 0 1.05rem; }
.footer .ooter_top .ter_l .oi { color: rgba(255, 255, 255, 0.7); line-height: 1.75; margin-top: .35rem; }
.footer .ooter_top .ter_l .io { line-height: 1.55; margin-top: .2rem; }
.footer .ooter_top .ter_r {
    width: 60%;
}
.footer .ooter_top .ter_r .vejq { line-height: 1; }
.footer .ooter_top .ter_r .asnern { margin-top: .5rem; }
.footer .ooter_top .ter_r .asnern ul li {
    width: 25%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 0;
    position: relative;
}
.footer .ooter_top .ter_r .asnern ul li .emwne {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    padding: .1rem;
    background: #fff;
    display: none;
}

.footer .ooter_top .ter_r .asnern ul li:nth-child(1):hover .emwne {
    display: block;
} 

.footer .ooter_top .ter_r .asnern ul li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .ooter_top .ter_r .asnern ul li a {
    display: flex;
    justify-content:  center;
    align-items: center;
    height: 1.2rem;
    position: relative;
}

.footer .ooter_top .ter_r .asnern ul li a::before {
    position: absolute;
    top: -0.04rem;
    left: -0.04rem;
    content: "";
    width: .08rem;
    height: .08rem;
    background: url(../images/asnern.svg) no-repeat center center / cover;
}

.footer .ooter_top .ter_r .asnern ul li a::after {
    position: absolute;
    bottom: -0.04rem;
    left: -0.04rem;
    content: "";
    width: .08rem;
    height: .08rem;
    background: url(../images/asnern.svg) no-repeat center center / cover;
}

.footer .ooter_top .ter_r .asnern ul li a span {
    position: absolute;
    top: -0.04rem;
    right: -0.04rem;
    content: "";
    width: .08rem;
    height: .08rem;
    display: inline-block;
    background: url(../images/asnern.svg) no-repeat center center / cover;
}

.footer .ooter_top .ter_r .asnern ul li a i {
    position: absolute;
    bottom: -0.04rem;
    right: -0.04rem;
    content: "";
    width: .08rem;
    height: .08rem;
    display: inline-block;
    background: url(../images/asnern.svg) no-repeat center center / cover;
}

.footer .ooter_top .ter_r .asnern ul li a img {
    width: 100%;
    max-width: 60%;
}

.footer .ooter_btm {
    padding: .3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .ooter_btm .ter_l { color: rgba(255, 255, 255, 0.5); }
.footer .ooter_btm .ter_R a { display: block; color: rgba(255, 255, 255, 0.5); }

@media(max-width:1920px){
    .home_c .omec_btm .btm_uio {
        bottom: 0.34rem;
    }
    .home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-active {
        transform: translateY(-0.34rem);
    }
    .home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-next + .swiper-slide {
        transform: translateY(-0.73rem);
    }

    .tnaxnm_C .cou_btm { padding: 0 .78rem .8rem; }
    .tnaxnm_C .cou_top { padding: 0 .78rem; }
    .tnaxnm_C .cou_top { margin-top: .3rem; }
}

@media(max-width:1500px) {
    .home_c .omec_btm .btm_uio {
        bottom: 0.31rem;
    }
    .home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-active {
        transform: translateY(-0.33rem);
    }
    .home_c .omec_btm .btm_uio .swiper-slide.swiper-slide-next + .swiper-slide {
        transform: translateY(-0.76rem);
    }
}

@media(max-width:1100px) {
    .home_b .ome_boasn .wenzioiu { display: none; }
    .home_b .text { display: none; }
    .home_b .omensbbuti {
        position: initial;
        transform: translateY(0) !important;
        opacity: 1;
        padding: .8rem 0 .8rem;
    }
    .home_b .omensbbuti .tc { padding: 0; }
    .home_b .omensbbuti .btow_p ul li { width: 100%; margin-right: 0; margin-bottom: .2rem; }
    .home_b .ome_boasn .bg { display: none; }
    .home_b { height: auto; background: #000; }
    .home_b .ome_boasn { position: relative !important; width: auto !important; height: auto; }
    .home_b .omensbbuti .btow_p ul li .moren .icon img { max-width: 12%; }
    .home_b .omensbbuti .btow_p ul li .woreu .icon img { width: .8rem; }

    .heerog .logo a img { height: 35px; }
    .heerog .rigou .goul span { line-height: 50px; }

    .heerog .rigou .goul .xiuela .iwue {
        padding: 20px;
    }
    .heerog .rigou .goul .xiuela {
        left: auto;
        right: 0;
        width: 200px;
        top: 103%;
    }
    .heerog .rigou .goul .xiuela .iueoa:last-child { margin-top: 20px; }
    .mobile-menu { width: 25px; height: 21px; }

    .home_c { padding: .8rem 0; }

    .home_c .omec_btm .btm_btm { transform: translateY(0); margin-top: .45rem; }
    .home_c .omec_btm .btm_btm .img { width: 100%; }
    .home_c .omec_btm .btm_uio,
    .home_c .xian,
    .grayPage { display: none; }

    .moreu { height: .7rem; line-height: .7rem; }
    .swien .sw { width: .7rem; height: .7rem; }
    .swien .sw::before {
        width: .1rem;
        height: .24rem;
    }
    .home_c .omec_top .to_l { line-height: 1.2; }
    .home_c .omec_btm .btm_top .nr { line-height: 1.6; }

    .tnaxnm_C .cou_btm {
        padding: 0 .3rem .3rem;
    }
    .tnaxnm_C .cou_btm .tmowe ul li { width: 100%;  margin-right: 0; }
    .tnaxnm_C { display: none !important; }

    .telangmu { 
        display: block !important;
        position: initial;
        padding: 1.5rem 0 .8rem;
        background: #fff;
    }
    .tnaxnm_C .xnmc_cou {
        position: initial;
        width: 100%;
        transform: translate(0);
    }
    .tnaxnm_C .xnmc_cou .close { display: none; }
    .tnaxnm_C .cou_top {
        padding: 0 .3rem;
    }
    .tnaxnm_C .cou_btm .tmowe ul li.lia { width: 100%; }
    .tnaxnm_C .cou_btm .tmowe ul li .relative .wodwe { height: 1.8rem; }

    .home_d { padding: .8rem 0; }

    .home_e { padding: .8rem 0; }
    .home_e .ome_btm .tm_l { width: 100%; margin-bottom: .4rem; }
    .home_e .ome_btm .tm_r { width: 100%; }
    .home_e .ome_btm .tm_r ul li:nth-child(1) { width: 100%; margin-right: 0; }
    .home_e .ome_btm .tm_r ul li:nth-child(2) { width: 100%; }

    .footer .ooter_top .ter_r { display: none; }
    .footer .ooter_top { padding: .4rem 0 .8rem; }
    .footer .ooter_top .logo img { height: 1rem; }
    
    .home_b .ome_boasn:before { display:none !important; }
}

.xingkong {
    background: url(../images/xingkong.jpg) no-repeat center center / cover;
}

.newsxq_A { padding: 13.80208vw 0 6.77083vw; }
.newsxq_A .wsxqa_top .sxqal { width: 25%; }
.newsxq_A .wsxqa_top .sxqal .fh { margin-top: 30px; }
.newsxq_A .wsxqa_top .sxqal .fh a { display: block; line-height: 1; color: #fff; padding-left: 15px; position: relative; }
.newsxq_A .wsxqa_top .sxqal .fh a:before { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 13px; background: url(../images/wsxqsd.svg)no-repeat center center/cover; }
.newsxq_A .wsxqa_top .sxqal .xwies .wz { line-height: 1; margin: 7.23958vw 0 0; margin-bottom: 15px; }
.newsxq_A .wsxqa_top .sxqal .xwies .ico a { margin-right: 10px; }
.newsxq_A .wsxqa_top .sxqal .xwies .ico a:last-child { margin-right: 0; }

.newsxq_A .wsxqa_top .sxqar { width: 66.3%; }
.newsxq_A .wsxqa_top .sxqar .qa { line-height: 1; }
.newsxq_A .wsxqa_top .sxqar .qb { margin: 18px 0 40px; }
.newsxq_A .wsxqa_top .sxqar .nro { line-height: 1.875; color: #CCCCCC; }

.newsxq_A .wsxqa_bottom { margin-top: 9.375vw; }
.newsxq_A .wsxqa_bottom .bt { line-height: 1; margin-bottom: 36px; }
.newsxq_A .wsxqa_bottom .opwe ul li { width: calc(33.33% - 14px); margin-right: 20px; }
.newsxq_A .wsxqa_bottom .opwe ul li:last-child { margin-right: 0; }
.newsxq_A .wsxqa_bottom .opwe ul li a { display: block; }
.newsxq_A .wsxqa_bottom .opwe ul li a .tex { margin-top: 30px; padding-left: 30px; border-left:1px solid rgba(255, 255, 255, 0.2); }
.newsxq_A .wsxqa_bottom .opwe ul li a .tex .sz { line-height: 1; }
.newsxq_A .wsxqa_bottom .opwe ul li a .tex .zs { line-height: 1.36; margin-top: 15px; transition: all .5s; }

.newsxq_A .wsxqa_bottom .opwe ul li .img img { transition: all .5s; transform: scale(1); }
.newsxq_A .wsxqa_bottom .opwe ul li:hover .img img { transform: scale(1.07); }
.newsxq_A .wsxqa_bottom .opwe ul li:hover a .tex .zs { color: #2B60EE; }


.home_buio { background:url(../images/home_buio.webp)no-repeat center center/cover; padding:1.27rem 0 1.3rem; position:relative; z-index:10; } 
.home_buio .osune { line-height: 1; }
.home_buio .osune span { color: #4EB5DF; }

.home_buio .buio_btm { overflow:hidden; margin-top:.45rem;  }

.home_buio .buio_l { width:calc(50% - .1rem); margin-bottom:.2rem; position:relative; margin-right:.2rem; overflow:hidden; border-right:.2rem; }
.home_buio .buio_l:nth-child(2n) { margin-right:0; }
.home_buio .buio_l .uio_mo { position:relative; opacity:1; transition:all .5s; }
.home_buio .buio_l .uio_mo .ione { min-height:4.82rem; position:relative; overflow:hidden; border-radius:.2rem; } 
.home_buio .buio_l .uio_mo .ione .bg { position:absolute; top:0; left:0; width:100%; height:100%; }
.home_buio .buio_l .uio_mo .wz { position:absolute; bottom:.4rem; left:0; width:100%; padding:0 .3rem; }
.home_buio .buio_l .uio_mo .wz .z { margin-top:.1rem; }

.home_buio .buio_l .uio_wo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(78, 181, 223, 0.2);
    z-index: 9;
    border-radius: .2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.06) 100%);
    backdrop-filter: blur(10px);
    padding: .45rem .42rem;
    opacity: 0;
    transition: all .5s;
}

.home_buio .buio_l:hover .uio_mo { opacity:0; }
.home_buio .buio_l:hover .uio_wo { opacity:1; }

.home_buio .buio_l .uio_wo .wo_bt {
    padding-bottom: .25rem;
    margin-bottom: .35rem;
    border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.home_buio .buio_l .uio_wo .wo_bt .b { margin-bottom:.1rem; }
.home_buio .buio_l .uio_wo .mo_pt ul li { margin-bottom:.25rem; }
.home_buio .buio_l .uio_wo .mo_pt ul li:last-child { margin-bottom:0; }
.home_buio .buio_l .uio_wo .mo_pt ul li .nme { line-height:1; position:relative; padding-left:16px; }
.home_buio .buio_l .uio_wo .mo_pt ul li .nme:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    background: #4EB5DF;
    border-radius: 50%;
}

.home_buio .buio_l .uio_wo .mo_pt ul li .ume {
    opacity: .7;
    margin-top: .1rem;
}


@media(max-width:1500px) {
  .newsxq_A .wsxqa_top .sxqal { top: 9vw; }
  .newsxq_A .wsxqa_bottom .opwe ul li a .tex { padding-left: 20px; margin-top: 20px; }
  
  .home_buio .buio_l .uio_mo .ione { min-height:5.4rem; }
}

@media(max-width:1100px) {
  .newsxq_A { overflow: hidden; padding: 80px 0 50px; }
  .newsxq_A .wsxqa_top .sxqal { position: initial; width: 100%; }
  .newsxq_A .wsxqa_top .sxqal .fh { margin-top: 15px; }
  .newsxq_A .wsxqa_top .sxqal .xwies .wz { margin: 25px 0 15px; }
  .newsxq_A .wsxqa_top .sxqar { width: 100%; margin-top: 30px; }
  .newsxq_A .wsxqa_top .sxqar .qb { margin: 10px 0 15px; }

  .newsxq_A .wsxqa_bottom { margin-top: 40px; }
  .newsxq_A .wsxqa_bottom .bt { margin-bottom: 20px; }
  .newsxq_A .wsxqa_bottom .opwe ul li a .tex { padding-left: 15px; margin-top: 15px; }
  .newsxq_A .wsxqa_bottom .opwe ul li { width: 100%; margin-right: 0; margin-bottom: 20px; }
  .newsxq_A .wsxqa_bottom .opwe ul li:last-child { margin-bottom: 0; }
  
  .heerog .rigou {
        margin-left: auto;
   }
   
   .home_buio { padding:.8rem 0; }
   .home_buio .buio_l { width:100%; margin-right:0; margin-bottom:.2rem; }
    .home_buio .buio_l .uio_mo .ione { min-height:5.8rem; }
    


}

