:root {
    --max: 1300px;
    --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: 100px;
    position: relative;
    background: #fff;
}

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

.logo {
    width: 150px;
    overflow: hidden;

}

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

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

.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: rgba(61, 61, 61, 1);
    text-align: center;
    position: relative;
    padding: 0 var(--top20);
    line-height: 100px;
}

.nav ul li a {
    position: relative;
    z-index: 5;
}

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

.nav ul li.nav_cen {
    color: #ffffff;
}

.nav ul li:hover {
    color: #ffffff;
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 100%;
    background: rgba(77, 136, 255, 1);
    ;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

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

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

.En {
    width: max-content;
    background-image: url(../images/diqiu.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: 30px;
    font-size: var(--size14);
    color: rgba(3, 15, 25, 0.20);
    line-height: 20px;
    font-family: 'bold';
}

.En_Nax {
    color: #000000;
}

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

.banner .swiper-pagination {
    bottom: 30px !important;
}

.Swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.Swiper .swiper-pagination-bullet-active {
    width: 18px;
}

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

.banner_text h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
    line-height: 1;
}

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

.MianBao {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(247, 247, 247, 1);
}

.MianBao_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgba(61, 61, 61, 0.20);
    font-family: 'zhong';
}

.MianBao_Max p {
    color: rgba(61, 61, 61, 1);
}

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

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

.LianXi ul li {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(220, 220, 220, 1);
    padding: var(--top50) var(--top60);
}
.LianXi ul li:hover{
    box-shadow: 0px 0px 15px 3px #00000020;
}
.LianXi ul li h2 {
    font-size: var(--size24);
    color: rgba(61, 61, 61, 1);
    line-height: 1;
    font-family: 'bold';
}

.LianXi ul li p {
    font-size: var(--size16);
    color: rgba(158, 158, 158, 1);
    line-height: 1.5;
    margin-top: var(--top20);
}

.DiTu {
    width: 100%;
    overflow: hidden;
    background: rgba(77, 136, 255, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#allmap {
    width: 50%;
    height: 450px;
}

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

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

.DiTu_Form {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: var(--top50);
}

.DiTu_Form h2 {
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    font-family: 'zhong';
}

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

.DiTu_Form form label {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.DiTu_Form form label input {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    font-size: var(--size14);
    color: rgba(158, 158, 158, 1);
    padding: 0 15px;
}
.DiTu_Form form label input:focus-within{
    color: rgba(77, 136, 255, 1);
}
.DiTu_Form form textarea {
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 1);
    font-size: var(--size14);
    color: rgba(158, 158, 158, 1);
    padding: 15px;
    resize: none;
    font-family: 'siyuanheiti';
    margin-top: var(--top30);
    border: transparent;
}

.submit {
    width: 200px;
    height: 50px;
    background: rgb(255, 255, 255);
    font-size: var(--size20);
    color: rgb(77, 136, 255);
    float: right;
    margin-top: var(--top30);
    display: block;
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

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

.ZiZhi ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.ZiZhi ul li {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(238, 238, 238, 1);
    padding: var(--top20);
}

.ZiZhi ul li img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.ZiZhi ul li:hover img{
    transform: scale(1.1);
}
.ZiZhi ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    margin-top: 15px;
}

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

.page .active,
.page .total {
    font-size: var(--size14);
    padding: 8px 12px;
    color: rgb(61, 61, 61);
    border: 1px solid rgb(247, 247, 247);
    line-height: 1;
    border-radius: 5px;
}

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

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child {
    color: rgb(61, 61, 61);
    border: 1px solid rgb(247, 247, 247);
    background: #fff;
}

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

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

.TongYong ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(77, 136, 255, 0.1);
    background: rgb(255, 255, 255);
}
.TongYong ul li:hover{
    transform: translateY(-15px);
}
.TongYong ul li img {
    width: 100%;
    height: auto;
}

.TongYong_text {
    width: 100%;
    overflow: hidden;
    padding: var(--top20);
}

.TongYong_text h2 {
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    font-family: 'zhong';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.TongYong_text p {
    font-size: var(--size14);
    color: rgb(61, 61, 61);
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.TongYong_text a {
    font-size: var(--size14);
    color: rgb(77, 136, 255);
    margin-top: var(--top30);
    display: block;
}

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

.shwo>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(61, 61, 61);
}

.shwo>p {
    font-size: var(--size14);
    color: rgb(61, 61, 61);
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

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

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

.prev a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #222222;
    line-height: 2;
}
.TongYongBo {
    width: var(--max);
    margin: var(--top60) auto;
}

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

.TongYongBo ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(77, 136, 255, 0.1);
    background: rgb(255, 255, 255);
}
.TongYongBo ul li:hover{
    transform: translateY(-15px);
}
.TongYongBo ul li img {
    width: 100%;
    height: auto;
}
.TongYongBo ul li h2{
    text-align: center;
    font-size: var(--size18);
    color: rgb(61, 61, 61);
    padding: 10px;
    font-family: 'zhong';
    
}
.JIeShan{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.Gg h2{
    text-align: center;
    font-size: var(--size30);
    color: rgb(61, 61, 61);
    font-family: 'bold';
    line-height: 1;
}
.Gg h2::after{
    content: "";width: 100px;
    height: 4px;
    background: rgb(77, 136, 255);
    display: block;
    margin: 15px auto;
}
.Gg p{
    text-align: center;
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    font-family: 'bold';
    line-height: 1;
}
.JIeShan_max{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: var(--top50);
}
.JIeShan_Texy{
    width: 48%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(61, 61, 61);
    line-height: 1.8;
}
.JIeShan_max>img{
    width: 48%;
    height: auto;
}
.LICheng{
    width: 100%;
    overflow: hidden;
    background: rgb(248, 248, 248);
}
.LICheng_Max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.LICheng_Swiper{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}
.LICheng_Swiper::after{
    content: "";
    width: 100%;
    height: 4px;
    background: rgb(61, 61, 61);
    position: absolute;
    left: 0;
    top: 225px;
}
.LICheng_Swiper .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
.LICheng_Swiper .swiper-slide:nth-child(2n){
    flex-direction: column-reverse;
}
.LICheng_Swiper img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.LICheng_Swiper i{
    width: 24px;
    height: 24px;
    background: rgb(77, 136, 255);
    border: 3px solid rgb(157, 189, 254);
    border-radius: 50%;
    display: block;
    margin: 15px 0;
    position: relative;
    z-index: 5;
}
.LICheng_text{
    width: 100%;
    height: 200px;
}
.LICheng_text h2{
    font-size: var(--size20);
    color: rgb(77, 136, 255);
    font-family: 'bold';
    line-height: 1;
}
.LICheng_text p{
    width: 100%;
    height: 150px;
    overflow: auto;
    font-size: var(--size14);
    color: rgb(61, 61, 61);
    line-height: 2;
    margin-top: var(--top20);
}
.LICheng_text p::-webkit-scrollbar {
    width: 4px;
}

.LICheng_text p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #000000;
}

.LICheng_text p::-webkit-scrollbar-track {
    border-radius: 0;
    background: #999999;
}
.JiaGou{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.JiaGou_Texy{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
}
.JiaGou_Texy img{
    max-width: 100%;
    height: auto;
    margin: auto;
}
.GongYin{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.GongYin>h2{
    font-size: var(--size36);
    color: rgb(77, 136, 255);
    text-align: center;
    line-height: 1;
    font-family: 'zhong';
}
.GongYin ul{
    width: 100%;
    overflow: hidden;
    margin: var(--top50) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.GongYin ul li{
    width: max-content;
}
.GongYin ul li svg{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: auto;
    display: block;   
}
.GongYin ul li h2{
    text-align: center;
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    margin-top: var(--top20);
}
.GongYin ul li:hover svg path {
  fill: rgb(77, 136, 255);
}
.GongYin ul li:hover h2 {
    color: rgb(77, 136, 255);
  }
.GongYin>p{
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    line-height: 2;
    text-align: center;
}
.Youshi{
    width: 100%;
    overflow: hidden;
    background: rgb(248, 248, 248);
}
.Youshi_Max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.Gg_im{
    width: 100%;
    overflow: hidden;
}
.Gg_im p{
    text-align: center;
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    line-height: 1;
    font-family: 'bold';
}
.Gg_im h2{
    text-align: center;
    font-size: var(--size30);
    color: rgb(61, 61, 61);
    line-height: 1;
    font-family: 'bold';
    margin-top: 10px;
}
.Youshi_Max ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.Youshi_Max ul li{
    width: 100%;
    overflow: hidden;
    border: 1px solid rgb(234, 234, 234);
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: var(--top20);
}
.Youshi_Max ul li img{
    width: auto;
    height: 35px;
    height: auto;
}
.Youshi_Max ul li:hover img{
    transform: rotate(360deg);
}
.Youshi_Max ul li h2{
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    font-family: 'bold';
    line-height: 1;
    margin-top: var(--top20);
}
.Youshi_Max ul li h2::after{
    content: "";
    width: 60px;
    height: 4px;
    background: rgb(77, 136, 255);
    display: block;
    margin: 15px 0;
}
.Youshi_Max ul li p{
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    line-height: 1.6;
}




.XINWenIn{
    width: 100%;
    overflow: hidden;
    background: rgb(248, 248, 248);
}
.XINWenIn_Max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.XINWenIn_Max ul{
    width: 100%;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.XINWenIn_Max ul li{
    width: 100%;
    overflow: hidden;
    border: 1px solid rgb(234, 234, 234);
    background: rgb(255, 255, 255);
    border-radius: 10px;
}
.XINWenIn_Max ul li:hover{
    transform: translateY(-20px);
}
.XINWenIn_Max ul li img{
    width: 100%;
    height: auto;
    height: auto;
}
.XINWenIn_img{
    width: 100%;
    position: relative;
}
.XINWenIn_Mat{
    width: 70px;
    height: 70px;
    background: rgb(61, 61, 61);
    position: absolute;
    left: 15px;
    bottom: -35px;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px;
}
.XINWenIn_Mat h2{
    width: 100%;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 9px;
    margin-bottom: 9px;
}
.XINWenIn_Mat p{
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
    text-align: center;
}
.XINWenIn_Text{
    width: 100%;
    overflow: hidden;
    padding: var(--top30) 15px;
}
.XINWenIn_Text h2{
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    font-family: 'bold';
    line-height: 1;
    margin-top: 20px;
}

.XINWenIn_Text p{
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    line-height: 1.6;
    margin-top: 15px;
}
.AnLIm{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.AnLIm_Swiper{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}
.AnLIm_Swiper .swiper-slide{
    width: 100%;
    height: initial !important;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.AnLIm_Swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.AnLIm_text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(61, 61, 61,0.9);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.AnLIm_Swiper .swiper-slide:hover .AnLIm_text{
    top: 0;
}
.AnLIm_text p{
    width: 100%;
    overflow: hidden;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
}
.AnLIm_text p:after{
    content: "";width: 50px;
    height: 2px;
    background: rgb(255, 255, 255);
    display: block;
    margin: auto;
    margin-top: 5px;
}
.AnLIm_text h2{
    width: 100%;
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
    margin-top: 15px;
}
.AnLIm_text span{
    display: block;
    width: max-content;
    line-height: 40px;
    background: rgb(77, 136, 255);
    border-radius: 4px;
    line-height: 40px;
    padding: 0 var(--top20);
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: var(--top30);
}
.AnLIm_Swiper .swiper-pagination{
    position: static;
    margin-top: var(--top30);
    display: flex;
    justify-content: center;
    align-items: center;
}
.AnLIm_Swiper .swiper-pagination-bullet{
    width: 40px;
    height: 8px;
    background: rgb(168, 168, 168);
    border-radius: 0px;
    opacity: 1;
}
.AnLIm_Swiper .swiper-pagination-bullet-active{
    background: rgb(77, 136, 255);
}
.GongCheng{
    width: 100%;
    overflow: hidden;
    background-image: url(../images/beijing.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.GongCheng_Max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.GongCheng_Max .Gg_im p,
.GongCheng_Max .Gg_im h2{
    color: #ffffff;
}



.GongCheng_Lim{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}
.GongCheng_LIst{
    width: 100%;
    overflow: hidden;
    transition: auto;
}
.GongCheng_LIst ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}
.GongCheng_LIst ul li{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.GongCheng_LIst ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.GongCheng_LIst ul li h2{
    width: 100%;
    background: rgb(61, 61, 61,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    font-family: 'zhong';
    padding: 10px 15px;
    opacity: 0;
}
.GongCheng_LIst ul li:hover img{
    transform: scale(1.2);
}
.GongCheng_LIst ul li:hover h2{
    opacity: 1;
}


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

.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_max ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer_max ul li{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}
.footer_tel{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_tel_l{
    flex: 1;
    margin-right: var(--top20);
}
.footer_tel_l h2{
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    line-height: 1;
}
.footer_tel_l p{
    font-size: var(--size14);
    color: rgb(164, 164, 163);
    line-height: 1.7;
    margin-top: var(--top20);
}
.Erweiam{
    width: 100px;
    overflow: hidden;
}
.Erweiam img{
    width: 100%;
    height: auto;
}
.Erweiam h2{
    text-align: center;
    font-size: var(--size14);
    color: rgb(164, 164, 163);
    margin-top: 10px;
}

.beian {
    width: 100%;
    overflow: hidden;
   background: rgb(53, 53, 53);
}

.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(255, 255, 255);
    margin: 0 5px;
}