.banner-box {
	position: relative;
	margin-bottom: -60px;
}

.banner {
	width: 100%;
	position: relative;
	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: 20px;
	-webkit-transform: translateY(1px);
	    -ms-transform: translateY(1px);
	        transform: translateY(1px);
	color: #fff;
}

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

.banner .prev {
	left: 20px;
}

.banner .next {
	right: 20px;
}

.banner__item {
	overflow: hidden;
	border-radius: 0 0 50% 50%/60px;
}

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

.banner__image {
	width: 100%;
	padding-bottom: 36.458%;
	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;
	-o-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.3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.banner__word {
	width: 100%;
	height: 100%;
	padding: 2% 2%;
	/*background-color: rgba(0, 0, 0, 0.3);*/
	-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);
	-o-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 {
	display: inline-block;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 2.5rem;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	        transform: translateY(50px);
}

.banner__text {
	font-size: 40px;
	line-height: 3.75rem;
	font-weight: bold;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	        transform: translateY(50px);
}

.slick-dots {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	bottom: 30px;
}

.slick-dots li {
	width: 20px;
	height: 20px;
	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;
}

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

.slick-dots .slick-active span {
	background-color: #004AAC;
}

.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;
	-o-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) 1s;
	-o-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;
}

.idx-products {
	position: relative;
	padding-top: 150px;
	padding-bottom: 100px;
	background-attachment: fixed;
	background-image: url("../../images/index-product-bg.jpg");
	background-size: cover;
}

.idx-product-slider {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.idx-product-slider .slick-track {
	margin-left: 0;
}

.idx-product-item {
	width: 100%;
	padding: 10px 15px;
	overflow: hidden;
	line-height: 0;
	letter-spacing: normal;
	font-size: 0;
}

.idx-product-card {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.idx-product-card:hover .idx-product-title-link {
	color: #004AAC;
}

.idx-product-img-link {
	width: 100%;
	overflow: hidden;
	display: block;
	background-color: #f1f1f1;
}

.idx-product-img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 9/6;
	-o-object-fit: cover;
	   object-fit: cover;
}

.idx-product-title-link {
	min-height: 90px;
	padding: 15px 15px 20px 15px;
	display: block;
}

.idx-product-title {
	padding: 0 10px;
	border-left: 3px solid #004AAC;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.688rem;
}

.idx-product-contral {
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.idx-product-prev, .idx-news-prev, .idx-product-next, .idx-news-next {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #004AAC;
    -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-radius: 48px;
    background-color: #004AAC;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    z-index: 0;
    color: #fff;
}

    .idx-product-prev:hover, .idx-news-prev:hover, .idx-product-next:hover, .idx-news-next:hover {
        background-color: #fff;
        color: #004AAC;
    }

.idx-about-box {
	padding: 90px 0;
	background-attachment: fixed;
	background-image: url("../../images/idx-about-bg.jpg");
}

.idx-about-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.idx-about-title {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.idx-about-title span:first-child {
	padding-left: 0;
}

.idx-about-img {
	width: 48%;
	padding: 40px 6% 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.idx-about-img img {
	width: 100%;
	display: block;
}

.idx-about-word {
	width: 52%;
	padding-right: 6%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.688rem;
}

.idx-about-btn {
	padding-top: 50px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.idx-about-box {
		padding: 50px 0;
	}
	.idx-about-wrap {
		max-width: 768px;
	}
	.idx-about-word {
		width: 100%;
		padding-right: 0;
	}
	.idx-about-title {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.idx-about-img {
		width: 100%;
		padding-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.banner__item {
		border-radius: 0 0 50% 50%/30px;
	}
	.banner__title{
		font-size: 20px;
		line-height: 30px;
	}
	.banner__text{
		font-size: 30px;
		line-height: 40px;
	}
	.slick-dots {
		position: relative;
		bottom: 0;
	}
	.slick-dots li span {
		border: 1px solid #004AAC;
	}
	.idx-products {
		padding: 70px 0 30px 0;
	}
	.idx-product-slider {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}
	.idx-product-item {
		width: 100%;
		padding: 10px;
	}
	.idx-product-contral {
		padding-top: 15px;
	}
	.idx-about-wrap {
		max-width: 460px;
	}
}

@media only screen and (max-width:480px){
	.banner__title{
		font-size: 14px;
		line-height: 28px;
	}
	.banner__text{
		font-size: 20px;
		line-height: 30px;
	}
}