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

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

.youxiabai::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
}




.hertre {
    width: 100%;
    z-index: 999;
    position: relative;
    background: #fff;
}

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

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

}

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

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

.en a {
    font-size: var(--size16);
    color: rgba(133, 136, 138, 1);
    background-image: url(../images/zhong.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding-right: 40px;
}

.en a:nth-child(2) {
    background-image: url(../images/ying.png);
    border-left: 1px solid #F2F4F5;
    padding-left: var(--top20);
    ;
    margin-left: var(--top20);
}

.en a.en_nav {
    color: rgba(34, 37, 40, 1)
}

.nav {
    width: 100%;
    background: #F2F4F5;
}

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

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

.nav ul li {
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    text-align: center;
    position: relative;
    line-height: 74px;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav ul li a {
    position: relative;
    z-index: 10;
}

.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: rgba(34, 37, 40, 1);
    margin-left: var(--top20);
    transform: rotate(90deg);
}

.nav ul li.nav_cen svg {
    fill: rgba(255, 255, 255, 1);
}

.nav ul li.nav_cen {
    background: rgba(46, 101, 153, 1);
    color: #ffffff;
}

.nav ul li.nav_cen::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(var(--top30) + 5px) 0 0 calc(var(--top30) + 5px);
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.nav ul li.nav_cen::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: var(--top30) 0 0 var(--top30);
    border-color: transparent transparent transparent rgba(231, 48, 45, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.nav_ul {
    min-width: 100%;
    width: max-content;
    overflow: hidden;
    position: absolute;
    top: 74px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 5px;
    background: #ffffff;
    transition: auto;
    display: none;
}

.nav_a {
    width: 100%;
    background: rgba(46, 101, 153, 1);
    padding: var(--top20);
}

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

.nav form {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seach_t {
    width: calc(100% - 60px);
    height: 48px;
    border: 1px solid rgba(133, 136, 138, 1);
    font-size: var(--size14);
    color: rgba(133, 136, 138, 1);
    padding: 0 15px;
}

.seach_s {
    width: 60px;
    height: 48px;
    background: #2E6599;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

.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: var(--max);
    overflow: hidden;
    margin: auto;
    position: relative;
    margin-top: var(--top30);
}

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

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

main {
    width: 100%;
    position: relative;
    padding-top: var(--top30);
    padding-bottom: var(--top60);
}

main::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent transparent transparent rgba(231, 48, 45, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

main::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent rgba(46, 101, 153, 1) rgba(46, 101, 153, 1) transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.mianbao {
    width: var(--max);
    margin: 0 auto var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

.mianbao_l a {
    font-size: var(--size18);
    color: rgba(85, 87, 89, 1);
}

.mianbao_l svg {
    width: 10px;
    fill: rgba(34, 37, 40, 1);
    margin: 0 10px;
}

.mianbao_l p {
    font-size: var(--size18);
    color: rgba(34, 37, 40, 1);
}

.fenxiang {
    width: 110px;
    height: 48px;
    background: #2E6599;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    padding: 0 var(--top20);
    cursor: pointer;
    position: relative;
}

.fenxiang>img {
    width: 24px;
    height: auto;
}

.share {
    width: 100%;
    position: absolute;
    top: 48px;
    padding-top: 20px;
    left: 0;
    transform: scale(0);
    transform-origin: top center;
    z-index: 9999;
}

#share {
    width: 100%;
    background: rgba(46, 101, 153, 1);
    padding: 10px var(--top20);
}

#share::after {
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 12px solid rgba(46, 101, 153, 1);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.fenxiang:hover .share {
    transform: scale(1);
}

.jianjie {
    width: var(--max);
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    padding: 40px;
    margin: auto;
    margin-top: var(--top60);
    position: relative;
}

.jianjie::before {
    content: "";
    width: 40px;
    height: 40px;
    border-top: 2px solid rgba(46, 101, 153, 1);
    border-left: 2px solid rgba(46, 101, 153, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.gg {
    font-size: var(--size30);
    color: rgba(34, 37, 40, 1);
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.gg::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 var(--top20) var(--top20);
    border-color: transparent rgba(46, 101, 153, 1) rgba(46, 101, 153, 1) transparent;
    display: block;
    margin-right: var(--top20);
}

.jianjie p {
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    line-height: 1.8;
    margin-top: var(--top20);
}

.jianjie_logo {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.jianjie_logo img {
    width: 200px;
    height: auto;
}

.jianjie_logo::after {
    content: "";
    width: calc(100% - 220px);
    height: 1px;
    border-top: 1px dashed #222528;
    display: block;
}

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

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

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

.lianxi {
    width: var(--max);
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    padding: 40px;
    margin: auto;
    margin-top: var(--top60);
    position: relative;
}

.lianxi>h2 {
    font-size: var(--size30);
    color: rgba(34, 37, 40, 1);
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-image: url(../images/dianhua.png);
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: left center;
    padding-left: 40px;
}

.lianxi>h2::after {
    content: "";
    width: calc(100% - 130px);
    height: 1px;
    border-top: 1px dashed #222528;
    display: block;
}

.lianxi_p {
    width: 100%;
    border-left: 2px solid rgba(34, 37, 40, 0.5);
    padding-left: var(--top20);
    margin-top: var(--top30);
}

.lianxi_p p {
    font-size: var(--size16);
    color: rgba(34, 37, 40, 0.7);
    line-height: 1;
    margin-top: 10px;
}

.lianxi_p h2 {
    font-size: var(--size24);
    color: rgba(34, 37, 40, 1);
    line-height: 1;
}

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

.lianxi_l {
    width: 48%;
    overflow: hidden;
}

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

.lianxi_l ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.lianxi_l ul li h2,
.lianxi_l ul li p {
    font-size: var(--size18);
    color: rgba(34, 37, 40, 1);
}

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

.lianxi_l ul li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent rgba(231, 48, 45, 1) rgba(231, 48, 45, 1) transparent;
    display: block;
    margin-right: var(--top20);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lianxi_r {
    width: 48%;
    overflow: hidden;
}

.lianxi_r ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--top20);
}

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

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

.lianxi_r ul li p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(34, 37, 40, 0.7);
    margin-top: 15px;
}

.shouhou {
    width: var(--max);
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    padding: 40px;
    margin: auto;
    margin-top: var(--top60);
    position: relative;
}

.shouhou::before {
    content: "";
    width: 40px;
    height: 40px;
    border-top: 2px solid rgba(46, 101, 153, 1);
    border-left: 2px solid rgba(46, 101, 153, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.shouhou p {
    width: 100%;
    overflow: hidden;
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 40px;
    position: relative;
}

.shouhou p::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 var(--top20) var(--top20);
    border-color: transparent rgba(46, 101, 153, 1) rgba(46, 101, 153, 1) transparent;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

.fuwu {
    width: var(--max);
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    padding: 40px;
    margin: auto;
    margin-top: var(--top60);
    position: relative;
}

.fuwu::before {
    content: "";
    width: 40px;
    height: 40px;
    border-top: 2px solid rgba(46, 101, 153, 1);
    border-left: 2px solid rgba(46, 101, 153, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.fuwu_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    line-height: 1.5;
}

.shou_lianxi {
    background: rgba(46, 101, 153, 1);
}

.shou_lianxi>h2 {
    background-image: url(../images/dianhua1.png)
}

.shou_lianxi>h2::after {
    border-top: 1px dashed #ffffff;
}

.shou_lianxi .lianxi_p {
    border-left: 2px solid #ffffff;
}

.shou_lianxi>h2,
.shou_lianxi .lianxi_p h2,
.shou_lianxi .lianxi_p p,
.shou_lianxi .lianxi_l ul li h2,
.shou_lianxi .lianxi_l ul li p,
.shou_lianxi .lianxi_r ul li p {
    color: #ffffff;
}

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

#allmap {
    width: var(--max);
    height: 480px;
    margin: auto;
    margin-top: var(--top60);
}

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

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

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

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

}

.xiazai ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: var(--top30) var(--top20);
    border-bottom: 1px solid rgba(242, 244, 245, 1);
}

.xiazai ul li:nth-child(1) {
    background: rgba(242, 244, 245, 1);
    padding: var(--top20);
}

.zl {
    width: 50%;
    overflow: hidden;
    font-size: var(--size20);
    color: rgba(20, 22, 24, 1);
}

.xiazai ul li:nth-child(1) .zl {
    text-align: center;
}

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

.fli {
    width: 100%;
    overflow: hidden;
    font-size: var(--size20);
    color: rgba(20, 22, 24, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: var(--top30);
}

.fli:nth-child(1) {
    margin-top: 0px;
}

.fli img {
    width: 28px;
    height: auto;
    margin-right: 8px;
}

.fli a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: var(--size16);
    color: rgba(46, 101, 153, 1);
    line-height: 1;
}




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

.page .active,
.page .total {
    display: inline-block;
    font-size: 14px;
    padding: 6px 8px;
    color: #000000;
    border: 1px solid #d9d9d9;
    margin: 0px 3px;
    line-height: 1;
}

.page .active {
    background: rgba(46, 101, 153, 1);
    border: 1px solid rgba(46, 101, 153, 1);
    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: #000000;
    border: 1px solid #d9d9d9;
    background: #fff;
}

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

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

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

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

.hangye ul li h2 {
    font-size: var(--size24);
    color: rgba(46, 101, 153, 1);
    margin-top: var(--top20);
}

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

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

.hang_l p {
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    line-height: 2;
    margin-top: var(--top20);
}

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

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

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

.petao ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    background: rgba(242, 244, 245, 1);
    padding: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.petao ul li>img {
    width: 160px;
    height: auto;
}

.petao ul li>h2 {
    width: 200px;
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    font-weight: bold;
}

.petao ul li>p {
    width: calc(100% - 660px);
    overflow: hidden;
    font-size: var(--size18);
    color: rgba(34, 37, 40, 1);
    line-height: 1.5;
}

.cao {
    width: 160px;
    overflow: hidden;
}

.cao a {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
}

.cao a img {
    width: 30px;
    height: auto;
}

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

.chanpin h2 {
    font-size: var(--size30);
    color: rgba(34, 37, 40, 1);
    line-height: 1;
    text-align: center;
}

.chanpin p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(133, 136, 138, 1);
    line-height: 1;
    margin-top: 10px;
}

.chanpin p::after {
    content: "";
    width: 90px;
    height: 1px;
    background: rgba(133, 136, 138, 1);
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

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

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

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

.fen ul li:hover {
    background: rgba(242, 244, 245, 1);
}

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

.fen ul li h2 {
    font-size: var(--size24);
    color: rgba(46, 101, 153, 1);
    margin-top: var(--top20);
    font-weight: bold;
}

.fen_p {
    font-size: var(--size16);
    color: rgba(85, 87, 89, 1);
    line-height: 1.5;
    margin-top: 5px;
}

.fen_p span {
    color: rgba(46, 101, 153, 1);
    margin-right: 5px;
    font-size: 20px;
    font-weight: bold;
}

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

.dlism_l {
    width: 290px;
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    padding: 20px;
}

.dlism_l>h2 {
    font-size: var(--size24);
    color: rgba(34, 37, 40, 1);
    line-height: 1;
    font-weight: bold;
}

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

.dlism_l ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

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

.dlism_top h2 {
    width: calc(100% - 50px);
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    line-height: 1;
    font-weight: bold;
}

.dlism_top i {
    width: 30px;
    height: 30px;
    background: rgba(221, 222, 222, 1);
    display: flex;
}

.dlism_top i svg {
    width: 10px;
    margin: auto;
    fill: rgba(34, 37, 40, 1);
    transform: rotate(90deg);

}

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

.dlism_bottom a {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 15px;
    font-size: var(--size18);
    color: rgba(34, 37, 40, 1);
}

.dlism_bottom a.dliem_nav {
    color: rgba(46, 101, 153, 1);
}

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

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

.dlism_r ul li:nth-child(1) p {
    width: 150px;
}

.dlism_r ul li:nth-child(1) p:nth-child(2) {
    width: 160px;
}

.dlism_r ul li:nth-child(1) p:nth-child(3) {
    width: calc(100% - 500px);
}

.dlism_r ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    background: rgba(242, 244, 245, 1);
    padding: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.dlism_r ul li:nth-child(1) {
    margin-top: 0px;
    background: transparent;
    padding: 0 var(--top20);
}

.dlism_r ul li .cha_imhk {
    width: 150px;
    height: auto;
}
.cha_imhk img{
    width: 100%;
}

.dlism_r ul li>h2 {
    width: 160px;
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    font-weight: bold;
}

.dlism_r ul li>p {
    width: calc(100% - 500px);
    overflow: hidden;
    font-size: var(--size16);
    color: rgba(34, 37, 40, 1);
    line-height: 1.5;
}

.caoa {
    width: 150px;
    overflow: hidden;
}

.caoa a {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
}

.caoa a img {
    width: 30px;
    height: auto;
}

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

.bianim {
    width: 100%;
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    position: relative;
}

.bianim::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6vw 6vw;
    border-color: transparent rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.bianim>img {
    width: 35%;
    height: auto;
}

.bianim_r {
    width: 60%;
    overflow: hidden;
    padding-right: 90px;
}

.bianim_r h2 {
    font-size: var(--size30);
    color: rgba(46, 101, 153, 1);
    line-height: 1;
    font-weight: bold;

}

.bianim_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    border-bottom: 1px solid rgba(221, 222, 222, 1);
    border-top: 1px solid rgba(221, 222, 222, 1);
    padding: var(--top20) 0;
}

.bianim_text p {
    font-size: var(--size18);
    color: rgba(85, 87, 89, 1);
    position: relative;
    padding-left: 30px;
    margin-top: 5px;
}

.bianim_text p::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent rgba(46, 101, 153, 1) rgba(46, 101, 153, 1) transparent;
    display: block;
    margin-right: var(--top20);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bianim_r img {
    width: 100%;
    height: auto;
    margin-top: var(--top20);
}

.canshu {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;

   position: sticky;
            top: 0;
            z-index: 998;
}

.canshu p {
    width: 20%;
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    line-height: 60px;
    text-align: center;
    border-left: 3px solid #ffffff;
    cursor: pointer;
}

.canshu p:nth-child(1) {
    border: transparent;
}

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

.ggg {
    width: 100%;
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    padding: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ggg h2 {
    font-size: var(--size30);
    color: rgba(34, 37, 40, 1);
    line-height: 1;
    font-weight: bold;
    margin-right: auto;
}

.ggg span{
    font-size: var(--size16);
    color: rgba(133, 136, 138, 1);
    display: block;
    margin-top: 10px;
}
.ggg h2 span:after{
    content: "";
    width: 60px;
    height: 1px;
    background: rgba(133, 136, 138, 1);
    display: block;
    margin-top: 10px;
}
.ggg .layui-form-switch {
    margin-top: 0px;
    width: 60px;
    height: 28px;
    background: rgba(221, 222, 222, 1);
}

.ggg .layui-form-switch i {
    width: 20px;
    height: 20px;
    background: rgba(34, 37, 40, 1);
}

.ggg .layui-form-onswitch {
    background: #000000;
}

.ggg .layui-form-onswitch i {
    margin-left: -23px;
    background: #ffffff;
}

.ggg p {
    font-size: var(--size18);
    color: rgba(34, 37, 40, 1);
    margin-left: 10px;
}

.canshuaa .dlism_top {
    padding: 20px;
    border-bottom: 1px solid rgba(221, 222, 222, 1);
}

.can_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size18);
    color: rgba(85, 87, 89, 1);
    padding: 0 var(--top20);
    display: none;
    transition: auto;
    border-bottom: 1px solid rgba(221, 222, 222, 1);
}

.can_text table {
    border: transparent;
    margin: auto;
}

.can_text table tr {
    border-bottom: 1px solid rgba(242, 244, 245, 1);
    padding: 15px 0;
}

.can_text table tr td {
    padding: 15px 0;
}

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



.canshuaa .xiazai,
.canshuaa .xiazai ul {
    margin-top: 0px;
}

.canshuaa .xiazai ul li {
    padding: var(--top20);
}

.canshuaa .xiazai ul li:nth-child(1) {
    background: transparent;
    padding: var(--top20);
}

.canshuaa .xiazai ul li:nth-child(1) .zl {
    text-align: left;
}

.yincang {
    display: none;
}

.xiazaiom {
    display: none;
    transition: auto;
}

.logol {
    width: 25%;
    text-align: center;
}

.logol>img {
    width: 120px;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.title {
    width: 25%;
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    font-size: var(--size20);
    color: rgba(34, 37, 40, 1);
    text-align: center;
    padding: 15px 0;
}

.fujianji ul li {
    padding: var(--top20) 0 !important;
}

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

.xuanze::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent transparent transparent rgba(231, 48, 45, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.xuanze::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent rgba(46, 101, 153, 1) rgba(46, 101, 153, 1) transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.xuanze_img {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    position: relative;
    z-index: 9;
}

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

.in_gg>h2 {
    width: max-content;
    font-size: var(--size30);
    color: rgba(34, 37, 40, 1);
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.in_gg>h2::after,
.in_gg>h2::before {
    content: "";
    width: 46px;
    height: 30px;
    background-image: url(../images/as.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 7px;
}

.in_gg>span {
    display: block;
    font-size: var(--size16);
    color: rgba(133, 136, 138, 1);
    text-align: center;
    margin-top: 10px;
}

.in_gg>span::after {
    content: "";
    width: 100px;
    height: 1px;
    background: rgba(133, 136, 138, 1);
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.in_gg>p {
    font-size: var(--size20);
    color: rgba(85, 87, 89, 1);
    margin-top: var(--top30);
    text-align: center;
}

.xuanze_img ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.xuanze_img ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    padding: var(--top20);
}

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

.xuanze_img ul li p {
    font-size: var(--size30);
    color: rgba(46, 101, 153, 1);
    font-weight: bold;
    line-height: 1;
    margin-top: var(--top20);
    text-align: center;
}

.xuanze_img ul li p::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(221, 222, 222, 1);
    display: block;
    margin: auto;
    margin-bottom: var(--top20);
}

.xuanze_img ul li p span {
    font-size: var(--size16);
    color: rgba(34, 37, 40, 1);
}

.xuanze_img ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(85, 87, 89, 1);
    margin-top: 10px;
}

.inchan {
    width: 100%;
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    position: relative;
}

.inchan::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.inchan::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
}

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

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

.inchan_max ul li {
    width: 25%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

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

.inchan_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    background: rgba(221, 222, 222, 1);
    position: relative;
}

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

.inchan_max ul li:nth-child(2n+1) .inchan_img::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    width: 0;
    border-width: 0 60px 60px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
}

.inchan_max ul li:nth-child(2n) .inchan_img::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    width: 0;
    border-width: 60px 0 0 60px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
}

.inchan_p {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #ffffff;
    padding: var(--top20) var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.inchan_p h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgba(46, 101, 153, 1);
    line-height: 1;
    font-weight: bold;
    border-left: 2px solid rgba(46, 101, 153, 1);
    padding-left: 10px;
    
}

.inchan_p p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(85, 87, 89, 1);
    line-height: 2;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.inchan_p p::before {
    content: "";
    width: 80px;
    height: 1px;
    background: rgba(221, 222, 222, 1);
    display: block;
    margin-bottom: 15px;
}

.inchan_p a {
    width: max-content;
    display: block;
    position: relative;
    line-height: 36px;
    padding: 0 20px;
    border: 1px solid rgba(34, 37, 40, 1);
    transition: all 0.1s;
    font-size: var(--size14);
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: var(--top20);
}

.inchan_p a svg {
    width: 16px;
    height: auto;
    margin-left: 10px;
    transform: rotate(-45deg);
    fill: #000000;
}

.inchan_p a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(var(--top20) + 1px) 0 0 calc(var(--top20) + 1px);
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.inchan_p a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: var(--top20) 0 0 var(--top20);
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.inchan_p a:hover {
    background: rgba(46, 101, 153, 1);
    border: 1px solid rgba(46, 101, 153, 1);
    color: #ffffff;
}

.inchan_p a:hover::before {
    border-color: transparent transparent transparent #ffffff;
}

.inchan_p a:hover::after {
    border-color: transparent transparent transparent rgba(231, 48, 45, 1);
}

.inchan_p a:hover svg {
    fill: #ffffff;
}

.inchan_max>a {
    width: max-content;
    display: block;
    position: relative;
    line-height: 46px;
    padding: 0 30px;
    transition: all 0.1s;
    font-size: var(--size14);
    background: rgba(46, 101, 153, 1);
    border: 1px solid rgba(46, 101, 153, 1);
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: var(--top60);
}

.inchan_max>a svg {
    width: 16px;
    height: auto;
    margin-left: 10px;
    transform: rotate(-45deg);
    fill: #ffffff;
}

.inchan_max>a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(var(--top20) + 1px) 0 0 calc(var(--top20) + 1px);
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.inchan_max>a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: var(--top20) 0 0 var(--top20);
    border-color: transparent transparent transparent rgba(231, 48, 45, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

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

.hangyuo::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent transparent transparent rgba(46, 101, 153, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.hangyuo::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent rgba(231, 48, 45, 1) rgba(231, 48, 45, 1) transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
}

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

.hangyuo_img ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px var(--top30);
    position: relative;
    z-index: 9;
}

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

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

.hangyuo_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: var(--top30);
}

.hangyuo_as {
    width: 100%;
    height: 100%;
    position: relative;
}

.hangyuo_text h2 {
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hangyuo_as h2 span{
    transform: rotate(90deg);
}
.hangyuo_text a {
    width: 120px;
    height: 120px;
    font-size: var(--size14);
    color: rgba(46, 101, 153, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: flex-end;
    background: rgba(255, 255, 255, 1);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
    padding: 10px;
    position: absolute;
    bottom: -100%;
    right: 0;
}

.hangyuo_img>a {
    width: max-content;
    display: block;
    position: relative;
    line-height: 46px;
    padding: 0 30px;
    transition: all 0.1s;
    font-size: var(--size14);
    background: rgba(46, 101, 153, 1);
    border: 1px solid rgba(46, 101, 153, 1);
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: var(--top60);
}

.hangyuo_img>a svg {
    width: 16px;
    height: auto;
    margin-left: 10px;
    transform: rotate(-45deg);
    fill: #ffffff;
}

.hangyuo_img>a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(var(--top20) + 1px) 0 0 calc(var(--top20) + 1px);
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.hangyuo_img>a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: var(--top20) 0 0 var(--top20);
    border-color: transparent transparent transparent rgba(231, 48, 45, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.hangyuo_text a span {
    display: block;
    text-align: right;
    width: 100%;
}

.hangyuo_text a svg {
    width: 16px;
    height: auto;
    display: block;
    transform: rotate(-45deg);
    fill: rgba(46, 101, 153, 1);
    float: right;

}

.hangyuo_img ul li:hover .hangyuo_text {
    background: rgba(46, 101, 153, 0.90);
}

.hangyuo_img ul li:hover .hangyuo_as h2 {

    bottom: calc(100% - var(--top30));
}

.hangyuo_img ul li:hover .hangyuo_text a {
    bottom: 0;
}

.guanyu_in {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgba(242, 244, 245, 1);
}

.guanyu_in::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.guanyu_in::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18vw 18vw;
    border-color: transparent rgba(46, 101, 153, 1) rgba(46, 101, 153, 1) transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
}

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

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

.guan_maxin p {
    width: calc(50% - var(--top30));
    font-size: var(--size20);
    color: rgba(85, 87, 89, 1);
    line-height: 2;
}

.guanyu_in_img img {
    width: calc(50% - var(--top30));
    height: auto;
}

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

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

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

.footer {
    width: 100%;
    overflow: hidden;
    background: rgba(46, 101, 153, 1);
}

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

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

.footer_ul h2 {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.5);
}

.footer_ul h2 svg {
    display: none;
}

.footer_ul ul {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.footer_ul ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

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

.mixo h2 {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.5);
}

.mixo h2 svg {
    display: none;
}

.mixo ul {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.mixo ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mixo ul li img {
    width: 16px;
    height: auto;
    margin-right: 6px;
}

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

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

.erwema p {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

.footer_max>img {
    width: 3.5vw;
    height: auto;
}

.beian {
    width: 100%;
    overflow: hidden;
    background: rgba(34, 37, 40, 1);
    padding: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.beian p {
    font-size: var(--size14);
    color: rgba(242, 244, 245, 0.3);
    margin: 0 20px;
}
.banner_in {
    width: 100%;
    overflow: hidden;

     background-image: url(../images/111.png);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6vw 0 40px;
    position: relative;
}

.banner_in::after{
    content: "";
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(46, 101, 153, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    clip-path: polygon(0 0, 40% 0, 10vw 100%, 0% 100%);
}

.mySwiper2 {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    position: relative;
    background: transparent;
    z-index: 8;
}

.mySwiper2 .swiper-wrapper{
    height: 100%;
}
.mySwiper2 .swiper-slide{
    height: 0;
}
.mySwiper2 .swiper-slide-active{
    height: 100%;
}

.mySwiper2 .swiper-slide {
    width: 100%;
    overflow: hidden;
    background: transparent;
}
.mySwiper2 .swiper-slide a{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;    
        flex-direction: row-reverse;
}
.mySwiper2 .swiper-slide img {
    width: 50%;

    object-fit: cover;
}

.mySwiper2_l {
    width: max-content;
    max-width: 45%;
    /*background: rgb(255, 255, 255,0.8);*/
    padding: var(--top30);
}

.mySwiper2_l h2 {
    font-size: var(--size20);
    color: #000000;
    font-weight: bold;

}
.mySwiper2_l  p{
    font-size: var(--size16);
    color: #000000;
    margin-top: 20px;
}



.swiper_om {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 6vw;
    z-index: 99;
}

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

.mySwiper1 .swiper-slide {
    transform: scale(0.8);
    display: flex;
    background: #ffffff;
    opacity: 0.5;
    height: 100px;
}

.mySwiper1 .swiper-slide-thumb-active {
    transform: scale(1);
    opacity: 1;
}

.mySwiper1 .swiper-slide img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}

.swiper_om .swiper-button-next,
.swiper_om .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    inset: 0;
    position: static;
    margin-top: 0px;
}

.swiper_om .swiper-button-next:after,
.swiper_om .swiper-button-prev:after {
    font-size: var(--size20);
    color: #000000;
}
.bannerom{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerom_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.bannerom_text{
    width: 600px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: var(--top30);
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 90% 100%, 0% 100%);
}

.bannerom_text h2{
    font-size: var(--size30);
    color: rgba(34, 37, 40, 1);
    line-height: 1;
    font-weight: bold;
}
.bannerom_text span{
    display: block;
    font-size: var(--size18);
    color: rgba(34, 37, 40, 1);
    margin-top: 10px;
}
.bannerom_text>p{
    font-size: var(--size16);
    color: rgba(133, 136, 138, 1);
    margin-top: 20px;
}
.bannerom_text>p span{
    width: 100%;
    overflow: hidden;
    display:block;
    position: relative;
    padding-left: 25px;
}
.bannerom_text>p span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent rgba(46, 101, 153, 1) rgba(46, 101, 153, 1) transparent;
    display: block;
    margin-right: var(--top20);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.bannerom_xs{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.bannerom_xs>a {
    width: max-content;
    display: block;
    position: relative;
    line-height: 46px;
    padding: 0 30px;
    transition: all 0.1s;
    font-size: var(--size14);
    background: rgba(46, 101, 153, 1);
    border: 1px solid rgba(46, 101, 153, 1);
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.bannerom_xs>a img {
    width: 16px;
    height: auto;
    margin-left: 10px;
    fill: #ffffff;
}

.bannerom_xs>a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(var(--top20) + 1px) 0 0 calc(var(--top20) + 1px);
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.bannerom_xs>a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: var(--top20) 0 0 var(--top20);
    border-color: transparent transparent transparent rgba(231, 48, 45, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.bannerom_xs>p {
    width: max-content;
    display: block;
    position: relative;
    line-height: 46px;
    padding: 0 30px;
    transition: all 0.1s;
    font-size: var(--size14);
    background: rgba(221, 222, 222, 1);
    color: rgba(85, 87, 89, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: var(--top20);
    cursor: pointer;
}

.bannerom_xs>p img {
    width: 16px;
    height: auto;
    margin-left: 10px;
    fill: #ffffff;
}
#sharea{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    background: #00000090;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#sharea a{
    width: max-content !important;
}
#sharea a::before{
    font-size: 40px;
    margin: auto 20px;
}
#sharea  .icon-wechat .wechat-qrcode{
    top: auto;
    bottom: 80px;
    transform: translateY(0%);
    transform: translateX(50%);
    right: 50%;
}
#sharea   .icon-wechat .wechat-qrcode:after{
    top: auto;
    bottom: -13px;
    transform: translateY(0%);
    transform: translateX(50%);
    right: 50%;
    display: block;
    border-width: 6px 6px 6px 6px;
    border-color: #fff transparent transparent transparent;
}
#sharea svg{
    width: 35px;
    height: 35px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}
.omixni,
.chaixuan{
    display: none;
}

.xebianlanm{
    width: 110px;
    background: rgba(46, 101, 153, 1);
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    height: 48px;
}
.xebianlanm>img{
    width: 24px;
    height: auto;
    margin-left: 10px;
}
.xebianlanm_max{
    width: 100%;
    position: absolute;
    top: 48px;
    right: 0;
    display: none;
}
.xebianlanm:hover .xebianlanm_max{
    display: block;
}

.xebianlanm ul{
    width: 100%;
    background: rgba(46, 101, 153, 1);
    padding: 0 20px;
    margin-top: 20px;
    position: relative;
}
.xebianlanm ul::after{
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 8px solid rgba(46, 101, 153, 1);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.xebianlanm ul li{
    width: 100%;
    border-top: 1px solid rgba(242, 244, 245, 1);
    padding: 20px 0;
    position: relative;
}
.xebianlanm ul li:nth-child(1){
    border: none;
}
.xebianlanm ul li>img{
    width: 36px;
    height: auto;
    margin: auto;
}
.xebianlanm ul li p{
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}
.mixnuiu{
    width: max-content;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 100%;
    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;

}
.mixnuiu img{
    width: 120px;
    height: auto;
}
.xebianlanm_max ul li:hover .mixnuiu{
    transform: translateY(-50%) scale(1);
}

.xiazaimi{
    width: 100%;
    overflow: hidden;
    background: rgba(242, 244, 245, 1);
    position: relative;
}
.xiazaimi::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 10vw;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
.xiazaimi_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}







