.index_banner{
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
}
.index_banner .swiper-container{
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
}
.index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.index_banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.index_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e60012;
}
.index_bannerBox{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index_bannerBox img{
	width: 100%;
}
.index_bannerBox img:nth-of-type(2){
	display: none;
}
.index_bannerText{
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top:220px;
}
.index_bannerText h1{
	font-size: 60px;
	color: #FFFFFF;
	font-weight: bold;
}
.index_bannerText h1 span{
	font-weight: lighter;
}
@media only screen and (max-width: 991px ) {
	.index_bannerBox img:nth-of-type(1){
		display: none;
	}
	.index_bannerBox img:nth-of-type(2){
		display: inline-block;
	}
	.container{
		width: 100%;
		padding:0 50px;
	}
	.index_bannerText h1{
		font-size: 72px;
	}
}
@media only screen and (max-width: 767px) {
	.index_bannerText h1{
		font-size: 20px;
	}
	.index_banner .swiper-container{
		padding-bottom: 20px;
	}
	.index_banner .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
	}
	.index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 5px;
	}
	.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,.index_banner .swiper-pagination-custom,.index_banner .swiper-pagination-fraction{
		bottom: 2px;
	}
	.index_bannerText{
		top:95px;
	}
	.container{
		width: 100%;
		padding:0 20px;
	}
}
@media only screen and (min-width:992px ) {
	.index_bannerBox img{
		width: 1700px;
		position: relative;
		left: 50%;
		margin-left: -850px;
	}
}
@media only screen and (min-width:1200px ) {
	.index_bannerBox img{
		width: 1920px;
		margin-left: -960px;
	}
}
@media only screen and (min-width:1921px ) {
	.index_bannerBox img{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}
/*正品立业 · 鹏展宏图*/
.index_one{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 65px;
	background-color: #e4e4e4;
}
.index_oneTitle{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
}
.index_oneTitle h1{
	font-size: 30px;
	color: #848484;
	margin-bottom: 10px;
}
.index_oneTitle span{
	display: inline-block;
	width: 180px;
	height: 5px;
	background-color: #e60012;
}
.index_one ul{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.index_one ul li{
	height: auto;
}
.index_one ul li:nth-of-type(1){
	padding: 0 21px 0 0;
}
.index_one ul li:nth-of-type(2){
	padding: 0 14px 0 7px;
}
.index_one ul li:nth-of-type(3){
	padding: 0 7px 0 14px;
}
.index_one ul li:nth-of-type(4){
	padding: 0 0 0 21px;
}
.index_one ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 1s;
	position: relative;
	z-index: 10;
}
.index_oneImg,.index_oneVideo{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index_oneImg img{
	width: 100%;
	transition: all 1s;
}
.index_oneVideo>img{
	width: 100%;
}
.video_share{
	width: 50px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 11px;
	z-index: 10;
	text-align: center;
	cursor: pointer;
	transform: scale(0.8);
}
.video_share h5{
	line-height: 25px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	background-color: #292929;
}
.index_oneBox{
	width: 100%;
	overflow: hidden;
	padding:25px 25px 35px;
	background-color: #575757;
	color: #FFFFFF;
	text-align: center;
}
.index_oneText{
	width: 100%;
	height: 155px;
	overflow: hidden;
	line-height: 20px;
}
.index_oneText h3{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.5s;
}
.index_oneText p{
	height: 120px;
	font-weight: lighter; 
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.index_oneMore{
	width: 100px;
	overflow: hidden;
	margin: 0 auto;
	color: #bfbfbf;
	font-size: 14px;
	border-top: 2px solid #df0416;
	padding-top: 10px;
}
.index_one ul li a:hover .index_oneImg img{
	transform: scale(1.1);
}
.index_one ul li a:hover .index_oneText h3{
	color: #E60012;
}
@media only screen and (max-width:991px ) {
	.index_one{
		padding: 50px 0;
	}
	.index_oneTitle{
		margin-bottom: 20px;
	}
	.index_oneTitle h1{
		margin-bottom: 10px;
		color: #4d4d4d;
	}
	.index_one ul li:nth-of-type(1){
		padding: 0 5px 0 0;
		margin-bottom: 10px;
	}
	.index_one ul li:nth-of-type(2){
		padding: 0 0 0 5px;
		margin-bottom: 10px;
	}
	.index_one ul li:nth-of-type(3){
		padding: 0 5px 0 0;
	}
	.index_one ul li:nth-of-type(4){
		padding: 0 0 0 5px;
	}
}
@media only screen and (max-width:767px ) {
	.index_one{
		padding: 30px 0;
	}
	.index_oneTitle{
		margin-bottom: 5px;
	}
	.index_oneTitle h1{
		margin-bottom: 0px;
		font-size: 24px;
		font-weight: bold;
	}
	.index_oneText{
		line-height: 16px;
		height: 100px;
	}
	.index_oneText p {
	    height: 48px;
	    -webkit-line-clamp: 3;
	}
	.index_oneText h3{
		height: 25px;
		line-height: 25px;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.index_oneTitle span{
		width: 90px;
		height: 3px;
	}
	.index_one ul li:nth-of-type(2n+1){
		padding: 0 5px 0 0;
	}
	.index_one ul li:nth-of-type(2n){
		padding: 0 0 0 5px;
	}
	.index_oneBox{
		padding:15px 15px 20px;
	}
	.index_oneMore{
		width: 90px;
		font-size: 12px;
		border-top: 2px solid #df0416;
		padding-top: 5px;
	}
}
@media only screen and (min-width:992px ) {
	.index_one ul li:nth-of-type(1){
		padding: 0 15px 0 0;
	}
	.index_one ul li:nth-of-type(2){
		padding: 0 10px 0 5px;
	}
	.index_one ul li:nth-of-type(3){
		padding: 0 5px 0 10px;
	}
	.index_one ul li:nth-of-type(4){
		padding: 0 0 0 15px;
	}
}
@media only screen and (min-width:1200px ) {
	.index_one ul li:nth-of-type(1){
		padding: 0 21px 0 0;
	}
	.index_one ul li:nth-of-type(2){
		padding: 0 14px 0 7px;
	}
	.index_one ul li:nth-of-type(3){
		padding: 0 7px 0 14px;
	}
	.index_one ul li:nth-of-type(4){
		padding: 0 0 0 21px;
	}
}
/*产品展示*/
.index_two{
	width: 100%;
	overflow: hidden;
	background: url(../img/index_two.jpg) no-repeat center center;
	background-size: auto 100%;
	background-attachment:fixed;
	padding: 60px 0;
}
.index_twoTitle{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.index_twoTitle h1{
	font-size: 30px;
}
.index_twoTitle span{
	display: block;
	width: 180px;
	height: 5px;
	background-color: #e60012;
	margin: 20px auto 15px;
}
.index_two ul{
	width: 100%;
	overflow: hidden;
}
.index_two ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 6px;
}
.index_two ul li:nth-of-type(4n+1){
	padding: 0 4.5px 0 0;
}
.index_two ul li:nth-of-type(4n+2){
	padding: 0 3px 0 1.5px;
}
.index_two ul li:nth-of-type(4n+3){
	padding: 0 1.5px 0 3px;
}
.index_two ul li:nth-of-type(4n){
	padding: 0 0 0 4.5px;
}
.index_two ul li a{
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
}
.index_twoImg{
	width: 100%;
	height: 285px;
	overflow: hidden;
	line-height: 285px;
}
.index_twoImg img{
	width: 85%;
	transition: all 1s;
}
.index_two ul li a h4{
	font-size: 16px;
	color: #FFFFFF;
	background-color: #9fa0a0;
	height: 35px;
	line-height: 35px;
	position: relative;
	transition: all 1s;
}
.index_two ul li a h4 img{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -5.5px;
}
.index_two ul li a:hover .index_twoImg img{
	transform: scale(1.1);
}
.index_two ul li a:hover h4{
	background-color: #c8000f;
}
.index_twoMore{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #c8000f;
	line-height: 70px;
	margin: 95px auto 25px;
}
.index_two ul li a h3{
	font-size: 18px;
	color: #9fa0a0;
}
@media only screen and (max-width:991px ) {
	.index_two{
		padding: 50px 0;
	}
	.index_twoTitle span{
		margin: 15px auto;
	}
	.index_two ul li:nth-of-type(2n+1){
		padding: 0 3px 0 0;
	}
	.index_two ul li:nth-of-type(2n){
		padding: 0 0 0 3px;
	}
	.index_two ul li a{
		height: 370px;
	}
	.index_twoImg{
		height: 335px;
		line-height: 335px;
	}
	.index_twoMore{
		margin: 130px auto 25px;
	}
}
@media only screen and (max-width:767px ) {
	.index_two{
		padding: 30px 0;
	}
	.index_twoTitle h1{
		font-size: 24px;
		font-weight: bold;
	}
	.index_twoTitle span{
		width: 120px;
		height: 3px;
		margin: 10px auto;
	}
	.index_twoTitle {
	    margin-bottom: 20px;
	}
	.index_two ul li a{
		height: 100%;
	}
	.index_twoImg{
		padding: 20px 0;
		height: auto;
		line-height: initial;
	}
	.index_twoMore{
		margin: 60px auto 25px;
	}
	.index_two ul li a h4 {
	    font-size: 14px;
	}
	.index_two ul li a h4 img{
		right: 12px;
		margin-top: -6px;
	}
}
/*首页新闻*/
.index_three{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 75px;
	background-color: #FFFFFF;
}
.index_three ul{
	width: 100%;
	overflow: hidden;
}
.index_three ul li:nth-of-type(1){
	height: auto;
	padding-right: 13px;
}
.index_three ul li:nth-of-type(2){
	height: auto;
	padding-left: 13px;
}
.index_three ul li .index_threeBox{
	display: block;
	width: 100%;
	height: auto;
}
.index_threeImg{
	width: 270px;
	overflow: hidden;
	float: left;
}
.index_threeImg img{
	width: 100%;
	transition: all 1s;
}
.index_threetext{
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	overflow: hidden;
	float: right;
	font-size: 12px;
	color: #838383;
	padding: 10px 0 0;
}
.index_threetext p a{
	font-weight: bold;
	color: #a9a8a8;
}
.index_threetext p a:hover{
	color: #e60012;
}
.index_threeNews{
    display:block;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #a9a8a8 !important;
	margin-top: 15px;
}
.index_threeNews h4{
	height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
	margin-bottom: 10px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_threeNews p{
	height: 60px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
}
.index_threetext>a{
	display: inline-block;
	font-size: 12px;
	color: #e60012;
	margin-top: 25px;
}
.index_three ul li .index_threeBox:hover .index_threeImg img{
	transform: scale(1.1);
}
.index_three ul li .index_threeBox:hover  h4{
	color: #e60012;
}
@media only screen and (max-width:991px ) {
	.index_three{
		padding: 50px 0;
	}
	.index_three ul li:nth-of-type(1){
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.index_three ul li:nth-of-type(2){
		padding-left: 0px;
	}
}
@media only screen and (max-width:767px ) {
	.index_three{
		padding: 30px 0;
	}
	.index_three ul li:nth-of-type(1){
		margin-bottom: 15px;
	}
	.index_threeImg {
	    width: 160px;
	}
	.index_threetext{
		width: -moz-calc(100% - 170px);
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
		padding: 5px 0 0;
	}
	.index_threeNews{
		font-size: 12px;
		line-height: 16px;
		margin-top: 10px;
	}
	.index_threeNews h4{
		height: 14px;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.index_threeNews p{
		height: 32px;
	  	-webkit-line-clamp: 2;
	}
	.index_threetext>a{
		margin-top: 10px;
	}
}
/*尊贵客户*/
.index_four{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 43px;
	background-color: #e4e4e4;
}
.index_fourTitle{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #4d4d4d;
}
.index_fourTitle h1{
	font-size: 30px;
}
.index_fourTitle span{
	display: block;
	width: 180px;
	height: 5px;
	background-color: #e60012;
	margin: 25px auto 40px;
}
.index_fourBanner{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding: 50px;
	position: relative;
}
.index_fourBox{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.index_fourImg{
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	margin-bottom: 20px;
}
.index_fourImg img{
	height: 100%;
	
}
.index_fourBox h4{
	font-size: 12px;
	color: #4d4d4d;
}
.index_fourBanner .swiper-button-next,.index_fourBanner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 45px;
	margin-top: -22px;
	z-index: 10;
	opacity: 1;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.index_fourBanner .swiper-button-next.swiper-button-disabled,.index_fourBanner .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}
.index_fourBanner .swiper-button-prev,.index_fourBanner .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/customer_left.png);
	left: -20px;
	right: auto;
}
.index_fourBanner .swiper-button-next,.index_fourBanner .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/customer_right.png);
	right: -20px;
	left: auto;
}
@media only screen and (max-width:991px ) {
	.index_four{
		padding: 55px 0 40px;
	}
	.index_fourTitle span{
		margin: 15px auto 40px;
	}
}
@media only screen and (max-width:767px ) {
	.index_four{
		padding: 35px 0 30px;
	}
	.index_fourTitle span{
		width: 120px;
    	height: 3px;
		margin: 10px auto 20px;
	}
	.index_fourTitle h1{
		font-size: 24px;
		font-weight: bold;
	}
	.index_fourBanner{
		padding: 30px 20px;
	}
	.index_fourBanner .swiper-button-prev,.index_fourBanner .swiper-container-rtl .swiper-button-next {
		left: -8px;
	}
	.index_fourBanner .swiper-button-next,.index_fourBanner .swiper-container-rtl .swiper-button-prev {
		right: -8px;
	}
	.index_fourImg img{
		
	}
}