: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: "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: rgb(0, 58, 95);
}

.hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo::after {
    content: "";
    width: 173px;
    height: 26px;
    position: absolute;
    background-image: url(../images/logoafter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}

.logo img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
}

.hertre_cen h1 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-left: 20px;
    margin-right: auto;
}

.nav {
    width: max-content;
}

.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: #ffffff;
    text-align: center;
    position: relative;
    margin-left: 3vw;
    line-height: 90px;
}

.nav ul li svg {
    width: 12px;
    height: auto;
    fill: #ffffff;
}

.nav_ul {
    width: max-content;
    overflow: hidden;
    background: rgb(0, 58, 95);
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 30px;
    display: none;
    transition: auto;
}

.nav_ul a {
    font-size: var(--size14);
    color: #ffffff;
    display: block;
    line-height: 2.5;
}

/* .nav ul li.nav_cen {
    color: #ec078d
}

.nav ul li:hover {
    color: #ec078d;
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: #ec078d;
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.3s;
} */

.nav ul li.nav_cen::after {
    width: 100%;
}

.nav ul li:hover::after {
    width: 100%;
}

.an {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

.container path {
    stroke: #ffffff;
    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;
    height: 450px;
    position: relative;
}

.banner img {
    width: 100%;
    
    height: auto;
}

.banner_text {
    width: max-content;
    overflow: hidden;
    position: absolute;
    bottom: 8vw;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(0, 0, 0, 0.5);
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 2.5;
    padding: 0 var(--top30);
}

.Banner_Swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2vw !important;
}

.Banner_Swiper .swiper-pagination-bullet {
    width: 25px;
    height: 9px;
    opacity: 1;
    border-radius: 0px;
    background: rgb(255, 255, 255, 0.5);
}

.Banner_Swiper .swiper-pagination-bullet-active {
    width: 60px;
    background: rgb(255, 255, 255);
}

.LianXi {
    width: 100%;
    margin: var(--top60) auto;
}

.LianXi_Text {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(10, 2, 5, 0.1);
    padding-bottom: var(--top30);
}

.LianXi_Text:nth-child(2) {
    margin-top: var(--top30);
}

.LianXi_Text h2 {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    line-height: 1.6;
}

.LianXi_Text p {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    line-height: 1.6;
    padding-right: 15vw;
}

.LianXi ul {
    width: 780px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.LianXi ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(10, 2, 5, 0.1);
    padding-bottom: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.LianXi_L {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.LianXi ul li img {
    width: 15px;
    height: auto;
}

.LianXi ul li h2 {
    width: 120px;
    font-size: var(--size16);
    color: rgb(37, 37, 37);
    line-height: 1.5;
    margin-left: var(--top20);
}

.LianXi ul li p {
    flex: 1;
    margin-left: 5vw;
    font-size: var(--size16);
    color: rgb(37, 37, 37);
    line-height: 1.5;
}

.MianBao {
    width: 100%;
    overflow: hidden;
    background: rgb(219, 230, 235);
}

.MianBao_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size14);
    color: rgb(37, 37, 37);
}

.MianBao_max a img {
    width: 15px;
    height: auto;
    margin-top: -2px;
}

.MianBao_max>img {
    width: 6px;
    height: auto;
    margin: 0 10px;
}

.LianXi_form {
    width: var(--max);
    margin: auto;
    margin-top: var(--top30);
}

.LianXi_form form {
    width: 700px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.LianXi_form form h2 {
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    line-height: 1;
}

.LianXi_form form input {
    width: 100%;
    height: 72px;
    border: 2px solid rgb(239, 238, 238);
    background: rgb(244, 244, 244);
    border-radius: 10px;
    font-size: var(--size18);
    color: rgb(0, 0, 0, 0.6);
    padding: 0 25px;
}

.layui-form {
    width: 100%;
}

.layui-form-select dl {
    top: 75px;
}

.layui-form-selectup dl {
    bottom: 75px;
}

.layui-form-select dl dd {
    font-size: var(--size14);
}

.LianXi_form form input.submit {
    width: 180px;
    background: transparent;
    border: 2px solid rgb(239, 238, 238);
    border-radius: 50px;
    margin-left: auto;
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

.MiaoShu {
    width: 100%;
    overflow: hidden;
    background: rgb(246, 248, 249);
}

.MiaoShu_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.MiaoShu_max>p {
    width: 45%;
    overflow: hidden;
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    line-height: 1.6;
}

.MiaoShu_Right {
    width: 45%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.MiaoShu_Text {
    flex: 1;
    margin-right: 15px;
}

.MiaoShu_Text h2 {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    line-height: 1;
}

.MiaoShu_Text ul {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.MiaoShu_Text ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.MiaoShu_Text ul li img {
    width: 16px;
    height: auto;
}

.MiaoShu_Text ul li h2 {
    font-size: var(--size16);
    color: rgb(37, 37, 37);
    margin-left: 15px;
}

.MiaoShu_Right>img {
    width: 100px;
    height: auto;
}

.XiaoQu {
    width: var(--max);
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.XiaoQu>h2 {
    width: 36%;
    overflow: hidden;
    font-size: var(--size24);
    color: rgb(0, 0, 0);
}

.XiaoQu_R {
    width: 64%;
}

.XiaoQu_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(37, 37, 37);
    line-height: 2;
}

.XiaoQu_Text img {
    width: 100%;
    height: auto;
}

.i {
    width: 100%;
    height: 1px;
    background: rgb(10, 2, 5, 0.1);
    display: block;
}

.KeCheng {
    width: 100%;
}

.KeCheng ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top50) var(--top30);
}

.KeCheng ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px #00000010;
}

.KeCheng_top {
    width: 100%;
    overflow: hidden;
    background: rgb(247, 247, 247);
    padding: var(--top20) var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.KeCheng_top h2 {
    font-size: var(--size50);
    color: rgb(0, 0, 0);
    line-height: 1;
}

.KeCheng_top p {
    font-size: var(--size14);
    color: rgb(37, 37, 37);
    margin-left: var(--top30);
}

.KeCheng_Bott {
    width: 100%;
    overflow: hidden;
    padding: 0 var(--top30) var(--top50);
    position: relative;
    z-index: 5;
    margin-top: -13px;
}

.KeCheng_Bott span {
    display: block;
    width: max-content;
    line-height: 26px;
    background: rgb(217, 242, 250);
    line-height: 26px;
    font-size: 12px;
    color: rgb(37, 37, 37);
    padding: 0 10px;
    border-radius: 3px;
}

.KeCheng_Bott h2 {
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-top: 15px;
}

.KeCheng_Bott p {
    font-size: var(--size14);
    color: rgb(37, 37, 37);
    margin-top: 10px;
}

.ZhuSu {
    width: 100%;
    overflow: hidden;
}

.ZhuSu>P {
    font-size: var(--size20);
    color: ZhuSu;
    line-height: 1.5;
}

.ZhuSu ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30);
    margin-top: var(--top30);
}

.ZhuSu ul li {
    width: 100%;
    overflow: hidden;
}

.ZhuSu ul li img {
    width: 100%;
    height: auto;
}

.ZhuSu ul li h2 {
    font-size: var(--size18);
    color: rgb(37, 37, 37);
    margin-top: var(--top20);
}

.ZhuSu ul li p {
    font-size: var(--size14);
    color: rgb(37, 37, 37);
    line-height: 1.7;
    margin-top: 10px;
}

.DiQu {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.DiQu h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    line-height: 1;
}

.DiQu span {
    text-align: center;
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-top: var(--top20);
    display: block;
}

.DiQu p {
    width: 540px;
    max-width: 100%;
    margin: auto;
    font-size: var(--size18);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top20);
}

.LiuLan {
    width: var(--max);
    margin: var(--top60) auto;
}

.LiuLan>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    line-height: 1;
}

.mySwiper {
    width: 100%;
    margin-top: var(--top50);
    padding: 10px !important;
}

.mySwiper .swiper-slide {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
    box-shadow: 0px 0px 8px 3px #00000010;
    border-radius: 10px;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.mySwiper .swiper-slide h2 {
    font-size: var(--size20);
    color: rgb(37, 37, 37);
    margin-top: 10px;
}

.mySwiper .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--top50);
}

.mySwiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 8px;
    background: rgb(37, 37, 37);
}

.mySwiper .swiper-pagination-bullet-active {
    width: 60px;
}

.Xiangqing {
    width: 100%;
    overflow: hidden;
    background: rgb(246, 248, 249);
}

.Xiangqing_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}

.Xiangqing_Text {
    width: 890px;
    max-width: 100%;
    font-size: var(--size18);
    color: rgb(37, 37, 37);
    line-height: 1.8;
}

.XiangMu {
    width: var(--max);
    margin: var(--top60) auto;
}

.XiangMu ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.XiangMu ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px #00000010;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.XiangMu ul li img {
    width: 370px;
    height: auto;
}

.XiangMu_text {
    flex: 1;
    margin-left: var(--top50);
}

.XiangMu_text h2 {
    font-size: var(--size24);
    color: rgb(37, 37, 37);
}

.XiangMu_text p {
    font-size: var(--size18);
    color: rgb(37, 37, 37);
    line-height: 1.6;
    margin-top: var(--top20);
}

.XiangMu ul li:nth-child(5n+1) {
    border-right: 12px solid rgb(233, 36, 86);
}

.XiangMu ul li:nth-child(5n+2) {
    border-right: 12px solid rgb(198, 29, 223);
}

.XiangMu ul li:nth-child(5n+3) {
    border-right: 12px solid rgb(134, 78, 249);
}

.XiangMu ul li:nth-child(5n+4) {
    border-right: 12px solid rgb(240, 65, 160);
}

.XiangMu ul li:nth-child(5n) {
    border-right: 12px solid rgb(134, 78, 249);
}

.Miaoshu {
    width: 100%;
    overflow: hidden;
    background: rgb(246, 248, 249);
}

.Miaoshu_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
}

.Miaoshu_Max svg {
    width: 60px;
    height: auto;
}

.Miaoshu_Max p {
    font-size: var(--size18);
    color: rgb(37, 37, 37);
    line-height: 2;
}


.shwo {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.shwo>h2 {
    text-align: center;
    font-size: var(--size24);
    color: #222222;
}

.shwo>p {
    font-size: var(--size14);
    color: #888888;
    margin-top: var(--top30);
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: var(--top30) 0;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: #222222;
    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: var(--size14);
    color: #222222;
    line-height: 2;
}

.banner_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner_img img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.banner_Guan {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_Guan h2 {
    font-size: var(--size36);
    color: rgb(255, 255, 255);
}

.banner_Guan p {
    width: 600px;
    max-width: 100%;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.4);
    padding: var(--top20);
    margin-top: var(--top30);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2;
}

.KeChenga {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.KeCheng_L {
    width: 300px;
    overflow: hidden;
    border-bottom: 2px solid rgb(70, 163, 232);
    padding-bottom: var(--top30);
}

.KeCheng_L h2 {
    font-size: var(--size30);
    color: rgb(37, 37, 37);
}

.KeCheng_L p {
    font-size: var(--size20);
    color: rgb(37, 37, 37);
    margin-top: 10px;
}

.KeChenga ul {
    flex: 1;
    margin-left: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3vw;
}

.KeChenga ul li {
    width: 100%;
    overflow: hidden;
}

.KeChenga ul li img {
    width: max-content;
    height: 60px;
    margin: auto;
}

.KeChenga ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    margin-top: 15px;
}

.KeChenga ul li p {
    font-size: var(--size16);
    color: rgb(37, 37, 37);
    line-height: 1.6;
    margin-top: 15px;
}

.JiaRu {
    width: 100%;
    overflow: hidden;
    background: rgb(231, 245, 255);
}

.JiaRu_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.JiaRu_Max>h2 {
    font-size: var(--size30);
    color: rgb(37, 37, 37);
    text-align: center;
}

.JiaRu_Max>p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: 10px;
    text-align: center;
}

.JiaRu_Max ul {
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}

.JiaRu_Max ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.JiaRu_Max ul li h2 {
    text-align: center;
    line-height: 50px;
    background: rgb(1, 149, 244);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}

.JiaRu_Max ul li p {
    min-height: 140px;
    font-size: var(--size16);
    color: rgb(37, 37, 37);
    display: flex;
    justify-content: center;
    align-items: center;
}
.JiaRu_Max ul li p img{
    width: 100%;
    height: 100%;
}

.JiaRu_Max ul li:nth-child(5n+2) h2 {
    background: rgb(13, 199, 239);
}

.JiaRu_Max ul li:nth-child(5n+3) h2 {
    background: rgb(11, 229, 164);
}

.JiaRu_Max ul li:nth-child(5n+4) h2 {
    background: rgb(154, 229, 33);
}

.JiaRu_Max ul li:nth-child(5n+5) h2 {
    background: rgb(254, 143, 52);
}

.JiaRu_Max>span {
    display: block;
    font-size: var(--size18);
    color: rgb(0, 0, 0);
    margin-top: 10px;
    text-align: center;
}

.FanWei {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 252, 235);
}

.FanWei_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.FanWei_Max>h2 {
    font-size: var(--size30);
    color: rgb(37, 37, 37);
    text-align: center;
}

.FanWei_Max>p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: 10px;
    text-align: center;
}

.FanWei_Max ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: var(--top50);
}

.FanWei_Max ul li {
    width: 100%;
    overflow: hidden;
}

.FanWei_Max ul li img {
    width: max-content;
    height: 60px;
    margin: auto;
}

.FanWei_Max ul li h2 {
    text-align: center;
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 15px;
}

.FanWei_Max ul li p {
    font-size: var(--size16);
    color: rgb(37, 37, 37);
    line-height: 1.6;
    margin-top: 15px;
    text-align: center;
}

.LiShi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.LiShi>h2 {
    font-size: var(--size30);
    color: rgb(37, 37, 37);
    text-align: center;
}

.ShiZi {
    width: 100%;
    overflow: hidden;
    background: rgb(231, 245, 255);
}

.ShiZi_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ShiZi_L {
    width: 45%;
    overflow: hidden;
}

.ShiZi_L h2 {
    font-size: var(--size30);
    color: rgb(37, 37, 37);
}

.ShiZi_L p {
    font-size: var(--size16);
    color: rgb(37, 37, 37);
    margin-top: var(--top50);
    line-height: 2;
}

.ShiZi_Max img {
    width: 50%;
    height: auto;
}

.LiShi_Swiper {
    width: 100%;
    margin-top: var(--top50);
    position: relative;
}

.LiShi_text {
    width: 100%;
    min-height: 200px;
    position: relative;
}

.LiShi_Swiper .swiper-slide:nth-child(2n+1) .Top::after {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgb(10, 2, 5);
    background: #ffffff;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.LiShi_Swiper .swiper-slide:nth-child(2n+1) .Top::before {
    content: "";
    width: 2px;
    height: 50%;
    background: rgb(10, 2, 5);
    position: absolute;
    bottom: 0;
    left: 12px;
}

.LiShi_Swiper::after {
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(10, 2, 5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.LiShi_text h2 {
    width: 100%;
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    line-height: 1;
}

.LiShi_text p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin-top: 10px;
}

.LiShi_Swiper .swiper-slide:nth-child(2n) .Bottom::after {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgb(10, 2, 5);
    background: #ffffff;
    position: absolute;
    top: -12px;
    left: 0;
}

.LiShi_Swiper .swiper-slide:nth-child(2n) .Bottom::before {
    content: "";
    width: 2px;
    height: 50%;
    background: rgb(10, 2, 5);
    position: absolute;
    top: 0;
    left: 11px;
}

.Bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}

.Jiao {
    width: 1350px;
    max-width: calc(100% - 10px);
    overflow: hidden;
    margin: var(--top60) auto;
    position: relative;
}

.Jiao_Swiper {
    width: calc(100% - 100px);
    overflow: hidden;
}

.Jiao_Swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Jiao_Swiper_l {
    width: 540px;
    overflow: hidden;
}

.Jiao_Swiper_l h2 {
    width: 360px;
    max-width: 100%;
    font-size: var(--size24);
    color: rgb(37, 37, 37);
    border-bottom: 2px solid rgb(70, 163, 232);
    padding-bottom: var(--top20);
}

.Jiao_Swiper_l h3 {
    font-size: var(--size30);
    color: rgb(37, 37, 37);
    line-height: 1;
    margin-top: var(--top30);
}

.Jiao_Swiper_l span {
    display: block;
    width: max-content;
    line-height: 38px;
    background: rgb(37, 156, 231);
    border-radius: 10px;
    padding: 0 10px;
    margin-top: var(--top20);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}

.Jiao_Swiper_l p {
    font-size: var(--size18);
    color: rgb(37, 37, 37);
    line-height: 2;
    margin-top: var(--top20);
}

.Jiao_Swiper .swiper-slide img {
    width: 400px;
    height: auto;
}

.Jiao .swiper-button-next,
.Jiao .swiper-button-prev {
    width: max-content;
    height: max-content;
    margin-top: 0px;
    transform: translateY(-50%);
}

.Jiao .swiper-button-next::after,
.Jiao .swiper-button-prev::after {
    font-size: var(--size30);
    color: rgb(78, 78, 78);
    font-weight: bold;
}

.DingZhi {
    width: 100%;
    overflow: hidden;
    background: rgb(23, 23, 23);
}

.DingZhi_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.DingZhi_Max>h2 {
    font-size: var(--size30);
    color: #ffffff;
    text-align: center;
}

.DingZhi_Max ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30);
}

.DingZhi_Max ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgb(39, 39, 39);
}

.DingZhi_Max ul li img {
    width: 100%;
    height: auto;
}

.DingZhi_text {
    width: 100%;
    overflow: hidden;
    padding: 15px 25px;
    position: relative;
}

.DingZhi_text h2 {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
}

.DingZhi_text p {
    font-size: var(--size14);
    color: rgb(255, 255, 255, 0.9);
    line-height: 2;
    margin-top: 10px;
}

.DingZhi_text a {
    font-size: var(--size14);
    color: rgb(255, 255, 255, 0.5);
    border-bottom: 1px solid rgb(255, 255, 255, 0.5);
    position: absolute;
    right: 5%;
    top: 12%;
}


.TOngGuo {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.TOngGuo_max {
    width: var(--max);
    overflow: hidden;
    margin: 15vw auto 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.TOngGuo_max p {
    width: 580px;
    max-width: 60%;
    background: rgb(255, 255, 255);
    padding: var(--top30) var(--top50);
    font-size: var(--size18);
    color: rgb(37, 37, 37);
    line-height: 1.8;
    box-shadow: 2.63px 5.39px 6px 0px rgba(255, 255, 255, 0.2);
    background: rgb(255, 255, 255);
}

.footer{
    width: 100%;
    overflow: hidden;
    background: rgb(0, 58, 95);
}

.footer_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer_Lr{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer_logo{
    width: 60px;
}
.footer_logo img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
}

.footer_Lr h1 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-left: 20px;
}
.footer_C{
    width: max-content;
}
.footer_C h2{
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    text-align: center;
}
.footer_C p{
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 2;
    margin-top: var(--top20);
}
.footer_C span{
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: var(--top20);
    display: block;
}
.footer_R{
    width: max-content;
}
.footer_R h2{
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    text-align: center;
}
.footer_R ul{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3vw;
    margin-top: var(--top30);
}
.footer_R ul li{
    width: 120px;
    overflow: hidden;
}
.footer_R ul li img{
    width: 100%;
    height: auto;
}
.footer_R ul li p{
    text-align: center;
    font-size: var(--size16);
    color: rgb(254, 254, 254);
    margin-top: 12px;
}







