@charset "utf-8";
.PC_banner_box{
	overflow: hidden;
}

	/* 轮播图*/
	.fullSlide{ width:100%;  position:relative;  height:538px;   }
	.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
	.fullSlide .bd ul{ width:100% !important;  }
	.fullSlide .bd li{ width:100% !important;  height:538px; overflow:hidden; text-align:center;  }
	.fullSlide .bd li a{ display:block; height:538px; }
	
	.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
	.fullSlide .hd ul{ padding-left: 20px; }
	.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:30px; height:4px; margin:5px; overflow:hidden; background:#000;
		filter:alpha(opacity=50);opacity:0.5;  line-height:999px; 
	}
	.fullSlide .hd ul .on{ background:#0097e5;}
	.fullSlide .prev,
	.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:3%;  z-index:1; width:40px; height:60px; background:url(/Content/Styles/Default/Image/Sign/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
	.fullSlide .next{ left:auto; right:3%; background-position:-6px -137px; }

	.fullSlide .bd li{
		background-position: center;
		background-size: 100% 100%;
	}
.banner_txt_box_big{
	position: absolute;
	bottom:40px;
	padding:0 25px ;
}
.banner_title{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}
.banner_txt_box dd{
	float: left;
	position: relative;
	font-size: 12px;
	color: #fff;
	margin-right: 15px;
	/* padding-left: 10px; */
}
/* .banner_txt_box li::after{
	content: "";
	width: ;
} */
.banner_txt_box dd span{
	font-size: 14px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	left: 25px;
	bottom: 20px;
}
.swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 0px;
	background-color: #408ce0;
	float: left;
}
@media (min-width:1200px) and (max-width:1400px ) { 
	.fullSlide{ width:100%;  position:relative;  height:490px;   }
	.fullSlide .bd li{ width:100% !important;  height:490px; overflow:hidden; text-align:center;  }
	.fullSlide .bd li a{ display:block; height:490px; }
}
@media (min-width:768px) and (max-width:1200px ) { 
	.fullSlide{ width:100%;  position:relative;  height:490px;   }
	.fullSlide .bd li{ width:100% !important;  height:490px; overflow:hidden; text-align:center;  }
	.fullSlide .bd li a{ display:block; height:490px; }
}