:root {
    --max: 1320px;
    --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";
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 80px;
    position: fixed;
    top: 0;
    background: rgb(255, 255, 255, 0.8);
}
.fixed{
    background: #ffffff;
}
.hertre_cen {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    width: 200px;
    overflow: hidden;
    margin-left: 30px;

}

.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(--size16);
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 4vw;
}

.nav ul li>svg {
    width: 12px;
    height: auto;
    fill: #030000;
    margin-left: 5px;
}


.nav ul li.nav_cen {
    color: rgb(23, 100, 255)
}

.nav ul li:hover {
    color: rgb(23, 100, 255);
}

.nav ul li.nav_cen svg {
    fill: rgb(23, 100, 255);
}

.nav ul li:hover svg {
    fill: rgb(23, 100, 255);
}

/* .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%;
} */
.nav_ul{
    display: none;
    transition: auto;
}
.AnLiMn {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    transition: auto;
}
.AnLiMn_Max{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.AnLiMn_Left{
    width: 490px;
    background: #ffffff;
    background-image: url(../images/neijing.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: var(--top50) var(--top100);
}
.AnLiMn_Left h2{
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    line-height: 1;
    text-align: left;
}
.AnLiMn_Left p{
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-top: var(--top20);
    text-align: left;
}
.AnLiMn_Right{
    width: calc(100% - 490px);
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    grid-gap: var(--top20);
}
.AnLiMn_List{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    padding: calc(var(--top30) + 5px) var(--top30);
    /*background: linear-gradient(to top, rgb(255, 255, 255,0.5) 0%, rgb(23, 100, 255,0.1) 100%);*/
}
.AnLiMn_List>h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 1;
    text-align: left;
}
.AnLiMn_List>p{
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1;
    margin-top: 10px;
    text-align: left;
}
.AnLiMn_List_Mom{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.AnLiMn_List_Img{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    background-color: rgba(255,255,255,1);
}
.AnLiMn_List_Img img{
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}
.AnLiMn_List_Imgaa a{
    width: 100%;
    height: 100%;
    display: flex;
}
.AnLiMn_List_Imgaa svg{
    width: 90% !important;
    height: auto;
    display: block;
    margin: auto;
}
.AnLiChan {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    transition: auto;
    display: none;
}
.AnLiChan_Max{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.AnLiChan_Left{
    width: 490px;
    background: #ffffff;
    background-image: url(../images/neijing.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: var(--top50) var(--top100);
}
.AnLiChan_Left h2{
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    line-height: 1;
    text-align: left;
}
.AnLiChan_Left p{
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-top: var(--top20);
    text-align: left;
}
.AnLiChan_Right{
    width: calc(100% - 490px);
    background: rgb(236, 239, 244);
    padding: var(--top30) var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 80px 80px 50px;
    grid-gap: var(--size16);
}
.AnLiChan_List{
    width: 100%;
    border-radius: 10px;
    padding: var(--size18) var(--top30);
    background: linear-gradient(to top, rgb(255, 255, 255,0.5) 0%, rgb(23, 100, 255,0.1) 100%);
    position: relative;
}
.AnLiChan_List h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 1;
    text-align: left;
}
.AnLiChan_List p{
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.5;
    margin-top: 10px;
    text-align: left;
}
.AnLiChan_List img{
    width: 50px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    top: -15px;
    right: 10px;
}


.login {
    width: max-content;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
}

.login a {
    width: 120px;
    display: block;
    line-height: 80px;
    color: rgb(23, 100, 255);
    font-size: var(--size16);
    text-align: center;
}

.login a.register {
    background: #278bfc;
    color: #ffffff;
}

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

.banner {
    width: 100%;
    height: 400px;
    background: rgb(23, 100, 255);
        background-position: center;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    display: flex;
    overflow: hidden;
}
.banner::after{
    content: "";
    width: 1400px;
    max-width: 90%;
    height: 400px;
    background: linear-gradient(to bottom,rgb(255, 255, 255 ,0.4) 0%, rgb(255, 255, 255,0) 30%);
    opacity: 0.2;
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.banner_text {
    width: 800px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    position: relative;
    z-index: 10;
}

.banner_text_L{
    width: max-content;
    flex: 1;
    padding-right: var(--top100);
}
.banner_text_L h1{
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    font-style: italic;
    line-height: 1;
}
.banner_text_L p{
    font-size: var(--size24);
    color: rgb(255, 255, 255,0.6);
    font-style: italic;
    line-height: 1.7;
    text-transform: uppercase;
    margin-top: 15px;
}
.banner_Max{
    width: var(--max);
}
.banner_Max h1,
.banner_Max p{
    color: #ffffff;
    font-style: initial;
    font-size: var(--size18);

}
.banner_Max h1{
    font-size: var(--size30);
}
.banner_text img{
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}
.banner_text_L ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--top60);
    gap: var(--top20);
}
.banner_text_L ul li{
    width: max-content;
    line-height: 50px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding: 0 var(--top30);
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}
.banner_text_L ul li:hover{
    background: rgb(68, 160, 255);
    color: #ffffff;
}
.Max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}
.Bei{
    width: 100%;
    overflow: hidden;
    background: #f5f7fc;
}
.JianJie .Max{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.JianJie .Max>img{
    width: 50%;
    height: auto;
}
.JianJie_Text{
    width: 47%;
    overflow: hidden;
}
.JianJie_Text img{
    width: 240px;
    max-width: 100%;
    height: auto;
}
.JianJie_Text h2{
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
    line-height: 1;
    font-family: 'zhong';
}
.JianJie_Text p{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
    line-height: 1.8;
    word-wrap: break-word;
}
.Gg{
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 1;
    font-family: 'bold';
}
.ZiZhi{
    overflow: initial;
}
.ZiZhi ul{
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
}
.ZiZhi ul li{
    width: 12.5%;
    height: 270px;
}
.ZiZhi ul li:nth-child(3),
.ZiZhi ul li:nth-child(4){
    width: 25%;
}
.ZiZhi ul li img{
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}
.ZiZhi ul li:hover{
    transform: scale(1.3);
}
.HeZuo ul{
    width: 100%;
    margin-top: var(--top50);
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    background: #ffffff;
    padding: var(--top30);
}
.HeZuo ul li{
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    display: flex;
}
.HeZuo ul li:nth-child(5n){
    border-right: transparent;
}
.HeZuo ul li img{
    max-width: 70%;
    max-height: 60%;
    margin: auto;
}
.HeZuo ul li:hover img{
    transform: scale(1.2);
}

.HeZuo ul li.custom_class{
    border-bottom: transparent;
}
.BanGong ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30);
    margin-bottom: var(--top100);
}
.BanGong ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #dddddd;
    padding-bottom: var(--top30);
}
.BanGong ul li img{
    width: 62px;
    height: auto;
}
.BanGong_Text{
    width: calc(100% - 70px);
    overflow: hidden;
}
.BanGong_Text h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
}

.BanGong_Text p{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}
.BanGong_Max{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgb(245, 247, 252);
}
.BanGong_Max img{
    width: 50%;
    object-fit: cover;
}
.BanGong_Texy{
    width: 50%;
    overflow: hidden;
    padding: 20px var(--top60);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.BanGong_Texy img{
    width: 50px;
    height: auto;
}

.BanGong_Texy h2{
    width: 100%;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    margin-top: 15px;
}

.BanGong_Texy p{
    width: 100%;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: 15px;
    line-height: 1.1;
}

.AnLi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    overflow: initial;
}
.AnLi_Left{
    width: 230px;
    overflow: hidden;
    border-right: 1px solid rgb(221, 221, 221);
}
.AnLi_Left ul{
    width: 100%;
    overflow: hidden;
}
.AnLi_Left ul li{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(221, 221, 221);
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    height: 60px; 
}
.AnLi_Left ul li:nth-child(1){
    border-top: transparent;
}
.AnLi_Left ul li a{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 var(--top30);
    height: 100%;
}
.AnLi_Left ul li svg{
    width: 20px !important;
    height: auto !important;
    fill: #cccccc !important;
    margin-right: 10px;
}
.AnLi_Left ul li path{
    fill: #cccccc !important;
}

.AnLi_Left ul li.AnLi_Nav{
    color: rgb(23, 100, 255);
}
.AnLi_Left ul li.AnLi_Nav svg{
    fill: rgb(23, 100, 255) !important;
}
.AnLi_Left ul li.AnLi_Nav path{
    fill: rgb(23, 100, 255) !important;
}

.AnLi_Left ul li:hover{
    color: rgb(23, 100, 255);
}
.AnLi_Left ul li:hover svg{
    fill: rgb(23, 100, 255) !important;
}
.AnLi_Left ul li:hover path{
    fill: rgb(23, 100, 255) !important;
}
.AnLi_Right{
    width: calc(100% - 280px);
}
.AnLi_Right ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top50);
}
.AnLi_Right ul li{
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top50);
}
.AnLi_Top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.AnLi_Top>img{
    width: 100px;
    height: auto;
    box-shadow: 0px 0px 15px 2px #00000010;
}
.AnLi_Top_Tex{
    width: max-content;
    margin-left: var(--top30);
    margin-right: auto;
}
.AnLi_Top_Tex h2{
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    line-height: 1;
}

.AnLi_Top_Tex p{
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    line-height: 1;
    margin-top: 10px;
}
.AnLi_Top a{
    display: block;
    width: 150px;
    height: 46px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgb(23, 100, 255);
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-left: auto;
}
.AnLi_Top a svg{
    width: 20px;
    height: auto;
    margin-left: 5px;
}
.AnLi_Text{
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: var(--top30);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: var(--top30);
}
.AnLi_Right ul li>h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 1;
    margin-top: var(--top30);
}

.AnLi_Right ul li>p{
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    line-height: 1;
    margin-top: 15px;
}

.ZuTu{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ZuTu_List{
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ZuTu_List img{
    width: 24px;
    height: 24px;
    object-fit: contain;;
}
.ZuTu_List p{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-left: 10px;
    line-height: 1;
}
.XiangQing{
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: var(--top30);
    border-top: 1px solid rgb(221, 221, 221);
    padding-top: var(--top30);
}
.chuanru{
    display: none;
}
.MianBao{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-bottom: var(--top20);
}
.MianBao svg{
    width: 20px;
    height: 20px;
    fill: rgb(23, 100, 255) !important;
    margin-right: 5px;
}
.MianBao path{
    fill: rgb(23, 100, 255) !important;
}
.MianBao span{
    color: rgb(23, 100, 255);
}

.YouShi ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: var(--top30);
    margin-top: var(--top50);
}
.YouShi ul li{
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: var(--top20);
}
.YouShi ul li:hover{
    transform: translateY(-10px);
}
.YouShi_Top{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.YouShi_Top img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}
.YouShi_Top h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    flex: 1;
}
.YouShi ul li p{
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: var(--top20);
}


.GongNeng ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: var(--top30);
    margin-top: var(--top50);
}
.GongNeng ul li{
    width: 100%;
    overflow: hidden;
    background: rgb(245, 247, 252);
    border-radius: 10px;
    padding: var(--top20);
}
.GongNeng ul li:hover{
    transform: translateY(-10px);
}
.GongNeng_Top{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.GongNeng_Top img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}
.GongNeng_Top h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    flex: 1;
}
.GongNeng ul li p{
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: var(--top20);
}
.ChangJing{
    overflow: initial;
}
.ChangJing ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
    margin-top: var(--top50);
}
.ChangJing ul li{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    position: relative;
    padding-bottom: var(--top20);
    cursor: pointer;
}
.ChangJing ul li::after{
    content: "";
    width: 0%;
    height: 2px;
    background: rgb(23, 100, 255);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ChangJing ul li.ChangJing_Nax::after{
    width: 120%;
}

.ChangJing_Texy{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}
.ChangJing_List{
    transition: auto;
    width: 100%;
}
.ChangJing_Text{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ChangJing_Ri{
    width: calc(100% - 320px);
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 10px;
    padding: var(--top30);
}
.ChangJing_Ri h2{
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}
.ChangJing_Ri>p{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}
.ChangJing_P{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top100);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}
.ChangJing_P p{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
.ChangJing_P p img{
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.ChangJing_P p span{
    display: block;
    flex: 1;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}
.ChangJing_Text>img{
    width: 280px;
    height: auto;
}
.ChangJing_Img{
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
}
.ChangJing_Img img{
    max-width: 100%;
    margin: auto;
}
.KaiFa{
    width: 1600px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: 150px auto;
    background: rgb(255, 255, 255);
    padding: var(--size40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.KaiFa_l{
    width: 235px;
    overflow: hidden;
    border-right: 1px solid rgb(204, 204, 204);
}
.KaiFa_l ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.KaiFa_l ul li{
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-right: 10px;
    line-height: 1;
    margin-top: var(--top20);
}
.KaiFa_l ul li a{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.KaiFa_l_Title svg{
    opacity: 0;
}
.KaiFa_l ul li svg{
    width: 20px;
    height: auto;
    margin-right: 5px;
    fill: rgb(51, 51, 51);
    fill: 1;
}   
.KaiFa_l ul li ul{
    padding-left: 25px;
    display: none;
    transition: auto;
}
.KaiFa_l ul li.KaiFa_l_Nav{
    color: rgb(23, 100, 255);
}
.KaiFa_l ul li.KaiFa_l_Nav>a svg{
    fill: rgb(23, 100, 255) !important;
    transform: rotate(90deg);
}
.KaiFa_r{
    width: calc(100% - 300px);
    overflow: auto;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.7;
}
.KaiFa_Texy{
    width: 100%;
    overflow: hidden;
}
.KaiFa_r img{
    max-width: 100%;
    height: auto;
}
.KaiFa_r table{
    max-width: 100% !important;
}
.KaiFa_r table td{
    padding: 10px 15px;
}
.loginaa{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../images/login.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login_Max{
    width: 1320px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.loginaa>p{
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.login_Max>img{
    width: 50%;
    object-fit: cover;
}
.login_Li{
    width: 50%;
    overflow: hidden;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.login_Li h2{
    font-size: var(--size24);
    color: rgb(23, 100, 255);
    line-height: 1;
}
.login_Li form{
    width: 100%;
    display: block;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.form_Lon{
    width: 100%;
    position: relative;
}
.form_Lon p{
    font-size: var(--size14);
    color: rgb(153, 153, 153);
}
.form_Lon p span{
    color: rgb(214, 26, 29);
}
.form_Lon input{
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    height: 26px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 0 9px;
}
.form_Lon:focus-within input{
    border-bottom: 1px solid rgb(23, 100, 255);
}
.form_Lon:focus-within p{
    transform: translateY(-10px);
}
.login_Li form label{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.login_Li form label input{
    width: 14px;
    height: 14px;
    border: 1px solid rgb(204, 204, 204);
    margin-right: 10px;
}
.login_Li form label p{
    fill: 1;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    display: flex;
}
.login_Li form label p a{
    color: rgb(23, 100, 255)
}
.Deng{
    width: 100%;
    height: 50px;
    background: rgb(23, 100, 255);
    border-radius: 60px;
    font-size: var(--size16);
    color: #ffffff;
    display: block;
    cursor: pointer;
}
.layui-layer{
    transition: auto;
}
.YiYou{
    width: 100%;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    text-align: right;
}
.YiYou a{
    color: rgb(23, 100, 255);
}
.canvas{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#canvas{
    width: 100px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #00000010;
    border-bottom: transparent;
}



.bannerIn {
    width: 100%;
    height: 600px;
    background: rgb(23, 100, 255);
    position: relative;
    display: flex;
    overflow: hidden;
}

.mySwiper{
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerIn_text {
    width: var(--max);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    position: relative;
    z-index: 10;
}

.bannerIn_text_l{
    width: max-content;
    flex: 1;
    padding-right: var(--top100);
    position: relative;
    z-index: 99;
}
.bannerIn_text_l h2{
    font-size: var(--size40);
    color: rgb(0, 0, 0);
    line-height: 1;
}
.bannerIn_text_l p{
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    line-height: 1.7;
    text-transform: uppercase;
    margin-top: var(--top30);
}
.bannerIn_text_l a{
    width: 170px;
    line-height: 46px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: var(--size16);
    background: rgb(23, 100, 255);
    text-align: center;
    display: block;
    margin-top: var(--top30);
}
.bannerIn_Img{
    position: absolute;
    width: 40%;
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
    
}
.bannerIn_text img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bannerIn_Img::after{
    content: "";
    width: 500px;
    height: 500px;
    background: linear-gradient(to bottom,rgb(255, 255, 255 ,0.4) 0%, rgb(255, 255, 255,0) 30%);
    opacity: 0.2;
    position: absolute;
    bottom: -300px;
    right: 0%;
    border-radius: 50%;
}
.bannerIn .swiper-pagination{
    width: 45px;
    right: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.bannerIn .swiper-pagination-bullet{
    width: 23px;
    height: 4px;
    background: #75a4fe;
    border-radius: 0px;
    opacity: 1;
    margin: 15px 0 !important;
}
.bannerIn .swiper-pagination-bullet-active{
    width: 45px;
    background: #ffffff;
}

.TiYan{
    width: 100%;
    background: rgb(56, 75, 107);
}
.TiYan ul{
    width: var(--max);
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.TiYan ul li{
    width: 100%;
    flex: 1;
    padding: 20px 15px;
}
.TiYan ul li h2{
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}
.TiYan ul li p{
    text-align: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: 5px;
}
.TiYan ul li:hover{
    background: rgb(255, 255, 255);
}
.TiYan ul li:hover h2,
.TiYan ul li:hover p{
    color: rgb(23, 100, 255);
}
.ChanPink>p{
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    text-align: center;
    margin-top: 15px;
}


.ChanPink ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: var(--top50);
}
.ChanPink ul li{
    flex: 1 0 24%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(219, 219, 219);
    padding: var(--top30);
}

.ChanPink_Top{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ChanPink_Top img{
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
}
.ChanPink_Top h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    flex: 1;
}
.ChanPink ul li p{
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: var(--top20);
    min-height: 75px;
}
.ChanPink ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--top30);
}

.ChanPink ul li svg{
    width: 30px;
    height: auto;
    margin-left: 6px;
    opacity: 0;
}
.ChanPink ul li:hover svg{
    opacity: 1;
}
.AnLi_Max{
    width: 100%;
    margin-top: var(--top50);
    position: relative;
}
.AnLi_Max::after{
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(221, 221, 221);
    position: absolute;
    bottom: 0;
}
.AnLi_mySwiper{
    width: var(--max);
    margin: auto;
    overflow: initial !important;
}
@media screen and (min-width: 768px) {
    .AnLi_mySwiper .swiper-wrapper{
        justify-content: center;
        transform: translate3d(0px, 0, 0) !important;
    }
}

.AnLi_mySwiper .swiper-slide{
    width: max-content;
    margin: 0 var(--top50);
    padding-bottom: 15px;
    cursor: pointer;
    text-align: center;
}
.AnLi_mySwiper .swiper-slide::after{
    content: "";
    width: 12px;
    height: 12px;
    background: rgb(221, 221, 221);
    border-radius: 50%;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    text-align: center;
    line-height: 1;
}

.AnLi_mySwiper .swiper-slide-thumb-active{
    color: rgb(23, 100, 255);
}
.AnLi_mySwiper .swiper-slide-thumb-active::after{
    background: rgb(23, 100, 255);
}
.AnLi_Textaa{
    width:   var(--max);
    overflow: hidden;
    margin: auto;
    position: relative;
    margin-top: var(--top50);
}
.AnLi_mySwiper2{
    width: calc(100% - 200px);
    margin: auto;
}
.AnLi_Textaa .swiper-slide{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.AnLi_Textaa .swiper-slide img{
    width: 350px;
    height: auto;
}
.AnLi_Textaa_R{
    width: calc(100% - 400px);
    overflow: hidden;
}
.AnLi_Textaa_R h2{
    font-size: var(--size24);
    color: rgb(23, 100, 255);
    font-family: 'zhong';
}
.AnLi_Textaa_R p{
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.6;
    margin-top: var(--top20);
}
.AnLi_Textaa_R span{
    display: block;
    font-size: var(--size18);
    color: rgb(0, 0, 0);
    margin-top: 10vw;
}
.AnLi_Textaa_R ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
    margin-top: 15px;
}
.AnLi_Textaa_R ul li{
    width: max-content;
    padding: 0 var(--top30);
    border: 1px solid rgb(219, 219, 219);
    line-height: 40px;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    text-align: center;
    border-radius: 5px;
}
.AnLi_Textaa_R ul li:hover{
    background: rgb(23, 100, 255);
    border: 1px solid rgb(23, 100, 255);
    color: #ffffff;
}
.AnLi_Textaa .swiper-button-next, 
.AnLi_Textaa .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: rgb(23, 100, 255);
    border-radius: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
}
.AnLi_Textaa .swiper-button-next:after, 
.AnLi_Textaa .swiper-button-prev:after{
    font-size: var(--size24);
    color: #ffffff;
}
.JieJI_Max{
    width: 100%;
    overflow: hidden;
    margin: var(--top100) auto;
}
.UwXian>p{
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    text-align: center;
    margin-top: 15px;
}

.UwXian ul{
    width: 100%;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.UwXian ul li{
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.UwXian ul li:hover{
    transform: translateY(-10px);
}
.UwXian ul li img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-top: var(--top30);
}
.UwXian_Right{
    flex: 1;
    margin-left: 10px;
}
.UwXian_Right h2{
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    font-family: 'zhong';
}
.UwXian_Right p{
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: var(--top20);
}



.ZiZhiUn>p{
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    text-align: center;
    margin-top: 15px;
}

.ZiZhiUn ul{
    width: 100%;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  
    border-left: 1px solid rgb(219, 219, 219);
    box-sizing: border-box;
}
.ZiZhiUn ul li{
   width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
      border-right: 1px solid rgb(219, 219, 219);
    border-bottom: 1px solid rgb(219, 219, 219);
    border-top: 1px solid rgb(219, 219, 219);
    box-sizing: border-box;
}
.ZiZhiUn ul li img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 20px;
}
.ZiZhiUn ul li.custom_class{
    border-top: transparent;
}
.ZiZhiUn_Right{
    flex: 1;
    
}


.YouShi,
.GongNeng,
.ChangJing,
.UwXian,
.ZiZhiUn,
.AnLi{
    margin-bottom: var(--top120);
}

.ZiZhiUn_Right h2{
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    font-family: 'zhong';
}
.ZiZhiUn_Right p{
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: 10px;
}
.LianXiniu ul{
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.LianXiniu ul li{
    width: max-content;
    max-width: 24%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.LianXiniu ul li img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
}
.LianXiniu ul li h2{
    flex: 1;
    font-size: var(--size18);
    color: rgb(51, 51, 51);
}
.LianXinZi{
    width: 100%;
    overflow: hidden;
    background: #e7e6ec;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.LianXinZi .Max{
    overflow: initial;
}
.LianXinZi h2{
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    line-height: 1;
    font-family: 'bold';
}
.LianXinZi p{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: 20px;
}
.LianXinZi a{
    width: max-content;
    display: block;
    margin-top: 20px;
    background: rgb(23, 100, 255);
    line-height: 50px;
    padding: 0 var(--top30);
    font-size: var(--size16);
    color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(19, 12, 6, 0.2);
}


.footer {
    width: 100%;
    overflow: hidden;
    background: #1a1c1f;
}

.footer_max {
    width: var(--max);
    margin: var(--top50) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_Left{
    width: 380px;
}
.footer_logo{
    width: 200px;
    max-width: 100%;
}
.footer_logo img{
    width: 100%;
    height: auto;
}
.footer_Left h2{
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    font-family: 'zhong';
    line-height: 1;
    margin-top: var(--top50);
}
.footer_Left p{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-top: var(--top30);
}
.wWeiXin{
    width: max-content;
    margin-top: var(--top20);
    position: relative;
}
.wWeiXin>img{
    width: auto;
    height: 40px;
}
.wWeiXin_img{
    width: 130px;
    background: #ffffff;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0);
    bottom: 55px;
    transform-origin: center  bottom;
}
.wWeiXin_img::after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}
.wWeiXin:hover .wWeiXin_img{
    transform: translateX(-50%) scale(1);
}
.wWeiXin_img img{
    width: 100%;
    height: auto;
}
.footer_ul {
    width: max-content;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-left: 1px solid rgb(255, 255, 255,0.2);
}

.footer_ul_ma{
    width: max-content;
    margin-top: var(--top50);
}

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

.footer_top h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}

.footer_top svg {
    width: 14px;
    height: auto;
    display: none;
}

.footer_ul ul {
    width: max-content;
    overflow: hidden;
    margin-top: 10px;
}

.footer_ul ul li {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: var(--top30);
}

.beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(153, 153, 153);
}

.beian_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.beian_max p {
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    margin: 0 5px;
}




.baibai{
    background: #ffffff;
}



