* {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC";
}

.app {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0 20%;
    float:center;
    box-sizing: border-box;
}

.title1 .p1 {
    color: #8593a9;
    font-size: 0.7rem;
}

.title1 .p2 {
    font-size: 0.7rem;
}

.title1 .p3 {
    color: #0d7ae3;
    font-size: 0.7rem;
}

.title2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 1rem 0;
}

.box1 {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 2rem;
}

@keyframes change {
    from {
        width: 100%;
        height: 16rem;
    }

    to {
        width: 120%;
        height: 18rem;
    }
}

.box1:hover .img1 {
    width: 120%;
    display: block;
   
    margin-right: 10%;
    animation: change 1s infinite alternate;
}


.img1 {
    width: 100%;
    border-radius: 4px 4px 0 0;
    height: 16rem;
}

.box1c1 {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.box1c2 {
    padding: 1rem;
}

.box1c2 h5 {
    font-size: 1rem;
    font-weight: bolder;
    height: 2.5rem;
}

.box1c2 h5 {
    font-size: 1rem;
    font-weight: bolder;
}

.box1c2 .p1 {
    color: #0d7ae3;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.box1c2 .p2 {
    font-size: 0.6rem;
}

.box1c2 .p3 {
    font-size: 0.7rem;
    color: #8593a9;
}

.box1c2 .p3 svg {
    width: 20px;
    fill: #8593a9;
}

.butt1 {
    background:
        rgb(105 193 125 / 85%);
    font-size: 11px;
    text-align: center;
    padding: 0 10px;
    line-height: 20px;
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fff;
    border-radius: 4px;
}

.butt2 {
    background: rgba(0, 115, 225, 0.85);
    font-size: 11px;
    text-align: center;
    padding: 0 10px;
    line-height: 20px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    border-radius: 4px;
}

.butt3 {
    background: #dd3333;
    font-size: 11px;
    text-align: center;
    padding: 0 10px;
    line-height: 20px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    border-radius: 4px;
}

.title3 {
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    display: flex;
}

.title4 {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    display: flex;
}

.title4 img {
    height: 16px;
    margin: 2px;
}

.title4 p {
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
}

.title3 img {
    height: 20px;
}

.title3 p {
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
}

.box1c3 {
    height: 40px;
}

.box1c3 img {
    border-radius: 50%;
    width: 40px;
}

.box1c3 img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.box1c3 .p4 {
    font-size: 15px;
    font-weight: bolder;
    line-height: 40px;
    margin: 0;
    margin-left: 10px;
    float: left;
}

.imgbox {
    width: 26px;
    height: 26px;
    margin: 7px;
    border: 1px solid rgba(200, 200, 200, 0.4);
    float: right;
    box-sizing: border-box;
}

.imgbox img {
    width: 20px;
    height: 20px;
    margin: 3px;
    border-radius: 0;
}

.check {
    background: #fff;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 1rem;
    font-size: 16px;
}

.check p {
    margin-right: 1.5rem;
} 

.menu {
    width: 100%;
    background: #fff;
    height: 4rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
}

.logo {
    height: 2rem;
    margin: 1rem;
}

.menuList {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.menuList p {
    margin: 0 0.6rem;
    font-size: 0.8rem;
     cursor: pointer;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
    font-weight: bolder;
    color:#000;
}
.menuList a {
    margin: 0 0.6rem;
    font-size: 0.8rem;
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
    font-weight: bolder;
    color:#000;
}
.menuList p:hover {
    background: #F64F36;
    color: #fff;
}
.menuList a:hover {
    background: #F64F36;
    color: #fff;
}
.right {
    float: right;
    height: 3rem;
    margin: 0.5rem;
}

.footer {
    width: 100%;
    padding: 2rem 20%;
    background: #001a33;
}

.title5 {
    font-weight: bolder;
    color: #fff;
}

.title6 {
    color: #bbb;
    font-size: 0.7rem;
}

.logo1 {
    width: 100%;
    height:100px;
}

.zmenu {
    position: relative;
}

.zmenu:hover .zmenulist {
    display: block;
    width:220px;
}

.zmenulist {
    display: none;
    position: absolute;
    top: 30px;
    left: 10px;
    padding: 10px;
    background: #fff;
}

.zmenulist:hover {
    display: block;
}

/* #p1i {
    margin-right: 1.5rem;
    height: 50px;
    font-weight: bolder;
}

#p2i {
    margin-right: 1.5rem;
    height: 50px;
    font-weight: bolder;
}

#p3i {
    margin-right: 1.5rem;
    height: 50px;
    font-weight: bolder;
} */