:root {
    --max: 1400px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --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";
    padding-top: 90px;
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 90px;
    position: fixed;
    top: 0;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    font-size: 35px;
}

img {
    /* display: block; */
    border: 0;
    margin-right: 10px;
}

.hertre_cen {
    width: var(--max);
    max-width: calc(100% - 30px);
    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;
    gap: 1.5vw;
}

.nav ul li {
    font-size: var(--size16);
    color: rgb(86, 86, 86);
    text-align: center;
    position: relative;
    line-height: 90px;
}



.nav ul li>svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}


.nav ul li.nav_cen {
    color: rgb(16, 125, 247)
}

.nav ul li:hover {
    color: rgb(16, 125, 247);
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    border-radius: 4px;
    background: rgb(16, 125, 247);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.nav ul li.nav_cen::after {
    width: 30px;
}

.nav ul li:hover::after {
    width: 30px;
}

.nav_ul {
    width: max-content;
    display: none;
    background: #ffffff;
    transition: auto;
    margin-bottom: 20px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 15px 0;
}

.nav_ul a {
    font-size: var(--size16);
    display: block;
    color: #00000080;
    line-height: 2;

    padding: 0 20px;
}

.nav_ul_nav_ul_div {
    position: relative;
    text-align: left;
}

.nav_ul_nav_ul_div svg {
    width: 16px;
    height: 16px;

    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.nav_ul_nav_ul_div svg path {
    fill: #999999
}

.nav_ul_nav_ul {
    width: max-content;
    max-width: 270px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    display: none;
    transition: auto;
    padding-left: 15px;
}

.nav_ul_nav_ul_a {
    width: 100%;

    background-color: #fff;

    box-shadow: 0px 0px 10px 5px #00000020;
}

.nav_ul_nav_ul_a a:hover {
    background: rgb(16, 125, 247);
    color: #fff;
}

.nav_ul_nav_ul a {
    font-size: var(--size14);
    display: block;

    color: #00000080;
    text-align: left;
    padding: 10px 20px;
    border-top: 1px solid #00000010;
}

.nav_ul_nav_ul a:nth-child(1) {
    border-top: none;

}

.nav_ul_nav_ul_div:hover {
    background: rgb(16, 125, 247);

}

.nav_ul_nav_ul_div:hover>a {
    color: #fff;
}

.nav_ul_nav_ul_div:hover svg path {
    fill: #ffffff !important;
}

.Tel {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    background: url(../images/dianhua.png) no-repeat left center / 16px auto;
    padding-left: 22px;
    margin-left: 2vw;
}

.hertre_cen form {
    width: 200px;
    position: relative;
    margin-left: 2vw;
}

.seach_t {
    width: 100%;
    background: rgb(194, 194, 194);
    border-radius: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 0 15px;
    font-size: var(--size14);
    color: #ffffff;
}

.seach_s {
    width: 16px;
    height: 16px;
    background: url(../images/suosou.png) no-repeat center /100% 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.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: rgb(16, 125, 247);
    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: 150px;
    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: 1400px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.MianBao {
    width: 1400px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    position: absolute;
    bottom: 3vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*font-size: 12px;*/
    font-size: 16px;
    color: rgb(255, 255, 255);
    z-index: 5;
}

.MianBao a {
    font-size: 16px;
}

.ttqq {
    font-size: 18px;

}

.LianxI {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.LianxI_Left {
    width: 50%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.LianxI_Text {
    width: 700px;
    overflow: hidden;
    max-width: calc(100% - 15px);
    padding-right: 20px;
    margin: 20px 0;
}

.LianxI_Text h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

.LianxI_Text p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top30);
}

#allmap {
    width: 50%;
    height: 500px;
}

#allmap div,
#allmap img {
    margin: 50px;
    width: 90%;
    border-radius: 10px;
    transition: auto;
}

.BMap_bubble_content p {
    font-size: 12px;
    line-height: 24px;
}


.Hui {
    width: 100%;
    overflow: hidden;
    background: #00000010;
}


.XinWen {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.XinWen ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.XinWen ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.XinWen ul li img {
    width: 100%;
    aspect-ratio: 6 / 4;
    object-fit: cover;
}

.XinWen_text {
    width: 100%;
    overflow: hidden;
    padding: var(--top20);
}

.XinWen_text h2 {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.XinWen_text p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    margin-top: 15px;
}

.shwo {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.shwo>h2 {
    font-size: var(--size30);
    color: #222222;
    text-align: center;

}

.shwo>p {
    font-size: var(--size14);
    color: #888888;
    margin-top: 10px;
    text-align: center;
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size16);
    color: #222222;
    line-height: 2;
}

.shwo_text img {
    max-width: 100%;
    height: auto;

}

.shwo_text td {
    padding: 8px;
}

.shwo_text table {
    margin: 0 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;
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top50);
    gap: 7px;
}

.page .active,
.page .total {
    font-size: 12px;
    padding: 8px 10px;
    color: #666;
    border: 1px solid #ffffff;
    background: #ffffff;
    line-height: 1;
    border-radius: 3px;
}

.page .active {
    background: rgb(0, 133, 227);
    border: 1px solid rgb(0, 133, 227);
    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: #666;
    border: 1px solid #ffffff;
    background: #fff;
}

.DaONum {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.DaONum ul {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 var(--top30);
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.DaONum ul li {
    width: max-content;
    line-height: 50px;
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    padding: 0 var(--top30);
}

.DaONum ul li.DaONum_nav {
    background: rgb(16, 125, 247);
    color: #ffffff;
}

.WenTi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.WenTi_Top {
    width: 100%;
    overflow: hidden;

}

.WenTi_Top ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.WenTi_Top ul li {
    font-size: var(--size14);
    color: rgb(16, 125, 247);
    line-height: 40px;
    padding: 0 var(--top30);
    border: 1px solid rgb(255, 255, 255);
    ;
}

.WenTi_Top ul li.DaONum_nav {
    background: rgb(255, 255, 255);
}

.WenTi_Bott {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}

.WenTi_Bott ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.WenTi_Bott ul li {
    width: 100%;
    overflow: hidden;
}

.WenTi_Bott ul li h2 {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    background: #ffffff;
    padding: 15px var(--top20);
    cursor: pointer;
}

.WenTi_Bott ul li p {
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: var(--top20);
    display: none;
    transition: auto;
}

.XiaZai {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.XiaZai>h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

.XiaZai>p {
    width: max-content;
    background-color: #01619e;
    border-radius: 50px;
    color: #fff;
    margin-top: 20px;
    font-size: var(--size18);
    cursor: auto;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    line-height: 45px;
    padding: 0 var(--top30);
    height: auto;
}

.XiaZai form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.XiaZai form input {
    width: 100%;
    height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    padding: 0 var(--top30);
}

.XiaZai form input.SuoSOuu {
    width: 200px;
    background: rgb(16, 125, 247);
    color: #ffffff;
    cursor: pointer;
}

.WenJian {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
}

.WenJian ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.WenJian ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 15px var(--top30);
}

.WenJian ul li h2 {
    flex: 1;
    margin-right: var(--top30);
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    text-align: center;
}

.WenJian ul li a {
    width: 90px;
    line-height: 34px;
    text-align: center;
    display: block;
    border-radius: 30px;
    background: rgb(16, 125, 247);
    font-size: var(--size14);
    color: rgb(255, 255, 255);
}

.WenJian ul li:hover {
    background: rgb(16, 125, 247);
}

.WenJian ul li:hover h2 {
    color: rgb(255, 255, 255);
}

.WenJian ul li:hover a {
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
}

.Wu {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    font-size: var(--size16);
    color: red;
    text-align: center;
}

/*.shwo_Fangan>h2 {*/
/*    text-align: left;*/
/*}*/

.WQemHau {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.WQemHau ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.WQemHau ul li {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: var(--top100) var(--top20);
}

.WQemHau ul li h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
}

.WQemHau ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.ZiZhi {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    position: relative;
}

.ZiZHi_swiper {
    width: calc(100% - 80px);
    margin: auto;
}

.ZiZHi_swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.ZiZHi_swiper .swiper-slide img {
    width: 100%;
    max-height: 420px;
}

.ZiZhi .swiper-button-next,
.ZiZhi .swiper-button-prev {
    width: max-content;
    height: max-content;
    transform: translateY(-50%);
    margin-top: 0px;
    display: block;
}

.ZiZhi .swiper-button-next {
    right: 0;
}

.ZiZhi .swiper-button-prev {
    left: 0;
}

.ZiZhi .swiper-button-next::after,
.ZiZhi .swiper-button-prev::after {
    font-size: var(--size30);
    color: #999999;
    font-weight: bold;
}

.TuanDui {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.TuanDui ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30);
}

.TuanDui ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.TuanDui ul li img {
    width: 150px;
    height: auto;
    border-radius: 5px;
}

.TuanDui_text {
    flex: 1;
    margin-left: var(--top30);
}

.TuanDui_text h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.TuanDui_text span {
    display: block;
    font-size: 12px;
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

.TuanDui_text p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    border-top: 1px solid rgb(51, 51, 51);
    margin-top: var(--top20);
    padding-top: var(--top20);
}

.JiaRu {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.JiaRu_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.JiaRu_Top h2 {
    width: max-content;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

.JiaRu_Top ul {
    flex: 1;
    margin-left: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top30);
    justify-content: flex-end;
}

.JiaRu_Top ul li {
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(153, 153, 153, 0.1);
    border-radius: 44px;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    padding: 0 var(--top30);
}

.JiaRu_Top ul li.DaONum_nav {
    background: rgb(16, 125, 247);
    border: 1px solid rgb(16, 125, 247);
    color: #ffffff;
}

.JiaRu_bott {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}

.JiaRu_bott ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.JiaRu_bott ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(198, 198, 198);
    padding-bottom: var(--top30);
}

.JiaRu_bott ul li h2 {
    font-size: var(--size24);
    color: #000;
}

.JiaRu_bott ul li p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: 10px;
}

.JiaRu_bott ul li span {
    display: block;
    font-size: var(--size16);
    color: rgb(16, 125, 247);
    margin-top: 10px;
}

.ChanPin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.ChanPin form {
    width: 900px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 44px;
}

.ChanPin_ke {
    flex: 1;
    height: 44px;
    background: rgb(255, 255, 255);
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    padding: 0 var(--top30);
}

.ChanPin_Sio {
    width: 90px;
    height: 44px;
    background: rgb(16, 125, 247);
    color: #ffffff;
    cursor: pointer;
}

.ChanPin ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30);
    margin-top: var(--top50);
}

.ChanPin ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.ChanPin ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
    padding: var(--top20);
}

.ChanPin ul li img {
    width: 40%;
    height: auto;
}

.ChanPin_Text {
    flex: 1;
    overflow: hidden;
    /* border-top: 1px solid rgb(234, 234, 234); */
    padding: var(--top20);
}

.ChanPin_ul h2,
.ChanPin_Text h2 {
    text-align: left;
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
    font-weight: 600;
}

.ChanPin_Text p {
    text-align: left;
    font-size: var(--size14) !important;
    color: rgb(153, 153, 153) !important;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 400;
    min-height: 64px;
}

.ChanPin_Text span {
    display: block;
    text-align: left;
    font-size: var(--size14) !important;
    color: rgb(16, 125, 247);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 400;
}

.ChanPin_ul p {
    text-align: center;
    font-size: var(--size14) !important;
    color: rgb(153, 153, 153) !important;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ChanPin ul li:hover {
    background: rgb(16, 125, 247);
}

.ChanPin ul li:hover .ChanPin_Text p,
.ChanPin ul li:hover .ChanPin_Text h2,
.ChanPin ul li:hover .ChanPin_Text span {
    color: #ffffff !important;
}

.CHan_Show {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.CHan_Show_Top {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: var(--top50);
}

.XinXi {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.XinXi_Left {
    flex: 1;
    margin-right: var(--top30);
}

.XinXi_Left h2 {
    font-size: var(--size30);
    color: rgb(16, 125, 247);
}

.XinXi_Left h3 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    margin-top: var(--top30);
}

.XinXi_Left p {
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: 10px;
}

.XinXi_Right {
    width: 200px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.XinXi_Right a {
    display: block;
    width: 150px;
    max-width: 100%;
    line-height: 40px;
    background: rgb(16, 125, 247);
    font-size: var(--size16);
    color: #ffffff;
    text-align: center;
}

.XinXi_Right img {
    width: 100%;
    height: auto;
    margin-top: var(--top30);
}

.Chan_Xian {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Chan_List {
    width: 100%;
    overflow: hidden;
}

.Chan_List>h2 {
    width: 100%;
    overflow: hidden;
    background: rgb(16, 125, 247);
    line-height: 40px;
    padding: 0 var(--top20);
    font-size: var(--size18);
    color: #ffffff;
}

.Chan_Text {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    font-size: var(--size22);
    color: rgb(51, 51, 51);
    line-height: 1.7;
    padding: 0 var(--top20);
}

.Chan_Text img {
    max-width: 100% !important;

}

.Chan_Text td {
    text-align: center;
    padding: 10px 5px;
}

.Chan_Texta {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.7;
    padding: 0 var(--top20);
}

.Chan_Texta table {
    border: transparent;
}

.Chan_Texta td {
    border-bottom: 1px solid rgb(234, 234, 234);
    padding: 15px 0;
}

.LiuYan {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    padding: var(--top50);
    background: #ffffff;
}

.LiuYan h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    text-align: center;
}

.LiuYan form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
}

.LiuYan form label {
    width: calc(33% - 20px);
    overflow: hidden;
}

.LiuYan form label p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}

.LiuYan form label p span {
    color: rgb(255, 0, 0);
}

.LiuYan form label input {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(165, 165, 165);
    margin-top: 10px;
    font-size: var(--size14);
    color: #00000080;
    padding: 0 var(--top20)
}

.LiuYan form label:nth-child(4) {
    width: 100%;
}

.LiuYan form label textarea {
    width: 100%;
    height: 140px;
    border: 1px solid rgb(165, 165, 165);
    margin-top: 10px;
    font-size: var(--size14);
    color: #00000080;
    padding: 10px var(--top20);
    resize: none;
    font-family: 'siyuanheiti';
}

.submit {
    width: 150px;
    height: 40px;
    background: rgb(16, 125, 247);
    color: #ffffff;
    margin: auto;
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

.TuiJian {
    width: 100%;
    overflow: hidden;
    margin: var(--top50) auto;
}

.TuiJian h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    text-align: center;
}

.TuiJian_swiper {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.TuiJian_swiper .swiper-slide {
    width: 350px;
    overflow: hidden;
    background: #ffffff;
}

.TuiJian_swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.TuiJian_Madx {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--top20);
    margin-top: var(--top30);
}

.TuiJian_Madx .swiper-button-next,
.TuiJian_Madx .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    border-radius: 9px;
    position: static;
    margin: 0;
    inset: 0;
}


.TuiJian_Madx .swiper-button-next::after,
.TuiJian_Madx .swiper-button-prev::after {
    font-size: var(--size16);
    color: #999999;
    font-weight: bold;
}

.Ysousi {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: var(--top50);
    margin-top: var(--top20);
}

.Ysousi h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.Ysousi form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.Ysousi form input {
    width: 100%;
    height: 50px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(165, 165, 165);
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    padding: 0 var(--top30);
}

.Ysousi form input.SuoSOuu {
    width: 200px;
    background: rgb(16, 125, 247);
    color: #ffffff;
    cursor: pointer;
    border: transparent;
}



.XaingGuan {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: var(--top50);
    margin-top: var(--top20);
}

.XaingGuan h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.XaingGuan table {
    border: transparent;
    width: 100%;
    margin-top: var(--top30);
    text-align: left;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.7;
}

.XaingGuan td {
    border-bottom: 1px solid rgb(234, 234, 234);
    padding: 15px 0;
}

.XaingGuan tr:nth-child(1) td {
    font-size: var(--size16);
}

.XaingGuan td img {
    width: 12px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 4px;
}

.Nanner_mySwiper {
    width: 100%;
    overflow: hidden;
}

.Nanner_mySwiper img {
    width: 100%;
    height: auto;
}

.ChanPini {
    width: var(--max);
    margin: var(--top50) auto;
}

.ChanPini_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ChanPini_L {
    flex: 1;
    margin-right: 20px;
}

.ChanPini_L span {
    display: block;
    font-size: var(--size30);
    color: rgb(16, 125, 247);
    line-height: 1;
}

.ChanPini_L h2 {
    font-size: var(--size24);
    color: rgb(57, 57, 57);
    line-height: 1;
    margin-top: 10px;
}

.ChanPini_L p {
    font-size: var(--size16);
    color: rgb(72, 72, 72);
    line-height: 2.5;
    margin-top: 10px;
}

.ChanPini_Top a {
    width: max-content;
    display: block;
    padding: 0 var(--top40);
    line-height: 40px;
    border: 1px solid rgb(42, 97, 216);
    border-radius: 40px;
    font-size: var(--size16);
    color: rgb(42, 97, 216);
}

.ChanPini_Top a:hover {
    background: rgb(42, 97, 216);
    color: #ffffff;
}


.ChanPini_Cen {
    width: 100%;
    overflow: hidden;
    margin-top: var(--size40);
}

.ChanPini_Cen ul {
    flex: 1;
    margin-left: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top30);
    justify-content: center;
}

.ChanPini_Cen ul li {
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(153, 153, 153, 0.1);
    border-radius: 44px;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    padding: 0 var(--top30);
    cursor: pointer;
}

.ChanPini_Cen ul li.DaONum_nav {
    background: rgb(16, 125, 247);
    border: 1px solid rgb(16, 125, 247);
    color: #ffffff;
}

.ChanPini_Max {
    width: 100%;
    margin-top: var(--top40);
}

.ChanPini_List {
    width: 100%;
    transition: auto;
}

.ChanPini_List ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
    margin-top: var(--top50);
}

.ChanPini_List ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(129, 130, 132, 0.2);
}

.ChanPini_List ul li img {
    width: 100%;
    height: auto;
}

.ChanPini_List ul li h2 {
    text-align: center;
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: var(--top20) 0;
    padding: 0 10px;
}

.ChanPini_List .ZiZhi {
    margin-top: var(--top40);
}

.ChanPini_List .ZiZhi .swiper-slide {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(129, 130, 132, 0.2);
}

.ZiZHi_swiper {
    padding: 10px;
}

.ChanPini_List .ZiZhi .swiper-slide h2 {
    text-align: center;
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: var(--top20) 0;
    padding: 0 10px;
}

.Jiejue {
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
}

.Jiejue ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.Jiejue ul li {
    width: 100%;
    height: 500px;
}

.Jiejue_text {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Jiejue_text img {
    width: 35px;
    height: auto;
}

.Jiejue_text h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.Jiejue_text span {
    width: 100%;
    display: block;
    font-size: var(--size20);
    color: rgb(255, 255, 255, 0.2);
    margin-top: 10px;
}

.Jiejue_text p {
    width: 100%;
    display: block;
    /*font-size: var(--size14);*/
    font-size: var(--size16);
    line-height: 1.5;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.Jiejue_text a {
    display: block;
    width: 130px;
    line-height: 48px;
    border: 2px solid rgb(254, 254, 254);
    text-align: center;
    font-size: var(--size16);
    color: rgb(254, 254, 254);
    margin-top: 15px;
    border-radius: 40px;
    display: none;

}

.Jiejue ul li:hover {
    width: 300%;
}

.Jiejue ul li:hover .Jiejue_text a {
    display: block;
}

.GuanYui {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.GuanYui img {
    width: 35%;
    height: auto;
}

.ChanPini_L ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--top50);
    gap: var(--top20);
}

.ChanPini_L ul li {
    width: 90px;
    height: 90px;
    background: rgb(16, 125, 247);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ChanPini_L ul li img {
    width: 30px;
    height: 25px;
    object-fit: contain;
    margin: auto;
}

.ChanPini_L ul li h3 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.Znisni {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.Znisni h2 {
    font-size: var(--size24);
    color: rgb(35, 109, 231);
}

.XinWenu {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.redian {
    width: 100%;
    overflow: hidden;
}

.hd {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: var(--top40);
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hd_img {
    width: 450px;
    overflow: hidden;
}

.hd_img img {
    width: 100%;
    height: auto;
}

.hd_r {
    flex: 1;
    margin-left: var(--top40);
    overflow: hidden;
}

.hd_r h1 {
    font-size: var(--size20);
    color: #151a1f;
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hd_r span {
    display: block;
    font-size: var(--size16);
    color: rgb(35, 109, 231);
    margin-top: 15px;
}

.hd_r p {
    font-size: var(--size16);
    color: #4b4b4b;
    line-height: 2.5;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hd_r a {
    display: block;
    width: 130px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    background: rgb(35, 109, 231);
    font-size: var(--size14);
    color: #fff;
    margin-top: var(--top20);
}

.hd_ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
}

.hd_ul ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20)
}

.hd_ul ul li {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 2px solid rgb(2, 130, 210);
    padding-bottom: var(--top20);
}


.hd_ul ul li h1 {
    font-size: var(--size20);
    color: #151a1f;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hd_ul ul li span {
    text-align: center;
    display: block;
    font-size: var(--size16);
    color: rgb(35, 109, 231);
    margin-top: 10px;
}

.hd_ul ul li p {
    font-size: var(--size16);
    color: #4e4e4e;
    line-height: 1.5;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}

.pw {
    text-align: center;
}

.footer {
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 33, 53, 1);
}

.footer_max {
    width: 1700px;
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Footer_l {
    width: max-content;
    max-width: 250px;
    margin-right: 5vw;
}

.Footer_l img {
    width: 160px;
    height: auto;
}

.Footer_l p {
    font-size: var(--size16);
    color: rgb(156, 156, 156);
    margin-top: 15px;
}

.Footer_l ul {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.Footer_l ul li {
    width: max-content;
}

.Footer_l ul li img {
    width: auto;
    height: 18px;
}

.Footer_R {
    width: 110px;
    overflow: hidden;
    margin-left: 5vw;
}

.Footer_R img {
    width: 100%;
    height: auto;
}

.Footer_R p {
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    text-align: center;
}

.footer_Cenu {
    width: max-content;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.footer_Cenu h2 {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}

.footer_ul {
    width: 160px;
    overflow: hidden;
    margin-left: 20px;
}

.footer_top {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer_top h2 {
    /*font-size: var(--size14);*/
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}

.footer_top svg {
    width: 14px;
    height: auto;
    display: none;
}

.footer_ul ul {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.footer_ul ul li {
    /*font-size: 12px;*/
    font-size: 14px;
    color: rgb(186, 186, 186);
    line-height: 2;
}

.beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(255, 255, 255, 0.3);
}

.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, 0.5);
    margin: 0 5px;
}

.dingbu {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    display: none;
    margin-right: 10px;
    background: #00000040;
    padding: 10px;

}

.Top:hover .dingbu {
    display: block;
}

.Top {
    width: auto;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    bottom: 10%;
    right: 10px;

}

.ChanPin_Show {
    width: 1300px;
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ChanPin_Left {
    width: 40%;
    overflow: hidden;
}

.ChanPin_Left img {
    width: 100%;
    height: auto;
}

.ChanPin_Right {
    flex: 1;
    margin-left: 20px;
}

.ChanPin_Right h2 {

    max-width: 100%;
    font-size: var(--size24);
    color: rgb(34, 34, 34);
    border-bottom: 1px solid #00000030;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.ChanPin_Right p {
    font-size: var(--size14);
    color: rgb(102, 102, 102);

    margin-top: 10px;
}

.mySwiper2 {
    width: 100%;
}

.mySwiper {
    width: 100%;
    margin-top: 10px;
}

.mySwiper .swiper-slide {
    border: 1px solid #00000010;
}

.mySwiper .swiper-slide-thumb-active {
    border: 1px solid rgb(16, 125, 247);
}