: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;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}

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


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

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

body {
    font-family: "siyuanheiti";
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 66px;
    position: relative;
    background: rgba(38, 38, 38, 0.6);
}
.fixed{
    background: rgba(38, 38, 38, 0.2) !important;
    backdrop-filter: blur(5px);
}
.hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    width: 250px;
    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;
    gap: var(--top60);
}

.nav ul li {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: relative;
    line-height: 40px;
}

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


.nav ul li.nav_cen {
    color: rgba(255, 255, 255, 1);
    font-family: 'b'
}

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

.nav_ul {
    width: max-content;
    position: absolute;
    top: 40px;
    left: 0;
    transition: auto;
    display: none;
}

.nav_ul a {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    padding: 15px 35px;
    display: block;
    background: rgba(38, 38, 38, 1);
    text-align: center;
    font-family: 's';
    line-height: 1;
}

.nav_ul a.nav_ul_nav {
    background: rgba(95, 95, 95, 1);
}

.an {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 0%;
    top: 0;
    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: #ffffff;
    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);
}


.MianBao {
    width: var(--max);
    overflow: hidden;
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
}

.MianBao span {
    color: rgba(0, 0, 0, 1);
}

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

.Inve>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    font-family: 'b';
    line-height: 1;
}

.Inve_Top {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}

.Gg {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
}

.Inve_Top ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top20);
    margin-top: var(--top40);
}

.Inve_Top ul li {
    flex: 1 1 18%;
    overflow: hidden;
    border-radius: 10px;
}

.Inve_Top ul li img {
    width: 100%;
    height: auto;
}

.Inve_Cen {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}

.Inve_Cen ul {
    width: 100%;
    overflow: hidden;
}

.Inve_Cen ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--top40);
}

.Inve_Cen ul li img {
    width: 350px;
    height: auto;
    border-radius: 10px;
}

.Inve_Cen ul li p {
    flex: 1;
    margin-left: var(--top80);
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 2;
}

.Inve_Cen ul li p span {
    color: rgba(118, 82, 49, 1);
    font-family: 'z';
}

.Inve_Cen ul li:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.Inve_Cen ul li:nth-child(2n+1) p {
    margin-left: auto;
    margin-right: var(--top80);
}

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

.Cons>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    font-family: 'b';
    line-height: 1;
}

.Cons ul {
    width: 100%;
    overflow: hidden;
}

.Cons ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: var(--top40);
}

.Cons ul li img {
    width: 350px;
    height: auto;
    border-radius: 10px;
}

.Cons_Text {
    flex: 1;
    overflow: hidden;
    margin-right: var(--top80);
}

.Cons_Text h2 {
    width: max-content;
    max-width: 100%;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-family: 'z';
    border-bottom: 1px solid rgba(115, 79, 45, 1);
    padding-bottom: 2px;
}

.Cons_Text p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.7;
    margin-top: var(--top20);
}

.Cons ul li:hover {
    background: rgba(118, 82, 49, 1);
    border-radius: var(--top20);
    padding: var(--top40) var(--top20);
}

.Cons ul li:hover .Cons_Text h2,
.Cons ul li:hover .Cons_Text p {
    color: #ffffff;
}

.Por_Cen {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}

.Por_Cen ul {
    width: 100%;
    overflow: hidden;
}

.Por_Cen ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--top40);
}

.Por_Cen ul li img {
    width: 220px;
    height: auto;
    border-radius: 10px;
}

.Por_Cen ul li p {
    flex: 1;
    margin-left: var(--top50);
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 2;
}

.Por_Cen ul li p span {
    color: rgba(118, 82, 49, 1);
    font-family: 'z';
    margin-right: 15px;
}

.About {
    width: 100%;
    overflow: hidden;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.About_Text h2 {
    font-size: var(--size50);
    color: rgba(255, 255, 255, 1);
    font-family: 'b';
    line-height: 1;
}

.About_Text p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1.7;
    margin-top: var(--top40);
}

.Footer {
    width: 100%;
    overflow: hidden;
    background: rgba(118, 82, 49, 1);
    padding: var(--top60) 0 var(--top40);
}

.Footer_Bei {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.Footer_Bei p {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.6);
}

.YouQin {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
}

.YouQin ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.YouQin ul li {
    width: 24px;
    overflow: hidden;
}

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

.Banner {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.banner_text {
    width: var(--max);
    overflow: hidden;
}

.banner_text h2 {
    font-size: 4vw;
    color: rgba(255, 255, 255, 1);
    font-family: 'b';
    line-height: 1.3;
    text-align: center;
}

.banner_text p {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 5px;
}

.Artl {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.Artl_max {
    width: var(--max);
    overflow: hidden;
}

.Artl_max>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-family: 'b';
}

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

.Artl_max ul li {
    width: 100%;
    overflow: hidden;
    border-radius: var(--top30);
    background: rgba(255, 255, 255, 1);
    padding: var(--top30) var(--top60) var(--top80);

}

.Artl_max ul li p {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1;
    font-family: 'z';
}

.Artl_max ul li p::after {
    content: "";
    width: 9px;
    height: 15px;
    background: linear-gradient(180deg, #AC77FF -50%, #FFAC56 100%);
    position: absolute;
    top: 50%;
    left: calc(0px - var(--top40));
    transform: translateY(-50%);

}

.Artl_max ul li p img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.Artl_max ul li h2 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: var(--top50);
    line-height: 1.5;
}

.Sub {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.Sub_max {
    width: var(--max);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid;
    border-image-source: linear-gradient(244.53deg, #794D26 -4.94%, #FFE1C5 30.59%, #E2AF54 101.31%);
    padding: var(--top60);
}

.Sub_max>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-family: 'b';
}

.Sub_max>p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.9);
    margin-top: var(--top20);
    text-align: center;
}

.Sub_max form {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Sub_max form input {
    width: 32%;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.6);
    padding: 0 var(--top40);
}

.Sub_max form input.submit {
    width: 280px;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    margin: auto;
    margin-top: var(--top60);
    font-size: var(--size20);
    color: rgba(118, 82, 49, 1);
    font-family: 'b';
    text-transform: uppercase;
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

.Portuc {
    width: 100%;
    height: 100vh;
    background: rgba(118, 82, 49, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Portuc>img {
    width: 45%;
    height: 100%;
    object-fit: cover;
}

.Portuc_Right {
    width: 55%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
}

.Portuc_Text {
    width: 680px;
    max-width: calc(100% - 15px);
    overflow: hidden;
    padding-left: 160px;
}

.Portuc_Text p {
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    line-height: 2;
}

.Portuc_Text p::before {
    content: "";
    width: 80px;
    height: 2px;
    background: rgba(241, 241, 241, 1);
    display: block;
    margin-bottom: var(--top30);
}

.Portuc_Text a {
    display: block;
    width: max-content;
    line-height: 38px;
    background: rgba(255, 255, 255, 1);
    border-radius: 38px;
    padding: 0 30px;
    margin-top: var(--top50);
}

.Portuc_K {
    width: max-content;
    font-size: 66px;
    color: #ffffff;
    font-family: 'b';
    line-height: 1;
    position: absolute;
    top: var(--top80);
    left: 30px;
    writing-mode: vertical-lr;
    text-align: center;
    display: inline-block;
    letter-spacing: 10px;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}



.Dabaio{
    width: 100%;
    overflow: hidden;
    background: rgba(38, 38, 38, 1);
    padding: 10vw 0;
    text-align: center;
    font-size: var(--size24);
    line-height: 1.7;
    text-transform: uppercase;
    color: #ffffff;
}
.Dabaio_max{
    width: 100%;
    overflow: hidden;
}
.Dabaio_miom{
    width: var(--max);
    margin: 20vw auto 100px;
}

.Dabaio_miom h2{
    font-size: var(--size36);
    color: #ffffff;
    font-family: 'b';
    text-transform: uppercase;
    
}
.Dabaio_miom_text{
    font-size: var(--size16);
    line-height: 1.7;
    color: #ffffff;
    margin-top: 20px;
}

