.wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url(../images/zjhdBj.png) center center / cover;
}

.title {
    width: 90%;
    opacity: 0;
    max-width: 1280px;
    padding-top: 55px;
    margin: auto;
}

.formItem {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.formItem div img:nth-child(2) {
    width: calc(100% - 22px);
    margin: auto;
    margin-top: -18px;
}

.formItem div p{
    color: #f9ff9d;
    margin-top: 0;
    font-size: 26px;
    font-weight: bold;
    font-family: 宋体;
    text-shadow: 1px 2px 5px rgba(97, 0, 5, .6);
    text-align: center;
}
.formItem div {
    width: 320px;
    transition: .5s;
    opacity: 0;
    cursor: pointer;
    transform: perspective(500px) rotateX(0deg) rotateY(-10deg) scale(0.8) translateZ(0) translateY(50px)
}

.formItem div.on1 {
    transform: perspective(500px) rotateX(0deg) rotateY(-10deg) scale(0.8) translateZ(0) translateY(0) !important
}

.formItem div:hover {
    transform: unset !important
}

.popup {
    position: fixed;
    right: 0;
    display: flex;
    width: calc(100% - 16.41%);
    bottom: 95px;
}

.popupBox {
    display: none;
}

.huazhou {
    width: 333px;
    z-index: 2;
    position: relative;
}

.function {
    flex: 1;
    z-index: 1;
    position: relative;
    margin-left: -80px;
    margin-top: 20px;
    margin-bottom: 16px;
   background: url(../images/zjhdBj1.png) center center / 100% 100%
}

.function>div.on {
    display: flex;
    height: 100%;
    align-items: center;
}

.function>div {
    display: none;
}

.function>div>div {
    width: 16.5%;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 7px;
    position: relative;
}

.function>div>a {
    width: 16.5%;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 7px;
    position: relative;
}

.function>div>div:hover img {
    transform: scale(1.1);
}

.function a:hover img {
    transform: scale(1.1);
}

.function a:hover .more {
    opacity: 1;
    transform: translateY(0);
}

.function img {
    transition: .5s;
}

.function a:nth-child(1) {
    margin-left: 86px;
}

.more {
    width: 138px;
    height: 44px;
    position: absolute;
    bottom: 35px;
    left: 33px;
    opacity: 0;
    transform: translateY(10px);
    transition: .5s;
    background: url(../images/more.png) center center / 100% 100%;
}


.function>div>div:hover .more {
    opacity: 1;
    transform: translateY(0);
}

.shadow {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

.popupItem {
    width: 646px;
    height: 343px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url(../images/popupBj.png) center center / 100% 100%;
}

.popTitle {
    width: 497px;
    margin: -32px auto 41px;
}

.popList {
    margin: 0 65px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.popList a {
    font-size: 18px;
    letter-spacing: 1.8px;
    padding-bottom: 5px;
    margin-bottom: 49px;
    display: block;
    position: relative;
    color: rgba(168, 46, 45, 1);
}

.popList a:last-child {
    margin-bottom: 0;
}

.popList a::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    position: absolute;
    transition: .5s;
    height: 1px;
    background-color: rgba(148, 33, 32, 1);
    opacity: 0.6;
}

.popup1 {
    display: none;
}

.popList a:hover::after {
    width: 100%;
}

.close {
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 0
}

.return {
    cursor: pointer;
    display: block !important;
    position: absolute !important;
    right: 26.88% !important;
    width: 110px !important;
    height: 35px !important;
    top: 25px !important;
}

.popList {
    display: none;
}

.popList1 {
    display: flex;
}

.hbpopup {
    display: none;
}

.popupItem1 {
    width: 400px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.popupItem1 .close1 {
    right: -40px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    top: -15px;
}