@charset "utf-8";



/*
#scrollBox .swiper-wrapper {
	width:1300px;
	overflow:hidden;
}
*/


#scrollBox {
	width: 1300px;
}




#scrollBox .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}


#scrollBox .swiper-slide img {
	height: 221px;
	width: 306px;
	border-radius: 13px;
	padding: 3px;
	background: #fff;
}




.outerBox .swiper-button-next,
.outerBox .swiper-button-prev {
    position: absolute;
    top: 108px;
    width: 30px;
    height: 51px;
	text-indent:-100px;
	overflow:hidden;
}


.outerBox .swiper-button-next:focus,
.outerBox .swiper-button-prev:focus {
	outline: none;
}


.outerBox .swiper-button-next {
	background: url(/template/images/about_17.png) no-repeat;
	background-size: 100%;
	right: -50px;
}

.outerBox .swiper-button-prev {
	background: url(/template/images/about_12.png) no-repeat;
	background-size: 100%;
	left: -50px;
}

.outerBox .swiper-button-next:hover {
	background: url(/template/images/about_17H.png) no-repeat;
	background-size: 100%;
}

.outerBox .swiper-button-prev:hover {
	background: url(/template/images/about_12H.png) no-repeat;
	background-size: 100%;
}



/*
#scrollBox .swiper-button-next,
#scrollBox .swiper-button-prev {
    position: absolute;
    top: 108px;
    width: 30px;
    height: 51px;
	text-indent:-100px;
	overflow:hidden;
}


#scrollBox .swiper-button-next {
	background: url(/template/images/about_17.png) no-repeat;
	background-size: 100%;
	right: 0;
}

#scrollBox .swiper-button-prev {
	background: url(/template/images/about_12.png) no-repeat;
	background-size: 100%;
	left: 0;
}

#scrollBox .swiper-button-next:hover {
	background: url(/template/images/about_17H.png) no-repeat;
	background-size: 100%;
	right: 0;
}

#scrollBox .swiper-button-prev:hover {
	background: url(/template/images/about_12H.png) no-repeat;
	background-size: 100%;
	left: 0;
}
*/



#scrollBox .swiper-pagination {
	display: none;
}