:root {
    --max: 1360px;
    --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: "zhenyan";
    src: url("../fonts/zhenyan.ttf") format("truetype");
}


@font-face {
    font-family: "bold";
    src: url("../fonts/Bold.otf") format("truetype");
}
.hertre {
    width: 100%;
    z-index: 999;
    height: 118px;
    position: relative;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

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

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

}

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

.nav {
    width: max-content;
}

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

.nav ul li {
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    text-align: center;
    position: relative;
    margin-left: 80px;
}

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


.nav ul li.nav_cen {
    color: rgb(247, 15, 15)
}

.nav ul li:hover {
    color: rgb(247, 15, 15);
}

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

.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: rgb(247, 15, 15);
    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);
}

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

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

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

.mySwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
    width: 18px;
}

.banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Guanyu{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}
.Guanyu ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top100);
}
.Guanyu ul li{
    width: 100%;
    overflow: hidden;
}
.Guanyu ul li>h2{
    font-size: var(--size40);
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.Guanyu_Text{
    font-size: var(--size14);
    color: #000000;
    line-height: 1.8;
    margin-top: var(--top100);
}
.Guanyu_Text img{
    max-width: 100%;
    height: auto;
    margin: auto;
}

.ZhiShi{
    width: var(--max);
    margin: var(--top100) auto;
}
.ZhiShi>h2{
    font-size: var(--size40);
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.ZhiShi ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top60) 0;
    margin-top: var(--top100);
}
.ZhiShi ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 25px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.ZhiShi ul li>h3{
    width: 80px;
    line-height: 1;
    font-size: 50px;
    font-weight: bold;
    color: rgb(247, 15, 15);
    font-family: 'zhenyan';
}
.ZhiShi_Right{
    width: calc(100% - 80px);
    overflow: hidden;
}
.ZhiShi_Right>h2{
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 50px;
}
.ZhiShi_Text{
    width: 100%;
    overflow: hidden;
    font-size: var(--size20);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: 10px;
}
.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top60);
}

.page .active,
.page .total {
    font-size: 12px;
    width: max-content;
    padding: 10px 12px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: rgb(114, 114, 112);
    border: 1px solid rgb(180, 180, 180);
    margin: 5px;
    line-height: 1;
}

.page .active {
    background: rgb(198, 0, 12);
    border: 1px solid rgb(198, 0, 12);
    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: rgb(114, 114, 112);
    border: 1px solid rgb(180, 180, 180);
    background: transparent;
}
.ZhanShi{
    width: var(--max);
    margin: var(--top100) auto;
}
.ZhanShi>h2{
    font-size: var(--size40);
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.ZhanShi>p{
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}
.ZhanShi ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
    margin-top: var(--top100);
}
.ZhanShi ul li{
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(112, 112, 112, 0.44);
    padding: var(--top60) var(--top20);
    background: rgb(255, 255, 255);
}
.ZhanShi ul li:hover{
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    transform: translateY(-15px);
}

.ZhanShi ul li img{
    width: 60px;
    height: auto;
    margin: auto;
    border-radius: 50%;
}
.ZhanShi ul li h2{
    text-align: center;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
}
.ZhanShi ul li p{
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    text-align: center;
    margin-top: 10px;
}
.FuWu{
    width: var(--max);
    margin: var(--top100) auto;
}
.FuWu h2{
    width: max-content;
    margin: auto;
    font-size: 5vw;
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-align: center;
    line-height: 1;
    position: relative;
}
.FuWu h2::after{
    content: "";
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background: linear-gradient(180deg, rgb(198, 0, 12) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    left: -5vw;
    top: 60%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.1;
}
.FuWu p{
    font-size: 5vw;
    color: rgb(102, 102, 102);
    text-align: center;
    line-height: 1;
    font-weight: bold;
    margin-top: var(--top50);
    background: linear-gradient(to bottom, #000000 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.FuWu_Text{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: var(--top50);
    padding-left: 80px;
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    position: relative;
}
.FuWu_Text::after{
    content: "";
    width: 5px;
    height: 20px;
    background: rgb(198, 0, 12);
    position: absolute;
    top: var(--top50);
    left: 60px;
}
.ZhanShi_In{
    width: 100%;
    position: relative;
}
.ZhanShi_In::after{
    content: "";
    width: 100%;
    height: 55%;
    background: rgb(198, 0, 12);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.ZhanShi_In .ZhanShi{
    margin-top: 0px;
}
.After{
    width: max-content;
    margin: auto;
    position: relative;
}
.After::after{
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgb(198, 0, 12) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    right: -40px;
    top: 60%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.1;
}
.ZhanShi_Texy{
    font-size: var(--size14);
    color: #000000;
    line-height: 1.8;
    margin-top: var(--top60);
}
.ZhanShi_Texy img{
    max-width: 100%;
    height: auto;
    margin: auto;
}





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

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

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

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



.footer{
    width: 100%;
    overflow: hidden;
    background: rgb(51, 51, 51);
}
.footer_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_logo{
    width: 120px;
    overflow: hidden;
}
.footer_logo img{
    width: 100%;
    height: auto;
}
.footer_Name{
    width: max-content;
}
.footer_Name p{

}
.footer_ul{
    width: max-content;
    overflow: hidden;
}
.footer_top{
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer_top h2{
    font-size: var(--size18);
    color: rgb(255, 255, 255,0.7);
   font-weight: bold;
}
.footer_top svg{
    width: 14px;
    height: auto;
    display: none;
}
.footer_ul ul{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.footer_ul ul li{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2.5;
}
.Footer_M{
    width: max-content;
}
.Footer_M h2{
    font-size: var(--size18);
    color: rgb(255, 255, 255,0.7);
   font-weight: bold;
}

.Footer_M ul{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.Footer_M ul li{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2.5;
}
.beian{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(255, 255, 255,0.4);
}
.beian_max{
    width: var(--max);
    overflow: hidden;
    margin:var(--top30) auto;
}
.beian_max p{
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 10px ;
}

.TanChuan{
    width: 400px;
    max-width: 96%;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 15px 5px #00000020;
    padding: var(--top30);
    display: none;
    transition: auto;
    z-index: 999;
}
.TanChuan i{
    position: absolute;
    top: var(--top30);
    right: var(--top30);
    cursor: pointer;
    font-size: 18px;
}
.TanChuan h2{
    font-size: var(--size18);
    color: #000000;
    line-height: 1;
    border-bottom: 1px solid #00000010;
    padding-bottom: 20px;
    line-height: 1;
}
.TanChuan_Le{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.TanChuan_Le h3{
    font-size: var(--size16);
    color: #000000;
    line-height: 1;
}
.TanChuan_Le input{
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000010;
    display: block;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 12px;
}
.QueRewn {
    width: 100%;
    text-align: right;
    font-size: var(--size16);
    color: #1e9fff;
    font-family: 'bold';
    cursor: pointer;
    margin-top:  20px;
}
















