.main {
	width: 1200px;
	margin: 200px auto;
}

.history-time-line{
	max-width: 1130px;
    height: 4.375rem;
    border-top: 1px dashed #666;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5.25rem;
}
.swiper-button-next{
	transform: rotate(180deg);
    right: 0;
    margin-right: -1em;
}
.history-time-line #swiperTimeline {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    margin-top: -12px;
    height: 5.25rem;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.history-time-line #swiperTimeline .swiper-slide {
    height: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.history-time-line #swiperTimeline .swiper-slide .circle {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #666;
    margin: 0 auto;
    margin-top: 6px;
    display: block;
    background-color: #fff;
}
.history-time-line #swiperTimeline .swiper-slide .coordinate {
    display: none;
    width: 22px;
    height: 28px;
    margin-top: -17.5px;
    position: absolute;
    left: 50%;
    margin-left: -13.5px;
    background-color: #fff;
}
.history-time-line #swiperTimeline .swiper-slide .coordinate>img {
    width: 100%;
}
.history-time-line #swiperTimeline .swiper-slide .time2 {
    width: 80%;
    margin-left: 10%;
}
.history-time-line #swiperTimeline .swiper-slide .time {
    width: 60%;
    margin-left: 20%;
    height: 42px;
    line-height: 42px;
    font-size: 1.0625rem;
    color: #666;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
} 





/* 开始 */

.swiper-box{
	width: 100%;
	float: left;
	position: relative;
	border-top: 1px solid #dedede;
	margin-top: 30px;
}
.swiper-btn{
	background: #fff;
	float: left;
	width: 17px;
	height: 17px;
	position: absolute;
	top:-8px;
	height: 17px;
	z-index: 10;
	cursor: pointer;
}
.swiper-btn-left{
	left:0;
}
.swiper-btn-right{
	right: 0;
}
.swiper-coent-hide{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top:-13px ;
	position: relative;
	height: 100px;
}
.swiper-conent{
	white-space:nowrap;
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
}
.swiper-conent .active .coordinate{
	background: #1d345e;
}
.swiper-loop{
	width: 200px;
	float: left;
}
.swiper-loop .coordinate{
	cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #666;
    margin: 0 auto;
    margin-top: 6px;
    display: block;
    background-color: #fff;
}
.swiper-loop .time{
	font-size: 18px;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 20px;
}


/* 结束 */

