/*导航*/
.yx_nav_box{
	width: 100%;
	height:10vh;
	position: fixed;
	top: 0;
	z-index: 1000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.yx_nav{
	width: 75vw;
    width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.yx_nav_logo{
	width: auto;
	height: 100%;
	position: relative;
}
.yx_nav_logo>a{
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.yx_nav_logo img{
	width: auto;
	height: 2.7rem;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_nav_main{
	width: auto;
	height: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background:#1F1F1F; 
    border-radius: 12px;
    padding-left: 2rem;
}

.yx_nav_meun{
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
}
.yx_nav_meun_line{
    position: absolute;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    font-size: 0;
    bottom: 0.6rem;
    left: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_nav_meun_f{
    width: 3rem;
    height: auto;
}
.yx_nav_meun_tiem{
	width: auto;
	height: 100%;
	position: relative;
}


.yx_nav_meun_tiem>a{
    width: auto;
	height: 100%;
	position: relative;
    color: #848484;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
    font-family: ssm;
}
.yx_nav_meun_tiemon>a{
    color: #FFFFFF;
}
.yx_nav_meun_tiem:hover>a{
    color: #FFFFFF;
}

.yx_nav_down{
    position: absolute;
    width: calc(100% + 9rem);
    height: 0;
    overflow: hidden;
    background: #2C2C2C;
    border-radius: 0px 0px 8px 8px;
    top: 100%;
    left: -4.5rem;
    padding: 0rem 1.2rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_nav_meun_tiem:hover .yx_nav_down{
    height: auto;
    padding: 1rem 1.5rem;
    opacity: 1;
}
.yx_nav_down{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.yx_nav_down>a{
    display: inline-block;
    width: auto;
    font-size: 0.875rem;
    color: rgba(153, 153, 153, 0.60);
    margin: 0.4rem 0;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_nav_down>a:hover{
    color: #FFFFFF;
}
.yx_nav_down>a.yx_nav_down_aon{
    color: #FFFFFF;
}
.yx_nav_down>a:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #FFFFFF;
    left: 0;
    bottom: -3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_nav_down>a:hover:after{
    width: 100%;
}
.yx_nav_down>a.yx_nav_down_aon:after{
    width: 100%;
}


.yx_nav_down2{
    position: absolute;
    width: 26rem;
    height: 0;
    overflow: hidden;
    background: #2C2C2C;
    border-radius: 0px 0px 8px 8px;
    top: 100%;
    left: -2.2rem;
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_nav_meun_tiem:hover .yx_nav_down2{
    height: auto;
    opacity: 1;
}
.yx_nav_down2_item{
    width: 50%;
    height: auto;
    text-align: center;
    padding-top: 2rem;
}
.yx_nav_down2_item_title{
    font-size: 1.25rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_nav_down2_item_con{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.4rem;
    padding-bottom: 1.25rem;
}
.yx_nav_down2_item_con a{
    display: inline-block;
    width: auto;
    font-size: 0.875rem;
    color: #999999;
    margin: 0.4rem 0;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_nav_down2_item_con>a:hover{
    color: #FFFFFF;
}
.yx_nav_down2_item_con>a.yx_nav_down2_item_con_aon{
    color: #FFFFFF;
}
.yx_nav_down2_item_con>a:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #FFFFFF;
    left: 0;
    bottom: -3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_nav_down2_item_con>a:hover:after{
    width: 100%;
}
.yx_nav_down2_item_con>a.yx_nav_down2_item_con_aon:after{
    width: 100%;
}

.yx_nav_ty{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 14.25rem;
}
.yx_nav_ty_tel{
    width: auto;
    height: auto;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-family: ssr;
    background-image: url("../images/nav_tel.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left center;
    padding-left: 1.5rem;
}
.yx_nav_ty_tel a{
    color: #FFFFFF;
}
.yx_nav_ty_btn{
    width: auto;
    width: 8.875rem;
    text-align: center;
    height: 2.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(255,255,255,0.7);
    border-radius: 12px;
    color: #0C0C0C;
    font-family: ssr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1.5rem;
    margin-right: 0.25rem;
}

.yx_nav_ty_lag{
    width: auto;
    height: auto;
    color: #FFFFFF;
    font-family: ssb;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.menubtn{
	display: none;
}

/*nbanner*/
.yx_nbanner{
    width: 100%;
    height: calc(100vw * 648 / 1920);
    position: relative;
}
.yx_nbanner_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow: hidden;
    z-index: 0;
}
.yx_nbanner_img>img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_nbanner_img video{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_nbanner_back{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow: hidden;
    z-index: 5;
    background: rgba(0, 0, 0, 0);
}

.yx_nbanner_con{
    position: relative;
    z-index: 10;
    width: 83vw;
    width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2.625rem;
    font-family: ssm;
    color: #FFFFFF;
}
.yx_nbanner_con2{
    position: relative;
    z-index: 10;
    width: 83vw;
    width: var(--mainwidth);
    padding-right: 30%;
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 3.375rem;
    font-family: ssr;
    color: #FFFFFF;
}

/*title*/
.yx_ntitle{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2.375rem;
    color: #FFFFFF;
    font-family: ssm;
    text-transform: uppercase;
}
.yx_nltitle{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.75rem;
    color: #D3D3D3;
    font-family: ssr;
    margin-top: 0.5rem;
}


.yx_btn1{
    width: 11.5rem;
    height: 3.5rem;
    text-align: center;
    border-radius: 3.5rem;
    border: 1px solid #FFFFFF;
    font-size: 1.375rem;
    color: #FFFFFF;
    font-family: ssr;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_btn1:hover{
    background: #FFFFFF;
    color: #000000;
    font-family: ssm;
}

.yx_btn2{
    width: 11.5rem;
    height: 3.5rem;
    text-align: center;
    border-radius: 3.5rem;
    border: 1px solid #333333;
    font-size: 1.375rem;
    color: #333333;
    font-family: ssr;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_btn2:hover{
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #333333;
    font-family: ssm;
}
.yx_btn2s{
	color: #ffffff;
	border: 1px solid #ffffff;
}
/*footer*/
.yx_footer_box{
    width: 100%;
    height: auto;
    background: #282828;
    position: relative;
    padding-top: 7rem;
    padding-bottom: 5rem;
}
.yx_footer{
    width: 70%;
	height: auto;
	margin: 0 auto;
}
.yx_footer_top{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding-bottom: 3rem;
}
.yx_footer_top_logo{
    width: 40%;
    height: auto;
    text-align: left;
}
.yx_footer_top_logo img{
    height: 4rem;
    width: auto;
}
.yx_footer_top_text{
    width: 60%;
    height: auto;
    font-size: 1.5rem;
    font-family:abel; 
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: right;
}

.yx_footer_main{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 7rem;
}
.yx_footer_menu{
    width: 60%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}

.yx_footer_menu_item_at{
    display: block;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-family: ssr;
    line-height: 100%;
    margin-bottom: 1.5rem;
}
.yx_footer_menu_item_a{
    display: block;
    font-size: 1rem;
    color: #969696;
    font-family: ssr;
    line-height: 100%;
    margin-top: 1rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_footer_menu_item_a:hover{
    color: #FFFFFF;
}
.yx_footer_menu_item_st{
    display: block;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-family: ssr;
    line-height: 100%;
    margin-bottom: 1.5rem;
}
.yx_footer_menu_item_s{
    display: block;
    font-size: 1rem;
    color: #969696;
    font-family: ssr;
    line-height: 100%;
    margin-top: 1rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yx_footer_code{
    width: 100px;
    height: auto;
}
.yx_footer_code img{
    width: 100%;
    height: auto;
}
.yx_footer_code_title{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    font-family: ssr;
    line-height: 100%;
    margin-top: 0.7rem;
}
.yx_footer_slo{
    width: 100%;
    height: auto;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    margin-top: 5rem;
    font-size:1.5rem;
    color: #FFFFFF;
    font-family: ssm;
    padding-bottom: 2rem;
}
.yx_footer_copy{
    width: 100%;
    height: auto;
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.yx_footer_copy_left{
    width: 60%;
    height: auto;
}
.yx_footer_copy_left a{
    font-size: 1rem;
    color: #9B9B9B;
    font-family: ssr;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 3rem;
}
.yx_footer_copy_left a:hover{
    color: #FFFFFF;
}
.yx_footer_copy_right{
     font-size: 1rem;
    color: #969696;
    font-family: ssr;
    width: 40%;
    height: auto;
    text-align: right;
}
.yx_footer_copy_right a{
    color: #969696;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_footer_copy_right a:hover{
    color: #FFFFFF;
}

/*申请体验*/
.yx_ty_ly_box{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    background: #181818;
    padding:5rem 5.5rem;
    margin-top: 11.5rem;
}

.yx_ty_ly_title_cn{
    font-size: 2.5rem;
    color: #FFFFFF;
    font-family: shm;
    line-height: 100%;
    text-transform: uppercase;
}
.yx_ty_ly_title_en{
    font-size: 1.5rem;
    color: #B5B5B5;
    font-family: abel;
    text-transform: uppercase;
    margin-top: 1.5rem;
    line-height: 100%;
}
.yx_ty_ly{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.yx_ty_ly_item{
    width: calc(50% - 0.8rem);
    height: 4.5rem;
}
.yx_ty_ly_item input{
    width: 100%;
    height: 100%;
    background: #353535;
    border: 1px solid #353535;
    padding: 0 2rem;
    font-size: 1.125rem;
    font-family: ssr;
    color: #FFFFFF;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ty_ly_item input:focus{
    border: 1px solid #FFFFFF;
}
.yx_ty_ly_item input::placeholder{
    color: #9B9B9B;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ty_ly_item input:focus::placeholder{
    color: #FFFFFF;
}
.yx_ty_ly_item:nth-child(3) { margin-top: 1.6rem;}
.yx_ty_ly_item:nth-child(4) { margin-top: 1.6rem;}
.yx_ty_ly_item2{
    width: 100%;
    margin-top: 1.6rem;
}


.yx_ty_ly_item3{
    width: 100%;
    height: 15rem;
    margin-top: 1.6rem;
}
.yx_ty_ly_item3 textarea{
    width: 100%;
    height: 100%;
    background: #353535;
    border: 1px solid #353535;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-family: ssr;
    color: #FFFFFF;
    resize: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ty_ly_item3 textarea:focus{
    border: 1px solid #FFFFFF;
}
.yx_ty_ly_item3 textarea::placeholder{
    color: #9B9B9B;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ty_ly_item3 textarea:focus::placeholder{
    color: #FFFFFF;
}

.yx_ty_ly_btn{
    margin-top: 4rem;
}
.yx_ty_ly_btn a{
    width: 13.75rem;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-size: 1.375rem;
    color: #FFFFFF;
    font-family: ssm;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ty_ly_btn a:hover{
    background: #FFFFFF;
    color: #0C0C0C;
}

.yx_ty_lx_box{
    width: 100%;
    height: calc(100vw * 752 / 1920);
    position: relative;
    margin-top: 11.5rem;
}
.yx_ty_lx_map{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.yx_ty_lx_map img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_ty_lx_back{
    position: absolute;
    z-index: 3;
    width: 39%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, #000000 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0,0,0,0) 100%);
}
.yx_ty_lx_dw{
    position: absolute;
    z-index: 20;
    width: 3rem;
    height: 3rem;
    background:#FFFFFF;
    border-radius: 50%;
    bottom: 5rem;
    right: calc(12.5vw + 3rem);
    right: calc((100vw - var(--mainwidth)) / 2 + 3rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.yx_ty_lx_dw svg{
    width: 60%;
    height: 60%;
    margin: 0 auto;
}

.yx_ty_lx{
    position: absolute;
    z-index: 5;
    width: 28vw;
    height: 58%;
    top: 21%;
    left: 12.5vw;
	left: calc((100vw - var(--mainwidth)) / 2);
    background: #FFFFFF;
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.24);
    border-radius: 48px 24px 48px 24px;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yx_ty_lx_item{
    margin: 1.1rem 0;
}
.yx_ty_lx_item_title{
    font-size: 1.375rem;
    font-family: ssm;
    color: #000000;
    line-height: 100%;
}
.yx_ty_lx_item_title span{
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
}
.yx_ty_lx_item_title span:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #BDBDBD;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.yx_ty_lx_item_con{
    font-size: 1.125rem;
    font-family: ssr;
    color: #333333;
    line-height: 100%;
    margin-top: 0.75rem;
}

/*关于我们*/
.yx_ab_jj{
    width: 75vw;
    width: var(--mainwidth);
	height: calc(75vw * 0.6 * 556 / 860);
	height: calc(var(--mainwidth) * 0.6 * 556 / 860);
	margin: 0 auto;
    position: relative;
    margin-top: 11.5rem;
}
.yx_ab_jj_img{
    width: 59%;
    height: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    font-size: 0;
    overflow: hidden;
}
.yx_ab_jj_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.yx_ab_jj_img:hover img{
    transform: scale(1.1);
}
.yx_ab_jj_con{
    width: 48%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yx_ab_jj_con_text{
    font-size: 1.5rem;
    color: #FFFFFF;
    font-family: ssn;
    line-height: 170%;
    margin-top: 4rem;
}
.yx_ab_jj_con_title{
    width: 100%;
    height: auto;
    text-align: right;
}
.yx_ab_jj_con_title span{
    display: inline-block;
    font-size: 2.625rem;
    color: #FFFFFF;
    font-family: ssm;
    background: rgba(40, 40, 40, 0.70);
    height: auto;
    width: auto;
    padding: 0.7rem 2.5rem;
    text-transform:uppercase;
}

.yx_ab_fgs_box{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    margin-top: 11.5rem;
}
.yx_ab_fgs{
    width: 100%;
    height: auto;
    margin-top: 4rem;
}
.yx_ab_fgs_sw{
    width: 100%;
    height: auto;
}
.yx_ab_fgs_sw .swiper-wrapper{
    justify-content: space-between;
}
.yx_ab_fgs_sw .swiper-slide{
    width: 49%;
    height: calc(75vw * 0.49 * 476 / 708);
    height: calc(var(--mainwidth) * 0.49 * 476 / 708);
    position: relative;
}
.yx_ab_fgs_item{
    width: 100%;
    height: 100%;
    position: relative;
}
.yx_ab_fgs_item_img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    overflow: hidden;
}
.yx_ab_fgs_item_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
}
.yx_ab_fgs_item:hover .yx_ab_fgs_item_img img{
    transform: scale(1.2);
}
.yx_ab_fgs_item_back{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.yx_ab_fgs_item:hover .yx_ab_fgs_item_back{
    background: rgba(0,0,0,0.7);
}
.yx_ab_fgs_item_con{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    padding: 4.5rem 5rem;
}
.yx_ab_fgs_item_con_title{
    font-size: 1.75rem;
    font-family: ssm;
    color: #FFFFFF;
    line-height: 100%;
}
.yx_ab_fgs_item_con_etitle{
    font-size: 1rem;
    font-family: abel;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 1.25rem;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.yx_ab_fgs_item:hover .yx_ab_fgs_item_con_etitle{
    color: #838383;
}
.yx_ab_fgs_item_con_des{
    font-size: 1.125rem;
    color: #E7E7E7;
    font-family: ssr;
    line-height: 2rem;
    margin-top: 3rem;
    height:16rem;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    transform: translateY(6rem);
}
.yx_ab_fgs_item:hover .yx_ab_fgs_item_con_des{
    opacity: 1;
    transform: translateY(0);
}

.yx_ab_new_box{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    margin-top: 11.5rem;
}
.yx_ab_new_title_en{
    font-size: 2.625rem;
    color: #FFFFFF;
    font-family: abel;
    text-transform: uppercase;
    display:none;
}
.yx_ab_new_title_cn{
    font-size: 2.5rem;
    color: #FFFFFF;
    font-family: ssm;
    text-transform: uppercase;
}
.yx_ab_new{
    width: 100%;
    height: calc(75vw * 616 / 1440);
    height: calc(var(--mainwidth) * 616 / 1440);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3rem;
    position: relative;
}
.yx_ab_new_left{
    width: 42%;
    height: 100%;
    position: relative;
}
.yx_ab_new_sw{
    width: 100%;
    height: 100%;
    position: relative;
}
.yx_ab_new_sw .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yx_ab_new_sw_title{
    font-size: 1.5rem;
    color: #FFFFFF;
    font-family: ssm;
    margin-top: 4rem;
    
    overflow: hidden;
}
.yx_ab_new_sw_etitle{
    font-size: 1rem;
    color: #818181;
    font-family: abel;
    text-transform: uppercase;
    margin-top: 0.5rem;
}
.yx_ab_new_sw_des{
    font-size: 1.125rem;
    color: #E7E7E7;
    line-height: 170%;
    height:8rem;
    margin-top: 2rem;
   
    overflow-y: auto;
}
.yx_ab_new_sw_btn{
    margin-top: 7rem;
}
.yx_ab_new_sw_btn a{
    display: inline-flex;
    width: 14rem;
    height: 7rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.yx_ab_new_sw_btn_text{
    font-size: 1.5rem;
    line-height: 100%;
    color: #FFFFFF;
    font-family: ssm;
    transform: translateX(-1rem);
    padding-bottom: 0rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ab_new_sw_btn a:hover .yx_ab_new_sw_btn_text{
    transform: translateX(1rem);
}
.yx_ab_new_sw_btn_ico{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #383838;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ab_new_sw_btn a:hover .yx_ab_new_sw_btn_ico{
    background: #FFFFFF;
}
.yx_ab_new_sw_btn_ico svg{
    width: 60%;
    height: 60%;
    margin: 0 auto;
    fill:#383838;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ab_new_sw_btn a:hover .yx_ab_new_sw_btn_ico svg{
    fill: #000000;
}

.yx_ab_new_pagination{
    width: 100%;
    height: 2rem;
	position: absolute;
	top: 4rem;
	z-index: 5;
	left: 0;
	font-size: 2rem;
	font-family: arial;
    color: rgba(255,255,255,0.4);
}
.yx_ab_new_pagination .swiper-pagination-current{
	color: #FFFFFF;
}


.yx_ab_new_right{
    width: 46%;
    height: 100%;
    position: relative;
}
.yx_ab_new_img{
    display: block;
    position: absolute;
    z-index: 0;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ab_new_img img{
    position: relative;
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ab_new_img1{
    width: 32%;
    height: 43%;
    left: 0;
    top: 0;
    transform-origin:0% 0%;
}
.yx_ab_new_img2{
    width: 37%;
    height: 49%;
    left: calc(32% + 1.5rem);
    top: 1.5rem;
    transform-origin:100% 0%;
}
.yx_ab_new_img3{
    width: calc(31% - 3rem);
    height: 32%;
    right: 0;
    bottom: calc(31.5% + 1.5rem);
    transform-origin:100% 0%;
}
.yx_ab_new_img4{
    width: calc(32% - 1.5rem);
    height: 37%;
    left: 1.5rem;
    top: calc(43% + 1.5rem);
    transform-origin:0% 100%;
}
.yx_ab_new_img5{
    width: 32%;
    height: 43%;
    left: calc(32% + 1.5rem);
    bottom: 0.5%;
    transform-origin:50% 100%;
}
.yx_ab_new_img6{
    width: 22%;
    height: 31%;
    right: calc(14% - 3rem);;
    bottom: 0.5%;
    transform-origin:100% 100%;
}

.yx_ab_new_img_on{
    filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -webkit-filter: grayscale(0);
    width: 55.5%;
    height: 73.5%;
    z-index: 5;
}
.yx_ab_new_btn_box{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    padding-right: 55%;
}
.yx_ab_new_btn{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-left: 1.5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ab_new_btn:hover{
    background: #FFFFFF;
}
.yx_ab_new_btn svg{
    fill:#ffffff;
    width: 55%;
    height: 55%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ab_new_btn:hover svg{
    fill: #000000;
}

.yx_ab_hb_box{
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: 11.5rem;
}
.yx_ab_hb_z{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 20;
    cursor:e-resize;
}
.yx_ab_hb_qiu{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.yx_ab_hb_title{
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    left: 0;
    top: 23%;
    z-index: 5;
}
.yx_ab_hb_title_b{
    font-size: 2.5rem;
    font-family: ssm;
    color: #FFFFFF;
    text-transform: uppercase;
}
.yx_ab_hb_title_l{
    font-size: 1.75rem;    font-family: ssr;
    color: #D3D3D3;
}
.yx_ab_hb_sw{
    position: absolute;
    width: 90vw;
    height: calc(18vw * 0.8 * 122 / 276 + 42px);
    text-align: center;
    left: 5vw;
    bottom: 20%;
    z-index: 5;
    overflow: hidden;
}

.yx_ab_hb_img{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.yx_ab_hb_sw .swiper-slide .yx_ab_hb_img{
    transform: scale(0);
    opacity: 0;
}
.yx_ab_hb_sw .swiper-slide-active .yx_ab_hb_img,.yx_ab_hb_sw .swiper-slide-prev .yx_ab_hb_img,.yx_ab_hb_sw .swiper-slide-next .yx_ab_hb_img{
    transform: scale(1);
    opacity: 1;
}
.yx_ab_hb_sw .swiper-slide-active .yx_ab_hb_imgl{
    transform: translateY(42px);
}
.yx_ab_hb_imgl{
    position: relative;
    width: 80%;
    height: calc(18vw * 0.8 * 122 / 276);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 1rem;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.yx_ab_hb_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}



.yx_ab_hb_btn_box{
    position: absolute;
    z-index: 25;
    width: 56%;
    left: 22%;
    bottom: 5%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}


.yx_ab_join_box{
    width: 100%;
    height: auto;
    margin-top: 11.5rem;
    padding: 7rem 0;
    background: #2E2E2E;
}
.yx_ab_join{
    position: relative;
    width: 100%;
    height: 33rem;
    padding-left: 12.5vw;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
    overflow: hidden;
    margin-top: 4rem;
}
.yx_ab_join_leftz{
    width: 12.5vw;
    width: calc((100vw - var(--mainwidth)) / 2);
    height: 100%;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    background: #2E2E2E;
}
.yx_ab_join_sw{
    width: 100%;
    height: auto;
    position: relative;
}

.yx_ab_join_item{
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 1.5rem;
    overflow: hidden;
    background: #262525;
    padding: 2rem;
    border-radius: 8px;
    z-index: 5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yx_ab_join_sw_ico img{
    width: 3.5rem;
    height: 3.5rem;
}
.yx_ab_join_sw_title{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
}
.yx_ab_join_sw_title_title{
    width:100%;
    font-size: 1.5rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_ab_join_sw_title_ltitle{
    width:100%;
    font-size: 1.125rem;
    color: #C3C3C3;
    font-family: ssr;
    padding-left: 0;
}

.yx_ab_join_sw_con_t{
    font-size: 1.125rem;
    color: #FFFFFF;
    margin-top: 1.5rem;
    line-height: 2rem;
    font-family: ssr;
}
.yx_ab_join_sw_con{
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 2rem;
    height: 8rem;
    overflow: hidden;
}
.yx_ab_join_sq_btn_box{
    width: auto;
    height: 5.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: all 0.5s;
}
.yx_ab_join_sq_btn{
    width: 11.5rem;
    height: 3.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-family: ssr;
    border-radius: 29px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    transition: all 0.5s;
}
.yx_ab_join_sq_btn:hover{
    background: #FFFFFF;
    color: #000000;
    font-family: ssm;
}

.yx_ab_join_sw_btn{
    position: absolute;
    right: 1rem;
    bottom: 2rem;
    width: 4rem;
    height: 3.125rem;
    background: #FFFFFF;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.yx_ab_join_sw_btn:hover{
    -moz-box-shadow: 0px 0px 10px 0 rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px 0px 10px 0 rgba(255,255,255,0.8);
    box-shadow: 0px 0px 10px 0 rgba(255,255,255,0.8);
}
.yx_ab_join_sw_btn svg{
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yx_ab_join_item_on .yx_ab_join_sw_btn svg{
    transform: rotate(-45deg);
}

.yx_ab_join_btn_box{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    margin-top: 4.125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.yx_ab_join_btn{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-left: 1.5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ab_join_btn:hover{
    background: #FFFFFF;
}
.yx_ab_join_btn svg{
    fill:#ffffff;
    width: 55%;
    height: 55%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ab_join_btn:hover svg{
    fill: #000000;
}

.yx_ab_lx_box{
    width: 100%;
    height: auto;
    padding: 11.5rem 0;
}
.yx_ab_lx_title_en{
    font-size: 2.625rem;
    color: #FFFFFF;
    font-family: abel;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    display:none;
}
.yx_ab_lx_title_cn{
    font-size: 2.5rem;
    color: #FFFFFF;
    font-family: ssm;
    text-align: center;
    line-height: 100%;
    margin-top: 1rem;
    text-transform:uppercase;
}

.yx_ab_lx{
    width: 66%;
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5rem;
}
.yx_ab_lx_left{
    width: 46%;
    height: auto;
}

.yx_ab_lx_left_i{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 1.5rem 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.yx_ab_lx_left_i:nth-child(1) .yx_ab_lx_con{
    background-position: left 0.35rem;
}

.yx_ab_lx_left_i:nth-child(2){
    margin-top: 1.5rem;
}
.yx_ab_lx_ico{
    width: 6.5rem;
    height: 6.5rem;
    background: #090909;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yx_ab_lx_ico img{
    width: 55%;
    height: 55%;
    margin: 0 auto;
}
.yx_ab_lx_left_i_right{
    width: calc(100% - 6.5rem);
    height: auto;
    padding-left: 4rem;
}
.yx_ab_lx_title_b{
    font-size: 1.75rem;
    color: #000000;
    font-family: ssm;
}
.yx_ab_lx_title_l{
    font-size: 1.125rem;
    color: #666666;
    font-family: ssr;
}
.yx_ab_lx_con{
    margin-top: 2.5rem;
    font-size: 1.5rem;
    color: #000000;
    font-family: ssr;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.5rem;
    padding-left: 2rem;
}
.yx_ab_lx_con_address{
    background-image: url("../images/lx_address2.svg");
}
.yx_ab_lx_con_tel{
    background-image: url("../images/lx_tel2.svg");
}
.yx_ab_lx_con_mail{
    font-size: 1.5rem;
    font-family: abel;
    text-transform: uppercase;
    background-size: 2rem;
    padding-left: 2.5rem;
    background-image: url("../images/lx_mail2.svg");
}

.yx_ab_lx_right{
    width: calc(54% - 1.5rem);
    height: auto;
    background: #FFFFFF;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*3d建模*/

.yx_nbanner_con3d{
    position: relative;
    z-index: 10;
    width: 83vw;
    width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.yx_nbanner_con3d_title{
    font-size: 3.25rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_nbanner_con3d_ltitle{
    font-size: 1.875rem;
    color: #FFFFFF;
    font-family: ssr;
    margin-top: 1rem;
}
.yx_nbanner_con3d_btn{
    width: auto;
    height: auto;
    margin-top: 5rem;
    margin-bottom: 8rem;
}
.yx_nbanner_con3d_btn a{
    margin-right: 1.75rem;
}

.yx_3d_ys{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    position: relative;
    margin-top: 11.5rem;
}
.yx_3d_ys_left{
    width: 62%;
    height: auto;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.6);
    position: relative;
    z-index: 5;
}
.yx_3d_ys_left_img{
    width: 100%;
    height: calc(75vw * 0.62 * 480 / 896);
    height: calc(var(--mainwidth) * 0.62 * 480 / 896);
    font-size: 0;
    position: relative;
}
.yx_3d_ys_left_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    position: relative;
    z-index: 0;
}
.yx_3d_ys_left_img video{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    position: relative;
    z-index: 0;
}
.yx_3d_ys_left_gif{
    width: auto;
    height: 60%;
    position: absolute;
    left: 10%;
    bottom: 20%;
}
.yx_3d_ys_left_gif img{
    height: 100%;
    width: auto;
}
.yx_3d_ys_left_png{
    width: auto;
    height: 40%;
    position: absolute;
    left: 45%;
    bottom: 25%;
}
.yx_3d_ys_left_png img{
    height: 100%;
    width: auto;
}
.yx_3d_ys_left_title{
    position: absolute;
    text-align: center;
    width: 100%;
    height: auto;
    height: 5rem;
    line-height: 6rem;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    font-size: 2.125rem;
    color: #FFFFFF;
    font-family: ssm;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.yx_3d_ys_left_con{
    width: 100%;
    height: 21rem;
    background: #282828;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 0 8px 8px;
}
.yx_3d_ys_left_conl{
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yx_3d_ys_left_conl span{
    display: block;
    width: 60%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-family: ssm;
    background-image: url("../images/3d_ys_ico1.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.35rem;
    padding-left: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.yx_3d_ys_left_conl span:nth-child(2n){ width: 40%;}
.yx_3d_ys_right{
    width: 39%;
    height: auto;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
}
.yx_3d_ys_right_img{
    width: 100%;
    height: calc(75vw * 0.39 * 393 / 623);
    height: calc(var(--mainwidth) * 0.39 * 393 / 623);
    font-size: 0;
    position: relative;
}
.yx_3d_ys_right_img img{
     width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.yx_3d_ys_right_img video{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.yx_3d_ys_right_title{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 5rem;
    line-height: 6rem;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    font-size: 1.75rem;
    color: rgba(255,255,255,0.4);
    font-family: ssm;
    bottom: 0;
    left: 0;
}
.yx_3d_ys_right_con{
    width: 100%;
    height: 21rem;
    background: #838383;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 0 8px 0;
}
.yx_3d_ys_right_conl{
    width: 92%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yx_3d_ys_right_conl span{
    display: block;
    width: 50%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1rem;
    color: #333333;
    font-family: ssm;
    background-image: url("../images/3d_ys_ico2.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.8rem;
    padding-left: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
        overflow: hidden;
}

.yx_3d_yq_box{
    width: 100%;
    height: auto;
    margin-top: 11.5rem;
}
.yx_3d_yq_l{
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 12.5vw;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
    padding-top: 5rem;
    margin-top: 4rem;
}
.yx_3d_yq_back{
    position: absolute;
    width: 75%;
    height: 100%;
    background: #282828;
    top: 0;
    right: 0;
    z-index: 0;
}
.yx_3d_yq{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.yx_3d_yq_left{
    width: 57%;
    height: auto;
}
.yx_3d_yq_sw{
    width: 100%;
    height: auto;
}
.yx_3d_yq_sw .swiper-slide{
    padding-bottom: 5rem;
}
.yx_3d_yq_sw_img{
    width: 100%;
    height: auto;
    font-size: 0;
    position: relative;
    z-index: 0;
}
.yx_3d_yq_sw_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_3d_yq_sw_img video{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_3d_yq_sw_con{
    position: absolute;
    z-index: 5;
    width: 70%;
    height: auto;
    padding: 2rem;
    background: #FFFFFF;
    left: 0;
    bottom: 0;
    
}
.yx_3d_yq_sw_con_title{
    font-size: 1.75rem;
    font-family: ssm;
    color: #000000;
}
.yx_3d_yq_sw_con_des{
    font-size: 1.125rem;
    font-family: ssr;
    color: #333333;
    line-height: 170%;
    margin-top: 0.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}
.yx_3d_yq_sw_con_des:after{
    position: absolute;
    content: '';
    width: 4rem;
    height: 2px;
    background: #000000;
    left: 0;
    bottom: 0;
}

.yx_3d_yq_right{
    width: 39%;
    height: auto;
    position: relative;
}
.yx_3d_yq_menu{
    width: 100%;
    height: auto;
}
.yx_3d_yq_menu a{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.yx_3d_yq_menu_count{
    width:7rem;
    text-align: right;
    height: 6.6rem;
    line-height: 6.6rem;
    font-size: 3.5rem;
    font-family: ht;
    color: #282828;
    -webkit-text-stroke: 1px #7C7C7C;
    text-stroke: 1px #7C7C7C;
    margin-left: 5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_yq_menuon .yx_3d_yq_menu_count{
    color: #FFFFFF;
    -webkit-text-stroke: 1px #FFFFFF;
    text-stroke: 1px #FFFFFF;
    font-size: 3.625rem;
}
.yx_3d_yq_menu_title{
    width: calc(100% - 8rem);
    height: 6.6rem;
    font-size: 1.375rem;
    font-family: ssm;
    color: #7C7C7C;
    display:flex;
    align-items: center;
    margin-left: 2rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_yq_menuon .yx_3d_yq_menu_title{
    color: #FFFFFF;
    font-size: 1.5rem;
}
.yx_3d_yq_menu_ico{
    width: 4.5rem;
    height: 6.6rem;
    padding: 0.8rem 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_yq_menu_ico img{
    width: 100%;
    height: 100%;
}

.yx_3d_cg_box{
    width: 100%;
    height: auto;
    margin-top: 11.5rem;
}
.yx_3d_cg_menu{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2rem;
}
.yx_3d_cg_menu:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #2E2E2E;
    left: 0;
    bottom: 0;
}
.yx_3d_cg_menu span{
    display: block;
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1.5rem;
    font-family: ssm;
    color: #B5B5B5;
    position: relative;
}
.yx_3d_cg_menu span:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    left: 0;
    bottom: 0;
    z-index: 5;
    transform: scaleX(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_cg_menu span.yx_3d_cg_menu_son:before{
    transform: scaleX(1);
}

.yx_3d_cg_sw{
    width: 75vw;
    width: var(--mainwidth);
    height: auto;
    margin: 0 auto;
    margin-top: 5.125rem;
    position: relative;
}

.yx_3d_cgob_sw{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
.yx_3d_cgob_sw .swiper-slide{
    width: 100%;
    height: calc(100vw * 460 / 1920);
    position: relative;
    cursor: pointer;
}

.yx_3d_cg_item{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 1rem;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.yx_3d_cg_img{
    position: absolute;
    width: 80%;
    height: 56%;
    z-index: 0;
    left: 10%;
    top: 22%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_cgob_sw .swiper-slide-active .yx_3d_cg_img{
    width: 100%;
    height: calc(100% - 1rem);
    top: 0;
    left: 0;
}
.yx_3d_cg_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_3d_cg_back{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.6);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yx_3d_cgob_sw .swiper-slide-active .yx_3d_cg_back{
    background: rgba(0,0,0,0);
}

.yx_3d_cg_con{
    position: absolute;
    z-index: 10;
    width: 90%;
    height: auto;
    left: 5%;
    bottom: 21%;
    padding: 1.75rem 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_cgob_sw .swiper-slide-active .yx_3d_cg_con{
    position: absolute;
    z-index: 10;
    width: 90%;
    height: auto;
    background: #FFFFFF;
    left: 5%;
    bottom: -1rem;
    padding: 1.75rem 1.75rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_cg_con_title{
    font-size: 1.5rem;
    color: #B5B5B5;
    font-family: ssm;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 10%;
}
.yx_3d_cgob_sw .swiper-slide-active .yx_3d_cg_con_title{
    color: #000000;
    padding: 0 0%;
}
.yx_3d_cg_con_des{
    font-size: 1rem;
    color: #333333;
    font-family: ssr;
    line-height: 0%;
    height: 0;
    overflow: hidden;
    margin-top: 0rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_cgob_sw .swiper-slide-active .yx_3d_cg_con_des{
    height: auto;
    line-height: 170%;
    margin-top: 0.5rem;
}
.yx_3d_cg_btn_box{
    width: 75vw;
    width: var(--mainwidth);
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 2rem;
    position: relative;
    z-index: 50;
}
.yx_3d_cg_btn{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-left: 1.5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_cg_btn:hover{
    background: #FFFFFF;
}
.yx_3d_cg_btn svg{
    fill:#ffffff;
    width: 55%;
    height: 55%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_cg_btn:hover svg{
    fill: #000000;
}



.yx_3d_fw_box{
    width: 100%;
    height: auto;
    margin-top: 11.5rem;
}

.yx_3d_fw{
	width: 100%;
	height: calc(26vw * 158 / 489 * 2 + 1.5rem);
    margin-top: 4rem;
	overflow: hidden;
    position: relative;
}
.yx_3d_fw_left{
    width: 24%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, #090909 100%);
    left: 0;
    top: 0;
    z-index: 15;
}
.yx_3d_fw_right{
    width: 24%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(9,9,9,0) 0%, #090909 100%);
    right: 0;
    top: 0;
    z-index: 15;
}
.yx_3d_fw_cbox{
    position: relative;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
    user-select:none;
    z-index: 0;
}
.yx_3d_fw_con{
    position: absolute;
	width: auto;
	height: calc(26vw * 158 / 489);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.yx_3d_fw_con1{
    top: 0;
}
.yx_3d_fw_con2{
    top: calc(26vw * 158 / 489 + 1.5rem);
}

.yx_3d_fw_item{
    width: 26vw;
    height: calc(26vw * 158 / 489);
    position: relative;
    margin: 0 0.75rem;
    border-radius: calc(26vw * 158 / 489);
    overflow: hidden;
}
.yx_3d_fw_item_img{
	position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.yx_3d_fw_item_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_3d_fw_item_back{
	position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_fw_item:hover .yx_3d_fw_item_back{
    background: rgba(0,0,0,0.6);
}
.yx_3d_fw_item_title{
	position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_fw_item:hover .yx_3d_fw_item_title{
    opacity: 1;
}

.yx_3d_mx_box{
    width: 100%;
    height: auto;
    margin-top: 11.5rem;
}
.yx_3d_mx{
	width: 100%;
	height: calc(19.5vw * 192 / 378 * 3 + 2rem);
    margin-top: 4rem;
	overflow: hidden;
}

.yx_3d_mx_cbox{
    position: relative;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
    user-select:none;
}
.yx_3d_mx_con{
    position: absolute;
	width: auto;
	height: calc(19.5vw * 192 / 378);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.yx_3d_mx_con1{
    top: 0;
}
.yx_3d_mx_con2{
    top: calc(19.5vw * 192 / 378 + 1.5rem);
}
.yx_3d_mx_con3{
    top: calc(19.5vw * 192 / 378 * 2 + 3rem);
}

.yx_3d_mx_item{
    width: 19.5vw;
    height: calc(19.5vw * 192 / 378);
    position: relative;
    margin: 0 0.75rem;
    overflow: hidden;
    cursor: pointer;
}
.yx_3d_mx_item_img{
	position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.yx_3d_mx_item_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_3d_mx_item_back{
	position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    user-select:none;
}
.yx_3d_mx_item:hover .yx_3d_mx_item_back{
    opacity: 1;
}
.yx_3d_mx_item_back img{
    width: auto;
    height: 70%;
    margin: 0 auto;
    user-select:none;
    position: relative;
    z-index: 0;
}
.yx_3d_mx_item_back_zz{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.yx_3d_smx_box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_smx_boxon{
    z-index: 1000;
    opacity: 1;
}
.yx_3d_smx_btn{
    width: 2.75rem;
    height: 2.75rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 15;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.yx_3d_smx_btn:hover{
    background: #000000;
}
.yx_3d_smx_btn svg{
    width: 60%;
    height: 60%;
    margin: 0 auto;
    fill:#000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_3d_smx_btn:hover svg{
    fill:#ffffff;
}
.yx_3d_smx_ico{
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    bottom: 1rem;
    left: calc(50% - 3rem);
    z-index: 15;
}
.yx_3d_smx_ico img{
    width: 100%;
    height: 100%;
}

.yx_3d_smx{
    width: 60%;
    height: 60%;
    margin: 0 auto;
    background: #FFFFFF;
    position: relative;
}
.yx_3d_smx_canvas{
    width: 100%;
    height: 100%;
    background: lightblue;
    background-image: linear-gradient(lightblue, white);
    position: relative;
    z-index: 5;
}
.yx_3d_smx_press{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    z-index: 10;
}
.yx_3d_smx_press_title{
    font-size: 1.75rem;
    font-family: ssb;
    color: #818181;
}
.yx_3d_smx_press_ltitle{
    font-size: 1.25rem;
    font-family: ssm;
    color: #818181;
}

.yx_3d_lc_box{
    width: 100%;
    height: auto;
    padding: 11.5rem 0;
}
.yx_3d_lc{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
.yx_3d_lc_ico{
    width: 3.625rem;
    height: 3.625rem;
    position: relative;
    margin: 0 4px;
}
.yx_3d_lc_ico_text{
    position: absolute;
    left: calc(50% - 9rem);
    top: 5rem;
    width: 18rem;
    height: auto;
    font-size: 1.5rem;
    color: #FFFFFF;
    font-family: ssr;
    text-align: center;
}
.yx_3d_lc_ico img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_3d_lc_line{
    width: 6em;
    height: 1px;
    border-bottom: 1px dashed #BDBDBD;
}
.yx_3d_lc_arr{
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
}
.yx_3d_lc_arr img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yx_3d_lc_btn{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10rem;
}
.yx_3d_lc_btn a{
    width: 14.25rem;
}

/*DSMI云引擎*/
.yx_ds_jj{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    position: relative;
    margin-top: 11.5rem;
}
.yx_ds_jj_left{
    width: 49%;
    height: calc(75vw * 0.49 * 405 / 708);
    height: calc(var(--mainwidth) * 0.49 * 405 / 708);
    font-size: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.yx_ds_jj_left_back{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.yx_ds_jj_left:hover .yx_ds_jj_left_back{
    background: rgba(0,0,0,0.5);
}
.yx_ds_jj_left img{
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
    position: relative;
    z-index: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.yx_ds_jj_left:hover img{
    transform: scale(1.1);
}
.yx_ds_jj_right{
    position: absolute;
    width: 57%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 3rem;
    z-index: 5;
}
.yx_ds_jj_right_con{
    font-size: 1.375rem;
    color: #FFFFFF;
    font-family: ssr;
    line-height: 170%;
    margin-top: 1.5rem;
}
.yx_ds_jj_right_tag{
    
}
.yx_ds_jj_right_tag span{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.7rem 2.5rem;
    background: rgba(40, 40, 40, 0.70);
    color: #FFFFFF;
    font-size: 2.5rem;
    font-family: ssm;
    text-transform: uppercase;
}

.yx_ds_wl{
    width: 90%;
	height: auto;
	margin: 0 auto;
    background: #181818;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #353535;
    margin-top: 11.5rem;
    padding: 7rem;
}
.yx_ds_wl_title{
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_ds_wl_ltitle{
    font-size: 1.125rem;
    color: #B5B5B5;
    font-family: ssr;
    line-height: 170%;
    margin-top: 1.5rem;
}
.yx_ds_wl_con{
    margin-top: 1.5rem;
    width: 100%;
    height: auto;
}
.yx_ds_wl_sw{
    width: 100%;
    height: auto;
}
.yx_ds_wl_sw .swiper-slide{
    width: 100%;
    height: auto;
}
.yx_ds_wl_con_con {
    margin-top:2rem;
}
.yx_ds_wl_con_con img{
    max-width: 100%;
    height: auto;
}
.yx_ds_wl_box{
    width: 75vw;
    width: var(--mainwidth);
    height: auto;
    margin: 0 auto;
    margin-top: 4.625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.yx_ds_videos{
    width: 75vw;
    width: var(--mainwidth);
    height: auto;
	margin: 0 auto;
    margin-top: 5rem;
    padding-bottom: 5rem;
}
.yx_ds_videos_title{
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_ds_videos_con{
    width: 100%;
    height: calc(75vw * 810 / 1440);
    height: calc(var(--mainwidth) * 810 / 1440);
    font-size: 0;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 2rem;
}
.yx_ds_videos_con>img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_ds_videos_con>video{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yx_ds_fw_box{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    margin-top: 11.5rem;
}
.yx_ds_fw_title{
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_ds_fw{
    margin-top: 1.5rem;
    width: auto;
    height: auto;
    text-align: center;
    padding-top: 15rem;
}
.yx_ds_fw_con{
    width: 19.25rem;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.yx_ds_fw_con img{
    width:100%;
	height: 19.25rem;
	object-fit: cover;
	object-position: center;
    position: relative;
    z-index: 0;
}
.yx_ds_fw_con_title{
    text-align: center;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-family: ssr;
    line-height: 170%;
    margin-top: 0.5rem;
}
.yx_ds_fw_con_i{
    position: absolute;
    width: 10.25rem;
    height: auto;
}

.yx_ds_fw_con_i img{
    width:100%;
	height: 10.25rem;
	object-fit: cover;
	object-position: center;
}
.yx_ds_fw_con_i_title{
    text-align: center;
    font-size: 1.25rem;
    height: 4.25rem;
    color: #979797;
    font-family: ssr;
    line-height: 170%;
}
.yx_ds_fw_con_1{
    left: -15.625rem;
    bottom: 4.25rem;
    animation: dsfwamiet 1s linear infinite alternate;
}
.yx_ds_fw_con_2{
    left: -7rem;
    top: -10.25rem;
    animation: dsfwamiet 1s 0s linear infinite alternate;
}
.yx_ds_fw_con_3{
    right: -7rem;
    top: -10.25rem;
    animation: dsfwamiet 1s 0s linear infinite alternate;
}
.yx_ds_fw_con_4{
    right: -15.625rem;
    bottom: 4.25rem;
    animation: dsfwamiet 1s 0s linear infinite alternate;
}

@keyframes dsfwamiet
{
    0% {
        transform: translateY(0rem);
    }
    100% {
        transform: translateY(-1.6rem);
    }
}

.yx_ds_mr_box{
    width: 100%;
    height: auto;
    /*background: #BCBCBC;*/
    padding-top: 10rem;
    padding-bottom: 6rem;
    margin-top: 7rem;
}
.yx_ds_mr{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.yx_ds_mr_left{
    width: 66%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.yx_ds_mr_left_1_title{
    font-size: 7.5rem;
    font-family: abel;
    color: #000000;
}
.yx_ds_mr_left_1_img{
    width: 13rem;
    height: calc(13rem * 128 / 208);
    border-radius: calc(13rem * 128 / 208);
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 8rem;
}
.yx_ds_mr_left_1_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yx_ds_mr_left_2{
    font-size: 7.5rem;
    font-family: ssm;
    color: #000000;
    line-height: 130%;
    padding-left: 2rem;
}
.yx_ds_mr_right{
    width: 34%;
    height: auto;
}
.yx_ds_mr_right_item{
    width: auto;
    height: auto;
    margin: 1.6rem 0;
    font-size: 1.5rem;
    color: #000000;
    font-family: ssr;
    padding-right: 5rem;
    background-image: url("../images/ds_mr_ico.svg");
    background-repeat: no-repeat;
    background-position: left 0.4rem;
    background-size: 1.5rem;
    padding-left: 2.5rem;
}

.yx_ds_list{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    margin-top: 11.5rem;
}
.yx_ds_list_item{
    width: 100%;
    height: auto;
    padding: 5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.yx_ds_list_item_left{
    width: calc(100% - 45rem);
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.yx_ds_list_item_title{
    font-size: 2.125rem;
    font-family: ssm;
    color: #FFFFFF;
    width: 40%;
    height: auto;
}
.yx_ds_list_item_des{
    width: 60%;
    height: auto;
    font-size: 1.125rem;
    font-family: ssr;
    color: #9B9B9B;
    line-height: 180%;
}

.yx_ds_list_item_right{
    width: 27rem;
    height: auto;
    position: relative;
    z-index: 5;
}
.yx_ds_list_item_right a{
    margin-left: 1.75rem;
}
.yx_ds_list_item_img{
    position: absolute;
    width: 18rem;
    height: calc(18rem * 276 / 302);
    z-index: 0;
    right: 27rem;
    top: calc(50% - calc(18rem * 276 / 302 / 2));
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_ds_list_item:hover .yx_ds_list_item_img{
    opacity: 0.9;
}
.yx_ds_list_item_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yx_ad_box{
    width: 100%;
	height: calc(100vw * 520 / 1920);
    margin-top: 11.5rem;
   /* background-image: url("../images/ds_ad_back.png");
    background-size: cover;
    background-position: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.yx_ad_text{
    font-size: 2.125rem;
    font-family: ssm;
    color: #333333;
}
.yx_ad_texts{
	color: #ffffff;
}
.yx_ad_btn{
    margin-top: 2.625rem;
}
.yx_ad_btn a{
    margin: 0 0.875rem;
}


/*解决方案*/
.yx_fa_qs_title{
    margin-top: 11.5rem;
    text-align: center;
}
.yx_fa_qs_title_cn{
    font-size: 2.625rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_fa_qs_title_en{
    font-size: 1.875rem;
    color: #B5B5B5;
    font-family: abel;
    text-transform: uppercase;
    margin-top: 0.5rem;
}
.yx_fa_qs{
    width: 75vw;
    width: var(--mainwidth);
    height: calc(100vw * 653 / 1920);
    margin: 0 auto;
    position: relative;
    margin-top: 3.625rem;
}
.yx_fa_qs_left{
    position: absolute;
    width: 46%;
    height: 100%;
    left: 0;
    top: 0;
}
.yx_fa_qs_img{
    position: absolute;
    width: 42%;
    height: 58%;
    font-size: 0;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_qs_img_on{
    z-index: 10;
    transform: scale(1.5);
}

.yx_fa_qs_img_back{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_qs_img_on .yx_fa_qs_img_back{
    background: rgba(0,0,0,0);
}
.yx_fa_qs_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    position: relative;
}
.yx_fa_qs_img1{
    left: 0;
    top: 21%;
    transform-origin: 0% 50%;
}
.yx_fa_qs_img2{
    right: 0;
    top: 0%;
    transform-origin: 100% 0%;
}
.yx_fa_qs_img3{
    left: 29%;
    bottom: 0%;
    transform-origin: 50% 100%;
}
.yx_fa_qs_right{
    position: absolute;
    width: 46%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yx_fa_qs_right_title{
    font-size: 3.375rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_fa_qs_sw{
    width: 100%;
    height: auto;
}
.yx_fa_qs_sw .swiper-slide{
    padding-right: 10rem;
}

.yx_fa_qs_pagination{
    width: 100%;
    height: auto;
    bottom: 0;
	position: relative;
	font-size: 2rem;
	font-family: arial;
    color: rgba(255,255,255,0.4);
    margin-top: 3.375rem;
}
.yx_fa_qs_pagination .swiper-pagination-current{
	color: #FFFFFF;
}
.yx_fa_qs_sw_title{
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
    line-height: 100%;
    margin-top: 3.625rem;
}
.yx_fa_qs_sw_etitle{
    font-size: 1rem;
    color: #818181;
    font-family: abel;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 1.25rem;
    
}
.yx_fa_qs_sw_des{
    font-size: 1.125rem;
    color: #E7E7E7;
    font-family: ssr;
    line-height: 170%;
    margin-top: 2.75rem;
}
.yx_fa_qs_right_btn_box{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 2rem;
}


.yx_fa_qs2{
    width: calc(75vw);
    width: calc(var(--mainwidth));
    height: calc(100vw * 653 / 1920);
    margin: 0 auto;
    position: relative;
    margin-top: 11.5rem;
}
.yx_fa_qs2_left{
    position: absolute;
    width: 46%;
    height: 100%;
    right: 9rem;
    top: 0;
}
.yx_fa_qs2_img{
    position: absolute;
    width: 42%;
    height: 58%;
    font-size: 0;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_qs2_img_on{
    z-index: 10;
    transform: scale(1.5);
}

.yx_fa_qs2_img_back{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_qs2_img_on .yx_fa_qs2_img_back{
    background: rgba(0,0,0,0);
}
.yx_fa_qs2_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    position: relative;
}
.yx_fa_qs2_img1{
    left: 0;
    top: 21%;
    transform-origin: 0% 50%;
}
.yx_fa_qs2_img2{
    right: 0;
    top: 0%;
    transform-origin: 100% 0%;
}
.yx_fa_qs2_img3{
    left: 29%;
    bottom: 0%;
    transform-origin: 50% 100%;
}
.yx_fa_qs2_right{
    position: absolute;
    width: 46%;
    height: 100%;
    left: 9rem;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yx_fa_qs2_right_title{
    font-size: 3.375rem;
    color: #FFFFFF;
    font-family: ssm;
}

.yx_fa_qs2_pagination{
    width: 100%;
    height: auto;
    bottom: 0;
	position: relative;
	font-size: 2rem;
	font-family: arial;
    color: rgba(255,255,255,0.4);
    margin-top: 3.375rem;
}
.yx_fa_qs2_pagination .yx_fa_qs2_pagination_now{
	color: #FFFFFF;
}
.yx_fa_qs2_sw_item{
    opacity: 0.5;
    cursor: default;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_qs2_sw_itemon{
    opacity: 1;
}
 .yx_fa_qs2_sw_title{
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
    line-height: 100%;
    margin-top: 2.5rem;
}

.yx_fa_qs2_sw_etitle{
    font-size: 1rem;
    color: #818181;
    font-family: abel;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 1.25rem;
}

.yx_fa_fa_box{
    width: 90%;
    height: auto;
    margin: 0 auto;
   /* margin-top: 11.5rem;*/
}
.yx_fa_fa{
    width: 100%;
    height: calc(90vw * 485 / 1680);
    margin-top: 4.062rem;
}
.yx_fa_fa_sw{
    width: 100%;
    height: 100%;
}
.yx_fa_fa_sw .swiper-wrapper{
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.yx_fa_fa_sw .swiper-slide{
    width: 16%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa_sw .yx_fa_fa_itemon{
    width: calc(52% - 4.5rem);
    height: 100%;
    position: relative;
}


.yx_fa_fa_item{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa_item_img{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.yx_fa_fa_item_img img{
    width: calc(90vw * 0.52 - 4.5rem);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	object-fit: cover;
	object-position: center;
}
.yx_fa_fa_item_back{
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(19, 19, 19, 0.02);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.yx_fa_fa_itemon .yx_fa_fa_item_back{
    opacity: 0;
}
.yx_fa_fa_item_title{
    position: absolute;
    width: 100%;
    height: 86%;
    top: 1rem;
    z-index: 10;
    font-size: 1.375rem;
    font-family: ssm;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 2px;
}
.yx_fa_fa_itemon .yx_fa_fa_item_title{
    opacity: 0;
}
.yx_fa_fa_item_count{
    position: absolute;
    width: 100%;
    height: auto;
    font-family: htb;
    left: 0;
    bottom: -0rem;
    z-index: 10;
    font-size: 4.5rem;
    text-align: center;
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 2px rgba(255,255,255,0.7);
    text-stroke: 2px rgba(255,255,255,0.7);
    line-height: 85%;
}
.yx_fa_fa_itemon .yx_fa_fa_item_count{
    opacity: 0;
}

.yx_fa_fa_item_con{
    position: absolute;
    z-index: 20;
    width: calc(90vw * 0.52 - 4.5rem);
    height: 100%;
    /*background: linear-gradient(180deg, rgba(19,19,19,0.2) 0%, rgba(0,0,0,0.9) 100%);*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 2.812rem;
    padding-bottom: 2.312rem;
    padding-right: 8.9rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa_itemon .yx_fa_fa_item_con{
    opacity: 1;
}
.yx_fa_fa_item_con_title{
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
    transform: translateY(6rem);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa_itemon .yx_fa_fa_item_con_title{
    transform: translateY(0);
    opacity: 1;
}
.yx_fa_fa_item_con_con{
    font-size: 1.125rem;
    color: #E7E7E7;
    font-family: ssr;
    line-height: 170%;
    margin-top: 1rem;
    transform: translateY(6rem);
    opacity: 0;
    -webkit-transition: all 0.5s 0.2s;
    -moz-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
}
.yx_fa_fa_itemon .yx_fa_fa_item_con_con{
    transform: translateY(0);
    opacity: 1;
}



.yx_fa_fa5{
    width: 100%;
    height: calc(90vw * 485 / 1680);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4.062rem;
}

.yx_fa_fa5_sw{
    width: 100%;
    height: 100%;
}
.yx_fa_fa5_sw .swiper-wrapper{
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.yx_fa_fa5_sw .swiper-slide{
    width: 13%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa5_sw .yx_fa_fa5_itemon{
    width: calc(48% - 6rem);
    height: 100%;
    position: relative;
}
.yx_fa_fa5_item{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yx_fa_fa5_item_img{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.yx_fa_fa5_item_img img{
    width: calc(90vw * 0.48 - 6rem);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	object-fit: cover;
	object-position: center;
}
.yx_fa_fa5_item_back{
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(19, 19, 19, 0.02);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.yx_fa_fa5_itemon .yx_fa_fa5_item_back{
    opacity: 0;
}
.yx_fa_fa5_item_title{
    position: absolute;
    width: 100%;
    height: 70%;
    top: 1.5rem;
    z-index: 10;
    font-size: 1.5rem;
    font-family: ssm;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 0.5rem;
}
.yx_fa_fa5_itemon .yx_fa_fa5_item_title{
    opacity: 0;
}
.yx_fa_fa5_item_count{
    position: absolute;
    width: 100%;
    height: auto;
    font-family: htb;
    left: 0;
    bottom: -0rem;
    z-index: 10;
    font-size: 5.5rem;
    text-align: center;
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 2px rgba(255,255,255,0.7);
    text-stroke: 2px rgba(255,255,255,0.7);
    line-height: 85%;
}
.yx_fa_fa5_itemon .yx_fa_fa5_item_count{
    opacity: 0;
}

.yx_fa_fa5_item_con{
    position: absolute;
    z-index: 20;
    width: calc(90vw * 0.48 - 6rem);
    height: 100%;
    /*background: linear-gradient(180deg, rgba(19,19,19,0.2) 0%, rgba(0,0,0,0.9) 100%);*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 2.812rem;
    padding-bottom: 2.312rem;
    padding-right: 8.9rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa5_itemon .yx_fa_fa5_item_con{
    opacity: 1;
}
.yx_fa_fa5_item_con_title{
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
    transform: translateY(6rem);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa5_itemon .yx_fa_fa5_item_con_title{
    transform: translateY(0);
    opacity: 1;
}
.yx_fa_fa5_item_con_con{
    font-size: 1.125rem;
    color: #E7E7E7;
    font-family: ssr;
    line-height: 170%;
    margin-top: 1rem;
    transform: translateY(6rem);
    opacity: 0;
    -webkit-transition: all 0.5s 0.2s;
    -moz-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
}
.yx_fa_fa5_itemon .yx_fa_fa5_item_con_con{
    transform: translateY(0);
    opacity: 1;
}



.yx_fa_fa6{
    width: 100%;
    height: calc(90vw * 485 / 1680);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4.062rem;
}

.yx_fa_fa6_sw{
    width: 100%;
    height: 100%;
}
.yx_fa_fa6_sw .swiper-wrapper{
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.yx_fa_fa6_sw .swiper-slide{
    width: 11%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa6_sw .yx_fa_fa6_itemon{
    width: calc(45% - 6.5rem);
    height: 100%;
    position: relative;
}
.yx_fa_fa6_item{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yx_fa_fa6_item_img{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.yx_fa_fa6_item_img img{
    width: calc(90vw * 0.45 - 6.5rem);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	object-fit: cover;
	object-position: center;
}
.yx_fa_fa6_item_back{
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(19, 19, 19, 0.02);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.yx_fa_fa6_itemon .yx_fa_fa6_item_back{
    opacity: 0;
}
.yx_fa_fa6_item_title{
    position: absolute;
    width: 100%;
    height: 76%;
    top: 1.5rem;
    z-index: 10;
    font-size: 1.5rem;
    font-family: ssm;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 2px;
}
.yx_fa_fa6_itemon .yx_fa_fa6_item_title{
    opacity: 0;
}
.yx_fa_fa6_item_count{
    position: absolute;
    width: 100%;
    height: auto;
    font-family: htb;
    left: 0;
    bottom: -0rem;
    z-index: 10;
    font-size: 5rem;
    text-align: center;
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 2px rgba(255,255,255,0.7);
    text-stroke: 2px rgba(255,255,255,0.7);
    line-height: 85%;
}
.yx_fa_fa6_itemon .yx_fa_fa6_item_count{
    opacity: 0;
}

.yx_fa_fa6_item_con{
    position: absolute;
    z-index: 20;
    width: calc(90vw * 0.45 - 6.5rem);
    height: 100%;
    /*background: linear-gradient(180deg, rgba(19,19,19,0.2) 0%, rgba(0,0,0,0.9) 100%);*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 2.812rem;
    padding-bottom: 2.312rem;
    padding-right: 8.9rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa6_itemon .yx_fa_fa6_item_con{
    opacity: 1;
}
.yx_fa_fa6_item_con_title{
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
    transform: translateY(6rem);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa6_itemon .yx_fa_fa6_item_con_title{
    transform: translateY(0);
    opacity: 1;
}
.yx_fa_fa6_item_con_con{
    font-size: 1.125rem;
    color: #E7E7E7;
    font-family: ssr;
    line-height: 170%;
    margin-top: 1rem;
    transform: translateY(6rem);
    opacity: 0;
    -webkit-transition: all 0.5s 0.2s;
    -moz-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
}
.yx_fa_fa6_itemon .yx_fa_fa6_item_con_con{
    transform: translateY(0);
    opacity: 1;
}


.yx_fa_fa7{
    width: 100%;
    height: calc(90vw * 485 / 1680);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4.062rem;
}

.yx_fa_fa7_sw{
    width: 100%;
    height: 100%;
}
.yx_fa_fa7_sw .swiper-wrapper{
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.yx_fa_fa7_sw .swiper-slide{
    width: 10%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa7_sw .yx_fa_fa7_itemon{
    width: calc(40% - 6rem);
    height: 100%;
    position: relative;
}
.yx_fa_fa7_item{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yx_fa_fa7_item_img{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.yx_fa_fa7_item_img img{
    width: calc(90vw * 0.40 - 6rem);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	object-fit: cover;
	object-position: center;
}
.yx_fa_fa7_item_back{
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(19, 19, 19, 0.02);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.yx_fa_fa7_itemon .yx_fa_fa7_item_back{
    opacity: 0;
}
.yx_fa_fa7_item_title{
    position: absolute;
    width: 100%;
    height: 70%;
    top: 1.5rem;
    z-index: 10;
    font-size: 1.5rem;
    font-family: ssm;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 0.5rem;
}
.yx_fa_fa7_itemon .yx_fa_fa7_item_title{
    opacity: 0;
}
.yx_fa_fa7_item_count{
    position: absolute;
    width: 100%;
    height: auto;
    font-family: htb;
    left: 0;
    bottom: -0rem;
    z-index: 10;
    font-size: 5.5rem;
    text-align: center;
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 2px rgba(255,255,255,0.7);
    text-stroke: 2px rgba(255,255,255,0.7);
    line-height: 85%;
}
.yx_fa_fa7_itemon .yx_fa_fa7_item_count{
    opacity: 0;
}

.yx_fa_fa7_item_con{
    position: absolute;
    z-index: 20;
    width: calc(90vw * 0.4 - 6rem);
    height: 100%;
    /*background: linear-gradient(180deg, rgba(19,19,19,0.2) 0%, rgba(0,0,0,0.9) 100%);*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 2.812rem;
    padding-bottom: 2.312rem;
    padding-right: 8.9rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa7_itemon .yx_fa_fa7_item_con{
    opacity: 1;
}
.yx_fa_fa7_item_con_title{
    font-size: 1.75rem;
    color: #FFFFFF;
    font-family: ssm;
    transform: translateY(6rem);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_fa7_itemon .yx_fa_fa7_item_con_title{
    transform: translateY(0);
    opacity: 1;
}
.yx_fa_fa7_item_con_con{
    font-size: 1.125rem;
    color: #E7E7E7;
    font-family: ssr;
    line-height: 170%;
    margin-top: 1rem;
    transform: translateY(6rem);
    opacity: 0;
    -webkit-transition: all 0.5s 0.2s;
    -moz-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
}
.yx_fa_fa7_itemon .yx_fa_fa7_item_con_con{
    transform: translateY(0);
    opacity: 1;
}

.yx_fa_tp_box{
    width: 100%;
    height: auto;
    margin-top: 11.5rem;
}
.yx_fa_tp{
    width: 100%;
    height: auto;
    background: #000000;
    text-align: center;
    margin-top: 4rem;
    padding: 5rem;
}
.yx_fa_tp img{
    height: 71vh;
}

.yx_fa_ys{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 11.5rem;
}
.yx_fa_ys_left{
    width: 31%;
    height: auto;
}
.yx_fa_ys_leftl{
    width: 100%;
    height: auto;
    position: sticky;
    top: 11vh;
}
.yx_fa_ys_left_title{
    font-size: 2.625rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_fa_ys_left_ltitle{
    font-size: 2rem;
    color: #B5B5B5;
    font-family: ssr;
    line-height: 170%;
    margin-top: 1.75rem;
}
.yx_fa_ys_right{
    width: 52%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yx_fa_ys_item{
    width: 50%;
    height: calc(75vw * 0.52 * 0.5 * 370 / 378);
    height: calc(var(--mainwidth) * 0.52 * 0.5 * 370 / 378);
    position: relative;
    border-top: 1px solid #3D3D3D;
    overflow: hidden;
    padding: 3rem 1.625rem;
}
.yx_fa_ys_item:nth-of-type(1),.yx_fa_ys_item:nth-of-type(2){
    border-top: 1px solid transparent;
}
.yx_fa_ys_item:nth-of-type(2n){
    border-left: 1px solid #3D3D3D;
}
.yx_fa_ys_item_ico img{
    width: 4.875rem;
    height: 4.875rem;
}
.yx_fa_ys_item_title{
    font-size: 1.5rem;
    font-family: ssm;
    color: #FFFFFF;
    margin-top: 2.5rem;
}

.yx_fa_ys_item_btn{
    position: absolute;
    z-index: 15;
    width: 2.5rem;
    height: 2.5rem;
    bottom: 1.625rem;
    left: 1.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_ys_item:hover .yx_fa_ys_item_btn{
    border: 1px solid #000000;
    background: #000000;
}
.yx_fa_ys_item_btn svg{
    width: 60%;
    height: 60%;
    margin: 0 auto;
    fill:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_ys_item:hover .yx_fa_ys_item_btn svg{
   transform: rotate(45deg);
}
.yx_fa_ys_item:hover .yx_fa_ys_item_hide{
    transform: translateY(0%);
    opacity: 1;
}
.yx_fa_ys_item_hide{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 3.75rem 1.8rem;
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_ys_item_hide_title{
    font-size: 1.5rem;
    font-family: ssm;
    color: #333333;
}
.yx_fa_ys_item_hide_des{
    font-size: 1.125rem;
    font-family: ssr;
    color: #666666;
    line-height: 180%;
    margin-top: 1rem;
}


.yx_fa_list{
    width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 11.5rem;
}
.yx_fa_list_left{
    width: 31%;
    height: auto;
    padding-top: 5rem;
}
.yx_fa_list_leftl{
    width: 100%;
    height: auto;
    position: sticky;
    top: 11vh;
}
.yx_fa_list_left_title{
    font-size: 2.625rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_fa_list_left_ltitle{
    font-size: 2rem;
    color: #B5B5B5;
    font-family: ssr;
    line-height: 170%;
    margin-top: 1.75rem;
}
.yx_fa_list_right{
    width: 52%;
    height: auto;
}
.yx_fa_list_item{
    width: 100%;
    height: auto;
}
.yx_fa_list_item a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #3D3D3D;
    padding: 5rem 0;
}

.yx_fa_list_item_title{
    font-size: 2.125rem;
    font-family: ssm;
    color: #FFFFFF;
    width: 40%;
    height: auto;
}

.yx_fa_list_item_btn{
    display: inline-flex;
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
}
.yx_fa_list_item_btn_text{
    font-size: 1.5rem;
    line-height: 100%;
    color: #FFFFFF;
    font-family: ssm;
    transform: translateX(-1rem);
    padding-bottom: 0.2rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_list_item:hover .yx_fa_list_item_btn_text{
    transform: translateX(1rem);
}
.yx_fa_list_item_btn_ico{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #383838;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_list_item:hover .yx_fa_list_item_btn_ico{
    background: #FFFFFF;
}
.yx_fa_list_item_btn_ico svg{
    width: 60%;
    height: 60%;
    margin: 0 auto;
    fill:#383838;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_list_item:hover .yx_fa_list_item_btn_ico svg{
    fill: #000000;
}

.yx_fa_list_item_img{
    position: absolute;
    width: 18rem;
    height: calc(18rem * 276 / 302);
    z-index: 0;
    right: 12rem;
    top: calc(50% - calc(18rem * 276 / 302 / 2));
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_fa_list_item:hover .yx_fa_list_item_img{
    opacity: 0.9;
}
.yx_fa_list_item_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*首页*/
.yx_banner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.yx_banner_sw{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.yx_banner_img{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.yx_banner_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yx_banner_con{
    width: 75vw;
    width: var(--mainwidth);
    height: 100%;
	margin: 0 auto;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yx_banner_title{
    font-size: 3.25rem;
    color: #FFFFFF;
    font-family: ssm;
}
.yx_banner_ltitle{
    font-size: 1.875rem;
    color: #FFFFFF;
    font-family: ssr;
    margin-top: 1rem;
}
.yx_banner_btn{
    margin-top: 5rem;
}
.yx_banner_btn a{
    margin-right: 1.5rem;
}

.yx_banner_pagination{
	width: 100%;
	height: auto;
    padding-left: 12.5vw;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	text-align: left;
	position: absolute;
    left: 0;
    bottom: 4.812rem;
    z-index: 10;
}

.yx_banner_pagination .swiper-pagination-bullet { 
	display: inline-block; 
	width:3.5rem; 
	height:4px;  
	background: #D9D9D9;
    border-radius: 0;
    margin-right: 0.75rem;
	cursor: pointer;  
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.2;
}
.yx_banner_pagination .swiper-pagination-bullet-active{ 
	opacity: 1;
}
.yx_banner_mous{
    width: 2.25rem;
	height: 2.95rem;
    border: 1px solid #FFFFFF;
    border-radius: 2.25rem;
	position: absolute;
    left: calc(50% - 1.125rem);
    bottom: 4rem;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: jxbmamiet 1.3s linear infinite;
    opacity: 0;
    transform: translateY(-0.8rem);
}
@keyframes jxbmamiet
{
    0% {
        opacity: 0;
        transform: translateY(-0.8rem);
    }
    50% {
        opacity: 1;
        transform: translateY(0rem);
    }
    100% {
        opacity: 0;
        transform: translateY(0.8rem);
    }
}
.yx_banner_mous svg{
    width: 70%;
    height: auto;
    margin: 0 auto;
    fill:#ffffff;
}

.yx_banner_menu_btn{
    position: absolute;
    z-index: 10;
    top: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-left: 1.5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_banner_menu_btn:hover{
    background: #FFFFFF;
}
.yx_banner_menu_btn svg{
    fill:#ffffff;
    width: 55%;
    height: 55%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_banner_menu_btn:hover svg{
    fill: #000000;
}

.yx_banner_menu_btn_left{
    left: 5%;
}
.yx_banner_menu_btn_right{
    right: 5%;
}

.yx_id_td_box{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 11.5rem;
}
.yx_id_td_title{
    text-align: center;
}
.yx_id_td_title_1{
    font-size: 1.75rem;
    color: #B5B5B5;
    font-family: ssr;
}
.yx_id_td_title_2{
    font-size: 2.5rem;
    color: #FFFFFF;
    font-family: ssm;
    margin-top: 1rem;
    text-transform: uppercase;
}

.yx_id_td{
    width: 87.5vw;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #131313;
    border-radius: 24px;
    border: 1px solid #353535;
    padding: 6.625rem 7.5%;
    margin-top: 4rem;
}


.yx_id_td_sw{
    width: 100%;
    height: auto;
}
.yx_id_td_sw .swiper-wrapper{
    width: 100%;
    height: auto;
}
.yx_id_td_sw .swiper-slide{
    width: 33.33%;
    height: auto;
    padding: 0 0.75rem;
}

.yx_id_td_sw .swiper-slide:nth-child(odd){
    padding-bottom: 5rem;
}
.yx_id_td_sw .swiper-slide:nth-child(even){
    padding-top: 5rem;
}

.yx_id_td_item{
    width: 100%;
    height: calc(74.5vw * 0.3333 * 558 / 478);
    position: relative;
    overflow: hidden;
    margin: 0 0.75rem;
}
.yx_id_td_item_img{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    overflow: hidden;
}
.yx_id_td_item_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.yx_id_td_item:hover .yx_id_td_item_img img{
    transform: scale(1.1);
}
.yx_id_td_item_back{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    overflow: hidden;
    background: rgba(0,0,0,0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.yx_id_td_item:hover .yx_id_td_item_back{
    background: rgba(0,0,0,0.5);
}
.yx_id_td_item_title{
    position: relative;
    z-index: 10;
    font-size: 2.125rem;
    color: #FFFFFF;
    font-family: ssm;
    padding: 0 2rem;
    margin-top: 2rem;
}
.yx_id_td_item_ltitle{
    position: relative;
    z-index: 10;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-family: abel;
    margin-top: 0.3rem;
    padding: 0 2rem;
    text-transform: uppercase;
}
.yx_id_td_item_con{
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 2rem;
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.yx_id_td_item:hover .yx_id_td_item_con{
    transform: translateX(0%);
    opacity: 1;
}
.yx_id_td_item_conl{
    margin-right: 2.5rem;
    width: 59.6%;
    height: 21rem;
    background: rgba(69, 69, 69, 0.50);
    padding:1.5rem 1.5rem;
    border-radius: 12px;
    padding-top: 1.25rem;
    overflow: auto;
}
.yx_id_td_item_conl span{
    display: block;
    font-size: 1.125rem;
    line-height: 150%;
    color: #FFFFFF;
    font-family: ssr;
    margin-top: 0.7rem;
}


.yx_id_td_item_btn{
    position: absolute;
    z-index: 10;
    left: 2rem;
    bottom: 2rem;
    width: auto;
    height: auto;
}
.yx_id_td_item_btn a{
    display: inline-flex;
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.yx_id_td_item_btn_text{
    font-size: 1.25rem;
    line-height: 100%;
    color: #FFFFFF;
    font-family: ssm;
    transform: translateX(-0.7rem);
    padding-bottom: 0.2rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_id_td_item_btn a:hover .yx_id_td_item_btn_text{
    transform: translateX(0.5rem);
}
.yx_id_td_item_btn_ico{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #383838;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_id_td_item_btn a:hover .yx_id_td_item_btn_ico{
    background: #FFFFFF;
}
.yx_id_td_item_btn_ico svg{
    width: 60%;
    height: 60%;
    margin: 0 auto;
    fill:#383838;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_id_td_item_btn a:hover .yx_id_td_item_btn_ico svg{
    fill: #000000;
}



.yx_id_td2{
    width: 87.5vw;
    height: auto;
    margin: 0 auto;
    background: #131313;
    border-radius: 24px;
    border: 1px solid #353535;
    padding: 6.625rem 0;
    margin-top: 4rem;
    padding-left: 3%;
}
.yx_id_td2_sw{
    width: 100%;
    height: auto;
}
.yx_id_td2_sw .swiper-slide{
    padding: 0 0.75rem;
}

.yx_id_td2_sw .swiper-slide:nth-child(odd){
    padding-bottom: 5rem;
}
.yx_id_td2_sw .swiper-slide:nth-child(even){
    padding-top: 5rem;
}

.yx_id_td2_item{
    width: 100%;
    height: calc(87.5vw * 0.295 * 558 / 478);
    position: relative;
    overflow: hidden;
    margin: 0 0.75rem;
}
.yx_id_td2_item_img{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    overflow: hidden;
}
.yx_id_td2_item_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.yx_id_td2_item:hover .yx_id_td2_item_img img{
    transform: scale(1.1);
}
.yx_id_td2_item_back{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    overflow: hidden;
    background: rgba(0,0,0,0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.yx_id_td2_item:hover .yx_id_td2_item_back{
    background: rgba(0,0,0,0.5);
}
.yx_id_td2_item_title{
    position: relative;
    z-index: 10;
    font-size: 2.125rem;
    color: #FFFFFF;
    font-family: ssm;
    padding: 0 2rem;
    margin-top: 2rem;
}
.yx_id_td2_item_ltitle{
    position: relative;
    z-index: 10;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-family: abel;
    margin-top: 0.3rem;
    text-transform: uppercase;
    padding: 0 2rem;
}
.yx_id_td2_item_con{
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 2rem;
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.yx_id_td2_item:hover .yx_id_td2_item_con{
    transform: translateX(0%);
    opacity: 1;
}
.yx_id_td2_item_conl{
    margin-right: 2.5rem;
    width: 59.6%;
    height: auto;
    background: rgba(69, 69, 69, 0.50);
    padding:2.5rem 1.5rem;
    border-radius: 12px;
    padding-top: 1.25rem;
}
.yx_id_td2_item_conl span{
    display: block;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-family: ssr;
    line-height: 100%;
    margin-top: 1.25rem;
}


.yx_id_td2_item_btn{
    position: absolute;
    z-index: 10;
    left: 2rem;
    bottom: 2rem;
    width: auto;
    height: auto;
}
.yx_id_td2_item_btn a{
    display: inline-flex;
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.yx_id_td2_item_btn_text{
    font-size: 1.5rem;
    line-height: 100%;
    color: #FFFFFF;
    font-family: ssm;
    transform: translateX(-1rem);
    padding-bottom: 0.2rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_id_td2_item_btn a:hover .yx_id_td2_item_btn_text{
    transform: translateX(1rem);
}
.yx_id_td2_item_btn_ico{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #383838;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_id_td2_item_btn a:hover .yx_id_td2_item_btn_ico{
    background: #FFFFFF;
}
.yx_id_td2_item_btn_ico svg{
    width: 60%;
    height: 60%;
    margin: 0 auto;
    fill:#383838;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_id_td2_item_btn a:hover .yx_id_td2_item_btn_ico svg{
    fill: #000000;
}

.yx_id_tdsw_box{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 3rem;
}
.yx_id_tdsw_btn{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-left: 1.5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_id_tdsw_btn:hover{
    background: #FFFFFF;
}
.yx_id_tdsw_btn svg{
    fill:#ffffff;
    width: 55%;
    height: 55%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yx_id_tdsw_btn:hover svg{
    fill: #000000;
}
/*弹出*/
.yx_showy_warp{
	    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 1.375rem 0;
    background: #474747;
}
.yx_showy{
	    width: 75vw;
    width: var(--mainwidth);
    height: auto;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yx_showy_left{
	font-size: 1.142rem;
    line-height: 1.75;
    color: #fff;
	width: 84%;
}
.yx_showy_more a{
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 1.142rem;
    width: 12rem;
    height: 3.5rem;
    background: #fff;
    color: #474747;
    border-radius: 2em;
    transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	cursor: pointer;
}
.yx_showy_more a:hover{ background: var(--OneColor); color: #fff;}
/*地图*/
.custom-info{
        width: 30rem;
        height: auto;
        background: #FFFFFF;
        border: 1px solid rgba(0,0,0,0.1);
        padding:1.5rem 2rem;
    }
    .info-top{
        width: 23rem;
        height: auto;
        line-height: 1.5rem;
        font-size: 1.25rem;
        
        background: #FFFFFF;
    }
    .info-middle{
        width: 100%;
        font-size: 1rem;
        line-height: 160%;
        margin-top:1rem;
    }
    .link-info{
        font-size: 1rem;
        color: var(--OneColor);
        text-align: right;
    }
    .link-info a{
        color: blue;
    }