


.content1200 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: auto;
	z-index: 2
}

.index-body .box {
	background:#eee;
}


.index-body .box1 {
	height: 600px;
	padding: 0px 0 0 0;
	position: relative
}




.index-body .box1 .PageTitle {
	position: absolute;
	width: 100%;
	z-index: 15
}

.index-body .box1 .content1200 {
	height: 100%;
	width: 1200px
}

.index-body .box1 .milestones {
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-top:-130px;
}

.index-body .box1 .milestones ul {
	position: relative;
	width: 250000px
}

.index-body .box1 .milestones ul li {
	position: relative;
	width: 280px
}

.index-body .box1 .milestones ul li .title {
	width: 120px;
	height: 120px;
	position: absolute;
	margin: -45px 0 0 -45px;
	left: 50%;
	top: 50%;
	 line-height:80px;	
	border-radius: 50%;
	background: #D54846;
	cursor: pointer;
	background-size: 100% 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1)
}

.index-body .box1 .milestones ul li .title:hover {
	background-size: 110% 110%
}

.index-body .box1 .bolang1 {
	position: absolute;
	width: 500%;
	left: 0;
	height: 302px;
	background: url(../images/wave1.png) repeat-x;
	top: 40%
}

.index-body .box1 .bolang2 {
	position: absolute;
	width: 500%;
	left: 0;
	height: 302px;
	background: url(../images/wave2.png) repeat-x;
	top: 39%;
	background-size: 1900px auto
}

.index-body .box1 .milestones ul li .round {
	height: 220px;
	width: 220px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin: -110px 0 0 -110px;
	top: 50%
}

.index-body .box1 .milestones ul li .round .title span {
	display: block;
	color: #fff;
	text-align: center;
	z-index: 14
}

.index-body .box1 .milestones ul li .round .title span.year {
	margin-top: 17px;
	font-size: 20px
}

.index-body .box1 .milestones ul li .round .title span.names {
	font-size: 20px
}

.index-body .box1 .milestones ul li .pic {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .5s;
	-webkit-transition: all .5s
}

.index-body .box1 .milestones ul li .pic .img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid #FB5200;
	position: relative
}

.index-body .box1 .milestones ul li .pic .img img {
	display: block;
	margin: 0 auto;
	position: absolute;
	left: -6px;
	top: -6px;
	width: 220px;
	height: 220px
}

.index-body .box1 .milestones ul li .summary {

	width: 260px;
	margin-top: 0
}

.index-body .box1 .milestones ul li .summary .title-T span {
	color: #000
}

.index-body .box1 .milestones ul li .summary .title-T span.year {
	font-size: 16px
}

.index-body .box1 .milestones ul li .summary .title-T span.names {
	font-size: 20px;
	margin-left: 0px
}

.index-body .box1 .milestones ul li .summary .text {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	height: 96px;
	
}

.index-body .box1 .milestones ul li.swiper-slide-active .title {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0)
}

.index-body .box1 .milestones ul li.swiper-slide-active .pic {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1)
}

.index-body .box1 .milestones .swiper-pagination-box1 {
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 15
}

.index-body .box1 .milestones .swiper-pagination-box1 span {
	width: 10px;
	height: 10px
}

.index-body .box1 .milestones .swiper-pagination-box1 span.swiper-pagination-bullet-active {
	background: #A80000
}


.swiper-button-next-milestones,.swiper-button-prev-milestones {
	width: 39px;
	height: 78px;
	background: url(../images/1o-right.png) no-repeat;

	position: absolute;
	top: 50%;
	margin-top: -39px;
	right: -100px;
	cursor: pointer;
	display: block
}

.swiper-button-prev-milestones {
	background-image: url(../images/1o-left.png);
	left: -100px;
	right: auto
}




@media screen and (min-width:767px) {
	.index-body .box1 .bolang1 {
		-webkit-animation: bolang1 18s linear infinite;
		animation: bolang1 18s linear infinite
	}@	-webkit-keyframes bolang1 {
		0%{background-position: 0 50px
	}

	100% {
		background-position: 1900px 50px
	}
}

@keyframes bolang1 {
	0% {
		background-position: 0 50px
	}

	100% {
		background-position: 1900px 50px
	}
}

.index-body .box1 .bolang2 {
	-webkit-animation: bolang2 24s linear infinite;
	animation: bolang2 24s linear infinite
}

@-webkit-keyframes bolang2 {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: -1900px 0
	}
}

@keyframes bolang2 {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: -1900px 0
	}
}

.index-body .box1 .milestones ul li.cur1 .round {
	top: 36%;
	-webkit-animation: round1 12s ease-in-out infinite;
	animation: round1 12s ease-in-out infinite
}

.index-body .box1 .milestones ul li.cur2 .round {
	top: 48%;
	-webkit-animation: round2 12s ease-in-out infinite;
	animation: round2 12s ease-in-out infinite
}

.index-body .box1 .milestones ul li.cur3 .round {
	top: 52%;
	-webkit-animation: round3 12s ease-in-out -1s infinite;
	animation: round3 12s ease-in-out -1s infinite
}

.index-body .box1 .milestones ul li.cur4 .round {
	top: 38%;
	-webkit-animation: round4 12s ease-in-out infinite;
	animation: round4 12s ease-in-out infinite
}

.index-body .box1 .milestones ul li.cur5 .round {
	top: 47%;
	-webkit-animation: round5 12s ease-in-out 1.5s infinite;
	animation: round5 12s ease-in-out 1.5s infinite
}

.index-body .box1 .milestones ul li.cur6 .round {
	top: 45%;
	-webkit-animation: round6 12s ease-in-out -1s infinite;
	animation: round6 12s ease-in-out -1s infinite
}

.index-body .box1 .milestones ul li.cur7 .round {
	top: 45%;
	-webkit-animation: round7 12s ease-in-out 1.7s infinite;
	animation: round7 12s ease-in-out 1.7s infinite
}

@-webkit-keyframes round1 {
	0% {
		top: 36%
	}

	50% {
		top: 52%
	}

	100% {
		top: 36%
	}
}

@keyframes round1 {
	0% {
		top: 36%
	}

	50% {
		top: 52%
	}

	100% {
		top: 36%
	}
}

@-webkit-keyframes round2 {
	0% {
		top: 48%
	}

	15% {
		top: 52%
	}

	65% {
		top: 36%
	}

	100% {
		top: 48%
	}
}

@keyframes round2 {
	0% {
		top: 48%
	}

	15% {
		top: 52%
	}

	65% {
		top: 36%
	}

	100% {
		top: 48%
	}
}


@-webkit-keyframes round3 {
	0% {
		top: 52%
	}

	50% {
		top: 36%
	}

	100% {
		top: 52%
	}
}

@keyframes round3 {
	0% {
		top: 52%
	}

	50% {
		top: 36%
	}

	100% {
		top: 52%
	}
}

@keyframes round4 {
	0% {
		top: 38%
	}

	5% {
		top: 36%
	}

	55% {
		top: 52%
	}

	100% {
		top: 38%
	}
}

@-webkit-keyframes round4 {
	0% {
		top: 38%
	}

	5% {
		top: 36%
	}

	55% {
		top: 52%
	}

	100% {
		top: 38%
	}
}

@-webkit-keyframes round5 {
	0% {
		top: 47%
	}

	15% {
		top: 52%
	}

	65% {
		top: 36%
	}

	100% {
		top: 47%
	}
}

@keyframes round5 {
	0% {
		top: 47%
	}

	15% {
		top: 52%
	}

	65% {
		top: 36%
	}

	100% {
		top: 47%
	}
}

@-webkit-keyframes round6 {
	0% {
		top: 53%
	}

	50% {
		top: 40%
	}

	100% {
		top: 53%
	}
}

@keyframes round6 {
	0% {
		top: 53%
	}

	50% {
		top: 36%
	}

	100% {
		top: 53%
	}
}

@-webkit-keyframes round7 {
	0% {
		top: 36%
	}

	50% {
		top: 52%
	}

	100% {
		top: 36%
	}
}

@keyframes round7 {
	0% {
		top: 36%
	}

	50% {
		top: 52%
	}

	100% {
		top: 36%
	}
}}


@media screen and (max-width:1750px) {
	.swiper-button-next-milestones {
		right: -50px
	}

	.swiper-button-prev-milestones {
		left: -50px
	}

	.index-body .box1 .milestones ul li.cur1 .round {
		animation-delay: 1s;
		-webkit-animation-delay: 1s
	}

	.index-body .box1 .milestones ul li.cur2 .round {
		animation-delay: 3s;
		-webkit-animation-delay: 3s
	}

	.index-body .box1 .milestones ul li.cur3 .round {
		animation-delay: 1s;
		-webkit-animation-delay: 1s
	}

	.index-body .box1 .milestones ul li.cur4 .round {
		animation-delay: -10s;
		-webkit-animation-delay: -10s
	}

	.index-body .box1 .milestones ul li.cur5 .round {
		animation-delay: -8s;
		-webkit-animation-delay: -8s
	}

	.index-body .box1 .milestones ul li.cur6 .round {
		animation-delay: 2s;
		-webkit-animation-delay: 2s
	}

	.index-body .box1 .milestones ul li.cur7 .round {
		animation-delay: -8s;
		-webkit-animation-delay: -8s
	}
}
