@media screen and (max-width: 1000px) {
    .zw {
        height: 858px;
    }
}

.banner_wrapper {
    height: 100%;
    overflow: hidden;
    position: fixed;
    inset: 0px;
}

.banner_pagination {
    position: absolute;
    width: 100px;
    height: 20px;
    z-index: 1;
    bottom: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_pagination .swiper-pagination-bullet {
    display: block !important;
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
}

.banner_pagination .swiper-pagination-bullet-active {
    background: url(../img/cqu.png) no-repeat center;
    width: 67px;
    height: 18px;
    transition: all .5s;
    border-radius: 0;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: fill;
    animation: 10s ease-in-out 0s infinite alternate none running zoomin;
}

.banner_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_swiper .swiper-slide {
    overflow: hidden;
}

.banner_swiper:hover .banner_prev,
.banner_swiper:hover .banner_next {
    opacity: 1;
    visibility: visible;
    transform: translate(0px);
}

.banner_prev {
    background: url("../img/banner_prev.png") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.banner_next {
    background: url("../img/banner_next.png") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.jello-horizontal {
    animation: 0.9s ease 0s 1 normal both running jello-horizontal;
}

@-webkit-keyframes jello-horizontal {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.common_title {
    position: relative;
    z-index: 1;
}

.main1 {
    position: relative;
    z-index: 2;
    background-color: rgb(255, 255, 255);
    /* padding-bottom: 80px; */
    background: url(../img/tz.png) no-repeat center white;
    background-size: 100% 100%;
}

.main1_l {
    width: 62.5%;
}

.main1_l .swiperCont {
    position: relative;
    width: 100%;
    height: 100%;
}

.main1_l .img {
    height: 613px;
    overflow: hidden;
    cursor: pointer;
}

.main1_l .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: 0.3s;
}

.main1_l .img:hover img {
    transform: scale(1.1);
}

.swiperCont .cont {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 9px 15px;
    color: rgb(255, 255, 255);
    background: url("../img/main_1_img.png") center center / 100% 100% no-repeat;
}
.main_prev,.main_next{
    width: 25px;
    height: 80px;
    position: absolute;
    top: 48%;
    z-index: 23;
    cursor: pointer;
}
.main_box_swiper{
    overflow: hidden;
}
.main_prev{
    background: url(../img/main_prev.png) no-repeat;
    background-size: 100%;
    left: 20px;
}
.main_next{
    background: url(../img/main_next.png) no-repeat;
    background-size: 100%;
    right: 20px;
}
.swiperCont .cont div {
    display: flex;
    align-items: center;
}

.swiperCont .cont div span {
    /* float: right; */
    font-size: 17px;
    margin-left: 12px;
}

.swiperCont .cont div p {
    font-size: 20px;
    font-weight: bold;
    width: 73%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiperCont .cont>p {
    font-size: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main1_img {
    overflow: hidden;
    position: relative;
}

.main1_img .main1_pagination {
    position: absolute;
    right: 0px;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 87px;
    height: 191px;
    background: url("../img/main1_loop_bg.png") right center no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 2;
}

.main1_img .main1_pagination span {
    opacity: 1;
    display: block;
    width: 23px;
    height: 25px;
    background: url("../img/lx.png") center center no-repeat;
    transition: 0.3s;
    transform: scale(0.9);
}

.main1_img .main1_pagination span:nth-child(1) {
    transform: translateX(13px) rotate(0deg);
}

.main1_img .main1_pagination span:nth-child(2) {
    transform: translateX(-12px) rotate(-29deg);
}

.main1_img .main1_pagination span:nth-child(3) {
    transform: translateX(16px) rotate(-65deg);
}

.main1_img .main1_pagination span:nth-child(1).swiper-pagination-bullet-active {
    transform: translateX(13px) rotate(0deg) scale(1.5);
}

.main1_img .main1_pagination span:nth-child(2).swiper-pagination-bullet-active {
    transform: translateX(-12px) rotate(-29deg) scale(1.5);
}

.main1_img .main1_pagination span:nth-child(3).swiper-pagination-bullet-active {
    transform: translateX(16px) rotate(-65deg) scale(1.5);
}

.common_title {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.common_title a {
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid; */
    padding: 0px 18px;
}

.common_title a p {
    font-size: 32px;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
}

.common_title a p:after {
    position: absolute;
    content: "";
    width: 37px;
    height: 22px;
    background: url(../img/tit_bg.png) no-repeat center;
    background-size: 100% 100%;
    right: -19px;
    z-index: -1;
}

.common_title a span {
    /* font-family: hys; */
    font-size: 49px;
    color: rgb(0, 104, 183);
    display: block;
}

.main1_box1 {
    width: 49%;
    position: relative;
}

.swiperCont .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all .5s;
}

.swiperCont .img img:hover {
    transform: scale(1.1);
}

.main1_list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.swiperCont .img {
    height: 100%;
    height: 390px;
    overflow: hidden;
}

.main1_box2 {
    width: 49%;
}

.main1_box2_list {
    width: 100%;
}

.main1_box2_list a {
    display: flex;
    justify-content: space-between;
    padding: 13px 0px;
}

.m1_b2_time {
    width: 120px;
}

.m1_b2_time p {
    font-size: 29px;
    text-align: center;
}

.m1_b2_time span {
    display: block;
    font-size: 15px;
    text-align: right;
    margin-right: 21px;
}

.m1_b2_info {
    width: 77%;
    padding-right: 16px;
}

.m1_b2_info p {
    font-size: 19px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.m1_b2_info span {
    display: block;
    font-size: 15px;
    color: rgb(162, 161, 161);
    margin-top: 7px;
    text-indent: 1em;
    overflow: hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main1_box2_list li {
    border-bottom: 1px dashed rgb(224, 224, 224);
}

.main1_box2_list li:hover {
    background-color: rgb(0, 104, 183);
    border: none;
}

.main1_box2_list li:hover p {
    color: white;
}

.main1_box2_list li:hover span {
    color: white;
}

.main2 {
    background-color: white;
    position: relative;
    z-index: 2;
    /* padding-bottom: 80px; */
    padding-top: 70px;
}

.main2_cont {}

.main2_cont div {
    width: 33%;
    height: 261px;
    transition: all .3s !important;
    !i;
    !;
    
    
    
    
    
    
    
    
    
    
    
    
    !i;
    !;
}

.main2_box1 {
    background: url(../img/main2_box1.png) no-repeat left;
    background-size: 100%;
    float: left;
}

.main2_box2 {
    background: url(../img/main2_box2.png) no-repeat left;
    background-size: 100% 100%;
    position: absolute;
    left: 35%;
    width: 30% !important;
}

.main2_box3 {
    background: url(../img/main2_box3.png) no-repeat left;
    background-size: 100%;
    float: right;
}

.main2_cont div a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.main2_cont div p {
    font-size: 48px;
    color: white;
    text-align: center;
}

.main3 {
    background-color: white;
    position: relative;
    z-index: 2;
}

.main3_swiper {
    width: 100%;
}

.main3_swiper .swiperCont {
    /* width: 25%; */
    padding-left: 54px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-left: 1px solid #eeeeee;
    transition:.3s;
}
.main3_swiper .swiperCont:hover{
    transform:translateY(-4px);
}

.main3_swiper .swiperCont p {
    font-size: 16px;
    position: relative;
    line-height: 31px;
    height: 57px;
    overflow: hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
    @media screen and (max-width: 1000px) {
    .zw {
        height: 858px;
    }
}

.banner_wrapper {
    height: 100%;
    overflow: hidden;
    position: fixed;
    inset: 0px;
}

.banner_pagination {
    position: absolute;
    width: 100px;
    height: 20px;
    z-index: 1;
    bottom: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_pagination .swiper-pagination-bullet {
    display: block !important;
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
}

.banner_pagination .swiper-pagination-bullet-active {
    background: url(../img/cqu.png) no-repeat center;
    width: 67px;
    height: 18px;
    transition: all .5s;
    border-radius: 0;
}

.banner {
    position: relative;
}

.banner
    img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: fill;
    animation: 10s ease-in-out 0s infinite alternate none running zoomin;
}

.banner_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_swiper .swiper-slide {
    overflow: hidden;
}

.banner_swiper:
    hover .banner_prev,
.banner_swiper:hover .banner_next {
    opacity: 1;
    visibility: visible;
    transform: translate(0px);
}

.banner_prev {
    background: url("../img/banner_prev.png") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.banner_next {
    background: url("../img/banner_next.png") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
    @keyframes zoomin {
    0% {
        transform: scale(1);
    }
    100% {
    transform: scale(1.1);
    }
}

.jello-horizontal {
    animation: 0.9s ease 0s 1 normal both running jello-horizontal;
}
    @-webkit-keyframes jello-horizontal {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
    transform: scale3d(1.25, 0.75, 1);
    }
    40% {
    transform: scale3d(0.75, 1.25, 1);
    }
    50% {
    transform: scale3d(1.15, 0.85, 1);
    }
    65% {
    transform: scale3d(0.95, 1.05, 1);
    }
    75% {
    transform: scale3d(1.05, 0.95, 1);
    }
    100% {
    transform: scale3d(1, 1, 1);
    }
}
    @keyframes jello-horizontal {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
    transform: scale3d(1.25, 0.75, 1);
    }
    40% {
    transform: scale3d(0.75, 1.25, 1);
    }
    50% {
    transform: scale3d(1.15, 0.85, 1);
    }
    65% {
    transform: scale3d(0.95, 1.05, 1);
    }
    75% {
    transform: scale3d(1.05, 0.95, 1);
    }
    100% {
    transform: scale3d(1, 1, 1);
    }
}

.common_title {
    position: relative;
    z-index: 1;
}

.main1 {
    position: relative;
    z-index: 2;
    background-color: rgb(255, 255, 255);
    padding-bottom: 80px;
    background: url(../img/tz.png) no-repeat center white;
    background-size: 100% 100%;
}

.main1_l {
    width: 62.5%;
}

.main1_l .swiperCont {
    position: relative;
    width: 100%;
    height: 100%;
}

.main1_l .img {
    height: 613px;
    overflow: hidden;
    cursor: pointer;
}

.main1_l .img
    img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: 0.3s;
}

.main1_l .img:
    hover img {
    transform: scale(1.1);
}

.swiperCont .cont {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 9px 15px;
    color: rgb(255, 255, 255);
    background: url("../img/main_1_img.png") center center / 100% 100% no-repeat;
}

.swiperCont .cont
    div {
    display: flex;
    align-items: center;
}

.swiperCont .cont
    div span {
    /* float: right; */
    font-size: 17px;
    margin-left: 12px;
}

.swiperCont .cont
    div p {
    font-size: 20px;
    font-weight: bold;
    width: 73%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiperCont .cont>
    p {
    font-size: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main1_img {
    overflow: hidden;
    position: relative;
}

.main1_img .main1_pagination {
    position: absolute;
    right: 0px;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 87px;
    height: 191px;
    background: url("../img/main1_loop_bg.png") right center no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 2;
}

.main1_img .main1_pagination
    span {
    opacity: 1;
    display: block;
    width: 23px;
    height: 25px;
    background: url("../img/lx.png") center center no-repeat;
    transition: 0.3s;
    transform: scale(0.9);
}

.main1_img .main1_pagination
    span:nth-child(1) {
    transform: translateX(13px) rotate(0deg);
}

.main1_img .main1_pagination
    span:nth-child(2) {
    transform: translateX(-12px) rotate(-29deg);
}

.main1_img .main1_pagination
    span:nth-child(3) {
    transform: translateX(16px) rotate(-65deg);
}

.main1_img .main1_pagination
    span:nth-child(1).swiper-pagination-bullet-active {
    transform: translateX(13px) rotate(0deg) scale(1.5);
}

.main1_img .main1_pagination
    span:nth-child(2).swiper-pagination-bullet-active {
    transform: translateX(-12px) rotate(-29deg) scale(1.5);
}

.main1_img .main1_pagination
    span:nth-child(3).swiper-pagination-bullet-active {
    transform: translateX(16px) rotate(-65deg) scale(1.5);
}

.common_title {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.common_title
    a {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid;
    padding: 0px 18px;
}

.common_title
    a p {
    font-size: 32px;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
}

.common_title
    a p:after {
    position: absolute;
    content: "";
    width: 37px;
    height: 22px;
    background: url(../img/tit_bg.png) no-repeat center;
    background-size: 100% 100%;
    right: -19px;
    z-index: -1;
}

.common_title
    a span {
    font-family: hys;
    font-size: 49px;
    color: rgb(0, 104, 183);
    display: block;
}

.main1_box1 {
    width: 49%;
    overflow: hidden;
}

.swiperCont .img
    img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all .5s;
}

.swiperCont .img
    img:hover {
    transform: scale(1.1);
}

.main1_list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.swiperCont .img {
    height: 100%;
    height: 390px;
    overflow: hidden;
}

.main1_box2 {
    width: 49%;
}

.main1_box2_list {
    width: 100%;
}

.main1_box2_list
    a {
    display: flex;
    justify-content: space-between;
    padding: 13px 0px;
}

.m1_b2_time {
    width: 120px;
}

.m1_b2_time
    p {
    font-size: 29px;
    text-align: center;
}

.m1_b2_time
    span {
    display: block;
    font-size: 15px;
    text-align: right;
    margin-right: 21px;
}

.m1_b2_info {
    width: 77%;
    padding-right: 16px;
}

.m1_b2_info
    p {
    font-size: 19px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.m1_b2_info
    span {
    display: block;
    font-size: 15px;
    color: rgb(162, 161, 161);
    margin-top: 7px;
    text-indent: 1em;
    overflow: hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main1_box2_list
    li {
    border-bottom: 1px dashed rgb(224, 224, 224);
}

.main1_box2_list
    li:hover {
    background-color: rgb(0, 104, 183);
    border: none;
}

.main1_box2_list
    li:hover p {
    color: white;
}

.main1_box2_list
    li:hover span {
    color: white;
}

.main2 {
    background-color: white;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
    padding-top: 70px;
}

.main2_cont {}

.main2_cont
    div {
    width: 33%;
    height: 261px;
}

.main2_box1 {
    background: url(../img/main2_box1.png) no-repeat left;
    background-size: 100%;
    float: left;
}

.main2_box2 {
    background: url(../img/main2_box2.png) no-repeat left;
    background-size: 100% 100%;
    position: absolute;
    left: 35%;
    width: 30% !important;
}

.main2_box3 {
    background: url(../img/main2_box3.png) no-repeat left;
    background-size: 100%;
    float: right;
}

.main2_cont
    div a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.main2_cont
    div p {
    font-size: 48px;
    color: white;
    text-align: center;
}

.main3 {
    background-color: white;
    position: relative;
    z-index: 2;
}

.main3_swiper {
    width: 100%;
}

.main3_swiper .swiperCont {
    /* width: 25%; */
    padding-left: 54px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-left: 1px solid #eeeeee;
}

.main3_swiper .swiperCont
    p {
    font-size: 16px;
    position: relative;
    line-height: 31px;
    height: 57px;
}

.main3_swiper .swiperCont
    p:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 22px;
    background: url(../img/main3_ico.png) no-repeat center;
    background-size: 100%;
    left: -34px;
    top: 0;
}

.main3_swiper .swiperCont
    span {
    display: block;
    font-size: 17px;
    text-align: right;
    margin-top: 36px;
}

.main1_box1 .swiperCont {
    width: 100%;
    height: 100%;
    position: relative;
}

.main3 {
    background: url(../img/main3_bg.png) no-repeat center white;
    background-size: 100% 100%;
    overflow: hidden;
}

.main3_swiper {
    background-color: white;
    margin-top: 77px;
    position: relative;
}

.main3_pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 70px;
}

.main3_pagination .swiper-pagination-bullet {
    width: 44px;
    height: 12px;
    border-radius: 10px;
    background-color: #848181ed;
    margin: 0 9px !important;
}

.main3_pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #0068b7;
    transition: all .5s;
}

.main3_swiper .swiperCont:
    hover {
    background: url(../img/mian3_cont_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.main3_swiper .swiperCont:
    hover p {
    color: white;
}

.main3_swiper .swiperCont:
    hover p::before {
    background: url(../img/main_3_icon2.png) no-repeat center;
    background-size: 100%;
}

.main3_swiper .swiperCont:
    hover span {
    color: white;
}

.main4 {
    position: relative;
    z-index: 2;
    background: url(../img/main4.jpg) no-repeat center white;
    background-size: 100% 100%;
}

.main4_list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 150px;
}

.main4_box1 {
    width: 35%;
    position: relative;
    height: 424px;
    overflow: hidden;
}

.main4_box2 {
    width: 65%;
}

.main4_list
    a {
    display: block;
    height: 100%;
    width: 100%;
}

.m4_b1_b1
    a div,
.main4_box1 a div,
.m4_b1_b2 a div,
.m4_b2_b1 a div,
.m4_b2_b2 a div,
.m4_b1_b1 a div {
    position: absolute;
    bottom: 15px;
    color: white;
    width: 100%;
    z-index: 2;
}

.main4_list
    a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.main4_list
    a img:hover {
    transform: scale(1.1);
}

.m4_b1,
.m4_b2 {
    display: flex;
    justify-content: space-between;
}

.m4_b1_b1,
.m4_b2_b2 {
    width: 58.46%;
    position: relative;
    height: 212px;
    overflow: hidden;
}

.m4_b1_b2,
.m4_b2_b1 {
    width: 42.41%;
    position: relative;
    height: 212px;
    overflow: hidden;
}

.m4_img {
    padding-left: 27px;
}

.m4_img::
    before {
    width: 19px;
    height: 17px;
    background-color: #0068b7;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

.m4_img::
    after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #02020296, #bfbebe06);
    left: 0;
    bottom: -15px;
    z-index: -1;
}

.footer {
    position: relative;
    z-index: 2;
}

.f_box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -77px;
    width: 100%;
}

.f_link
    p {
    font-size: 17px;
    font-weight: bold;
    color: white;
    width: 142px;
    height: 77px;
    background-color: #a1c4e5;
    -webkit-clip-path: polygon(0 0, 71% 0, 100% 61%, 0 61%);
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
    text-align: center;
    line-height: 77px;
}

.f_link {
    display: flex;
    align-items: center;
    width: 77%;
    background-color: #bad6eb;
    border-top-right-radius: 30px;
    overflow: hidden;
    height: 77px;
}

.f_link
    ul {
    display: flex;
    width: 100%;
}

.f_link
    ul li {
    margin-left: 20px;
}

.f_link
    ul li a {
    font-size: 14px;
    color: white;
}

.f_evm {
    width: 150px;
    height: 150px;
}

.f_evm
    img {
    width: 100%;
    height: 100%;
}

.f_box1 {}

.footer .w {
    overflow: visible;
    position: relative;
}

.f_box2 {
    display: flex;
    justify-content: space-between;
    padding: 100px 0px;
    align-items: center;
    padding-bottom: 27px;
}

.f_logo {
    width: 60.42%;
}

.f_logo
    img {
    width: 100%;
}

.f_info {
    width: 29.64%;
}

.f_info_tit {
    font-size: 17px;
    color: white;
    font-weight: bold;
    margin-bottom: 25px;
}

.f_info
    p {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.f_info
    p span {
    font-size: 16px;
    font-weight: normal;
}

.f_link
    ul li a:hover {
    color: #0068b7;
}

.bq {
    font-size: 16px;
    color: white;
    text-align: center;
    height: 53px;
    line-height: 53px;
    background-color: #0860b09e;
}

.main2 .w {
    overflow: visible;
}

.zs1,
.zs2 {
    position: absolute;
    z-index: 4;
    top: -212px;
    width: 120px;
}

.zs1
    img,
.zs2 img {
    width: 100%}

.zs1 {
    left: 45px;
}

.zs2 {
    right: 45px;
}
    @media screen and (min-width: 1600px) {
    .main2_box2 {
        width: 24% !important;
    left: 38%;
    }
    .m4_b1_b2,
    .m4_b2_b1,
    .m4_b1_b1,
    .m4_b2_b2 {
    height: 312px;
    overflow: hidden;
    }
    .main4_box1 {
    height: 624px;
    }
    .swiperCont .img {
    height: 523px;
    }
    .main1_box2_list a {
    padding: 29px 0px;
    }
    html {
    scroll-behavior: smooth;
    }
    .m1_b2_info {
    width: 84%;
    }
    .main2_cont div {
    height: 336px;
    }
    .main3_swiper .swiperCont p {
    font-size: 20px;
    }
    .f_link ul li a {
    font-size: 16px;
    }
    .f_link {
    width: 66%;
    }
    .zs1 {
    left: 150px;
    }
    .zs2 {
    right: 150px;
    }
    .navUl>li {
    margin: 0 30px;
    }
};
}

.main3_swiper .swiperCont p:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 22px;
    background: url(../img/main3_ico.png) no-repeat center;
    background-size: 100%;
    left: -34px;
    top: 0;
}

.main3_swiper .swiperCont span {
    display: block;
    font-size: 17px;
    text-align: right;
    margin-top: 36px;
}

.main1_box1 .swiperCont {
    width: 100%;
    height: 100%;
    position: relative;
}

.main3 {
    background: url(../img/main3_bg.png) no-repeat center white;
    background-size: 100% 100%;
    overflow: hidden;
}

.main3_swiper {
    background-color: white;
    margin-top: 77px;
    position: relative;
}

.main3_pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 70px;
}

.main3_pagination .swiper-pagination-bullet {
    width: 44px;
    height: 12px;
    border-radius: 10px;
    background-color: #848181ed;
    margin: 0 9px !important;
}

.main3_pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #0068b7;
    transition: all .5s;
}

.main3_swiper .swiperCont:hover {
    background: url(../img/mian3_cont_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.main3_swiper .swiperCont:hover p {
    color: white;
}

.main3_swiper .swiperCont:hover p::before {
    background: url(../img/main_3_icon2.png) no-repeat center;
    background-size: 100%;
}

.main3_swiper .swiperCont:hover span {
    color: white;
}

.main4 {
    position: relative;
    z-index: 2;
    background: url(../img/main4.jpg) no-repeat center white;
    background-size: 100% 100%;
}

.main4_list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 150px;
}

.main4_box1 {
    width: 35%;
    position: relative;
    height: 424px;
    overflow: hidden;
}

.main4_box2 {
    width: 65%;
}

.main4_list a {
    display: block;
    height: 100%;
    width: 100%;
}

.m4_b1_b1 a div,
.main4_box1 a div,
.m4_b1_b2 a div,
.m4_b2_b1 a div,
.m4_b2_b2 a div,
.m4_b1_b1 a div {
    position: absolute;
    bottom: 15px;
    color: white;
    width: 100%;
    z-index: 2;
}

.main4_list a img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.main4_list a img:hover {
    transform: scale(1.1);
}

.m4_b1,
.m4_b2 {
    display: flex;
    justify-content: space-between;
}

.m4_b1_b1,
.m4_b2_b2 {
    width: 58.46%;
    position: relative;
    height: 212px;
    overflow: hidden;
}

.m4_b1_b2,
.m4_b2_b1 {
    width: 42.41%;
    position: relative;
    height: 212px;
    overflow: hidden;
}

.m4_img {
    padding-left: 27px;
}

.m4_img::before {
    width: 19px;
    height: 17px;
    background-color: #0068b7;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

.m4_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #02020296, #bfbebe06);
    left: 0;
    bottom: -15px;
    z-index: -1;
}

.footer {
    position: relative;
    z-index: 2;
}

.f_box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -77px;
    width: 100%;
}

.f_link p {
    font-size: 17px;
    font-weight: bold;
    color: #0068b7;
    width: 142px;
    height: 77px;
    background-color: #a1c4e5;
    -webkit-clip-path: polygon(0 0, 71% 0, 100% 61%, 0 61%);
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
    text-align: center;
    line-height: 77px;
}

.f_link {
    display: flex;
    align-items: center;
    width: 85%;
    background-color: #bad6eb;
    border-top-right-radius: 30px;
    overflow: hidden;
    height: 77px;
}

.f_link ul {
    display: flex;
    width: 100%;
}

.f_link ul li {
    margin-left: 20px;
}

.f_link ul li a {
    font-size: 13px;
    color: #0068b7;
}

.f_evm {
    width: 150px;
    height: 150px;
}

.f_evm img {
    width: 100%;
    height: 100%;
}

.f_box1 {}

.footer .w {
    overflow: visible;
    position: relative;
}

.f_box2 {
    display: flex;
    justify-content: space-between;
    padding: 100px 0px;
    align-items: center;
    padding-bottom: 27px;
}

.f_logo {
    width: 60.42%;
}

.f_logo img {
    width: 100%;
}

.f_info {
    width: 29.64%;
}

.f_info_tit {
    font-size: 17px;
    color: white;
    font-weight: bold;
    margin-bottom: 25px;
}

.f_info p {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.f_info p span {
    font-size: 16px;
    font-weight: normal;
}

.f_link ul li a:hover {
    color: white;
}

.bq {
    font-size: 16px;
    color: white;
    text-align: center;
    height: 53px;
    line-height: 53px;
    background-color: #0860b09e;
}

.main2 .w {
    overflow: visible;
}

.zs1,
.zs2 {
    position: absolute;
    z-index: 4;
    top: -212px;
    width: 120px;
}

.zs1 img,
.zs2 img {
    width: 100%
}

.zs1 {
    left: 45px;
}

.zs2 {
    right: 45px;
}
.main2_cont .main2_box1:hover,
.main2_cont .main2_box2:hover,
.main2_cont .main2_box3:hover {
    transform: translateY(-15px);
}
.main2_cont .main2_box1:hover p,
.main2_cont .main2_box2:hover p,
.main2_cont .main2_box3:hover p{
    font-weight: bold;
}
@media screen and (min-width: 1600px) {
    .main2_box2 {
        width: 24% !important;
        left: 38%;
    }
    .m4_b1_b2,
    .m4_b2_b1,
    .m4_b1_b1,
    .m4_b2_b2 {
        height: 312px;
        overflow: hidden;
    }
    .main4_box1 {
        height: 624px;
    }
    .swiperCont .img {
        height: 523px;
    }
    .main1_box2_list a {
        padding: 29px 0px;
    }
    html {
        scroll-behavior: smooth;
    }
    .m1_b2_info {
        width: 84%;
    }
    .main2_cont div {
        height: 336px;
    }
    .main3_swiper .swiperCont p {
        font-size: 20px;
    }
    .f_link ul li a {
        font-size: 16px;
    }
    .f_link {
        width: 66%;
    }
    .zs1 {
        left: 150px;
    }
    .zs2 {
        right: 150px;
    }
    .navUl>li {
        margin: 0 30px;
    }
}