* {
	margin: 0;
	padding: 0;
}

html,
body,
.container {
	/*height: 100%;*/
}
.aaa_a {
    box-sizing:content-box;
    -webkit-box-sizing:content-box
}
body {
	font-family: 'open sans', sans-serif;
	font-size: 14px;
	margin: 0;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	flex-direction: column;
}

.timeline {
    width: 100%;
    padding-top:30px;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
    background: url(/uploads/image/cinews/swiper_setting.png) no-repeat center;
    background-size: cover;
}

.timeline .swiper-container {
	height: 384px;
	width: 100%;
	position: relative;
        cursor: pointer;
}

.timeline .swiper-slide {
	position: relative;
	color: #fff;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.timeline .swiper-slide::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -115%;
	bottom: -10%;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.timeline .swiper-slide-content {
	position: absolute;
	text-align: center;
	width: 80%;
	max-width: 310px;
	right: 50%;
	top: 13%;
	transform: translate(50%, 0);
	font-size: 12px;
	z-index: 2;
}

.timeline .swiper-pagination {
	right: 15% !important;
	height: 100%;
	display: none;
	justify-content: center;
	font-weight: 300;
	font-size: 18px;
	z-index: 5;
}

.timeline .swiper-pagination::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.timeline .swiper-pagination-bullet {
	width: auto;
	text-align: center;
	opacity: 1;
	background: transparent;
	color: white;
	margin: 15px 3.9% !important;
	position: relative;
	margin-top: 315px  !important;
}

.swiper-pagination-bullet-active {}

.swiper-pagination-bullet-active div {}

.timeline .swiper-pagination-bullet-active {
	/*color: #d4a024;*/
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
	background-size: 20px 20px;
	top: 15%;
	width: 20px;
	height: 20px;
	margin-top: 0;
	z-index: 2;
	transition: .2s;
}

.timeline .swiper-button-prev {
	left: 8%;
	background-image: ;
}

.timeline .swiper-button-prev:hover {
	-webkit-transform: translatex(-3px);
	transform: translatex(-3px);
}

.timeline .swiper-button-next {
	right: 8%;
	background-image: ;
}

.timeline .swiper-button-next:hover {
	-webkit-transform: translatex(3px);
	transform: translatex(3px);
}

@media screen and (min-width: 768px) {
	.timeline .swiper-slide::after {
		right: -30%;
		bottom: -8%;
		width: 240px;
		height: 50%;
	}
	.timeline .swiper-slide-content {
		right: 30%;
		top: 50%;
		-webkit-transform: translatey(-50%);
		transform: translatey(-50%);
		width: 310px;
		font-size: 11px;
		text-align: right;
	}
	.timeline .swiper-slide .timeline-year {
		margin-bottom: 0;
		font-size: 32px;
	}
	.timeline .swiper-slide .timeline-title {
		font-size: 46px;
		margin: 0;
	}
	.timeline .swiper-pagination {
		display: flex;
	}
	.timeline .swiper-button-prev {
		top: 15%;
		left: auto;
		right: 15%;
		-webkit-transform: rotate(90deg) translate(0, 10px);
		transform: rotate(90deg) translate(0, 10px);
	}
	.timeline .swiper-button-prev:hover {
		-webkit-transform: rotate(90deg) translate(-3px, 10px);
		transform: rotate(90deg) translate(-3px, 10px);
	}
	.timeline .swiper-button-next {
		top: auto;
		bottom: 15%;
		right: 15%;
		-webkit-transform: rotate(90deg) translate(0, 10px);
		transform: rotate(90deg) translate(0, 10px);
	}
	.timeline .swiper-button-next:hover {
		-webkit-transform: rotate(90deg) translate(3px, 10px);
		transform: rotate(90deg) translate(3px, 10px);
	}
}

@media screen and (min-width: 1024px) {
	.timeline .swiper-slide::after {
		right: -20%;
		bottom: -12%;
		width: 240px;
		height: 50%;
		/*box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);*/
	}
	.timeline .swiper-slide-content {
		right: 25%;
	}
}

#ppp {
	display: inline-block !important;
}

.fyq {
	width: 100%;
	margin-top: 20%;
	/*background: ;*/
}

.fyq span {
	font-size: 14px;
}


.aaa {
	position: absolute;
	top: -18px;
	left: 11px;
}

.aaa_a {
	    /* position: relative; */
    background: rgb(21, 20, 43);
    /* height: 100%; */
    border-radius: 100%;
    border: 2px solid white;
    width: 10px;
    height: 9.5px !important;
    overflow: hidden;
}

.aaa div {
	/*height: 100%;*/
}

.aaa_a1 {
    position: absolute;
    width: 6px;
    background: rgb(21, 20, 43);
    top: -1px;
    left: -0.9px;
    height: 11px;
    transform-origin: right center;
    border: 2px solid #666;
    border-radius: 100% 0 0 100%/50%;
    border-right: none;box-sizing:content-box;
}

.aaa_a2 {
	    position: absolute;
    width: 6px;
    background: rgb(21, 20, 43);
    left: 50%;
    height: 11px;
    top: -1px;
    z-index: 10;
    border-radius: 0px 20px 20px 0px;
    transform-origin: left center;
    border: 2px solid #666666;
    border-left: none;
    border-radius: 0 100% 100% 0/50%;box-sizing:content-box;
}

.animation1 {
	animation: .5s back-half linear .5s;
	animation-fill-mode: forwards;
}

.animation2 {
	animation: .5s back-half linear;
	animation-fill-mode: forwards;
}

.animation3 {
	animation: .5s back-obj forwards 1s;
	animation-fill-mode: forwards;
}

.aaa_a:before {
	content: '';
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	top: 0px;
	left: 50%;
	border: 2px solid white;
	border-left: transparent;
	border-radius: 0 100% 100% 0/ 0 50% 50% 0;
	z-index: 2;
}

@keyframes back-obj {
	0% {
		height: 0;
	}
	100% {
		height: 50px;
		top: -49px;
	}
}

@keyframes back-half {
	0% {
		transform: rotate( 0);
	}
	99% {
		transform: rotate( 180deg);
		opacity: 1;
	}
	100% {
		transform: rotate( 180deg);
		opacity: 0;
	}
}

.isa {
	width: 2px;
	background-color: white;
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 6px;
}

.swiperp {
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 70px;
}

.swiperspan {
	-webkit-transform: rotate(90deg);
	margin-left: 16%;
	font-size: 48px;
	display: inline-block;
	vertical-align: top;    padding-left: 50px;

}

.swiperdiv {
	display: inline-block;
	max-width: 1090px;
	padding-left: 3%;
}

.swiperdiv p {
	color: white;
	font-size: 16px;
	line-height: 34px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiperdiv p span {
    color: #ff9900;
    display: inline-block;
    margin-right: 37px;
    width: 64px;
    text-align: right;
}




.strategy {
	max-width: 1283px;
	margin: 0 auto;
	padding-top: 50px;
}

.strategy_p {

	text-align: center;
	font-size: 30px;
	color: #333333;
	margin-bottom: 40px;
}

.strategy_p {
	text-align: center;
	font-size: 30px;
	color: #333333;
	margin-bottom: 40px;
	margin-top: 30px;
}

.strategyimg {
	width: 248px;
	height: 300px;
	background: rgb(154, 154, 154);
	display: block;
}

.strategyone {
	width: 248px;
	display: inline-block;
	margin: 10px 2.4px;
}

.strategyone:hover {

	box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
	transition: all .3s cubic-bezier(.55, 0, .1, 1);
	-webkit-transform: translate3d(0, -1px, 0);
	-ms-transform: translate3d(0, -1px, 0);
	transform: translate3d(0, -1px, 0);
}

.strategyone p {
	margin: 0;
}

.strategyp {
	background: white;
	text-align: center;
	width: 248px;
	height: 75px;
	padding-top: 25px;
}

.strategyspan {
	\n color: #333;
	font-size: 20px;
	margin-bottom: 1%;

	display: block;
}

.response {
	margin: 0 auto;
	width: 100%;
}

.strategyspan {
	color: #999;
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
}




.bosd {
	position: absolute;
	bottom: 15%;
	background: #666666;
	border: 1px solid #666666;
	width: 56.5%;
	left: 22%;
	z-index: 1;
}

.onimg {
	position: absolute;
	width: 28%;
	height: 1px;
	/* top: 0; */
	left: 23%;
	bottom: 90px;
	/*display: block;*/
}

.onimg1 {
	position: absolute;
	bottom: 90px;
	right: 22%;
	width: 28%;

	height: 1px;
}
@media screen and (max-width: 1516px){
    .swiperdiv{
        padding-left:0
    }
    .swiperspan{
        margin-left:0
    }
}
@media screen and (max-width: 1280px) {
    .onimg {
		display: none;

	}
	.onimg1 {
		display: none;

	}
    .timeline .swiper-pagination{
        display:none
    }
    .swiperspan {
		    padding-left: 0px;
		-webkit-transform: rotate(0deg);
		margin-left: 0;
		width: 100%;
		text-align: center;
		display: block;
	}
    .swiperdiv{
        margin:0 auto;
        display:block;
        width:1090px;
    }
}
/*@media (min-width: 1043px) and (max-width:1298px) {
	.response {
		margin: 0 auto;
		width: 1026px;
	}.onimg {
		display: none;

	}
	.onimg1 {
		display: none;

	}
	.swiperspan {
		    padding-left: 47px;
		-webkit-transform: rotate(0deg);
		margin-left: 0;
		width: 100%;
		text-align: center;
		display: block;
	}
	.swiperdiv {
		display: block;
		padding: 0;
		margin: 31px auto;
		text-align: center;
	}
	.swiperdiv{
		text-align: left;
	}
}

@media (min-width: 787px) and (max-width:1043px) {
	.response {
		margin: 0 auto;
		width: 767px;
	}.onimg {
		display: none;

	}
	.onimg1 {
		display: none;

	}
	.swiperspan {
		    padding-left: 47px;
		-webkit-transform: rotate(0deg);
		margin-left: 0;
		width: 100%;
		text-align: center;
		display: block;
	}
	.swiperdiv {
		display: block;
		padding: 0;
		margin: 31px auto;
		text-align: center;
	}
	.swiperdiv{
		text-align: left;
	}
}

@media (min-width: 500px) and (max-width:787px) {
	.response {
		margin: 0 auto;
		width: 510px;
	}
}

@media (max-width: 768px) {
	.onimg {
		display: none;

	}
	.onimg1 {
		display: none;

	}
	.swiperspan {
		    padding-left: 47px;
		-webkit-transform: rotate(0deg);
		margin-left: 0;
		width: 100%;
		text-align: center;
		display: block;
	}
	.swiperdiv {
		display: block;
		padding: 0;
		margin: 31px auto;
		text-align: center;
	}
	.swiperdiv{
		text-align: left;
	}
}


@media (max-width:586px) {
	.swiperdiv {
		display: block;
		padding: 0;
		margin: 31px auto;
	}
	.swiperdiv p {
		margin: 0 auto;
		width: 472px;
	}
	.onimg {

		height: 0;
	}
	.onimg1 {
		height: 0;

	}
}



@media (max-width: 530px) {
	.response {
		margin: 0 auto;
		width: 250px;
	}
}*/