:root {
    --max: 1200px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size44: 44px;
    --size54: 54px;

    --top20: 20px;
    --top30: 30px;
    --top60: 60px;
    --top100: 100px;
}

@font-face {
    font-family: "siyuanheiti";
    src: url("../fonts/siyuanheiti.otf") format("truetype");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/Bold.otf") format("truetype");
}

body {
    font-family: "siyuanheiti";
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    position: relative;
    border-bottom: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: 0;
}

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

.logo {
    width: 96px;
    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(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    margin-right: 6vw;
    line-height: 100px;
}

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



.nav ul li::after {
    content: "";
    width: 0%;
    height: 5px;
    background: #ffffff;
    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%;
}

.nav_ul {
    width: max-content;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background: #00000050;
    backdrop-filter: blur(8px);
    padding: 15px 20px;
    transition: auto;
    display: none;
}

.nav_ul a {
    display: block;
    font-size: var(--size16);
    color: #ffffff;
    line-height: 2;
    text-align: left;
}

.tel {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tel img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.tel_r {
    width: max-content;
    overflow: hidden;
}

.tel_r h2 {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.tel_r p {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: 5px;
}

.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;
}

svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

path {
    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);
}

path:nth-child(1) {
    transform-origin: 36% 40%;
}

path:nth-child(2) {
    stroke-dasharray: 29 299;
}

path:nth-child(3) {
    transform-origin: 35% 63%;
}

path:nth-child(4) {
    stroke-dasharray: 29 299;
}

path:nth-child(5) {
    transform-origin: 61% 52%;
}

path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}

.banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(7, 6, 9, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

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

.banner_text p {
    font-size: var(--size20);
    color: rgb(247, 247, 247);
    line-height: 1;
}

.banner_text h1 {
    font-size: var(--size36);
    color: rgb(247, 247, 247);
    line-height: 1;
    margin-top: 20px;
}

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

.jianjie_max {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.jianjie_l {
    width: 350px;
    overflow: hidden;
    display: none;
}

.jianjie_l p {
    font-size: 144px;
    color: rgb(87, 57, 184, 0.1);
    font-family: 'bold';
    text-transform: uppercase;
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: auto;
}

.jianjie_r {
    width: 100%;
    overflow: hidden;
}

.jianjie_r h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    line-height: 1;
    font-family: 'bold';
    border-bottom: 2px solid rgb(222, 229, 235);
    padding-bottom: var(--top30);
}

.jianjie_r h2 span {
    font-size: var(--size16);
    color: rgb(87, 57, 184);
    margin-left: 20px;
    font-family: 'siyuanheiti';
    letter-spacing: 2px;
}

.jianjie_r>h3 {
    font-size: var(--size24);
    color: rgb(87, 57, 184);
    margin-top: var(--top30);
    font-family: 'bold';
}

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

.jianjie>img,
.jianjie>video {
    width: 100%;
    height: auto;
}

.gg {
    width: 100%;
}

.gg h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
    text-align: center;
    font-family: 'bold';
}

.gg p {
    font-size: var(--size18);
    color: rgb(87, 57, 184);
    line-height: 1;
    text-align: center;
    margin-top: 15px;
}

.wenhua ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--top30);
}

.wenhua ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(75, 90, 101, 0.15);
    padding: var(--top30);
}

.wenhua_max {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wenhua_img {
    width: 52px;
    height: 52px;
    background: rgb(87, 57, 184);
    border-radius: 10px;
    display: flex;
}

.wenhua_img img {
    max-width: 50%;
    max-height: 50%;
    margin: auto;
}

.wenhua_max h2 {
    width: calc(100% - 70px);
    color: rgb(51, 51, 51);
    font-size: var(--size20);
    line-height: 1;
}

.wenhua ul li p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-top: var(--top20);
}

.cuangshi {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.cuangshi_max {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.cuangshi_l {
    width: calc(50% - 50px);
}

.cuangshi_l span {
    display: block;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
    text-transform: uppercase;
}

.cuangshi_l h2 {
    display: block;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
    font-family: 'bold';
    margin-top: 10px;
}

.cuangshi_l h2::after {
    content: "";
    width: 45px;
    height: 4px;
    background: rgb(87, 57, 184);
    display: block;
    margin-top: var(--top30);
}

.cuangshi_l p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top30);
}

.cuangshi_r {
    width: calc(50% - 50px);
    overflow: hidden;
    position: relative;
}

.cuangshi_Swiper {
    width: calc(100% - 200px);
    overflow: hidden;
    position: relative;
}

.cuangshi_Swiper .swiper-wrapper img {
    width: 100%;
    height: auto;
}

.cuangshi_Swiper .swiper-wrapper p {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: var(--top30);
}

.cuangshi_r .swiper-button-next,
.cuangshi_r .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
}

.cuangshi_r .swiper-button-next:after,
.cuangshi_r .swiper-button-prev:after {
    font-size: 16px;
    color: rgb(46, 47, 138);
    font-weight: bold;
}

.zizhi ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: var(--top60);
    background-image: url(../images/lujing.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 20px;
}

.zizhi ul li {
    width: 100%;
    overflow: hidden;
}

.zizhi ul li img {
    width: 100%;
    height: auto;
}

.zizhi ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(98, 98, 98);
    margin-top: var(--top20);
}

.lianxi ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
    margin-top: var(--top60);
}

.lianxi ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
    padding: var(--top60);
}

.lianxi ul li img {
    width: max-content;
    height: 40px;
    margin: auto;
}

.lianxi ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    margin-top: var(--top30);
}

.lianxi ul li p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: var(--top30);
}

#allmap {
    width: 100%;
    height: 500px;
    margin-top: var(--top30);
}

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

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

.dongling ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top60);
}

.dongling ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.dongling img {
    width: 82%;
    height: auto;
}

.dongling ul li p {
    width: 560px;
    overflow: hidden;
    background: rgba(87, 57, 184, 0.8);
    backdrop-filter: blur(8px);
    padding: var(--top60);
    position: absolute;
    top: 10%;
    right: 0;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: center;
}

.dongling ul li:nth-child(2n) img {
    float: right;
}

.dongling ul li:nth-child(2n) p {
    right: auto;
    left: 0;
}

.tese {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.tese_max {
    width: 100%;
    margin: var(--top100) auto;
    position: relative;
}

.tese_tet {
    width: 100%;
    position: relative;
    padding-bottom: 6%;
}

.tese_Swiper {
    width: 100%;
    margin-top: var(--top60);
    overflow: inherit !important;
}

.tese_max .swiper-slide {
    width: 62%;
}

.tese_max .swiper-slide img {
    width: 100%;
    height: auto;
}

.tese_max .swiper-slide p {
    width: 380px;
    overflow: hidden;
    background: rgba(87, 57, 184, 0.8);
    backdrop-filter: blur(8px);
    padding: var(--top60) 20px;
    position: absolute;
    bottom: -10%;
    left: 100px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    line-height: 2;
}

.tese_Swiper .swiper-button-next,
.tese_Swiper .swiper-button-prev {
    width: 80px;
    height: 50px;
    background: rgb(87, 57, 184);
    margin-top: 0px;
    transform: translateY(-50%);
    display: flex;
}

.tese_Swiper .swiper-button-next {
    right: 19%;
    transform: translateX(50%);
}

.tese_Swiper .swiper-button-prev {
    left: 19%;
    transform: translateX(-50%);
}

.tese_Swiper .swiper-button-next img,
.tese_Swiper .swiper-button-prev img {
    width: 24px;
    margin: auto;
}

.tese_Swiper .swiper-button-next:after,
.tese_Swiper .swiper-button-prev:after {
    content: "";
}

.tese_tet .swiper-pagination-bullet {
    width: 22px;
    height: 7px;
    background: rgb(228, 229, 232);
    border-radius: 7px;
    opacity: 1;
}

.tese_tet .swiper-pagination-bullet-active {
    background: rgb(87, 57, 184);
}

.kecehngnr {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    position: relative;
}

.kecehngnr_Swiper {
    width: calc(100% - 10px);
    overflow: inherit !important;
}

.kecehngnr .swiper-slide {
    width: 100%;
}

.kecehngnr .swiper-slide>img {
    width: 50%;
    height: auto;
}

.kecehngnr_text {
    width: 55%;
    height: calc(100% - 30px);
    background: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(116, 116, 116, 0.16);
    border-radius: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: var(--top60) var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.kecehngnr_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.kecehngnr_top img {
    width: 26px;
    height: auto;
}

.kecehngnr_top h2 {
    font-size: var(--size24);
    color: rgb(87, 57, 184);
    font-family: 'bold';
    margin-left: 20px;
}

.kecehngnr_text p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top30);
}

.kecehngnr_next {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: var(--top30);
}

.kecehngnr_next .swiper-button-next,
.kecehngnr_next .swiper-button-prev {
    width: max-content;
    height: max-content;
    margin: 0;
    position: static;
    inset: 0;
}

.kecehngnr_next .swiper-button-next:after,
.kecehngnr_next .swiper-button-prev:after {
    font-size: 16px;
    color: rgb(87, 57, 184);
    font-weight: bold;
}

.kecehngnr_next .swiper-button-prev {
    margin-left: auto;
    margin-right: var(--top30);
}

.kecehngnr_next .swiper-pagination {
    width: max-content;
    height: max-content;
    margin: 0;
    position: static;
    inset: 0;
    font-size: var(--size24);
    color: rgba(42, 42, 42, 0.27);
    font-family: 'bold';
    line-height: 1;
}

.kecehngnr_next .swiper-pagination .swiper-pagination-current {
    font-size: var(--size44);
    color: rgb(42, 42, 42);
}

.tiyan {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.tiyan ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top60);
    ;
}

.tiyan ul li {
    width: 100%;
    overflow: hidden;
}

.tiyan ul li img {
    width: 100%;
    height: auto;
}

.tiyan ul li h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: var(--top30);
    font-family: 'bold';
}

.tiyan ul li p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
    line-height: 2;
}

.zongjl {
    width: 800px;
    max-width: calc(100% - 30px);
}

.zongjl ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top60);
    ;
}

.zongjl ul li {
    width: 100%;
    overflow: hidden;
}

.zongjl ul li img {
    width: 100%;
    height: auto;
}

.zongjl ul li h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: var(--top30);
    font-family: 'bold';
}

.zongjl ul li p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
    line-height: 2;
}

.wangqi ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
    ;
}

.wangqi ul li {
    width: 100%;
    overflow: hidden;
}

.wangqi ul li img {
    width: 100%;
    height: auto;
}

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

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

.wangqi_max p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
    line-height: 2;
}

.xingcheng {
    width: 800px;
    max-width: calc(100% - 30px);
}

.xingcheng img {
    width: 100%;
    margin-top: var(--top30);
}

.huanjingjs>p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
    line-height: 2;
}

.huanjingjs>img {
    width: 100%;
    margin-top: var(--top30);
}

#certify {
    position: relative;
    width: 100%;
    margin-top: var(--top60);
}

#certify .swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#certify .swiper-slide {
    width: 50%;
    background: #fff;
}

#certify .swiper-slide img {
    width: 100%;
    height: 408px;
    object-fit: cover;
}

#certify .swiper-slide h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    margin-top: var(--top30);
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: rgb(87, 57, 184);
    border-radius: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
}

#certify .swiper-button-next:after,
#certify .swiper-button-prev:after {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.baozhang {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.baozhang ul {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--top30);
    position: relative;
}

.baozhang ul>p {
    font-size: 110px;
    color: rgb(87, 57, 184, 0.05);
    font-family: 'bold';
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
}

.baozhang ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    padding: var(--top30);
    border-radius: 20px;
    min-height: 192px;
    position: relative;
    z-index: 9;
}

.baozhang ul li:nth-child(1) {
    padding: 0;
    border: transparent;
    background: transparent;
    border-radius: 0px;
}

.baozhang ul li .gg h2 {
    text-align: left;
    font-size: var(--size30);
}

.baozhang ul li .gg p {
    text-align: left;
}

.baozhang ul li>h2 {
    font-size: var(--size54);
    color: rgb(87, 57, 184, 0.1);
    font-family: fantasy;
}

.baozhang ul li>p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.5;
}

.kaiying>p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
    text-align: center;
    line-height: 2;
}

.kaiying ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kaiying ul li {
    width: calc(33% - 30px);
    overflow: hidden;
    border-radius: 20px;
    padding: var(--top30);
    border: 1px solid rgba(75, 90, 101, 0.15);
    padding: var(--top30);
}

.kaiying_img {
    width: 90px;
    height: 90px;
    background: rgb(87, 57, 184);
    border-radius: 50%;
    display: flex;
    margin: auto;
}

.kaiying_img img {
    max-width: 50%;
    max-height: 50%;
    margin: auto;
}

.kaiying ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    margin-top: var(--top20);
}

.kaiying ul li p {
    font-size: var(--size16);
    color: rgb(75, 90, 101);
    line-height: 1.8;
    text-align: center;
    margin-top: var(--top20);
}

.haoping ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top60);
    ;
}

.haoping ul li {
    width: 100%;
    overflow: hidden;
}

.haoping ul li img {
    width: 100%;
    height: auto;
}

.dongly {
    width: 100%;
    overflow: hidden;
    margin: var(--top100) 0;
}

.dongly_max {
    width: 1350px;
    max-width: calc(100% - 30px);
    margin: auto;
    margin-top: var(--top60);
    position: relative;
}

.dongly>p {
    width: var(--max);
    margin: auto;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
}

.dongly_swiper {
    width: var(--max);
    max-width: calc(100% - 150px);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top30);
}

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

.dongly_max .swiper-button-next,
.dongly_max .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: rgb(87, 57, 184);
    border-radius: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
}

.dongly_max .swiper-button-next:after,
.dongly_max .swiper-button-prev:after {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.yanjing ul {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--top30);
}

.yanjing ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 6px 10px 0px rgba(111, 164, 250, 0.08);
    padding: var(--top30);
}

.yanjing ul li .gg h2 {
    text-align: left;
    font-size: var(--size24);
}

.yanjing ul li .gg p {
    text-align: left;
    font-size: var(--size14);
    line-height: 1.2;
}

.yanjing ul li .gg p::after {
    content: "";
    width: 48px;
    height: 8px;
    background: rgb(87, 57, 184);
    display: block;
    margin-top: var(--top30);
    border-radius: 8px;
}

.yanjing ul li>h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: bold;
}

.yanjing ul li>span {
    width: 100%;
    font-size: var(--size18);
    color: rgb(26, 104, 233);
    line-height: 1.5;
    margin-top: 10px;
    display: block;
}

.yanjing ul li>p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(92, 106, 129);
    line-height: 1.5;
    margin-top: var(--top20);
}

.yanjing ul li:hover {
    background: rgb(87, 57, 184);
}

.yanjing ul li:hover>h2,
.yanjing ul li:hover>span,
.yanjing ul li:hover>p {
    color: #ffffff;
}

.muniao {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
    padding: var(--top60) 0;
}

.muniao_max {
    width: 1350px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    position: relative;
}

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

.muniao_swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.muniao_l {
    width: calc(50% - 20px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.muniao_l img {
    width: 60px;
    height: auto;
}

.muniao_text {
    width: calc(100% - 90px);
    overflow: hidden;
}

.muniao_text h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    font-family: 'bold';
}

.muniao_text p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top30);
}

.muniao_swiper .swiper-slide>img {
    width: calc(50% - 20px);
    height: auto;
}

.muniao_max .swiper-button-next,
.muniao_max .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
}

.muniao_max .swiper-button-next:after,
.muniao_max .swiper-button-prev:after {
    font-size: 16px;
    color: rgb(46, 47, 138);
    font-weight: bold;
}

.bankuai ul {
    width: 100%;
    overflow: hidden;
}

.bankuai ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bankuai ul li img {
    width: 50%;
    height: auto;
}

.bankuai_l {
    width: calc(50% - var(--top100));
    overflow: hidden;
}

.bankuai_l h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 2.5;
}

.bankuai_l p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2.5;
}

.bankuai ul li:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.huanjili ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--top30);
    margin-top: var(--top60);
}

.huanjili ul:nth-child(3) {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: var(--top30);
}

.huanjili ul li {
    width: 100%;
    overflow: hidden;
}

.huanjili ul li img {
    width: 100%;
    height: auto;
}

.huanjili ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    margin-top: var(--top30);
}

.baoming {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.baoming ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--top60);
}

.baoming ul li {
    width: 350px;
    height: auto;
}

.baoming ul li img {
    width: 100%;
    height: auto;
}

.dongly_bei {
    background: rgb(87, 57, 184, 0.1);
}

.gaoduan {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.gaoduan p {
    width: calc(50% - 30px);
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
}

.gaoduan img {
    width: calc(50% - 30px);
    height: auto;
}

.beijingca {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.yingxiangh ul {
    width: 100%;
    overflow: hidden;
    margin: var(--top100) auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--top30) 7.5vw;
    position: relative;
}

.yingxiangh ul>p {
    font-size: 110px;
    color: rgb(87, 57, 184, 0.05);
    font-family: 'bold';
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
}

.yingxiangh ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 9;
    border: 1px solid rgba(75, 90, 101, 0.15);
    padding: var(--top30);
}

.yingxiangh ul li:nth-child(1) {
    padding: 0;
    border: transparent;
    background: transparent;
    border-radius: 0px;
}

.yingxiangh ul li .gg h2 {
    text-align: left;
    font-size: var(--size20);
}

.yingxiangh ul li .gg p {
    text-align: left;
}

.yingxiangh_img {
    width: 70px;
    height: 70px;
    background: rgb(87, 57, 184);
    border-radius: 50%;
    display: flex;
    margin: auto;
}

.yingxiangh_img img {
    max-width: 50%;
    max-height: 50%;
    margin: auto;
}

.yingxiangh ul li>h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    margin-top: var(--top20);
    text-align: center;
}

.yingxiangh ul li>p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(75, 90, 101);
    line-height: 1.5;
    text-align: center;
    margin-top: var(--top20);
}

.waijiaoa>p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
    line-height: 2;
}

.waijiaoa>img {
    width: 100%;
    margin-top: var(--top30);
}

.waijiaoa ul {
    width: 100%;
    overflow: hidden;
}

.waijiaoa ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.waijiaoa ul li img {
    width: 60%;
    height: auto;
}

.waijiaoa_l {
    width: 40%;
    overflow: hidden;
}

.waijiaoa_l p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2.5;
    text-align: center;
}

.waijiaoa ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

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

.jianying_img img {
    width: 100%;
    height: auto;
    margin-bottom: var(--top30);
}

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

.jianying ul li {
    width: 100%;
    overflow: hidden;
}

.jianying ul li img {
    width: 100%;
    height: auto;
}

.neirong {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.neirong ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--top30) var(--top60);
    position: relative;
}

.neirong ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    padding: var(--top30);
    border-radius: 20px;
    position: relative;
    z-index: 9;
}

.neirong ul li>h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
}

.neirong ul li>p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(75, 90, 101);
    line-height: 1.5;
    margin-top: var(--top20);
}

.mubiao {
    width: 100%;
    overflow: hidden;
    margin: var(--top100) auto;
}

.mubiao_max {
    width: 1500px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    position: relative;
}

.mubiao_swiper {
    width: 1400px;
    max-width: calc(100% - 150px);
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 6% !important;
}

.mubiao_swiper::after {
    content: "";
    width: 38px;
    height: 32px;
    background-image: url(../images/ce.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 10%;
}

.mubiao_swiper::before {
    content: "";
    width: 38px;
    height: 32px;
    background-image: url(../images/cs1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.mubiao_swiper .swiper-slide span {
    display: block;
    font-size: var(--size30);
    color: rgb(87, 57, 184);
    font-family: 'bold';
    text-align: center;
}

.mubiao_swiper .swiper-slide h2 {
    display: block;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    text-align: center;
    margin-top: var(--top30);
}

.mubiao_swiper .swiper-slide p {
    display: block;
    font-size: var(--size18);
    color: rgb(75, 90, 101);
    margin-top: var(--top20);
    text-align: center;
}

.mubiao_max .swiper-button-next,
.mubiao_max .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: rgb(87, 57, 184);
    border-radius: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
}

.mubiao_max .swiper-button-next:after,
.mubiao_max .swiper-button-prev:after {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.mubiao_max .swiper-pagination-bullet {
    width: 22px;
    height: 7px;
    background: rgb(228, 229, 232);
    border-radius: 7px;
    opacity: 1;
}

.mubiao_max .swiper-pagination-bullet-active {
    background: rgb(87, 57, 184);
}

.shiye {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.shiye_max {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.shiye_l {
    width: 50%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.shiye_l img {
    width: 60px;
    height: auto;
}

.shiye_text {
    width: calc(100% - 90px);
    overflow: hidden;
}

.shiye_text h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
}

.shiye_text p {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top30);
}

.shiye_max>img {
    width: 44%;
    height: auto;
}

.shiye_swiper {
    width: 44%;
    height: auto;
    padding-bottom: 40px !important;
    position: relative;
}

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

.shiye_swiper .swiper-pagination-bullet {
    width: 22px;
    height: 7px;
    background: rgb(228, 229, 232);
    border-radius: 7px;
    opacity: 1;
}

.shiye_swiper .swiper-pagination-bullet-active {
    background: rgb(87, 57, 184);
}

.shiye_xia {
    flex-direction: row-reverse;
}

.qinpao .gg h2,
.qinpao .gg p {
    text-align: left;
}

.qinpao_max {
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.qinpao_max ul {
    width: 37%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.qinpao_max ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 8px 12px 0px rgba(154, 135, 106, 0.1);
    padding: 20px;
    border-radius: 20px;
    padding-left: 50px;
    position: relative;
}

.qinpao_max ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: 33px;
    left: 30px;
}

.qinpao_max ul li h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'bold';
}

.qinpao_max ul li p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: 15px;
}

.qinpao_swiper {
    width: 52%;
    height: auto;
    padding-bottom: 40px !important;
    position: relative;
}

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

.qinpao_swiper .swiper-pagination-bullet {
    width: 22px;
    height: 7px;
    background: rgb(228, 229, 232);
    border-radius: 7px;
    opacity: 1;
}

.qinpao_swiper .swiper-pagination-bullet-active {
    background: rgb(87, 57, 184);
}

.banner_Swiper {
    width: 100%;
    overflow: hidden;
}

.banner_Swiper .swiper-button-next,
.banner_Swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin-top: 50px;
    transform: translateY(-50%);
}

.banner_Swiper .swiper-button-next {
    right: 8%;
}

.banner_Swiper .swiper-button-prev {
    left: 8%;
}

.banner_Swiper .swiper-button-next:after,
.banner_Swiper .swiper-button-prev:after {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.index_text {
    width: 1400px;
    max-width: 70%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
    z-index: 3;
}

.index_text p {
    font-size: var(--size18);
    color: rgb(247, 247, 247);
    line-height: 1;
}

.index_text h1 {
    font-size: var(--size30);
    color: rgb(247, 247, 247);
    line-height: 1;
    margin-top: 20px;
}

.index_text a {
    font-size: var(--size14);
    color: rgb(247, 247, 247);
    border: 1px solid rgb(247, 247, 247);
    padding: 0 25px;
    line-height: 36px;
    width: max-content;
    display: block;
    margin-top: 20px;
}

.dongaling {
    width: 100%;
    overflow: hidden;
    margin: var(--top100) auto;
    position: relative;
}

.dongaling>h2 {
    width: 100%;
    z-index: 10;
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.dongaling ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.dongaling ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.dongaling ul li img {
    width: 100%;
    height: auto;
}

.dongaling ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(28, 25, 35, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

.dongaling ul li:hover::after {
    background: rgb(87, 57, 184, 0.6);
}

.dongaling ul li h2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--top30);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: var(--size16);
    color: rgb(250, 250, 250);
}


.fenik {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.xinwen {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.xinwen ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
    column-rule: 1px dashed rgb(87, 57, 184, 0.5);
    margin-top: var(--top60);
}

.xinwen ul li {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(14, 60, 105, 0.1);
    border-radius: 0px 0px 8px 8px;
}

.xinwen ul li img {
    width: 100%;
    height: auto;
}

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

.xinwen_max p {
    font-size: var(--size16);
    color: rgb(87, 57, 184);
    background-image: url(../images/shijian.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.xinwen_max h2 {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    margin-top: 15px;
    line-height: 1.5;
}

.xinwen_max a {
    font-size: var(--size14);
    color: rgb(87, 57, 184);
    line-height: 1;
    width: 100%;
    margin-top: var(--top30);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xinwen_max a span {
    width: 100px;
}

.xinwen_max progress {
    appearance: none;
    height: 2px;
    width: 0px;
    border-radius: 2px;
}

.xinwen_max progress::-webkit-progress-value {
    background: rgb(87, 57, 184);
}

.xinwen ul li:hover .xinwen_max progress {
    width: calc(100% - 120px);
}


.show {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}

.miaobao {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/home.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding-left: 25px;
    font-size: var(--size16);
    color: rgb(22, 45, 86);
}

.show>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(22, 45, 86);
    font-family: 'bold';
    margin-top: var(--top60);
    line-height: 1.2;
}

.tame {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: var(--top20);
}

.tame>p {
    width: max-content;
    margin: 0 var(--top30);
    font-size: var(--size16);
    color: rgb(102, 102, 102);

}


.show_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(22, 45, 86);
    line-height: 1.8;
    margin-top: var(--top30);
    border-top: 1px solid rgb(0, 68, 170);
    padding-top: var(--top30);
}

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

.prev {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prev a {
    width: 49%;
    font-size: var(--size16);
    color: #333333;
    display: block;
    text-align: left;
}

.prev a:nth-child(2) {
    text-align: right;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: rgb(118, 100, 178);
}

.footer_max {
    width: 1300px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_l {
    width: max-content;
    overflow: hidden;
}

.footer_l_top {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer_l_top img {
    width: 78px;
    height: auto;
}

.footer_l_top h2 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    margin-left: 20px;
}

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

.footer_l ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(201, 192, 230);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_img img {
    max-width: 50%;
    max-height: 50%;
}

.footer_l ul li p {
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-left: 20px;
}

.footer_c {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_c ul {
    width: max-content;
    overflow: hidden;
    margin-left: var(--top30);
}

.footer_c ul h2 {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}

.footer_c ul li {
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.footer_r {
    width: max-content;
    overflow: hidden;
}

.footer_r ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer_r ul li {
    width: 90px;
    overflow: hidden;
    margin-left: 10px;
}

.footer_r ul li img {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 5px;
}

.footer_r ul li p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: 15px;
}

.beian {
    width: 100%;
    overflow: hidden;
    background: rgb(93, 81, 134);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.beian p {
    font-size: var(--size14);
    color: rgb(255, 255, 255, 0.5);
    margin: 0 var(--top30);
}


.cebianlan {
    width: 90px;
    position: fixed;
    bottom: 20%;
    right: 20px;
    z-index: 999;
    border-radius: 80px;
    box-shadow: 0px 4px 10px 0px #00000020;
    background: rgb(87, 57, 184);
    padding: 15px;
}

.cebianlan ul {
    width: 100%;
}

.cebianlan ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-top: 2px solid #ffffff;
    position: relative;
    padding: 20px 0;
}

.cebianlan ul li:nth-child(1) {
    border: none;
}

.cebianlan ul li img {
    width: auto;
    height: 20px;
    margin: auto;
}

.cebianlan ul li h2 {
    width: 100%;
    margin-top: 10px;
    font-size: var(--size14);
    text-align: center;
    color: rgb(255, 255, 255);
}

.mixnuiu {
    width: max-content;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 80px;
    box-shadow: 0px 4px 10px 0px #00000020;
    transform: translateY(-50%) scale(0);
    padding: 15px;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    transform-origin: right center;

}

.cebianlan ul li:hover .mixnuiu {
    transform: translateY(-50%) scale(1);
}

.baomingxun {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

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

.baomingxun ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top30);
}

.baomingxun ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    padding: var(--top30);
    background: rgba(255, 255, 255, 0.5);
    padding: var(--top30);
}

.kaiying_img {
    width: 90px;
    height: 90px;
    background: rgb(87, 57, 184);
    border-radius: 50%;
    display: flex;
    margin: auto;
}

.kaiying_img img {
    max-width: 50%;
    max-height: 50%;
    margin: auto;
}

.baomingxun ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    margin-top: var(--top20);
}

.baomingxun ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(75, 90, 101);
    line-height: 1.8;
    margin-top: var(--top20);
}

.liangdian {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--top60);
}

.liangdian_l {
    width: calc(50% - 50px);
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-bottom: var(--top30);
}

.liangdian_r {
    width: calc(50% - 50px);
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.liangdian_Swiper {
    width: calc(100% - 100px);
    overflow: hidden;
    position: relative;
}

.liangdian_Swiper .swiper-wrapper img {
    width: 100%;
    height: auto;
}

.liangdian_r .swiper-button-next,
.liangdian_r .swiper-button-prev {
    width: max-content;
    height: max-content;
    border-radius: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
}

.liangdian_r .swiper-button-next:after,
.liangdian_r .swiper-button-prev:after {
    font-size: 16px;
    color: rgb(46, 47, 138);
    font-weight: bold;
}

.liangdian_r .swiper-pagination {
    bottom: 0 !important;
}

.liangdian_r .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background: rgb(87, 57, 184, 0.2);
    border-radius: 7px;
    opacity: 1;

}

.liangdian_r .swiper-pagination .swiper-pagination-bullet-active {
    width: 34px !important;
    background: rgb(87, 57, 184) !important;
}

.daidui {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.daidui_l {
    width: calc(50% - 50px);
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-bottom: var(--top30);
}

.daidui_l .gg h2,
.daidui_l .gg p {
    text-align: left;
}

.daidui_l>p {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 1.6;
    margin-top: var(--top60);
}

.daidui_r {
    width: calc(50% - 50px);
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.daidui_r img {
    width: 100%;
}

.xinxi {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);

}

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

.xinxi ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--top30);
}

.xinxi ul li {
    width: calc(33% - 30px);
    overflow: hidden;
    border-radius: 20px;
    padding: var(--top30);
    background: rgba(255, 255, 255, 0.5);
    padding: var(--top30);
    margin-top: var(--top30);
}


.xinxi ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    margin-top: var(--top20);
}

.xinxi ul li p {
    font-size: var(--size16);
    color: rgb(75, 90, 101);
    line-height: 1.8;
    margin-top: var(--top20);
    text-align: center;
}

.nuxn ul li:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nuxn ul li:last-child .xinxi_top {
    width: 110px;
    overflow: hidden;
}

.nuxn ul li:last-child p {
    width: calc(100% - 150px);
    text-align: left;
}

.wangqini {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

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

.shisu ul {
    width: 100%;
    overflow: hidden;
}

.shisu ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}

.shisu ul li img {
    width: 100%;
    height: auto;
}

.shisu ul li h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    margin-top: var(--top30);
}

.shisu ul li p {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
}

.shisu ul li span {
    display: block;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    margin-top: 10px;
}

.anquany {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
}

.anquany .kaiying ul li {
    border: transparent;
    background: rgba(255, 255, 255, 0.5);
}

.gg>span {
    display: block;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
    text-align: center;
    line-height: 2;
}

.dongly_ul {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-bottom: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    border-top: 1px solid rgb(87, 57, 184);
    border-bottom: 1px solid rgb(87, 57, 184);
    padding: 15px 0;
}

.dongly_ul p {
    font-size: var(--size20);
    color: rgb(87, 57, 184);
}

.mixun ul {
    margin-top: 0px;
}

.mixun ul li {
    margin-top: var(--top60);
}

.liangdino {
    margin: var(--top100) auto;
    overflow: hidden;
}

.muniao_max .swiper-pagination {
    bottom: 0 !important;
}

.muniao_max .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background: rgb(87, 57, 184, 0.2);
    border-radius: 7px;
    opacity: 1;

}

.muniao_max .swiper-pagination .swiper-pagination-bullet-active {
    width: 34px !important;
    background: rgb(87, 57, 184) !important;
}

.liangdino .muniao_max {
    padding-bottom: 30px;
}

.jieshaomi {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: var(--top60);
}

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

.jieshaomi p {
    width: 45%;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.6;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    padding: 15px;
}

.anpai {
    width: 100%;
    overflow: hidden;
    background: rgb(87, 57, 184, 0.1);
    padding: var(--top100) 0;
}

.anpai_max {
    width: 1350px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    position: relative;
}


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

.anpaibott_mySwiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.anpai_maxll {
    width: 65%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgb(228, 230, 232);
    padding: var(--top30);
    border-radius: 10px 0px 0px 10px;
}

.anpai_maxll h2 {
    font-size: var(--size20);
    color: rgb(87, 57, 184);
    font-family: 'bold';
}

.anpai_maxll p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.8;
    margin-top: var(--top30);
}

.anpaibott_mySwiper .swiper-slide img {
    width: 35%;
    height: auto;
}

.anpai_max .swiper-button-next,
.anpai_max .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: rgb(87, 57, 184);
    border-radius: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
}

.anpai_max .swiper-button-next:after,
.anpai_max .swiper-button-prev:after {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

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

.anpaitop_mySwiper .swiper-slide h2 {
    font-size: var(--size20);
    color: rgb(75, 90, 101);
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.anpaitop_mySwiper .swiper-slide-thumb-active h2 {
    color: rgb(87, 57, 184);
    font-family: 'bold';
}

.anpaitop_mySwiper .swiper-slide-thumb-active h2::after {
    content: "";
    width: 70px;
    height: 6px;
    background: rgb(87, 57, 184);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}
.ass{
    width: 100%;
    overflow: hidden;
    margin: var(--top100) auto;
}