/** history **/

.history-head{
	font-size:70px;
	color: #fff;
	position:absolute;
	left:0;
	top:60px;
}
.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;
}
.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: 238px;
	margin: 0 auto;
	height:86px;
	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;
	padding:15px;
	background:#fff;
}
.history-year-item dl{
    background:#fff;
}
.history-year-item dl dt{
    width:85px;
	float:right;
}
.history-year-item dl dd{
    width:145px;
	float:left;
	padding-top:10px;
}
.history-year-item dl dd h3{
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	text-align:left;
}
.history-year-item dl dd h4{
	font-size:16px;
	width:70px;
	line-height:34px;
	background:#a5a5a5;
	border-radius:20px;
	font-weight:normal;
	text-align:center;
	margin-top:15px;
}
.history-year-item dl dd h4 i{
    color:#fff;
	font-size:18px;
}
.history-year-item dl dd h4:hover{
	background:#72bb3b;
}
.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:110px;
float:left;
text-align:left;
color:#fff;
}
.item_left h2{
font-size:30px;
line-height:70px;
font-weight:normal;
color:#fff;
}
.item_left h3{
font-size:16px;
color:#fff;
line-height:32px;
font-weight:normal;
}
.item_left h3 p{
display:inline-block;
}
.item_left h4{
font-size:16px;
color:#004ea2;
width:210px;
line-height:60px;
background:#fff;
border-radius:30px;
margin-top:50px;
font-weight:normal;
}
.item_left h4 font{
    font-size:20px;
	display:block;
	float:left;
	margin-left:20px;
}
.item_left h4 span{
    font-size:20px;
	width:44px;
	height:44px;
	line-height:44px;
	background:#004ea2;
	border-radius:100%;
	display:block;
	float:right;
	margin-top:8px;
	margin-right:10px;
	text-align:center;
}
.item_left h4 span i{
    color:#fff;
	font-size:20px;
}
.item_left h4:hover{
    background:#dedede;
}
.item_right{
width:600px;
float:right;
}
.item_right img{
width:100%;
height:450px;
}