.banner{
	position: relative;
}

/* section样式 */
section ul{
	height: 50px;
	margin-bottom: 10%;
}

section ul li{
	display: block;
	float: left;
	color: #fff;
	width: 25%;
	height: 100%;
	font-size: 20px;
	line-height: 50px;
}

section ul li img{
	float: right;
	width: 20%;
	height: 100%;
	margin-right: 20%;
}

/* swiper样式 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
  	text-align: center;
  	font-size: 18px;
  	background: #fff;
  	/* Center slide text vertically */
 	 display: -webkit-box;
 	 display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
}
	
/* /////////// */


/* 主体内容公司简介main样式 */

.main .item1 {
	height: 800px;
	background-image: url(../images/index2_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	box-sizing: border-box;
	padding-top: 100px;
}

.main .item1 .goods_type ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .item1 .goods_type ul li {
	margin: 0 25px;
	position: relative;
}

.main .item1 .goods_type ul li .product_class {
	display: block;
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left 35px center;
	position: absolute;
	left: 0px;
	top: 40px;
	/*transform: translateY(-50%);*/
}

.main .item1 .goods_type ul li:nth-of-type(1) .product_class {
	background-image: url(../images/product1.png);
}

.main .item1 .goods_type ul li:nth-of-type(2) .product_class {
	background-image: url(../images/product2.png);
}

.main .item1 .goods_type ul li .more {
	width: 39px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-image: url(../images/product_more.png);
	position: absolute;
	right: 18px;
	bottom: 20px;
	background-color: transparent;
	border: 0px;
}

.main .item2 {
	height: 680px;
	background-image: url(../images/index3_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	padding-top: 360px;
}

.main .item2 .txt h5 {
	font-family: pingfang;
	font-size: 36px;
	color: #c4ad81;
	font-weight: 500;
	line-height: 96px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.main .item2 .txt p {
	font-family: pingfang;
	font-size: 18px;
	color: #858585;
	line-height: 24px;
}

.main .item2 .txt a {
	display: block;
	width: 96px;
	height: 34px;
	background-color: #c4ad81;
	border-radius: 7px;
	font-family: pingfang;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	margin-top: 54px;
}


.main .item3 {
	height: 550px;
	background-image: url(../images/index4_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main .item3 h5 {
	font-family: pingfang;
	font-size: 36px;
	font-weight: 100;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	padding-top: 70px;
	padding-bottom: 50px;
}

.main .item3 .box {
	position: relative;
}

.main .item3 .swiper-pagination {
	width: 1200px;
	margin-top: 50px;
}

.main .item3 .swiper-pagination span {
	width: 11px;
	height: 11px;
	background-color: #FFFFFF;
	margin: 0 15px;
	border: none;
}

.main .item3 .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #1a191f;
}

.main .item3 .swiper-button-prev,
.main .item3 .swiper-button-next {
	background-size: cover;
	width: 52px;
	height: 52px;
	outline: none;
}

.main .item3 .swiper-button-prev {
	background-image: url(../images/prev.png);
	left: 140px;
}

.main .item3 .swiper-button-next {
	background-image: url(../images/next.png);
	right: 140px;
}

.main .item4 {
	height: 635px;
	background-image: url(../images/index5_bg.png);
	box-sizing: border-box;
	padding-top: 70px;
}

.main .item4 h5 {
	font-family: pingfang;
	font-size: 36px;
	font-weight: 100;
	color: #707070;
	text-align: center;
	line-height: 58px;
	background-image: url(../images/title_bg-1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.main .item4 ul.honor_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 45px;
}

.main .item4 ul.honor_list li a img {
	display: block;
	margin: 0 30px;
}

.main .item4 a.more {
	display: block;
	width: 96px;
	height: 34px;
	border-radius: 8px;
	background-color: #c4ad81;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	margin-top: 38px;
}

.main .item5 {
	height: 790px;
	background-image: url(../images/index5_bg-1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	box-sizing: border-box;
	padding-top: 60px;
}

.main .item5 h5 {
	font-family: pingfang;
	font-size: 36px;
	font-weight: 100;
	color: #707070;
	text-align: center;
	line-height: 58px;
	background-image: url(../images/title_bg-1.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.main .item5 .content .l,
.main .item5 .content .r {
	width: 50%;
}

.main .item5 .content .l img {
	display: block;
	margin: 0 auto;
}

.main .item5 .content .r  {
	box-sizing: border-box;
	padding-left: 125px;
}

.main .item5 .content .r h4 {
	font-family: pingfang;
	font-size: 51.5px;
	color: #c4ad81;
	font-weight: 100;
	line-height: 84px;
	margin-top: 50px;
}

.main .item5 .content .r p {
	font-family: pingfang;
	font-size: 16px;
	line-height: 24px;
	color: #6d6d6d;
	font-weight: 600;
}

.main .item5 .content .r p:nth-of-type(1) {
	color: #c4ad81;
	padding-bottom: 180px;
	background-image: url(../images/p_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.main .item5 .content .r a.more {
	display: block;
	width: 96px;
	height: 34px;
	border-radius: 8px;
	background-color: #c4ad81;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	margin-top: 26px;
}
.item6 {
    overflow: hidden;
    margin-bottom: 70px;
}

.item6 .swipers1 .swiperImg{
    width: 100%;
}   
.item6 .swipers1 .swiperImg img {
    width: 100%;
}