@charset "utf-8";
/* banner */
.c-bannerNew{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.c-bannerNew .banner{
	width: 100%;
}
.c-bannerNew .banner>ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-bannerNew .banner>ul>li{
	width: 100%;
	position: absolute;
	display: none;
	opacity: 0;
}
.c-bannerNew .banner>ul>li:nth-child(1){
	opacity: 1;
	display: block;
}
/*.c-bannerNew .banner>ul>li img{
	width: 100%;
	position: absolute;
	top: 0px;
}*/
/*.c-banner img{*/
/*	width: 100%;*/
/*}*/
/*.c-bannerNew .banner>ul>li:first-child img{
	position: relative;
}*/
.c-bannerNew .nexImg,.c-bannerNew .preImg{
	position: absolute;
	top: 50%;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}
.c-bannerNew .nexImg:hover,.c-bannerNew .preImg:hover{
	opacity: 0.8;
	cursor: pointer;
}
.c-bannerNew .nexImg{
	right: 0px;
}
.c-bannerNew .nexImg img,.c-banner .preImg img{
}
.c-bannerNew .preImg{
	margin: 0px 0px 0px 100px;
}
.c-bannerNew .nexImg{
	margin: 0px 100px 0px 0px;
}
@media screen and (max-width:768px) {
	.c-bannerNew{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-bannerNew .banner>ul>li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
