@charset "utf-8";



/*
#scrollBox .swiper-wrapper {
	width:960px;
	overflow:hidden;
}
*/


#scrollBox {
	width: 960px;
}




#scrollBox .swiper-slide {

text-align: center;

font-size: 16px;

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: 220px;
	width: 190px;
}




.outerBox .swiper-button-next,
.outerBox .swiper-button-prev {
    position: absolute;
    top: 120px;
    width: 20px;
    height: 73px;
    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/yx_r.gif) no-repeat;
	background-size: 100%;
	right: -38px;
}

.outerBox .swiper-button-prev {
	background: url(/template/images/yx_l.gif) no-repeat;
	background-size: 100% 100%;
	left: -38px;
}

.outerBox .swiper-button-next:hover {
	background: url(/template/images/yx_r2.gif) no-repeat;
	background-size: 100%;
}

.outerBox .swiper-button-prev:hover {
	background: url(/template/images/yx_l2.gif) no-repeat;
	background-size: 100% 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;
}


#scrollBox .swiper-slide .txt {
    line-height: 38px;
}