.banner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner img {
    width: 96%;
    margin-top: 7%;
    padding: 0px 1%;
}

.banner .banner_item1 {
    position: relative;
    height: 100%;
    padding-bottom: 4%;
    background: url('/Resource/images/banner1_footer.png') no-repeat 0 10%;
}

.banner .banner_item1 .common {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
}

.banner .banner_item1 .zi1 {
    left: 50%;
    top: 79%;
    font-size: 4.8rem;
    font-weight: 500;
}

.banner .banner_item1 .zi2 {
    left: 50%;
    top: 87%;
    font-size: 2.4rem;
}

.banner .banner_item1 .tu1 {
    width: 160px;
    height: 48px;
    top: 84%;
    left: 50%;
}

/**分离器样式***/
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
    /* margin-left: 3%; */
    top: 102%;
    width: 100%;
    height: 20px;
    /* background-color: red; */
    text-align: center;
}

/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
    width: 27px;
    height: 10px;
    display: inline-block;
    background: url('/Resource/images/swiper_my_noselect.png');
}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
    opacity: 1;
    width: 45px;
    height: 10px;
    background: url('/Resource/images/swiper_my_current.png');
}

.container1 {
    margin-top: 3.5%;
    padding: 1%;
    padding-bottom: 12.5%;
    background-color: #2a2d32;
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
}

.container1 .block1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.container1 .block1 .lf {
    flex: 0 1 49.5%;
    overflow: hidden;
    position: relative;
}

.container1 .block1 .lf .bk {
    width: 100%;
}

.container1 .block1 .lf .main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.container1 .block1 .lf .main .left {
    flex: 0 1 48%;
    margin-top: 11%;
    margin-left: 2%;
    transition: 0.8s;
}

.container1 .block1 .lf .main .right {
    width: 100%;
    height: 100%;
    flex: 0 1 42%;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.container1 .block1 .lf .main .left .img1 {
    transform: scale(1.3);
    margin-top: 8%;
    margin-left: -20%;
}

.container1 .block1 .lf .main .left:hover {
    transform: translate(50px, -90px);
    /* 鼠标悬浮时box向上浮动的距离 */
}

.container1 .block1 .lf .main .right .zi1 {
    font-size: 3.6em;
    display: flex;
    align-items: center;
    flex: 0 1 40%;
}

.container1 .block1 .lf .main .right .zi2 {
    font-size: 2.4rem;
    font-weight: 200;
    display: flex;
    flex: 0 1 20%;
}

.container1 .block1 .lf .main .right .fo {
    width: 93%;
    flex: 0 1 35%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 3.6em;
}

@media (max-width: 1465px) {
    .container1 .block1 .lf .main .right .fo {
        font-size: 2.8em;
    }
}

.container1 .block1 .lf .main .right .fo img {
    width: 16%;
}

.container1 .block1 .rt .bk {
    width: 100%;
}

.container1 .block1 .rt .main {
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.container1 .block1 .rt .main img {
    width: 45%;
}

.container1 .bolck2 {
    position: relative;
    margin-top: 1%;
    width: 100%;
}

.container1 .bolck2 .main {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.container1 .bolck2 .main .lf {
    flex: 0 1 50%;
    color: #fff;
    padding-top: 3%;
    padding-left: 2%;
}

.container1 .bolck2 .main .lf .zi1 {
    font-size: 4.8rem;
    color: #ffba00;
    font-weight: bold;
    font-style: oblique;
}

.container1 .bolck2 .main .lf .zi2 {
    margin-top: 3%;
    font-size: 3.6rem;
    color: #ffffff8a;
    font-weight: 300;
    font-size: 36px;
    line-height: 64px;
}

.container1 .bolck2 .main .lf .zi3 {
    margin-top: 6%;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 6.4rem;
}

.container1 .bolck3 {
    position: relative;
    margin-top: 5.7%;
}

.container1 .bolck3 .main {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.container1 .bolck3 .main .zi {
    color: #ffba00;
    font-size: 3.2rem;
    letter-spacing: 9rem;
}

.container2 {
    position: relative;
    padding-top: 16.7%;
}

.container2 .bg {
    opacity: 0.421;
}

.container2 .main {
    position: absolute;
    top: -34%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.container2 .main .top {
    flex: 0 1 32.8%;
    display: flex;
    justify-content: center;
}

.container2 .main .bott {
    flex: 0 1 70%;
}

.container2 .main .top ul {
    flex: 0 1 62%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container2 .main .top ul li {
    flex: 0 1 32.3%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    border: 4px solid #ffffff0d;
    box-sizing: border-box;
    background: linear-gradient(180deg, #141414 46.46%, #212121 100%);
}

.container2 .main .top ul li div {
    flex: 0 1 30%;
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.container2 .main .top ul li .t1 {
    font-size: 2.4rem;
}

.container2 .main .top ul li .t3 {
    display: flex;
    justify-content: space-between;
    padding-right: 10%;
    font-size: 1.8rem;
}

.container2 .main .bott {
    flex: 0 1 25.5%;
    display: flex;
    justify-content: center;
    margin-top: 2.1%;
}

.container2 .main .bott .cont {
    border: 4px solid #ffffff0c;
    box-sizing: border-box;
    background: linear-gradient(315deg, #1f1e1e 0%, #272727 100%);
    display: flex;
    flex: 0 1 62%;
}

.container2 .main .bott .cont .lf {
    padding: 2%;
    flex: 0 1 20%;
}

.container2 .main .bott .cont .ct {
    flex: 0 1 28%;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    padding-top: 2%;
    line-height: 4rem;
}

.container2 .main .bott .cont .ct span:nth-child(2) {
    color: #ffffff7c;
}

.container2 .main .bott .cont .rt {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.container2 .main .bott .cont .rt img:nth-child(1) {
    mix-blend-mode: overlay;
}

.container2 .main .bott .cont .rt .nr {
    position: absolute;
    top: 71%;
    left: 54%;
    width: 39%;
    font-size: 1.8rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
}