: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;
    --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";
    background: rgb(241, 242, 245);
    word-break: break-all;
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    position: relative;
    background: #fff;
}

.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;
    max-height: 100px;
}

.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(33, 33, 33);
    text-align: center;
    position: relative;
    margin-left: 3.5vw;
    line-height: 100px;
}

.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}


.nav ul li.nav_cen {
    color: rgb(25, 117, 255);
}

.nav ul li:hover {
    color: rgb(25, 117, 255);
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    border-radius: 4px;
    background: rgb(25, 117, 255);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.nav ul li.nav_cen::after {
    width: 30px;
}

.nav ul li:hover::after {
    width: 30px;
}

.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;
    object-fit: cover;
    min-height: 300px;
        max-height:600px;
}


.banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    font-family: 'bold';
}

.lianxi {
    width: var(--max);
    overflow: hidden;
    background: #ffffff;
    margin: var(--top40) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.lianxi_l {
    width: calc(100% - 440px);
    overflow: hidden;
    padding: var(--top40);
}

.lianxi_l h1 {
    font-size: var(--size24);
    color: #0055D2;
    font-family: 'bold';
    line-height: 1.5;
}

.lianxi_l>p {
    font-size: var(--size18);
    color: #989898;
    margin-top: 10px;
    position: relative;
    padding-bottom: var(--top30);
}

.lianxi_l>p::after {
    content: "";
    width: 64px;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lianxi_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    line-height: 2;
}

.lianxi_r {
    width: 440px;
    overflow: hidden;
    background: #2663C5;
    padding: 70px 50px;
}

.lianxi_r ul {
    width: 100%;
    overflow: hidden;
}

.lianxi_r ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    padding-top: var(--top30);
    position: relative;
}

.lianxi_r ul li::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.lianxi_r ul li h1 {
    font-size: var(--size16);
    color: #FFFFFF;
    font-weight: 200;
}

.lianxi_r ul li p {
    font-size: var(--size24);
    color: #FFFFFF;
    margin-top: 10px;
}

.lianxi_r ul li:nth-child(1):after {
    display: none;
}

.lianxi_r ul li:nth-child(1) {
    margin-top: 0px;
    padding-top: 0px;
}

#map {
    width: var(--max);
    height: 500px;
    margin: var(--top40) auto;
}

#allmap {
    width: 100%;
    height: 100%;
}

#allmap div,
#allmap img {
    transition: auto;
}

.BMap_bubble_content p {
    font-size: 12px;
    line-height: 24px;
}

.LiuYan {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.LiuYan h2 {
    font-size: var(--size24);
    color: rgb(0, 85, 210);
    font-family: 'bold';
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.LiuYan img {
    width: 80px;
    height: auto;
    margin-right: var(--top30);
}

.LiuYan form {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--top50);
    gap: var(--top20);
}

.LiuYan form input {
    width: 100%;
    height: 64px;
    background: rgb(255, 255, 255);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    padding: 0 var(--top30);
}

.LiuYan form input:nth-child(1),
.LiuYan form input:nth-child(2) {
    width: calc(50% - 10px);
}

.LiuYan form textarea {
    width: 100%;
    height: 180px;
    background: rgb(255, 255, 255);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    padding: var(--top20) var(--top30);
    font-family: 'siyuanheiti';
    border: transparent;
    resize: none;
}

.LiuYan form input.submit {
    width: 220px;
    background: rgb(0, 85, 210);
    color: rgb(255, 255, 255);
    margin: auto;
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

.maodian {
    width: var(--max);
    background: rgb(241, 242, 245);
    margin: auto;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: -1px;
    z-index: 99;
}

.maodian h2 {
    width: 210px;
    font-size: var(--size36);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    line-height: 1;
}

.maodian ul {
    width: calc(100% - 210px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.maodian ul li {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    line-height: 3;
    margin-left: 4vw;
    position: relative;
}

.maodian ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(15, 109, 173);
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    ;
    transition: all 0.3s;
}

.maodian ul li.maodian_nav {
    color: rgb(15, 109, 173);
    font-family: 'bold';
}

.maodian ul li.maodian_nav::after {
    width: 150%;
}

.jieshao {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top50);
}

.jieshao>h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    padding-left: 210px;
    margin-bottom: 10px;
    word-break: break-all;
}

.jieshao>span {
    display: block;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    padding-left: 210px;
    word-break: break-all;

}

.jieshao img {
    width: 100%;
    height: auto;
    margin: var(--top30) auto;
}

.jieshao>p {
    display: block;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: 10px;
    word-break: break-all;
}

.jieshao ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.jieshao ul li {
    width: 100%;
    overflow: hidden;
}

.jieshao ul li h2 {
    font-size: var(--size36);
    color: rgb(25, 117, 255);
    font-family: 'bold';
    line-height: 1;
    text-align: center;
}

.jieshao ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

.wenhua {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 52% auto;
}

.wenhua_max {
    width: 55%;
    overflow: hidden;
    float: right;
    background: rgba(255, 255, 255, 0.95);
    padding: var(--top60);
    padding-bottom: 90px;
}

.wenhua_max h2 {
    font-size: var(--size30);
    color: rgb(33, 33, 33);
    font-family: 'bold';
}

.wenhua_max h2::after {
    content: "";
    width: 20px;
    height: 4px;
    background: #ffffff;
    display: block;
    margin-top: 20px;
}

.wenhua_max p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: var(--top30);
    word-break: break-all;
}

.shipin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.shipin video {
    width: 100%;
    height: auto;
}



.zizhi {
    width: 1560px;
    max-width: 100%;
    overflow: hidden;
    margin: var(--top50) 0;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.zizhi_max {
    width: var(--max);
    overflow: hidden;
    float: right;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zizhi_l {
    width: calc(100% - 340px);
    overflow: hidden;
    padding: 4vw 5vw 4vw 0;
    z-index: 3;
}

.zizhi_l_max {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Swiper_zizhi_z {
    width: 100%;
    overflow: hidden;
}

.Swiper_zizhi_z .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Swiper_l {
    width: calc(100% - 300px);
    overflow: hidden;
}

.Swiper_l h2 {
    font-size: var(--size30);
    color: rgb(33, 33, 33);
    font-family: 'bold';
}

.Swiper_l h2::after {
    content: "";
    width: 20px;
    height: 4px;
    background: rgb(99, 99, 99);
    display: block;
    margin-top: 20px;
}

.Swiper_l p {
    font-size: var(--size16);
    color: rgb(33, 33, 33);
    line-height: 1.8;
    margin-top: var(--top30);
    word-break: break-all;
}

.Swiper_zizhi_z .swiper-slide img {
    width: 230px;
    height: auto;
}

.zizhi_l .swiper-button-next,
.zizhi_l .swiper-button-prev {
    width: 56px;
    height: 56px;
    border: 1px solid rgb(33, 33, 33);
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.zizhi_l .swiper-button-next {
    left: 70px;
}

.zizhi_l .swiper-button-next:after,
.zizhi_l .swiper-button-prev:after {
    font-size: 20px;
    color: rgb(33, 33, 33);
}

.zizhi_l .swiper-button-prev:after {
    transform: rotate(90deg);
}

.zizhi_l .swiper-button-next:after {
    transform: rotate(90deg);
}

.zizhi_r {
    width: 340px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 3;
    height: 500px;
    overflow: hidden;
    padding: var(--top60) !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Swiper_zizhi_r {
    width: 100%;
    height: 100%;
}

.Swiper_zizhi_r .swiper-slide {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    text-align: center;
    padding: var(--top30) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    word-break: break-all;
}

.Swiper_zizhi_r .swiper-slide-thumb-active {
    border-top: 1px solid rgb(25, 117, 255);
    border-bottom: 1px solid rgb(25, 117, 255);
}

.ZiLiao {
    width: var(--max);
    overflow: hidden;
    margin: var(--top40) auto;
}

.ZiLiao ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top40);
}

.hidden {
    display: none;
}

.ZiLiao ul li {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: var(--top30);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ZiLiao ul li img {
    width: 180px;
    height: auto;
}

.ZiLiao_R {
    flex: 1;
    margin-left: var(--top30);
}

.ZiLiao_R h2 {
    font-size: var(--size24);
    color: rgb(33, 33, 33);
    font-family: 'bold';
    line-height: 1.5;
    word-break: break-all;
}

.ZiLiao_R p {
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    margin-top: var(--top20);
}

.ZiLiao_R a {
    width: 180px;
    max-width: 100%;
    height: 54px;
    background: rgb(25, 117, 255);
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    padding: 0 var(--top20);
    margin-top: var(--size20);
}

.loading .loadmore {
    width: max-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    cursor: pointer;
    margin-top: var(--top50);
}

.more {
    width: 25px;
    height: 25px;
    display: none;
}

.more svg {
    width: 100%;
    height: 100%;
    animation: more 1s steps(12, end) infinite;
}

@-webkit-keyframes more {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.anli {
    width: var(--max);
    overflow: hidden;
    margin: var(--top40) auto;
}

.anli ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top40) var(--top30);
}

.anli ul li {
    width: 100%;
    overflow: hidden;
}

.anli ul li img {
    width: 100%;
    height: auto;
}

.anli ul li h2 {
    font-size: var(--size20);
    color: rgb(33, 33, 33);
    font-family: 'bold';
    line-height: 1.5;
    word-break: break-all;
    margin-top: var(--top20);
}

.anli ul li p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: 10px;
    word-break: break-all;
}

.anli ul li:hover h2 {
    color: rgb(25, 117, 255);
}

.anli ul li:hover p {
    color: rgb(108, 167, 255);
}


.shwo {
    width: var(--max);
    overflow: hidden;
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin: auto;
    margin-top: -60px;
    margin-bottom: var(--top40);
}

.shwo>h2 {
    text-align: center;
    font-size: var(--size24);
    font-family: 'bold';
    margin-top: var(--top50);
    padding: 0 15px;
}

.shwo_Tame {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 10px var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--top40);
}

.shwo_Tame p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
}

.shwo_Tame a {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    background-image: url(../images/fanhui.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-right: 30px;
    line-height: 20px;
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    padding: var(--top40);
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 2;
    word-break: break-all;
}

.shwo_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.prev {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(230, 230, 230);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--top30) var(--top40);
}

.prev a {
    width: max-content;
    max-width: 48%;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
}

.Chanpin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top40) auto;
}

.Chanpin ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.Chanpin ul li {
    width: calc(33.33% - 20px);
    overflow: hidden;
    background: #ffffff;
}

.Chanpin ul li[data-theme='2'] {
    width: calc(66.66% - 10px);
}

.Chanpin ul li h2 {
    padding: 0 var(--top20);
    margin: 15px auto;
    font-size: var(--size18);
    color: rgb(33, 33, 33);
    font-family: 'bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Chanpin ul li img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 0 var(--top20);
}

.Chanpin ul li p {
    padding: 15px var(--top20);
    font-size: var(--size18);
    color: rgb(33, 33, 33);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.Chanpin ul li p svg {
    width: 30px;
    height: auto;
}

.Chanpin ul li:hover p {
    background: rgb(25, 117, 255);
    color: #ffffff;
}

.Chanpin ul li:hover p svg path {
    fill: #ffffff;
}

.ChanPinas {
    width: 100%;
    overflow: hidden;
    background: rgb(25, 117, 255);
}

.ChanPinas_Max {
    width: var(--max);
    margin: auto;
    position: relative;
}

.chanpin_Swiper {
    width: calc(100% - 120px);
    margin: auto;
    overflow: hidden;
}

.chanpin_Swiper .swiper-slide {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    line-height: 70px;
}

.chanpin_Swiper .swiper-slide a {
    display: block;
}

.ChanPinas_Max .swiper-button-next,
.ChanPinas_Max .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    transform: translateY(-50%);
}

.ChanPinas_Max .swiper-button-next::after,
.ChanPinas_Max .swiper-button-prev::after {
    font-size: 14px;
    color: rgb(25, 117, 255);
    ;
    font-weight: bold;
}

.chanpin_Swiper .chanpin_nav::after {
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #F6F6F6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.ChhanPIna {
    width: 100%;
    overflow: hidden;
    background: rgb(235, 235, 238);
}

.ChhanPIna_Max {
    width: var(--max);
    margin: auto;
    position: relative;
}

.ChhanPIna_Swiper {
    width: 100%;
    overflow: hidden;
}

.ChhanPIna_Swiper .swiper-slide {
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    text-align: center;
    line-height: 1;
    line-height: 70px;
}

.ChhanPIna_Swiper .ChhanPIna_nav {
    color: rgb(25, 117, 255);
    font-family: 'bold';
}

.ChhanPIna_Swiper .swiper-button-next,
.ChhanPIna_Swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    transform: translateY(-50%);
}

.ChhanPIna_Swiper .swiper-button-next::after,
.ChhanPIna_Swiper .swiper-button-prev::after {
    font-size: 14px;
    color: rgb(25, 117, 255);
    ;
    font-weight: bold;
}

.swiper-button-next {
    right: 0 !important
}

.swiper-button-prev {
    left: 0 !important;
}

.ChanPin_x {
    width: var(--max);
    overflow: hidden;
    margin: 0 auto var(--top40);
}

.ChanPin_Tame {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: var(--top20) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ChanPin_Tame p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
}

.ChanPin_Tame p span {
    color: rgb(25, 117, 255);
}

.ChanPin_Tame>a {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    background-image: url(../images/fanhui.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-right: 30px;
    line-height: 20px;
}

.ChanPin_Maxa {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.ChanPin_Maxa_L {
    width: 55%;
    overflow: hidden;
}

.ChanPin_Maxa_L>h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    line-height: 1.4;
    font-family: 'bold';
}

.ChanPin_Maxa_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: var(--top60);
    word-break: break-all;
}

.ChanPin_Maxa_Text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.ChanPin_Maxa img {
    width: 38%;
    height: auto;
}

.Moanunn {
    width: 100%;
    background: rgb(51, 51, 51);
    padding: var(--top20) 0;
}

.Moanunn_Max {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.Moanunn_Max h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.Moanunn_R {
    flex: 1;
    margin-left: 5vw;
}

.Moanunn_R form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Moanunn_Form {
    flex: 1;
    margin-right: var(--top30);
    display: flex;
    justify-content: space-between;
}

.Moanunn_Text {
    width: 180px;
    height: 50px;
    position: relative;
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    background: rgb(235, 235, 238);
    background-image: url(../images/sanjian.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: var(--top30);
    line-height: 50px;
    border-radius: 50px 0px 0px 50px;
}

.Moanunn_Text ul {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99;
    max-height: 250px;
    overflow: auto;
    padding: var(--top20) var(--top30);
    box-shadow: 0px 0px 15px 5px #00000050;
    display: none;
    transition: auto;
}

.Moanunn_Text ul::-webkit-scrollbar {
    width: 4px;
}

.Moanunn_Text ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #000000;
}

.Moanunn_Text ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: #999999;
}

.Moanunn_Text li {
    width: 100%;
    overflow: hidden;
    line-height: 2;
    font-size: var(--size14);
    color: #000000;
    cursor: pointer;
}

.Moanunn_Form input {
    flex: 1;
    height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 0 50px 50px 0px;
    font-size: var(--size16);
    color: #999;
    padding: 0 20px;
}

.seach_sas {
    width: 180px;
    height: 50px;
    background: rgb(25, 117, 255);
    border-radius: 50px;
    border: transparent;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 0 var(--top30);
    background-image: url(../images/suosou.png);
    background-position: right var(--top30) center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
}

.Bannera {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Bannera img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 600px;
    object-fit: cover;
}

.Bannera_Text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.Bannera_Text h2 {
    font-size: 3vw;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    font-family: 'bold';
}

.Bannera_Text a {
    width: 180px;
    height: 56px;
    background: rgb(25, 117, 255);
    border-radius: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top40);
}

.Bannera_Text a svg {
    margin-left: 10px;
}

.Bannera_max {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--top30);
}

.Bannera_max .swiper-button-next,
.Bannera_max .swiper-button-prev {
    position: static;
    inset: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    background: rgb(255, 255, 255);
}

.Bannera_max .swiper-button-next::after,
.Bannera_max .swiper-button-prev::after {
    font-size: var(--size24);
    color: rgb(25, 117, 255);
    font-weight: bold;
}

.Bannera_max .swiper-pagination {
    position: static;
    inset: 0;
    margin: 0;
    width: 160px !important;
    height: 2px !important;
    background: rgb(255, 255, 255);
}

.Bannera_max .swiper-pagination-progressbar-fill {
    background: rgb(255, 137, 34) !important;
}

.swiper-num {
    width: max-content;
    font-size: 35px;
    color: rgb(255, 255, 255);
    font-family: 'bold';
    margin-right: auto;
}

.Chanun {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.Chanun_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.Chanun_Top h2 {
    font-size: var(--size30);
    color: rgb(33, 33, 33);
    line-height: 1;
    font-family: 'bold';
}

.Chanun_Top a {
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.Chanun_Top a svg {
    margin-left: 8px;
}



.Chanun ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: var(--top50);
}

.Chanun ul li {
    width: calc(33.33% - 20px);
    overflow: hidden;
    background: rgb(241, 242, 245);
}

.Chanun ul li[data-theme='2'] {
    width: calc(66.66% - 10px);
}

.Chanun ul li h2 {
    padding: 0 var(--top20);
    margin: 15px auto;
    font-size: var(--size18);
    color: rgb(33, 33, 33);
    font-family: 'bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Chanun ul li img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 0 var(--top20);
}

.Chanun ul li p {
    padding: 15px var(--top20);
    font-size: var(--size18);
    color: rgb(33, 33, 33);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.Chanun ul li p svg {
    width: 30px;
    height: auto;
}

.Chanun ul li:hover p {
    background: rgb(25, 117, 255);
    color: #ffffff;
}

.Chanun ul li:hover p svg path {
    fill: #ffffff;
}

.bai {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.GuanYu {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.GuanYu img {
    width: 50%;
    height: auto;
}

.GuanYu_R {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.GuanYu_R_Top {
    width: 100%;
}

.GuanYu_R_Top>span {
    display: block;
    font-size: var(--size30);
    color: rgb(33, 33, 33);
    line-height: 1;
    font-family: 'bold';
}

.GuanYu_R_Top>h2 {
    display: block;
    font-size: var(--size30);
    color: rgb(33, 33, 33);
    line-height: 1;
    font-family: 'bold';
    margin-top: 10px;
}

.GuanYu_R_Top>p {
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: var(--top60);
}

.GuanYu_Text {
    width: 100%;
    overflow: hidden;
    margin: var(--top30) auto;
}

.GuanYu_Text>h2 {
    display: block;
    font-size: var(--size30);
    color: rgb(33, 33, 33);
    line-height: 1;
    font-family: 'bold';
    margin-top: 10px;
}

/*.GuanYu_Text>h2::before {
    content:"";
    width: 34px;
    height: 20px;
    background-image: url(../images/dian.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    margin-bottom: var(--top30);
}*/

.GuanYu_Text>p {
    font-size: var(--size20);
    color: rgb(102, 102, 102);
    line-height: 1;
    margin-top: 10px;
}

.jieshao_In {
    width: 100%;
    overflow: hidden;
    background: rgb(241, 242, 245);
}

.jieshao_In ul {
    width: var(--max);
    margin: var(--top50) auto;
}

.rongyu {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}

.rongyu h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    text-align: center;
}

.rongyu p {
    width: calc(100% - 200px);
    max-width: 100%;
    margin: auto;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: var(--top20);
    line-height: 1.5;
    text-align: center;
}

.rongyu_max {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    position: relative;
}

.rongyu_Swiper {
    width: calc(100% - 200px);
    margin: auto;
}

.rongyu_Swiper img {
    width: 100%;
    height: auto;
}

.rongyu_max .swiper-button-next,
.rongyu_max .swiper-button-prev {
    width: 66px;
    height: 55px;
    border: 1px solid rgb(51, 51, 51);
    margin: 0;
    opacity: 1 !important;
    transform: translateY(-50%);
}

.rongyu_max .swiper-button-next::after,
.rongyu_max .swiper-button-prev::after {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
}

.rongyu_max .swiper-button-prev {
    left: 0;
}

.rongyu_max .swiper-button-next {
    right: 0;
}

.rongyu_max .swiper-button-next:hover,
.rongyu_max .swiper-button-prev:hover {
    background: rgb(15, 109, 173);
    border: 1px solid rgb(15, 109, 173);
}

.rongyu_max .swiper-button-next:hover::after,
.rongyu_max .swiper-button-prev:hover::after {
    color: #ffffff;
}

.Beijing {
    width: 100%;
    overflow: hidden;
    background: rgb(242, 243, 245);
    background-image: url(../images/beijing.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.Anliim {
    width: var(--max);
    overflow: hidden;
    margin: calc(var(--top60) + 20px) auto;
}

.Anliim_mySwiper {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
}

.Anliim_mySwiper .swiper-slide {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.Anliim_Text {
    width: 50%;
    overflow: hidden;
    padding: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Anliim_Text h2 {
    font-size: var(--size30);
    color: rgb(33, 33, 33);
    line-height: 1.5;
    font-family: 'bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}

.Anliim_Text p {
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    line-height: 1.8;
    margin-top: var(--top30);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
}

.Anliim_Text a {
    width: 180px;
    height: 56px;
    background: rgb(25, 117, 255);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: var(--top50);
}

.Anliim_Text a svg {
    margin-left: 10px;
}

.Anliim_mySwiper .swiper-slide img {
    width: 50%;
    height: auto;
}

.Anliim_Max {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.Anliim_Max .swiper-button-next,
.Anliim_Max .swiper-button-prev {
    position: static;
    inset: 0;
    margin: 0;
    width: max-content;
    height: max-content;
}

.Anliim_Max .swiper-button-next::after,
.Anliim_Max .swiper-button-prev::after {
    display: none;
}

.Anliim_Max .swiper-pagination {
    width: max-content;
    position: static;
    inset: 0;
    margin: 0;
    margin: 0 20px;
    font-size: 20px;
    color: rgb(152, 152, 152);
    font-family: 'bold';
    line-height: 1;
}

.Anliim_Max .swiper-pagination .swiper-pagination-current {
    color: rgb(25, 117, 255);
}

.Anliim_Max .swiper-button-next:hover svg path,
.Anliim_Max .swiper-button-prev:hover svg path {
    fill: rgb(255, 137, 34);
}

.women_max {
    width: var(--max);
    overflow: hidden;
    margin: calc(var(--top60) + 20px) auto;
}

.women_max ul {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.women_max ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.women_max ul li img {
    width: 200px;
}
.women_max ul li i{
    width: 190px;
    height: 1px;
    background: rgb(180, 180, 180);
    margin-right: 6vw;
    display: block; 
}
.women_text {
    flex: 1;
    overflow: hidden;
}

.women_text span {
    font-size: var(--size16);
    color: #666666;
    line-height: 1;
    display: block;
    text-align: center;
}

.women_text h2 {
    font-size: var(--size24);
    color: #212121;
    font-family: 'bold';
    margin-top: 10px;
    text-align: center;
    line-height: 1;
}

.women_max ul li p {
    width: max-content;
    overflow: hidden;
    font-size: var(--size16);
    color: #666666;
    line-height: 3;
}
.footer{
    width: 100%;
    overflow: hidden;
    background: rgb(42, 42, 42);
}
.footer_Max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top40) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer_Max ul{
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_Max ul li{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-right: 3.5vw;
}
.beian_max{
    flex: 1;
}
.beian_max p{
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    text-align: right;
    line-height: 2;
}