@charset "utf-8";
/* banner */
.c-banner{
	width: 1200px;
	height: 450px;
	margin:auto;
	min-width: 1200px;
	min-height: 450px;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	height: 450px;
	min-width: 1200px;
	min-height: 450px;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;

}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{


}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}



/*第二个banner*/
.s-banner{
	width: 700px;
	height: 450px;
	margin:auto;
	min-width: 700px;
	min-height: 450px;
	position: relative;
}
.s-banner img{
	width: 100%;
}
.s-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.s-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
}
.s-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.s-banner .banner ul li img{
	width: 100%;
	height: 450px;
	min-width: 700px;
	min-height: 450px;
	position: absolute;
	top: 0px;
}
.s-banner .banner ul li:first-child img{
	position: relative;
}
.s-banner .nexImg,.s-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;

}
.s-banner .nexImg:hover,.s-banner .preImg:hover{
	opacity: 0.8;
}
.s-banner .nexImg{
	right: 0px;
}
.s-banner .nexImg img,.s-banner .preImg img{


}
.s-banner .jumpBtn{

	width: 100%;
	position: absolute;
	opacity: 0.6;
	background-color: #9da0a4;
	line-height: 30px;
	bottom: 0px;
	text-align: right;



}
.s-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding-right: 10px;
}

.s-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.s-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.s-banner{
		width: 100%;
		height: 192px;
		overflow: hidden;
	}
	.s-banner .banner ul li img{
		width: 394px;
		height: 172px;
		position: absolute;
		left: 50%;
		margin-left: -192px;
	}
}



.sbanner_span_title{
	width: 50%;
	position: relative;
	opacity: 0.6;
	line-height: 30px;
	bottom: 35px;
	text-align: left;
	padding-left: 10px;
	/*margin-left: -690px;*/

	z-index: 12000;
}

.sbanner_span_title a{
	color: #FFFFFF;
}







/*第三个轮播图*/

/* banner */
.association-banner{
	width: 575px;
	height: 365px;
	margin:auto;
	min-height: 365px;
	position: relative;
}
.association-banner img{
	width: 100%;
}
.association-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.association-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
}
.association-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.association-banner .banner ul li img{
	width: 100%;
	height: 365px;
	min-width: 575px;
	min-height: 365px;
	position: absolute;
	top: 0px;
}
.association-banner .banner ul li:first-child img{
	position: relative;
}
.association-banner .nexImg,.association-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;

}
.association-banner .nexImg:hover,.association-banner .preImg:hover{
	opacity: 0.8;
}
.association-banner .nexImg{
	right: 0px;
}
.association-banner .nexImg img,.association-banner .preImg img{


}
.association-banner .jumpBtn{
	width: 100%;
	position: absolute;
	opacity: 0.6;
	background-color: #9da0a4;
	line-height: 30px;
	bottom: 0px;
	text-align: right;
	padding-right: 50px;
}
.association-banner .jumpBtn ul{
	margin-bottom: 0px;

	padding-right: 10px;
}

.association-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.association-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.association-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.association-banner .banner ul li img{
		width: 384px;
		height: 272px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
.association_banner_title{
	display: inline-block;
	position: absolute;
	opacity: 0.6;
	bottom: 0px;
	/*z-index: 1000;*/
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #9da0a4;
}

/*.association_title_text{*/
/*	float: left;*/
/*	margin-left: 10px;*/
/*	color: #fffdef;*/
/*}*/


.association_title_text{
	width: 50%;

	position: absolute;
	opacity: 0.6;
	line-height: 30px;
	bottom: 0px;
	text-align: left;
	margin-left: 10px;
	z-index: 12000;
}