.box {
    background: #E1FFFF;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.box1 {
    width: 15%;
    height: 100%;
    border: 0px solid white;
}
.box2 {
    width: 85%;
    height: 100%;
    border: 0px solid white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.head {
    height: 100px;
}
.headimg {
    height: 48px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    padding: 24px;
    position: relative;
}
.body {
    position: absolute;
    line-height: 160%;
    display: table-cell;
    height: 100%;
}
.container {
    position: relative;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 24px;
}
#logoimg {
    position: relative;
    vertical-align: middle;
}
.middle {
    vertical-align: middle;
}
ul li {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
li {
    text-align: -webkit-match-parent;
}
.aa {
    background-color: transparent;
    cursor: pointer;
    color: inherit;
    display: block;
    padding: 8px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}
.lbpic img {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    padding-top: 5px;
}
/*   轮播图 */
section {
    position: relative;
    height: 650px;
    width: 100%;
    border: 1px solid #fff2f0;
    margin-top: 5px;
}
#img {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}
p {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
}
i {
    height: 15px;
    width: 15px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
i:nth-child(1) {
    background-color: white;
}
i:nth-child(4) {
    margin-right: 0;
}
.left,
.right {
    color: rgba(255, 255, 255, 0.7);
    font-size: 50px;
    font-weight: bolder;
    position: absolute;
    top: 50%;
    font-weight: 500;
}
.left {
    left: 0px;
    transform: translate(15%, -50%);
}
.right {
    right: 0px;
    transform: translate(-15%, -50%);
}
.swiper {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    --swiper-navigation-size: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media (max-width: 760px) {
    .swiper-button-next {
        right: 1px;
        transform: rotate(90deg);
    }
    .swiper-button-prev {
        left: 1px;
        transform: rotate(90deg);
    }
}
#card {
    width: 300px;
}
.swiper-container .rot,
.swiper-container .rat {
    opacity: 0;

}
.swiper-container .rot:hover,
.swiper-container .rat:hover {
    opacity: 1;
}
.rot img {
    position: relative;
    left: 32%;
    top: -120px;
    z-index: 1;
    width: 0.46rem;
    height: 0.46rem;
}
.rat img {
    position: relative;
    left: 65%;
    top: -160px;
    z-index: 1;
    width: 0.46rem;
    height: 0.46rem;
}
.hyqy {
    width: 85%;
    padding: 10px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #e0e5ef;
}
.hyqy1 {
    color: #212121;
    font-weight: 600;
    width: 100%;
    font-size: .18rem;
    padding: 0.2rem 0;
    line-height: 1;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-bottom: 0.02rem solid rgb(233, 233, 233);
}
.icon_tab {
    width: 160px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.icons1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
ul li:hover {
    color: #b7f09f;
}
.footers {
    padding-top: 20px;
    background: white;
    width: 100%;
    height: 40px;
    line-height: 40px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #666666;
}
.abouts {
    height: 100%;
    /*background: white;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 10px;
}
.line_jj {
    margin-bottom: 5px;
}
/*    弹出框样式*/
#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}
#popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
#popup-content img {
    width: 100%;
    height: auto;
}
#popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 1px;
    /*background-color: #484444;*/
    border: none;
    color: #000;
    cursor: pointer;
}