:root {
    --max: 1500px;
    --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-face {
}


@font-face {
}

body {
    background: #212131;
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 160px;
    position: relative;
    background-image: url(../images/heater.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% cover;
}
.fixed{
    height: 100px;
    position: fixed;
}
.hertre_cen {
    width: calc(100% - 20vw);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    width: 500px;
    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: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    margin-left: 4vw;
}

.nav ul li:nth-child(1) {
    margin-left: 0px;
}

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


.nav ul li.nav_cen {
    color: #ec078d
}

.nav ul li:hover {
    color: #ec078d;
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: #ec078d;
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.3s;
}

.nav ul li.nav_cen::after {
    width: 100%;
}

.nav ul li:hover::after {
    width: 100%;
} */

.an {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    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);
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 200px;
}

.banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_text h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.banner_text h2::after {
    content: "";
    width: 150px;
    height: 2px;
    background: rgb(255, 255, 255);
    display: block;
    margin: auto;
    margin-top: var(--top30);
}

.banner_text p {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.8;
    margin-top: var(--top30);
}

.JieShao {
    width: 100%;
    overflow: hidden;
    background: #212131;
    /* background-image: url(../images/jieshhao.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto; */
    position: relative;
}

.JieShao_Img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

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

.JieShao_Img::after {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(35, 36, 53, 0.1) 0%, rgba(44, 39, 62, 1) 50%, rgba(35, 36, 53, 0.1) 100%);
    position: absolute;
    bottom: -50%;
    left: 0;
    transform: translateY(-50%);
}

.JieShao_Max {
    width: 1230px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top60) auto;
    position: relative;
    z-index: 5;
}

.JieShao_Hui {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.JieShao_HuiImg {
    width: 485px;
    overflow: hidden;
}

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

.JieShao_HuiText {
    width: calc(100% - 505px);
    overflow: hidden;
}

.JieShao_HuiText h2 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: var(--top20);
}

.JieShao_HuiText h3 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: var(--top20);
}

.JieShao_HuiText p {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-top: var(--top20);
}

.JieShao_Guo {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 60% auto;
}

.JieShao_GuoMo {
    width: 485px;
    height: 510px;
    background: #303149;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 25px;
}

.JieShao_GuoMo h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}

.JieShao_GuoMo h2::after {
    content: "";
    width: 110px;
    height: 3px;
    background: rgb(70, 74, 115);
    display: block;
    margin-top: var(--top20);
}

.JieShao_GuoMo p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-top: var(--top20);
}

.JieShao_GuoRi {
    width: calc(100% - 505px);
    overflow: hidden;
}

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

.JieShao_GuoRi_Text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    border-left: 10px solid rgb(70, 74, 115);
    padding-left: 20px;
}

.JieShao_GuoRi_Text h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}

.JieShao_GuoRi_Text p {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-top: var(--top20);
}

.FaZhan {
    width: 100%;
    overflow: hidden;
    background: #1e1d2c;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: var(--top100) 0;
}

.FaZhan h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
}

.FaZhan h3 {
    text-align: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    margin-top: 15px;
}

.FaZhan_Max {
    width: 1360px;
    max-width: calc(100% - 30px);
    position: relative;
    margin: auto;
    margin-top: var(--top60);
}

.FaZhan_Max img {
    width: 1920px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.FaZhan_Max ul {
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.FaZhan_Max ul li {
    width: 100%;
    overflow: hidden;
}

.FaZhan_Max ul li h4 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}

.FaZhan_Max ul li p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
}

.FaZhan_Max ul li:nth-child(2n+1) {
    margin-top: 210px;
}

.FaZhan_Max ul li:nth-child(2n+1) p {
    margin-top: 70px;
}

.FaZhan_Max ul li:nth-child(2n) {
    margin-top: 50px;
}

.FaZhan_Max ul li:nth-child(2n) p {
    margin-top: 120px;
}

.FaZhan_Max ul li:nth-child(2n) h4 {
    padding-right: 30px;
}

.CanJia {
    width: 100%;
    overflow: hidden;
    background: #212131;
    background-image: url(../images/ditu.png);
    background-position: top right 9vw;
    background-repeat: no-repeat;
    background-size: 500px auto;
    position: relative;
}
.CanJia::after{
    content: "";
    width: 830px;
    height: 760px;
    background-image: url(../images/quan.png);
    background-position: top right 9vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 30%;
    left: -100px;
}
.CanJia_MAx {
    width: var(--max);
    margin: var(--top60) auto var(--top120);
    position: relative;
    z-index: 5;
}

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

.CanJia_To h2 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    text-align: center;
}

.CanJia_To p {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 10px;
}

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

.CanJia_Mj h2 {
    font-size: var(--size24);
    color: rgb(242, 209, 156);
    text-align: center;
}

.CanJia_Mj ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: var(--top50);
}

.CanJia_Mj ul li {
    width: 100%;
    overflow: hidden;
    background: #3d3d53;
    border-radius: 10px;
    padding: var(--top50) var(--top30);
}

.CanJia_Mj ul li img {
    width: max-content;
    height: 40px;
    margin: auto;
}

.CanJia_Mj ul li h4 {
    text-align: center;
    font-size: var(--size16);
    color: rgb(242, 209, 156);
    margin-top: 15px;
}

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

.CanJia_Yix h2 {
    font-size: var(--size24);
    color: rgb(242, 209, 156);
    text-align: center;
}

.CanJia_Yix ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--top20);
    margin-top: var(--top50);
}

.CanJia_Yix ul li {
    width: 100%;
    overflow: hidden;
    background: #3d3d53;
    border-radius: 10px;
    padding: var(--top50) var(--top60);
    box-shadow: -2px -2px 2px 0px #64647c;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    position: relative;
}
.CanJia_Yix ul li p{
    font-size: var(--size20);
    color: rgb(240, 194, 120);
    line-height: 1.5;
    position: relative;
    z-index: 2;
}
.CanJia_Yix ul li span {
    font-size: 10vw;
    color: rgb(44, 49, 79,0.5);
    font-family: 'bold';
    position: absolute;
    line-height: 1;
    bottom: var(--top20);
    right: var(--top30);
}
.CanJia_Fang{
    width: 1340px;
    margin: auto;
    max-width: 100%;
    position: relative;
    margin-top: var(--top120);
}
.CanJia_Fang ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 6.5vw;
    margin-top: var(--top50);
    position: relative;
    z-index: 2;
}

.CanJia_Fang ul li {
    width: 100%;
    overflow: hidden;
    background: #3d3d53;
    border-radius: 10px;
    padding: var(--top50) var(--top60);
    box-shadow: -2px -2px 2px 0px #64647c;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px;
    position: relative;
}
.CanJia_Fang ul li p{
    font-size: var(--size20);
    color: rgb(240, 194, 120);
    line-height: 1.5;
    position: relative;
    z-index: 2;
}
.CanJia_Fang h2{
    width: max-content;
    line-height: 60px;
    border: 1px solid rgb(150, 150, 181);
    border-radius: 10px;
    padding: 0 var(--top60);
    margin: auto;
    font-size: var(--size24);
    color: rgb(242, 209, 156);
    margin-top: var(--top60);
    position: relative;
    z-index: 2;
    background: #212131;
}
.CanJia_Fang::after{
    content: "";
    width: 80%;
    height: calc(100% - 80px);
    border: 1px solid rgb(150, 150, 181);
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.CanJia_Qing {
    width: 100%;
    margin-top: var(--top60);
    position: relative;
}
.CanJia_Qing::after{
    content: "";
    width: 200px;
    height: 130px;
    background-image: url(../images/feiji.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -60px;
    right: -50px;
    z-index: -1;
    opacity: 0.5;
}
.CanJia_Qing h2 {
    font-size: var(--size24);
    color: rgb(242, 209, 156);
    text-align: center;
}

.CanJia_Qing ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: var(--top30);
}

.CanJia_Qing ul li {
    width: 100%;
    overflow: hidden;
    background: #313145;
    border-radius: 10px;
    padding: var(--top50) var(--top60);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.CanJia_Qing ul li p{
    font-size: var(--size20);
    color: rgb(240, 194, 120);
    line-height: 1.5;
    position: relative;
    z-index: 2;
}
.CanJia_Qing>p{
    font-size: var(--size18);
    color: rgb(138, 138, 165);
    text-align: center;
    line-height: 1.6;
    margin-top: var(--top20);
}

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

.CanJia_Zhui h2 {
    font-size: var(--size24);
    color: rgb(242, 209, 156);
    text-align: center;
}

.CanJia_Zhui ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: var(--top50);
}

.CanJia_Zhui ul li {
    width: 100%;
    overflow: hidden;
    background: #3d3d53;
    border-radius: 10px;
    padding: var(--top50) var(--top60);
    box-shadow: -2px -2px 2px 0px #64647c;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.CanJia_Zhui ul li p{
    font-size: var(--size20);
    color: rgb(240, 194, 120);
    line-height: 1.5;
    position: relative;
    z-index: 2;
}
.HeZuo{
    width: 100%;
    overflow: hidden;
    background-image: url(../images/tijiao.png);
    background-position: center right -30%;
    background-repeat: no-repeat;
    background-size: 70% auto;
}
.HeZuo_Max{
    width: 888px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top100) auto;
}
.HeZuo_Max>h2{
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    line-height: 1;
}
.HeZuo_Max>p{
    text-align: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: 15px;
}
.HeZuo form{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}
.HeZuo form label{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--top30);
}
.HeZuo form label>p{
    width: 140px;
    font-size: 16px;
    color: rgb(242, 209, 156);
    line-height: 40px;
}
.HeZuo form label textarea{
    width: calc(100% - 140px);
    height: 150px;
    background: rgb(255, 255, 255);
    border: transparent;
    font-size: var(--size14);
    color: #212131;
    padding: 15px;
    resize: none;
}
.HeZuo form label input{
    width: calc(100% - 140px);
    height: 40px;
    background: rgb(255, 255, 255);
    border: transparent;
    font-size: var(--size14);
    color: #212131;
    padding: 15px;
    resize: none;
}
.Label{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: auto;
}
.Label:nth-child(2){
    margin-right: var(--top50);
}
.Label p{
    font-size: 16px;
    color: rgb(242, 209, 156);
    line-height: 40px;
}
.Label input{
    width: 200px !important;
    margin-left: 10px;
}
.submit{
    width: 300px;
    height: 60px;
    background: rgb(240, 194, 120);
    border-radius: 60px;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    margin: auto;
    display: block;
    cursor: pointer;
}
.layui-layer{
    transition: auto;
}
.Banner{
    width: 100%;
    position: relative;
    background-image: url(../images/beijingtu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--top60) 0;
}
.Banner::after{
    content: "";
    width: 50px;
    height: 180px;
    background-image: url(../images/dian.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -90px;
    left: 5vw;
} 
.Banner::before{
    content: "";
    width: 220px;
    height: 60px;
    background-image: url(../images/dian2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -30px;
    right: 3.5vw;
} 
#certify {
	position: relative;
	width: 100%;
    overflow: hidden;
}

#certify  .swiper-slide {
	width: 500px;
	height: auto;
    position: relative;
}
#certify  .swiper-slide::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(38, 38, 38,0.6);
    position: absolute;
    top: 0;
    left: 0;
}
#certify  .swiper-slide img{
	width: 100%;
    height: auto;
}
#certify  .swiper-slide-active::after{
    display: none;
}

.TiaoJian{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}
.TiaoJian  h2{
    width: 500px;
    max-width: 100%;
    margin: auto;
    background: linear-gradient(90deg, rgba(33,33,48,1) 0%, rgba(84,70,59,1) 20%, rgba(241,140,46,1) 50%, rgba(84,70,59,1) 80%, rgba(33,33,48,1) 100%);
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    line-height: 60px;
    text-align: center;
}
.TiaoJian ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: var(--top50);
}

.TiaoJian ul li {
    width: 100%;
    overflow: hidden;
    background: url(../images/kuanf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    position: relative;
    align-content: center;
}
.TiaoJian ul li p{
    width: 100%;
    font-size: var(--size24);
    color: rgb(241, 163, 37);
    line-height: 1.5;
    text-align: center;
    font-family: 'zhong';
}
.TiaoJian ul li h3{
    width: 100%;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
}
.TiaoJian>p{
    text-align: center;
    font-size: var(--size24);
    color: rgb(242, 209, 156);
    margin-top: var(--top30);
}

.YaoLing{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}
.YaoLing  h2{
    width: 500px;
    max-width: 100%;
    margin: auto;
    background: linear-gradient(90deg, rgba(33,33,48,1) 0%, rgba(84,70,59,1) 20%, rgba(241,140,46,1) 50%, rgba(84,70,59,1) 80%, rgba(33,33,48,1) 100%);
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    line-height: 60px;
    text-align: center;
}
.YaoLing ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: var(--top50);
}

.YaoLing ul li {
    width: 100%;
    overflow: hidden;
    background: url(../images/kuanf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    position: relative;
    align-content: center;
}
.YaoLing ul li p{
    width: 100%;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: center;
}

.ShouTou{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}
.ShouTou  h2{
    width: 500px;
    max-width: 100%;
    margin: auto;
    background: linear-gradient(90deg, rgba(33,33,48,1) 0%, rgba(84,70,59,1) 20%, rgba(241,140,46,1) 50%, rgba(84,70,59,1) 80%, rgba(33,33,48,1) 100%);
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    line-height: 60px;
    text-align: center;
}
.ShouTou p{
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 2.5;
    text-align: center;
    margin-top: var(--top60);
}
.Liu{
    width: 940px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top100) auto;
}
.Liu  h2{
    width: 500px;
    max-width: 100%;
    margin: auto;
    background: linear-gradient(90deg, rgba(33,33,48,1) 0%, rgba(84,70,59,1) 20%, rgba(241,140,46,1) 50%, rgba(84,70,59,1) 80%, rgba(33,33,48,1) 100%);
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    line-height: 60px;
    text-align: center;
}
.Liu ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    justify-content: space-between;
    position: relative;
}
.Liu ul::after{
    content: "";
    width: calc(100% - 200px);
    height: 3px;
    background: rgb(133, 133, 170);
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
}
.Liu ul li{
    width: 195px;
    overflow: hidden;
}
.Liu ul li h3{
    text-align: center;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1;
}
.Liu ul li h3::after{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin: 30px auto;
    transform: rotate(45deg);
    background: rgb(243, 140, 45);
    position: relative;
    z-index: 5;
}
.Liu ul li p{
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    line-height: 2;
}
.HeShew{
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.HeShew_a{
    width: 35%;
    line-height: 80px;
    border-radius: 80px;
    text-align: center;
    background-image: url(../images/beijing.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    position: relative;
}
.HeShew_a a{
    display: block;
}
.HeShew_a:nth-child(2){
    width: 62%;
    background-image: url(../images/beijing2.png);
}
.HeShew_a:nth-child(2)::after{
    content: "";
    width: 100px;
    height: 100px;
    background-image: url(../images/jiantou.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 40px;
    right: 10px;
}
.EinIn{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.EinIn_Max{
    width: 1320px;
    max-width: calc(100% - 30px);
    margin: 8vw auto 12vw;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 5vw; 
}
.EinIn_Max h2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: var(--size40);
    color: rgb(242, 209, 156);
    line-height: 1;
}
.EinIn_Max h2::after{
    content: "";
    width: 100px;
    height: 30px;
    background-image: url(../images/you.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    margin-left: 20px;
}
.EinIn_Max h2::before{
    content: "";
    width: 100px;
    height: 30px;
    background-image: url(../images/you.png);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    margin-right: 20px;
}
.EinIn_Max h3{
    text-align: center;
    font-size: var(--size24);
    color: rgb(200, 171, 125);
    margin-top: var(--top20);
    line-height: 1;
}
.EinIn_Max p{
    text-align: center;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
    line-height: 1.5;
    margin-top: var(--top30);
}
.EinIn_Max p::before{
    content: "";
    width: 100%;
    height: auto;
    background-image: url(../images/xiann.png);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    padding-bottom: 60px;
}
.ShiJian{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row-reverse
}
.ShiJian_Loe{
    width: 430px;
    overflow: hidden;
}
.ShiJian_Loe h2{
    font-size: var(--size30);
    color: rgb(242, 209, 156);
    text-align: right;
}
.ShiJian_Loe p{
    font-size: var(--size16);
    color: rgb(242, 209, 156);
    line-height: 1.5;
    text-align: right;
    margin-top: var(--top60);
}
.ShiJian_Loe a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-size: var(--size20);
    color: rgb(242, 209, 156);
    margin-top: var(--top30);
}
.ShiJian_Loe a svg{
    width: 38px;
    height: auto;
    margin-right: 20px;
}
.ShiJian_Xun{
    width: calc(100% - 600px);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}
.ShiJian_Xun ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}
.ShiJian_Xun ul li{
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    padding: 25px;
}
.ShiJian_Xun ul li img{
    width: max-content;
    height: 40px;
}
.ShiJian_Xun ul li p{
    font-size: var(--size18);
    color: rgb(242, 209, 156);
    line-height: 1.5;
    margin-top: var(--top30);
}
.ShiJian_Xun ul li h2{
    font-size: var(--size36);
    color: rgb(242, 209, 156);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ShiJian_Xun ul li h2 span{
    font-size: var(--size16);
}
.ZoiPin{
    width: 100%;
    overflow: hidden;
    margin: var(--top100) auto;
}
.ZoiPin h2{
    text-align: center;
    font-size: var(--size30);
    color: rgb(242, 209, 156);
}
.ZoiPin_Swiper{
    width: 100%;
    margin-top: var(--top60);
}
.ZoiPin_Swiper img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.ZoiPin_Swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.Top{
    width: calc(100% - 180px);
    margin: var(--top100) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Top>img{
    width: 50%;
    height: auto;
}

.Top_Rig{
    width: 45%;
    overflow: hidden;
    margin-top: var(--top120);
}

.Top_Rig_Text{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Top_Rig_Text img{
    width: 60px;
    height: auto;
}
.Top_Rig_Text h2{
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    margin-left: var(--top20);
}
.Top_Rig p{
    font-size: var(--size24);
    color: rgb(242, 209, 156);
    line-height: 2;
    border-top: 1px solid rgb(242, 209, 156);
    margin-top: var(--top50);
    padding-top: var(--top50);
}
.Top_Rig .btn{
    width: 100%;
    line-height: 80px;
    border-radius: 80px;
    text-align: center;
    background-image: url(../images/beijing3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    position: relative;
    display: block;
    margin-top: var(--top120);
}

.footer {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
}

.footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer_l {
    width: calc(100% - 0px);
    overflow: hidden;
}

.footer_l img {
    width: 400px;
    height: auto;
}

.lxim {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 30px;
    margin-top: 20px;
    border-top: 1px solid rgb(255, 255, 255,0.5);
    padding-top: 20px;
}

.footer_r {
    width: 170px;
    overflow: hidden;
}

.footer_r img {
    width: 150px;
    height: auto;
    text-align: center;
    margin: auto;
}

.footer_r h1 {
    text-align: center;
    font-size: var(--size14);
    color: rgb(249, 249, 249);
    margin-top: var(--top20);
    line-height: 1.8;
}

.beian {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
    font-size: var(--size16);
    color: rgb(170, 170, 170);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.5;
}
