#banner , #banner .item {
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 100;
}

#banner .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(31 31 31 / .3);
    top: 0;
    left: 0;
    z-index: 2;
}

#banner .info {
    position: absolute;
    width: 100%;
    top: 45vh;
    left: 0;
    z-index: 3;
}
#banner .info:before{
	content:"";
	position: absolute;
	width: 1px;
	height: 50px;
	background: white;
	left: calc(50% - 1px);
	top: 230px;
}

#banner .info >* {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

#banner .info h3 {
    display: block;
    line-height: 110%;
    text-align: center;
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    word-spacing: 100vw;
    max-width: 100%;
}

#banner .info p {
    text-align: center;
    line-height: 160%;
    font-weight: 100;
    font-size: 25px;
    color: #fff;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition-delay: .5s;
    opacity: 0;
    width: 480px;
    margin: 20px auto 0;
    background-color: #ff8155;
    border-radius: 5px;
}

#banner .img {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: no-repeat 50% / cover;
}

#banner .img video , #banner .img iframe {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

#banner .slick-active .img {
    /* -webkit-transform: scale(1); */
    /* transform: scale(1); */
    /* animation: banerBg 6s infinite linear; */
    /* -webkit-animation: banerBg 6s infinite linear; */
}

#banner .slick-active .info >* {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.scaldown{
    position: absolute;
    display: flex;
    width: 145px;
    height: 145px;
    top: auto;
    right: auto;
    bottom: 135px;
    left: 162px;
    z-index: 3;
}
.scaldown .goindown{
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 9;
}
.dwimg{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 37px;
}
.cirtext {
    animation: 15s linear infinite spinJ;
}
@keyframes spinJ {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


@-webkit-keyframes banerBg {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}

@keyframes banerBg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1460px){
	#banner .img video, #banner .img iframe, #banner .img{
	    height: 740px;
	}
	#banner{
	    margin-top: 70px;
	}
	#banner .info{
	    top: 230px;
	}
	#banner .info h3{
	    font-size: 59px;
	}
	.scaldown{
    left: 128px;
    bottom: 173px;
}
}
@media screen and (max-width: 1280px){
	#banner .img video, #banner .img iframe ,#banner .img{
	    height: 480px;
	}
	#banner .info{
	    top: 171px;
	}
	#banner .info h3{
	    font-size: 50px;
	}
	#banner .info p{
	    font-size: 20px;
	}
	.scaldown{
    width: 130px;
    right: 26px;
    bottom: 17px;
}
}
@media screen and (max-width: 768px) {
    #banner .info h3 {
        font-size: 50px;
    }

    #banner .info p {
        font-size: 20px;
    }
	.scaldown{
	    width: 100px;
	    bottom: 25px;
	}
	.dwimg{
	    height: 25px;
	}
}
@media screen and (max-width: 550px) {
	#banner .info h3{
	    text-align: left;
	    padding-left: 30px;
	    font-size: 45px;
	}
	#banner .info p{
	    text-align: left;
	    padding-left: 30px;
	    background: unset;
	    margin-top: 5px;
	}
	#banner .info:before{
	    left: 14px;
	    top: 109px;
	    height: 39px;
	    width: 4px;
	}
	#banner .info:after{
		content:"";
		position: absolute;
		width: 2px;
		height: 150px;
		background: white;
		top: 0;
		left: 15px;
	}
	.scaldown{
    width: 71px;
    bottom: 0;
}
}
