.ib_carousel_025 .dataItem .Txt .title, .ib_carousel_025 .dataItem, .ib_carousel_019 .item, .ib_carousel_039 .Img img, .ib_carousel_039 .Img, .ib_banner_006 .arrowBox .arrow::before, .ib_banner_006 .arrowBox .arrow, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* home(ib_info_004) */
.ib_info_004 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.ib_info_004 .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.ib_info_004 .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	width: 700px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.ib_info_004 .popContent {
	max-height: 85vh;
	overflow-y: auto;
}
.ib_info_004 img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.ib_info_004 .Txt {
	padding: 30px;
}
.ib_info_004 .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px;
}
.ib_info_004 .close {
	width: 46px;
	height: 46px;
	background-color: #e80033;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #fff;
}
.ib_info_004 .close::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.ib_info_004 .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1181px) {
	.ib_info_004 .close:hover {
		background-color: #e80033;
	}
	.ib_info_004 .close:hover::before {
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
	.ib_info_004 .close:hover::after {
		-webkit-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
}
.ib_info_004.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
	opacity: 1;
}
.ib_info_004.show .inner {
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
	.ib_info_004 .popContent {
		max-height: calc(100vh - 150px);
	}
}

.mainArea {
	padding: 0;
}

/* home(ib_banner_006) */
.ib_banner_006 {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ib_banner_006 .dataBox {
	position: relative;
}
.ib_banner_006 .dataLink {
	display: block;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ib_banner_006 .dataList {
	position: relative;
	z-index: 1;
}
.ib_banner_006 .dataList.slick-dotted {
	margin-bottom: 0;
}
.ib_banner_006 .dataItem {
	position: relative;
}
.ib_banner_006 .dataItem .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	padding: 9% 50px 0;
	max-width: 1536px;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 1600px) {
	.ib_banner_006 .dataItem .Txt {
		padding-top: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 1180px) {
	.ib_banner_006 .dataItem .Txt {
		padding: 0 30px;
		text-align: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width: 768px) {
	.ib_banner_006 .dataItem .Txt {
		padding: 0 20px;
	}
}
@media (max-width: 480px) {
	.ib_banner_006 .dataItem .Txt {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 50px 0;
	}
}
.ib_banner_006 .dataItem .Txt .textBox {
	opacity: 0;
	width: 100%;
}
.ib_banner_006 .dataItem .Txt .title {
	color: #333333;
	font-size: 56px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
}
@media (max-width: 1180px) {
	.ib_banner_006 .dataItem .Txt .title {
		font-size: 45px;
	}
}
@media (max-width: 840px) {
	.ib_banner_006 .dataItem .Txt .title {
		font-size: 38px;
	}
}
@media (max-width: 540px) {
	.ib_banner_006 .dataItem .Txt .title {
		font-size: 34px;
	}
}
@media (max-width: 480px) {
	.ib_banner_006 .dataItem .Txt .title {
		font-size: 24px;
		line-height: 1.3;
	}
}
.ib_banner_006 .dataItem .Txt .subtitle {
	display: block;
	color: #e80033;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}
@media (max-width: 840px) {
	.ib_banner_006 .dataItem .Txt .subtitle {
		font-size: 35px;
	}
}
@media (max-width: 540px) {
	.ib_banner_006 .dataItem .Txt .subtitle {
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	.ib_banner_006 .dataItem .Txt .subtitle {
		font-size: 20px;
		line-height: 1.6;
	}
}
.ib_banner_006 .dataItem .Txt .text {
	margin-top: 25px;
	display: block;
	color: #4c4546;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}
@media (max-width: 1180px) {
	.ib_banner_006 .dataItem .Txt .text {
		margin-top: 10px;
	}
}
@media (max-width: 840px) {
	.ib_banner_006 .dataItem .Txt .text {
		font-size: 16px;
	}
}
.ib_banner_006 .dataItem .Txt .btnBox {
	opacity: 0;
}
.ib_banner_006 .dataItem .Img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: relative;
}
.ib_banner_006 .dataItem .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.ib_banner_006 .dataItem .Img .videoBox {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ib_banner_006 .dataItem .Img .videoBg {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.ib_banner_006 .dataItem .Img iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 160%;
}
@media (max-width: 640px) {
	.ib_banner_006 .dataItem .Img iframe {
		width: 710px;
		height: 100%;
	}
}
@media (max-width: 1180px) {
	.ib_banner_006 .dataItem .Img {
		height: 600px;
	}
	.ib_banner_006 .dataItem .Img img {
		width: 100%;
		height: 100%;
		display: block;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.ib_banner_006 .dataItem .Img iframe {
		width: 130%;
		height: 112%;
	}
}
@media (max-width: 840px) {
	.ib_banner_006 .dataItem .Img {
		height: 500px;
	}
	.ib_banner_006 .dataItem .Img iframe {
		width: 890px;
	}
}
@media (max-width: 540px) {
	.ib_banner_006 .dataItem .Img {
		height: 400px;
	}
	.ib_banner_006 .dataItem .Img iframe {
		width: 710px;
	}
}
@media (max-width: 400px) {
	.ib_banner_006 .dataItem .Img {
		height: 350px;
	}
	.ib_banner_006 .dataItem .Img iframe {
		width: 630px;
	}
}
.ib_banner_006 .slick-current .Txt .textBox {
	-webkit-animation: textSlideUpAnimation 0.6s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .btnBox {
	-webkit-animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .videoBtn::after {
	-webkit-animation: rotate 50s linear forwards;
	        animation: rotate 50s linear forwards;
}
.ib_banner_006 .slick-current .Img {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.ib_banner_006 .arrowBox {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 40px;
}
@media (max-width: 1520px) {
	.ib_banner_006 .arrowBox {
		display: none;
	}
}
.ib_banner_006 .arrowBox .arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
	cursor: pointer;
	-webkit-transform: rotate(271deg);
	        transform: rotate(271deg);
}
.ib_banner_006 .arrowBox .arrow:hover {
	background-color: #e80033;
	border-color: #e80033;
}
.ib_banner_006 .arrowBox .arrow:hover::before {
	border-color: #fff;
}
.ib_banner_006 .arrowBox .arrow::before {
	content: "";
	border-style: solid;
	display: block;
	z-index: 2;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ib_banner_006 .arrowBox .arrowPrev::before {
	border-width: 0 5px 9px 5px;
	border-color: transparent transparent #fff transparent;
}
.ib_banner_006 .arrowBox .arrowPrev:hover::before {
	border-color: transparent transparent #fff transparent;
}
.ib_banner_006 .arrowBox .arrowNext::before {
	border-width: 9px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}
.ib_banner_006 .arrowBox .arrowNext:hover::before {
	border-color: #fff transparent transparent transparent;
}
.ib_banner_006 .slick-dots {
	margin: 0;
	bottom: 5%;
}

/* home(ib_carousel_039) */
.ib_carousel_039 {
	padding-top: 175px;
	padding-bottom: 179px;
	position: relative;
	background: url("../images/bgProduct.jpg") center center/cover no-repeat;
	overflow: hidden;
	z-index: 1;
}
@media (max-width: 1400px) {
	.ib_carousel_039 {
		padding-top: 100px;
		padding-bottom: 140px;
	}
}
@media (max-width: 640px) {
	.ib_carousel_039 {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}
@media (max-width: 400px) {
	.ib_carousel_039 {
		padding-top: 40px;
		padding-bottom: 80px;
	}
}
.ib_carousel_039 .wrap {
	max-width: 100%;
}
@media (min-width: 1181px) {
	.ib_carousel_039 .wrap {
		padding: 0;
	}
}
.ib_carousel_039 .dataBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 100%;
}
@media (max-width: 640px) {
	.ib_carousel_039 .dataBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
@media (min-width: 1181px) {
	.ib_carousel_039 .dataBox.double .leftBox {
		width: 22%;
		max-width: 392px;
	}
	.ib_carousel_039 .dataBox.double .leftBox .btnBox {
		display: none;
	}
	.ib_carousel_039 .dataBox.double .centerBox {
		width: 34%;
	}
	.ib_carousel_039 .dataBox.double .rightBox {
		width: 44%;
		max-width: 784px;
	}
	.ib_carousel_039 .dataBox.single .centerBox {
		width: 56%;
	}
	.ib_carousel_039 .dataBox.single .rightBox {
		width: 44%;
	}
	.ib_carousel_039 .dataBox.single .rightBox .dataList {
		max-width: 392px;
	}
	.ib_carousel_039 .dataBox.single .rightBox .titleBox {
		max-width: 764px;
	}
}
@media (max-width: 1180px) {
	.ib_carousel_039 .leftBox {
		display: none;
	}
}
.ib_carousel_039 .centerBox .dataList {
	margin: 0;
}
@media (min-width: 641px) {
	.ib_carousel_039 .centerBox .dataList {
		max-width: 632px;
		margin-left: auto;
	}
	.ib_carousel_039 .centerBox .item .Txt {
		padding: 33px 28px 40px;
	}
	.ib_carousel_039 .centerBox .item .title {
		font-size: 32px;
	}
	.ib_carousel_039 .centerBox .item .subtitle {
		font-size: 24px;
	}
	.ib_carousel_039 .centerBox .item .text {
		font-size: 20px;
	}
}
@media (min-width: 641px) and (max-width: 1600px) {
	.ib_carousel_039 .centerBox .item .Txt {
		padding: 24px 0 35px;
	}
	.ib_carousel_039 .centerBox .item .title {
		font-size: 30px;
	}
	.ib_carousel_039 .centerBox .item .subtitle {
		font-size: 22px;
	}
	.ib_carousel_039 .centerBox .item .text {
		font-size: 18px;
	}
}
@media (min-width: 641px) and (max-width: 1180px) {
	.ib_carousel_039 .centerBox .dataList {
		max-width: 100%;
	}
}
@media (max-width: 1180px) {
	.ib_carousel_039 .centerBox {
		width: 50%;
	}
}
@media (max-width: 640px) {
	.ib_carousel_039 .centerBox {
		width: 100%;
		max-width: 100%;
	}
}
.ib_carousel_039 .rightBox .titleBox {
	margin-left: 20px;
	margin-bottom: 55px;
}
.ib_carousel_039 .rightBox .btnBox {
	display: none;
}
@media (max-width: 1180px) {
	.ib_carousel_039 .rightBox {
		width: 50%;
	}
	.ib_carousel_039 .rightBox .dataList {
		max-width: 100%;
	}
	.ib_carousel_039 .rightBox .titleBox {
		margin: 0 16px 20px;
	}
}
@media (max-width: 640px) {
	.ib_carousel_039 .rightBox {
		width: 100%;
	}
	.ib_carousel_039 .rightBox .dataList {
		display: none;
	}
	.ib_carousel_039 .rightBox .titleBox {
		margin: 0 0 20px;
	}
}
@media (max-width: 640px) {
	.ib_carousel_039 .slick-list {
		margin: 0 -14px;
	}
}
.ib_carousel_039 .dataItem {
	position: relative;
	overflow: hidden;
	padding: 20px;
}
@media (max-width: 1400px) {
	.ib_carousel_039 .dataItem {
		padding: 20px 14px;
	}
}
.ib_carousel_039 .dataItem.active .title {
	-webkit-animation: slideDownAnimation 0.5s 0s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 0s ease-in-out forwards;
}
.ib_carousel_039 .dataItem.active .subtitle {
	-webkit-animation: slideDownAnimation 0.5s 0.3s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 0.3s ease-in-out forwards;
}
.ib_carousel_039 .dataItem.active .text {
	-webkit-animation: slideDownAnimation 0.5s 0.6s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 0.6s ease-in-out forwards;
}
.ib_carousel_039 .dataItem.active .btnBox {
	-webkit-animation: slideDownAnimation 0.5s 0.9s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 0.9s ease-in-out forwards;
}
.ib_carousel_039 .item {
	position: relative;
	padding: 0 22px;
}
.ib_carousel_039 .item::after {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 89%;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1400px) {
	.ib_carousel_039 .item {
		padding: 0 18px;
	}
	.ib_carousel_039 .item:after {
		-webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.06);
		        box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.06);
	}
}
.ib_carousel_039 .Img {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.ib_carousel_039 .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.ib_carousel_039 .Img a {
	display: block;
}
@media (min-width: 1181px) {
	.ib_carousel_039 .Img a:hover {
		background-color: #000;
	}
	.ib_carousel_039 .Img a:hover img {
		opacity: 0.9;
		-webkit-transform: scale(1.02);
		        transform: scale(1.02);
	}
}
.ib_carousel_039 .Txt {
	position: relative;
	padding: 17px 7px 48px;
}
.ib_carousel_039 .Txt .title {
	opacity: 0;
	-webkit-animation: fadeOut 0.3s 0s ease-in-out forwards;
	        animation: fadeOut 0.3s 0s ease-in-out forwards;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}
.ib_carousel_039 .Txt .title a {
	display: block;
}
.ib_carousel_039 .Txt .subtitle {
	opacity: 0;
	-webkit-animation: fadeOut 0.3s 0s ease-in-out forwards;
	        animation: fadeOut 0.3s 0s ease-in-out forwards;
	margin-top: 15px;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}
.ib_carousel_039 .Txt .text {
	opacity: 0;
	-webkit-animation: fadeOut 0.3s 0s ease-in-out forwards;
	        animation: fadeOut 0.3s 0s ease-in-out forwards;
	margin-top: 7px;
	color: #737373;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}
.ib_carousel_039 .Txt .btnBox {
	opacity: 0;
	-webkit-animation: fadeOut 0.3s 0s ease-in-out forwards;
	        animation: fadeOut 0.3s 0s ease-in-out forwards;
	margin-top: 36px;
	min-height: 39px;
}
.ib_carousel_039 .Txt .btnBox .btn {
	min-width: 110px;
}
@media (max-width: 1600px) {
	.ib_carousel_039 .Txt {
		padding: 16px 0 40px;
	}
	.ib_carousel_039 .Txt .title {
		font-size: 22px;
	}
	.ib_carousel_039 .Txt .subtitle {
		font-size: 16px;
	}
	.ib_carousel_039 .Txt .text {
		font-size: 13px;
	}
}
@media (max-width: 640px) {
	.ib_carousel_039 .Txt .btnBox {
		display: none;
	}
}
@media (max-width: 400px) {
	.ib_carousel_039 .Txt {
		padding: 16px 0 20px;
	}
	.ib_carousel_039 .Txt .title {
		font-size: 20px;
	}
	.ib_carousel_039 .Txt .subtitle {
		font-size: 14px;
	}
}
.ib_carousel_039 .slick-dots {
	padding: 0 10px;
	left: 50%;
	translate: -50% 0;
}
@media (max-width: 640px) {
	.ib_carousel_039 .slick-dots {
		padding: 0;
	}
}

/* home(ib_carousel_019) */
.ib_carousel_019 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f2f3f5));
	background: linear-gradient(to right, #fff, #f2f3f5);
	padding: 91px 0;
}
@media (max-width: 1180px) {
	.ib_carousel_019 {
		padding: 70px 0;
	}
}
@media (max-width: 400px) {
	.ib_carousel_019 {
		padding: 50px 0;
	}
}
.ib_carousel_019 .wrap {
	max-width: 1618px;
}
@media (min-width: 1181px) {
	.ib_carousel_019 .titleBox {
		margin-bottom: 46px;
	}
}
.ib_carousel_019 .slick-list {
	margin: 0 -10px;
}
.ib_carousel_019 .dataItem {
	padding: 20px 10px;
}
.ib_carousel_019 .dataItem:not(.slick-slide):not(:first-child) {
	display: none;
}
.ib_carousel_019 .item {
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0901960784);
	        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0901960784);
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}
@media (min-width: 1181px) {
	.ib_carousel_019 .item:has(.linkWrap):hover {
		border-color: #e80033;
	}
}
.ib_carousel_019 .linkWrap {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.ib_carousel_019 .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/* home(ib_carousel_025) */
.ib_carousel_025 {
	position: relative;
	z-index: 1;
	padding-top: 110px;
	padding-bottom: 127px;
	overflow: hidden;
	background: url("../images/bgNews.jpg") center center/cover no-repeat;
}
@media (max-width: 1400px) {
	.ib_carousel_025 {
		padding: 80px 0;
	}
}
@media (max-width: 1180px) {
	.ib_carousel_025 {
		padding: 60px 0;
	}
}
.ib_carousel_025 .wrap {
	position: relative;
	max-width: 1450px;
	z-index: 2;
}
.ib_carousel_025 .dataBox {
	position: relative;
	padding: 44px 54px 0 54px;
}
@media (max-width: 1600px) {
	.ib_carousel_025 .dataBox {
		padding: 30px 0 0;
	}
}
@media (max-width: 1180px) {
	.ib_carousel_025 .dataBox {
		padding: 0;
	}
}
.ib_carousel_025 .slick-list {
	margin: 0 -18.5px;
	padding-bottom: 32px;
}
@media (max-width: 1180px) {
	.ib_carousel_025 .slick-list {
		padding-bottom: 30px;
	}
}
@media (max-width: 640px) {
	.ib_carousel_025 .slick-list {
		padding-bottom: 0;
	}
}
.ib_carousel_025 .dataItem {
	padding: 15px 18.5px;
}
.ib_carousel_025 .dataItem.active .Txt .date {
	-webkit-animation: slideDownAnimation 0.5s 0s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 0s ease-in-out forwards;
}
.ib_carousel_025 .dataItem.active .Txt .title {
	-webkit-animation: slideDownAnimation 0.5s 0.3s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 0.3s ease-in-out forwards;
}
.ib_carousel_025 .dataItem.active .Txt .text {
	-webkit-animation: slideDownAnimation 0.5s 0.6s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 0.6s ease-in-out forwards;
}
.ib_carousel_025 .dataItem .item {
	position: relative;
}
.ib_carousel_025 .dataItem .item::before {
	content: "";
	pointer-events: none;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #e80033;
	border-radius: 8px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
}
@media (min-width: 1181px) {
	.ib_carousel_025 .dataItem .item:hover::before {
		-webkit-transform: translate(-20px, 20px);
		        transform: translate(-20px, 20px);
		opacity: 1;
	}
	.ib_carousel_025 .dataItem .item:hover .title {
		color: #e80033;
	}
}
.ib_carousel_025 .dataItem .linkWrap {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.ib_carousel_025 .dataItem .Img {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.ib_carousel_025 .dataItem .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.ib_carousel_025 .dataItem .Txt {
	position: relative;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1019607843);
	        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1019607843);
	border-radius: 0 0 8px 8px;
	color: #333333;
}
.ib_carousel_025 .dataItem .Txt .date {
	opacity: 0;
	-webkit-animation: fadeOut 0.3s 0s ease-in-out forwards;
	        animation: fadeOut 0.3s 0s ease-in-out forwards;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
}
.ib_carousel_025 .dataItem .Txt .title {
	opacity: 0;
	-webkit-animation: fadeOut 0.3s 0s ease-in-out forwards;
	        animation: fadeOut 0.3s 0s ease-in-out forwards;
	margin-top: 13px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 44px;
}
.ib_carousel_025 .dataItem .Txt .title a {
	display: block;
}
.ib_carousel_025 .dataItem .Txt .text {
	opacity: 0;
	-webkit-animation: fadeOut 0.3s 0s ease-in-out forwards;
	        animation: fadeOut 0.3s 0s ease-in-out forwards;
	margin-top: 13px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 40px;
}
@media (max-width: 1180px) {
	.ib_carousel_025 .dataItem .Txt {
		padding: 20px 16px;
	}
	.ib_carousel_025 .dataItem .Txt .title {
		font-size: 18px;
	}
}
.ib_carousel_025 .btnBox {
	margin-top: 69px;
}
/*# sourceMappingURL=home.css.map */