@charset "utf-8";
.index-banner {	
	position: static;
	width: 100%;
	height: 100vh;
	overflow: hidden;	
}
.index-banner .b{
	opacity:0;
	width: 100%;
	height: auto;
}
.index-banner-container{
	position: relative;
	width: 100%;
	height: 100%;
}
.index-banner .carousel-inner {
	position: absolute;
	top: -60px;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 60px;
	overflow: hidden;
}
.carousel-item{display: none;}
.carousel-item.active{display: block;}
.carousel-item-inner-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@keyframes banner_move {
	2%{bottom: 0;}
	48%{bottom: -120px;}
	52%{bottom: -120px;}
	98%{bottom: 0;}
}
@keyframes opacity_move {
	0%{opacity: 0;}
	20%{opacity: 1;}
	100%{opacity: 1;}
}
.carousel-item-inner-bg.move img{
	width:100%;
	bottom: 0;
	position:absolute;
	animation: 10s banner_move linear infinite normal;
}
.carousel-item-inner-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;	
}
.carousel-item1 .carousel-item-inner-text{
	background-image: url(../images/index_banner/bannerbg.png);
	background-position:top center;	
}
.carousel-item-inner-text-container{
	position: absolute;
	top: 52%;
	left: 8%;
	/* right: 12%; */
	width: auto;
	color: #fff;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.carousel-item-inner-text h3{
	font-size: 32px;
	color: #fff;
	line-height: 1.8;
	font-weight: normal;
}

.carousel-item-inner-text h3 .en{
	display: block;
	font-size: 48px;
	font-weight: bold;
}
.carousel-item-inner-text h3 .s2{
	display: block;
	font-size: 48px;
	font-weight: bold;
}
.carousel-item2 .img-box {
    width: 1600px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;	
}
.carousel-item2 .img-box img{
	display: block;
}

.carousel-item2 .img-box .img1 {
	width:143px;
	height:286px;
	position:absolute;
	left:647px;
	top:532px;
	background:url(../images/index_banner/004.png) top center no-repeat;
	background-size:100%;
	padding: 10px;
	z-index:3;
	box-sizing: border-box;
}
.carousel-item2 .img-box .img1 img {
	width:100%;
	opacity:0;
}
.carousel-item2.active .img-box .img1 img {
	animation-name: opacity_move;
	animation-duration:5s; 
	animation-delay:1.5s;
	animation-iteration-count:infinite;
}
.carousel-item2 .img-box .img2 {
	width:332px;
	height:391px;
	position:absolute;
	right:-44px;
	top:447px;
	background:url(../images/index_banner/005.png) top center no-repeat;
	background-size:100%;
	padding:23px 35px 0 35px;
	z-index:3;
	box-sizing: border-box;
}
.carousel-item2 .img-box .img2 img {
	width:100%;
	opacity:0;
}
.carousel-item2.active .img-box .img2 img {
	animation-name: opacity_move;
	animation-duration:5s; 
	animation-delay:1s;
	animation-iteration-count:infinite;
}
.carousel-item2 .img-box .img3 {
	width:760px;
	height:755px;
	position:absolute;
	top:184px;
	right:160px;
	background:url(../images/index_banner/006.png) top center no-repeat;
	background-size:100%;
	padding:20px;
	box-sizing: border-box;
}
.carousel-item2 .img-box .img3 img {
	width:100%;
	opacity:0;
}
.carousel-item2.active .img-box .img3 img {
	animation-name: opacity_move;
	animation-duration:5s; 
	animation-delay:0.5s;
	animation-iteration-count:infinite;
}
@media(max-width:1680px) {
	.index-banner {
		height: auto;
	}
	.carousel-item2 .img-box .img1 {
		width:100px;
		height:286px;
		position:absolute;
		left:667px;
		top:502px;
		padding:7px;
	}
	.carousel-item2 .img-box .img2 {
		width:182px;
		height:391px;
		position:absolute;
		right:180px;
		top:447px;
		padding:13px 25px 0 25px;
	}
	.carousel-item2 .img-box .img3 {
		width:36%;
		position:absolute;
		top:22%;
		right:18%;
		padding:20px 10px;
	}
}
.index-banner .carousel-item3 .bg-img {
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.index-banner .carousel-item3 .img-box {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
.index-banner .carousel-item3 .img-box li {
    position: absolute;
    width: 100%;
    height: 100%; }
.index-banner .carousel-item3 .img-box li img {
      width: 100%;
      height: 100%; }
.index-banner .carousel-item3 .img-box .img1 {
    z-index: 2; 
	top:-20px;
	position:absolute;
}
.index-banner .carousel-item3 .img-box .img2 {
    z-index: 3; 
	right:-20px;
	position:absolute;
}
.carousel-item3 .carousel-item-inner-bg>img{
	height: 100%;
}
@media(max-width:1680px) {
	.index-banner .carousel-item3 .img-box .img1,.index-banner .carousel-item3 .img-box .img1 img{height: 100%;}
	.index-banner .carousel-item3 .img-box .img2,.index-banner .carousel-item3 .img-box .img2 img{height: 100%;}
}
.index-banner .carousel-item .link {
	width:135px;
	height:50px;
	background:#222 url(../images/index_banner/icon22.png) 95px center no-repeat;
	display:block;
	font-size:14px;
	line-height:50px;
	color:#fff;
	font-family: 'sheepsansbol';
	padding-left:20px;
	margin-top:48px;
}
.carousel-bar{
    display: block;
    position: absolute;
    width: 200px;
    bottom: 35px;
    text-align: center;
    z-index: 5;
    font-size: 0;
    right: 50px;
    margin-left: 420px;
}
.carousel-bar ol li{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #a7a8a7;
	border-radius: 7px;
	margin: 0px 8px;
	cursor: pointer;
	vertical-align: middle;
}
.carousel-bar ol li.on{width: 28px; background-color: #fff;}
.carousel-action{
	display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 31px;
    z-index: 3;
}
@-webkit-keyframes myFade{
	0%{	opacity: 1;	top:0;}
	25%{top:-10px;opacity: 0.3;}
	50%{top:0px;opacity: 1;}
	75%{top:10px;opacity: 0.3;}
	100%{opacity: 1;top:0px;}
}
@-moz-keyframes myFade{
	0%{	opacity: 1;top:0;}	
	25%{top:-10px;opacity: 0.3;	}
	50%{top:0px;opacity: 1;}
	75%{top:10px;opacity: 0.3;}
	100%{opacity: 1;top:0px;}
}
@-o-keyframes myFade{
	0%{	opacity: 1;	top:0;}
	25%{top:-10px;	opacity: 0.3;}
	50%{top:0px;opacity: 1;	}
	75%{top:10px;opacity: 0.3;}
	100%{opacity: 1;top:0px;}
}
@keyframes myFade{
	0%{opacity: 1;top:0;}
	25%{top:-10px;opacity: 0.3;}
	50%{top:0px;opacity: 1;}
	75%{top:10px;opacity: 0.3;}
	100%{opacity: 1;top:0px;}
}
.carousel-action .scroll-btn {
    position: absolute;
    display: block;
    width: 22px;
    height: 30px;
    top: 0;
    left: 50%;
    margin-left: -11px;
    background: url(../images/index_banner/scroll-btn.png) no-repeat center;
    z-index: 4;
    animation: myFade 2s linear infinite;
}
.carousel-action .line-l {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a7a8a7;
    top: 50%;
    margin-top: -1px;
    right: 50%;
    margin-right: 31px;
}
.carousel-action .line-r {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a7a8a7;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: 31px;
}



