.milesyearslider{
	padding: 22px 0px 84px 0;
}
.milesyearslider .swiper-wrapper{
	margin: 0 30px;
}
.milesyear{
	margin: 80px auto 50px;
	width: 950px;
	position: relative;
}

.tainerBg{
	width: 100%;
    height: 56px;
    background: #2B7FCE;
    border-radius: 28px;
    position: absolute;
    top: 35%;
    left: 0;
}


.milesyear .milesyearm:nth-of-type(odd) i{
	background: url(../images/hist-i-up.png) no-repeat 0 center;
    width: 20px;
    height: 88px;
    position: relative;
    z-index: 20;
    clear: both;
    float: right;
    top: -8px;
}
.milesyear .milesyearm:nth-of-type(even) i{
	background: url(../images/hist-i-down.png) no-repeat 0 center;
    width: 16px;
    height: 88px;
    position: relative;
    z-index: 20;
    clear: both;
    float: right;
    top: 68px;
}
.milesyear .milesyearm{
	cursor: pointer;
}
.milesyear .milesyearm a{
	color: #000000;
	font-size: 14px;
}
.milesyear .milesyearm:nth-of-type(even) a{
	position: absolute;
	bottom: -80%;
	left: 90%;
	margin-left: 10px;
}
.milesyear .milesyearm:nth-of-type(odd) a{
	position: absolute;
    top: -10px;
    left: 64%;
}

.milesyear-prev {
	width: 15px;
    height: 21px;
    background: url(../images/hit-le.png) no-repeat 0 center;
    position: absolute;
    top: 44%;
    left: 15px;
    z-index: 200;
}
.milesyear-next {
	width: 15px;
	height: 21px;
	background: url(../images/hit-ri.png) no-repeat 0 center;
	position: absolute;
	right: 15px;
	top: 44%;
	z-index: 200;
}
.milesslider {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-top: 56px;
}
.milesslider .swiper-slide {
	background: #FFFFFF;
	min-height: 466px;
}
.mhsliderm {
	text-align: left;
}
.mhsliderm ul {
	margin-left: 50px;
}
.mhsliderm h3 {
    height: 90px;
	line-height: 78px;
    font-size: 70px;
    letter-spacing: 1px;
    color: #0063bf;
    margin-left: 220px;
}
.mhsliderm h3:after{
	content: '';
	display: block;
	width: 223px;
	height: 1px;
	background: #D1D1D1;
	margin-top: 14px;
}
.mhsliderm .descpd{
	font-size: 18px;
	color: #231815;
	margin: 20px 0 50px;
}
.mhsliderm .descpd .descTis{
	margin-left: 220px;
}
.mhsliderm .descpd .descImg{
	padding-top: 50px;
	margin-left: 150px;
}
.mhsliderm .descpd .descImg span{
	margin-right: 20px;
    overflow: hidden;
    display: inline-block;
}
.mhsliderm h5 {
	height: 35px;
	line-height: 35px;
	position: relative;
	font-size: 15px;
	display: none;
}
.mhsliderm h5 i {
	position: absolute;
	right: 0;
	top: 0;
}
.mhsliderm li {
	background: none;
}





@media screen and (max-width:1500px) {
	.milesyear {
		margin: 20px auto 10px;
	}
	.milesslider{
		margin-top: 0;
	}
	.mhsliderm h3{
		font-size: 55px;
		height: 75px;
		
	}
	.mhsliderm h3:after{
		margin-top: 0;
	}
	.mhsliderm .descpd .descImg {
		padding-top: 15px;
	}
	
	
	
	
	
}




@media screen and (max-width:1300px) {
	.mhsliderm .descpd .descImg span{
		width: 45%;
		float: left;
		display: inline-block;
	}
	.mhsliderm .descpd .descImg img{
		max-width: 100%;
	}
}




@media screen and (max-width:1200px) {
	
	.footer-top {
		padding: 18px 6.5%;
	}
	.footer-bottom{
		width: 92%;
		margin: auto;
	}
	
	
}




@media screen and (max-width:968px) {
	.mhsliderm h3 {
		font-size: 36px;
		margin-left: 0;
		padding-bottom: 0;
		border-bottom: none;
		text-align: center;
	}
	.mhsliderm .descpd .descTis{
		margin-left: 0 !important;
		text-align: center;
	}
	.mhsliderm .descpd {
		font-size: 15px;
		padding: 0 50px;
	}
	.milesslider {
		margin-top: 15px;
	}
	.mhsliderm h3 {
		height: 72px;
		line-height: 80px;
	}
	.mhsliderm h3:after{
		display: none;
	}
	.milesslider .swiper-slide{
		min-height: 280px !important;
	}
	
}