: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;
    --top80: 80px;
    --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: 70px;
    position: fixed;
        background: #ffffff;
    top: 0;
}

/*.fixed {*/
/*   background: rgb(0, 0, 0, 0.5);*/
/*    backdrop-filter: blur(5px);*/
/*}*/

.hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    width: 180px;
    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: #000000;
    text-align: center;
    position: relative;
    margin-left: 3vw;
}

.nav ul li:nth-child(1) {
    margin-left: 0px;
}

.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}


.nav ul li.nav_cen {
    color: rgb(57, 181, 74)
}

.nav ul li:hover {
    color: rgb(57, 181, 74);
}

/* .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%;
} */


.En {


    font-size: var(--size16);
    color: #000000;

    margin: 0 3vw;
}


.hertre_cen form {
    width: 40px;
    height: 40px;
    background: rgb(0, 0, 0,0.1);
    border-radius: 40px;
    position: relative;
}

.seach_t {
    width: 100%;
    height: 100%;
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    padding: 0 50px 0 var(--top20);
}

.seach_s {
    width: 32px;
    height: 32px;
    background: transparent;
    background-image: url(../images/suosou.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border: transparent;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    cursor: pointer;
}
.hertre_cen form i{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 55;
}
.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;
    min-height: 100px;
    object-fit: cover;
}

.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%);
    margin-top: 50px;
}
.banner_text p {
    font-size: var(--size56);
    color: rgb(255, 255, 255,0.5);
    line-height: 1;
       text-transform: uppercase;
       font-family: 'zhong';
       margin:  15px 0;
       padding-right: 5vw;
}
.banner_text h1 {
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: 10px;
}

.MianBao {
    width: 100%;
    overflow: hidden;
    background: rgb(238, 238, 238);
}

.MianBao_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
}

.MianBao_xinwen {
    width: 100%;
    overflow: hidden;
    background: rgb(238, 238, 238);
}

.MianBao_xinwen_Max {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.MianBao_xinwen_Max ul {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
}

.MianBao_xinwen_Max ul li {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-size: var(--size16);
    padding: 0 var(--top60);
    line-height: 80px;
    box-sizing: border-box;
}

.MianBao_xinwen_Max ul li.MianBao_Nav {
    border-bottom: 6px solid rgb(82, 167, 71);
    background: #fff;
}

.MianBao_xinwen_R {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
}

.LianXi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#allmap {
    width: 58%;
    height: 620px;
}

#allmap img,
#allmap div {
    transition: auto;
}

.BMap_bubble_content p {
    font-size: 12px;
    line-height: 24px;
}

.LianXi_R {
    width: 38%;
    overflow: hidden;
}

.LianXi_R h2 {
    font-size: var(--size30);
    color: rgb(0, 75, 162);
    line-height: 1;
}

.LianXi_R p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

.LianXi_R form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.LianXi_R form input {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(238, 238, 238);
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    padding: 0 var(--top20);
}

.LianXi_R form textarea {
    width: 100%;
    height: 175px;
    border: 1px solid rgb(238, 238, 238);
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    padding: var(--top20);
    resize: none;
    font-family: 'siyuanheiti';
}

.LianXi_R form input.submit {
    border: 1px solid rgb(0, 75, 162);
    color: rgb(0, 75, 162);
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

.LianXi_List {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    box-sizing: border-box;
    border: 1px solid rgb(238, 238, 238);
    box-shadow: 0px 11px 24px 0px rgba(217, 217, 217, 0.19);
    background: rgb(255, 255, 255);
    padding: var(--top60) 0;
}

.LianXi_List ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.LianXi_List ul li {
    width: 100%;
    border-left: 1px solid rgb(238, 238, 238);
    padding: 0 var(--top60);
}

.LianXi_List ul li:nth-child(1) {
    border: transparent;
}

.LianXi_List ul li h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 1;
}

.LianXi_List ul li h2::after {
    content: "";
    width: 30px;
    height: 2px;
    background: rgb(0, 75, 162);
    display: block;
    margin-top: 15px;
}

.LianXi_List ul li p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: 10px;
}

.zixun {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto var(--top80);
}

.zixun ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.zixun ul li {
    width: 100%;
    overflow: hidden;
}

.zixun ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    position: relative;
}

.zixun ul li img {
    width: 400px;
    height: auto;
    position: relative;
    z-index: 2;
}

.zixun_r {
    flex: 1;
    margin-left: var(--top60);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.zixun_r h2 {
    font-size: var(--size20);
    color: rgb(0, 75, 162);
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}

.zixun_r span {
    display: block;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1;
    margin-top: var(--top30);
    transition: all 0.3s;
}

.zixun_r p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
}

.shwo {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.shwo>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.shwo>p {
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    margin-top: var(--top20);
    text-align: center;
}

.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: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: var(--top30);
    padding-top: var(--top20);
    border-top: 1px solid rgb(238, 238, 238);
}

.prev a {
    display: block;
    width: max-content;
    max-width: 48%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1.5;
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top60);
}

.page .active,
.page .total {
    font-size: 12px;
    padding: 8px 10px;
    color: rgb(102, 102, 102);
    border: 1px solid rgb(238, 238, 238);
    margin: 0px 3px;
    line-height: 1;
}

.page .active {
    background: rgb(0, 75, 162);
    border: 1px solid rgb(0, 75, 162);
    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(102, 102, 102);
    border: 1px solid rgb(238, 238, 238);
    background: transparent;
}

.GuanYu {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/eijing.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    position: relative;
}

.GuanYu::after {
    content: "";
    width: 100%;
    height: 12vw;
    background-image: url(../images/bejing2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.GuanYu_Max {
    width: var(--max);
    overflow: hidden;
    margin: 5.5vw auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.GuanYu_L {
    width: 55%;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.GuanYu_L h2 {
    font-size: var(--size30);
    color: rgb(0, 75, 162);
}

.GuanYu_L p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top60);
}

.GuanYu_R {
    width: 40%;
    text-align: center;
    line-height: 0.8;
    font-size: 13vw;
    color: #52a747;
    font-family: 'zhong';
}
.GuanYu_R img{
    width: 100%;
    height: auto;
           max-height: 300px;
    border-radius: 10px;
}

.GuanYu_Max ul{
    width: 100%;
    overflow: hidden;
    display: grid;
     grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
    margin-top: var(--top50);
}
.GuanYu_Max ul li{
    width: 100%;
    
}
.GuanYu_Max>Img{
    width: 900px;
    max-width: 100%;
    margin: auto;
    height: auto;
    margin-top: var(--top50);
}
.GuanYu_Max ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.FaZhan {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}

.FaZhan>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(0, 75, 162);
}

.FaZhan>p {
    text-align: center;
    font-size: var(--size36);
    color: rgb(0, 75, 162,0.2);
    line-height: 1;
    margin-top: 10px;
    text-transform: uppercase;
}

.FaZhan_Max {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    padding: 0 var(--top80);
    background-image: url(../images/si.png);
    background-repeat: no-repeat;
    background-size: 100% 96px;
    background-position: top center;
}

.FaZhan_Swiper {
    width: 100%;
    overflow: hidden;
}

.FaZhan_Swiper img {
    width: 20px;
    height: auto;
    margin: 38px auto 38px 15px;
}

.FaZhan_Swiper h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}

.FaZhan_Swiper p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: 10px;
}

.beiojing {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
}

.ChanPin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
}

.ChanPin_L {
    width: 300px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.ChanPin_L ul {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.ChanPin_L ul h2 {
    background: rgb(0, 75, 162);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: var(--top20) var(--top30);
}

.ChanPin_L ul li {
    width: calc(100% - var(--top60));
    overflow: hidden;
    margin: auto;
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    padding: 15px 0;
}

.ChanPin_L ul li.ChanPin_Nav {
    color: rgb(0, 75, 162);
}

.ChanPin_R {
    flex: 1;
    margin-left: var(--top60);
}
.ChanPinIn_Listas .swiper-slide{
    height: auto; !important;
    object-fit: cover;
}
.ChanPin_R ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}
.ChanPin_R ul>img{
    background: #ffffff;
    width: 100%;
    height: auto !important;
}
.ChanPin_R ul li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        align-items: center;
        padding: var(--top30);
}

.ChanPin_R ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.ChanPin_R ul li img {
    width: 250px;
    height: auto;
    object-fit: cover;
}

.ChanPin_Text {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: var(--top30);
}
.ChanPin_R ul li:nth-child(2n) .ChanPin_Text{
      margin-left: 0px;
    margin-right: var(--top30);
}
.ChanPin_Text h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.ChanPin_Text p {
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ChanPin_Text a {
    width: max-content;
    display: block;
    line-height: 40px;
    border-radius: 30px;
    border: 1px solid rgb(9, 51, 136);
    padding: 0 var(--top30);
    font-size: var(--size14);
    color: rgb(9, 51, 136);
    margin-top: var(--top30);
}

.Show_R {
    flex: 1;
    margin-left: var(--top60);
}

.Show_R>h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

.Show_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--top20);
}

.Show_Top img {
    width: 30%;
    height: auto;
    border-radius: 10px;
}

.Show_Top p {
    width: calc(70% - var(--top50));
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: justify;

}

.Show_Text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}

.Show_Text>h3 {
    background: rgb(238, 238, 238);
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    padding: 15px var(--top30);
}

.Show_Texta {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
    padding: var(--top30);
    text-align: justify;
}
.Show_Texta table{
    width: 100% !important;
    max-width: 100% !important; 
    text-align: center;
     border: 1px solid black;
}
.Show_Texta tr{
    height:50px;
}

.Show_Texta td{
    width: auto !important;
    height: auto;
    border: 1px solid black;
    padding: 10px 5px;
}
.Show_Texta  ul{
    padding-left: var(--top20);
}
.jc tr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
}
.jc3 tr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
}
.jc4 tr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    
}
.jc5 tr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    
}
.cp tr{
    display: grid;
    height: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.banner_text h2 {
    font-size: 5vw;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Show_Texta img{
    max-width: 100%;
}
.banner_text h2 span {
    color: rgb(53, 180, 71);
}

.banner_text h2 p:nth-child(2) {
    margin-left: 15vw;
}

.ChanPinIn {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/beijing1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ChanPinIn_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
}

.ChanPinIn_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ChanPinIn_Top h2 {
    font-size: 30px;
    color: rgb(0, 75, 162);
    line-height: 30px;
}

.ChanPinIn_Top h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: rgb(82, 167, 71);
    display: block;
    margin-top: var(--top20);
}

.ChanPinIn_Top ul {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
}

.ChanPinIn_Top ul li {
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    margin-left: var(--top80);
    line-height: 30px;
    cursor: pointer;
}

.ChanPinIn_Top ul li.ChanPinIn_Nav {
    color: rgb(0, 75, 162);
}

.ChanPinIn_Lun {
    width: 100%;
    overflow: hidden;
   
}
.ChanPinIn_Lun_Min{
    width: 100%;
    position: relative;
    transition: auto;
     margin-top: var(--top50);
}

.ChanPinIn_List {
    width: calc(100% - 150px);
    margin: auto;
    overflow: hidden;
    transition: auto;
    position: relative;
}

.ChanPinIn_List .swiper-slide {
    height: auto !important;
}

.ChanPinIn_List img {
    width: 95%;
    max-height: 140px;
    margin-top: 5px;
    margin-bottom: 5px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background-color: #ffffff;
    
}
.ChanPinIn_List h2{
    font-size: var(--size16);
    color: #000000;
    text-align: center;
    margin-top: 10px;
}
.ChanPinIn_Lun .swiper-button-next,
.ChanPinIn_Lun .swiper-button-prev {
    width: 50px;
    height: 80px;
    background: rgb(0, 0, 0, 0.5);
    display: flex;
    margin-top: 0px;
    transform: translateY(-50%);
}

.ChanPinIn_Lun .swiper-button-next {
    right: 0;
}

.ChanPinIn_Lun .swiper-button-prev {
    left: 0;
}

.ChanPinIn_Lun .swiper-button-next::after,
.ChanPinIn_Lun .swiper-button-prev::after {
    color: #fff;
    font-size: var(--size24);
    font-weight: bold;
    margin: auto;
}

.InGuanYu {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/bg2.png);
    background-color:  #89898910;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.InGuanYu_Max {
    width: var(--max);
    overflow: hidden;
    margin: 9vw auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.InGuanYu_left {
    width: 50%;
}

.InGuanYu_left h2 {
    font-size: var(--size30);
    color: rgb(0, 75, 162);
    line-height: 30px;
}
.GuanYu_L span,
.InGuanYu_left span{
    display: block;
     font-size: var(--size36);
    color: rgb(0, 75, 162,0.2);
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 20px;
}
.ChanPinIn_Top_span span {
    display: block;
    font-size: var(--size36);
    color: rgb(0, 75, 162,0.2);
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 20px;
}
.XinWenIn_nav .XinWenIn_Tio_span span {
    display: block;
    
}
    

.XinWenIn_Tio_span span {
    display: none;
    font-size: var(--size36);
    color: rgb(0, 75, 162,0.2);
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 40px;
}
.InGuanYu_left h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: rgb(82, 167, 71);
    display: block;
    margin-top: var(--top20);
}

.InGuanYu_left p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top50);
}

.InGuanYu_left a {
    width: max-content;
    display: block;
    line-height: 40px;
    border-radius: 30px;
    border: 1px solid rgb(9, 51, 136);
    padding: 0 var(--top30);
    font-size: var(--size14);
    color: rgb(9, 51, 136);
    margin-top: var(--top30);
}

.InGuanYu_Max img {
    width: 45%;
    height: auto;
}

.InGuanYu_img{
     width: 45%;
     overflow: hidden;
     position: relative;
     border-radius: 10px;
}
.InGuanYu_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.XinWenIn {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/xinwen.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.XinWenIn_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}

.XinWenIn_Tio {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.XinWenIn_Tio ul {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top30);
}

.XinWenIn_Tio ul li {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 1;
    cursor: pointer;
    border-right: 1px solid rgb(220, 220, 220);
    padding-right: var(--top30);
    position: relative;
}
.XinWenIn_Tio ul li:last-child{
    border: transparent;
    padding-right: 0;
}
.XinWenIn_Tio ul li.XinWenIn_nav{
    color: rgb(0, 75, 162);
}
.XinWenIn_Tio ul li.XinWenIn_nav::after {
    content: "";
    width: 80px;
    height: 4px;
    background: rgb(82, 167, 71);
    position: absolute;
    bottom: -20px;
    left: 0;
}
.XinWenIn_Tio a{
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    line-height: 1;
}
.XinWenIn_LIo{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}
.XinWenIn_List{
    width: 100%;
    overflow: hidden;
    transition: auto;
}
.XinWenIn_List>h2{
    font-size: var(--size20);
    color: #000;
    margin-bottom: 20px;
}
.XinWenIn_as{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.XinWenIn_LEft{
    width: 52%;
    overflow: hidden;
}
.XinWenIn_LEft img{
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.XinWenIn_LEft h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
}
.XinWenIn_as ul{
    width: 45%;
    overflow: hidden;
}
.XinWenIn_as ul li{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
    padding: var(--top30) 0;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    position: relative;
    padding-left: 35px;
}
.XinWenIn_as ul li a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.XinWenIn_as ul li::after{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 14px solid rgb(229, 229, 229);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer {
    width: 100%;
    overflow: hidden;
    background: rgb(0, 75, 162);
}

.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;
    overflow: hidden;
}

.footer_top {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 10vw;
}

.footer_top h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.footer_top svg {
    width: 14px;
    height: auto;
    display: none;
}

.footer_ul ul {
    width: 100%;
    overflow: hidden;
}

.footer_ul ul li {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-top: var(--top20);
}

.ERweima{
    width: 300px;
    overflow: hidden;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ERweima h2{
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}
.ERweima img{
    width: 100%;
    height: auto;
    margin-top: var(--top20);
}
.ERweimali{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.ERweimali_box{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ERweimali_box p{
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}
.beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ffffff10;
}

.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: rgba(255, 255, 255, 1);
    margin: 0 5px;
}



.beijinghi{
    width: 100%;
    overflow: hidden;
    background: #eef1f2;
}

.TiGong{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.TiGong>h2{
    font-size: var(--size30);
    color: rgb(0, 75, 162);
    text-align: center;
}
.TiGong ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top50);
    margin-top: var(--top50);
}
.TiGong ul li{
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top60) var(--top20);
}
.TiGong ul li img{
    width: auto;
    height: 50px;
    margin: auto;
}
.TiGong ul li h2{
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
}
.TiGong ul li p{
   width: max-content;
    max-width: 100%;
    margin: auto;
    font-size: var(--size16);
    color: rgb(51, 51, 51);

    margin-top: var(--top20);
    line-height: 2;
}


.ZhaoPin{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.ZhaoPin>h2{
    font-size: var(--size30);
    color: rgb(0, 75, 162);
    text-align: center;
}
.ZhaoPin ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top50);
    margin-top: var(--top50);
}
.ZhaoPin ul li{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--top30) var(--top20);
}

.ZhaoPin ul li h2{
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
}
.ZhaoPin ul li>p{
    width: max-content;
     max-width: 100%;
     margin: auto;
     font-size: var(--size16);
     color: rgb(51, 51, 51);
     margin-top: var(--top30);
     line-height: 2;
 }
.ZhaoPin_ax{
     width: 400px;
     max-width: 100%;
     margin: auto;
    font-size: var(--size16);
    color: rgb(51, 51, 51);

    margin-top:  var(--top30);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ZhaoPin_ax p{
    min-width: 34%;
    max-width: 48%;
    font-size: var(--size16);
     color: rgb(51, 51, 51);
     line-height: 2;
}
.ZhaoPin>p{
    width: 100%;
    overflow: hidden;
    background: rgb(0, 75, 162);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: var(--top20) var(--top30);
    margin-top: var(--top60);
}
.ZhaoPin form{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ZhaoPin form label{
    width: 48%;
    overflow: hidden;
    margin-bottom: var(--top30);
}
.ZhaoPin form label p{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}
.ZhaoPin form label input{
    width: 100%;
    height: 60px;
    background: rgb(255, 255, 255);
    display: block;
    margin-top: 10px;
    font-size: var(--size14);
    color: #00000050;
    padding: 0 15px;
}
.upbox{
    width: 100%;
    overflow: hidden;
}
.upbox>p{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}
.upboxlae{
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    height: 70px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}
.upinput{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
}
.upboxlae>p{
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 70px;
    padding-left: var(--top30);
    z-index: 5;
}
.upbox>p.upinputname{
    margin-top: 10px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}
.work_file{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgb(0, 75, 162);
    background: #ffffff;
    font-size: var(--size14);
    color: rgb(0, 75, 162);
    margin-top: var(--top20);
    display: block;
    cursor: pointer;
}
.suassbmit{
    width: 400px;
    height: 50px;
    border: 1px solid rgb(0, 75, 162);
    background: #ffffff;
    font-size: var(--size14);
    color: rgb(0, 75, 162);
    margin: auto;
    margin-top: var(--top50);
    display: block;
    cursor: pointer;
}
