@charset "UTF-8";
/*====共用====*/
.next {
	width: 45px;
	height: 45px;
	border-radius: 99rem;
	right: -10px;
	top: 45%;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.next::after {
	content: "\e91d";
	display: block;
	font-size: 42px;
	line-height: 45px;
	color: #818080;
	font-family: 'icomoon' !important;
}

.next:hover {
	background: #523817;
}

.next:hover::after {
	color: #fff;
}

.prev {
	width: 45px;
	height: 45px;
	border-radius: 99rem;
	left: -10px;
	top: 45%;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.prev::after {
	content: "\e91b";
	display: block;
	font-size: 42px;
	line-height: 45px;
	color: #818080;
	font-family: 'icomoon' !important;
}

.prev:hover {
	background: #523817;
}

.prev:hover::after {
	color: #fff;
}

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

.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: 30px;
	line-height: 40px;
	color: #fff;
	opacity: 0.5;
}

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

.banner .slick-dots {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background-color: #fff;
}

.banner .slick-dots li {
	width: 20px;
	height: 40px;
	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;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	vertical-align: middle;
	cursor: pointer;
}

.banner .slick-dots li span {
	width: 100%;
	height: 2px;
	background-color: #c8c8c8;
	display: block;
	-webkit-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

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

.banner .prev {
	left: 20px;
}

.banner .next {
	right: 20px;
}

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

.banner__image {
	width: 100%;
	padding-bottom: 37.5%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

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

.banner__image img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.banner__image::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #252525;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

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

.banner__word-box {
	width: 49.875%;
	padding: 0 0 0 3%;
	position: relative;
}

.banner__title, .banner__text {
	-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;
	font-weight: 700;
	font-size: 55px;
	font-size: 3.438rem;
	line-height: 3.75rem;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	    -ms-transform: translateX(-50px);
	        transform: translateX(-50px);
}

.banner__text {
	width: 100%;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	letter-spacing: normal;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	    -ms-transform: translateX(-50px);
	        transform: translateX(-50px);
}

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

.banner .slick-active .banner__word .banner__word-box .banner__title, .banner .slick-active .banner__word .banner__word-box .banner__text {
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(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__text {
	-webkit-transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.8s;
	transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.8s;
}

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

@media only screen and (max-width: 768px) {
	.banner__word {
		padding: 30px 40px;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.banner__word-box {
		width: 100%;
		padding: 0;
	}
	.banner__image {
		padding-bottom: 133.3333%;
	}
	.banner__title {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 3.75rem;
	}
	.banner__text {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
}

@media only screen and (max-width: 480px) {
	.banner__title {
		font-size: 35px;
		font-size: 2.188rem;
		line-height: 2.5rem;
		font-weight: 700;
	}
	.banner__text {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.688rem;
	}
}

/*banner---end*/
.plandots {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -20px;
	margin: auto;
	text-align: center;
	z-index: 100;
	width: auto;
	height: auto;
	font-size: 0;
}

.plandots li {
	display: inline-block;
	border: none;
}

.plandots li button {
	width: 10px;
	height: 10px;
	background: none;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 30px;
	background: #FCF6EB;
	border: none;
}

.plandots li.slick-active button {
	background: #523817;
	width: 10px;
	height: 10px;
}
