/*产业链1*/

.section {
	position: relative;
}

.chain {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100vh;
}

.chain1 {
	background-image: url(../images/new/home_img1.jpg);
}

.chain1-l {
	position: relative;
	max-width: 600px;
	height: 500px;
	margin: 0 auto;
}

.section .h2 {
	position: absolute;
	text-indent: -9999px;
	width: 22%;
	height: 100px;
	opacity: 0;
}

.section .desc {
	position: absolute;
	color: #fff;
	font-size: 17px;
	width: 23%;
	letter-spacing: 1px;
	line-height: 30px;
	opacity: 0;
	font-weight: bold;
}

.chain1 .chain1-animate {
	width: 526px;
	height: 487px;
	position: relative;
	top: 0px;
	left: 70px;
}

.chain1 .circle {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/chain/chain1-circle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}

.active.chain1 .circle {
	animation: slideInDown 0.8s ease-out 0s normal both;
	-webkit-animation: slideInDown 0.8s ease-out 0s normal both;
}

.chain1 .h2 {
	width: 16.35%;
	max-width: 314px;
	top: 56%;
	left: 6.5%;
	background-image: url(../images/new/home_word1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	z-index: 2;
}

.active.chain1 .h2 {
	animation: flipInX .75s ease-out 0.45s normal both;
	-webkit-animation: flipInX .75s ease-out 0.45s normal both;
}

.chain1 .desc {
	width: 30%;
	top: 72%;
	left: 6.5%;
	z-index: 2;
}

.active.chain1 .desc {
	animation: bounceInRight 1.3s ease-out 1s normal both;
	-webkit-animation: bounceInRight 1.3s ease-out 1s normal both;
}
	@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}


/*产业链2*/

.chain2 {
	background-image: url(../images/new/home_img2.jpg);
}

.chain2 .h2 {
	width: 15.76%;
	left: 8.59%;
	top: 13.59%;
	background: url(../images/new/home_word2.png) no-repeat center center;
	background-size: 100% auto;
	animation-delay: 1s;
}

.active.chain2 .h2 {
	animation: titleTwo 1s ease-out 0.2s normal both;
	-webkit-animation: titleTwo 1s ease-out 0.2s normal both;
}

.chain2 .desc {
	width: 32%;
	top: 28.3%;
	left: 8.59%;
	color: #386e3b;
}

.active.chain2 .desc {
	animation: descTwo 1s ease-out 0.6s normal both;
	-webkit-animation: descTwo 1s ease-out 0.6s normal both;
}

.tomato {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	opacity: 0;
}

.tomato1 {
	bottom: 8%;
	left: 380px;
	width: 60px;
	height: 64px;
	background-image: url(../images/chain/chain2-1.png);
	-webkit-animation: fadeOutUp .33s linear 0s infinite alternate;
	animation: fadeOutUp 0.33s linear 0s infinite alternate;
}

.tomato2 {
	bottom: 6%;
	left: 420px;
	width: 75px;
	height: 72px;
	background-image: url(../images/chain/chain2-2.png);
	-webkit-animation: fadeOutUp .38s linear 0s infinite alternate;
	animation: fadeOutUp 0.38s linear 0s infinite alternate;
}

.tomato3 {
	bottom: 3%;
	left: 570px;
	width: 50px;
	height: 58px;
	background-image: url(../images/chain/chain2-3.png);
	-webkit-animation: fadeOutUp 0.3s linear 0s infinite alternate;
	animation: fadeOutUp 0.3s linear 0s infinite alternate;
}

.tomato4 {
	bottom: 5%;
	left: 500px;
	width: 60px;
	height: 65px;
	background-image: url(../images/chain/chain2-4.png);
	-webkit-animation: fadeOutUp .28s linear 0s infinite alternate;
	animation: fadeOutUp 0.28s linear 0s infinite alternate;
}


/*西红柿1*/

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0)
	}
}


/*产业链3*/

.chain3 {
	background-image: url(../images/new/home_img3.jpg);
}

.chain3 .h2 {
	left: 62.08%;
	top: 12.79%;
	width: 16.3%;
	background: url(../images/new/home_word3.png) no-repeat center center;
	background-size: 100% auto;
}

.active.chain3 .h2 {
	animation: flipInX .75s ease-out 0.4s normal both;
	-webkit-animation: flipInX .75s ease-out 0.4s normal both;
}

.chain3 .desc {
	top: 25.7%;
	left: 62.08%;
	width: 29%;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	color: #013a89;
}

.active.chain3 .desc {
	animation: bounceInRight 1.3s ease-out 1s normal both;
	-webkit-animation: bounceInRight 1.3s ease-out 1s normal both;
}

#gla {
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	height: 320px;
	top: 70px;
	left: 50%;
	margin-left: -350px;
}

.bac {
	position: absolute;
	bottom: 0;
	left: 50px;
}

#gla_box {
	width: 700px;
	margin: auto;
	position: relative;
}

#gla_box .prev,
#gla_box .next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 999;
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	cursor: pointer;
}

#gla_box .prev {
	background-image: url(../images/chain/left.png);
	left: 5%;
}

#gla_box .next {
	right: 5%;
	background-image: url(../images/chain/right.png);
}

.gla_inbox {
	overflow: hidden;
	position: relative;
}

.gla_inbox img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.roundabout-holder {
	height: 320px;
	width: 700px;
}

.roundabout-moveable-item {
	display: block;
	height: 300px;
	width: 500px;
	;
	cursor: pointer;
}

.roundabout-in-focus {
	cursor: auto;
}


/*产业链4*/

.chain4 {
	background-image: url(../images/new/home_img4.jpg);
}

.chain4 .h2 {
	width: 13.69%;
	left: 62%;
	top: 37.2%;
	background: url(../images/new/home_word4.png) no-repeat center center;
	background-size: 100% auto;
	animation-delay: 1s;
}

.active.chain4 .h2 {
	-webkit-animation: titleTwo 0.75s ease-out 0.3s normal both;
	animation: titleTwo 0.75s ease-out 0.3s normal both;
}

.chain4 .desc {
	width: 28%;
	top: 52.3%;
	left: 62%;
}

.active.chain4 .desc {
	-webkit-animation: descTwo 0.75s ease-out 0.55s normal both;
	animation: descTwo 0.75s ease-out 0.55s normal both;
}

.share {
	position: absolute;
	top: 0;
	right: 0;
	width: 470px;
	height: 570px;
	display: block;
	background-image: url(../images/chain/chain4-1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.active.chain4 .share {
	-webkit-animation: flash 3.6s ease 0s infinite both;
	animation: flash 3.6s ease 0s infinite both;
}

@keyframes flash {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0.5
	}
}

/*产业链7*/

.chain7 {
	background-image: url(../images/new/home_img5.jpg);
}

.chain7 .h2 {
	width: 13.22%;
	left: 13%;
	top: 59.2%;
	background: url(../images/new/home_word5.png) no-repeat center center;
	background-size: 100% auto;
	animation-delay: 1s;
}

.active.chain7 .h2 {
	-webkit-animation: titleTwo 0.75s ease-out 0.3s normal both;
	animation: titleTwo 0.75s ease-out 0.3s normal both;
}

.chain7 .desc {
	width: 28%;
	top: 74.8%;
	left: 13%;
}

.active.chain7 .desc {
	-webkit-animation: descTwo 0.75s ease-out 0.55s normal both;
	animation: descTwo 0.75s ease-out 0.55s normal both;
}



.active.chain4 .share {
	-webkit-animation: flash 3.6s ease 0s infinite both;
	animation: flash 3.6s ease 0s infinite both;
}

@keyframes flash {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0.5
	}
}



/*产业链5*/

.chain5 {
	background-image: url(../images/new/home_img6.jpg);
}

.chain5 .h2 {
	width: 13.8%;
	left: 40.26%;
	top: 12.23%;
	background: url(../images/new/home_word6.png) no-repeat center center;
	background-size: 100% auto;
	animation-delay: 1s;
}

.active.chain5 .h2 {
	animation: flipInX .75s ease-out 1s normal both;
	-webkit-animation: flipInX .75s ease-out 1s normal both;
}

.chain5 .desc {
	top: 25%;
	left: 0%;
	width: 100%;
	text-align: center;
	color: #013a89;
	line-height: 28px;
	font-weight: bold;
}

.active.chain5 .desc {
	animation: bounceInRight 1.3s ease-out 1s normal both;
	-webkit-animation: bounceInRight 1.3s ease-out 1s normal both;
}

.chain5 .car {
	position: absolute;
	top: 70%;
	left: 50%;
	margin-left: -70px;
	width: 50px;
	height: 90px;
	background-image: url(../images/chain/car.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: block;
	opacity: 0;
}

.active.chain5 .car {
	-webkit-animation: fadeInLeftBig 2s ease-out 0.6s both normal;
	animation: fadeInLeftBig 2s ease-out 0.6s both normal;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(9, 9);
		transform: scale(9, 9)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(9, 9);
		transform: scale(9, 9)
	}
}


/*产业链6*/

.chain6 {
	background-image: url(../images/chain/chain6-bj.jpg);
}

.chain6 .h2 {
	width: 10.15%;
	left: 49.73%;
	top: 58.89%;
	background: url(../images/new/home_word7.png) no-repeat center center;
	background-size: 100% auto;
	animation-delay: 1s;
}

.active.chain6 .h2 {
	-webkit-animation: titleTwo 0.75s ease-out 0.3s normal both;
	animation: titleTwo 0.75s ease-out 0.3s normal both;
}

.chain6 .desc {
	width: 29.8%;
	top: 73.61%;
	left: 49.73%;
	color: #013a89;
	font-weight: bold;
}

.active.chain6 .desc {
	-webkit-animation: descTwo 0.75s ease-out 0.55s normal both;
	animation: descTwo 0.75s ease-out 0.55s normal both;
}

.chain6 .pig {
	position: absolute;
	width: 38px;
	height: 64px;
	background-image: url(../images/chain/chain6-pig.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: block;
}

.chain6 .pig1 {
	top: 45%;
	left: 39%;
	-webkit-animation: fadeOutUp .28s linear 0s infinite alternate;
	animation: fadeOutUp 0.28s linear 0s infinite alternate;
}

.chain6 .pig2 {
	top: 50%;
	left: 30%;
	-webkit-animation: fadeOutUp .28s linear 0s infinite alternate;
	animation: fadeOutUp 0.28s linear 0s infinite alternate;
}

.chain6 .pig3 {
	top: 36%;
	left: 34%;
	-webkit-animation: fadeOutUp .28s linear 0s infinite alternate;
	animation: fadeOutUp 0.28s linear 0s infinite alternate;
}

.chain6 .pig4 {
	bottom: 25%;
	left: 29%;
	-webkit-animation: fadeOutUp .28s linear 0s infinite alternate;
	animation: fadeOutUp 0.28s linear 0s infinite alternate;
}


/*产业链1、产业链3、产业链5的标题*/

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	100% {
		opacity: 1 -webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}


/*产业链1、产业链3、产业链5的描述*/

@-webkit-keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}


/*产业链2、产业链4、产业链6的标题*/

@-webkit-keyframes titleTwo {
	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes titleTwo {
	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}


/*产业链2、产业链4、产业链6的描述*/

@-webkit-keyframes descTwo {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes descTwo {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
