:root {
    --max: 1440px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size40: 40px;

    --top30: 30px;
    --top60: 60px;
    --top80: 80px;
}

@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;
    position: fixed;
    background: rgb(0, 0, 0, 0.1);
    top: 0;
}

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

.logo {
    width: 180px;
    overflow: hidden;

}

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

.nav {
    width: max-content;
    margin-left: auto;
}

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

.nav ul li {
    font-size: var(--size18);
    color: #ffffff;
    text-align: center;
    position: relative;
    margin-left: 50px;
    line-height: 100px;
}

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


.nav ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    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 {
    display: none;
}

.suosou {
    width: 30px;
    position: relative;
    margin-left: 7vw;
    cursor: pointer;
}

.suosou img {
    width: 100%;
    height: auto;
}
.suosou form{
    width: 500px;
    position: absolute;
    top: 40px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 9999;
    transform-origin: top right;
    transform: scale(0);
}

.fixed {
    background: #00000050;
}

.fixed .suosou {
    width: 20px;
    margin-left: 50px;
}

.fixed .nav ul li {
    line-height: 100px;
}

.fixed .logo {
    width: 150px;
}

.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%;
    height: auto;
}


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

.banner_text h1 {
    text-align: center;
    position: relative;
    font-size: 3vw;
    color: #ffffff;
    line-height: 1;
}

.banner_text h1::after {
    content: "";
    width: 56px;
    height: 3px;
    display: block;
    background: #ffffff;
    margin: auto;
    margin-top: var(--top30);
}

.naw {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #ebebee;
}

.naw ul {
    width: var(--max);
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.naw ul li {
    font-size: var(--size18);
    color: #424242;
    text-align: center;
    position: relative;
    margin-right: 4vw;
    line-height: 80px;
}

.naw ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    background: #026fba;
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.3s;
}

.naw ul li.nav_cen::after {
    width: 100%;
}

.naw ul li:hover::after {
    width: 100%;
}

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

.lianxi>h2 {
    font-size: var(--size40);
    color: #424242;
    line-height: 1;
}

.lianxi_max {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
}

.lianxi_l {
    width: 25%;
    overflow: hidden;
    font-size: var(--size24);
    color: #424242;
    text-align: center;
}

.lianxi_max ul {
    width: 75%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lianxi_max ul li {
    width: 33.33%;
    overflow: hidden;
    border-left: 1px solid #ebeced;
    padding: calc(var(--top30) + 10px);
}

.lianxi_img {
    width: 42px;
    height: 42px;
    background: #026fba;
    border-radius: 50%;
    display: flex;
}

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

.lianxi_max ul li h2 {
    font-size: var(--size20);
    color: #424242;
    margin-top: calc(var(--top30) + 10px);
    line-height: 1;
}

.lianxi_max ul li p {
    font-size: var(--size16);
    color: #424242;
    margin-top: 20px;
}

.back {
    width: 100%;
    overflow: hidden;
    background: #fafafa;
}

#allmap {
    width: 100%;
    height: 600px;
    margin-top: -115px;
}

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

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

.liuyan {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/beijing.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.liuyan_max>h2 {
    font-size: var(--size40);
    color: #424242;
    line-height: 1;
}

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

.liuyan_max form label {
    width: calc(33% - 15px);
    margin-bottom: var(--top30);
}

.liuyan_max form label p {
    font-size: var(--size18);
    color: #424242;
    line-height: 1;
}

.liuyan_max form label input {
    width: 100%;
    height: 70px;
    background: #ffffff;
    border: 1px solid #dddddd;
    font-size: var(--size16);
    color: #969696;
    padding: 0 var(--top30);
    margin-top: 20px;
}

.liuyan_max form label:nth-child(4) {
    width: 100%;
}

.liuyan_max form label textarea {
    width: 100%;
    height: 200px;
    resize: none;
    background: #ffffff;
    border: 1px solid #dddddd;
    font-size: var(--size16);
    color: #969696;
    padding: 15px var(--top30);
    margin-top: 20px;
    font-family: "siyuanheiti";
}

.submit {
    display: block;
    width: max-content;
    height: 60px;
    background: #026fba;
    background-image: url(../images/jiantou_54.png);
    background-position: right 50px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    font-size: var(--size18);
    color: #ffffff;
    padding: 0 60px;
    padding-right: 90px;
    margin: auto;
    margin-top: var(--top30);
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

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

.zhaopin>h2 {
    font-size: var(--size40);
    color: #424242;
    line-height: 1;
}

.suosoua {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    border: 1px solid #a4a4a4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.suosoua p {
    width: 170px;
    line-height: 40px;
    font-size: 12px;
    color: #333333;
    text-align: center;
    border-right: 1px solid #000000;
}

.suosoua form {
    width: calc(100% - 170px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.search {
    width: calc(100% - 180px);
    height: 60px;
    background: transparent;
    border: transparent;
    padding: 0 var(--top30);
    font-size: var(--size14);
    color: #333333;
}

.seach_s {
    width: 140px;
    height: 60px;
    text-align: left;
    background: #787878;
    background-image: url(../images/zhaipin.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    font-size: var(--size16);
    color: #ffffff;
    padding: 0 20px;
    cursor: pointer;
}

.wu {
    width: 100%;
    overflow: hidden;
    font-size: var(--size20);
    color: red;
    margin-top: var(--top60);
    text-align: center;
}

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

.zhaopin ul li {
    width: 100%;
    overflow: hidden;
    border: 1px solid #d1d1d2;
    padding: var(--top30) var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.zhaopin ul li::after {
    content: "";
    width: 5px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background: #026fba;
    transition: all 0.3s;
}

.zhanpin_l {
    width: calc(100% - 220px);
    overflow: hidden;
}

.zhanpin_l h2 {
    font-size: var(--size20);
    color: #424242;
    line-height: 1;
}

.zhanpin_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--top30);
}

.zhanpin_text p {
    font-size: var(--size16);
    color: #333333;
    margin-right: var(--top60);
}

.zhaopin ul li a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: left;
    background: #787878;
    background-image: url(../images/jiantou.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    font-size: var(--size14);
    color: #ffffff;
    padding: 0 20px;
    cursor: pointer;
}

.zhaopin ul li:hover::after {
    height: 100%;
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top60);
}

.page .active,
.page .total {
    font-size: 12px;
    padding: 6px 8px;
    color: #929292;
    border: 1px solid #ebebeb;
    margin: 0px 3px;
    line-height: 1;
}

.page .active {
    background: #026fba;
    border: 1px solid #026fba;
    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: #929292;
    border: 1px solid #ebebeb;
    background: #fff;
}

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

.shwo>h2 {
    text-align: left;
    font-size: var(--size24);
    color: #222222;
    margin-bottom: var(--top30);
}

.shwo>p {
    font-size: var(--size14);
    color: #888888;
    margin-top: 10px;
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: var(--top30) 0;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}

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

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

.prev a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}

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

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

.chanpin ul li {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding: 20px;
}

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

.chanpin ul li h2 {
    font-size: var(--size20);
    color: #333333;
    line-height: 1.3;
    margin-top: var(--top30);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.chanpin ul li a.asasd {
    width: max-content;
    display: block;
    font-size: var(--size16);
    color: #424242;
    background-image: url(../images/jiausn_07.png);
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
    margin-top: 40px;
}

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

.jishu ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.jishu ul li {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.jishu_l {
    width: calc(100% - 70px);
    overflow: hidden;
}

.jishu_l h2 {
    font-size: var(--size16);
    color: #333333;
    line-height: 1;
    font-family: 'bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.jishu_l p {
    font-size: var(--size18);
    color: #424242;
    line-height: 1.5;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jishu ul li a {
    width: 48px;
    height: 48px;
    background: #026fba;
    border-radius: 50%;
    display: flex;
}

.jishu ul li a img {
    max-width: 50%;
    max-height: 50%;
    margin: auto;
}

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

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

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

.kuaixun_l {
    width: 400px;
    overflow: hidden;
}

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

.kuaixun_r {
    width: calc(100% - 430px);
    overflow: hidden;
}

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

.kuaixun_top_l {
    width: 100px;
    overflow: hidden;
}

.kuaixun_top_l h2 {
    font-size: 60px;
    color: #424242;
    font-family: 'bold';
    line-height: 1;
}

.kuaixun_top_l p {
    font-size: 18px;
    color: #424242;
    line-height: 1;
    margin-top: 5px;
}

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

.kuaixun_top_r h2 {
    font-size: var(--size24);
    color: #424242;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 5px;
}

.kuaixun_top_r p {
    font-size: var(--size16);
    color: #666666;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.kuaixun_a {
    width: 100%;
    overflow: hidden;
    padding-left: 100px;
    margin-top: var(--top30);
}

.kuaixun_a_bott {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d7d7db;
    padding-bottom: var(--top30);
}

.kuaixun_a_bott a {
    display: block;
    width: 180px;
    line-height: 60px;
    padding: 0 20px;
    border: 1px solid #d3d8db;
    background-image: url(../images/jianux_14.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    font-size: var(--size16);
    color: #424242;
}

.kuaixun ul li:hover .kuaixun_l {
    width: 700px;
}

.kuaixun ul li:hover .kuaixun_r {
    width: calc(100% - 730px);
}

.kuaixun ul li:hover .kuaixun_a {
    padding-left: 0px;
}

/* 
.kuaixun ul li:hover .kuaixun_top_l {
    width: 100%;
}

.kuaixun ul li:hover .kuaixun_top_r {
    width: 100%;
    margin-top: 20px;
} */

.jieshao {
    width: 100%;
    background: #ededed;
    overflow: hidden;
    background-image: url(../images/nuias.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jieshao_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto 9vw;
}

.jieshao_max>h2 {
    font-size: var(--size40);
    color: #424242;
    line-height: 1;
}

.jieshao_max>h2::after {
    content: "";
    width: 56px;
    height: 3px;
    display: block;
    background: #026fba;
    margin-top: var(--top30);
}

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

.jieshao_l {
    width: 48%;
    height: 100%;
    overflow: auto;
    ;
}

.jieshao_l::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.jieshao_l::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 5px #026fba;
    background: #026fba;
}

.jieshao_l::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #d4d4d4;
    border-radius: 7px;
    background: #d4d4d4;
}

.jieshao_l h2 {
    font-size: var(--size30);
    color: #424242;
    line-break: 1;
}

.jieshao_l p {
    font-size: var(--size16);
    color: #666666;
    line-height: 2;
    margin-top: var(--top30);
}

.jieshao_text img {
    width: 48%;
    height: auto;
}

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

.wenhua_max {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wenhua_l {
    width: 420px;
    overflow: hidden;
}

.wenhua_l>h2 {
    font-size: var(--size40);
    color: #ffffff;
    line-height: 1;
}

.wenhua_l>h2::after {
    content: "";
    width: 56px;
    height: 3px;
    display: block;
    background: #ffffff;
    margin-top: var(--top30);
}

.wenhua_texta {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.wenhua_list {
    width: 100%;
    overflow: hidden;
    display: none;
    transition: auto;
}

.wenhua_list h2 {
    width: max-content;
    background: #026fba;
    line-height: 46px;
    font-size: var(--size20);
    color: #ffffff;
    padding: 0 20px;
}

.wenhua_list>p {
    width: 100%;
    overflow: hidden;
    font-size: var(--size30);
    color: #ffffff;
    margin-top: var(--top30);
}

.wenhua_list_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(255, 255, 255, 0.6);
    line-height: 1.5;
    margin-top: var(--top30);
}



.wenhua_max ul {
    width: 480px;
    overflow: hidden;
}

.wenhua_max ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.2);
    border-top: 1px solid rgb(0, 0, 0, 0.3);
    cursor: pointer;
}

.wenhua_text {
    width: 100%;
    overflow: hidden;
    padding: 50px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wenhua_text h2 {
    font-size: var(--size24);
    color: #ffffff;
    line-height: 1;
    font-family: 'bold';
}

.wenhua_text p {
    width: 48px;
    line-height: 48px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    color: #026fba;
    font-family: 'bold';
}

.wenhua_textxian {
    width: 100%;
    overflow: hidden;
    padding: 50px;
    display: none;
}

.wenhua_textxian h2 {
    font-size: var(--size24);
    color: #ffffff;
    line-height: 1;
}

.wenhua_textxian p {
    font-size: var(--size18);
    color: rgb(255, 255, 255, 0.6);
    line-height: 1;
    margin-top: var(--top30);
}

.n {
    font-size: 130px;
    color: rgb(255, 255, 255, 0.6);
    line-height: 1;
    margin-bottom: -90px;
    margin-top: 40px;
}

.wenhua_max ul li.wenhua_nav {
    background: #026fba;
}

.wenhua_max ul li.wenhua_nav .wenhua_text {
    display: none;
}

.wenhua_max ul li.wenhua_nav .wenhua_textxian {
    display: block;
}

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

.zeren_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto 12vw;
}

.zeren_max>h2 {
    font-size: var(--size40);
    color: #ffffff;
    line-height: 1;
}

.zeren_max>h2::after {
    content: "";
    width: 56px;
    height: 3px;
    display: block;
    background: #ffffff;
    margin-top: var(--top30);
}

.zeren_max span {
    display: block;
    width: max-content;
    background: #026fba;
    line-height: 46px;
    font-size: var(--size20);
    color: #ffffff;
    padding: 0 20px;
    margin-top: var(--top30);
}

.zeren_max>p {
    width: 100%;
    overflow: hidden;
    font-size: var(--size30);
    color: #ffffff;
    margin-top: var(--top30);
}

.zeren_max_text {
    width: 630px;
    max-width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(255, 255, 255, 0.6);
    line-height: 1.5;
    margin-top: var(--top30);
}

.rongyu {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

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

.rongyu_max>h2 {
    font-size: var(--size40);
    color: #424242;
    line-height: 1;
}

.rongyu_max>h2::after {
    content: "";
    width: 56px;
    height: 3px;
    display: block;
    background: #026fba;
    margin-top: var(--top30);
}

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

.rongyu_max ul li {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 40px;
}

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

.rongyu_max ul li h2 {
    text-align: center;
    border-top: 1px solid #e5e7eb;
    padding-top: var(--top30);
    margin-top: var(--top30);
    font-size: var(--size16);
    color: #424242;
}

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

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

.index_text {
    width: var(--max);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_text h1 {
    text-align: center;
    font-size: 3vw;
    color: #ffffff;
    line-height: 1;
    transform: translateY(-35px);
    opacity: 0;
    transition: all 0.8s;
}

.index_text span {
    text-align: center;
    font-size: 2vw;
    color: #ffffff;
    line-height: 1;
    margin-top: var(--top30);
    display: block;
    transform: translateY(-35px);
  opacity: 0;
  transition: all 0.8s;
}

.index_text p {
    font-size: var(--size24);
    color: rgb(255, 255, 255, 0.6);
    text-align: center;
    margin-top: var(--top30);
    transform: translateY(-35px);
  opacity: 0;
  transition: all 0.8s;
}

.index_text a {
    width: 160px;
    line-height: 60px;
    border: 1px solid #ffffff;
    display: block;
    margin: auto;
    margin-top: var(--top30);
    background-image: url(../images/you.png);
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding: 0 30px;
    font-size: var(--size16);
    color: #ffffff;
    transform: translateY(-35px);
  opacity: 0;
  transition: all 0.8s;
}
.swiper-slide-active .index_text h1,
.swiper-slide-active .index_text p,
.swiper-slide-active .index_text span,
.swiper-slide-active .index_text a{
    transform: translateY(0px);
  opacity: 1;
}

.banner_index .swiper-button-next {
    right: 30px;
}

.banner_index .swiper-button-prev {
    left: 30px;
}

.banner_index .swiper-button-next,
.banner_index .swiper-button-prev {
    width: 48px;
    height: 48px;
    border: 2px solid #b7bec2;
    border-radius: 50%;
}

.banner_index .swiper-button-next::after,
.banner_index .swiper-button-prev::after {
    font-size: 20px;
    color: #b7bec2;
    font-weight: bold;
}
.banner_index .swiper-pagination{
  bottom: 20px !important;
}
.banner_index .swiper-pagination-bullet{
  width: 30px;
  height: 6px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  margin: 0 10px !important;
  background: transparent;
  opacity: 0 !important;
}
.banner_index .swiper-pagination-bullet-active{
  background: #ffffff;
}
.in_guanyu {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.in_guanyu>img {
    width: 50%;
    height: auto;
    object-fit: cover;
}

.in_guanyu_l {
    width: 50%;
    overflow: hidden;
    padding: var(--top60);
    padding-right: 0;
}

.in_guanyutu {
    width: 800px;
    max-width: 100%;
    padding-right: 5vw;
    float: right;
}

.in_guanyutu>h2 {
    font-size: var(--size40);
    color: #424242;
    line-height: 1;
}

.in_guanyutu>span {
    display: block;
    font-size: var(--size16);
    color: #666666;
    line-height: 1;
    margin-top: var(--top30);
}

.in_guanyutu>span::after {
    content: "";
    width: 56px;
    height: 3px;
    display: block;
    background: #026fba;
    margin-top: 15px;
}

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

.in_guan_top h2 {
    font-size: var(--size24);
    color: #424242;
    line-break: 1;
}

.in_guan_top p {
    font-size: var(--size16);
    color: #666666;
    line-height: 2;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.in_guanyutu a {
    width: 180px;
    line-height: 60px;
    background: #ffffff;
    display: block;
    margin-top: var(--top30);
    background-image: url(../images/jianux_14.png);
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding: 0 30px;
    font-size: var(--size16);
    color: #000000;
}

.in_guanyutu img {
    width: 100%;
    height: auto;
    margin-top: var(--top30);
}
.xinwen_in{
    width: 1600px;
    max-width: calc(100% - 30px);
    margin: var(--top80) auto;
}
.xinwen_in>h2 {
    font-size: var(--size40);
    color: #424242;
    line-height: 1;
}

.xinwen_in>span {
    display: block;
    font-size: var(--size16);
    color: #666666;
    line-height: 1;
    margin-top: 25px;
}

.xinwen_in>span::after {
    content: "";
    width: 56px;
    height: 3px;
    display: block;
    background: #026fba;
    margin-top: 15px;
}
.xinwen_inmax{
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.xinwen_inmax>ul{
    width: 190px;
    overflow: hidden;
}
.xinwen_inmax>ul>li{
    width: 100%;
    overflow: hidden;
    font-size: var(--size20);
    color: #424242;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--top30);
    transition: all 0.3s;
    cursor: pointer;
}
.xinwen_inmax>ul>li::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d5dcde;
    box-sizing: border-box;
    display: block;
    margin-right: 20px;
}
.xinwen_inmax>ul>li.xinwen_innav::before{
    border: 5px solid #026fba;
}
.xinwen_inri{
    width: calc(100% - 190px);
}
.xinwen_maxa{
    width: 100%;
    display: none;
    transition: auto;
}
.xinwen_left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.xinwen_left::after{
    content: "";
    width: 1px;
    height: 100%;
    background: #d3dadc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.xinwen_tui{
    width: calc(50% - 40px);
    overflow: hidden;
}
.xinwen_tui img{
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.xinwen_tui span{
    font-size: var(--size16);
    color: #666666;
    line-height: 1;
    margin-top: var(--top30);
    display: block;
}
.xinwen_tui h2{
    font-size: var(--size20);
    color: #424242;
    line-height: 1;
    margin-top: var(--top30);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xinwen_tui p{
    font-size: var(--size16);
    color: #666666;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.xinwen_tui a.clokso {
    width: 180px;
    line-height: 60px;
    background: #ffffff;
    border: 1px solid #d3d8db;
    display: block;
    margin-top: var(--top30);
    background-image: url(../images/jianux_14.png);
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding: 0 30px;
    font-size: var(--size16);
    color: #000000;
}
.xinwen_maxa ul{
    width: calc(50% - 40px);
    height: 100%;
}
.xinwen_maxa ul li{
    width: 100%;
    overflow: hidden;

    padding: 20px;
    position: relative;
}
.xinwen_maxa ul li a{
     width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.xinwen_maxa ul li::after{
    content: "";
    width: 0%;
    height: 1px;
    background: #026fba;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}
.xinwen_maxa ul li:hover::after{
    width: 100%;
}
.xinwen_maxa ul li:hover{
    box-shadow: -2px 0px 5px 2px #00000010;
}
.xinwen_ropp{
    width: 140px;
    overflow: hidden;
}
.xinwen_ropp h2{
    font-size: 30px;
    color: #637682;
    line-height: 1;
}

.xinwen_ropp p{
    font-size: 18px;
    color: #637682;
    line-height: 1;
    margin-top: 10px;
}
.xinwen_bott{
    width: calc(100% - 140px);
    overflow: hidden;
}
.xinwen_bott h2{
    font-size: var(--size16);
    color: #2c3245;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xinwen_bott p{
    font-size: var(--size16);
    color: #666666;
    line-height: 1;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xinwen_bott img{
    width: 18px;
    margin-top: 15px;
    display: block;
}


.xinwen_maxa ul>a{
    width: 180px;
    line-height: 60px;
    background: #ffffff;
    border: 1px solid #d3d8db;
    display: block;
    margin-top: var(--top30);
    background-image: url(../images/jianux_14.png);
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding: 0 30px;
    font-size: var(--size16);
    color: #000000;
    margin-left: 140px;
}
.youshi{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: var(--top80);
}
.youshi_max{
    width: 1600px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top80) auto;
}
.youshi_max>h2 {
    font-size: var(--size40);
    color: #ffffff;
    line-height: 1;
}

.youshi_max>span {
    display: block;
    font-size: var(--size16);
    color: #ffffff;
    line-height: 1;
    margin-top: var(--top30);
}

.youshi_max>span::after {
    content: "";
    width: 56px;
    height: 3px;
    display: block;
    background: #ffffff;
    margin-top: 15px;
}
.youshi_mionm{
    width: 100%;
    overflow: hidden;
    margin: 6vw auto;
}
.youshi_top{
    width: 100%;
    overflow: hidden;
}
.youshi_text{
    width: 100%;
    height: 100%;
    height: 430px;
    overflow: auto;
    display: none;
    transition: auto;
}
.youshi_text::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.youshi_text::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 5px #026fba;
    background: #026fba;
}

.youshi_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #d4d4d4;
    border-radius: 7px;
    background: #d4d4d4;
}
.youshi_text h2{
    font-size: var(--size40);
    color: #ffffff;
    line-height: 1;
}
.youshi_text p{
    font-size: var(--size16);
    color: #ffffff;
    line-height: 1.8;
    margin-top: 40px;
}
.youshi_mionm ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #7f94a9;
}
.youshi_mionm ul li{
    width: 20%;
    overflow: hidden;
    padding: 20px 40px;
    cursor: pointer;
    position: relative;
}
.youshi_mionm ul li::after{
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background: #7e90a6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.youshi_mionm ul li:nth-child(1)::after{
    display: none;
}
.youshi_img{
    width: 45px;
    overflow: hidden;
    position: relative;
}
.youshi_img img{
    width: 100%;
    height: auto;
}
.youshi_img img.iconhei{
    display: none;
}
.youshi_bottom{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.youshi_bottom h2{
    font-size: var(--size16);
    color: #ffffff;
    line-height: 1;
}
.youshi_bottimg{
    width: 36px;
    height: 36px;
    background: #026fba;
    border-radius: 50%;
    display: none;
}
.youshi_bottimg img{
    max-width: 50%;
    max-height: 50%;
    margin: auto;
}

.youshi_mionm ul li.youshi_nav{
    background: #ffffff;
}
.youshi_mionm ul li.youshi_nav .youshi_bottom h2{
    color: #424242;
}
.youshi_mionm ul li.youshi_nav .youshi_img .iconbai{
    display: none;
}
.youshi_mionm ul li.youshi_nav .youshi_img .iconhei{
    display: block;
}
.youshi_mionm ul li.youshi_nav .youshi_bottimg{
    display: flex;
}

.footer{
    width: 100%;
    overflow: hidden;
    padding-top: var(--top80);
}
.footer_top{
    width: 1600px;
    overflow: hidden;
    margin: auto;
    max-width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer_logo{
    width: 190px;
    overflow: hidden;
}
.footer_logo img{
    width: 100%;
    height: auto;
}
.footer_top ul{
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_top li{
    width: max-content;
    margin-left: 40px;
}
.footer_top li p{
    font-size: var(--size16);
    color: #424242;
    line-height: 1.5;
}
.footer_max{
    width: 1600px;
    max-width: calc(100% - 30px);
    margin: var(--top30) auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #d3dadc;
    border-top: 1px solid #d3dadc;
    padding: var(--top30) 0 5vw;
}
.footer_max ul{
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.footer_max ul li{
    width: max-content;
    margin-right: 7vw;
}
.footer_max ul li h2{
    font-size: var(--size18);
    color: #424242;
    line-height: 1;
    margin-bottom: var(--top30);
}
.footer_max ul li>a{
    display: block;
    font-size: var(--size16);
    color: #666666;
    line-height: 1;
    margin-top: 15px;
}
.footer_max form{
    width: 460px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.searcha{
    width: calc(100% - 60px);
    height: 60px;
    border: 1px solid #999999;
    font-size: var(--size16);
    color: #999999;
    padding:  0 20px;
}
.seach_sa{
    width: 60px;
    height: 60px;
    background: #026fba;
    background-image: url(../images/asd-asd_07.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    cursor: pointer;
}

.beian{
    width: 1600px;
    max-width: calc(100% - 30px);
    margin: var(--top30) auto;
    display: flex;
    flex-wrap: wrap;
}
.beian p{
    font-size: var(--size14);
    color: #999999;
    margin-right: 15px;
}



