:root {
    --max: 1400px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top50: 50px;
    --top60: 60px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "siyuanheiti";
    src: url("../fonts/siyuanheiti.otf") format("truetype");
}


@font-face {
    font-family: "zhong";
    src: url("../fonts/zhong.otf") format("truetype");
}


@font-face {
    font-family: "bold";
    src: url("../fonts/Bold.otf") format("truetype");
}

body {
    font-family: "siyuanheiti";
    background: #f7fbfe;
}

.hertre {
    width: 100%;
    z-index: 999;
    position: relative;
}

.hertre_cen {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/home_01.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    text-align: center;
}

.hertre_title {
    width:var(--max);
    white-space: nowrap;
    overflow: hidden;
    margin: 6vw auto var(--top50);
    font-size: 2.5vw;
    font-family: 'bold';
    line-height: 1.2;
    text-transform: uppercase;
    background-image: linear-gradient(20deg, rgb(5, 150, 191) 0.174%, rgb(17, 163, 81) 53.333%, rgb(223, 201, 35) 99.826%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hertre_cen ul {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-bottom: var(--top30);
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.hertre_cen ul li {
    width: 100%;
    overflow: hidden;
}

.hertre_cen ul li img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

.hertre_cen ul li h2 {
    text-align: center;
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-top: 15px;
}

.nav {
    width: 100%;
    background: rgb(2, 173, 182);
}

.nav ul {
    width: var(--max);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul li {
    width: 100%;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    line-height: 80px;
}

.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}

.nav ul li:hover {
    background: rgb(6, 136, 143);
}

.nav ul li.nav_cen {
    background: rgb(6, 136, 143);
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.nav ul li.nav_cen::after {
    width: 40px;
}

.nav ul li:hover::after {
    width: 40px;
}

.an {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

.container path {
    stroke: #000000;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.container path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.Page {
    width: var(--max);
    overflow: hidden;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Page>ul {
    width: 360px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Page>ul>li {
    width: 100%;
    overflow: hidden;
    background: rgb(6, 136, 143);
    border-radius: 6px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: var(--top20) 10px;
}

.Page>ul>li.Page_Nav {
    background: rgb(2, 103, 108);
}

.Page_Right {
    flex: 1;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top30);
    margin-left: var(--top20);
}

.Page_Rightas {
    flex: 1;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Page_Ul{
    width: 100%;
    overflow: hidden;
}
.Page_Ul ul{
    width: 100%;
    overflow: hidden;
}
.Page_Ul ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: var(--top30);
}
.Page_Ul ul li>p{
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.5;
}
.Page_Li{
    flex: 1;
    margin-left: 5px;
}
.Page_Li h2{
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.5;
}
.Page_Li h2 span{
    color: rgb(6, 136, 143);
    border-bottom: 1px solid rgb(6, 136, 143);
}
.Page_Li p{
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin-top: 10px;
}
.Page_Li_a{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    align-items: center;
}
.Page_Li_a a{
    color: rgb(6, 136, 143);
    font-size: var(--size16);
    border-bottom: 1px solid rgb(6, 136, 143);
}
.Page_Li_a i{
    width: 1px;
    height: var(--size16);
    background: rgb(6, 136, 143);;
    margin: 0 10px;

}
.Gg {
    width: 100%;
    font-size: var(--size24);
    color: rgb(6, 136, 143);
    line-height: 1;
    background-image: url(../images/jiantou.png);
    background-size: 6px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: var(--top30);

}

.Page_Text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 2;
    border-top: 3px solid rgb(247, 251, 254);
    padding-top: var(--top30);
}

.Page_Text img {
    max-width: 100%;
    height: auto;
}
.Page_Text table{
    width: 100% !important;
    max-width: 100% !important;
}
.Page_Text table td {
    padding: 10px 5px;
}

.Page_Text strong {
    font-family: 'bold';
    line-height: 1.6;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: rgb(6, 136, 143);
}

.beian {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.beian p {
    font-size: var(--size14);
    color: #ffffff;
    margin: 0 5px;
}

.Page_FuJian {
    width: 290px;
    line-height: 50px;
    background: rgb(230, 110, 13);
    border-radius: 10px;
    margin: auto;
    margin-top: var(--top50);
}

.Page_FuJian a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}

.Page_FuJian a img {
    width: 16px;
    margin-right: 10px
}

.List {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}

.List>h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.List>h2::after {
    content: "";
    width: 45px;
    height: 2px;
    background: rgb(4, 0, 0);
    margin-left: 15px;
}

.List>h2::before {
    content: "";
    width: 45px;
    height: 2px;
    background: rgb(4, 0, 0);
    margin-right: 15px;
}

.List ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
}

.List ul li {
    width: 100%;
    overflow: hidden;
}

.List ul li img {
    width: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.List_Text {
    width: 100%;
    overflow: hidden;
    background: rgb(241, 254, 255);
    padding: 20px;
    margin-top: var(--top30);
}

.List_Text h2 {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    text-align: center;
}

.List_Text span {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
    display: block;
    margin-top: 5px;
}

.List_Text p {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 10px;
}

.Index {
    width: var(--max);
    overflow: hidden;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Index .Page_Right {
    width: 100%;
    flex: initial;
    margin: 0;
}

.Index_L {
    flex: 1;
    margin-right: var(--top20);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Organ {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid rgb(247, 251, 254);
    padding-top: var(--top30);
    margin-top: var(--top30);
}

.Organ ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top50);
}

.Organ ul li {
    width: 100%;
    overflow: hidden;
}

.Organ ul li img {
    width: 80%;
    height: 150px;
    object-fit: contain;
    margin: auto;
}

.Organ ul li h2 {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 10px;
}

.Organ ul li p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
}

.Co {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid rgb(247, 251, 254);
    padding-top: var(--top30);
    margin-top: var(--top30);
}

.Co ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--top30);
}

.Co ul li {
    width: 100%;
    overflow: hidden;
}

.Co ul li img {
    width: 100px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: auto;
}

.Co ul li h2 {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 10px;
}

.Index_R {
    width: 480px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.News {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid rgb(247, 251, 254);
    padding-top: var(--top30);
    margin-top: var(--top30);
}

.News ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

}

.News ul li {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Quick {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid rgb(247, 251, 254);
    padding-top: var(--top30);
    margin-top: var(--top30);
}

.Quick ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);

}

.Quick ul li {
    width: 100%;
    line-height: 70px;
    background: rgb(6, 136, 143);
    border-radius: 10px;
    text-align: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}


.shwo {
    width: var(--max);
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top30);
    margin: 20px auto;
}

.shwo>h2 {
    text-align: left;
    font-size: var(--size20);
    color: #222222;
}

.shwo>p {
    font-size: var(--size14);
    color: #888888;
    margin-top: 15px;
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding-top: var(--top30);
    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;
}

.Renimi{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: var(--top30);
}
.Renimi a{
    width: 100%;
    overflow: hidden;
    display: block;
    line-height: 120px;
    background-image: url(../images/r1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
}
.Renimi a:nth-child(2){
    background-image: url(../images/r2.png);
}

.HSnaini{
    width: 800px;
    max-width: 100%;
    margin: var(--top60) auto;
}
.HSnaini form{
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: var(--top50);
}
.upboxlae{
    width: 100%;
    overflow: hidden;
    background: #eefeff;
    border-radius: 10px;
    border: 2px solid #78d3d8;
    padding: var(--top100) var(--top20);
    position: relative;
}
.upboxlae img{
    width: 120px;
    max-width: 90%;
    margin: auto;
}
.upinput{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}
.upboxlae p{
    font-size: var(--size16);
    color: #02adb6;
    width: max-content;
    margin: auto;
    margin-top: var(--top30);
    border-bottom: 1px solid #02adb6;
}
.upinputname{
    font-size: var(--size20);
    color: #000000;
    margin-top: var(--top20);
}
.subma_im{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: var(--top50);
    gap: var(--top20);
}
.work_file{
    width: 150px;
    height: 56px;
    background: transparent;
    text-align: center;
    font-size: var(--size14);
    color: #999999;
    border: 1px solid #999999;
}
.submait{
    width: 150px;
    height: 56px;
    background: #02adb6;
    text-align: center;
    font-size: var(--size14);
    color: #fff;
    border: 1px solid #02adb6;
}
.layui-layer{
    transition: auto;
}