/* 轮播图3 */
.cpyfw {
    width: 100%;
    height: 881px;
    background-size: 100% 100%;
    position: relative;
    /* overflow: hidden; */
}

.cpyfw>.lbt-box {
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-51.25%);
    width: 100%;
    margin: 0 auto;

}

.imgs {
    width: 100%;
    height: 100%;
    perspective: 1000px;
}


.imgitem {
    position: absolute;
    width: 345px;
    height: 330px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    transition: .8s;
    opacity: 0;
    overflow: hidden;
}

.imgitem img {
    width: 100%;
    height: 100%;
}

.imgitem div {
    text-align: center;
    /* margin-top: 40px; */
}

.imgitem div p {
    font-size: 28px;
    margin-top: 5px;
    display: block;
    margin-left: 5%;
    width: 90%;
    color: #024a94;
    margin-bottom: 30px;
    font-family: "Optima-Regular";
    /* font-weight: bold; */

}

.imgitem div p:first-of-type {
    /* color: #0a50b4; */
    font-size: 16px;
    float: left;
    width: 90%;
    text-align: left;
    margin-left: 5%;
    color: black;
    font-family: "Optima-Regular";
    font-weight: bold;
}

.imgitem div p:last-of-type {
    font-size: 16px;
    /* color: #666; */
    font-family: "Optima-regular";
}

.lbt-box .ss {
    width: 57px;
    height: 57px;
    position: absolute;
    margin-top: 385px;
    background-size: 100% 100%;
}

.lbt-box .pre1 {
    left: 34%;
    background-image: url(left.png);
}

.lbt-box .next1 {
    right: 34%;
    background-image: url(right.png);

}

.lbt-box .pre1:hover {
    background-image: url(left6-1.png);
    cursor: pointer;
}

.lbt-box .next1:hover {
    background-image: url(right6-1.png);
    cursor: pointer;
}

.igt_page1 {
    bottom: 0px;
    width: 100%;
    height: 75px;
    padding-top: 30px;
    background-color: rgba(25, 68, 95, 0.85);
    z-index: 1;
    position: absolute;
    left: 100%;
}

.cur-img {
    z-index: 100;
    opacity: 1;
    width: 380px;
    height: 600px;
    margin-top: -15px;
    background-color: #fff;
    transition: 0s;
}

.cur-img img {
    width: 90%;
    height: 50%;
    margin-top: 17px;
}

.pre-img {
    transform: translateX(-345px);
    clip-path: polygon(0px 0, 100% 30px, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 20px), 0 0px);
    z-index: 9;
    opacity: 0.9;
    height: 350px;
    margin-top: -29px;
    width: 18%;
    right: 105px;
    transition: 0s;
}

.next-img {
    transform: translateX(345px);
    clip-path: polygon(0px 30px, 100% 0px, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 20px), 0 0px);
    z-index: 9;
    opacity: 0.9;
    height: 350px;
    margin-top: -29px;
    width: 18%;
    left: 105px;
    transition: 0s;
}

.pre-img1 {
    transform: translateX(-690px);
    clip-path: polygon(0px 0, 100% 60px, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 20px), 0 0px);
    z-index: 8;
    opacity: 0.9;
    width: 18%;
    height: 415px;
    margin-top: -95px;
    left: -179px;
    transition: 0s;
}

.next-img1 {
    transform: translateX(690px);
    clip-path: polygon(0px 60px, 100% 0px, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 20px), 0 0px);
    z-index: 8;
    opacity: 0.9;
    width: 18%;
    height: 415px;
    margin-top: -95px;
    right: -179px;
    transition: 0s;

}

.pre-img div {
    display: none;
}

.pre-img span {
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 3, 0.4);
    position: absolute;

}

.next-img div {
    display: none;
}

.next-img span {
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 3, 0.4);
    position: absolute;
}

.cur-img div {
    display: block;
}