﻿html,body{
	margin: 0;
}
ul{
	white-space:nowrap;
	margin: 0;
	padding: 35px 60px;
}
ul li{
	outline: none;
	display: inline-block;
	list-style-type: none;
	margin: 0px;
}
.cx-time-main{
	width: 1456px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	position: relative;
}
.cx-time-main > span{
	width: 50px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: rgb(18,175,255);
	cursor: pointer;
	font-family: '宋体';
	position: absolute;
	margin-top: -170px;
}
.cx-time-main span:nth-of-type(1){
	background: url('../image/cxTime_L.png') no-repeat;
	background-size: 100% 100%;
}
.cx-time-main span:nth-of-type(1):hover{
	background: url('../image/cxTime_LA.png') no-repeat;
	background-size: 100% 100%;
}
.cx-time-main span:nth-of-type(2){
	background: url('../image/cxTime_R.png') no-repeat;
	background-size: 100% 100%;
}
.cx-time-main span:nth-of-type(2):hover{
	background: url('../image/cxTime_RA.png') no-repeat;
	background-size: 100% 100%;
}

.cx-time-box{
	float: left;
	width: calc(100% - 42px);
	height: 80px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.cx-round-box{
	position: relative;
	width: 12px;
	height: 100%;
}
.cx-time-round{
	position: relative;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: 0px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: 5px solid #79c5e8;
}
.cx-time-top{
	position: absolute;
	bottom: 50%;
	left: -15px;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 14px;
	margin-bottom: 12px;
}
.cx-time-bottom{
	position: absolute;
	top: 100%;
	left: 0;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 14px;
	margin-top: 12px;
	color: #fff;
	text-align: center;
	transform: translateX(-50%);
}
.cx-time-line{
	position: relative;
	width: 150px;
	height: 100%;
	top: -10px;
}
.cx-time-line:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: 50%;
	background: #c1e6f4;
}
.cx-time-round:hover,.cx-time-active .cx-time-round{
    width: 10px;
    height: 10px;
    top: 49%;
    left: -2px;
    background: #fee600;
		border: 5px solid #89c278;
}
.cx-time-active > div{
	color: #fee600;
}
.cx-time-active .cx-time-bottom{
	top: -40px;
	font-size: 24px;
}