﻿: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;
    --top50: 50px;
    --top60: 60px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "siyuanheiti";
    src: url("../fonts/siyuanheiti.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: 90px;
    position: sticky;
    top : 0;
    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: 210px;
    overflow: hidden;

}

.logo img {
    width: 100%;
    height: auto;
}

.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(51, 51, 51);
    text-align: center;
    position: relative;
    margin-right: 3vw;
    line-height: 90px;
}

.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}

.nav ul li:nth-child(1) {
    margin-left: 0px;
}

.nav ul li.nav_cen {
    color: rgb(255, 137, 34)
}

.nav ul li:hover {
    color: rgb(255, 137, 34);
}

.nav_ul{
    width: max-content;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background: #ffffff;
    padding: 20px;
    transition: auto;
    display: none;
    box-shadow: 0px 0px 15px 5px #00000010;
}
.nav_ul a{
    width: 100%;
    overflow: hidden;
    display: block;
    font-size: var(--size16);
    color: #000000;
    line-height: 2.5;
}
/* .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%;
} */

.header_r {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.suosou {
    width: 22px;
    overflow: hidden;
    cursor: pointer;
}

.suosou img {
    width: 100%;
    height: auto;
}

.en {
    width: max-content;
    background-image: url(../images/diqiu.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    padding-left: 52px;
    border-left: 1px solid rgb(196, 196, 196);
    margin-left: 20px;
    position: relative;
}

.en>a {
    background-image: url(../images/sanjian.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    padding-right: 15px;
}

.en_max {
    width: max-content;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 0%;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px 30px;
    box-shadow: 0px 0px 15px 2px #00000010;
    transform: scale(0);
    transform-origin: top right;
}

.en:hover .en_max {
    transform: scale(1);
}

.en_max a {
    display: block;
    font-size: var(--size14);
    color: #000000;
    text-align: left;
    line-height: 2;
}

.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: 150px;
}

.banner .swiper-pagination {
    bottom: 30px !important;
}

.mySwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
    width: 18px;
}

.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';
}

.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(255, 137, 34);
    font-size: var(--size14);
    color: rgb(255, 137, 34);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.suosouaa_t {
    width: 100px;
    height: 50px;
    border: transparent;
    background: rgb(255, 137, 34);
    color: #ffffff;
    font-size: var(--size14);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lainxi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
    background: rgb(255, 255, 255);
    padding: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.lianxi_l {
    width: calc(50% - var(--top50));
    overflow: hidden;
}

.lianxi_l>h2 {
    font-size: var(--size24);
    color: rgb(15, 109, 173);
    font-family: 'bold';
    line-height: 1.5;
    word-wrap: break-word;
}

.lianxi_l>span {
    display: block;
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    margin-top: var(--top20);
}

.lianxi_l>p {
    display: block;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: var(--top30);
    line-height: 1.6;
}

.lianxi_l>p::before {
    content: "";
    width: 42px;
    height: 1px;
    background: rgb(196, 196, 196);
    display: block;
    margin-bottom: var(--top30);
}

.lianxi_l ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top100);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50) 0;
}

.lianxi_l ul li {
    width: 100%;
}
#allmap{
    width: 100%;
    height: 300px;
}
#allmap img,
#allmap div{
    transition: auto;
}
.BMap_bubble_content p{
    font-size: 12px;    line-height: 24px;
}
.lianxi_l ul li h2 {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    font-family: 'bold';
}

.lianxi_l ul li h2::before {
    content: "";
    width: 42px;
    height: 1px;
    background: rgb(196, 196, 196);
    display: block;
    margin-bottom: var(--top30);
}

.lianxi_l ul li p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

.lianxi_r {
    width: calc(50% - var(--top50));
    overflow: hidden;
}

.lianxi_r h2 {
    font-size: var(--size18);
    color: rgb(15, 109, 173);
}

.lianxi_r form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}

.lianxi_r form input {
    width: 100%;
    height: 56px;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 2px;
    display: block;
    margin-bottom: var(--top20);
    font-size: var(--size16);
    color: rgb(190, 190, 190);
    padding: 0 var(--top20);
}

.lianxi_r form textarea {
    width: 100%;
    height: 180px;
    resize: none;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 2px;
    display: block;
    margin-bottom: var(--top20);
    font-size: var(--size16);
    color: rgb(190, 190, 190);
    padding: 15px var(--top20);
    font-family: "siyuanheiti";
}

.lianxi_r form input.submit {
    border: transparent;
    background: rgb(15, 109, 173);
    padding: 0;
    color: #ffffff;
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

.xinwen {
    width: var(--max);
    margin: var(--top60) auto;
}

.xinwen ul {
    width: 100%;
}

.xinwen ul li {
    width: 100%;
    border-top: 1px solid rgb(230, 230, 230);
    padding: var(--top30) 0;
    position: relative;
}
.xinwen ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(255, 137, 34);
    position: absolute;
    top: -1px;
    left: 0%;
    transition: all 0.3s;
}



.xinwen ul li:hover::after {
    width: 100%;
}

.xinwen ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xinwen_tame {
    width: calc(100% - 260px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.xinwen_l {
    width: 130px;
    overflow: hidden;
    position: relative;
}

.xinwen_l::after {
    content: "";
    width: 50px;
    height: 1px;
    background: rgb(230, 230, 230);
    position: absolute;
    top: 11px;
    right: 0;
}

.xinwen_l h2 {
    font-size: 22px;
    color: rgb(102, 102, 102);
    font-family: 'bold';
    line-height: 1;
}

.xinwen_l p {
    font-size: 16px;
    color: rgb(152, 152, 152);
    line-height: 1;
    margin-top: 5px;
}

.xinwen_c {
    width: calc(100% - 160px);
    overflow: hidden;
}

.xinwen_c h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    line-height: 1;
}

.xinwen_c p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: 10px;
    line-height: 1.6;
}

.xinwen ul li a img {
    width: 230px;
    height: auto;
}
.xinwen ul li:hover a .xinwen_c h2{
    color: rgb(255, 137, 34);
}
/*.xinwen ul li:hover a img{*/
/*    width: 260px;*/
/*}*/
/*.xinwen ul li:hover .xinwen_tame{*/
/*       width: calc(100% - 290px);*/
/*}*/
.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top50);
}

.page .active,
.page .total {
    display: inline-block;
    font-size: 12px;
    padding: 8px 12px;
    color: rgb(165, 165, 165);
    border: 1px solid rgb(165, 165, 165);
    margin: 0px 5px;
    line-height: 1;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
    color: rgb(165, 165, 165);
    border: 1px solid rgb(165, 165, 165);
    background: transparent;
}

.page .active {
    background: rgb(15, 109, 173);
    border: 1px solid rgb(15, 109, 173);
    color: #ffffff;
}

.shwo {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto 0;
    background: #ffffff;
    padding: var(--top60);
}

.shwo>h2 {
    text-align: center;
    font-size: var(--size30);
    font-family: 'bold';
    color: rgb(0, 0, 0);
}

.shwo>p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    margin-top: var(--top20);
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 2;
}

.shwo_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.prev {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto var(--top60);
    background: #ffffff;
    padding: var(--top30) var(--top60);
}

.prev a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
}

.prev a:hover {
    color: rgb(15, 109, 173);
}

.shebei {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.shebei ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shebei ul li {
    padding: 0 var(--top30) 0;
    line-height: 54px;
    border-radius: 54px;
    font-size: var(--size18);
    color: rgb(51, 51, 51);
}

.shebei ul li.shebei_nav {
    background: rgb(15, 109, 173);
    color: #ffffff;
}

.erji {
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
}

.erji_max {
    width: 1560px;
    max-width: calc(100% - 15px);
    overflow: hidden;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.erji_l {
    width: 360px;
    overflow: hidden;
}

.erji_l>h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    line-height: 1;
}

.erji_l>p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.6;
    margin-top: var(--top30);
}

.mySwiper2 {
    width: 100%;
    overflow: hidden;
    margin-top: 6vw;
}

.mySwiper2 .swiper-slide {
 
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    font-family: 'bold';
}

.mySwiper2 .swiper-pagination {
    width: 100%;
    position: static;
    inset: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    margin-top: 10px;

}

.mySwiper2 .swiper-pagination-total {
    font-size: var(--size18);
    color: rgb(152, 152, 152);
    font-family: 'bold';
    margin-left: 5px;
}

.mySwiper2 .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
    color: rgb(102, 102, 102);
    margin-right: 5px;
    font-family: 'bold';
}

.erji_r {
    width: calc(100% - 400px);
    position: relative;
}

.mySwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mySwiper .swiper-slide {
    width: 60% !important;
    transform: scale(0.8) !important;
    overflow: hidden;
}

.mySwiper .swiper-slide-active {
    transform: scale(1) !important;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.mySwiper .swiper-slide img:hover{
    transform: scale(1.1);
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    width: max-content;
    height: auto;
}

.mySwiper .swiper-button-next {
    right: 10%;
}

.mySwiper .swiper-button-next:after {
    content: "下一个";
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(222, 221, 221);
    border-radius: 54px;
    padding: 0 var(--top30);
    cursor: pointer;
}

.mySwiper .swiper-button-prev:after {
    content: "上一个";
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(222, 221, 221);
    border-radius: 54px;
    padding: 0 var(--top30);
    cursor: pointer;
}

.chanpin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.chanpin ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top50);
}

.chanpin ul li {
    width: 100%;
    overflow: hidden;
}

.chanpin ul li img {
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: cover;
    height: auto;
}
.chanpin ul li img:hover{
    transform: scale(1.1);
}
.chanpin_text {
    width: 100%;
    overflow: hidden;
    background: rgb(247, 247, 247);
    padding: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.chanpin_text h2 {
    width: calc(100% - 50px);
    overflow: hidden;
    font-size: var(--size18);
    color: rgb(30, 30, 30);
}

.chanpin_text svg {
    width: 30px;
    height: auto;
}

.hui {
    width: 100%;
    overflow: hidden;
    background: rgb(250, 250, 250);
}

.shwoChan {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(230, 230, 230);
}

.mianbao {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(152, 152, 152);
}

.mianbao p {
    color: rgb(255, 137, 34);
}

.shwoChanTop {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.shwoChanLeft {
    width: calc(70% - var(--top100));
    overflow: hidden;
}

.shwoChanLeft h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    font-family: 'bold';
}

.shwoChanLeft p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.6;
    margin-top: var(--top50);
}

.shwoChanTop>img {
    width: 30%;
    height: auto;
}

.xingneng {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top50);
    background: #ffffff;
    padding: var(--top30);
}

.xingneng>h2 {
    font-size: var(--size24);
    color: rgb(15, 109, 173);
    font-family: 'bold';
    padding-bottom: var(--top30);
    border-bottom: 1px solid rgb(230, 230, 230);
}

.xingnengText {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: var(--top30);
}

.xingnengText table {
    width: 100% !important;
    border: transparent !important;
}

.xingnengText table td {
    padding: var(--top20);
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    border: transparent !important;
}

.tupian {
    margin: var(--top30) auto var(--top50);
}

.tupian ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.tupian ul li {
    width: 100%;
    overflow: hidden;
}

.tupian ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shuju {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    font-size: var(--size16);
    color: red;
    text-align: center;
}

.maodian {
    width:100%;
    background: #ffffff;
    margin: auto;
    margin-top: var(--top50);
    
    position: sticky;
    top: 90px;
    z-index: 99;
}
.maodian_max{
    width: var(--max);

    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.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;
}

.jieshao>span {
    display: block;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    padding-left: 210px;

}

.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;
}

.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(15, 109, 173);
    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: 55% auto;
}

.wenhua_max {
    width: 55%;
    overflow: hidden;
    float: right;
    margin-top: var(--top120);
    background: rgba(15, 109, 173, 0.95);
    padding: var(--top60);
    padding-bottom: 120px;
}

.wenhua_max h2 {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}

.wenhua_max h2::after {
    content: "";
    width: 20px;
    height: 0px;
    background: #ffffff;
    display: block;
    margin-top: 20px;
}

.wenhua_max p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: var(--top30);
}

.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::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
}

.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: 7vw 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(255, 255, 255);
    font-family: 'bold';
}

.Swiper_l h2::after {
    content: "";
    width: 20px;
    height: 0px;
    background: rgb(196, 196, 196);
    display: block;
    margin-top: 20px;
}

.Swiper_l p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: var(--top30);
}

.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(255, 255, 255);
    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: #ffffff;
}

.zizhi_l .swiper-button-prev:after {
    transform: rotate(90deg);
}

.zizhi_l .swiper-button-next:after {
    transform: rotate(90deg);
}

.zizhi_l .swiper-button-next:hover,
.zizhi_l .swiper-button-prev:hover{
    background: #ffffff;
} 
.zizhi_l .swiper-button-next:hover:after,
.zizhi_l .swiper-button-prev:hover:after {
    font-size: 20px;
    color: #000000;
}


.zizhi_r {
    width: 340px;
    background: rgb(15, 109, 173);
    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: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: var(--top30) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Swiper_zizhi_r .swiper-slide-thumb-active {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.banner_index {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner_index img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 250px;
}

.mySwiper_banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mySwiper_banner_text h2 {
    width: 700px;
    max-width: 100%;
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1.5;
    word-wrap: break-word
}

.mySwiper_banner_text p {
    width: 700px;
    max-width: 100%;
    font-size: var(--size16);
    color: rgb(255, 255, 255, 0.8);
    line-height: 1.5;
    word-wrap: break-word;
    margin-top: var(--top60);
}

.mySwiper_banner_text a {
    width: 70px;
    overflow: hidden;
    display: block;
    margin-top: var(--top60);
}

.mySwiper_banner_text a svg {
    width: 100%;
    height: auto;
}

.dini {
    width: var(--max);
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    z-index: 99;
}

.dini .swiper-pagination {
    width: max-content !important;
    position: static !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.dini .swiper-pagination .swiper-pagination-bullet {
    width: max-content;
    background: transparent;
    height: auto;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    padding-bottom: 10px;
    padding-right: 20px;
    position: relative;
}

.dini .swiper-pagination .swiper-pagination-bullet-active {
    color: #ffffff;
}

.dini .swiper-pagination .swiper-pagination-bullet-active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 6;
}

.inCchan {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(230, 230, 230);
}

.inCchan_max {
    width: 1560px;
    max-width: calc(100% - 15px);
    overflow: hidden;
    padding: 90px 0;
    float: right;
    position: relative;
}

.inCchan_max::after {
    content: "";
    width: 100%;
    height: 400px;
    background: rgb(15, 109, 173);
    position: absolute;
    bottom: 0;
    left: 0;
}

.inCchan_max h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    font-family: 'bold';
}

.inCchan_max p {
    width: 997px;
    max-width: 100%;
    font-size: var(--size20);
    color: rgb(102, 102, 102);
    margin-top: var(--top50);
    line-height: 2;
}

.rent_r {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: var(--top20);
}

.rent_Swiper {
    width: calc(100% - 500px);
    position: relative;
}

.rent_Swiper .swiper-slide {
    width: 40%;
}

.rent_Swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}
.rent_Swiper .swiper-slide img:hover{
    transform: scale(1.1);
}
.rent_Swiper .swiper-slide h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-top: var(--top30);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.rent_Swiper .swiper-slide a {
    font-size: var(--size16);
    color: rgb(255, 137, 34);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--top30);
}

.rent_Swiper .swiper-slide a svg {
    width: 14px;
    height: auto;
    margin-left: 10px;
}

.rent_max {
    width: 200px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--top60);
}

.rent_max .swiper-button-next,
.rent_max .swiper-button-prev {
    width: 66px;
    height: 55px;
    border: 1px solid rgb(51, 51, 51);
    margin: 0;
    opacity: 1 !important;
    position: static;
    inset: 0;
}

.rent_max .swiper-button-next::after,
.rent_max .swiper-button-prev::after {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
}

.rent_max .swiper-button-next {
    margin-left: var(--top30);
}

.rent_max .swiper-button-next:hover,
.rent_max .swiper-button-prev:hover {
    background: rgb(15, 109, 173);
    border: 1px solid rgb(15, 109, 173);
}

.rent_max .swiper-button-next:hover::after,
.rent_max .swiper-button-prev:hover::after {
    color: #ffffff;
}

.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(--top50);
    line-height: 1.5;
    text-align: left;
}

.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_Swiper .swiper-slide{
    overflow: hidden;
}
.rongyu_Swiper img:hover{
    transform: scale(1.1);
}
.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;
}

.inShengbei {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/beijing.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inShengbei_max {
    width: var(--max);
    overflow: hidden;
    margin: 7.5vw auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.inShengbei_l {
    width: 48%;
    overflow: hidden;
}

.inShengbei_l h2 {
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
}

.inShengbei_parbn {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10vw;
}

.inShengbei_parbn .swiper-button-next,
.inShengbei_parbn .swiper-button-prev {
    width: 66px;
    height: 55px;
    border: 1px solid rgb(255, 137, 34);
    margin: 0;
    opacity: 1 !important;
    position: static;
    inset: 0;
}

.inShengbei_parbn .swiper-button-next::after,
.inShengbei_parbn .swiper-button-prev::after {
    color: rgb(255, 137, 34);
    font-size: 14px;
    font-weight: bold;
}

.inShengbei_parbn .swiper-button-next {
    margin-left: var(--top30);
}

.inShengbei_parbn .swiper-button-next:hover,
.inShengbei_parbn .swiper-button-prev:hover {
    background: rgb(255, 137, 34);
    border: 1px solid rgb(255, 137, 34);
}

.inShengbei_parbn .swiper-button-next:hover::after,
.inShengbei_parbn .swiper-button-prev:hover::after {
    color: #ffffff;
}

.inShengbei_r {
    width: 48%;
    overflow: hidden;
}

.inShengbei_Swiper {
    width: 100%;
    overflow: hidden;
}

.inShengbei_Swiper .swiper-slide h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}

.inShengbei_Swiper .swiper-slide p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: 30px;
}

.inShengbei_Swiper .swiper-slide a {
    font-size: var(--size16);
    color: rgb(255, 137, 34);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8vw;
}

.inShengbei_Swiper .swiper-slide a svg {
    width: 14px;
    height: auto;
    margin-left: 10px;
    fill: rgb(255, 137, 34);
}

.inShengbei_text {
    width: 50%;
    background: rgb(255, 255, 255);
    padding: var(--top50);
    float: right;
    position: relative;
}

.inShengbei_text .swiper-pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: static;
    inset: 0;
    margin: 0;
}

.inShengbei_text .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgb(196, 196, 196);
    border-radius: 50%;
    opacity: 1;
}

.inShengbei_text .swiper-pagination-bullet-active {
    background: rgb(255, 137, 34);
}

.inXinwen{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}
.inXinwen ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top60);
}
.inXinwen ul li{
    width: 100%;
    overflow: hidden;
}
.inXinwen ul li h2{
    font-size: var(--size36);
    color: rgb(51, 51, 51);
    line-height: 1.5;
    font-family: 'bold';
}
.inXinwen ul li h2 span{
    font-size: var(--size20);
    font-family: 'bold';
}
.inXinwen ul li p{
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.5;
    margin-top: var(--top50);
}
.inXinwen ul li a{
    width: 66px;
    height: 55px;
    display: block;
    border: 1px solid rgb(51, 51, 51);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--top50);
}
.inXinwen ul li a svg{
    width: 14px;
    height: auto;
    fill: rgb(51, 51, 51);
}
.inXinwen ul li a:hover{
    border: 1px solid rgb(255, 137, 34);
    background: rgb(255, 137, 34);
}
.inXinwen ul li a:hover svg{
    fill:  #ffffff;
}
.inXinwen ul li img{
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    height: auto;
    margin-top: var(--top50);
}
.inXinwen ul li img:hover{
    transform: scale(1.1);
}
.hezuo{
    width: 100%;
    overflow: hidden;
    background-image: url(../images/hezuoi.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hezuo_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    background: rgb(255, 255, 255);
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.hezuo_max img{
    width: 48%;
    height: autol
}
.hezuo_r{
    width: 50%;
    overflow: hidden;
}
.hezuo_r h2{
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    line-height: 1;
}

.hezuo_r span{
    display: block;
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    line-height: 1;
    margin-top: 10px;
}

.hezuo_r p{
    font-size: var(--size16);
    color: rgb(255, 137, 34);
    line-height: 1.5;
    margin-top: var(--top20);
}
.hezuo_text{
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.5;
    margin-top: var(--top20);
}
.hezuo_r a {
    font-size: var(--size16);
    color: rgb(255, 137, 34);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--top30);
}

.hezuo_r svg {
    width: 14px;
    height: auto;
    margin-left: 10px;
    fill: rgb(255, 137, 34);
}
.footer{
    width: 100%;
    overflow: hidden;
    background: rgb(33, 33, 33);
}
.footer_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}
.footer_logo{
    width: 210px;
    overflow: hidden;
}
.footer_logo img{
    width: 100%;
    height: auto;
}
.footer_max ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    border-bottom: 1px solid rgb(84, 84, 84);
    padding-bottom: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_max ul li{
    font-size: var(--size16);
    color: rgb(172, 171, 171);
}
.tel{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--top30);
}
.tel p{
    font-size: var(--size16);
    color: rgb(182, 182, 182);
}
.beian{
    width: 100%;
    overflow: hidden;
    background: rgb(43, 43, 43);
}
.beian_max{
    width: var(--max);
    overflow: hidden;
    margin: 10px auto;
}
.beian_max p{
    font-size: var(--size14);
    color: rgb(182, 182, 182);
    line-height: 2;
}


.abc{
    overflow: hidden;
}





.cebianlan{
    width: 50px;
    position: fixed;
    top: 40%;
    right: 10px;
    z-index: 999;
}

.cebianlan ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.cebianlan ul li{
    width: 100%;
    height: 50px;
    background: rgb(255, 137, 34);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}
.cebianlan ul li>a{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}
.cebianlan ul li svg,
.cebianlan ul li>img{
    max-width: 40%;
    max-height: 40%;
    fill: #ffffff !important;
}
.mixnuiu{
    width: max-content;
    background: rgb(255, 137, 34);
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%) scale(0);
    padding: 15px 20px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    transform-origin: right center;
}
.mixnuiu::after{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 6px solid rgb(255, 137, 34);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}
.mixnuiu_er{
    padding: 0;
    border: 5px solid #000000;
    border-radius: 0px;
    box-sizing: border-box;
}
.mixnuiu_er::after{
    border-left: 6px solid #000000;
    right: -11px;
}
.mixnuiu img{
    width: 120px;
    height: auto;
}
.cebianlan ul li:hover .mixnuiu{
    transform: translateY(-50%) scale(1);
}
.inShengbei .shebei ul li{
    cursor: pointer;
}
.erji{
    transition: auto;
}
.inShengbei .shebei ul li,
.inShengbei .mySwiper2 .swiper-slide,
.inShengbei .mySwiper2 .swiper-pagination,
.inShengbei .erji_l>h2{
    color: #fff;
}
.inShengbei .erji_l>p{
    color: #ffffff50;
}

