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

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

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


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


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

body {
    font-family: "siyuanheiti";
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 150px;
    position: fixed;
    top: 0;
    background: rgb(255, 255, 255, 0.7);
}

.fixed {
    background: rgb(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 15px 5px #00000010;
}

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

.logo {
    width: 150px;
    overflow: hidden;
    margin: 0px auto;
}

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

.nav {
    width: 100%;
    margin-top: 20px;
}

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

.nav ul li {
    font-size: var(--size18);
    color: rgb(0, 0, 0);
    text-align: center;
    position: relative;
    line-height: 60px;
}

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


.nav ul li.nav_cen {
    color: rgb(52, 51, 51)
}

.nav ul li:hover {
    color: rgb(52, 51, 51);
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 5px;
    border-radius: 5px;
    background: rgb(52, 51, 51);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

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

.nav ul li:hover::after {
    width: 120%;
}

.nav_ul {
    display: none;
    width: 100%;
    margin-bottom: 15px;
}

.nav_ul a {
    display: block;
    line-height: 36px;
    font-size: 12px;
    padding: 0 15px;
}

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

.mySwiper_Banner .swiper-pagination {
    bottom: 20px !important;
}

.mySwiper_Banner .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    opacity: 1;
    border-radius: 10px;
    background: rgb(255, 255, 255);
}

.mySwiper_Banner .swiper-pagination-bullet-active {
    width: 50px;
    background: rgb(109, 109, 109);
}

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

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

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

.LianXi>h2::after {
    content: "";
    width: 65px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.LianXi ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: var(--top60);
}

.LianXi ul li {
    width: max-content;
    max-width: 30%;
}

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

.LianXi_Top img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.LianXi_Top h2 {
    flex: 1;
    margin-left: 15px;
    font-size: 24px;
    color: rgb(0, 0, 0);
}

.LianXi ul li p {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

#allmap {
    width: 100%;
    height: 600px;
    margin-top: var(--top60);
}

#allmap div,
#allmap img {
    transition: auto;
}

.BMap_bubble_content {
    font-size: 12px;
    line-height: 30px;
}

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

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

.Xian h2::after {
    content: "";
    width: 40px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    display: block;
    margin-top: var(--top20)
}

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

.GuanYu ul li {
    width: max-content;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid rgb(112, 112, 112);
    padding: 0 var(--top30);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
}

.GuanYu ul li.GuanYu_Nav {
    background: rgb(152, 152, 152);
    color: #ffffff;
    border: 1px solid rgb(152, 152, 152);
}

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

.GuanYu_Left {
    width: 53%;
    overflow: hidden;
}

.GuanYu_Left h2 {
    font-size: var(--size24);
    color: rgb(0, 0, 0);
}

.GuanYu_Left h3 {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    margin-top: var(--top20)
}

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

.GuanYu_Text video {
    width: 44%;
    height: auto;
}

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

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

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

.RongYu_List>h2::after {
    content: "";
    width: 65px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

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

.RongYu_List ul li {
    width: 100%;
    border: 1px solid rgb(112, 112, 112);
    padding: var(--top30);
}

.RongYu_List ul li img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.RongYu_List ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(7, 7, 7);
    margin-top: var(--top20);
}

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

.XinWen ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.XinWen ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid rgba(112, 112, 112, 0.4);
    padding-bottom: 20px;
}

.XinWen ul li:last-child {
    padding: 0;
    border: transparent;
}

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

.XinWen ul li:nth-child(2n) a {
    flex-direction: row-reverse;
}

.XinWen ul li img {
    width: 480px;
    height: auto;
    border-radius: 20px;
}

.XinWen_Right {
    flex: 1;
    margin-left: 40px;
}

.XinWen_Right h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.XinWen_Right span {
    display: block;
    font-size: var(--size20);
    color: rgb(0, 0, 0, 0.87);
    margin: var(--top20) 0;
}

.XinWen_Right p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
}

.XinWen ul li:nth-child(2n) .XinWen_Right {
    margin-left: auto;
    margin-right: 40px;
}

.XinWen ul li:nth-child(2n) .XinWen_Right h2,
.XinWen ul li:nth-child(2n) .XinWen_Right span,
.XinWen ul li:nth-child(2n) .XinWen_Right p {
    text-align: right;
}


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

.page .active,
.page .total {
    width: 28px;
    line-height: 28px;
    text-align: center;
    font-size: var(--size16);
    color: rgb(197, 197, 197);
    border-radius: 50%;
}

.page .active {
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
    color: transparent;
    background: transparent;
    border: transparent;
}

.Shwo {
    margin-top: -60px;
    position: relative;
    z-index: 2;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: var(--top50);
}

.Fan {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    line-height: 1;
    width: 100%;
}

.Shwo>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    margin-top: var(--top30);
}

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

.shwo_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: rgb(56, 56, 56);
    line-height: 2;
}

.shwo_text img {
    width: 100% !important;
    height: auto;
    margin: auto;
}

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

.prev a {
    display: block;
    width: max-content;
    max-width: 48%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 2;
}

.Ov {
    overflow: initial;
}

.ChanPin {
    width: 100%;
    margin-top: var(--top60);
}

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

.ChanPin ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    padding: var(--top20) var(--top30);
}

.ChanPin ul li img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.ChanPin ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgb(7, 7, 7);
    margin-top: var(--top20);
}

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

.ChanPin_Max img {
    width: 50%;
    height: auto;
}

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

.ChanPin_Right h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.ChanPin_Right p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top30);
}

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

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

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

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

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

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

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

.GuanYu_TiYan ul li {
    width: 100%;
    line-height: 50px;
    border: 1px solid rgb(112, 112, 112);
    text-align: center;
    font-size: var(--size16);
    color: rgb(152, 152, 152);
}

.GuanYu_TiYan ul li.GuanYu_Nav {
    background: rgb(152, 152, 152);
    color: #ffffff;
    border: 1px solid rgb(152, 152, 152);
}

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

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

.TiYan ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.TiYan ul li a {
    width: 120px;
    background-image: url(../images/chankan.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    font-size: var(--size20);
    color: rgb(0, 0, 0);
}

.TiYan_Right {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.TiYan_Right img {
    width: calc(100% - 300px);
    height: auto;
    margin-top: 50px;
}

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

.TiYan_Text h2 {
    width: 100px;
    height: 100px;
    border: 1px solid rgb(112, 112, 112);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 1;
    position: relative;
}

.TiYan_Text h2::after {
    content: "";
    width: 30px;
    height: 4px;
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.TiYan_Text p {
    font-size: var(--size50);
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 100px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-top: var(--top30);
    letter-spacing: 20px;
}

.TiYan ul li:nth-child(2n) {
    flex-direction: row-reverse
}

.TiYan ul li:nth-child(2n) .TiYan_Right {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 20px;
}

.TiYan ul li:nth-child(2n) a {
    background-image: url(../images/chakan2.png);
    text-align: right;
}

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

.JiaMeng ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top30);
}

.JiaMeng ul li {
    width: calc(20% - 15px);
    line-height: 50px;
    border: 1px solid rgb(112, 112, 112);
    text-align: center;
    font-size: var(--size16);
    color: rgb(152, 152, 152);
}

.JiaMeng ul li.GuanYu_Nav {
    background: rgb(152, 152, 152);
    color: #ffffff;
    border: 1px solid rgb(152, 152, 152);
}

.ZhengCe {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: var(--top30);
}

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

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

.ZhengCe_Max>h2::after {
    content: "";
    width: 65px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.ZhengCe_Max ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--top30);
    margin-top: var(--top60);
}

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

.ZhengCe_Max ul li h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.ZhengCe_Max ul li h2 span {
    font-size: var(--size40);
    font-family: 'bold';
}

.ZhengCe_Max ul li p {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    line-height: 1.8;
    margin-top: 10px;
}

.TongDao {
    width: var(--max);
    margin: var(--top60) auto;
}

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

.TongDao>h2::after {
    content: "";
    width: 65px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.TongDao ul {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    margin-top: var(--top30);
    padding: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.TongDao ul li {
    width: 100%;
    overflow: hidden;
    border-left: 1px solid rgb(112, 112, 112, 0.3);
}

.TongDao ul li:nth-child(1) {
    border: transparent;
}

.TongDao ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto;
}

.TongDao ul li h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    margin-top: var(--top30);
    line-height: 1;
}

.TongDao ul li p {
    text-align: center;
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-top: 15px;
}


.LiuCheng {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: var(--top30);
}

.LiuCheng_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    padding: var(--top50) var(--top100);
    background-image: url(../images/aa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.LiuCheng_Max>h2 {
    text-align: center;
    font-size: var(--size30);
    color: #ffffff;
    line-height: 1;
}

.LiuCheng_Max>h2::after {
    content: "";
    width: 65px;
    height: 5px;
    background: #ffffff;
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.LiuCheng_Max ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: var(--top60);
    border-top: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
}

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

.LiuCheng_Max ul li img {
    width: 60px;
    height: 80px;
    object-fit: contain;
}

.LiuCheng_r {
    flex: 1;
    margin-left: 20px;
}

.LiuCheng_r p {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
}

.LiuCheng_r h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    margin-top: var(--top20);
}

.GuShi {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: var(--top50);
}

.GuShi::after {
    content: "";
    width: 57%;
    height: 100%;
    background: rgb(242, 242, 242);
    position: absolute;
    left: 0;
    top: 0;
}

.GuShi_Max {
    width: 1635px;
    max-width: calc(100% - 15px);
    overflow: hidden;
    position: relative;
    z-index: 9;
}

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

.mySwiper .swiper-slide {
    width: 55% !important;
    overflow: hidden;
    height: auto !important;
}

.mySwiper .swiper-slide video {
   width: 100%;
    height: 100%;
    outline-color: cover;
}
.mySwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    outline-color: cover;
}
.GuShi_Max2 {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.mySwiper2 {
    width: 48%;
    overflow: hidden;
}

.mySwiper2 h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.mySwiper2 p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.8;
    margin-top: var(--top20);
}

.mySwiper2 a {
    width: 150px;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid rgb(112, 112, 112);
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.mySwiper2 a:hover {
    background: rgb(112, 112, 112);
    color: #ffffff;
}

.GuShi_Max_Rimn {
    width: 48%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top60);
}

.GuShi_Max_Rimn .swiper-button-next,
.GuShi_Max_Rimn .swiper-button-prev {
    position: static;
    top: auto;
    margin-top: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgb(112, 112, 112);
    display: flex;
    justify-content: center;
    align-items: center;
}

.GuShi_Max_Rimn .swiper-button-next svg,
.GuShi_Max_Rimn .swiper-button-prev svg {
    max-width: 50%;
    max-height: 50%;
}

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

.GuanYu_Left a {
    width: 150px;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid rgb(112, 112, 112);
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    display: block;
    margin-top: var(--top20);
}

.GuanYu_Left a:hover {
    background: rgb(112, 112, 112);
    color: #ffffff;
}

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

.InChan_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
}

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

.InChan_Max>h2::after {
    content: "";
    width: 65px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

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

.InChan_Max ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    padding: var(--top50) var(--top30);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.InChan_Max ul li h2 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
}

.InChan_Max ul li span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-top: 5px;
    display: block;
}

.InChan_Max ul li span::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #ffffff;
    border-radius: 5px;
    display: block;
    margin-top: var(--top20);
}

.InChan_Max ul li p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: 10px;
}

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

.ZhengShu>h2::after {
    content: "";
    width: 65px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

#certify {
    width: 100%;
    margin-top: var(--top60);
    position: relative;
}

#certify .swiper-container {
    width: calc(100% - 200px);
    margin: auto;
    overflow: hidden;
}

#certify .swiper-slide {
    width: 35%;
}

#certify .swiper-slide img {
    width: 100%;
    height: auto;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
    margin-top: 0px;
    transform: translateY(-50%);
    width: max-content;
    height: max-content;
}

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

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

.TiYanu {
    width: 100%;
    overflow: hidden;
    background: rgb(248, 248, 248);
}

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

.QieHuan_Text {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: var(--top30);
    aspect-ratio: 5 / 2;
}

.QieHuan_Img {
    width: 100%;
    height: 100%;
}

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

.QieHuan_foo {
    width: 100%;
    height: 100%;
    background: rgb(152, 152, 152);
    padding: 25px;
}

.QieHuan_foo_i {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.QieHuan_foo_i img {
    width: 70px;
    height: auto;
}

.QieHuan_foo_i p {
    width: 100%;
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    margin-top: 15px;
}

.QieHuan_Img:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
}

.QieHuan_Img:nth-child(2) {
    grid-area: 1/3/2/4;
}

.QieHuan_Img:nth-child(3) {
    grid-area: 1/4/2/5;
}

.QieHuan_Img:nth-child(4) {
    grid-area: 2/3/3/4;
}

.QieHuan_Img:nth-child(5) {
    grid-area: 2/4/3/5;
}



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

.InXinWen_List {
    width: 100%;
    overflow: hidden;
    transition: auto;
}

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

.InXinWen_Left {
    width: 350px;
    overflow: hidden;
}

.InXinWen_Text ul {
    flex: 1;
    margin-left: var(--top60);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top50);
}

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

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

.InXinWen_Team {
    width: 75px;
}

.InXinWen_Team h2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 1;
}

.InXinWen_Team p {
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.InXinWen_Right {
    flex: 1;
    margin-left: 30px;
}

.InXinWen_Right h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.InXinWen_Right p {
    font-size: var(--size16);
    color: rgb(0, 0, 0, 0.6);
    line-height: 1.7;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.InXinWen_List>a {
    width: max-content;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid rgb(112, 112, 112);
    padding: 0 var(--top30);
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin: auto;
    display: block;
    margin-top: var(--top60);
}


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

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

.footer_ul {
    width: max-content;
    max-width: 230px;
    overflow: hidden;
}

.footer_top {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer_top h2 {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
}

.footer_top svg {
    width: 14px;
    height: auto;
    display: none;
}

.footer_ul ul {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.footer_ul ul li {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
}
.Erweima{
    width: 150px;
    overflow: hidden;
    margin-top: var(--top30);
}
.Erweima img{
    width: 100%;
    height: auto;
}
.beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(112, 112, 112);
}

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

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




.zhuanmai{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.zhuanmai_L{
    width: 300px;
    overflow: hidden;
  
}
.zhuanmai_L ul{
    width: 100%;
    overflow: hidden;
      display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.zhuanmai_L ul li{
    width: 100%;
    overflow: hidden;
    border: 1px solid rgb(0, 0, 0,0.5);
    color: rgb(0, 0, 0,0.5);
    padding: 10px 15px;
    cursor: pointer;
    font-size: var(--size14);
}
.zhuanmai_L ul li.zhuanmai_nav{
    background: #000000;
    color: #ffffff;
}
.zhuanmai_R{
    flex: 1;
    margin-left: var(--top30);
}
.zhuanmai_List{
    width: 100%;
    overflow: hidden;
    transition: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.zhuanmai_List p{
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color:  rgb(0, 0, 0,0.5);
    border-bottom: 1px solid rgb(0, 0, 0,0.5);
    padding-bottom: 15px;
}
