.container{
    overflow-y: auto;
}
.bd{
    width: 100%;
    min-height: calc(100% - 57px);
}
.top-img{
    width: 100%;
    position: relative;
}
.top-img img{
    width: 100%;
    height: 100%;
}
.top-img .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 212px;
    top: 50%;
    margin-top: -106px;
}
.top-img .info p{
    line-height: 105px;
    text-align: center;
    font-size: 60px;
    color: #fff;
}
.content{
    width: 1400px;
    margin: 88px auto 80px;
}
@media only screen and (min-width:1024px) and (max-width:1440px){
    .content{
        width: 1200px;
        margin: 88px auto 80px;
        position: relative;
    }
}
/*时间轴*/
#swiper-history {
	width: 100%;
    position: relative;
}
#swiper-history .swiper-container {
	height: 180px;
    margin: 0 40px;
    overflow: hidden;
}
#swiper-history .short-line {
	height: 72px;
	// border-bottom: 1px dashed #007aff;
	width: 30px;
	position: absolute;
	top: 0px;
}
#swiper-history .long-line {
    height: 4px;
    /*background-color: #0694dc;*/
    /* border-bottom: 4px solid #0694dc;*/
    background-image: -webkit-linear-gradient(left, #fff 0%, #0694dc 50%, #fff 100%);
	width: 100%;
	position: absolute;
	top: 106px;
	left: 0px;
}
.swiper-button-next, .swiper-button-prev{
    top: 60%!important;
}
#swiper-history .swiper-slide span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	transition: 700ms;
}
#swiper-history .swiper-slide .detail {
	height: 20px;
	line-height: 20px;
	top: 27px;
	color: #444;
	opacity: 0;
}
#swiper-history .swiper-slide .date {
	color: #007aff;
	position: absolute;
	bottom: 33px;
	opacity: 0;
}
#swiper-history .swiper-slide-active span {
	transition: 700ms 700ms;
}
#swiper-history .swiper-pagination-bullets {
	white-space: nowrap;
	width: auto;
	bottom: 67px;
	height: 10px;
	line-height: 10px;
	transition: 700ms;
}
#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
#swiper-history .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    line-height: 18px;
	background: #fff;
	// border: 1px solid #007aff;
	opacity: 1;
    top: -7px;
    position: relative;
}
#swiper-history .point-detail{
    position: absolute;
    bottom: 60px;
    left: -12px;
    font-size: 24px;
    color: #666;
}
#swiper-history .swiper-pagination-bullet .inner{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #0091db;
    border-radius: 50%;
}
#swiper-history .swiper-pagination-bullet-active .point-detail{
    font-size: 60px;
    color: #0091db;
    font-weight: bolder;
    left: -60px;
    bottom: 72px;
}
#swiper-history .swiper-pagination-bullet-active {
    background: #007aff;
    width: 22px;
    height: 22px;
    top: -5px;
    line-height: 22px;
    background: #fff;
}
#swiper-history .swiper-pagination-bullet-active .inner{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #0091db;
    border-radius: 50%;
}
#swiper-history .swiper-button-next, #swiper-history .swiper-button-prev {
	background-size: 20px auto;
}

.history-contnet{
    width: 100%;
    // height: 1000px;
    margin-top: 50px;
    position: relative;
    padding-top: 70px;
}
.history-contnet .middle-line{
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: #00a9ff;
    left: 50%;
    margin-left: -4px;
    top: 0;
}
.history-contnet .history-item{
    width: 100%;
    height: 382px;
    position: relative;
}
.history-contnet .history-item .img-wraper{
    width: 460px;
    padding: 10px;
    border: 1px solid #0091db;
    position: absolute;
}
.history-contnet .history-item .img-wraper img{
    width: 100%;
}
.history-contnet .history-item .text-wraper{
    width: 480px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    position: absolute;
    margin-top: 30px;
}
.history-contnet .history-item.odd .img-wraper{
    left: 50%;
    margin-left: -580px;
}
.history-contnet .history-item.odd .text-wraper{
    left: 50%;
    margin-left: 96px;
}
.history-contnet .history-item.even .text-wraper{
    left: 50%;
    margin-left: -580px;
}
.history-contnet .history-item.even .img-wraper{
    left: 50%;
    margin-left: 96px;
}
.history-contnet .history-item .circle-bg{
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 0;
    border-radius: 50%;
}
.history-contnet .history-item .circle-bg .circle{
    display: inline-block;
    background-color: #00a9ff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.history-contnet .history-item .date{
    width: 50px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bolder;
    color: #00a9ff;
    position: absolute;
    letter-spacing: 5px;
    left: 50%;
    white-space: nowrap;
}
.history-contnet .history-item.odd .date{
    margin-left: 95px;
    margin-top: 3px;
}
.history-contnet .history-item.even .date{
    margin-left: -125px;
    margin-top: 3px;
}
.history-contnet .history-item .date::after{
    display: block;
    content: "";
    width: 70px;
    height: 3px;
    background-color: #00a9ff;
    position: absolute;
}
.history-contnet .history-item.odd .date::after{
    left: -80px;
    top: 6px;
}
.history-contnet .history-item.even .date::after{
    left: 50px;
    top: 6px;
}