/* CSS Document */
.paddingt130{
	padding-top: 130px;
}
/*banner通用*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 580px;
	max-width: 1920px;
    margin: 0 auto;
}

.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: 580px;
	overflow: hidden;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
    background-size: contain;
}
.fullSlide .bd li a {
	display: block;
	height: 580px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 7px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 	*display:inline;
	color: #fff;
	zoom: 1;
	width: 13px;
	height: 13px;
	border-radius: 20px;
	margin: 1px 3px;
	overflow: hidden;
	background: rgba(66, 66, 66, 0.7);
	line-height: 20px;
}
.fullSlide .hd ul .on {
	background: rgb(255, 153, 52);
	width: 13px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fullSlide .lr{
    max-width: 1920px;
    margin: 0 auto;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	width: 37px;
	height: 110px;
	cursor: pointer;
	display: none;
}
.fullSlide .prev {
	background: url(../images/news_syn_prev.png)rgba(0,0,0,0.50) no-repeat;
}
.fullSlide .next {
	left: auto;
	right: 5%;
	background: url(../images/news_syn_next.png)rgba(0,0,0,0.50) no-repeat;
}


/**/
.index_title{
	text-align: center;
	padding: 75px 0;
}
.index_title h2{
	font-size: 35px;
	color: #333;
}
.index_title i{
    width: 30px;
    height: 1px;
    background: #fa9932;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}
.index_title p{
	font-size: 14px;
	color: #666;
}
