:root {
    --max: 1200px;
    --mar: 80px auto;
    --font38: 38px;
    --font18: 18px;
    --top: 30px;
    --line: 36px;
}

.hertre {
    width: 100%;
    height: 100px;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

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

.logo {
    width: 190px;
    overflow: hidden;
}

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

.nav {
    width: max-content;
    height: auto;
}

.nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav ul li {
    font-size: 16px;
    color: #000000;
    text-align: center;
    position: relative;
    transition: all 0.2s;
    margin-right: 40px;
}

.nav ul li.nav_cen {
    color: #0368B7;
}

.nav ul li:hover {
    color: #0368B7;
}

.login {
    width: 90px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    background: #0368B7;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.nav_ul {
    position: absolute;
    background: #0d6ac8;
    top: 100px;
    width: 100%;
    overflow: hidden;
    left: 0;
    display: none;
}

.nav_ul a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    transition: all 0.3s;
}

.nav_ul a:hover {
    background: #0a4f95;
}

.login_xs {
    width: 100%;
    height: calc(100% - 180px);
    background: #0478C2;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 999;
    display: none;

}

.login_max {
    width: 710px;
    max-width: 96%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login_max>h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
}

.login_max form {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    margin-top: 40px;
}

.login_max form label {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.login_max form label p {
    font-size: 12px;

    font-weight: 400;
    color: #4A4A4A;
}

.login_max form label input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #D8D8D8;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    padding-left: 45px;
}

.login_max form label img {
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 18px;
    left: 18px;
}

.login_max form>input {
    width: 92px;
    height: 40px;
    background: linear-gradient(180deg, #2B81FF 3%, #5783FF 100%);
    box-shadow: 0px 2px 0px 0px #246DA5;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    display: block;
    margin: auto;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
}

.an {
    width: 70px;
    height: 70px;
    display: none;
    position: absolute;
    right: 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%;
    height: auto;
}

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

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 2px solid #0d5a29;
    background: none;
}

.banner .swiper-pagination-bullet-active {
    background: #0d5a29;
}

.fangan {
    width: var(--max);
    overflow: hidden;
    margin: var(--mar)
}

.fangan>h1 {
    font-size: var(--font38);
    font-weight: 500;
    color: #333333;
}

.fangan>p {
    font-size: var(--font18);
    color: #333333;
    line-height: var(--line);
    margin-top: var(--top);
}

.fangan ul {
    width: 1050px;
    max-width: 100%;
    margin: auto;
    margin-top: 140px;
    margin-bottom: 100px;
}

.fangan ul li {
    width: 100%;
    margin-top: 200px;
    border-radius: 20px;
    background: #F5F5F8;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.fangan ul li:nth-child(1) {
    margin-top: 0px;
}

.fangan_left {
    width: calc(100% - 440px);
    position: relative;
}

.fangan_left h1 {
    font-size: 30px;

    font-weight: 600;
    color: #333333;
}

.fangan_left p {
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-top: 20px;
}

.fangan_left a {
    display: block;
    width: 112px;
    background: #0368B7;
    border-radius: 25px;
    font-size: 18px;

    font-weight: 400;
    color: #F5F5F8;
    line-height: 50px;
    margin-top: 50px;
    text-align: center;
}

.fangan_left i {
    width: 74px;
    height: 74px;
    background: #FFFFFF;
    border: 2px solid #F5F5F8;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -92px;
    left: 50%;
    transform: translateX(-50%);
}

.fangan_left i img {
    max-width: 50%;
    max-height: 50%;

}

.fangan_right {
    width: 380px;
    height: calc(100% + 120px);
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.fangan_right img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

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

.fangan ul li:nth-child(2n) .fangan_right {
    left: 60px;
    right: auto;
}

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

.show>h1 {
    font-size: var(--font38);
    font-weight: 600;
    color: #333333;
}

.show_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--font18);
    margin-top: var(--top);
    ;
    line-height: var(--line);
}

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

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

.page .active,
.page .total {
    font-size: 14px;
    width: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    color: rgba(0, 0, 0, 0.88);
    border: 1px solid #fff;
    margin: 0px 3px;
}

.page .active {
    border: 1px solid #0368B7;
    color: #0368B7;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
    color: rgba(0, 0, 0, 0.88);
    border: 1px solid #fff;

}

.chanpin {
    width: var(--max);
    margin: var(--mar)
}

.chanpin>h1 {
    font-size: var(--font38);
    font-weight: 500;
    color: #333333;
}

.chanpin>p {
    font-size: var(--font18);
    color: #333333;
    line-height: var(--line);
    margin-top: var(--top);
}

.chanpin_a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.chanpin_a a {
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #0368B7;
    line-height: 42px;
    width: max-content;
    font-size: 16px;
    color: #0368B7;
    padding: 0 30px;
    display: block;
    margin-right: 30px;
    margin-top: 30px;
}

.chanpin_a a.chanpin_a_nav {
    background: #0368B7;
    color: #fff;
}

.chanpin_a a:hover {
    background: #0368B7;
    color: #fff;
}

.chanpin ul {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.chanpin ul li {
    width: calc(25% - 15px);
    overflow: hidden;
    margin-left: 20px;
    margin-top: 30px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.chanpin ul li:nth-child(4n+1) {
    margin-left: 0px;
}

.chanpin_img {
    width: 100%;
    height: 160px;
}

.chanpin_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chanpin ul li h1 {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #666666;
    padding: 20px 40px;
}

.shizi {
    width: var(--max);
    margin: var(--mar)
}

.shizi>h1 {
    font-size: var(--font38);
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.shizi>p {
    font-size: var(--font18);
    color: #333333;
    line-height: var(--line);
    margin-top: var(--top);
    text-align: center;
}

.shizi ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.shizi ul li {
    width: calc(25% - 15px);
    margin-left: 20px;
    margin-top: 120px;
    background: #0368B7;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    position: relative;
    padding: 60px 10px;
    transition: all 0.2s;
}

.shizi ul li:nth-child(4n+1) {
    margin-left: 0px;
}

.shizi ul li:hover {

    background: #33ADE9;
}

.shizi_img {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.shizi_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.shizi ul li h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 24px;

    font-weight: 600;
    color: #FFFFFF;
}

.shizi ul li>p {

    text-align: center;
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}

.shizi_text {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40PX;
    text-align: center;
    margin-top: 20px;
}

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

.banner_text h1 {
    font-size: 18px;

    font-weight: inherit;
    color: #0368B7;
}

.banner_text p {
    width: 690px;
    max-width: 100%;
    font-size: 38px;
    color: #333333;
    margin-top: 20px;
}

.banner_text p span {
    color: #92C61E;
}

.changtai {
    width: 100%;
    overflow: hidden;
    background: #0368B7;
}

.changtai_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--mar);
}

.changtai_max h1 {
    font-size: var(--font38);
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.changtai_max p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}

.yanjiu {
    width: var(--max);
    overflow: hidden;
    margin: var(--mar);
}

.yanjiu>h1 {
    font-size: var(--font38);
    font-weight: 500;
    color: #000000;
}

.yanjiu_top {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.yanjiu_top p {
    width: calc(100% - 290px);
    font-size: var(--font18);
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.yanjiu_top img {
    width: 260px;
    height: auto;
}

.yanjiu_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    font-size: var(--font18);
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

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

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

.lianxi>h1 {
    width: 280px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    background: #F5F5F8;
    text-align: center;
    border-radius: 6px;
    margin: auto;
    position: relative;
}

.lianxi>h1::after {
    content: "";
    width: 700px;

    height: 4px;
    background: #F5F5F8;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lianxi>h1 span {
    position: relative;
    z-index: 1;
}

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

.lianxi_left {
    width: calc(100% - 450px);
    overflow: hidden;
}

.lianxi_left h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.lianxi_left p {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}

.lianxi_left p span {
    margin-right: 20px;
}

.lianxi_left ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.lianxi_left ul li {
    width: 110px;
    overflow: hidden;
    margin-right: 40px;
}

.lianxi_left ul li img {
    width: 100%;
    height: auto;
    border: 1px dashed #333333;
}

.lianxi_left ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}

.map {
    width: 400px;
    height: 240px;
}

#allmap {
    width: 100%;
    height: 100%;
}

.anli {
    width: var(--max);
    overflow: hidden;
    margin: var(--mar)
}

.anli>h1 {
    font-size: var(--font38);
    font-weight: 500;
    color: #333333;
}

.anli>p {
    font-size: var(--font18);
    color: #333333;
    line-height: var(--line);
    margin-top: var(--top);
}

.anli ul {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.anli ul li {
    width: calc(50% - 10px);
    overflow: hidden;
    margin-top: 20px;
    background: #DFE1EC;
    border-radius: 20px;
}

.anli_img {
    width: 100%;
    height: 220px;
}

.anli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.anli_top {
    width: 100%;
    overflow: hidden;
    background: #0368B7;
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.anli_top img {
    width: 50px;
    height: auto;
}

.anli_top h1 {
    width: calc(100% - 70px);
    overflow: hidden;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.an_bottom {
    width: calc(100% - 80px);
    overflow: hidden;
    background: #fff;
    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
}

.an_bottom h1 {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    display: none;
}

.span {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.span span {
    display: block;
    margin-top: 15px;
    margin-right: 20px;
    background: #172B6B;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    padding: 0 25px;
}

.an_bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
min-height: 80px;
}

.anli ul li a {
    display: block;
    width: 120px;
    background: #DFE1EC;
    border-radius: 25px;
    border: 1px solid #0368B7;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #0368B7;
    margin: 30px auto;
    margin-left: 40px;
    text-align: center;
}

.anli ul li a:hover {
    background: #0368B7;
    color: #fff;
}

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

.in_text h1 {
    text-align: center;
    font-size: 68px;
    font-weight: 500;
    color: #000000;
}

.in_text p {
    text-align: center;
    font-size: 32px;

    font-weight: 500;
    color: #000000;
    margin-top: 40px;
}

.in_text span {
    display: block;
    margin: auto;
    margin-top: 80px;
    width: 220px;
    border-radius: 30px;
    border: 1px solid #000000;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.in_text span:hover {
    background: #000000;
    color: #ffffff;
}

.shipin {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

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

.shipin svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.jianjie {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jianjie_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--mar);
}

.jianjie_max>h1 {
    font-size: var(--font38);
    text-align: center;
    color: #000000;
    font-weight: initial;
}

.jianjie_swiper {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

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

.jianjie_swiper .swiper-pagination {
    bottom: 0px !important;
    text-align: left;
}

.jianjie_swiper .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    background: none;
    opacity: 1;
    border-radius: 0px;

    background: #475057;
}

.jianjie_swiper .swiper-pagination-bullet-active {

    background: #019FEB;
}

.jianjie_left {
    width: 50%;
    overflow: hidden;
}

.jianjie_left h1 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}

.jianjie_left p {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.jianjie_left a {
    width: 140px;
    border-radius: 6px;
    border: 1px solid #33ade9;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #33ade9;
    line-height: 50px;
    text-align: center;
    display: block;
    margin-top: 40px;
}

.jianjie_left a:hover {
    color: #FFFFFF;
    background: #0368b7;
}

.jianjie_right {
    width: 45%;
    height: 400px;
}

.jianjie_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.leibiao {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 60px auto;
}

.leibiao_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--mar);
}
.leibiao_max>h1{
    color: #000000;
    text-align: center;
    font-size: var(--font38);
}
.leibiao_max>p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
    line-height: 22px;
}
.leibiao_max ul {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.leibiao_max ul li {
    width: calc(25% - 15px);
    overflow: hidden;
    margin-left: 20px;
    margin-top: 30px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    position: relative;
}

.leibiao_max ul li:nth-child(4n+1) {
    margin-left: 0px;
}



.chanpin_img {
    width: 100%;
    height: 160px;
}

.chanpin_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leibiao_max ul li h1 {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #666666;
    padding: 20px 40px;
}

.leibiao_text {
    width: 100%;
    height: 100%;
    background: #475057;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    position: absolute;
    top: 100%;
    transition: all 0.3s;
    left: 0;
    z-index: 9;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.leibiao_text p {
    font-size: var(--font18);
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.leibiao_text a {
    width: 70px;
    display: block;
    overflow: hidden;
}

.leibiao_text a img {
    width: 100%;
    height: auto;
}

.leibiao_max ul li:hover .leibiao_text {
    top: 0%;
}

.kehu {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #07A1DC 0%, #0368B7 100%);
}

.kehu_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--mar);
}

.kehu_max>h1 {
    text-align: center;
    font-size: var(--font38);
    color: #fff;
    font-weight: 500;
}

.kehu_swiper {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.mySwiper1 {
    width: calc(100% - 170px);
    overflow: hidden;
    margin: auto;
}

.mySwiper1 .swiper-slide {
    background: #33ADE9;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kehu_left {
    width: 430px;
    overflow: hidden;
}

.kehu_left video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.kehu_swiper .swiper-button-next,
.kehu_swiper .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: rgb(0, 0, 0, 0.5);
    border-radius: 4px;
    opacity: 1;
}

.kehu_swiper .swiper-button-next::after,
.kehu_swiper .swiper-button-prev::after {
    font-size: 20px;
    color: #fff
}

.kehu_left h1 {
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 30px;
    margin-top: 15px;
}

.kehu_left p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 30px;
    margin-top: 5px;
}

.mySwiper3 {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.mySwiper3 img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.one{width:100%;overflow:hidden;position:relative; margin-top: 30px; height: 130px;}
.one ul{height:130px;width:100000px;position:absolute;left:0;} 
.one ul li{display:block;float:left;margin: 0 5px;width: 130px;height:130px;position:relative;}

.one ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:5px;
}
.kehu_right {
    width: calc(100% - 450px);
    height: 320px;


    padding: 0 55px;
    position: relative;
}

.kehu_right::after {
    content: "";
    width: 40px;
    height: 30px;
    background-image: url(../images/sckls.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.kehu_right::before {
    content: "";
    width: 40px;
    height: 30px;
    background-image: url(../images/sckls.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    right: 0;
}

.kehu_text {
    width: 100%;
    height: 100%;
    font-size: var(--font18);
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    overflow: auto;
    position: relative;
    z-index: 9;
}

.kehu_text::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.kehu_text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.kehu_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

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

.linian::after {
    content: "";
    width: 100%;
    height: 60%;
    background-image: url(../images/jijcs.png);
    background-position: bottom center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.li_top {
    width: 1000px;
    max-width: 96%;
    margin: auto;
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

.li_top>h2 {
    text-align: center;
    font-size: var(--font38);
    color: #000;
    font-weight: 600;
}

.li_top>p {
    text-align: center;
    font-size: var(--font18);
    color: #000;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 600;
}

.li_max {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.li_left {
    width: 320px;
}

.li_left ul {
    width: 100%;
}

.li_left ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    border-top: 6px solid #0368B7;
    padding: 25px 10px;
    cursor: pointer;
}

.li_left ul li:nth-child(1) {
    margin-top: 0px;
}

.li_left ul li p {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}

.li_tubx {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

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

.li_tubx h1 {
    font-size: 22px;

    font-weight: 600;
    color: #000000;
}

.li_left ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.li_left ul li:hover {
    background: #0368B7;
}

.li_left ul li:hover p,
.li_left ul li:hover span,
.li_left ul li:hover .li_tubx h1 {
    color: #fff;
}

.li_left ul li.li_nav {
    background: #0368B7;
}

.li_left ul li.li_nav p,
.li_left ul li.li_nav span,
.li_left ul li.li_nav .li_tubx h1 {
    color: #fff;
}

.li_right {
    width: calc(100% - 400px);
    position: relative;
}

.li_img {
    width: 260px;
    max-width: 100%;
    height: auto;
    margin: auto;
}

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

.li_text {
    width: 100%;
    background: #0368B7;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin-top: 10px;
    position: relative;

}

.li_text::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 15px solid #0368B7;
    position: absolute;
    top: -25px;
    left: 180px;
    z-index: 2;
}

.li_text::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: -30px;
    left: 160px;
    z-index: 3;
}

.li_text_max {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 20px;
    transform: translate(-10px, -10px);
    font-size: var(--font18);
    font-weight: 400;
    color: #000000;
    line-height: 28px;
}

.xinwen {
    width: 1000px;
    max-width: 96%;
    margin: auto;
    margin-top: 180px;
    position: relative;
    z-index: 1;
}

.xinwen>h2 {
    text-align: center;
    font-size: var(--font38);
    color: #ffffff;
    font-weight: 600;
}

.xinwen ul {
    width: 100%;
    margin: 40px auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xinwen ul li {
    width: calc(50% - 20px);
    overflow: hidden;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-top: 40px;
    padding: 30px;
    background: #fff;
}

.xinwen ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xinwen ul li img {
    width: 60px;
    height: auto;
}

.xinwen ul li h1 {
    width: calc(100% - 80px);
    overflow: hidden;
    font-size: var(--font18);
    font-weight: 600;
    color: #000000;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: #475057;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer p {
    margin: 0 10px;
}