
.swiper-wrapper{
    transition-delay:.3s;
}

/*一级*/
.item-one {
    width: 100%;
    height: 100vh;
    background:#252525;
}
/*二级*/
.item-two {}

/*三级*/
.item-three {
    height: 100%;
    position: relative;

}
.item-three .photo {
    position:relative;
    height:100%;
    overflow: hidden;
}
.item-three .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0.9;
    transform: scale(1);
    transition: all 1s;
    animation: myfirst 15s linear infinite normal;/*图片动画首页*/

}
.item-three .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255,0.2);
    opacity:0;
    z-index: 1;
    transition: all 1s;
}

.item-three .video-item video {
    position: absolute;
    top: 0;
    left:0;
    z-index: 99;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-three .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.0);
    opacity:0;
    z-index: 1;
    transition: all 1s;
}

.item-three .word {
    display: flex;
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

.item-three .word .container {
    position:relative;
}
.item-three .word .word-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0.2rem;
    text-align: center;
}
.item-three .word .word-item h6 {
    font-size: 0.48rem;
    color:#000;
    font-family: "Futura-Light";
    text-transform: uppercase;
    transform:translateY(200px);
    opacity:0;
    transition:all .4s;
}
.item-three .word .word-item h5 {
    font-size: 0.48rem;
    color:#000;
    margin:0.65rem 0 0 0;
    transform:translateY(200px);
    opacity:0;
    transition:all .8s;
}
.item-three .word .word-item hr {
    width:1px;
    height:30px;
    background:#000;
    margin:0.4rem auto;
    transform:translateY(200px);
    opacity:0;
    transition:all 0.9s;
}
.item-three .word .word-item h4 {
    font-size: 0.16rem;
    color:#000;
    line-height: 2;
    margin:20px 0 0 0;
    transform:translateY(200px);
    opacity:0;
    transition:all 1s;
}
.item-three .word .word-item h4 span {
    display:block;
}

.item-three .word .word-item h3 {
    font-size: 0.24rem;
    color:#000;
    line-height: 2;
    margin:0.7rem 0 0.8rem 0;
    transform:translateY(200px);
    opacity:0;
    transition:all 1s;
}
.item-three .word .word-item h3 span {
    padding:0 0.25rem;
}

.item-three .word .word-item>a {
    display:inline-block;
    width:2.4rem;
    height:0.5rem;
    margin:0.8rem 0 0 0;
    line-height: 0.5rem;
    font-size: 0.16rem;
    color:#000;
    border:1px solid #333;
    transform:translateY(200px);
    opacity:0;
    transition:all 1.2s;
}
.item-three .word .word-item>a::before {
    content: "";
    width:0.4rem;
    height:0.4rem;
    background: url(../images/home/logo-icon-white.svg) no-repeat center center/0.18rem;
    margin:0 0.1rem;
    display:inline-block;
    vertical-align:middle;
    opacity:0;
    transform:translateX(-1rem);
    transition:all 0.5s;
}
.item-three .word .word-item>a::after {
    content: "";
    width:0.4rem;
    height:0.4rem;
    background: url(../images/home/go-back.svg) no-repeat center center/0.16rem;
    margin:0 0.1rem;
    display:inline-block;
    vertical-align:middle;
}
.item-three .word .word-item>a:hover {
    color:#fff;
    border:1px solid #e40023;
    background:#e40023;
}
.item-three .word .word-item>a:hover::before{
    opacity:1;
    transform:translateX(0px);
}
.item-three .word .word-item>a:hover::after {
    background: url(../images/home/go-white.svg) no-repeat center center/0.16rem;
}




@keyframes bianhua {
  0% {
      width: 0%;
      opacity:0;
  }
  100% {
      opacity:1;
      width: 100%;
  }
   
}


/*swiper动画特效*/
.ani-slide.item-three .photo img {
    transform: scale(1.05);
    opacity:1;
}
.ani-slide.item-three .photo:after {
    opacity:1;
} 
.ani-slide.item-three .word .word-item h6,
.ani-slide.item-three .word .word-item h5,
.ani-slide.item-three .word .word-item hr,
.ani-slide.item-three .word .word-item h4,
.ani-slide.item-three .word .word-item h3,
.ani-slide.item-three .word .word-item figure,
.ani-slide.item-three .word .word-item a
{
    transform:translateY(0);
    opacity:1;
}
/*swiper动画特效*/


.second-one .pagination-one {
    position: absolute;
    left:5% !important;
    bottom:5% !important;
    z-index: 9;
}
.second-one .pagination-one .swiper-pagination-bullet {
    margin: 10px 10px !important;
    opacity: 1;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.second-one .pagination-one .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.second-one .pagination-one .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}
.second-one .pagination-one .swiper-pagination-bullet-active:after {
    background: #fff;
}


.item-one .item-three .photo ul li {
    overflow: hidden;
}

.home-banner {
    position:relative;
}
.home-banner .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:0.5rem;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:0.43rem;
    height:0.43rem;
    border:1px solid rgba(255,255,255,0);
    border-radius:100%;
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../images/left.svg) no-repeat center/0.5rem ;
    left: 5%;
}
.home-banner .swiper-banner-next {
    background:url(../images/right.svg) no-repeat center/0.5rem ;
    right:5%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}




/*浮窗右侧按钮*/
.item-one .swiper-pagination {
    right: 0.3rem !important;
}
.item-one .swiper-pagination-bullet {
    margin: 10px 0 !important;
    opacity: 1;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.item-one .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.item-one .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}

@media screen and (max-width:1024px){
.item-one .swiper-pagination-home {
    right: 15px !important;
}
.item-one .swiper-pagination-bullet {
    margin: 10px 0 !important;
    opacity: 1;
    width: 12px;
    height:12px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.item-one .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.item-one .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}    
}
/*浮窗右侧按钮*/

/*响应式*/
@media screen and (max-width:1024px){
.item-one {
    width: 100%;
    height: 100vh;
    background:#252525;
}
.item-two {}
.item-three {
    height: 100%;
    position: relative;

}
.item-three .photo {
    position:relative;
    height:100%;
}
.item-three .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0.9;
    transform: scale(1);
    transition: all 1s;

}
.item-three .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0);
    opacity:0;
    z-index: 1;
    transition: all 1s;
}

.item-three .word {
    display: flex;
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

.item-three .word .container {
    position:relative;
}
.item-three .word .word-item {
}
.item-three .word .word-item h6 {
    font-size: 0.38rem;
    transform:translateY(200px);
    opacity:0;
    transition:all .4s;
}
.item-three .word .word-item h5 {
    font-size: 0.24rem;
    margin:20px 0 0 0;
    transform:translateY(200px);
    opacity:0;
    transition:all .8s;
}
.item-three .word .word-item hr {
    width: 1px;
    height: 20px;
    margin: 0.2rem auto;
}
.item-three .word .word-item h4 {
    font-size: 0.16rem;
    margin:20px 0 0 0;
    transform:translateY(200px);
    opacity:0;
    transition:all 1s;
}
.item-three .word .word-item h3 {
    font-size: 0.18rem;
    color:#000;
    line-height: 2;
    margin:0.35rem 0 0.4rem 0;
    transform:translateY(200px);
    opacity:0;
    transition:all 1s;
}
.item-three .word .word-item h3 span {
    padding:0 0.1rem;
}
.item-three .word .word-item>a {
    width:1.6rem;
    height:0.4rem;
    border-radius: 5px;
    margin:0.3rem 0 0 0;
    line-height: 0.4rem;
    font-size: 0.14rem;

    transform:translateY(200px);
    opacity:0;
    transition:all 1.2s;
} 
.item-three .word .word-item>a::before {
    content: "";
    width:0.3rem;
    height:0.3rem;
    background: url(../images/home/logo-icon-white.svg) no-repeat center center/0.18rem;
    margin:0 0.05rem;
    display:inline-block;
    vertical-align:middle;
    opacity:0;
    transform:translateX(-1rem);
    transition:all 0.5s;
}
.item-three .word .word-item>a::after {
    content: "";
    width:0.3rem;
    height:0.3rem;
    background: url(../images/home/go-back.svg) no-repeat center center/0.16rem;
    margin:0 0.05rem;
    display:inline-block;
    vertical-align:middle;
}  
}




.item-three .word .web-item {
    position: absolute;
    left: 60%;
    bottom: 100px;
}
.item-three .word .web-item .web-box {
    padding:20px;
}
.item-three .word .web-item .web-box a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    opacity:0;
    transform:translateY(200px);
    transition: all 2.8s;
    
}
.item-three .word .web-item .web-box a:hover p::after {
    transform: translate(5px,0px);
}
@media screen and (max-width:1024px){
.item-three .word .web-item {
    position: absolute;
    left: 4%;
    bottom: 60%;
}
.item-three .word .web-item .web-box {
    padding:10px;
}
.item-three .word .web-item .web-box a {
    font-size: 18px;
    font-weight: 200;
    
}
}

/*swiper动画特效*/
.ani-slide.item-three .word .web-item .web-box a
{
    transform:translateX(0);
    opacity:1;
}
/*swiper动画特效*/



/*七星驱动 创定未来*/
.liuyan {
}
.liuyan {}
.liuyan form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 7rem;
    margin:0 auto;
}
.liuyan input,
.liuyan select{
    width: 48%;
    height: 0.46rem;
    background:none;
    border: solid 1px #666;
    font-size: 0.16rem;
    color:#000;
    line-height: 0.46rem;
    text-indent: 1em;
    margin:0 0 0.2rem 0;
    
}
.liuyan input::-webkit-input-placeholder,
.liuyan select::-webkit-input-placeholder {
    color: #000;
}
@media screen and (max-width:1024px){
.liuyan {
}
.liuyan {}
.liuyan form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 7rem;
    margin:0 auto;
}
.liuyan input,
.liuyan select{
    width: 100%;
    height: 0.46rem;
    background:none;
    border: solid 1px #666;
    font-size: 0.16rem;
    color:#000;
    line-height: 0.46rem;
    text-indent: 1em;
    margin:0 0 0.1rem 0;
    
}  
}
/*七星驱动 创定未来*/



.footer {
    display: none;
}


/*首页备案*/
.beian {
    position: fixed;
    left:0;
    bottom:2%;
    z-index: 99;
    width: 100%;
    text-align: center;
}
.beian p,.beian p a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
}
/*首页备案*/