﻿.zw
{
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
    background: none!important;
    box-shadow: none!important;
    border: none!important;
}
.zw::after, .zw::before
{
    display: none!important;
}
.wrap
{
    width: 100%;
    padding: 0 8.333vw;
}
.tit
{
    width: 100%;
    text-align: center;
}
.tit h2
{
    font-weight: 400;
    color: #000;
}
.ab1
{
    width: 100%;
    position: relative;
    padding: 5.208vw 0;
}
.ab1 .col
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ab1 .intr, .ab1 .pic
{
    width: 48%;
}
.ab1 .pic video, .ab1 .pic img
{
    max-width: 100%;
    width: 100%;
}
.ab1 .intr h2
{
    font-size: 30px;
    margin: 0 0 1.563vw;
}
.ab1 .intr p
{
    font-size: 16px;
}
.ab2
{
    width: 100%;
    position: relative;
    padding: 5.208vw 0;
    background: #005cb9;
    overflow: hidden;
}
.ab2 .wrap
{
    position: relative;
}
.ab2 .bj
{
    position: absolute;
    top: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.ab2 .bj img
{
    max-width: 100%;
    width: 100%;
    -webkit-transition: transform 1s;
    transition: transform 1s;
    pointer-events: none;
}
.ab2 .col
{
    width: 100%;
}
.ab2 .tit h2
{
    color: #fff;
}
.ab2 .swiper1
{
    width: 100%;
    position: relative;
}
.swiper1 .intr
{
    width: 100%;
    padding: 5.208vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.swiper1 .intr span
{
    font-size: 60px;
    font-family: "Gotham";
    font-weight: bold;
    color: #fff;
}
.swiper1 .intr p
{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 0 2.865vw;
}
.ab2 .swiper2
{
    width: 100%;
    position: relative;
}
.swiper-btn
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease .3s;
}
.swiper-btn:hover
{
    background: #d2d2d2;
}
.swiper-btn span
{
    color: #005cb9;
    transition: all ease .3s;
}
.swiper-btn.prev
{
    left: 30px;
}
.swiper-btn.next
{
    right: 30px;
}
.ab2 .swiper2::after
{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 4px;
    background: linear-gradient(60deg,rgba(255,255,255,0) 0%,#fff 52%,rgba(255,255,255,0) 100%);
    z-index: 1;
}
.swiper2 .intr
{
    width: 100%;
    padding: 50px 0;
    position: relative;
    opacity: .5;
    transition: all ease .3s;
}
.swiper2 .swiper-slide-active .intr
{
    opacity: 1;
}
.swiper2 .dot
{
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.swiper2 .dot::after
{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #fff;/* background: #ffffff; */
    border-radius: 50%;
    z-index: 5;
}
.swiper2 .date
{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 5;
}
.swiper2 .date span
{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.ab3
{
    width: 100%;
    position: relative;
    padding: 5.208vw 0;
}
.ab3 .col1
{
    width: 100%;
    margin: 2.604vw 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ab3 .col1 .txt
{
    margin: 0 2.604vw;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 480px)
{
    .ab3 .col1 .txt
    {
        width: 40%;
    }
}
.ab3 .txt span
{
    font-size: 60px;
    font-family: "Poppins";
    font-weight: bold;
    color: #005cb9;
}
.ab3 .txt b
{
    font-size: 24px;
    font-family: "Poppins";
    font-weight: bold;
    color: #005cb9;
    position: absolute;
    top: 0;
    right: 0;
}
.ab3 .txt q
{
    font-size: 16px;
    font-weight: bold;
    color: #005cb9;/* margin-left: 20px; */
}/* .ab3 .txt:first-child q {

    opacity: 0;

    visibility: hidden; 

} */
.ab3 .txt p
{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.ab3 .col2
{
    width: 100%;
    margin: 1.563vw 0 0;
}
.ab3 .col2 .ev
{
    width: 20.5%;
}
.ab3 .intr, .ab3 .pic
{
    width: 100%;
    text-align: center;
}
.ab3 .pic img
{
    max-width: 100%;
    width: 100%;
    transition: all ease .3s;
}
.ab3 .intr
{
    padding: .521vw 0;
}
.ab3 .intr p
{
    font-size: 20px;
    margin: 0 0 40px;
    transition: all ease .3s;
}
.ab4
{
    width: 100%;
    position: relative;
    padding: 5.208vw 0;
    background: #f9f9f9;
}
.ab4 .col
{
    width: 100%;
    margin: 2.604vw 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab4 .ev
{
    width: 50%;
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
}
.ab4 .pic
{
    width: 100%;
}
.ab4 .pic img
{
    max-width: 100%;
    width: 100%;
    transition: all ease .3s;
}
.ab4 .intr
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ab4 .intr h3
{
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    transform: translateY(30px);
    transition: all ease .3s;
}
.ab4 .ev:hover .intr h3
{
    transform: translateY(0);
}
.ab4 .intr h3::after
{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #fff;
}
.ab4 .intr p
{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    max-width: 365px;
    transition: all ease .3s;
}
.ab4 .ev:hover .intr p
{
    opacity: 1;
    visibility: visible;
}
.ab5
{
    width: 100%;
    position: relative;
    padding: 5.208vw 0;
}
.ab5 .col
{
    width: 100%;
    margin: 2.604vw 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab5 .ev
{
    width: 23%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    transition: all ease .3s;
}
.ab5 .pic
{
    width: 100%;
}
.ab5 .pic img
{
    max-width: 100%;
    width: 100%;
    transition: all ease .3s;
}
.ab5 .intr
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: all ease .3s;
}
.ab5 .ev:hover .intr
{
    opacity: 0;
    visibility: hidden;
}
.ab5 .intr h3
{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.ab5 .intr h1
{
    font-size: 36px;
    font-family: "Poppins";
    font-weight: 300;
    color: #fefefe;
}
.ab5 .txt
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    background: #005cb9;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
}
.ab5 .ev:hover .txt
{
    opacity: 1;
    visibility: visible;
}
.ab5 .txt h3
{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.ab5 .txt p
{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 0;
}
.ab4 video
{
    width: 100%;
    margin: 2.604vw 0 0;
}
@media screen and (max-width: 1250px)
{
    .wrap
    {
        padding: 0 4.17%;
    }
    .swiper1 .intr span, .ab3 .txt span, .ab5 .intr h1
    {
        font-size: 32px;
    }
    .ab3 .intr p
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px)
{
    .ab1 .intr, .ab1 .pic, .ab4 .ev
    {
        width: 100%;
    }
    .ab5 .ev
    {
        width: 48%;
        margin: 0 0 20px;
    }
    .ab3 .txt b
    {
        position: static;
    }
    .ab3 .txt q
    {
        margin: 0;
    }
}
@media screen and (max-width: 768px)
{
    .ab3 .col2 .ev
    {
        width: 48%;
        margin: 0 0 20px;
    }
    .swiper1 .intr
    {
        padding: 20px 0 0;
    }
    .swiper2 .intr
    {
        padding: 35px 0;
    }
    .swiper-btn.prev
    {
        left: 0;
    }
    .swiper-btn.next
    {
        right: 0;
    }
    .ab4 .col, .ab5 .col
    {
        margin: 20px 0 0;
    }
    .tit h2, .ab4 .intr h3, .ab5 .intr h3, .ab5 .txt h3, .ab1 .intr h2, .ab2 .tit h2
    {
        font-size: 22px;
    }
    .swiper1 .intr span, .ab3 .txt span, .ab5 .intr h1
    {
        font-size: 20px;
    }
    .swiper1 .intr p, .ab3 .intr p, .ab4 .intr p, .ab5 .txt p
    {
        font-size: 14px;
    }
    .ab1
    {
        padding: 40px 0;
    }
    .ab2, .ab4
    {
        padding: 20px 0 40px;
    }
    .ab3, .ab5
    {
        padding: 20px 0;
    }
}
@media screen and (max-width: 480px)
{
    .ab5 .ev
    {
        width: 100%;
    }
    .swiper1 .intr
    {
        text-align: center;
    }
    .swiper1 .intr p
    {
        margin: 0;
    }
}