: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: "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 {
    font-family: "siyuanheiti";
}

.hertre {
    width: 100%;
    z-index: 999;
    position: relative;
    background: #fff;
}

.hertre_Top {
    width: 100%;
    height: 60px;
    background: rgb(34, 34, 34);
}

.hertre_Top_Max {
    width: calc(100% - 200px);
    height: 100%;
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.hertre_Top_Max ul {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.hertre_Top_Max ul li {
    width: max-content;
    overflow: hidden;
}

.hertre_Top_Max ul li img {
    width: auto;
    height: 14px;
}

.Lon {
    width: max-content;
    background-image: url(../images/tuichhu.png);
    background-position: left var(--top40) center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin: 0 var(--top40);
    padding: 0 var(--top40);
    padding-left: calc(25px + var(--top40));
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
}

.Tame {
    width: max-content;
    background-image: url(../images/shijian.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding-left: 25px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-right: 40px;
}


.hertre_cen {
    width: 100%;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.logo {
    width: 220px;
    overflow: hidden;
    margin-left: 100px;
}

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

.KeFu {
    width: max-content;
    height: 100%;
    margin-left: var(--top40);
    padding: 0 var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
}

.KeFu>img {
    width: 40px;
    height: auto;
}

.KeFu_Text {
    width: max-content;
    margin-left: var(--top20);
}

.KeFu_Text h2 {
    font-size: var(--size16);
    color: rgb(36, 36, 36);
    line-height: 1;
}

.KeFu_Text p {
    font-size: var(--size24);
    color: rgb(36, 36, 36);
    line-height: 1;
    margin-top: 10px;
    font-family: 'zhong';
}

.nav {
    width: max-content;
    margin-left: auto;
}

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

.nav ul li {
    font-size: var(--size16);
    color: rgb(36, 36, 36);
    text-align: center;
    position: relative;
    margin-right: var(--top50);
}

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


.nav ul li.nav_cen {
    color: rgb(237, 181, 9)
}

.nav ul li:hover {
    color: rgb(237, 181, 9);
}


.SuoSou {
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgb(221, 221, 221);
    cursor: pointer;
}

.SuoSou img {
    width: 22px;
    height: auto;
}

.suosouaa {
    width: 700px;
    max-width: 96%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 15px 3px #00000020;
    z-index: 99999;
}

.suosouaa form {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.suosouaa_s {
    width: calc(100% - 100px);
    height: 50px;
    border: 1px solid rgb(237, 181, 9);
    font-size: var(--size14);
    color: rgb(237, 181, 9);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.suosouaa_t {
    width: 100px;
    height: 50px;
    border: transparent;
    background: rgb(237, 181, 9);
    color: #ffffff;
    font-size: var(--size14);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* .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: #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);
}

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

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


.banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: var(--size36);
    line-height: 1;
    color: rgb(255, 255, 255);
}

.Video {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}

.Video ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.Video ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(246, 246, 246);
}

.Video ul li video {
    width: 100%;
    height: auto;
}

.Video ul li h2 {
    padding: var(--top30) 10px;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.Mianbao {
    width: max-content;
    background: rgb(237, 181, 9);
    border-radius: 3px;
    padding: var(--top20) var(--top60);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin: auto;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.Mianbao img {
    width: 13px;
    height: auto;
    margin: 0 8px;
}

.Hui {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
}

.LianXi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.LianXi_Left {
    width: 380px;
    overflow: hidden;
    background: rgb(237, 181, 9);
    padding: var(--top40);
}

.Gg {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1;
    position: relative;
    padding-left: 40px;
}

.Gg::after {
    content: "";
    width: 15px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 15px;
    top: 5px;
}

.Gg::before {
    content: "";
    width: 30px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    bottom: 5px;
}

.LianXi_Left ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
    margin-top: var(--top40);
}

.LianXi_Left ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: var(--top40);
}

.LianXi_Left ul li img {
    width: 36px;
    height: auto;
}

.LianXi_Text {
    flex: 1;
    margin-left: var(--top20);
}

.LianXi_Text h2 {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.LianXi_Text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: 5px;
}

.LianXi_Right {
    flex: 1;
    padding: var(--top60);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.LianXi_Right h2 {
    width: 100%;
    overflow: hidden;
    font-size: var(--size30);
    color: rgb(34, 34, 34);
}

.LianXi_Right h2::after {
    content: "";
    width: 64px;
    height: 8px;
    background-image: url(../images/xianxain.png);
    ;
    background-size: 100% 100%;
    display: block;
    margin-top: 15px;
}

.LianXi_Right p {
    font-size: var(--size14);
    color: rgb(87, 87, 87);
    margin-top: var(--top20);
}

.LianXi_Right form {
    width: 100%;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.LianXi_Right form input {
    width: 100%;
    height: 60px;
    border: 1px solid rgb(229, 229, 229);
    font-size: var(--size14);
    color: rgb(34, 34, 34);
    padding: 0 var(--top20);
}

.LianXi_Right form input:nth-child(1),
.LianXi_Right form input:nth-child(2) {
    width: calc(50% - 8px);
}

.LianXi_Right form textarea {
    width: 100%;
    height: 130px;
    border: 1px solid rgb(229, 229, 229);
    font-size: var(--size14);
    color: rgb(34, 34, 34);
    padding: 10px var(--top20);
    font-family: 'siyuanheiti';
    resize: none;
}

.LianXi_Right form input.submit {
    width: 220px;
    background: rgb(237, 181, 9);
    color: rgb(255, 255, 255);
    cursor: pointer;
}


.ChanPin {
    width: 1400px;
    max-width: calc(100% - 30px);
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ChanPin_Left {
    width: 380px;
    overflow: hidden;
    background: rgb(237, 181, 9);
    padding: var(--top40);
}

.ChanPin_Left ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
}

.ChanPin_Left ul li {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ChanPin_Left ul li svg {
    width: 20px;
    height: auto;
}

.ChanPin_Left ul li p {
    flex: 1;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-left: 10px;
}

.ChanPin_Left ul li p span {
    border-bottom: 1px solid rgb(237, 181, 9);
    display: block;
    width: max-content;
}

.ChanPin_Left ul li.selected svg path {
    fill: #000000;
}

.ChanPin_Left ul li.selected p span {
    border-bottom: 1px solid #ffffff;
}

.FanWei {
    width: 100%;
    margin-top: var(--top50);
}

.FanWei_text {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.FanWei_text input {
    width: 50px;
    height: max-content;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

.FanWei_text input.Submit {
    width: 150px;
    height: 36px;
    background: #ffffff;
    color: #000000;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.huakuai {
    width: 100%;
    margin-top: 30px;
}

.huakuai div {
    transition: auto !important;
}

.huakuai .layui-slider {
    height: 4px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}

.huakuai .layui-slider-wrap {
    width: 23px;
    height: 27px;
    background-image: url(../images/tuan.png);
    background-size: 100% 100%;
    top: -12px;
}

.huakuai .layui-slider-wrap .layui-slider-wrap-btn {
    width: 100%;
    height: 100%;
    border: transparent !important;
    background: transparent;
    border-radius: 0%;
    display: block;
}

.ChanPin_Right {
    flex: 1;
    margin-left: var(--top30);
}

.ChanPin_Top {
    width: 100%;
    background: rgb(249, 249, 249);
    padding: var(--top20) var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

.ChanPin_Top_max {
    width: max-content;
    font-size: var(--size16);
    color: rgb(85, 85, 85);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ChanPin_Righhtuy {
    width: max-content;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

.ChanPin_Righhtuy i.layui-icon-down:before {
    font-size: 12px;
    margin-left: 10px;
}

.ChanPin_Righhtuy ul {
    width: max-content;
    overflow: hidden;
    position: absolute;
    top: 25px;
    right: 0;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px 20px;
    box-shadow: 0px 0px 5px 3px #00000010;
    transform: scale(0);
    transform-origin: top right;
}

.ChanPin_Righhtuy:hover ul {
    transform: scale(1);
}

.ChanPin_Righhtuy ul li {
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
}

.ChanPin_Right>ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: var(--top40);
    gap: var(--top20);
}

.ChanPin_Right>ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
}

.ChanPin_Right>ul li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.Textr {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
}

.Textr>h2 {
    font-size: var(--size20);
    color: rgb(34, 34, 34);
    font-family: 'bold';
}

.Textr_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    display: none;
}

.Textr_Top p {
    font-size: var(--size14);
    color: rgb(237, 181, 9);
}

.Textr_Top p:nth-child(2) {
    border-left: 1px solid rgb(223, 223, 223);
    padding-left: var(--size20);
    margin-left: var(--size20);
}

.Textr_Cen {
    width: 100%;
    overflow: hidden;
    margin: var(--top30) auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
}

.Textr_Cen p {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: rgb(34, 34, 34);
    position: relative;
    padding-left: 12px;
}

.Textr_Cen p::after {
    content: "";
    width: 6px;
    height: 6px;
    background: rgb(237, 181, 9);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.YuanJia {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(223, 223, 223);
    padding-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.YuanJia_Texy {
    width: max-content;
    overflow: hidden;
}

.YuanJia_Texy h2 {
    font-size: var(--size16);
    color: rgb(34, 34, 34);
    line-height: 1;
}

.YuanJia_Texy p {
    font-size: 12px;
    color: rgb(125, 125, 125);
    line-height: 1;
    margin-top: 10px;
}

.YuanJia>h2 {
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    line-height: 1;
    font-family: 'bold';
    margin-left: auto;
    margin-right: var(--top20);
}

.YuanJia>p {
    font-size: var(--size16);
    color: rgb(106, 106, 106);
    line-height: 1;
    text-decoration: line-through;
}

.ChanPin_Right>ul li>a {
    width: 100%;
    line-height: 55px;
    border: 1px solid rgb(34, 34, 34);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size16);
    color: rgb(34, 34, 34);
}

.ChanPin_Right>ul li>a svg {
    width: 18px;
    height: auto;
    margin-left: var(--top20);
}

.ChanPin_Right>ul li:hover .Textr>h2 {
    color: rgb(237, 181, 9);
}

.ChanPin_Right>ul li:hover>a {
    background: rgb(237, 181, 9);
    border: 1px solid rgb(237, 181, 9);
    color: #ffffff;
}

.ChanPin_Right>ul li:hover>a svg path {
    fill: #ffffff;
}

.SSuoOui .ChanPin_Right {
    width: 100%;
    flex: initial;
    margin: auto;
}

.SSuoOui .ChanPin_Right ul {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0px;
}

.ChanPinShow {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto 0px;
}

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

.ChanPinTop_T {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ChanPinTop_T h2 {
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    font-family: 'bold';
    line-height: 1;
}

.ChanPinTop_T p {
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    font-family: 'bold';
    line-height: 1;
}

.ChanPinTop_Jin {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgb(237, 181, 9);
}

.ChanPinTop_Jin h2 {
    line-height: 70px;
    padding: 0 var(--top40);
    font-size: var(--size24);
    color: rgb(34, 34, 34);
    font-family: 'bold';
    flex: 1;
}

.ChanPinTop_Jin p {
    width: max-content;
    background: rgb(242, 110, 33);
    line-height: 70px;
    padding: 0 var(--top40);
    font-size: var(--size24);
    color: rgb(34, 34, 34);
    font-family: 'bold';
}

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

.ChanPinTop_Bott>h2 {
    writing-mode: vertical-lr;
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    line-height: 1.1;
}

.ChanPinTop_Text {
    flex: 1;
    font-size: var(--size18);
    color: rgb(136, 136, 136);
    line-height: 2.5;
    margin: 0 var(--top30);
}

.ChanPinTopR_Text {
    width: 360px;
    overflow: hidden;
    border-left: 1px solid rgb(237, 181, 9);
    text-align: right;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.8;
}

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

.ChanPin_Cen>h2 {
    font-size: var(--size36);
    color: rgb(34, 34, 34);
    font-family: 'bold';
    line-height: 1;
}

.ChanPin_Cen ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--top40);
    gap: 20px;
}

.ChanPin_Cen ul li {
    width: calc(20% - 16px);
    cursor: pointer;
}

.ChanPin_Cen ul li img,
.ChanPin_Cen ul li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ChanPin_Cen ul li:nth-child(1),
.ChanPin_Cen ul li:nth-child(2) {
    width: calc(50% - 10px);
}

.SSuoOui>h2 {
    width: 100%;
    text-align: center;
    font-size: var(--size16);
    color: rgb(136, 136, 136);
    line-height: 1;
}

.SSuoOui>p {
    width: 100%;
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    font-family: 'zhong';
    line-height: 1;
    text-align: center;
    margin-top: 15px;
    margin-bottom: var(--top30);
}

.Hiep {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/beijing.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Hiep_Max {
    width: 1550px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Hiep_Max>img {
    width: 200px;
    height: auto;
}

.Hiep_Max h2 {
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    line-height: 1.2;
    font-family: 'bold';
}

.Hiep_Max>a {
    width: max-content;
    line-height: 60px;
    background: rgb(242, 110, 33);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    padding: 0 var(--top40);
}

.Hiep_Max>a img {
    width: 18px;
    height: auto;
    margin-left: var(--top20);
}

.Get {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Get>img {
    width: 50px;
    height: auto;
}

.Get_Text {
    width: max-content;
    margin-left: var(--top20);
}

.Get_Text h2 {
    font-size: var(--size20);
    color: rgb(36, 36, 36);
    line-height: 1;
}

.Get_Text p {
    font-size: var(--size36);
    color: rgb(36, 36, 36);
    line-height: 1;
    margin-top: 10px;
    font-family: 'zhong';
}

.Hiep_Max i {
    width: 1px;
    height: 70px;
    background: rgb(34, 34, 34);
    display: block;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: rgb(216, 153, 2);
    background-image: url(../images/xian.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1450px auto;
}

.footer_max {
    width: 1270px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top100) auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

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

.footer_logo {
    width: 230px;
    overflow: hidden;
    border-right: 1px solid rgb(0, 0, 0, 0.2);
    margin-right: var(--top20);
    padding-right: var(--top20);
}

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

.footer_max_Max {
    width: max-content;
    overflow: hidden;
}

.footer_max_Max h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    font-family: 'bold';
    line-height: 1;
}

.footer_max_Max p {
    font-size: var(--size16);
    color: rgb(0, 0, 0, 0.4);
    line-height: 1;
    margin-top: 10px;
}

.footer_max_Top form {
    flex: 1;
    margin-left: var(--top80);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_max_Top form input {
    width: 60%;
    height: 62px;
    border: 1px solid rgb(0, 0, 0);
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    padding: 0 15px;
}

.footer_max_Top form input.submit {
    width: 38%;
    background: rgb(17, 17, 17);
    color: rgb(216, 153, 2);
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

.footer_max_Bott {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(0, 0, 0, 0.1);
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    padding: var(--top60) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: var(--top60);
}

.footer_ul {
    max-width: 280px;
    overflow: hidden;

}

.footer_ul>h2 {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    line-height: 1;
    position: relative;
    padding-bottom: 30px;
}

.footer_ul>h2::after {
    content: "";
    width: 15px;
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 8px;
    left: 0;
}

.footer_ul>h2::before {
    content: "";
    width: 30px;
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 0px;
    left: 0;
}

.footer_ul>p {
    font-size: var(--size16);
    color: rgb(0, 0, 0, 0.6);
    line-height: 1.7;
    margin-top: var(--top30);
}

.footer_ul ul.footer_Loco {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer_ul ul.footer_Loco li {
    width: 32px;
    height: 32px;
    background: rgb(0, 0, 0, 0.5);
    border-radius: 50%;
}

.footer_ul ul.footer_Loco li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_ul ul.footer_Loco li img {
    max-width: 60%;
    max-height: 60%;
}

.footer_ul ul.footer_Loco li:hover {
    background: rgb(17, 17, 17);
}

.footer_ul ul.footer_ul_Ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer_ul ul.footer_ul_Ul li {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(0, 0, 0, 0.6);
    position: relative;
    padding-left: var(--top20);
}

.footer_ul ul.footer_ul_Ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    background: rgb(0, 0, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer_ul ul.footer_ul_Ul li:hover {
    color: rgb(0, 0, 0);
}

.footer_ul ul.footer_ul_Lianx {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_ul ul.footer_ul_Lianx li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.footer_ul ul.footer_ul_Lianx li img {
    width: 36px;
    height: auto;
}

.footer_ul_Text {
    flex: 1;
    margin-left: var(--top20);
}

.footer_ul_Text h2 {
    font-size: var(--size16);
    color: rgb(0, 0, 0, 0.6);
    line-height: 1;
}

.footer_ul_Text p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-top: 5px;
}

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

.beian_max p {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top60);
    gap: 10px;
}

.page .active,
.page .total {
    font-size: 14px;
    padding: 10px 12px;
    color: rgb(34, 34, 34);
    border: 1px solid rgb(238, 238, 238);
    line-height: 1;
    border-radius: 5px;
}

.page .active {
    background: rgb(34, 34, 34);
    border: 1px solid rgb(34, 34, 34);
    color: #fff;
}

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

.mySwiper .swiper-slide>img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
    color: #ffffff;
    font-size: var(--size24);
}

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

.banner_texta img {
    width: 70px;
    height: auto;
    margin: auto;
}

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

.banner_texta h2::before {
    content: "";
    width: 64px;
    height: 8px;
    background: url(../images/xianxain.png) no-repeat center / 100% 100%;
    display: block;
    margin: var(--top20) auto;
}

.banner_texta p {
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.2;
    margin-top: var(--top20);
}

.banner_texta p::after {
    content: "";
    width: 510px;
    height: 26px;
    background: url(../images/huang.png) no-repeat center / 100% 100%;
    display: block;
    margin: auto;
    margin-top: var(--top60);
}

.Biandan {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing3.png) no-repeat center / cover;
    margin-top: -20px;
}

.Biandan_Max {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-bottom: var(--top120);
    position: relative;
    z-index: 5;
    padding: var(--top60);
    background: rgb(237, 181, 9);
    position: relative;
    
}
.Biandan_Max::after{
    content: "";
    width: 100%;
    height: 20px;
    background: url(../images/xian1.png) no-repeat bottom center / 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Biandan_Max h2 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1;
    position: relative;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top20);
}

.Biandan_Max h2::after {
    content: "";
    width: 30px;
    height: 8px;
    background: url(../images/you.png) no-repeat center / 100% 100%;
}

.Biandan_Max h2::before {
    content: "";
    width: 30px;
    height: 8px;
    background: url(../images/zuo.png) no-repeat center / 100% 100%;
}

.Biandan_Max form{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
    margin-top: var(--top40);
}
.Biandan_KLe{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
}
.Biandan_img{
    width: 60px;
    overflow: hidden;
    border-right: 1px solid rgb(229, 229, 229);
}
.Biandan_img img{
    max-width: 50%;
    height: auto;
    margin: auto;
}
.Biandan_KLe>input{
    flex: 1;
    height: 60px;
    font-size: var(--size16);
    color: rgb(68, 68, 68);
    padding: 0 15px;
}
.Biandan_Max form .submit{
    background: rgb(34, 34, 34);
    border: 1px solid rgb(34, 34, 34);
    
}
.Biandan_Max form .submit>input{
    color: rgb(255, 255, 255);
    padding: 0;
    cursor: pointer;
    /* background: url(../images/youbai.png) no-repeat right  50px center / 18px 12px; */
}

.Biandan_radio{
    width: 100%;
    overflow: hidden;
    background: transparent;
    border: 1px solid transparent;
}
.radio{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.radio label{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    cursor: pointer;
    line-height: 1;
}
.radio input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    background-color: transparent;
    display: block;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}

.radio input:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 6px;
    height: 6px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    transition: all 0.3s;
}

.radio input:checked:before {
    transform: translate(-50%, -50%) scale(1);
}


.Sale {
    width: 1400px;
    max-width: calc(100% - 30px);
    margin: 0px auto var(--top60);
}

.Sale>h2 {
    font-size: var(--size16);
    color: rgb(136, 136, 136);
    text-align: center;
    line-height: 1;
}

.Sale>p {
    text-align: center;
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    margin-top: 10px;
    text-align: center;
}

.Re_Swiper {
    width: 100%;
    margin-top: var(--top30);
    padding: 16px !important;
}

.Re_Swiper .swiper-slide {
    width: 100%;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
}

.Re_Swiper .swiper-slide img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.Re_Swiper .swiper-slide>a {
    width: 100%;
    line-height: 55px;
    border: 1px solid rgb(34, 34, 34);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size16);
    color: rgb(34, 34, 34);
}

.Re_Swiper .swiper-slide>a svg {
    width: 18px;
    height: auto;
    margin-left: var(--top20);
}

.Re_Swiper .swiper-slide:hover .Textr>h2 {
    color: rgb(237, 181, 9);
}

.Re_Swiper .swiper-slide:hover>a {
    background: rgb(237, 181, 9);
    border: 1px solid rgb(237, 181, 9);
    color: #ffffff;
}

.Re_Swiper .swiper-pagination {
    position: static;
    inset: 0;
    margin: 0;
    margin-top: var(--top30);
}

.Re_Swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgb(221, 221, 221);
    opacity: 1;
}

.Re_Swiper .swiper-pagination-bullet-active {
    background: rgb(237, 181, 9);
}

.PinPai {
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
    position: relative
}

.PinPai::after {
    content: "";
    width: 100%;
    height: 90%;
    background: url(../images/beijing4.png) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
}

.PinPai_max {
    width: 1200px;
    max-width: calc(100% - 80px);
    margin: auto;
    margin-top: var(--top60);
    position: relative;
    z-index: 5;
}

.PinPai_max>img {
    width: 70px;
    height: auto;
    margin: auto;
}

.PinPai_max h2 {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: var(--top20);
}

.PinPai_max p {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.2;
    margin-top: var(--top20);
}

.PinPai_max span {
    display: block;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: var(--top20);
}

.PinPai_Bott {
    width: 100%;
    margin-top: var(--top30);
    position: relative;
    background: rgb(237, 181, 9);
    padding: var(--top50) 0;
}

.PinPaiSwiper {
    width: calc(100% - 10vw);
    margin: auto;

}

.PinPaiSwiper img {
    width: 100%;
    object-fit: cover;
}

.PinPai_Bott .swiper-button-next,
.PinPai_Bott .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    margin-top: 0px;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PinPai_Bott .swiper-button-next::after,
.PinPai_Bott .swiper-button-prev::after {
    display: none;
}

.PinPai_Bott .swiper-button-next svg,
.PinPai_Bott .swiper-button-prev svg {
    width: 30px;
    height: auto;
}

.PinPai_Bott .swiper-button-prev svg {
    transform: rotate(180deg);
}

.PinPai_Bott .swiper-button-next {
    right: -30px;
}

.PinPai_Bott .swiper-button-prev {
    left: -30px;
}

.YuLan {
    width: 1600px;
    max-width: calc(100% - 30px);
    margin: 0px auto var(--top60);
}

.YuLan>h2 {
    font-size: var(--size16);
    color: rgb(136, 136, 136);
    text-align: center;
    line-height: 1;
}

.YuLan>p {
    text-align: center;
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    margin-top: 10px;
    text-align: center;
}

.YuLan>p::after {
    content: "";
    width: 64px;
    height: 8px;
    background: url(../images/xianxain.png) no-repeat center / 100% 100%;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.YuLan_max {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: var(--top40);
}

.YuLan_max>h2 {
    width: 1430px;
    padding: 0 15px;
    max-width: 100%;
    margin: auto;
    font-size: var(--size24);
    color: rgb(34, 34, 34);
}


.YuLan_Bott {
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.YuLan_Swiper {
    width: 1430px;
    max-width: 100%;
    margin: auto;
    padding: 15px !important;
}

.YuLan_Swiper .swiper-slide {
    width: 100%;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
}

.YuLan_Swiper .swiper-slide img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.YuLan_Swiper .swiper-slide>a {
    width: 100%;
    line-height: 55px;
    border: 1px solid rgb(34, 34, 34);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size16);
    color: rgb(34, 34, 34);
}

.YuLan_Swiper .swiper-slide>a svg {
    width: 18px;
    height: auto;
    margin-left: var(--top20);
}

.YuLan_Swiper .swiper-slide:hover .Textr>h2 {
    color: rgb(237, 181, 9);
}

.YuLan_Swiper .swiper-slide:hover>a {
    background: rgb(237, 181, 9);
    border: 1px solid rgb(237, 181, 9);
    color: #ffffff;
}

.YuLan_Bott .swiper-button-next,
.YuLan_Bott .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: rgb(226, 226, 226);
    margin-top: 0px;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.YuLan_Bott .swiper-button-next::after,
.YuLan_Bott .swiper-button-prev::after {
    display: none;
}

.YuLan_Bott .swiper-button-next svg,
.YuLan_Bott .swiper-button-prev svg {
    width: 30px;
    height: auto;
}

.YuLan_Bott .swiper-button-prev svg {
    transform: rotate(180deg);
}

.YuLan_Bott .swiper-button-next:hover,
.YuLan_Bott .swiper-button-prev:hover {
    background: rgb(237, 181, 9);
}

.YuLan_Bott .swiper-button-next {
    right: 0;
}

.YuLan_Bott .swiper-button-prev {
    left: 0;
}

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

.Worr::after {
    content: "";
    width: 100%;
    height: 85%;
    background: url(../images/beijing5.png) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
}

.Worr_Max {
    width: var(--max);
    margin: auto;
    position: relative;
    margin-top: var(--top60);
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Worr_Max img {
    width: 33%;
    height: auto;
}

.Worr_Right {
    flex: 1;
    padding: var(--top50) var(--top80);
    background: url(../images/beijing7.png) no-repeat center bottom / cover;
}

.Worr_Right h2 {
    font-size: var(--size36);
    color: rgb(34, 34, 34);
    line-height: 1.3;
}

.Worr_Right p {
    font-size: var(--size20);
    color: rgb(34, 34, 34);
    margin-top: var(--top20);
}

.Worr_Right a {
    width: max-content;
    display: block;
    line-height: 55px;
    background: rgb(237, 181, 9);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top40);
    padding: 0 var(--top40);
}

.Worr_Right a svg {
    width: 18px;
    height: auto;
    margin-left: var(--top20);
}


.Porm {
    width: 100%;
    overflow: hidden;
    background: url(../images/waji.png) no-repeat bottom right / 35% auto;
}

.Porm_Max {
    width: var(--max);
    margin: var(--top100) auto;
}

.Porm_Max>h2 {
    font-size: var(--size16);
    color: rgb(136, 136, 136);
    text-align: center;
    line-height: 1;
}

.Porm_Max>p {
    text-align: center;
    font-size: var(--size36);
    color: rgb(34, 34, 34);
    margin-top: 10px;
    text-align: center;
}

.Porm_Max ul {
    width: 100%;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.Porm_Max ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255);
}

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

.Porm_text {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
}

.Porm_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Porm_Top p {
    font-size: var(--size14);
    color: rgb(85, 85, 85);
    line-height: 1;
}

.Porm_Top p:nth-child(2) {
    border-left: 1px solid rgb(221, 221, 221);
    margin-left: 15px;
    padding-left: 15px;
}

.Porm_text h2 {
    font-size: var(--size20);
    color: rgb(34, 34, 34);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Porm_text>p {
    font-size: var(--size16);
    color: rgb(85, 85, 85);
    line-height: 2;
    margin-top: 5px;
}

.Porm_Max ul li a {
    width: 100%;
    display: block;
    line-height: 55px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    font-size: var(--size16);
    color: rgb(34, 34, 34);
    padding: var(--top20) var(--top30);
    border-top: 1px solid rgb(221, 221, 221);
}

.Porm_Max ul li a svg {
    width: 18px;
    height: auto;
    margin-left: var(--top20);
}

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

.shwo>h2 {
    font-size: var(--size24);
    color: #222222;
}

.shwo>p {
    font-size: var(--size14);
    color: #888888;
    margin-top: 10px;
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: var(--top30) 0;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}

.shwo_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

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

.prev a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}
.layui-anim-downbit{
    transition: auto;
}
input[type="text"] {

    -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
  }


.ChanPinTop_yxu{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}
.ChanPinTop_yxu p{
    font-size: var(--size16);
    color: #000000;
    font-family: 'bold';
}

  