/** history **/

.history-head{
	font-size:20px;
	color: #5a646e;
	margin-bottom: 40px;
	position:absolute;
	left:0;
	top:50px;
}
.history-head2{
	font-size:60px;
	color: #24599b;
	margin-bottom: 40px;
	padding-bottom:40px;
	background:url(/web/pic/jt1.png) left bottom no-repeat;
	position:absolute;
	left:0;
	top:100px;
}
.slick_history_wrapper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.slick-year{
margin-top:70px;
padding-left:60px;
padding-right:60px;
}
.slick-year item{
width:145px;
height:145px;
line-height:145px;
border:1px solid #f00;
}
.slick-year::before{
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	top: 10px;
}
.history-year-item{
	width: 149px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 16px;
	color: #221815;
	line-height: 20px;
	border:1px solid #e8e8e8;
	border-radius:10px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.history-year-item img{
width:100%;
height:auto;
}
.slick-current .history-year-item {
    color: #e83f28;
	border:1px solid #24599b;
	border-radius:10px;
}
.slick-current .history-year-item::before{
	border-color: #e83f28;
}
.slick-current .history-year-item::after{
	background-color: #e83f28;
}
.slick_history_wrapper .slick-arrow{
	display: block;
	width: 48px;
	height: 48px;
	line-height:48px;
	border:3px solid #9f9f9f;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 765px;
	border-radius:100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index:999999;
}
.slick_history_wrapper .slick-arrow:hover{
	border:3px solid #255d9b;
}
.slick_history_wrapper .slick-arrow.arrow_prev{
	left: 0;
	background-image:url(../images/left.png);
}
.slick_history_wrapper .slick-arrow.arrow_next{
	right: 0;
	background-image:url(../images/right.png);
}
.slick-month{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.slick-month h2{
color:#0067ac;
font-size:60px;
line-height:100px;
}
.slick-month h3{
color:#242424;
font-size:24px;
font-weight:normal;
line-height:100px;
}
.history-month-item{
	height: auto;
	overflow: hidden;
}
.history-pic{
	width: 45%;
	height: auto;
	overflow: hidden;
	float: left;
}
.history-pic img{
	display: block;
	width: 100%;
	height: auto;
}
.history-right{
	width: 55%;
	height: auto;
	overflow: visible;
	position: relative;
	float: left;
	z-index: 4;
}
.history-right .in-box{
	padding: 30px 0 30px 30px;
	height: auto;
	overflow: hidden;
}
.history-right .in-box .title{
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.history-right .in-box .info{
	color: #666;
	font-size: 14px;
	line-height: 2.5;
}
.item_left{
width:490px;
padding-top:250px;
float:left;
text-align:left;
}
.item_left h2{
font-size:30px;
line-height:70px;
font-weight:normal;
}
.item_left h3{
font-size:16px;
color:#666666;
line-height:32px;
font-weight:normal;
}
.item_left h3 p{
display:inline-block;
}
.item_right{
width:600px;
float:right;
border:1px solid #dedede;
}
.item_right img{
width:100%;
height:auto;
}