:root {
    --max: 1600px;
    --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";
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 80px;
    position: fixed;
    background: rgb(0, 0, 0, 0.2);
    top: 0;
}

.fixed {
    background: rgb(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
}

.hertre_cen {
    width: 1200px;
    max-width: calc(100% - 30px);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    width: 100px;
    overflow: hidden;

}

.fixed .logo {
    width: 80px;
}

.logo img {
    width: 100%;
    height: auto;
}

.nav {
    width: max-content;
}

.nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.nav ul li {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
   /* margin-left: 8vw;*/
 margin-left: 4vw;
}

.nav ul li:nth-child(1) {
    margin-left: 0px;
}

.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}

.nav_ul {
    width: 100%;
    display: none;
    padding: 0 15px;
    transition: auto;
    margin-bottom: 15px;
}

.nav_ul a {
    width: 100%;
    background: none;
    display: block;
    line-height: 2.5;
}

/* 
.nav ul li.nav_cen {
    color: #ec078d
}

.nav ul li:hover {
    color: #ec078d;
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: #ec078d;
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.3s;
}

.nav ul li.nav_cen::after {
    width: 100%;
}

.nav ul li:hover::after {
    width: 100%;
} */

.an {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

.container path {
    stroke: #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;
}

.banner_Swiper .swiper-pagination {
    bottom: 30px !important;
}

.banner_Swiper .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    opacity: 1;
    border-radius: 0px;
    background: rgb(255, 255, 255);
}

.banner_Swiper .swiper-pagination-bullet-active {
    background: rgb(222, 117, 49);
}

.banner_text {
    width: 1200px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size36);
    color: rgb(255, 255, 255);
}

.banner_texta {
    width: 1200px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    text-align: right;
    line-height: 1.2;
}

.MianBao {
    width: 100%;
    overflow: hidden;
    background: rgb(245, 245, 245);
}

.MianBao ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: var(--top20) 0;
    gap: var(--top50);
}

.MianBao ul li {
    font-size: 16px;
    color: rgb(51, 51, 51);
    position: relative;
    padding: 0 var(--top20);
}

.MianBao ul li a {
    position: relative;
    z-index: 5;
}

.MianBao ul li::after {
    content: "";
    width: 0%;
    height: 6px;
    background: rgb(222, 117, 49);
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.MianBao ul li.MianBao_Max::after {
    width: 100%;
}

.Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.LianXi {
    background: rgb(245, 245, 245);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#allmap {
    width: 60%;
    height: 550px;
}

#allmap div,
#allmap img {
    transition: auto;
}

.BMap_bubble_content p {
    font-size: 12px;
    line-height: 26px;
    width: 100%;
    overflow: hidden;
}

.LianXi_Right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.LianXi_Text {
    width: 100%;
    overflow: hidden;
    padding: var(--top50);
}

.LianXi_Text h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.LianXi_Text ul {
    width: 100%;
    overflow: hidden;
}

.LianXi_Text ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--top40);
}

.LianXi_Text ul li img {
    width: 20px;
    height: 30px;
    object-fit: contain;
}

.LianXi_Text ul li p {
    flex: 1;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-left: 10px;
}

.Forma h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
}

.Forma form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.Forma form input {
    width: calc(50% - 50px);
    height: 40px;
    border-bottom: 1px solid rgb(89, 86, 86);
    font-size: var(--size14);
    color: rgb(153, 153, 153);
}

.Forma form textarea {
    width: 100%;
    height: 160px;
    border: transparent;
    resize: none;
    border-bottom: 1px solid rgb(89, 86, 86);
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    font-family: 'siyuanheiti';
    padding: 10px 0;
}

.Forma form input.submit {
    width: 200px;
    height: 50px;
    background: rgb(222, 117, 49);
    border: transparent;
    border-radius: 60px;
    font-size: var(--size14);
    color: #ffffff;
    margin: auto;
    margin-top: var(--top30);
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}


.RongYu {
    width: var(--max);
    margin: var(--top60) auto;
}

.RongYu ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--top40);
}

.RongYu ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    padding: var(--top20);
}

.RongYu ul li img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}

.RongYu ul li h2 {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
    border-top: 1px solid rgb(0, 46, 86, 0.2);
    padding-top: var(--top20);
    margin-top: var(--top20);
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top60);
}

.page .active,
.page .total {
    font-size: 14px;
    color: rgb(27, 37, 75);
    margin: 0px 5px;
    line-height: 1;
    border-radius: 40px;
    line-height: 40px;
    padding: 0 17px;
}

.page .active {
    background: rgb(222, 117, 49);
    color: #fff;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
    color: rgb(27, 37, 75);
    background: rgb(246, 246, 246);
}
.GuanYu{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(../images/youxia.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 30% auto;
}
.GuanYu::after{
    content: "";
    width: 250px;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
    background-image: url(../images/yangsh.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.GuanYu .Max{
    margin: var(--top100) auto;
}
.GuanYu_Max{
    width: 1000px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.GuanYu_Top{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.GuanYu_Top img{
    width: 100px;
    height: auto;
}
.GuanYu_Top h2{
    flex: 1;
    margin-left: 10px;
    font-size: var(--size24);
    color: rgb(0, 0, 3);
}
.GuanYu_Max p{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top50);
}
.GuanYu_Max a{
    display: block;
    width: max-content;
    height: 60px;
    border-radius: 60px;
    background: rgb(222, 117, 49);
    padding: 0 var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top100);
}
.GuanYu_Max a img{
    width: max-content;
    height: var(--size16);
    margin-right: 10px;
}


.ChanPin ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--top40);
}

.ChanPin ul li {
    width: 100%;
    overflow: hidden;
}
.ChanPin_Max{
    width: 100%;
    aspect-ratio: 4 / 4;
    background: rgb(246, 246, 246);
    display: flex;
    border: 2px solid rgb(246, 246, 246);
}
.ChanPin_Max img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}

.ChanPin ul li h2 {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: var(--top20);
}
.ChanPin ul li:hover .ChanPin_Max{
    border: 2px solid rgb(222, 117, 49);
    background: #ffffff;
}

.Show{
    width: 1400px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Show_Img{
    width: 40%;
    aspect-ratio: 4 / 4;
    background: rgb(246, 246, 246);
    display: flex;
}
.Show_Img img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}
.Show_Right{
    flex: 1;
    margin-left: 5vw;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: var(--top40) 0;
}
.Show_Right_rop{
    width: 100%;
    overflow: hidden;
}
.Xue{
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(27, 37, 75,0.5);
}
.Show_Right h2{
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    margin-top: var(--top40);
}
.Show_Right p{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.8;
    margin-top: 10px;
}
.Show_Right a{
    width: 180px;
    line-height: 50px;
    background: rgb(27, 37, 75);
    border-radius: 50px;
    text-align: center;
    font-size: var(--size16);
    color: #fff;
    margin-top: 20px;
}
.XiangQing{
    width: 100%;
    line-height: 60px;
    background: rgb(248, 248, 248);
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
}
.Show_Text{
    width: 1400px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
    font-size: var(--size14);
    color: #000000;
    line-height: 1.5;
}
.Show_Text img{
    max-width: 100%;
    height: auto;
    margin: auto;
}
.Show_Text table{
    max-width: 100% !important;
    border: transparent !important;
}
.Show_Text table td{
    padding: 8px;
}
.Show_Jin{
    width: var(--max);
}
.Show_swiper{
    width: 50%;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mySwiper2{
    width: calc(100% - calc(100px + 3vw));
    height: 100%;
    background: rgb(246, 246, 246);
    margin-left: 0px !important;
}
.mySwiper2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper_r{
    width: 100px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.mySwiper{
    width: 100%;
    height: calc(100% - 200px);
    margin: auto;
}
.mySwiper .swiper-slide{
    border: 2px solid #ffffff;
    cursor: pointer;
}
.mySwiper .swiper-slide-thumb-active{
    border: 2px solid rgb(222, 117, 49);
}
.mySwiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper_r .swiper-button-next,
.mySwiper_r .swiper-button-prev{
    position: static;
    margin: 0;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    border: 1px solid rgb(27, 37, 75);
    display: flex;
}

.mySwiper_r .swiper-button-next svg,
.mySwiper_r .swiper-button-prev svg{
    width: 15px;
    margin: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}

.InGuanYu{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7vw 0;
}
.InGuanYu_Max{
    width: 1300px;
    max-width: calc(100% - 30px);
    margin: auto;
}
.InGuanYu_Max>h2{
    font-size: var(--size36);
    color: rgb(255, 255, 255);
}
.InGuanYu_Max>p{
    width: 720px;
    max-width: 100%;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: var(--top30);
}

.InGuanYu_Lian{
    width: 860px;
    max-width: 90%;
    overflow: hidden;
    background: rgb(222, 117, 49);
    padding: var(--top40) 8vw;
    margin-top: var(--top30);
}
.InGuanYu_Lian h2{
    font-size: var(--size30);
    color: rgb(255, 255, 255);
}
.InGuanYu_Lian a{
    width: 180px;
    line-height: 50px;
    background: rgb(245, 245, 245);
    border-radius: 50px;
    text-align: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: 20px;
    display: block;
}
.InChanPin>h2{
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}
.InChanPin>p{
    text-align: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}
.InChanPin ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top50);
    margin-top: var(--top40);
}
.InChanPin ul li{
    width: 100%;
    overflow: hidden;
}
.InChanPin ul li img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.InChanPin ul li h3{
    text-align: center;
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}
.ZiZhi{
    width: 100%;
    overflow: hidden;
    background: rgb(245, 245, 245);
}
.ZiZhi h2{
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}
.ZiZhi_Swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: var(--top40);
}
.ZiZhi_Swiper_aa{
    width: calc(100% - 220px);
}
.ZiZhi_Swiper_aa .swiper-slide{
    width: 100%;
    aspect-ratio: 4 / 5;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    display: flex;
}
.ZiZhi_Swiper_aa .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.ZiZhi_Swiper .swiper-button-next,
.ZiZhi_Swiper .swiper-button-prev{
    width: 66px;
    height: 66px;
    transform: translateY(-50%);
    margin-top: 0px;
}
.ZiZhi a{
    width: 180px;
    line-height: 50px;
    background: rgb(222, 117, 49);
    border-radius: 50px;
    text-align: center;
    font-size: var(--size16);
    color: #fff;
    margin-top: 20px;
    display: block;
    margin: auto;
    margin-top: var(--top50);
}

.ShiDai{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10vw 0;
    position: relative;
}
.ShiDai::after{
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(18,18,18,0.9) 80%, rgba(18,18,18,1) 100%);

}
.ShiDai h2{
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    text-align: right;
    position: relative;
    z-index: 2;
}
.ShiDai p{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: right;
    position: relative;
    z-index: 2;
}
.footer{
    width: 100%;
    overflow: hidden;
    background: #121212;
}
.footer_Max{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer_Logo{
    width: max-content;
}
.footer_Logo img{
    width: 110px;
    height: auto;
}
.footer_Logo p{
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}
.footer_Max ul{
    width: max-content;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}
.footer_Max ul li{
    font-size: var(--size18);
    color: rgb(255, 255, 255);
}
.footer_Tel{
    width: max-content;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}
.footer_List{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_List img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.footer_List p{
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    margin-left: 15px;
}
.beian{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(153, 153, 153);
}
.beian_max{
    width: var(--max);
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.beian_max p{
    font-size: var(--size14);
    color: rgb(221, 221, 221);
    margin: 0 5px;
}