:root {
    --max: 1200px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top50: 50px;
    --top60: 60px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "siyuanheiti";
    src: url("../fonts/siyuanheiti.otf") format("truetype");
}


@font-face {
    font-family: "zhong";
    src: url("../fonts/zhong.otf") format("truetype");
}


@font-face {
    font-family: "bold";
    src: url("../fonts/Bold.otf") format("truetype");
}

body {
    word-break: break-all;
    font-family: "siyuanheiti";
    background-image: url(../images/body.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 140px;
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 140px;
    position: fixed;
    top: 0;
    z-index: 9;
}

.fixed {
    background: rgba(167, 139, 241);
    height: 100px;
}

.hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    width: 200px;
    overflow: hidden;

}

.logo img {
    width: 100%;
    height: auto;
}

.nav {
    width: max-content;
}

.nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav ul li {
    font-size: var(--size18);
     color: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
    margin-left: 100px;
}

.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}


.nav ul li.nav_cen {
    color: rgba(255, 255, 255, 1);
}

.nav ul li:hover {
    color: rgba(255, 255, 255, 1);
}


.an {
    width: 50px;
    height: 50px;
    display: none;
    position: absolute;
    right: 0%;
    top: 5px;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

.container path {
    stroke: #000000;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.container path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.Core {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto 10vw;
}

.Core>h2 {
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    font-family: 'zhong';
}

.Core>p {
    text-align: center;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: var(--top50);
    border-bottom: 1px solid rgb(222, 207, 252);
    padding-bottom: var(--top60);
}

.Core ul {
    width: 800px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
    margin-top: var(--top60);
}

.Core ul li {
    width: 310px;
    overflow: hidden;
    position: relative;
}

.Core ul li a>img {
    width: 100%;
    height: auto;
}

.Core_Text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 55;
    background: rgba(221, 125, 237, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    opacity: 0;
    transition: all 0.8s;
}

.Core_Text img {
    width: 25px;
    height: auto;
}

.Core_Text p {
    width: 100%;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    text-align: center;
    font-family: 'zhong';
    margin-top: 5px;
}

.Core ul li:hover .Core_Text {
    opacity: 1;
}

.Show {
    width: 1280px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Show video {
    width: 350px;
    object-fit: cover;
    box-shadow: 20px -20px 0 rgba(222, 130, 238, 0.2);
}

.Show_Right {
    flex: 1;
    margin-left: var(--top100);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.Show_List {
    width: 100%;
    overflow: hidden;
}

.Show_List>h2 {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    line-height: 1;
    font-family: 'zhong';
}

.Show_List>h2::after {
    content: "";
    width: 36px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    display: block;
    margin-top: 10px;
}

.Show_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: 15px;
}

.Contact {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.Contact>h2 {
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    font-family: 'zhong';
}

.Contact_Max {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top50);
    margin-top: var(--top100);
}

.Contact_List {
    width: 100%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(228, 159, 239, 0.21);
    border-radius: 10px;
    padding: calc(var(--top50) - 10px);
}

.Contact_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: var(--top30);
}

.Contact_Top img {
    width: 40px;
    height: auto;
}

.Contact_Top h2 {
    font-size: var(--size24);
    color: rgba(255, 255, 255, 0.9);
    font-family: 'zhong';
    line-height: 1;
    margin-left: var(--top20);
}

.Contact_List form {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: var(--top30);
    display: none;
    transition: auto;
}

.Contact_List form label {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: var(--top20);
}

.Contact_List form label p {
    font-size: var(--size20);
    color: rgb(240, 228, 255);
    line-height: 1;
}

.Contact_List form label input {
    width: 100%;
    height: 64px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    font-size: var(--size18);
    color: rgb(240, 228, 255);
    padding: 0 20px;
    margin-top: 10px;
}

.Contact_List form label input:focus {
    color: rgb(226, 149, 239);
}

.submit {
    width: 100%;
    height: 64px;
    background: rgb(226, 149, 239);
    margin-top: var(--top30);
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    display: block;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

.Contact_List a {
    width: 100%;
    height: 64px;
    background: #ffffff;
    border-radius: 10px;
    font-size: var(--size20);
    color: rgb(209, 180, 245);
    display: block;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
.Contact_List a:hover{
    background: rgb(253, 243, 255);
}
.Contact_List a img {
    width: 20px;
    height: auto;
    margin-left: var(--top30);
    margin-right: 10px;
}

.pageSwier {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.pageSwier .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.foot-out {
    height: auto !important;
}

.pageSwier .swiper-slide i {
    width: 35px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.pageSwier .swiper-slide i svg {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.5;
}

.Empou {
    width: var(--max);
    position: absolute;
    left: 50%;
   top: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
}

.Empou h2 {
    text-align: center;
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    font-family: 'zhong';
    line-height: 1;
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s;
}

.Empou p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.6;
    margin-top: var(--top50);
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    transition: all 1.5s;
}

.pageSwier .swiper-slide-active .Empou h2,
.pageSwier .swiper-slide-active .Empou p {
    transform: translateY(0px);
    opacity: 1;
}

.About {
    width: var(--max);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.About_P {
    flex: 1;
    margin-right: var(--top30);
}

.About_P p {
    font-size: var(--size40);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'zhong';
    line-height: 1.2;
    transform: translateX(-150px);
    opacity: 0;
    transition: all 2s;
}

.About_P p:nth-child(2) {
    padding-left: var(--top60);
    transform: translateX(-250px);
    opacity: 0;
    transition: all 2s;
}

.pageSwier .swiper-slide-active .About_P p,
.pageSwier .swiper-slide-active .About_P p:nth-child(2) {
    transform: translateX(0px);
    opacity: 1;
}

.About_Text {
    width: 60%;
    overflow: hidden;
}

.About_Text h2 {
    font-size: var(--size40);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'zhong';
    transform: translateX(150px);
    opacity: 0;
    transition: all 2s;
}

.About_Text p {
    font-size: var(--size18);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-top: var(--top30);
    transform: translateX(250px);
    opacity: 0;
    transition: all 2.5s;
}

.pageSwier .swiper-slide-active .About_Text h2,
.pageSwier .swiper-slide-active .About_Text p {
    transform: translateX(0px);
    opacity: 1;
}

.Corpa {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Corpa>h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'zhong';
    text-align: center;
    line-height: 1;
    opacity: 0;
    transition: all 2s;
}

.pageSwier .swiper-slide-active .Corpa>h2 {
    opacity: 1;
}

.Corpa ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top50);
    margin-top: var(--top50);
}

.Corpa ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: all 3s;
}

.pageSwier .swiper-slide-active .Corpa ul li {
    opacity: 1;
}

.Corpa ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Corpa_Text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(221, 125, 237, 0.8);
    backdrop-filter: blur(5px);
    z-index: 5;
    padding: var(--top30) var(--top60);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    transition: all 0.8s;
    opacity: 0;
}

.Corpa_Text h2 {
    width: 100%;
    overflow: hidden;
    font-size: var(--size24);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'zhong';
}

.Corpa_Text p {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Corpa ul li:hover .Corpa_Text {
    opacity: 1;
}

.HeZuo {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.HeZuo>h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'zhong';
    text-align: center;
    line-height: 1;
    opacity: 0;
    transition: all 3s;
}

.pageSwier .swiper-slide-active .HeZuo>h2 {
    opacity: 1;
}

.HeZuo ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top50) 6vw;
    margin-top: var(--top50);
}

.HeZuo ul li {
    width: 100%;
    height: 130px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgb(255, 210, 244);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all 3s;
}

.HeZuo ul li img {
    max-width: 70%;
    max-height: 80%;
}

.pageSwier .swiper-slide-active .HeZuo ul li {
    opacity: 1;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: rgb(33, 33, 33);
}

.footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.footer_logo {
    width: 200px;
    overflow: hidden;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_max ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    border-bottom: 1px solid rgb(84, 84, 84);
    padding-bottom: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_max ul li {
    font-size: var(--size16);
    color: rgb(172, 171, 171);
}

.tel {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--top30);
}

.tel p {
    font-size: var(--size16);
    color: rgb(182, 182, 182);
}

.beian {
    width: 100%;
    overflow: hidden;
    background: rgb(43, 43, 43);
}

.beian_max {
    width: var(--max);
    overflow: hidden;
    margin: 10px auto;
}

.beian_max p {
    font-size: var(--size14);
    color: rgb(182, 182, 182);
    line-height: 2;
}

.FuHao{
    width: 30px;
    overflow: hidden;
    margin: var(--top50) auto var(--top30);  
}
.FuHao svg{
    width: 100%;
}