/*banner*/
.banner {
	width: 100%;
	position: relative;
	background-color: #fff;
	line-height: 0;
	z-index: 1;
}

.banner .slick-arrow {
	width: 40px;
	height: 40px;
	margin: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
	cursor: pointer;
}

.banner .slick-arrow i {
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	opacity: 0.6;
}

.banner .slick-arrow:hover i {
	opacity: 1;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.banner .prev {
	left: 0;
}

.banner .next {
	right: 0;
}

.banner .slick-dots {
	width: 100%;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 35px;
}

.banner .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.banner .slick-dots li span {
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background-color: #fff;
	display: block;
}

.banner .slick-dots .slick-active span {
	background-color: #2BB8DE;
}

.banner__link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.banner__image {
	width: 100%;
	padding-bottom: 40%;
	background-color: #252525;
	overflow: hidden;
	position: relative;
	z-index: 1;
	will-change: transform,filter;
}

.banner__image picture {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transition: all 4s ease;
	transition: all 4s ease;
	z-index: 1;
}

.banner__image img {
	width: 100%;
	height: auto;
	display: block;
	aspect-radio: 1920/768;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.banner__word {
	width: 100%;
	height: 100%;
	padding: 2% 2%;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.banner__word-box {
	width: 100%;
	text-align: center;
	position: relative;
	will-change: opacity,transform;
}

.banner__title, .banner__text, .banner__btn {
	-webkit-transition: all 0.8s cubic-bezier(0.32, 0.34, 0, 1.62);
	transition: all 0.8s cubic-bezier(0.32, 0.34, 0, 1.62);
}

.banner__title {
	margin-bottom: 10px;
	padding: 10px 0;
	display: inline-block;
	letter-spacing: 0.2em;
	font-family: "Noto Serif TC", serif;
	font-weight: 700;
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 3.75rem;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	        transform: translateY(50px);
}

.banner__btn {
	opacity: 0;
	-webkit-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	        transform: translateY(50px);
}

.banner .slick-active .banner__image picture {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

.banner .slick-active .banner__word .banner__word-box .banner__title, .banner .slick-active .banner__word .banner__word-box .banner__text, .banner .slick-active .banner__word .banner__word-box .banner__btn {
	opacity: 1;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.banner .slick-active .banner__word .banner__word-box .banner__title {
	-webkit-transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.5s;
	transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.5s;
}

.banner .slick-active .banner__word .banner__word-box .banner__btn {
	-webkit-transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 1s;
	transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 1s;
}

@media only screen and (max-width: 1280px) {
	.banner__word-box {
		padding: 0;
	}
	.banner__title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 2.5rem;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.banner {
		margin-bottom: 10px;
	}
	.banner .slick-dots {
		position: relative;
		bottom: 0;
	}
	.banner .slick-dots li {
		height: 40px;
	}
	.banner .slick-dots li span {
		background-color: #adb5bd;
	}
	.banner__title {
		font-size: 35px;
		font-size: 2.188rem;
		line-height: 3.75rem;
		letter-spacing: 0.05em;
	}
	.banner__btn {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.banner {
		margin-bottom: 30px;
	}
	.banner__title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 2.5rem;
		font-weight: 700;
	}
}

/*banner---end*/
/*categories*/
.categories {
	padding: 70px 0;
}

@media only screen and (max-width: 960px) {
	.categories {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 480px) {
	.categories {
		padding: 15px 0;
	}
}

.category-contral {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.category-prev, .category-next {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: normal;
	border: 1px solid #dee2e6;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: relative;
	z-index: 3;
}

.category-prev:hover, .category-next:hover {
	background-color: #2BB8DE;
	color: #fff;
}

.category-dots {
	padding-left: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 1;
}

.category-dots li {
	width: 30px;
	height: 30px;
	margin: 0 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.category-dots li.slick-active span {
	background-color: #2BB8DE;
}

.category-dots span {
	width: 100%;
	height: 3px;
	display: block;
	background-color: #dee2e6;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

@media only screen and (max-width: 768px) {
	.category-dots {
		padding-left: 130px;
	}
	.category-dots li {
		width: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.category-slider {
		width: calc(100% + 10px);
		margin-left: -5px;
		margin-right: -5px;
	}
}

/*categories---end*/
/*news*/
.news-bg {
	padding: 110px 0;
	background-image: url("../../images/index-news-bg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 1080px) {
	.news-bg {
		background-image: url("../../images/index-news-bg-small.jpg");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
}

.news {
	width: 55%;
	padding-right: 5%;
}

.news-list {
	padding-top: 20px;
}

.news-item {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.news-item:hover {
	background-color: #2BB8DE;
}

.news-item:hover .news-date::before {
	background-color: #fff;
}

.news-item:hover .news-date span {
	color: #252525;
}

.news-date {
	width: 106px;
	height: 50px;
	padding-bottom: 8px;
	padding-left: 18px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	position: relative;
}

.news-date span {
	font-weight: 700;
	position: relative;
	z-index: 1;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

.news-date::before {
	content: '';
	width: 50px;
	height: 50px;
	background-color: #E31840;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

.news-title {
	padding-left: 20px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.news-icon {
	width: 30px;
	text-align: center;
	color: #fff;
}

.about {
	width: 45%;
	padding-left: 5%;
}

.about-content {
	margin-bottom: 20px;
	padding-top: 20px;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.875rem;
}

.about .btn {
	margin-left: auto;
}

@media only screen and (max-width: 1280px) {
	.news {
		margin-bottom: 60px;
		padding-right: 2%;
	}
	.about {
		padding-left: 2%;
	}
}

@media only screen and (max-width: 1080px) {
	.news-bg {
		padding: 60px 10px;
	}
	.news {
		width: 100%;
		padding-right: 0;
	}
	.news-list {
		padding-top: 0;
	}
	.about {
		width: 100%;
		padding-left: 0;
	}
	.about-content {
		padding-top: 0;
	}
	.about .btn {
		margin: 0 auto;
	}
}
