.cu3_li, .cu2_imIn, .news_liBl, .cou_yearBl, .ho_icon, .du1_li, .neIn_back, .bu2_li, .bu2_ti, .bu3_tiBl, .news_daBl, .item02_more2:after, .du5_more:after, .du5_block, .du5_img, .du4_img, .news_img, .neNa_aBl, .neNa_bg img, .neIn_li, .vid_li, .vid_bg, .In92_li, .ul_aBl, .me_submit:after, .ind3_ti, .ind3_tiCh, .bu2_InLi, .bu5_right, .bu5_left, .pro_liBl, .bu59_img, .bu59_img img, .pro_liBl img, .buIn2_back:after, .ciB_liBl {
 -webkit-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.cou_img img {
	width:100%;
}
.clear {
	clear: both;
}
.In92_left {
	position: absolute;
	left: -100px;
	top: 50%;
	cursor: pointer;
	overflow: hidden;
}
.In92_right {
	position: absolute;
	right: -100px;
	top: 50%;
	cursor: pointer;
	overflow: hidden;
}
.swiper-container, .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}
.InBl_content {
	position: relative;
	width: 100%;
	z-index: 50;
	max-width:1200px;
	margin:0 auto;
}
.cou_year {
	width: 100%;
	height: 100%;
	background: #bcbcbc;
	text-align: center;
	font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
	line-height: initial;
	color: #fff;
	margin: auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cou_ul {
	position: relative;
	padding-top: 30px;
	height: 220px;
	margin-bottom: 35px;
}
.cou_block {
	position: relative;
	float: right;
	width: 60%;
	color:#595959;
}
.cou_img {
	-webkit-animation: am_left 0.4s ease 0.2s backwards;
	position: relative;
	width: 35%;
	float: left;
}
.cou_ulBl {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cou_liBl {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    background: #eeeeee;
    padding: 50px 2%;
}
.cou_yearTe {
	-webkit-animation: am_top 0.4s ease-in-out 0.4s backwards;
	font-size: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
    line-height: 1.5;
    padding-bottom: 20px;
}
.cou_te {
	-webkit-animation: am_top 0.4s ease-in-out 0.4s backwards;
	font-size: 16px;
	line-height:2rem;
}
.swiper-slide.cur .cou_yearBl {
	background: red;
	background-size: 100% 100%;
	top: 0px;
}
.swiper-slide.cur .cou_year {
	background: black;
}
.cou_yearBl {
	height:100%;
	position: relative;
}
@-webkit-keyframes am_left {
 0% {
-webkit-transform:translate(50px, 0px);
opacity:0
}
 100% {
-webkit-transform:translate(0, 0px);
opacity:1
}
}
@-webkit-keyframes am_top {
 0% {
-webkit-transform:translate(0, 50px);
opacity:0
}
 100% {
-webkit-transform:translate(0, 0px);
opacity:1
}
}
 @media only screen and (max-width: 768px) {
.cou_img {
width:100%;
}
 .cou_block {
width:100%;
}
 .In92_right {
right:0px;
}
 .In92_left {
left:0px;
}
}
