body,
div,
ol,
ul,
li,
a,
button,
input,
header,
footer,
p,
textarea,
form,
label,
i,
img {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    border-radius: 0;
    font-family: Source Han Sans, Source Han Sans;
;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

p,
button {
    line-height: 1.1;
}

input {
    line-height: 1.4;
}

input,
button,
textarea {
    background-color: transparent;

}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
label {
    -webkit-appearance: none;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"],
input[type="file"] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}

body,
html {
    width: 100%;
    min-height: 100%;
}

body {
    background-color: #fff;
    min-width: 1300px;
    user-select: none;
    /* 禁止选中页面中的文本 */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}

footer {
    z-index: 1000;
}

textarea {
    resize: none;
}

li,
a {
    display: inline-block;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a img {
    border: 0;
}

.clear {
    clear: both;
}



.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide a {
    display: block;
    height: 100%;
}

.swiper-container .swiper-slide a div {
    width: 100%;
    height: 100%;
    background-size: cover;
}

* {
    margin: 0;
    padding: 0;
}

.top {
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.w1500 {
    width: 1500px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top .logo {
    width: 190px;
    height: 56px;
}

.tabbox {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.tabbox div {
    font-weight: 400;
    font-size: 20px;
    color: #606165;
    cursor: pointer;
}

.tabbox div.active {
    font-weight: bold;
    font-size: 20px;
    color: #303133;
    position: relative;
}

.tabbox div a {
    color: #606165;
}

.tabbox div.active::after {
    width: 42px;
    height: 2px;
    background: #3F9DFD;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    content: "";
}

.top .topright {
    display: flex;
    align-items: center;
}

.top .topright img {
    cursor: pointer;
}

.top .topright img:last-child {
    margin-left: 40px;
}

#banner {
    width: 100%;
    height: 870px;
    margin-top: 90px;
    transition: opacity 0.4s ease-in-out;

}

.swiper-container {
    width: 100%;
    height: 870px;

}

.swiper-container .swiper-slide {
    width: 100%;
    height: 870px;
    position: relative;
    left: 0vw;
    top: 0px;


}

.swiper-container .swiper-slide a {
    width: 100%;
    height: 100%;

}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

#banner .swiper-pagination {
    bottom: 0 !important;
}

#banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.40);
    opacity: 1;
}

#banner .swiper-pagination-bullet-active {
    background: rgba(144, 183, 56, 1);
}

.nav {
    width: 100%;

    height: 78px;
    background: #0076FF;
    box-shadow: 0px 6px 20px 0px rgba(0, 118, 255, 0.2);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
    transition: all 0.3s ease;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.nav>div {
    width: 378px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav>div a {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}

.nav>div img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.nav>div p {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.nav>div:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

#about {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}

#about .about {
    width: 1200px;

}

h1 {
    font-weight: 800;
    font-size: 30px;
    color: #303133;
    line-height: 42px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

#about .about .content {
    width: 100%;
    height: 400px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #EEEEEE;
    border-radius: 0px 0px 0px 0px;

}

#about .about .content .left {
    width: 720px;
    height: 400px;
}

#about .about .content .right {
    flex: 1;
    height: 100%;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    color: #303133;
    line-height: 39px;
    text-align: center;
    margin-bottom: 26px;
}

#about .about .content .right>div {
    height: 310px;
    overflow-y: auto;
}

#about .about .content .right>div::-webkit-scrollbar {
    display: none;
}

#about .about .content .right p {
    font-weight: 400;
    font-size: 18px;
    color: #606165;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 10px;
    text-indent: 2em;
}

#about .about .yewuliang {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

#about .about .yewuliang>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about .about .yewuliang>div img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

#about .about .yewuliang>div h3 {
    font-family: Sarasa Gothic SC, Sarasa Gothic SC;
    font-weight: 700;
    font-size: 40px;
    color: #303133;
    margin-bottom: 20px;
}

#about .about .yewuliang>div p {
    font-weight: 400;
    font-size: 20px;
    color: #8F9299;
}

#chanpin {
    width: 100%;
    height: 964px;
    background: url("../images/icon18.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.chanpin {
    width: 1200px;
}

#chanpin .content {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;

    box-sizing: border-box;
}




#chanpin .swiper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 50px;

}

#chanpin .swiper-slide {
    width: 380px !important;
    height: 100%;
    text-align: center;
}

#chanpin .swiper-slide ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#chanpin .swiper-slide ul li {
    width: 380px;
    height: 360px;
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #EEEEEE;
    box-sizing: border-box;
    margin-bottom: 20px;
}


#chanpin .swiper-slide ul li a>div img {
    /* width: 100%; */
    height: 230px;
    margin-bottom: 16px;
}

#chanpin .swiper-slide ul li a>div h4 {
    font-weight: 500;
    font-size: 24px;
    color: #303133;
    position: relative;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 376px;
}

#chanpin .swiper-slide ul li a>div h4::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background: #0076FF;
}

#chanpin .swiper-slide ul li a>div p {
    font-weight: 400;
    font-size: 18px;
    color: #8F9299;
    line-height: 25px;
    text-align: center;
    margin-top: 34px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 376px;
}

#chanpin .swiper-pagination {
    position: absolute;
    bottom: 10px;
}

#chanpin .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #FFFFFF;
    opacity: 1 !important;
    margin-left: 10px !important;
}

#chanpin .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #BEC2CB !important;
}

#rongyu {
    width: 100%;
    height: 240px;
    background: url("../images/icon19.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.rongyu {
    width: 1200px;
    position: relative;
}

#rongyu h1 {
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}

.gradually {
    opacity: 0;
    /* 初始时元素完全透明 */
    transition: opacity 0.5s ease-in-out;
    /* 平滑过渡效果 */
}

.gradually.active {
    opacity: 1;
    /* 当元素被激活时，渐渐出现 */
}

.gongsi {
    position: absolute;
    top: -100px;
    width: 1200px;
    height: 391px;

}

/* .gongsi.active {
    opacity: 1;
} */
.rongyu>div {
    width: 865px;
    height: 150px;
    position: absolute;
    bottom: -51px;
    right: 0;
    background: url("../images/icon21.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: end;
    align-items: center;


}

.rongyu>div div {
    display: flex;
    align-items: center;
    /* width: 280px; */
    justify-content: center;
}

.rongyu>div>div:nth-child(2) {
    border-left: 1px solid #FFE37A;
    border-right: 1px solid #FFE37A;
}

.rongyu>div div .left {
    display: flex;
    justify-content: end;
    margin-right: 15px;
    margin-left: 40px;
}

.rongyu>div div .left p {
    font-family: Judou Sans CN, Judou Sans CN;
    font-weight: 800;
    font-size: 78px;
    line-height: 94px;
    text-shadow: inset 0px 2px 2px #FFDB26, 0px 0px 20px rgba(88, 58, 0, 0.3);
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(158.8567163002752deg, #FBFFD1 0%, #F5E298 33%, #C38636 86%, #897742 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rongyu>div div .left img {
    width: 34px;
    height: 32px;
    margin-left: -30px;
    margin-top: -48px;
    animation: flash 2s infinite;
    /* 1秒循环 */
}

@keyframes flash {
    0% {
        opacity: 1;
        /* 不透明 */
    }

    50% {
        opacity: 0.4;
        /* 完全透明 */
    }

    100% {
        opacity: 1;
        /* 不透明 */
    }
}

.rongyu>div div .right {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-right: 30px;
}

.rongyu>div div .right h5 {
    font-weight: 600;
    font-size: 26px;
    color: #FFFFFF;
}

.rongyu>div div .right p {
    font-weight: 400;
    font-size: 20px;
    color: #8F9299;
}

#jiangxiang {
    width: 100%;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    padding-bottom: 150px;
    box-sizing: border-box;
}

.jiangxiang {
    width: 1200px;
    height: 600px;
    position: relative;
}

#jiangxiang .jiangxiang::after {
    width: 100%;
    height: 180px;
    background: url("../images/icon23.png") no-repeat center;
    background-size: 100% 100%;
    bottom: 150px;
    left: 0;
    content: "";
    position: absolute;
}

#jiangxiang .box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}


#jiangxiang .box::after {
    width: 100%;
    height: 180px;
    background: url("../images/icon23.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

#jiangxiang .box div {
    width: 270px;
    height: 180px;
    background: url("../images/icon24.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-right: 38px;
    padding: 21px 14px;
    box-sizing: border-box;
    margin-bottom: 120px;
}

#jiangxiang .box div:nth-child(4n) {
    margin-right: 0;
}

#jiangxiang .box div .year {
    font-weight: bold;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 20px;
}

#jiangxiang .box div .name {
    font-weight: bold;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 20px;
}

#jiangxiang .box div .danhang {
    font-size: 18px;
}

#jiangxiang .box div .danhang30 {
    font-size: 30px;
}

#jiangxiang .box div .dengji {

    font-weight: 900;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(0deg, #DD020B 0%, #FF130B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 78%;
    margin: 3px 0;
    text-align: center;
}

#jiangxiang .box div .cengji {

    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(0deg, #1A1A1A 0%, #443030 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#hezuo {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.hezuo {
    width: 1200px;

}

.hezuo p {
    font-weight: 400;
    font-size: 22px;
    color: #8F9299;
    line-height: 26px;
    text-align: center;
}

.hezuo .img {
    width: 100%;
}

#more {
    width: 100%;
    height: 374px;
    background: #F5F5F5;
    border-radius: 0px 0px 0px 0px;
    display: flex;

    justify-content: center;
}

.more {
    width: 1200px;
}

.more .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more .box>div {
    width: 290px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.more .box>div {
    position: relative;
    bottom: 0;
    transition: bottom 0.3s ease-in-out;
}

.more .box>div.active {
    box-shadow: 0px 4px 10px 0px #EEEEEE;
    position: relative;
    bottom: 5px;

}

.more .box>div img {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
}

.more .box>div .mingcheng {
    font-weight: 500;
    font-size: 18px;
    color: #303133;
    line-height: 25px;
    margin-bottom: 4px;
}

.more .box>div .jieshao {
    font-weight: 400;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: center;
}

#dibu {
    width: 100%;
    height: 265px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
}

#dibu .dibu {
    width: 1200px;
    padding-top: 45px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.dibutop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dibutop div {
    font-weight: bold;
    font-size: 20px;
    color: #303133;
    line-height: 28px;
    position: relative;
}

.dibutop div a {
    color: #303133 !important;
}

.dibutop div::after {
    content: "";
    position: absolute;
    right: -56px;
    top: 0;
    width: 1px;
    height: 29px;
    border-right: 1px solid #303133;
}

.dibutop div:last-child::after {
    content: "";
    position: absolute;
    right: -56px;
    top: 0;
    width: 1px;
    height: 29px;
    border-right: 1px solid transparent;
}

#dibu .dibu .xinxi {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#dibu .dibu .xinxi .left {}

#dibu .dibu .xinxi .left img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

#dibu .dibu .xinxi .left p {
    font-weight: 400;
    font-size: 16px;
    color: #373737;
    line-height: 29px;
    letter-spacing: 1px;
}

#dibu .dibu .xinxi {
    margin-top: 47px;
}

#dibu .dibu .xinxi .left>div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

#dibu .dibu .xinxi .left>div div {
    display: flex;
    align-items: center;
}

#dibu .dibu .xinxi .left>div div img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

#dibu .dibu .xinxi .left>div div p {
    color: #8F9299;
}

#dibu .dibu .xinxi .right {
    display: flex;
    align-items: center;
}

#dibu .dibu .xinxi .right .erweima {
    width: 129px;
    height: 129px;
    margin-right: 30px;
}

#dibu .dibu .xinxi .right .logo {
    width: 317px;
    height: 88px;
}

#foot {
    width: 100%;
    height: 152px;
    background: #0F0F0F;
}

#foot .foot {
    width: 100%;
    height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#foot .foot div {
    font-weight: 300;
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
}

#foot .foot div img {
    width: 14px;
    height: 16px;
    margin: 0 8px;
}

#foot .foot a {
    color: #777777;
    display: flex;
    align-items: center;
}

video {
    width: 720px;
    height: 400px;
    object-fit: fill
}


.youceguding {
    width: 80px;
    height: 200px;
    position: fixed;
    right: calc((100vw - 1400px) / 2);
    top: 34%;
    z-index: 1000;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;

}

.no {
    display: none !important;
}


.youceguding div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px 0 #EEEEEE;
}

.youceguding div:hover {
    background: #0076FF;
}

.youceguding img {
    width: 32px;
    height: 32px;

}


/* 关于我们 */
#banner2 {
    width: 100%;
    height: 430px !important;
    margin-top: 0;
}

#banner2 .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 0;
}

#banner2 .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

#banner2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner2 a img {
    width: 100%;
    height: 100%;
    position: absolute;
}

#banner2 ul li div {
    width: 1200px;
    height: 100%;
}

#banner2 h4 {
    font-weight: 700;
    font-size: 72px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10088;

}

.top2 {
    background: transparent !important;
}

.top2 .tabbox div.active {
    color: #FFFFFF;
}

.top2 .tabbox div.active::after {
    width: 42px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    content: "";
}

.top2 a {
    color: #FFFFFF !important;
}

.tit {
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    color: #303133;
    margin-top: 50px;
}

.jieshao {
    width: 100%;
}

.jieshao p {
    font-weight: 400;
    font-size: 20px;
    color: #606165;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 25px;
}

.jieshao h3 {
    color: rgba(0, 118, 255, 1);
    margin-bottom: 5px;
    font-size: 20px;
}

.zhengqinumber {
    width: 100%;
    height: 320px;
    background: url("../images/icon40.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zhengqinumber .yewuliang {
    width: 1220px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.zhengqinumber .yewuliang div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zhengqinumber .yewuliang h3 {
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 64px;
    margin-bottom: 20px;
}

.zhengqinumber .yewuliang p {
    font-weight: 400;
    font-size: 22px;
    color: #D6E3FF;
    line-height: 36px;
}

.Introduction {
    width: 100%;
    height: 870px;
    background: url("../images/icon41.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: changeImage 2s infinite alternate;
    /* 使用动画来切换图片 */
}

/* 定义动画 */
@keyframes changeImage {
    0% {
        background-image: url("../images/icon41.png");
        /* 初始背景图 */
    }

    100% {
        background-image: url("../images/icon41_1.png");
        /* 切换后的背景图 */
    }
}

.Introduction .Profile {
    width: 806px;
    height: 605px;
    background: url("../images/icon42.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    padding-top: 38px;
    box-sizing: border-box;
}

.Introduction .Profile video {
    width: 682px;
    height: 393px;
}

#process {
    width: 100%;
    height: 1158px;
    background: url("../images/icon43.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;

}

#process .process {
    width: 1300px;
    position: relative;
    bottom: 0;
}

#process .process>div {
    height: 100%;
    position: absolute;
    opacity: 0;
    /* animation: fadeInUp 1s ease-out forwards; */
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#process .process .swiper-container {}

#process .process .swiper-container .swiper-slide {
    position: absolute;
    top: 100px !important;
    /* width: 90% !important; */

}

#process .process .box1 {
    height: 327px;
    /* animation-delay: 0s;  */
    position: absolute;
    /* left: 120px; */
    left: 7vw;
    /* bottom: 226px; */
    bottom: 10.6vw;
}

#process .process .box2 {
    /* animation-delay: 1s; */
    height: 521px;
    position: absolute;
    left: 400px;
    bottom: 223px;
    /* bottom: 10.6vw; */
}

#process .process .box3 {
    /* animation-delay: 2s;  */

    height: 600px;
    position: absolute;
    left: 700px;
    bottom: 226px;
}

#process .process .box4 {
    /* animation-delay: 3s;  */
    height: 635px;
    position: absolute;
    left: 988px;
    bottom: 300px;

}

#process .process .box1 .line {
    width: 4px;
    height: 327px;
    background: rgba(0, 0, 0, 0.1);


}

.line::after {
    width: 12px;
    height: 12px;
    background: #0076FF;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 50%;
}

.line::before {
    width: 12px;
    height: 12px;
    background: #0076FF;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-radius: 50%;
}


#process .process .box2 .line {
    width: 4px;
    height: 521px;
    background: rgba(0, 0, 0, 0.1);

}

#process .process .box3 .line {
    width: 4px;
    height: 600px;
    background: rgba(0, 0, 0, 0.1);

}

#process .process .box4 .line {
    width: 4px;
    height: 635px;
    background: rgba(0, 0, 0, 0.1);

}

#process .process .timeaxis {
    width: 200px;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    position: absolute;
    top: -6px;
    left: 20px;
    flex-wrap: nowrap;
}

#process .process .timeaxisbox {
    width: 280px;
    height: 100%;
    position: absolute;
    left: -85px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


#process .process .timebox {
    width: 100%;
    display: flex;
}

#process .process .time {
    font-weight: 700;
    font-size: 18px;
    color: #1781FF;
    flex-shrink: 0;
}

#process .process img {
    width: 16px;
    height: 16px;
    margin: 0 5px;
}

#process .process p {
    font-weight: 500;
    font-size: 18px;
    color: #666666;
}














#Memorabilia {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F1F2F8;
    padding-bottom: 50px;
    box-sizing: border-box;
}

#Memorabilia .Memorabilia {
    width: 1200px;
}

#Memorabilia .Memorabilia .box {
    display: flex;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    transition: margin-top 0.3s ease-in-out;
}

#Memorabilia .Memorabilia .box:hover {
    margin-top: -10px;
}

#Memorabilia .Memorabilia .box>div {
    width: 380px;
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF;
}

#Memorabilia .Memorabilia .box a {
    width: 380px;

}

#Memorabilia .Memorabilia .box a img {
    width: 100%;
    height: 256px;

}

#Memorabilia .Memorabilia .box>div div {
    width: 100%;
    padding: 14px 20px;
    box-sizing: border-box;
}

#Memorabilia .Memorabilia .box a .mingcheng {
    font-weight: 400;
    font-size: 18px;
    color: #303133;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 14px;

}

#Memorabilia .Memorabilia .box:hover .mingcheng {
    color: #0076FF;
    font-weight: bold;
}

#Memorabilia .Memorabilia .box a .time {
    font-weight: 400;
    font-size: 16px;
    color: #8F9299;
    line-height: 22px;
    margin-bottom: 40px;
}


/* 技术实力 */
#jishushili {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
    box-sizing: border-box;
}

#jishushili .jishushili {
    width: 1200px;
}

#jishushili .jishushili .shiliitem {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}

#jishushili .jishushili .shilitab {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#jishushili .jishushili .shilitab>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 25%;
    justify-content: center;
    cursor: pointer;
}

#jishushili .jishushili .shilitab>div h5 {
    font-weight: bold;
    font-size: 56px;
    color: #998150;
}

#jishushili .jishushili .shilitab>div p {
    font-weight: 500;
    font-size: 28px;
    color: rgba(153, 129, 80, 0.6);
}

#jishushili .jishushili .shilitab>div.active {
    position: relative;
    margin-top: -30px;
}

#jishushili .jishushili .shilitab>div.active h5 {
    font-size: 56px;
}

#jishushili .jishushili .shilitab>div.active p {
    font-weight: 500;
    font-size: 28px;
    color: #998150;
}

#jishushili .jishushili .shilitab>div.active::before {
    width: 48px;
    height: 100px;
    position: absolute;
    left: -52px;
    top: 0;
    background: url("../images/icon82.png") no-repeat center;
    background-size: 100% 100%;
    content: "";
}

#jishushili .jishushili .shilitab>div img {
    display: none;
    height: 62px;
    position: absolute;
    bottom: -42px;
}

#jishushili .jishushili .shilitab>div.active::after {
    width: 48px;
    height: 100px;
    position: absolute;
    right: -52px;
    top: 0;
    background: url("../images/icon83.png") no-repeat center;
    background-size: 100% 100%;
    content: "";
}

#jishushili .jishushili .shilitab>div.active img {
    display: block;
}







.lianxiem {
    width: 100%;
    height: 170px;
    background: url("../images/icon45.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 2px;
}

.lianxiem p {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
}

.lianxiem div {
    width: 133px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
    font-size: 16px;
    color: #0076FF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-top: 32px;
}

.lianxilary {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 100000;


}

.lianxilary .contactbox {
    width: 500px;
    /* height: 610px; */
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.lianxilary .contactbox .toplogo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.lianxilary .contactbox .toplogo .contactlogo {
    width: 64px;
    height: 64px;
}

.lianxilary .contactbox .toplogo .yinying {
    width: 73px;
    height: 26px;
    margin-top: -10px;
}

.lianxilary .contactbox .toplogo p {
    font-weight: 600;
    font-size: 20px;
    color: #303133;
    line-height: 28px;
    letter-spacing: 3px;
}

.contactflex {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.contactflex span {
    color: #E23B04;
    font-weight: bold;
    margin-right: 2px;
}

.contactflex>div:nth-child(1) {
    width: 100px;
    text-align: justify;
    text-wrap: nowrap !important;
    white-space: nowrap !important;
    color: #3D3D3D;
    font-weight: bold;
    font-size: 16px;

}

.contactflex p {
    font-weight: bold;
    font-size: 16px;
    color: #3D3D3D;

}

.contactflex .input {
    flex: 1;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #D8D8D8;
    padding: 11px;
    box-sizing: border-box;
}

.contactflex .input input {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 0;

    box-sizing: border-box;
    line-height: 14px !important;
}

.contactflex .input input::placeholder {
    color: #A7A7A7;
    line-height: 22px;
    text-align: justify;
}

.xuqiubox {
    width: 100%;
    height: 170px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #D8D8D8;
}

.xuqiubox div.t {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}


.xuqiubox div.t::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(210, 210, 210, 1) 50%, transparent 50%);
    background-size: 5px 2px;
}

.texttarea_application {
    padding: 10px;
    padding-bottom: 24px;
    box-sizing: border-box;
    font-size: 14px;
    background: transparent;
    position: relative;
    border: none !important;
    border-radius: 10px;
}


#char-count {
    position: absolute;
    bottom: 0px;
    right: 30px;

}

#char-count .input-count {
    color: #333333;
    /* 设置已输入数字的字体颜色为绿色 */
}

#char-count .limit-count {
    color: gray;
    /* 设置限制数字的字体颜色为灰色 */
}


.texttarea_application .textarea_text {
    width: 100%;
    background: transparent !important;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    outline: none;
    border: none;
    line-height: 24px;

}

.texttarea_application .textarea_text::placeholder {
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    color: #A7A7A7;
    line-height: 22px;
}

.texttarea_application img {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    bottom: 3px;
}

.button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 25px;
    cursor: pointer;
}

.button .close {
    width: 142px;
    height: 43px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgba(138, 142, 145, 0.4);
    font-weight: bold;
    font-size: 18px;
    color: #8A8E91;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.button .submit {
    width: 234px;
    height: 43px;
    background: #0076FF;
    border-radius: 50px 50px 50px 50px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.button .submit:hover {
    background: #1A59AF;
}

.erweimabox {
    width: 86px;
    height: 86px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.erweimabox .erweima {
    width: 70px;
    height: 70px;
}

.erweimabox .sanjiao {
    width: 86px;
    height: 86px;
    position: absolute;
    right: 0;
    top: 0;
}

/* 二维码弹窗 */
.codelary {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 100000;


}

.codelary .codebox {
    width: 500px;
    height: 480px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

}

.codelary .codebox .title {
    font-weight: 600;
    font-size: 18px;
    color: #303133;
    margin-top: 24px;
}

.codelary .codebox h2 {
    font-weight: 300;
    font-size: 14px;
    color: #9E9E9E;
}

.codelary .codebox .code {
    width: 202px;
    height: 226px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(188, 188, 188, 0.3);
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.codelary .codebox .code .codeimg {
    width: 178px;
    height: 178px;

}
.codelary .codebox .code>div:last-child{
    margin-top: 15px;
}
.codelary .codebox .code div {
    display: flex;
    align-items: center;
}

.codelary .codebox .code div img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.codelary .codebox .code div p {
    font-weight: 400;
    font-size: 13px;
    color: #55575A;

}

.codelary .codebox .qiehuan {
    width: 116px;
    height: 32px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #D2D2D3;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.codelary .codebox .qiehuan img {
    width: 20px;
    height: 20px;
}

.codelary .codebox .qiehuan p {
    font-weight: 400;
    font-size: 13px;
    color: #303133;
}

.no {
    display: none !important;
}

.codelary .codebox .guanbi {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 30px;
}


#case {
    width: 100%;
    background: #F5F5F5;

    display: flex;
    justify-content: center;
}

#case .casebox {
    width: 1200px;
}

#case .casebox .casetab {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #EEEEEE;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #F6F6F6;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

#case .casebox .casetab>div {
    width: 100%;
    display: flex;
    /* align-items: center; */
    margin-bottom: 30px;

}

#case .casebox .casetab>div:last-child {
    margin-bottom: 0;
}

#case .casebox .casetab>div p {
    font-weight: 400;
    font-size: 18px;
    color: #303133;
    flex-shrink: 0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#case .casebox .casetab>div .tab2 {
    width: 86%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#case .casebox .casetab>div .tab2 div {
    font-weight: 400;
    font-size: 18px;
    color: #8F9299;
    margin-left: 50px;

    padding: 0 30px;
    box-sizing: border-box;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #case .casebox .casetab>div .tab2 div:nth-child(1) {
    margin-left: 50px;
} */

#case .casebox .casetab>div .tab2 div.active {
    height: 45px;
    background: #0076FF;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 0;
    padding-bottom: 2px;
    box-sizing: border-box;
    box-sizing: 0 -3px 3px 6px #0076FF;
    position: relative;
}

#case .casebox .casetab>div .tab2 div.active::after {
    width: 100%;
    height: 25px;
    background: url("../images/icon73.png") no-repeat center;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
}

#case .casebox .casetitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 17px 0;
}

#case .casebox .casetitle p {
    font-weight: 400;
    font-size: 18px;
    color: #727579;
}

#case .casebox .casetitle p span {
    color: #9E9E9E;
}

#case .casebox .casetitle .searchbox {
    width: 292px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 26px 26px 26px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    box-sizing: border-box;
}

#case .casebox .casetitle .searchbox input {
    width: 70%;
    padding-left: 16px;
    box-sizing: border-box;
    line-height: 0;
}

#case .casebox .casetitle .searchbox input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #8F9299;
}

#case .casebox .casetitle .searchbox .search {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    width: 58px;
    height: 26px;
    background: #0076FF;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

#case .casebox .casetitle .searchbox .clear {
    width: 16px;
    height: 16px;
}

#case .casebox .casebox2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

#case .casebox .casebox2 .box {
    width: 380px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #EEEEEE;
    border-radius: 20px;
    border: 1px solid #F6F6F6;
    margin-bottom: 20px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#case .casebox .casebox2 .box:nth-child(3n) {
    margin-right: 0;
}

#case .casebox .casebox2 .box .casetop {
    width: 100%;
    display: flex;
    padding: 20px 10px 16px 20px;
    box-sizing: border-box;
}

#case .casebox .casebox2 .box .casetop .left {
    width: 80px;
    height: 106px;
    background: #F6F6F6;
    border-radius: 6px 6px 6px 6px;
    margin-right: 20px;
    flex-shrink: 0;
}

#case .casebox .casebox2 .box .casetop .left img {
    width: 100%;
    height: 100%;
}

#case .casebox .casebox2 .box .casetop .right {}

#case .casebox .casebox2 .box .casetop .right h3 {
    font-weight: bold;
    font-size: 20px;
    color: #303133;
    margin-bottom: 12px;
    text-align: left;
}

#case .casebox .casebox2 .box .casetop .right>div {
    display: flex;
    flex-wrap: wrap;
}

#case .casebox .casebox2 .box .casetop .right>div div {
    padding: 6px 10px;
    box-sizing: border-box;
    background: rgba(143, 146, 153, 0.1);
    border-radius: 4px 4px 4px 4px;
    font-weight: 500;
    font-size: 14px;
    color: #8F9299;
    margin-right: 5px;
    margin-bottom: 5px;
}

#case .casebox .casebox2 .box .casetop .right>div div:nth-child(3) {
    margin-right: 0;
}

#case .casebox .casebox2 .box .casebot {
    width: 100%;
    border-top: 1px solid #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 20px;
    box-sizing: border-box;
}

#case .casebox .casebox2 .box .casebot p {
    font-weight: 500;
    font-size: 14px;
    color: #8F9299;
}

#case .casebox .casebox2 .box .casebot div {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    width: 95px;
    height: 30px;
    background: #3F9DFD;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

#case .casebox .casebox2 .box .casebot div:hover {
    background: #0076FF;
    cursor: url('../images/icon58.png') 20 20, default;
}

.laypage {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0076FF !important;
}

.layui-laypage a:hover {
    color: #0076FF !important;
}

.layui-laypage a {
    margin: 0 5px !important;
    /*  padding: 0 12px !important;
    box-sizing: border-box; */
}

.layui-laypage span {
    margin: 0 5px !important;
}

.layui-laypage-skip {}

.layui-laypage input:focus {
    border: none !important;
    box-shadow: none !important;
}

.layui-laypage input {
    border: 1px solid #eee !important;
    box-shadow: none !important;
}


.jianlibox {
    width: 154px;
    height: 332px;
    position: absolute;
    left: calc((100vw - 1400px) / 2);
    transform: translateX(-50%);
    top: 600px;
    z-index: 100;
}

.jianlibox a {
    width: 154px;
    height: 332px;

}

.jianlibox a img {
    width: 100%;
    height: 100%;
}

.jianlibox .closebox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
    cursor: pointer;
}

.jianlibox .closebox img {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    margin-bottom: 0.5px;
}

.jianlibox .closebox p {
    font-weight: 500;
    font-size: 10px;
    color: #222222;
}




#container {
    width: 100%;
    height: 100%;
    margin: 0px;
}

#loadingTip {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 3px 10px;
    background: red;
    color: #fff;
    font-size: 14px;
}



.amap-ui-district-cluster-marker-body {
    background-color: rgba(255, 94, 52, 1) !important;
    margin-top: -1px !important;
    margin-right: -1px !important;
    /* height: 27px !important; */
    padding: 0 11px 11px 8px !important;
    line-height: 28px !important;
    text-align: center !important;
}

.amap-ui-district-cluster-marker {
    border: 1px solid #388FF0 !important;
    border-radius: 10px 10px 10px 0 !important;
    box-sizing: border-box !important;
    height: 27px !important;
}

.amap-ui-district-cluster-marker:after {
    /* width: 20px !important; */
    /* height: 20px !important; */
    border-top-color: rgba(45, 109, 255, 1) !important;
    /* background: url("../images/icon45.png") no-repeat center !important; */
    /* background-size: 100% 100% !important; */

}

.amap-ui-district-cluster-marker:before {
    border-top-color: transparent !important;
}

.amap-ui-district-cluster-marker {
    top: -4px !important;
}




.amap-ui-district-cluster-marker span {
    margin-bottom: 3px !important;
}

.amap-ui-district-cluster-marker {
    padding-bottom: 5px !important;
}

.amap-ui-district-cluster-marker-title {
    line-height: 12px !important;
}

.amap-ui-district-cluster-marker-body {
    line-height: 26px !important;
}

.ditushaixuan {
    width: 390px;
    /* height: 266px; */
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    right: 5%;
    bottom: 6%;
}

.ditushaixuan .zhankaibox {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
}

.ditushaixuan .shaixuanx>div {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    /* padding-bottom: 8px; */
    box-sizing: border-box;
    height: 40px;
    /* padding-top: 10px; */
    background: url("../images/icon60.png") no-repeat center;
    background-size: 100% 100%;

}


.ditushaixuan .shaixuanx>div>div:first-child {
    font-weight: 500;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    width: 110px;
    text-align: center;
}

.ditushaixuan .button {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
}

.ditushaixuan .button div:nth-child(1) {
    width: 116px;
    height: 34px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgba(138, 142, 145, 0.4);
    font-weight: bold;
    font-size: 16px;
    color: #8A8E91;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-sizing: border-box;
    line-height: 0;
}

.ditushaixuan .button div:nth-child(2) {
    width: 155px;
    height: 36px;
    border-radius: 18px 18px 18px 18px;
    background: #0076FF;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 0;
}

.layui-col-space16 {
    width: 240px !important;
}

.layui-form-select dl dd.layui-select-tips {
    color: #fff !important;
}

.layui-col-md6 {
    width: 100% !important;
}

.layui-input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: rgba(51, 51, 51, 1) !important;


}

.layui-input::placeholder {
    color: rgba(153, 153, 153, 1) !important;
}

.layui-form-select .layui-edge {
    border-top-color: #B4BCD1 !important
}



.layui-input:focus,
.layui-textarea:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.layui-form-select dl dd.layui-this {
    color: #6FA8FF !important;

}

.layui-form-select dl {
    background-color: #FFFFFF !important;
    backdrop-filter: blur(10px);
    border: none !important;
    box-shadow: 0 0.75rpx 1.86rpx 0 rgba(111, 111, 111, 0.30);
}
.layui-form-select dl dd {
    color: #666666 !important;
}
.layui-form-select dl::-webkit-scrollbar {
    display: none !important;

}

.layui-form-select {
    color: rgba(255, 255, 255, 0.7) !important;
}

.layui-form-select dl dd:hover {
    color: #6FA8FF !important;
}

.layui-form-select .layui-edge {
    border-top-color: #333333 !important
}

.Newsbox {
    width: 100%;


}

.Newsbox .box {
    width: 100%;
    border-top: 1px solid #e2e1e1;
    display: flex;
    padding: 20px 0;
}

.Newsbox .box .time {
    font-weight: 500;
    font-size: 26px;
    color: #303133;
    font-family: DIN, DIN;
    margin-bottom: 4px;
}

.Newsbox .box .year {
    width: 34px;
    height: 19px;
    font-family: DIN, DIN;
    font-weight: 500;
    font-size: 16px;
    color: #8F9299;
    width: 46px;
    height: 21px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #8F9299;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.Newsbox .box .center {
    flex: 1;
    padding-left: 90px;
    box-sizing: border-box;
    padding-right: 20px;
}

.Newsbox .box .center h4 {
    font-weight: bold;
    font-size: 20px;
    color: #303133;
    line-height: 28px;
    margin-bottom: 30px;
    position: relative;
}

.Newsbox .box .center h4::before {
    content: "";
    width: 38px;
    height: 2px;
    background: rgba(165, 168, 173, 0.6);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: -64px;
    top: 12px;
}

.Newsbox .box .center p {
    font-weight: 400;
    font-size: 16px;
    color: #A5A8AD;
    line-height: 22px;
}

.Newsbox .box .right {
    width: 280px;
    height: 201px;
    background: #F6F6F6;
    border-radius: 0px 0px 0px 0px;
}

.Newsbox .box .right img {
    width: 280px;
    height: 201px;
}

.dibu2 {
    background: #0076FF !important;
}

.dibu2 .dibutop div a {
    color: #fff !important;
}

.dibu2 .dibutop div::after {
    content: "";
    position: absolute;
    right: -56px;
    top: 0;
    width: 1px;
    height: 29px;
    border-right: 1px solid #fff !important;
}

.dibu2 .xinxi .left>div div p {
    color: #fff !important;
}

.dibu2 .xinxi .left p {
    color: #fff !important;
}

.contactbox2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.contactbox2>div {}

.contactbox2>div .tit {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
}

.contactbox2>div img {
    width: 45px;
    height: 45px;
    margin: 28px 0;
}

.contactbox2>div p {
    font-family: DIN, DIN;
    font-weight: 500;
    font-size: 36px;
    color: #0076FF;
}

.mapbox {
    width: 1200px;
    height: 700px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 16px 0 rgba(184, 184, 184, 0.30);
    margin-bottom: 40px;
}

.mapbox .map {
    width: 1200px;
    height: 700px;
}

.biaoji {
    width: 327px;
    background: #0076FF !important;
    margin-left: -42%;
    margin-top: -60px;
    line-height: 36px;
    font-size: 14px;
    padding: 12px;
    box-sizing: border-box;
    color: #666666;
    font-weight: 400;
    display: flex;
    border-radius: 5px;
}

.biaoji h5 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.biaoji p {
    color: rgba(255, 255, 255, 0.8);
}

.biaoji .left {
    width: 75px;
    height: 75px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.biaoji .left img {
    width: 60px;
    height: 60px;
}

.biaoji .right {
    flex: 1;
}

#liuyanbox {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
}

#liuyanbox .liuyanbox {
    width: 1200px;
}

#liuyanbox .liuyanbox h1 {}

#liuyanbox .liuyanbox .liuyan {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#liuyanbox .liuyanbox .liuyan>div {
    margin-bottom: 50px;
}

#liuyanbox .liuyanbox .liuyan>div p {
    font-weight: 600;
    font-size: 18px;
    color: #9E9E9E;
    margin-bottom: 15px;
}

#liuyanbox .liuyanbox .liuyan>div div {
    width: 550px;
    height: 68px;
    background: #F6F6F6;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #EEEEEE;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

#liuyanbox .liuyanbox .liuyan>div div.active {
    border: 2px solid rgba(0, 118, 255, 0.2) !important;
}

#liuyanbox .liuyanbox .liuyan>div div img {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

#liuyanbox .liuyanbox .liuyan>div div input {
    font-size: 18px;
    width: 100%;
}

#liuyanbox .liuyanbox .liuyan>div div input::placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #9E9E9E;
}

.liuyantext {
    margin-bottom: 50px;

}

.liuyantext p {
    font-weight: 500;
    font-size: 18px;
    color: #9E9E9E;
    margin-bottom: 15px;
}

.liuyantext .texttarea_application {
    width: 100%;
    /* height: 284px; */
    background: #F6F6F6;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #EEEEEE !important;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
}

.liuyantext .texttarea_application .textarea_text {
    height: 100%;
}

.liuyantext .texttarea_application #char-count {
    position: absolute;
    bottom: 10px !important;
}

.tijiao {
    width: 187px;
    height: 59px;
    background: #0076FF;
    border-radius: 6px 6px 6px 6px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
}

.biographical {
    width: 100%;
    /* height: 1112px; */
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    position: relative;

}
.biographical::after{
    content: "";
    width: 100%;
    height: 830px;
    background: url("../images/icon74.png") no-repeat center bottom;
    background-size: 100% 830px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:0;

}

.biographicalbox {
    width: 1200px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.biographical .title {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.biographical .title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.biographical .title p {
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 22px;
}

.biographicalbox2 {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.biographicalbox2 .left {
    width: 800px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 30px 40px;
    box-sizing: border-box;
}

.biographicalbox2 .right {
    width: 380px;
    min-height: 500px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 30px 25px;
    box-sizing: border-box;
    overflow-y: auto;
}

.biographicalbox2 .right::-webkit-scrollbar {
    display: none;
}

.biographicalbox2 .left h4 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: center;
}

.biographicalbox2 .header {
    font-weight: bold;
    font-size: 18px;
    color: #555555;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}

.biographicalbox2 .header span {
    font-weight: bold;
    font-size: 18px;
    color: #013686;
}

.biographicalbox2 .header::before {
    content: "";
    position: absolute;
    width: 106px;
    height: 1px;
    background: #013686;
    top: -5px;
}

.biographicalbox2 p {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 40px;
}

.toudi {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    width: 152px;
    height: 48px;
    background: #0076FF;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 30px auto;
    padding-bottom: 2px;
    position: relative;
}

.toudi::after {
    width: 150px;
    height: 33px;
    background: url("../images/icon73.png") no-repeat center;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    bottom: -23px;
}

.othergangwei {
    width: 100%;
    height: 44px;
    background: #F2F1F1;
    border-radius: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 20px;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.biographicalbox2 .right ul {
    width: 100%;
    display: flex;
    flex-direction: column;

}

.biographicalbox2 .right ul li {
    width: 330px;
    height: 61px;
    border-bottom: 1px solid #E4E4E4;
}
.biographicalbox2 .right ul li.active{
    background: #0076FF;

}
.biographicalbox2 .right ul li.active a{
    color: #FFFFFF !important;
}
.biographicalbox2 .right ul li.hover {
    position: relative;
}

.biographicalbox2 .right ul li.hover::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
    background: #0076FF;
}

.biographicalbox2 .right ul li a {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.biographicalbox2 .right ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
    background: #0076FF;
    opacity: 0;
    /* 初始透明度为 0 */

    transition: opacity 0.8s ease-in-out;
    /* 透明度和位移平滑过渡 */
}

.biographicalbox2 .right ul li a:hover::before {
    opacity: 1;
    /* 悬停时完全可见 */
}


.deliverbox {
    width: 100%;
    background: #FFFFFF;
    padding: 30px 90px;
    box-sizing: border-box;

}

.deliverbox h4 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
}

.deliverbox .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.deliverbox .box:last-child {
    border-bottom: none;
}

.deliverbox .box h5 {
    height: 40px;
    font-weight: bold;
    font-size: 22px;
    color: #303133;
    position: relative;
}

.deliverbox .box h5::after {
    width: 22px;
    height: 4px;
    background: #0076FF;
    border-radius: 0px 0px 0px 0px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
}

.deliverbox .box .right {
    width: 869px;
    min-height: 200px;
    background: #F8F9FA;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    overflow-wrap: break-word;
    text-wrap: wrap;
}

.deliverbox .box .right h6 {
    font-weight: bold;
    font-size: 18px;
    color: #303133;
    line-height: 25px;
    text-align: center;
    width: 90%;
}

.deliverbox .box .right .Upload {
    font-weight: 400;
    font-size: 16px;
    color: #0076FF;
    line-height: 22px;
    width: 129px;
    height: 40px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #0076FF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.deliverbox .box .right p {
    font-weight: 400;
    font-size: 14px;
    color: #8F9299;
}

.informain {
    width: 869px;
}

.informain>div {
    width: 100%;
}

.informain>div p {
    font-weight: 400;
    font-size: 18px;
    color: #303133;
    margin-bottom: 15px;
}

.informain>div p span {
    font-weight: 400;
    font-size: 18px;
    color: #FF5E34;
    margin-right: 4px;
}

.informain>div>div {
    width: 869px;
    height: 60px;
    background: #F8F9FA;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #EEEEEE;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.informain>div>div.active {
    border: 2px solid #7FBAFF;
}

.informain>div div img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.informain>div div input {
    flex: 1;
    font-weight: 400;
    font-size: 18px;
}

.informain>div div input::placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #9E9E9E;
}

.yuedu {
    width: 100%;
    height: 40px;
    margin: 30px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yuedu input {
    width: 16px;
    height: 16px;
    opacity: 1;
    display: block;
    margin-top: 1px;

}

.yuedu label p {
    font-weight: 400;
    font-size: 16px;
    color: #646A73;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.yuedu p span {
    color: #0076FF;
    font-weight: bold;
}


.uploadlary {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.uploadlary .uploading {
    width: 538px;
    height: 199px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.uploadlary .uploading img {
    width: 50px;
    height: 50px;

}

.uploadlary .uploading p {
    font-weight: 400;
    font-size: 20px;
    color: #303133;
}

.layui-progress {
    width: 80%;
    height: 6px;
}

.uploadlary .quexiao {
    font-weight: 400;
    font-size: 14px;
    color: #0076FF;
    line-height: 20px;
}

.layui-progress-bar {
    background-color: #0076FF !important;
}


.uploadfailedlary {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
}

.uploadfailedlary .uploadfailed {
    width: 538px;
    height: 290px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.uploadfailedlary .uploadfailed h4 {
    font-weight: 600;
    font-size: 24px;
    color: #303133;
}

.uploadfailedlary .uploadfailed img {
    height: 50px;
}

.uploadfailedlary .uploadfailed p {
    font-weight: 400;
    font-size: 20px;
    color: #646A73;
}

.uploadfailedlary .uploadfailed .know {
    width: 239px;
    height: 55px;
    background: #0076FF;
    border-radius: 10px 10px 10px 10px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}



.uploadfailedlary2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
}

.uploadfailedlary2 .uploadfailed {
    width: 538px;
    height: 290px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.uploadfailedlary2 .uploadfailed h4 {
    font-weight: 600;
    font-size: 24px;
    color: #303133;
}

.uploadfailedlary2 .uploadfailed p {
    font-weight: 400;
    font-size: 20px;
    color: #646A73;
}

.uploadfailedlary2 .uploadfailed .know {
    width: 239px;
    height: 55px;
    background: #0076FF;
    border-radius: 10px 10px 10px 10px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uploadfailedlary2 .uploadfailed p span {
    color: #0076FF;
}


.successlary {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
}

.successlary .successbox {
    width: 648px;
    height: 454px;
    background: url("../images/icon78.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 10px 10px 10px 10px;
    padding: 0 100px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.successlary .successbox img {
    height: 197px;
}

.successlary .successbox h4 {
    font-weight: 500;
    font-size: 24px;
    color: #222222;
}

.successlary .successbox p {
    font-weight: 400;
    font-size: 20px;
    color: #646A73;
    line-height: 35px;
    text-align: center;
}

.successlary .successbox .know {
    width: 239px;
    height: 55px;
    background: #0076FF;
    border-radius: 10px 10px 10px 10px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}


.default2,
.default2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.default img,
.default2 img {
    width: 310px;
    margin-top: 50px;
}

.default p,
.default2 p {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    margin-bottom: 40px;
}

.default .all,
.default2 .all {
    width: 117px;
    height: 45px;
    background: #0076FF;
    border-radius: 30px 30px 30px 30px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}


#gangweibox {
    width: 100%;
    background: #F6F6F6;

    display: flex;
    justify-content: center;
}
#gangweibox .gangweibox .gangwei a:last-child .box{
    margin-bottom: 0;
}

#gangweibox .gangweibox {
    width: 1200px;
    padding-bottom: 50px;
}

#gangweibox .gangweibox h1 {
    font-weight: 800;
    font-size: 30px;
    color: #303133;
}

#gangweibox .gangweibox .gangwei {
    width: 100%;

}
#gangweibox .gangweibox .gangwei a {
    width: 100%;

}
#gangweibox .gangweibox .gangwei .box {
    width: 100%;
    background: #FFFFFF;
    padding: 28px 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

#gangweibox .gangweibox .gangwei .box .gangwei_top {
    display: flex;
    align-items: center;
}

#gangweibox .gangweibox .gangwei .box .gangwei_top p:nth-child(1) {
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 0;
    margin-right: 20px;
}

#gangweibox .gangweibox .gangwei .box .gangwei_top p:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 0;
}

#gangweibox .gangweibox .gangwei .box .gangwei_center {
    display: flex;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 20px;
}

#gangweibox .gangweibox .gangwei .box .gangwei_center h5 {
    font-weight: 400;
    font-size: 16px;
    color: #FF7581;

}

#gangweibox .gangweibox .gangwei .box .gangwei_center p {
    font-weight: 400;
    font-size: 16px;
    color: #646A73;
    border-left: 1px solid #646A73;
    padding-left: 14px;
    margin-left: 14px;
}

#gangweibox .gangweibox .gangwei .box .gangwei_bot {
    font-weight: 400;
    font-size: 16px;
    color: #303133;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

#gangweibox .gangweibox .gangwei .box .ljtoudi {
    width: 135px;
    height: 49px;
    background: #0076FF;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    position: absolute;
    right: 24px;
    top: 20px;
    margin: 0;
}

#gangweibox .gangweibox .gangwei .box .ljtoudi:hover {
    background: #1A59AF;
}

.hezuokehu {
    width: 100%;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    position: relative;

}

.hezuokehu>div {
    width: 110px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: margin-top 0.3s ease-in-out; */
    position: relative;
    transition: transform 0.6s ease-in-out;
}

.hezuokehu>div:hover {
    /* margin-top: -8px; */
    transform: scale(1.1) translateY(-10px);
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);  */
    transition-duration: 0.25s; /* 移入时过渡快 */
    transition-timing-function: ease-in; /* 移入时加速 */
}


.hezuokehu div img {}


.hezuokehu>div:nth-child(2) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 8px;
    left: 120px;
}

.hezuokehu>div:nth-child(3) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 18px;
    left: 235px;
}

.hezuokehu>div:nth-child(4) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 26px;
    left: 345px;
}

.hezuokehu>div:nth-child(5) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 36px;
    left: 450px;
}

.hezuokehu>div:nth-child(6) {
    width: 92px;
    height: 83px;
    position: absolute;
    top: 48px;
    left: 550px;
}

.hezuokehu>div:nth-child(7) {
    width: 96px;
    height: 86px;
    position: absolute;
    top: 36px;
    right: 450px;
}

.hezuokehu>div:nth-child(8) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 26px;
    right: 345px;
}

.hezuokehu>div:nth-child(9) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 18px;
    right: 235px;
}

.hezuokehu>div:nth-child(10) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 8px;
    right: 120px;
}

.hezuokehu>div:nth-child(11) {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
}

.hezuokehu>div:nth-child(12) {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 110px;
    left: 0;
}

.hezuokehu>div:nth-child(13) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 120px;
    left: 120px;
}

.hezuokehu>div:nth-child(14) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 128px;
    left: 235px;
}

.hezuokehu>div:nth-child(15) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 136px;
    left: 345px;
}

.hezuokehu>div:nth-child(16) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 146px;
    left: 450px;
}

.hezuokehu>div:nth-child(17) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 155px;
    left: 550px;
}

.hezuokehu>div:nth-child(18) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 146px;
    right: 450px;
}


.hezuokehu>div:nth-child(19) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 136px;
    right: 345px;
}

.hezuokehu>div:nth-child(20) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 128px;
    right: 235px;
}

.hezuokehu>div:nth-child(21) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 120px;
    right: 120px;
}

.hezuokehu>div:nth-child(22) {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 110px;
    right: 0;
}




.hezuokehu>div:nth-child(23) {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 230px;
    left: 0;
}

.hezuokehu>div:nth-child(24) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 236px;
    left: 120px;
}

.hezuokehu>div:nth-child(25) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 240px;
    left: 235px;
}

.hezuokehu>div:nth-child(26) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 244px;
    left: 345px;
}

.hezuokehu>div:nth-child(27) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 246px;
    left: 450px;
}

.hezuokehu div.center {
    width: 93px;
    height: 81px;
    background: #0076FF;
    border-radius: 20px 20px 20px 20px;
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 255px;
    left: 550px;
}

.hezuokehu>div:nth-child(29) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 246px;
    right: 450px;
}


.hezuokehu>div:nth-child(30) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 244px;
    right: 345px;
}

.hezuokehu>div:nth-child(31) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 240px;
    right: 235px;
}

.hezuokehu>div:nth-child(32) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 236px;
    right: 120px;
}

.hezuokehu>div:nth-child(33) {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 230px;
    right: 0;
}




.hezuokehu>div:nth-child(34) {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 355px;
    left: 0;
}

.hezuokehu>div:nth-child(35) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 355px;
    left: 120px;
}

.hezuokehu>div:nth-child(36) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 352px;
    left: 235px;
}

.hezuokehu>div:nth-child(37) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 350px;
    left: 345px;
}

.hezuokehu>div:nth-child(38) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 346px;
    left: 450px;
}

.hezuokehu>div:nth-child(39) {
    width: 93px;
    height: 81px;
    position: absolute;
    top: 350px;
    right: 550px;
}

.hezuokehu>div:nth-child(40) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 352px;
    right: 450px;
}


.hezuokehu>div:nth-child(41) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 355px;
    right: 345px;
}

.hezuokehu>div:nth-child(42) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 352px;
    right: 235px;
}

.hezuokehu>div:nth-child(43) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 355px;
    right: 120px;
}

.hezuokehu>div:nth-child(44) {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 355px;
    right: 0;
}




.hezuokehu>div:nth-child(45) {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 475px;
    left: 0;
}

.hezuokehu>div:nth-child(46) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 470px;
    left: 120px;
}

.hezuokehu>div:nth-child(47) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 468px;
    left: 235px;
}

.hezuokehu>div:nth-child(48) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 458px;
    left: 345px;
}

.hezuokehu>div:nth-child(49) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 455px;
    left: 450px;
}

.hezuokehu>div:nth-child(50) {
    width: 93px;
    height: 81px;
    position: absolute;
    top: 450px;
    right: 550px;
}

.hezuokehu>div:nth-child(51) {
    width: 94px;
    height: 86px;
    position: absolute;
    top: 455px;
    right: 450px;
}


.hezuokehu>div:nth-child(52) {
    width: 96px;
    height: 94px;
    position: absolute;
    top: 458px;
    right: 345px;
}

.hezuokehu>div:nth-child(53) {
    width: 100px;
    height: 96px;
    position: absolute;
    top: 468px;
    right: 235px;
}

.hezuokehu>div:nth-child(54) {
    width: 104px;
    height: 97px;
    position: absolute;
    top: 470px;
    right: 120px;
}

.hezuokehu>div:nth-child(55) {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 475px;
    right: 0;
}

.zhanliuelary {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.8);
}

.zhanliuelary .zhanluebox {
    width: 1060px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px 0;
    box-sizing: border-box;
}

.zhanliuelary .zhanluebox .zhanluetop {
    width: 276px;
    height: 46px;
    background: url("../images/icon90.png") no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    box-sizing: border-box;
    margin-bottom: 26px;
}

.zhanliuelary .zhanluebox .zhanluetop p {
    font-weight: 500 ;
    font-size: 16px;
    text-wrap: nowrap !important;
    white-space: nowrap !important;
    color: rgba(255, 255, 255, 0.9);
    text-wrap: nowrap;
}

.zhanliuelary .zhanluebox .zhanluetop .layui-form {}

.zhanliuelary .layui-form-select .layui-input {
    color: #fff !important;
    text-align: center !important;
    font-size: 22px;
    font-weight: 900;
}

.zhanliuelary .layui-form-select .layui-input::placeholder {
    color: #fff !important;
}

.zhanliuelary .layui-form-select .layui-edge {
    border-top-color: #fff !important;
}

.zhanluemain {
    width: 100%;
    height: 586px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.center1 {
    width: 142px;
    height: 142px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 16px 0 rgba(118, 168, 255, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
}

.center1 img {
    width: 94px;
    height: 94px;
}

.center2 {
    width: 220px;
    height: 210px;
    background: url("../images/icon91.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.center3 {
    width: 388px;
    height: 337px;
    /* background: url("../images/icon94.png") no-repeat center; */
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.center3::after{
    width: 388px;
    height: 337px;
    background: url("../images/icon94.png") no-repeat center;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    top: 0;
}

.center4 {
    width: 394px;
    height: 394px;
    background: url("../images/icon93.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.center4::after {
    width: 384px;
    height: 384px;
    content: "";
    border: 3px solid #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}

.center5 {
    width: 394px;
    height: 394px;
    background: url("../images/icon92.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center6 {
    width: 580px;
    height: 586px;
    background: url("../images/icon95.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.center7 {
    width: 580px;
    height: 586px;
    background: url("../images/icon96.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.center7::after {
    content: "";
    width: 580px;
    height: 586px;
    background: url("../images/icon97.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.shuju1 {
    width: 394px;
    height: 394px;
    position: absolute;
    top: 0;
    left: 0;
}

.shuju1 img {
    width: 35px;
    height: 35px;
}

.shuju1 .img1 {
    position: absolute;
    top: 48px;
    left: 107px;
}

.shuju1 .img2 {
    position: absolute;
    top: 56px;
    right: 98px;
}

.shuju1 .img3 {
    position: absolute;
    top: 178px;
    right: 36px;
    width: 21px;
    height: 28px;
}

.shuju1 .img4 {
    position: absolute;
    bottom: 45px;
    right: 99px;
}

.shuju1 .img5 {
    position: absolute;
    bottom: 50px;
    left: 102px;
}

.shuju1 .img6 {
    position: absolute;
    top: 176px;
    left: 38px;
    width: 21px;
    height: 28px;
}

.shuju1 p,
.shuju2 p,
.shuju3 p {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #2168B3;
    line-height: 23px;
    overflow: hidden;
}

.shuju1 .p1 {
    position: absolute;
    top: 8px;
    left: 145px;
}

.shuju1 .p2 {
    width: 94px;
    position: absolute;
    top: 80px;
    right: 28px;
}

.shuju1 .p3 {
    width: 90px;
    position: absolute;
    top: 220px;
    right: 28px;
}

.shuju1 .p4 {
    position: absolute;
    bottom: 8px;
    left: 145px;
}

.shuju1 .p5 {
    width: 90px;
    position: absolute;
    top: 220px;
    left: 28px;
}

.shuju1 .p6 {
    width: 94px;
    position: absolute;
    top: 80px;
    left: 28px;
}

.shuju2 {
    width: 580px;
    height: 586px;
    position: absolute;
    top: 0;
    left: 0;
}

.shuju2 .img7 {
    width: 28px;
    height: 21px;
    position: absolute;
    top: 40px;
    left: 276px;
}

.shuju2 .img8 {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 60px;
    right: 151px;
}

.shuju2 .img9 {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 149px;
    right: 58px;
}

.shuju2 .img10 {
    width: 21px;
    height: 28px;
    position: absolute;
    top: 276px;
    right: 30px;
}

.shuju2 .img11 {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 152px;
    right: 57px;
}

.shuju2 .img12 {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 66px;
    right: 150px;
}

.shuju2 .img13 {
    width: 28px;
    height: 21px;
    position: absolute;
    bottom: 40px;
    left: 276px;
}

.shuju2 .img14 {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 148px;
    bottom: 67px;
}

.shuju2 .img15 {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 60px;
    bottom: 160px;
}

.shuju2 .img16 {
    width: 21px;
    height: 28px;
    position: absolute;
    left: 40px;
    top: 276px;
}

.shuju2 .img17 {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 60px;
    top: 150px;
}

.shuju2 .img18 {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 60px;
    left: 150px;
}

.shuju2 .p7 {
    position: absolute;
    top: 8px;
    right: 180px;
}

.shuju2 .p8 {
    width: 90px;
    position: absolute;
    top: 82px;
    right: 73px;
}

.shuju2 .p9 {
    width: 90px;
    position: absolute;
    top: 180px;
    right: 8px;
}

.shuju2 .p10 {
    width: 90px;
    position: absolute;
    top: 310px;
    right: 8px;
}

.shuju2 .p11 {
    width: 90px;
    position: absolute;
    bottom: 70px;
    right: 70px;
}

.shuju2 .p12 {
    width: 90px;
    position: absolute;
    bottom: 8px;
    right: 184px;
}

.shuju2 .p13 {
    width: 90px;
    position: absolute;
    bottom: 8px;
    left: 184px;
}

.shuju2 .p14 {
    width: 90px;
    position: absolute;
    bottom: 70px;
    left: 70px;
}

.shuju2 .p15 {
    width: 90px;
    position: absolute;
    top: 310px;
    left: 8px;
}

.shuju2 .p16 {
    width: 90px;
    position: absolute;
    top: 180px;
    left: 8px;
}

.shuju2 .p17 {
    width: 90px;
    position: absolute;
    top: 82px;
    left: 73px;
}

.shuju2 .p18 {
    position: absolute;
    top: 8px;
    left: 174px;
}

.shuju3 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.shuju3 .p19 {
    position: absolute;
    left: 101px;
    top: 90px;
}

.shuju3 .p20 {
    position: absolute;
    left: 67px;
    top: 220px;
}

.shuju3 .p21 {
    position: absolute;
    left: 101px;
    bottom: 110px;
}

.shuju3 .p22 {
    position: absolute;
    right: 101px;
    top: 90px;
}

.shuju3 .p23 {
    position: absolute;
    right: 67px;
    top: 220px;
}

.shuju3 .p24 {
    position: absolute;
    right: 101px;
    bottom: 110px;
}

.zhanluebox .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 18px;
    height: 18px;
}

.zhanluebox .laypage {
    margin-bottom: 10px;
}

.Notexceeding {
    font-weight: 400;
    font-size: 18px;
    color: #8F9299;
    margin: 30px 0 25px;
}

.Notexceeding span {
    color: rgba(100, 156, 254, 1);
    font-weight: bold;
}

.data,
.nodata {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nodata .default {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nodata .default img {
    width: 310px;
}

.nodata .default p {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    margin-bottom: 200px;
}

.biographicalbox2 img {
    width: 346px;
    /* height: 219px; */
    display: inline-block;
    margin-right: 20px;
    margin-top: 25px;
}

.biographicalbox2 img:nth-child(2n) {
    margin-right: 0;
}

.biographicalbox2 .right .Memorabiliabox {
    width: 100%;
}

.biographicalbox2 .right .Memorabiliabox .box {
    display: flex;
    margin-top: 25px;

}

.biographicalbox2 .right .Memorabiliabox .box .left {
    width: 60px !important;
    height: 60px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    padding: 0 !important;
}

.biographicalbox2 .right .Memorabiliabox .box .left h5 {
    font-weight: bold;
    font-size: 26px;
    color: #0076FF;
}

.biographicalbox2 .right .Memorabiliabox .box .left p {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
}

.biographicalbox2 .right .Memorabiliabox .box .right {

    height: 60px;
    flex: 1;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    box-sizing: border-box;
}

.biographicalbox2 .right .Memorabiliabox .box .right p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: justify;
}

.biographicalbox2 .right .Memorabiliabox .box .right p:hover {
    color: rgba(0, 118, 255, 1);
}

.biographicalbox2 .right .Memorabiliabox a {
    width: 100%;
}


.shuju2 img {
    animation: complexFlash 4s infinite;
}
.shuju1 img {
    animation: complexFlash 4s infinite;
}
@keyframes complexFlash {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.8;
    }

    60% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.center2 {
    animation: rotate-background 30s infinite linear;
}
.center7::after {
    animation: rotate-background 30s infinite linear;
}
@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.center5 p {
    transform: scale(1);
    /* 初始缩放 */
    /* transition: transform 0.5s ease-in-out; */
}

.center7active {
    transform: scale(1.6);
    /* color: #ff6347;   */
}

.yuanquan {
    width: 8px;
    height: 8px;
    background: #5A8BE5;
    border-radius: 50%;
    position: absolute;
    /* left: 236px;
    top: 230px; */
    /* left: 520px;
    top: 286px; */
    /* transform-origin: 100% 100%; */
    /* 使旋转围绕容器的底边中心点 */
    /* animation: rotate 13s linear infinite; */
    /* 旋转动画 */
}

.yuanquan2 {
    width: 8px;
    height: 8px;
    background: #5A8BE5;
    border-radius: 50%;
    position: absolute;
    left: 520px;
    top: 286px;
    /* transform-origin: 100% 100%; */
    /* 使旋转围绕容器的底边中心点 */
    /* animation: rotate 14s linear infinite; */
    /* 旋转动画 */
}

/* 旋转动画 */
@keyframes rotate {
    0% {
        transform: rotate(0deg) translateY(-288px);
        /* 初始位置 */
    }

    100% {
        transform: rotate(360deg) translateY(-288px);
        /* 旋转一圈 */
    }
}

.caozuobox {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #0076FF;
    align-items: center;
}

.caozuobox>div {
    width: 80px;
    text-align: center;
}

.caozuobox .delete {
    border-left: 1px solid rgba(216, 216, 216, 1);
}

#banner2 ul li div.immediatelybox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 290px;
    box-sizing: border-box;
}

.immediately {
    width: 141px !important;
    height: 45px !important;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    font-size: 18px;
    color: #511A0E;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.immediately:hover {
    background: rgba(81, 26, 14, 1);
    color: #FFFFFF;
}



/* 用户隐私协议 */

.privacylary {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(48, 48, 48, 0.5);
}

.privacylary .privacybox {
    width: 500px;
    height: 630px;
    background: #FFF;
    border-radius: 47px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    justify-content: space-between;
    margin-top: -40px;
}

.privacylary .privacybox .logo {
    position: relative;
}

.privacylary .privacybox .logo img {
    width: 64px;
    height: 64px;
}

.privacylary .privacybox .logo::after {
    width: 120%;
    height: 26px;
    content: "";
    position: absolute;
    bottom: -18px;
    left: -10%;
    background: url("../images/icon47.png") no-repeat center;
    background-size: 100% 100%;
}

.privacylary .privacybox h1 {
    font-weight: 600;
    font-size: 20px;
    color: #303133;
    line-height: 28px;
    letter-spacing: 3px;
    margin-top: 30px !important;
    margin-bottom: 22px !important;
}

.dingweibox {
    height: 450px;
    position: relative;

}

.privacybox .rr {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    height: 320px;
    overflow-y: auto;

    padding-right: 5px;
    box-sizing: border-box;
    padding-bottom: 30px;

}

.privacybox .rr::-webkit-scrollbar {
    display: none !important;
}

.privacybox .rr h3 {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    margin-bottom: 10px;

}


.privacybox .rr p {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 22px;
    margin-top: 20px;
}

.baifenbi {
    line-height: 24px;
    padding: 5px 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    background: rgba(56, 143, 240, 0.60);
    border-radius: 30px;
    position: absolute;
    right: 5px;
    top: 0px;
    display: block;
}

.privacybox .button {
    width: 100%;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.privacybox .button>div {
    width: 250px;
    height: 71px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    border-radius: 41px;
    cursor: pointer;
    /* padding-bottom: 3px; */
    box-sizing: border-box;
    line-height: 68px;
}

.privacybox .button>div.refuse {
    font-weight: 400;
    font-size: 30px;
    color: #999999;
    width: 142px;
    height: 43px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgba(138, 142, 145, 0.4);
    font-weight: 500;
    font-size: 18px;
    color: #8A8E91;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-sizing: border-box;
}

.privacybox .button>div.agree {
    width: 234px;
    height: 43px;
    background: #0076FF;
    border-radius: 50px 50px 50px 50px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-sizing: border-box;
}

.privacybox .button>div.agree:hover{
    background: #1A59AF;
}
.privacybox .close {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    bottom: -100px;
    cursor: pointer;
}



.radio-box2 {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 5px;

}

.radio-style2::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(153, 153, 153, 1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}

input[type="checkbox"]:checked+.radio-style2::before {
    padding: 0;
    background: url("../images/checked.png") no-repeat center;
    background-size: cover;
    border: none;
}

.radio-style2 {
    /* width: 100%; */
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    position: relative;
    padding-left: 34px;
    box-sizing: border-box;
    /* padding-bottom: 3px; */
}

.radio-style2 span {
    color: rgba(0, 112, 237, 1);
    font-weight: bold;
}



/* 二维码弹窗 */
.codelary2 {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 100000;


}

.codelary2 .codebox {
    width: 500px;
    /* height: 480px; */
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

}

.codelary2 .codebox .title {
    font-weight: 600;
    font-size: 20px;
    color: #303133;
    margin-top: 24px;
    text-align: center;
}

.codelary2 .codebox h2 {
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9E;
}

.codelary2 .codebox .code {
    width: 202px;
    height: 226px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(188, 188, 188, 0.3);
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.codelary2 .codebox .code .codeimg {
    width: 178px;
    height: 178px;

}

.codelary2 .codebox .code div {
    display: flex;
    align-items: center;
}

.codelary2 .codebox .code div img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.codelary2 .codebox .code div p {
    font-weight: 400;
    font-size: 14px;
    color: #55575A;
}


.codelary2 .codebox .guanbi {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.codelary2 p {
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9E;
}

.codelary2 .leixing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 16px 0 25px;
}
.codelary2 .leixing>div:nth-child(1){
    flex-shrink: 0;
}
.codelary2 .leixing>div {
    padding: 6px 10px;
    background: rgba(143, 146, 153, 0.1);
    border-radius: 4px 4px 4px 4px;
    font-weight: 500;
    font-size: 14px;
    color: #8F9299;
    margin-right: 7px;
    margin-bottom: 5px;
    display: block;

}

.nav.fixed {
    position: fixed;
    top: 90px;  /* 固定位置 */
    left: 0;
    transform: translateY(-30px);  /* 初始位置稍微偏上 */
    opacity: 0;  /* 初始时设为透明 */
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;  /* 平滑过渡 */
}

/* 最终状态，当过渡完成后，导航栏完全显示 */
.nav.fixed.show {
    transform: translateY(0);  /* 滑动到正确位置 */
    opacity: 1;  /* 完全显示 */
}
.layui-input, .layui-textarea{
    padding-left: 0 !important;
}
.delete{
    width: 100px !important;
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
    top:31px;
    cursor: pointer;
    opacity: 0;
}
.delete p{
    font-weight: 500;
    font-size: 16px !important;
    color: #0076FF !important;
    line-height: 22px;

}
.delete img{
    margin-right: 5px;
}


.hazy {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 111111;
    display: none;
}

.hazy .big {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.tupianbox {
    width: 100%;
    height: 100vh;
    /* overflow-y: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.imgItem {
    /* min-width: 40vw; */
    max-width: 90vw;
    max-height: 76vh;
    display: block;
}