﻿@charset "utf-8";

html {
    overflow: hidden;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #000000;
    word-wrap: break-word;
    overflow: hidden;
}

button, input, select, textarea {
    font: 12px/1.5 Arial, "宋体", Helvetica, Verdana, sans-serif;
    word-wrap: break-word;
    color: #565756;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

img {
    border: none;
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    vertical-align: middle;
    *font-size: 100%;
}

input {
    margin: 0;
    outline: none;
    padding: 0;
}

input::-ms-clear {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

.clearfix {
    *zoom: 1
}

.ddw {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 16px;
    z-index: 9999;
}

.ddw2 {
    position: absolute;
    left: 20px;
    top: 0;
    color: #000;
    font-size: 16px;
    z-index: 9999;
}

.num_box {
    position: relative;
}

.num {
    color: #fff;
    font-size: 50px;
    width: 100%;
    text-align: center;
    position: relative;
}

.num p {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -66px;
}

.num ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.num ul li {
    float: left;
    height: 100%;
    position: relative;
}

.fixed_r {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

.fixed_r li {
    position: revert;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #3062c1;
    cursor: pointer;
    border-radius: 100px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    opacity: .7;
}

.fixed_r li i {
    color: #fff;
    font-size: 30px;
}

.fixed_r li.on {
    opacity: 1;
    background: #3062c1;
}

.swiper-container, .swiper-container2, .swiper-container3 {
    height: 100%;
}

.swiper-container .swiper-pagination, .swiper-container2 .swiper-pagination {
    bottom: 60px !important;
}

.swiper-container .swiper-pagination-bullet, .swiper-container2 .swiper-pagination-bullet {
    height: 3px;
    width: 150px;
    background: #999a9c;
    border-radius: 0;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ef8d36;
}


.mainimg {
    /*object-fit: cover;*/
    height: 100%;
    width: 100%;
    overflow: hidden;

}

.swiper-container .swiper-slide-active img{
    overflow: hidden;
    animation: zoomInbig 7s linear infinite;
    /*transform: scale(1.05)*/
}

@keyframes zoomInbig {
    100% {
        transform: scale(1.1)
    }
    0% {
        transform: scale(1)
    }
}

@keyframes zoomInbig2 {
    100% {
        background-size: 120%;

    }
    0% {
        background-size: 100%;
    }
}

.video-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-img i {
    font-size: 120px;
}

#num_2 {
    background: url('../img/3big.jpg') no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    animation: zoomInbig2 20s;

    animation-fill-mode: forwards;
}

.swiper-container3 .swiper-wrapper .h3 {
    position: absolute;
    top: 0;
    left: 0
}


#num_2 .message {
    width: 700px;
    padding: 0 100px;
    margin: 0 auto;
    color: #fff;
    height: 300px;
    font-size: 14px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

#num_2 .message .h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-left: 50px;
}

#num_2 .message .h3:after {
    content: "";
    background: #ee8a34;
    width: 90px;
    height: 5px;
    bottom: -10px;
    position: absolute;
    left: 0;
}

#num_2 .message .swiper-container3 {
    position: relative;
    margin: 30px auto 0 auto;
    width: 600px;
    overflow: hidden;
}


#num_2 .swiper-container3 .titles {
    font-size: 24px;
    line-height: 35px;
}

#num_2 .swiper-container3 .desc {
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
}

#num_2 .message .arrow {
    position: absolute;
    background: url('../img/arrow.png') no-repeat;
    width: 40px;
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: .6;

}
#num_2 .message .arrow:hover{
    opacity: 1;
}
#num_2 .message .next {
    right: 0;
}

#num_2 .message .prev {
    left: 0;
    transform: rotateY(180deg) translateY(-50%);
}