.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;
}

.swiper-slide img {
	display: block;
}
	
/* /////////// */


/* 主体内容公司简介main样式 */

.main .item1 {
	padding-top: 100px;
}

.main .item1 .item1_top .l h4 {
	font-family: 'pingfang';
	font-size: 48px;
	color: #009381;
	line-height: 86px;
	/*font-weight: 500;*/
}

.main .item1 .item1_top .l p {
	font-size: 18px;
	font-weight: 600;
	color: #6c6c6c;
	line-height: 56px;
}

.main .item1 .item1_top .r a {
	display: block;
	font-size: 16px;
	color: #009381;
	width: 150px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	padding-right: 15px;
	background-image: url(../images/more_bg2.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 77px;
}

.main .item1 .item1_bottom {
	padding-top: 29px;
	background-image: url(../images/i_about_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom 55px;
}

.main .item1 .item1_bottom .l,
.main .item1 .item1_bottom .r {
	width: 50%;
}

.main .item1 .item1_bottom .l .about_article {
	box-sizing: border-box;
	padding-right: 55px;
}

.main .item1 .item1_bottom .l .about_article p {
	font-size: 14px;
	color: #6c6b6b;
	line-height: 24px;
}

.main .item1 .item1_bottom .l ul.num_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	box-sizing: border-box;
	padding-right: 118px;
	margin-top: 35px;
}

.main .item1 .item1_bottom .l ul.num_list li {
	width: calc(100% / 3);
	padding-top: 100px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top 42px center;
	border: 1px solid #dcdcdc;
	margin-right: -1px;
}

.main .item1 .item1_bottom .l ul.num_list li:nth-of-type(1) {
	background-image: url(../images/i_about_i1.png);
}

.main .item1 .item1_bottom .l ul.num_list li:nth-of-type(2) {
	background-image: url(../images/i_about_i2.png);
}

.main .item1 .item1_bottom .l ul.num_list li:nth-of-type(3) {
	background-image: url(../images/i_about_i3.png);
}

.main .item1 .item1_bottom .l ul.num_list li p {
	font-size: 16px;
	color: #5f5f5f;
	text-align: center;
	line-height: 30px;
}

.main .item1 .item1_bottom .l ul.num_list li h5 {
	font-family: arial;
	font-size: 30px;
	color: #5f5f5f;
	text-align: center;
	line-height: 50px;
}

.main .item1 .item1_bottom .r img {
	display: block;
	width: 100%;
	margin-top: 12px;
}

.main .item2 {
	margin-top: 90px;
	padding-bottom: 80px
}

.main .item2 .item2_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	background-image: url(../images/i_product_bg.png);
	background-repeat: no-repeat;
	background-position: left 295px center;
}

.main .item2 .item2_list .l {
	width: 28%;
}

.main .item2 .item2_list .c {
	width: 28%;
}

.main .item2 .item2_list .r {
	width: 40%;
}

.main .item2 .item2_list .l .txt h4 {
	font-family: 'pingfang';
	font-size: 48px;
	color: #009381;
	line-height: 72px;
	margin-top: 32px;
}

.main .item2 .item2_list .l .txt p {
	font-size: 24px;
	color: #6c6c6c;
	line-height: 48px;
}

.main .item2 .item2_list .l .txt a.more {
	display: block;
	font-size: 16px;
	color: #009381;
	width: 150px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	padding-right: 15px;
	background-image: url(../images/more_bg2.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 60px;
	margin-bottom: 52px;
}

.main .item2 .item2_list .product_type {
	position: relative;
	overflow: hidden;
}

.main .item2 .item2_list .product_type img {
	display: block;
	width: 100%;
	transition: 0.7s;
	image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges; \
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.main .item2 .item2_list .product_type p {
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	line-height: 88px;
	height: 88px;
	background-image: url(../images/i_product_pbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.main .item2 .item2_list .c .product_type {
	margin-bottom: 19px;
}

.main .item2 .item2_list .product_type:hover img {
	transform: scale(1.2);
}

.main .item3 {
	background-image: url(../images/i_case_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main .item3 .item3_top {
	padding-top: 40px;
}

.main .item3 .item3_top .l h4 {
	font-family: 'pingfang';
	font-size: 48px;
	color: #009381;
	line-height: 86px;
	/*font-weight: 500;*/
}

.main .item3 .item3_top .l p {
	font-size: 18px;
	/*font-weight: 600;*/
	color: #6c6c6c;
	line-height: 56px;
}

.main .item3 .item3_top .r a {
	display: block;
	font-size: 16px;
	color: #009381;
	width: 150px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	padding-right: 15px;
	background-image: url(../images/more_bg2.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 77px;
}

.main .item3 .item3_bottom {
	margin-top: 30px;
	padding-bottom: 24px;
}

.main .item3 .item3_bottom .l {
	width: calc(100% - 400px);
}

.main .item3 .item3_bottom .l img {
	display: block;
	width: 100%;
}

.main .item3 .item3_bottom .r {
	width: 350px;
}

.main .item3 .item3_bottom .r ul.case_list {
	margin-top: 80px;
}

.main .item3 .item3_bottom .r ul.case_list li a {
	display: block;
	width: 100%;
	height: 58px;
	font-size: 16px;
	color: #626262;
	line-height: 58px;
	box-sizing: border-box;
	padding-left: 40px;
	background-color: #FFFFFF;
	margin-bottom: 16px;
	background-image: url(../images/typelist_i.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.main .item3 .item3_bottom .r ul.case_list li:hover a {
	background-color: #f16d03;
	color: #FFFFFF;
	background-image: url(../images/typelist_i3.png);
}

.main .item4 {
	padding-bottom: 70px;
}

.main .item4 .item4_top {
	padding-top: 105px;
}

.main .item4 .item4_top .l .txt {
	width: 520px;
	height: 380px;
	box-sizing: border-box;
	padding: 0 40px;
	background-color: #f16d03;
	margin-top: 5px;
}

.main .item4 .item4_top .l .txt h4 {
	font-family: "黑体";
	font-size: 48px;
	color: #ffffff;
	line-height: 118px;
	padding-top: 50px;
}

.main .item4 .item4_top .l .txt p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

.main .item4 .item4_top .r {
	width: calc(100% - 565px)
}

.main .item4 .item4_top .r p {
	font-size: 14px;
	color: #858585;
	line-height: 24px;
	margin-bottom: 24px;
}

.main .item4 .item4_bottom {
	position: relative;
	height: 316px;
}

.main .item4 .item4_bottom ul.make_list {
	position: absolute;
	top: -87px;
	box-sizing: border-box;
	width: 100%;
	padding-left: 184px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item4 .item4_bottom ul.make_list li {
	width: calc((100% - 100px) / 3);
}

.main .item4 .item4_bottom ul.make_list li img {
	display: block;
	width: 100%;
}

.main .item4 .item4_bottom ul.make_list li p {
	font-family: 'pingfang';
	font-size: 18px;
	color: #6c6c6c;
	line-height: 78px;
}

.main .item5 {
	background-image: url(../images/i_news_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 140px;
}

.main .item5 .l,
.main .item5 .r {
	width: 50%;
}

.main .item5 .l p {
	font-size: 18px;
	color: #009381;
	line-height: 98px;
	margin-top: 40px;
	font-weight: 600;
}

.main .item5 .l img {
	display: block;
	width: 100%;
}

.main .item5 .l a.more {
	display: block;
	font-size: 16px;
	color: #009381;
	width: 150px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	padding-right: 15px;
	background-image: url(../images/more_bg2.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 60px;
}

.main .item5 .r {
	box-sizing: border-box;
	padding-left: 80px;
}

.main .item5 .r h4 {
	font-family: 'pingfang';
	font-size: 48px;
	color: #009381;
	line-height: 74px;
	margin-top: 70px;
}

.main .item5 .r p {
	font-size: 18px;
	color: #797979;
	line-height: 44px;
}

.main .item5 .r ul.news_list {
	margin-top: 40px;
}

.main .item5 .r ul.news_list li {
	margin-bottom: 50px;
}

.main .item5 .r ul.news_list li a:after {
	display: table;
	content: "";
	clear: both;
}

.main .item5 .r ul.news_list li a>* {
	float: left;
}

.main .item5 .r ul.news_list li a .time {
	width: 100px;
	height: 100px;
	background-color: #eef1f1;
	transition: 0.7s;
}

.main .item5 .r ul.news_list li a .time h5 {
	font-family: arial;
	font-size: 30px;
	color: #009381;
	text-align: center;
	line-height: 46px;
	margin-top: 10px;
	transition: 0.7s;
}

.main .item5 .r ul.news_list li a .time p {
	font-size: 14px;
	color: #727272;
	text-align: center;
	line-height: 30px;
}

.main .item5 .r ul.news_list li a .txt {
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding-left: 24px;
}

.main .item5 .r ul.news_list li a .txt h5.title {
	font-size: 18px;
	color: #474747;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .item5 .r ul.news_list li a .txt p.summary {
	font-size: 14px;
	color: #737373;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .item5 .r ul.news_list li a .txt span.more {
	font-size: 12px;
	color: #8b8b8b;
	line-height: 12px;
	margin-top: 10px;
}

.main .item5 .r ul.news_list li:hover a .time {
	background-color: #f16d03;
}

.main .item5 .r ul.news_list li:hover a .time>* {
	color: #FFFFFF;
}

.main .item5 .r ul.news_list li:hover a .txt h5.title {
	color: #f16d03;
}

@media screen and (max-width: 1350px) {
	.main .item2 .item2_list .l .txt a.more {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 550px) {
	.banner .swiper-slide {
		overflow: hidden;
	}
	
	.banner .swiper-slide img {
		width: 140%;
	}
	
	.main {
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.main .item1 {
		padding-top: 0px;
	}
	
	.main .item1 .item1_top .l h4 {
		font-size: 22px;
		line-height: 56px;
	}
	
	.main .item1 .item1_top .l p {
		font-size: 14px;
		line-height: 26px;
	}
	
	.main .item1 .item1_top .l,
	.main .item1 .item1_top .r {
		float: none;
		width: 100%;
	}
	
	.main .item1 .item1_top .r a {
		margin-top: 20px;
	}
	
	.main .item1 .item1_bottom .l,
	.main .item1 .item1_bottom .r {
		width: 100%;
	}
	
	.main .item1 .item1_bottom .l .about_article {
		padding-right: 0px;
		text-align: justify;
		overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
	}
	
	.main .item1 .item1_bottom .l ul.num_list {
		padding-right: 0px;
	}
	
	.main .item2 {
		margin-top: 20px;
		padding-bottom: 0px;
	}
	
	.main .item2 .item2_list {
		flex-flow: row wrap;
	}
	
	.main .item2 .item2_list .l,
	.main .item2 .item2_list .c,
	.main .item2 .item2_list .r {
		width: 100%;
	}
	
	.main .item2 .item2_list .l .txt h4 {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .item2 .item2_list .l .txt p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.main .item2 .item2_list .l .txt a.more {
		margin-top: 20px;
	}
	
	.main .item2 .item2_list .product_type {
		margin-bottom: 15px;
	}
	
	.main .item3 .item3_top {
		padding-top: 0px;
	}
	
	.main .item3 .item3_top .l,
	.main .item3 .item3_top .r {
		width: 100%;
		float: none;
	}
	
	.main .item3 .item3_top .l h4 {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .item3 .item3_top .l p {
		font-size: 14px;
		line-height: 26px;
	}
	
	.main .item3 .item3_top .r a {
		margin-top: 20px;
	}
	
	.main .item3 .item3_bottom .l,
	.main .item3 .item3_bottom .r {
		width: 100%;
		float: none;
	}
	
	.main .item3 .item3_bottom .r ul.case_list {
		margin-top: 20px;
	}
	
	.main .item3 .item3_bottom .r {
		display: none;
	}
	
	.main .item4 {
		padding-bottom: 0px;
	}
	
	.main .item4 .item4_top {
		padding-top: 0px;
	}
	
	.main .item4 .item4_top .l,
	.main .item4 .item4_top .r {
		width: 100%;
		float: left;
	}
	
	.main .item4 .item4_top .l .txt {
		width: 100%;
		background-color: transparent;
		height: auto;
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.main .item4 .item4_top .l .txt h4 {
		font-family: 'pingfang';
		font-size: 26px;
		line-height: 56px;
		color: #009381;
		padding-top: 0px;
	}
	
	.main .item4 .item4_top .l .txt p {
		font-size: 14px;
		line-height: 26px;
		color: #6c6c6c;
	}
	
	.main .item4 .item4_bottom {
		height: auto;
	}
	
	.main .item4 .item4_bottom ul.make_list {
		padding-left: 0px;
		position: initial;
		flex-flow: row wrap;
	}
	
	.main .item4 .item4_bottom ul.make_list li {
		/*width: calc((100% - 20px) / 3);*/
		width: 100%;
	}
	
	.main .item5 {
		padding-bottom: 70px;
	}
	
	.main .item5 .l,
	.main .item5 .r {
		width: 100%;
	}
	
	.main .item5 .l p {
		margin-top: 0px;
	}
	
	.main .item5 .l a.more {
		margin-top: 20px;
	}
	
	.main .item5 .r {
		padding-left: 0px;
	}
	
	.main .item5 .r h4 {
		margin-top: 20px;
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .item5 .r p {
		font-size: 14px;
		line-height: 26px;
	}
	
	.main .item5 .r ul.news_list {
		margin-top: 20px;
	}
	
	.main .item5 .r ul.news_list li {
		margin-bottom: 20px;
	}
	
	.main .item5 .r ul.news_list li a .txt {
		padding-left: 10px;
	}
	
}