/* year */
.ult_tab_li {
	border: none;
}

.ult_tabmenu.style3>li.ult_tab_li a {
	background: #f2f2f2;
	width: 70px;
	height: 70px;
	font-size: 16px;
	color: #333;
	border-radius: 50%;

}
.ult_tabmenu.style3>li.ult_tab_li:before {
	box-shadow: none;
}
.ult_tabmenu.style3>li.ult_tab_li {
    padding:10px 10px;
}
.ult_tabmenu.style3>li.current{
	background: none;
}
.ult_tab_li.current a{
	background: #20b09f;
	color: #fff;
}

.ult_tabmenu.style3>li.current a{
	background: #20b09f;
	color: #fff;
	}
.ult_tabmenu .aio-icon.none.ult_tab_iconright{
	margin: 10px;
}	

/* date */
.timer-shaft-box {
	width: 100%;
	padding: 30px 40px;
	box-sizing: border-box;
}

.timer-shaft {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.timer-left {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 99;
	width: 23px;
	height: 37px;
	margin-top: -18.5px;
	background: url(../images/icon_left.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.timer-right {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 99;
	width: 23px;
	height: 37px;
	margin-top: -18.5px;
	background: url(../images/icon_right.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.timer-scale {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	padding-left: 80px;
	font-size: 0;
	white-space: nowrap;
}

.timer-scale-cont {
	display: inline-block;
	height: 100%;
	line-height: 80px;
}

.time-circle {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	background: #e2302e;
	transition: all .3s;
	cursor: pointer;
}

.timer-scale-cont.hov .time-circle {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	background: #20b09f;
}

.line-scale {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 22px;
	margin: 0 2px;
	background: url(../images/icon_scale.png) no-repeat;
	background-size: cover;
}

.timer-shaft-content {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
	font-size: 0;
	box-sizing: border-box;
	white-space: nowrap;
}

.shaft-detail-cont {
	display: none;
	width: 100%;
}

.timer-year {
	padding-left: 20px;
	font-weight: bold;
	color: #333;
	font-size: 0;
	padding-left: 54px;
}

.icon-year {
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 40px;
	background: url(../images/icon_sign.png) no-repeat;
	background-size: cover;
}

.timer-year span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	font-size: 24px;
}

.month-detail-box {
	position: relative;
	width: 80%;
	min-height: 93px;
	padding-top: 30px;
	font-size: 0;
	box-sizing: border-box;
	white-space: normal;
	padding-left: 50px;
}

.month-detail-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 70px;
	height: 100%;
	border-right: 1px dashed #20b09f;
}

.month-detail-box .month-title {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	left: 0;
	text-align: right;
}

.month-detail-box .month-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 64px;
	width: 13px;
	height: 13px;
	margin-top: -6.5px;
	background: url(../images/icon_circle.png) no-repeat;
	background-size: cover;
}

.incident-record {
	display: inline-block;
	padding-left: 71px;
	line-height: 2;
	font-size: 14px;
	color: #333;
}

.incident-record a {
	font-size: 14px;
	color: #1d69a3;
}
/* ul */
.proList {
	height: 360px;
}

.history-ul {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

.history-ul1 {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

	.history-ul1 li {
		width: 80px;
		height: 80px;
		/* line-height: 80px; */
		float: left;
		text-align: center;
		margin: 4px;
		background-color: #f5f5f5;
		border-radius: 50%;
	}

		.history-ul1 li a {
			font-size: 15px;
			font-weight: normal;
			color: #333;
			/* line-height: 50px; */
			background: none;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: wrap;
			padding: 6px;
			box-sizing: border-box;
		}

.history-ul li {
	/* padding: 0 30px;
	height: 50px; */
	/*width: 25%;*/
	min-width: 110px;
	height: auto;
	min-height: 40px;
	/* line-height: 80px; */
	float: left;
	text-align: center;
	margin: 4px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

		.history-ul li a {
			font-size: 15px;
			font-weight: normal;
			color: #333;
			/* line-height: 50px; */
			background: none;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: wrap;
			padding: 10px;
			box-sizing: border-box;
		}
		.history-ul1 li.cur {
			color: #fff;
			background: #20b09f;
		}

			.history-ul1 li.cur a {
				text-decoration: none;
				color: #fff;
				font-weight: bold;
			}

.history-ul li.cur {
	color: #fff;
	background: #20b09f;
	
}

.history-ul li.cur a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.shaft-detail-cont1.history-wrb {
	width: 100%;
	overflow: hidden;
	/*text-align: center;*/
}
	.shaft-detail-cont1.history-wrb img {
		width: auto;
		height: auto;
		margin: 0 auto;
		text-align: center;
		object-fit: cover;
	}

.shaft-detail-cont1.honor-wrb {
	width: auto;
	overflow:hidden;
	margin: 0 auto;
	text-align: center;
	object-fit: cover;
}
	.shaft-detail-cont1.honor-wrb img {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

@media (max-width:767px) {
	.history-ul{
		/*display:none;*/
	}
	.history-ul li {
		margin: 2px;
		width: 48%;
	}
	.history-ul li a {
	    font-size: 14px;
	}

	.shaft-detail-cont1.honor-wrb img {
		width: auto;
		margin: 0 auto;
		text-align: center;
		object-fit: cover;
	}
}

/* 22.6.14 iscroll */
.wrapper04 {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	height: 40px;
}

.wrapper04 .scroller {
	position: absolute;
}

.wrapper04 .scroller li {
	color: #333;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 2px solid #ddd;
}

.wrapper04 .scroller li a {
	color: #333;
	display: block;
	margin: 0 10px;
}

.wrapper04 .scroller li.cur {
	color: #1cbb9b;
	border-bottom: 2px solid #1cbb9b;
}

.wrapper04 .scroller li.cur a {
	color: #fff;
	color: #1cbb9b;
}

.scroller-content{
	margin: 0 auto;
	padding-top: 18px;
}