/*关于我们*/
.idx_about {
	padding:80px 100px 100px 100px;
	width:100%;
}
.idx_about .idx_about_title {
	clear: both;
	font-weight: bold;
}
.idx_about .idx_about_title dl dt {
	font-size: 60px;
	color:#f1f1f1;
	line-height:50px;
	text-align: center;
}
.idx_about .idx_about_title dl dd {
	font-size: 46px;
	color:#5D5D5D;
	text-align: center;
}
.idx_about .idx_about_text {
	clear: both;
	padding:30px 0 60px 0;
	font-size:20px;
	color:#212121;
	line-height:40px;
	text-align: center;
	font-weight: 200;
}
.idx_about .idx_about_count {
	clear: both;
	display: flex;
	margin:0 auto;
	width:70%;
	justify-content: space-between;
}
.idx_about .idx_about_count dl {
	display: block;
	float: left;
}
.idx_about .idx_about_count dl dt {
	width:100%;
	display: flex;
	justify-content: center;
}
.idx_about .idx_about_count dl dt img {
	height:45px;
}
.idx_about .idx_about_count dl dd.num {
	margin-top:10px;
	width:100%;
	height:45px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.idx_about .idx_about_count dl dd.num span {
	font-size:40px;
	font-weight: bold;
	color:#ff6600;
	font-family: Arial, Helvetica, sans-serif;
}
.idx_about .idx_about_count dl dd.num em {
	padding-left:8px;
	font-size:12px;
	color:#212121;
	line-height:60px;
}
.idx_about .idx_about_count dl dd.name {
	padding-top:10px;
	width:100%;
	display: flex;
	justify-content: center;
	font-size:18px;
	font-weight: 200;
}

.idx_about .idx_about_video {
	margin-top:50px;
	position: relative;
	width:auto;
	height:700px;
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
}
.idx_about .idx_about_video .play_btn,
.idx_about .idx_about_video .pause_btn {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:100px;
	height:100px;
	line-height:100px;
	background: rgba(0,0,0,0.7);
	text-align: center;
	border-radius: 70px;
	overflow: hidden;
	z-index: 10;
}
.idx_about .idx_about_video .play_btn i,
.idx_about .idx_about_video .pause_btn i {
	color:#666666;
	font-size:70px;
}
.idx_about .idx_about_video .play_btn {
	display: block;
}
.idx_about .idx_about_video .pause_btn {
	display: none;
	background: rgba(255,255,255,0);
	transition: 0.5s;
}
.idx_about .idx_about_video .pause_btn i {
	opacity: 0;
}
.idx_about .idx_about_video:hover .pause_btn {
	background: rgba(255,255,255,1);
	transition: 0.5s;
}
.idx_about .idx_about_video:hover .pause_btn i {
	opacity: 1;
}
.idx_about .idx_about_video video {
	width:100%;
	height:100%;
	object-fit: cover;
} 

/* .idx_about {
	padding:120px 100px;
	width:100%;
}
.idx_about .idx_about_left {
	float: left;
	padding:0 90px 0 0;
	width:43%;
}
.idx_about .idx_about_left .idx_about_title {
	clear: both;
	font-weight: bold;
}
.idx_about .idx_about_left .idx_about_title dl dt {
	font-size: 60px;
	color:#f1f1f1;
	line-height:50px;
}
.idx_about .idx_about_left .idx_about_title dl dd {
	font-size: 46px;
	color:#5D5D5D
}
.idx_about .idx_about_left .idx_about_text {
	clear: both;
	padding:80px 0 60px 0;
	font-size:20px;
	color:#212121;
	line-height:40px;
	font-weight: 200;
}
@media screen and (max-width: 1440px){
	.idx_about .idx_about_left .idx_about_text {
		padding:40px 0 60px 0;
	}
}
.idx_about .idx_about_left .idx_about_text p {
	text-indent: 40px;
}
.idx_about .idx_about_left .idx_about_count {
	clear: both;
	display: flex;
	width:100%;
	justify-content: space-between;
}
.idx_about .idx_about_left .idx_about_count dl {
	display: block;
	float: left;
}
.idx_about .idx_about_left .idx_about_count dl dt {
	width:100%;
	display: flex;
	justify-content: center;
}
.idx_about .idx_about_left .idx_about_count dl dt img {
	height:45px;
}
.idx_about .idx_about_left .idx_about_count dl dd.num {
	margin-top:10px;
	width:100%;
	display: flex;
	justify-content: center;
	height:40px;
	overflow: hidden;
}
.idx_about .idx_about_left .idx_about_count dl dd.num span {
	font-size:32px;
	font-weight: bold;
	color:#ff6600;
	font-family: Arial, Helvetica, sans-serif;
}
.idx_about .idx_about_left .idx_about_count dl dd.num em {
	padding-left:8px;
	font-size:12px;
	color:#212121;
	line-height:60px;
}
.idx_about .idx_about_left .idx_about_count dl dd.name {
	padding-top:10px;
	width:100%;
	display: flex;
	justify-content: center;
	font-size:16px;
	font-weight: 200;
}

.idx_about .idx_about_right {
	position: relative;
	float: right;
	width:57%;
	height:610px;
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
}
.idx_about .idx_about_right .play_btn,
.idx_about .idx_about_right .pause_btn {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:100px;
	height:100px;
	line-height:100px;
	background: rgba(0,0,0,0.7);
	text-align: center;
	border-radius: 70px;
	overflow: hidden;
	z-index: 10;
}
.idx_about .idx_about_right .play_btn i,
.idx_about .idx_about_right .pause_btn i {
	color:#666666;
	font-size:70px;
}
.idx_about .idx_about_right .play_btn {
	display: block;
}
.idx_about .idx_about_right .pause_btn {
	display: none;
	background: rgba(255,255,255,0);
	transition: 0.5s;
}
.idx_about .idx_about_right .pause_btn i {
	opacity: 0;
}
.idx_about .idx_about_right:hover .pause_btn {
	background: rgba(255,255,255,1);
	transition: 0.5s;
}
.idx_about .idx_about_right:hover .pause_btn i {
	opacity: 1;
}
.idx_about .idx_about_right video {
	width:100%;
	height:100%;
	object-fit: cover;
} */
/*/关于我们*/

/*数字滚动样式*/
  .number-animate {
   position: relative;
	top:8px;
	margin-right:0;
	height: 38px;
	overflow: hidden;
	display: inline-block;
	position: relative;
  }
  .number-animate .number-animate-dom {
	width: 22px;
	text-align: center;
	float: left;
	overflow: hidden;
  }
  .number-animate-span {
	font-family: 'Times New Roman', Times, serif!important;
  }
 /*数字滚动样式*/



/*规模化交付*/
.idx_scaling {
	padding:70px 0;
	width:100%;
	background: #F6F6F6;
}
.idx_scaling .idx_scaling_title {
	padding-bottom:80px;
	width:auto;
	text-align: center;
	font-weight: bold;
}
.idx_scaling .idx_scaling_title dl {
	width:auto;
}
.idx_scaling .idx_scaling_title dl dt {
	color:#ffffff;
	font-size:60px;	
}
.idx_scaling .idx_scaling_title dl dd {
	color:#5D5D5D;
	font-size:46px;	
}
.idx_scaling .idx_scaling_modu {
	position: relative;
	clear: both;
	display: flex;
	padding:0 5%;
	justify-content: space-between;
}
.idx_scaling .idx_scaling_modu dl {
	position: relative;
	padding:5% 0 5% 0;
	width:22%;
	height:550px;
	background:#E9E9E9;
	border-radius: 10px;
	transition: 0.5s;
}
.idx_scaling .idx_scaling_modu dl:hover {
	transform: translateY(-20px);
	transition: 0.5s;
}
.idx_scaling .idx_scaling_modu dl dt {
	display: flex;
	margin:0 auto 12% auto;
	width:150px;
	height:150px;
	background: #ffffff;
	border-radius: 150px;
	justify-content: center;
	align-items: center;
}
.idx_scaling .idx_scaling_modu dl:hover dt {
	transform: rotateY(360deg);
	transition: transform 1.5s ease;
}
.idx_scaling .idx_scaling_modu dl dt img {
	height:60px;
}
.idx_scaling .idx_scaling_modu dl dd.name {
	margin-bottom:45px;
	position: relative;
	font-size:30px;
	font-weight: bold;
	text-align: center;
	height:60px;
}
.idx_scaling .idx_scaling_modu dl dd.name::after {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	content: '';
	margin:auto;
	width:60px;
	height:4px;
	background: #ff6600;
	border-radius: 4px;
	z-index: 1;
}
.idx_scaling .idx_scaling_modu dl dd.text {
	padding:0 30px;
	font-size:18px;
	line-height:30px;
	font-weight: 200;
	text-align: justify;
}
@media screen and (max-width:1660px){
	.idx_scaling .idx_scaling_modu dl dd.name {
		font-size:26px;
	}
}
@media screen and (max-width:1440px){
	.idx_scaling .idx_scaling_modu dl dd.text {
		font-size:16px;
		line-height:25px;
	}
}
/*/规模化交付*/



/*先进设备*/
.idx_equipment {
	position: relative;
	padding:70px 0 70px 0;
	width:100%;
	height:700px;
	background: #f6f6f6;
	overflow: hidden;
}
@media screen and (max-width:1660px){
	.idx_equipment {
		height:630px;
	}
}
@media screen and (max-width:1560px){
	.idx_equipment {
		height:600px;
	}
}
@media screen and (max-width:1440px){
	.idx_equipment {
		height:550px;
	}
}

.idx_equipment::before {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:70%;
	content: '';
	background: #424242;
	z-index: 1;
}
.idx_equipment .idx_equipment_title {
	margin-bottom:3%;
	position: relative;
	width:100%;
	text-align: center;
	font-weight: bold;
	z-index: 2;
}
.idx_equipment .idx_equipment_title dl {
	width:auto;
}
.idx_equipment .idx_equipment_title dl dt {
	font-size:60px;
	color:rgba(255,255,255,0.1);
	line-height:70px;
}
.idx_equipment .idx_equipment_title dl dd {
	position: relative;
	font-size:46px;
	height:85px;
	color:#ffffff;
}
.idx_equipment .idx_equipment_title dl dd::after {
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:0;
	content: '';
	width:80px;
	height:4px;
	background: #ff6600;
	border-radius: 5px;
	z-index: 1;
}

.idx_equipment .idx_equipment_pic {
	position: relative;
	margin:0 auto;
	width:90%;
	/* height:362px; */
	z-index: 2;
}
.idx_equipment .idx_equipment_pic .equipment-container {	
	position: relative;
	width:100%;
	height:inherit;
	overflow: hidden;
	/* height:362px; */
}
.idx_equipment .idx_equipment_pic .equipment-container .swiper-wrapper {
	width:100%;
	height:inherit;
	
}
.idx_equipment .idx_equipment_pic .equipment-container .swiper-wrapper .swiper-slide {
	position: relative;
	width:100%;
	height: inherit;
}
.idx_equipment .idx_equipment_pic .equipment-container .swiper-wrapper .swiper-slide span {
	display: block;
	width:100%;
	height: inherit;
}
.idx_equipment .idx_equipment_pic .equipment-container .swiper-wrapper .swiper-slide span img {
	width:100%;
}

.idx_equipment .idx_equipment_pic .equipment-container .swiper-wrapper .swiper-slide em {
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	line-height:50px;
	background: rgba(0,0,0,0.6);
	text-align: center;
	color:#ffffff;
	overflow: hidden;
	z-index: 10;
}


/*可持续发展*/
.idx_development {
	padding-bottom:100px;
	width:auto;
	background: #f6f6f6;
}
.idx_development .idx_development_title {
	width:auto;
}
.idx_development .idx_development_title dl {
	width:auto;
}
.idx_development .idx_development_title dl dt {
	width:auto;
	text-align: center;
	font-size: 60px;
	line-height:60px;
	font-weight: bold;
	color:#EAE9E9;
}
.idx_development .idx_development_title dl dd {
	position: relative;
	width:auto;
	height:75px;
	text-align: center;
	font-size:46px;
	color:#5D5D5D;
	font-weight: bold;
}
.idx_development .idx_development_title dl dd::after {
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:0;
	content: '';
	width:80px;
	height:4px;
	background: #ff6600;
	border-radius: 5px;
	z-index: 1;
}
.idx_development .idx_development_modu {
	margin:30px 5% 0 5%;
	width:auto;
	display: flex;
	justify-content: space-between;
}
.idx_development .idx_development_modu dl {
	float: left;
	display: block;
	padding:5% 0 5% 0;
	width:30%;
	background: #ffffff;
	border-radius: 10px;
	border:1px #e5e5e5 solid;
	transition: 0.5s;
}
.idx_development .idx_development_modu dl:hover {
	transform: translateY(-20px);
	transition: 0.5s;
}
.idx_development .idx_development_modu dl dt {
	display: flex;
	position: relative;
	width:30%;
	height:0;
	padding-bottom:30%;
	margin:0 auto;
	border:1px #e5e5e5 solid;
	border-radius: 100%;
	justify-content: center;
}
.idx_development .idx_development_modu dl:hover dt {
	transform: rotateY(360deg);
	transition: transform 1.5s ease;
}
.idx_development .idx_development_modu dl dt img {
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	width:40%;
}

.idx_development .idx_development_modu dl dd:nth-child(2) {
	margin-top:20px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color:#222222
}
.idx_development .idx_development_modu dl dd:nth-child(3) {
	margin-top:40px;
	padding:0 50px;
	text-align: justify;
	font-size: 18px;
	line-height:32px;
	color:#666666;
	font-weight: 200;
}
@media screen and (max-width:1660px){
	.idx_development .idx_development_modu dl dd:nth-child(2) {
		font-size: 32px;
	}
	.idx_development .idx_development_modu dl dd:nth-child(3) {
		font-size: 16px;
		line-height:30px;
	}
}
@media screen and (max-width:1440px){
	.idx_development .idx_development_modu dl dd:nth-child(2) {
		font-size: 30px;
	}
}

.idx_development .idx_development_icon {
	position: relative;
	padding:0 2.5% 0 3%;
	margin:5% 5% 0 5%;
	width:auto;
	height:150px;
}
.idx_development .idx_development_icon .zs-container {
	overflow: hidden;
	width:100%;
}

/* .idx_development .idx_development_icon ul {
	display: flex;
	width:100%;
	justify-content:space-between;
}
.idx_development .idx_development_icon ul li img {
	width:90%;
} */



/*内页-关于我们*/
.about-text {
	padding:50px 70px;
	width:auto;
}
.about-text p {
	margin-bottom:15px;
	font-size:20px;
	line-height:40px;
	text-indent: 40px;
	font-weight: 200;
}
@media screen and (max-width:1660px){
	.about-text p {
		font-size:18px;
		line-height:38px;
		text-indent: 36px;
	}
}
@media screen and (max-width:1560px){
	.about-text p {
		font-size:18px;
		line-height:38px;
		text-indent: 36px;
	}
}
@media screen and (max-width:1440px){
	.about-text p {
		font-size:16px;
		line-height:32px;
		text-indent: 32px;
	}
}

.about-img {
	padding:0 70px 50px 70px;
	width:100%;
}
.about-img img {
	width:100%;
}
.about-count {
	display: flex;
	padding:0 70px;
	width:auto;
	justify-content: space-between;
}
.about-count .about-count-list {
	float: left;
	width:22%;
	height:7.3vw;
	background: #F4F3F3;
	border-radius: 6px;
}
.about-count .about-count-list dl {
	padding:6.5% 0 0 15%;
	clear: both;
	width: auto;
}
.about-count .about-count-list dl dt {	
	float: left;
	margin-top:5px;
	justify-content: center;
	width:21%;
	align-items: center;
}
.about-count .about-count-list dl dt img {
	width:100%
}
.about-count .about-count-list dl dd {	
	padding:3% 15% 0 0;
	float: right;	
	font-size:20px;	
	font-weight: bold;
	text-align: right;
	color:#5D5D5D;
}
.about-count .about-count-list ul {
	padding:5px 0 0 15%;
	clear: both;
}
.about-count .about-count-list ul li {
	color:#FF6600;
	font-size: 24px;
	font-weight: bold;
}
.about-count .about-count-list ul li span {
	padding-left:5px;
	font-size:14px;
	color:#212121;
	font-weight: 200;
}
@media screen and (max-width:1660px){
	.about-count .about-count-list dl dd {
		padding:3% 15% 0 0;
		font-size:16px;	
		text-align: right;
	}
	.about-count .about-count-list ul li {
		font-size: 22px;
	}
}
@media screen and (max-width:1560px){
	about-count .about-count-list dl dd {
		padding:3% 15% 0 0;
		font-size:16px;	
		text-align: right;
	}
	.about-count .about-count-list ul li {
		font-size: 20px;
	}
}
@media screen and (max-width:1440px){
	about-count .about-count-list dl dd {
		padding:3% 7% 0 0;
		font-size:16px;	
		text-align: right;
	}
	.about-count .about-count-list ul li {
		font-size: 18px;
	}
}

/*内页-发展历程*/
.about-fzlc {
	position: relative;
	margin:50px 70px 0 70px;
	width:auto;
}
.about-fzlc .fzlc-container {
	position: relative;
	width:100%;
	overflow: hidden;	
}
.about-fzlc .fzlc-container .swiper-wrapper {
	width:100%;	
}
.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide {
	position: relative;
	padding-top:30px;
}

.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide::after {
	position: absolute;
	display: block;
	width:20px;
	height:20px;
	border-radius: 20px;
	border:1px #ff6600 dashed;
	background: #ffffff;
	content: '';
	top:0px;
	left:0;
	z-index: 2;
}
.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide::before {
	position: absolute;
	display: block;
	width:100%;
	height:1px;
	border-bottom:1px #e5e5e5 dashed;
	content: '';
	top:10px;
	left:0;
	z-index: 1;
}

.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide ul {
	clear: both;
	width:auto;
}
.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide ul li {
	font-size:22px;
	font-family: 'Times New Roman', Times, serif;
}
.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide ul li span {
	padding:0 0 0 10px;
	color:#ff6600;
}
.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide dl {
	clear: both;
	margin-top:20px;
	width:100%;
}
.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide dl dt {
	display: none;
	/* display: flex; */
	float: left;
	width:120px;
	height:120px;
	background: #F5F5F5;
	justify-content: center;
	align-items: center;
}
.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide dl dt img {
	max-width:95%;
	max-height:95%;
}
.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide dl dd {
	float: left;
	/* padding:0 40px 0 15px; */
	padding:0 40px 0 0;
	width:calc(100% - 0px);
	font-size:16px;
	line-height:28px;
	color:#2c2c2c;
	font-weight: 200;	
}
@media screen and (max-width:1660px){
	.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide ul li {
		font-size:22px;
	}
	.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide dl dt {
		width:100px;
		height:100px;
	}
	.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide dl dd {
		padding:0 20px 0 15px;
		font-size:14px;
		line-height:20px;
		width:calc(100% - 100px);
	}
}
@media screen and (max-width:1366px){
	.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide dl dt {
		width:80px;
		height:80px;
	}
	.about-fzlc .fzlc-container .swiper-wrapper .swiper-slide dl dd {
		width:calc(100% - 80px);
	}
}


/*内页-生产基地*/
.about-scjd {
	clear: both;
	padding:0 70px;
	width:auto;
}
.about-scjd .about-scjd-title {
	display: flex;
	padding:40px 0 50px 0;
	width:auto;
	justify-content: center;
}
.about-scjd .about-scjd-title span {
	position: relative;
	font-size:30px;
	color:#5d5d5d;
	font-family: 'Times New Roman', Times, serif;
}
.about-scjd .about-scjd-title span::after {
	position: absolute;
	content: '';
	width:150px;
	height:15px;	
	background-image: linear-gradient(to right, rgba(184,184,184,0),  rgba(184,184,184,1));
	left:-170px;
	top:17px;
	z-index:1;
}
.about-scjd .about-scjd-title span::before {
	position: absolute;
	content: '';
	width:150px;
	height:15px;
	background-image: linear-gradient(to left, rgba(184,184,184,0),  rgba(184,184,184,1));
	right:-170px;
	top:17px;
	z-index:1;
}
.about-scjd .about-scjd-pic {
	width:auto;
}
.about-scjd .about-scjd-pic dl {
	width:auto;
}
.about-scjd .about-scjd-pic dl dt {
	float: left;
	width:39%;
}
.about-scjd .about-scjd-pic dl dt img {
	width: 100%;
}
.about-scjd .about-scjd-pic dl dd {
	float: left;
	width:calc(100% - 39%)
}
.about-scjd .about-scjd-pic dl dd ul {
	width:100%;
}
.about-scjd .about-scjd-pic dl dd ul li {
	float: left;
	padding:0 0 1.2vw 1vw;
	width:33%;
}
.about-scjd .about-scjd-pic dl dd ul li img {
	width:100%;
}


.about-scjd .about-scjd-pic.type2 dl dt {
	width:60%;
}
.about-scjd .about-scjd-pic.type2 dl dd {
	float: left;
	width:calc(100% - 60%)
}
.about-scjd .about-scjd-pic.type2 dl dd ul li {
	float: left;
	padding:0 0 1.2vw 1vw;
	width:50%;
}


/*内页-认证证书*/
.about_rzzs {
	position: relative;
	margin:50px 70px 0 70px;
	width:auto;
}
.about_rzzs .rzzs-container {
	width:100%;
	overflow: hidden;
}
.about_rzzs .rzzs-container .swiper-slide {
	cursor: pointer;
	background: #ffffff;
	border:1px #eeeeee solid;
	border-radius: 6px;
}
.about_rzzs .rzzs-container .swiper-slide dl {
	width:100%;
}
.about_rzzs .rzzs-container .swiper-slide dl dt {
	display: flex;
	padding:5px 0 5px 0;	
	width:100%;
	/* height:250px; */
	justify-content: center;
	align-items: center;
}
.about_rzzs .rzzs-container .swiper-slide dl dt img {
	max-width:95%;
	max-height:95%;
}
.about_rzzs .rzzs-container .swiper-slide dl dd {
	padding:0 10px;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight: 200;
	background: #fafafa;
	text-align: center;
	overflow: hidden;
}



/*匠心工艺*/
.tech_modu1 {
	clear: both;
	padding:0 70px;
	width:auto;
}
.tech_modu1 .tech_left {
	float: left;
	width:40%;
}
.tech_modu1 .tech_left h1 {
	clear: both;
	padding-top:80px;
	padding-bottom:40px;
	width:85%;
	font-size:30px!important;
	font-family: 'Times New Roman', Times, serif;
	line-height:35px;
}
.tech_modu1 .tech_left dl {
	margin-bottom:15px;
	display: flex;
	clear: both;
	min-height:55px;
}
.tech_modu1 .tech_left dl dt {
	float: left;
	padding-top:3px;
}
.tech_modu1 .tech_left dl dd {
	padding:0 0 0 10px;
	float: left;
	font-size:20px;
	font-weight: 200;
}
@media screen and (max-width:1660px){
	.tech_modu1 .tech_left h1 {
		font-size:30px!important;
		line-height:35px;
	}
}
@media screen and (max-width:1560px){
	.tech_modu1 .tech_left h1 {
		padding-bottom:50px;
		font-size:30px!important;
		line-height:35px;
	}
}
@media screen and (max-width:1440px){
	.tech_modu1 .tech_left h1 {
		padding-bottom:30px;
		font-size:30px!important;
		line-height:35px;
	}
}
@media screen and (max-width:1366px){
	.tech_modu1 .tech_left h1 {
		padding-top:70px;
		padding-bottom:30px;
		font-size:30px!important;
		line-height:35px;
	}
}
.tech_modu1 .tech_right {
	padding-top:60px;
	width:55%;
	float: right;
}
.tech_modu1 .tech_right img {
	width:100%;
}

.tech_modu2 {
	padding:80px 70px 0 70px;
	clear: both;
}
.tech_modu2 dl {
	clear: both;
	padding-bottom:60px;
}
.tech_modu2 dl dt {
	display: flex;
	float: left;
	width:70px;
	height:70px;
	background: #ff6600;
	color:#ffffff;	
	justify-content: center;
	align-items: center;
	font-size: 45px;
	font-weight: bold;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.tech_modu2 dl dd {
	float: left;
	width:calc(100% - 70px);
	padding:0 0 0 30px;
}

.tech_modu2 dl dd h3 {
	margin-bottom:15px;
	font-size:30px;
	line-height:30px;
	font-family: 'Times New Roman', Times, serif;
}
.tech_modu2 dl dd p {
	font-size:20px;
	font-weight: 200;
	color:#636363;
}
@media screen and (max-width:1660px){
	.tech_modu2 dl dd h3 {
		margin-bottom:10px;
		font-size:28px;
		line-height:30px;
	}
	.tech_modu2 dl dd p {
		font-size:18px;
	}
}
@media screen and (max-width:1560px){
	.tech_modu2 dl dd h3 {
		margin-bottom:10px;
		font-size:26px;
		line-height:30px;
	}
	.tech_modu2 dl dd p {
		font-size:17px;
	}
}
@media screen and (max-width:1440px){
	.tech_modu2 dl dd h3 {
		margin-bottom:10px;
		font-size:24px;
		line-height:30px;
	}
	.tech_modu2 dl dd p {
		font-size:16px;
	}
}
@media screen and (max-width:1366px){}



/*合作品牌*/
.coop_item {
	margin-top:50px;
	padding:0 70px;
	width:auto;
}

.coop_item ul {
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:100%;
	justify-content: flex-start;
}

.coop_item ul li {
	position: relative;
	float: left;
	display: flex;
	margin:0 3% 40px 0;
	padding-bottom:18%;
	width:31%;
	height:0;
	justify-content: center;
	align-items: center;
	background: linear-gradient(135deg, #FFFFFF, #D3D2D2, #FFFFFF, #D7D7D7, #BDBDBD, #E9E9E9, #FFFFFF, #D3D2D2);
}
.coop_item ul li img {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-width:50%;
	height:auto;
	display: block;
	z-index: 1;
}
.coop_item ul li:hover {
	background: linear-gradient(135deg, #FFFFFF, #FF9E00, #FFFFFF, #FF9E00, #FFFFFF, #FF9E00,  #FFFFFF, #FFBD00);	
}
.coop_item ul li:nth-child(3n) {
	margin-right:0;
}



/*产品中心*/
.pro_left {
	float: left;
	margin-top:80px;
	width:260px;
	min-height:300px;	
}
.pro_left a {
	display: flex;
	clear: both;
	margin:0 auto 25px auto;
	/* padding:10px 20px; */
	width:200px;
	height:40px;
	line-height:25px;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	font-size:14px;
	color:#4c4c4c;
	font-weight: 200;
}
.pro_left .act {
	background: #ff6600;
	color:#ffffff;
}
.pro_left a:hover {
	background: #e5e5e5;
}
.pro_right {
	float: right;
	width:calc(100% - 260px);
	min-height:300px;
	border-left:1px #eeeeee solid;
}

.proview_content {
	clear: both;
	margin:30px 70px 0 70px;
	width:auto;
}
.proview_content ul li.pro_text {
	float: left;
	padding-right:80px;
	width:60%;
	text-align: justify;
	min-height:300px;
}
.proview_content .pro_text dl {
	clear: both;
	padding-bottom:20px;
	width:100%;
}
.proview_content .pro_text dl dt {
	padding-bottom:10px;
	font-size:25px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}
.proview_content .pro_text dl dd {
	font-size:16px;
	line-height:28px;
	font-weight: 200;
	text-indent: 32px;
}
.proview_content .pro_text dl dd b {
	font-weight: 450;
}
.proview_content .pro_text .sm {
	clear: both;
	width:100%;
	font-size:18px;
}
.proview_content .pro_text .sm ul {
	clear: both;
	padding-bottom:10px;
	font-weight: 200;
}
.proview_content .pro_text .sm li.key {
	float: left;
	width:auto;
	font-weight: 500;
}
.proview_content .pro_text .sm li.val {
	float: left;
}

.proview_content ul li.pro_img {
	float: left;
	width:40%;
	min-height:300px;
}
.proview_content .pro_img img {
	width:100%;
}


/*先进设备*/
.eq_modu {
	padding:70px 70px 60px 70px; 
	width:auto;
	background: #ffffff;
	border-bottom:50px #f6f6f6 solid;
}
.eq_modu:last-child {
	border:0;
}
.eq_modu .eq_modu_title {
	position: relative;
	/* margin-bottom:70px; */
	padding:0 0 0 20px;
	font-size: 34px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}
.eq_modu .eq_modu_title:before {
	position: absolute;
	top:6px;
	left:5px;
	content: '';
	width:4px;
	height:24px;
	background: #ff6600;
	z-index: 1;
}
.eq_modu .eq_modu_subtitle {
	padding:0 0 0 24px;
	font-size:24px;
	color:#555555
}


.eq_modu1 .eq_modu_title {
	margin-bottom:10px;
}
.eq_modu .eq_modu_subtitle {
	margin-bottom:20px;
}

.eq_modu1  .eq_modu1_top {
	clear: both;
	width:auto;
}
.eq_modu1  .eq_modu1_top dl {
	width:auto;
}
.eq_modu1  .eq_modu1_top dl dt {
	float: left;
	width:50%;
}
.eq_modu1  .eq_modu1_top dl dt p {
	padding-right:50px;
	margin-bottom:20px;
	text-indent: 40px;
	font-size:20px;
	line-height:36px;
	color:#4c4c4c;
	font-weight: 200;
}
.eq_modu1  .eq_modu1_top dl dd {
	float: right;
	width:50%;
}
.eq_modu1  .eq_modu1_top dl dd video {
	width:100%;
	height:100%;
	object-fit: cover;
}
.eq_modu1  .eq_modu1_top dl dd img {
	width:100%;
}
.eq_modu1  .eq_modu1_bottom {
	position: relative;
	clear: both;
	margin:40px 0 0 0;
	width:auto;
	height:250px;
}
.eq-modu1-container,
.eq-modu2-container,
.eq-modu3-container,
.eq-modu4-container {	
	width:100%;
	height:250px;
	overflow: hidden;
}
.eq-modu1-container .swiper-wrapper,
.eq-modu2-container .swiper-wrapper,
.eq-modu3-container .swiper-wrapper,
.eq-modu4-container .swiper-wrapper {
	width:100%;
	height:250px;
	white-space: inherit;
}
.eq-modu1-container .swiper-wrapper .swiper-slide,
.eq-modu2-container .swiper-wrapper .swiper-slide,
.eq-modu3-container .swiper-wrapper .swiper-slide,
.eq-modu4-container .swiper-wrapper .swiper-slide {
	position: relative;
	width:100%;
	height:250px;
	background: #ffffff;
}
.eq-modu1-container .swiper-wrapper img,
.eq-modu2-container .swiper-wrapper img,
.eq-modu3-container .swiper-wrapper img,
.eq-modu4-container .swiper-wrapper img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.eq-modu1-container .swiper-wrapper .swiper-slide .sbname,
.eq-modu2-container .swiper-wrapper .swiper-slide .sbname,
.eq-modu3-container .swiper-wrapper .swiper-slide .sbname,
.eq-modu4-container .swiper-wrapper .swiper-slide .sbname {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	line-height:40px;
	color:#ffffff;
	font-size:14px;
	font-weight: 200;
	z-index: 1;
}

@media screen and (max-width:1366px){
	.eq-modu1-container .swiper-wrapper .swiper-slide .sbname,
	.eq-modu2-container .swiper-wrapper .swiper-slide .sbname,
	.eq-modu3-container .swiper-wrapper .swiper-slide .sbname,
	.eq-modu4-container .swiper-wrapper .swiper-slide .sbname {
		font-size:12px;
	}
}
/* .eq_modu1  .eq_modu1_bottom ul {
	display: flex;
	width:auto;
	justify-content: space-between;
}
.eq_modu1  .eq_modu1_bottom ul li {
	float: left;
	width:23%;
}
.eq_modu1  .eq_modu1_bottom ul li img {
	width:100%;
} */


.eq_modu2 .eq_modu_title {
	margin-bottom:10px;
}
.eq_modu2 .eq_modu_subtitle {
	margin-bottom:20px;
}
.eq_modu2 .eq_modu2_left {
	float: left;
	padding-right:80px;
	width:50%;
}
.eq_modu2 .eq_modu2_left dl {
	width:auto;
}
.eq_modu2 .eq_modu2_left dl dt {
	margin-bottom:30px;
	width:auto;
}
.eq_modu2 .eq_modu2_left dl dt img {
	width:100%;
}
.eq_modu2 .eq_modu2_left dl dd {
	display: flex;
	width:auto;
	justify-content: space-between;
}
.eq_modu2 .eq_modu2_left dl dd img {
	width:48%;
}
.eq_modu2 .eq_modu2_right {
	float: left;
	width:50%;
}
.eq_modu2 .eq_modu2_right p {
	font-size:20px;
	line-height:45px;
	color:#4c4c4c;
	font-weight: 200;
}
.eq_modu2 .eq_modu2_right ul {
	margin-top:100px;
}
.eq_modu2 .eq_modu2_right ul li {
	display: flex;
	width:100%;
	justify-content: center;
}
.eq_modu2 .eq_modu2_right ul li img {
	max-width:100%
}


.eq_modu3 .eq_modu_title {
	margin-bottom:10px;
}
.eq_modu .eq_modu_subtitle {
	margin-bottom:20px;
}
.eq_modu3 .eq_modu3_text {
	margin-bottom:50px;
	padding-left:30px;
	width:100%;
}
.eq_modu3 .eq_modu3_text p {
	font-size:20px;
	line-height:45px;
	font-weight: 200;
	color:#4c4c4c
}
.eq_modu3 .eq_modu3_img {
	padding:0 30px 0 30px;
	height:32vw;
}
.eq_modu3 .eq_modu3_img dl {
	width:100%;
	height:100%;
}
.eq_modu3 .eq_modu3_img dl dt {
	float: left;
	width:calc(50% - 35px);
	height:100%;
	/* 关键：让内部图片能基于这个容器定位 */
	position: relative;
	overflow: hidden;
}
.eq_modu3 .eq_modu3_img dl dt img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.eq_modu3 .eq_modu3_img dl dd {
	float: right;	
	width:calc(50% - 35px);
	height:100%;	
}
.eq_modu3 .eq_modu3_img dl dd ul {
	height:100%;
}
.eq_modu3 .eq_modu3_img dl dd ul li {
	margin-bottom:2vw;
	height:15vw;
	/* 关键：让内部图片能基于这个容器定位 */
	position: relative;
	overflow: hidden;
}
.eq_modu3 .eq_modu3_img dl dd ul li img {
	width:100%;
	height:100%;
	object-fit: cover;
}


.eq_modu4 .eq_modu_title {
	margin-bottom:10px;
}
.eq_modu4 .eq_modu_subtitle {
	margin-bottom:20px;
}
.eq_modu4 .eq_modu4_left {
	float: left;
	padding:0 30px 0 30px;
	width:45%;
}
.eq_modu4 .eq_modu4_left .eq_modu4_text {	
	margin-bottom:42%;
	font-size:20px;
	line-height:45px;
	color:#4c4c4c;
	font-weight: 200;
}
.eq_modu4 .eq_modu4_left .eq_modu4_img {	
	width:100%;	
}
.eq_modu4 .eq_modu4_left .eq_modu4_img img {
	width:100%;
}

.eq_modu4 .eq_modu4_right {
	padding:0 30px 0 70px;
	float: left;
	width:55%;
}
.eq_modu4 .eq_modu4_right dl {
	width:100%;
}
.eq_modu4 .eq_modu4_right dl dt {
	margin-bottom:30px;
	width:100%;
}
.eq_modu4 .eq_modu4_right dl dt img {
	width:100%;
}
.eq_modu4 .eq_modu4_right dl dd {
	width:100%;
}
.eq_modu4 .eq_modu4_right dl dd ul {
	display: flex;
	width:100%;
	justify-content: space-between;
}
.eq_modu4 .eq_modu4_right dl dd ul li {
	float: left;
	width:47%;
}
.eq_modu4 .eq_modu4_right dl dd ul li img {
	width:100%;
}



@media screen and (max-width:1660px){
	/*智能数字化*/
	.eq_modu1  .eq_modu1_top dl dt p {
		margin-bottom:20px;
		font-size:18px;
		line-height:35px;		
	}
	
	/*自动化产线*/
	.eq_modu2 .eq_modu2_right p {
		font-size:18px;
		line-height:35px;
	}
	.eq_modu2 .eq_modu2_right ul {
		margin-top:50px;
	}
	
	/*专用设备*/
	.eq_modu3 .eq_modu3_text {
		margin-bottom:50px;
	}
	.eq_modu3 .eq_modu3_text p {
		font-size:18px;
		line-height:45px;
	}
	
	/*专用工具*/
	.eq_modu4 .eq_modu4_left .eq_modu4_text {
	   margin-bottom:23%;
	}
	.eq_modu4 .eq_modu4_text p {
		font-size:18px;
		line-height:35px;
		
	}
}

@media screen and (max-width:1560px){
	/*智能数字化*/
	.eq_modu1 .eq_modu_title {
		margin-bottom:40px;
	}
	.eq_modu1  .eq_modu1_top dl dt p {
		margin-bottom:20px;
		font-size:16px;
		line-height:35px;		
	}
	
	
	/*自动化产线*/
	.eq_modu2_right .eq_modu_title {
		margin-bottom:20px;
	}
	.eq_modu2 .eq_modu2_right p {
		font-size:16px;
		line-height:35px;
	}
	.eq_modu2 .eq_modu2_right ul {
		margin-top:30px;
	}
	
	
	/*专用设备*/
	.eq_modu3 .eq_modu3_text {
		margin-bottom:50px;
	}
	.eq_modu3 .eq_modu3_text p {
		font-size:16px;
		line-height:35px;
	}
	
	/*专用工具*/
	.eq_modu4 .eq_modu4_left .eq_modu4_text {
	   margin-bottom:25%;
	}
	.eq_modu4 .eq_modu4_text p {
		font-size:16px;
		line-height:35px;
		
	}
}


@media screen and (max-width:1440px){
	/*智能数字化*/
	.eq_modu1 .eq_modu_title {
		margin-bottom:40px;
	}
	.eq_modu1  .eq_modu1_top dl dt p {
		margin-bottom:20px;
		font-size:16px;
		line-height:35px;		
	}
	
	/*自动化产线*/
	.eq_modu2 .eq_modu_title {
		margin-bottom:15px;
	}
	.eq_modu2 .eq_modu2_right p {
		font-size:16px;
		line-height:32px;
	}
	.eq_modu2 .eq_modu2_right ul {
		margin-top:20px;
	}
	
	/*专用设备*/
	.eq_modu3 .eq_modu3_text {
		margin-bottom:50px;
	}
	.eq_modu3 .eq_modu3_text p {
		font-size:16px;
		line-height:35px;
	}
	
	/*专用工具*/
	.eq_modu4 .eq_modu4_left .eq_modu4_text {
	   margin-bottom:6%;
	}
	.eq_modu4 .eq_modu4_text p {
		font-size:16px;
		line-height:30px;
		
	}
}

@media screen and (max-width:1366px){
	/*智能数字化*/
	.eq_modu1 .eq_modu_title {
		margin-bottom:40px;
	}
	.eq_modu1  .eq_modu1_top dl dt p {
		margin-bottom:20px;
		font-size:14px;
		line-height:28px;		
	}	
	
	/*自动化产线*/
	.eq_modu2 .eq_modu_title {
		margin-bottom:15px;
	}
	.eq_modu2 .eq_modu2_right p {
		font-size:14px;
		line-height:28px;
	}
	.eq_modu2 .eq_modu2_right ul {
		margin-top:20px;
	}
	
	/*专用工具*/
	.eq_modu4 .eq_modu4_left .eq_modu4_text {
	   margin-bottom:9%;
	}
	.eq_modu4 .eq_modu4_text p {
		font-size:14px;
		line-height:30px;
		
	}
}



/*新闻展会*/
.news_main {
	padding:40px 70px 0 70px;
	width:100%;
}
.news_main .news_list {
	margin-bottom:30px;
	width:100%;
	height:200px;
	background: #fafafa;
	border:1px #ECEBEB solid;
	border-radius: 6px;
	overflow: hidden;
}
.news_main .news_list dl {
	width: auto;
	height: inherit;
}
.news_main .news_list dt.news_time {
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	float: left;
	width:122px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.news_main .news_list dt.news_time span {
	font-size:60px;
	font-weight: bold;
	color:#616161
}
.news_main .news_list dt.news_time em {
	font-size:20px;
	font-weight: bold;
	color:#616161
}
.news_main .news_list dd.news_data {
	margin-left:122px;
	padding:18px 18px 0 60px;
	width:calc(100% - 122px);
	height: 200px;
}
.news_main .news_list dd.news_data table {
	width:100%;
}

.news_main .news_list dd.news_data table h2 a {
	display: block;
	padding:10px 20px 0 0;
	max-height:80px;
	font-size:26px;	
	color:#616161;
	overflow: hidden;
}
.news_main .news_list dd.news_data table tr {
	vertical-align: top;
}
.news_main .news_list dd.news_data table p {
	padding-right:40px;
	margin-top:20px;
	display: block;
	height:56px;
	font-size:14px;
	line-height:28px;
	color:#8D8D8D;
	overflow: hidden;
}

.news_main .news_list dd.news_data table td.news_img {
	width:246px;
	height:160px;
	/* 关键：让内部图片能基于这个容器定位 */
	position: relative;
	overflow: hidden;
	background: #212121;
}
.news_main .news_list dd.news_data table td.news_img img {
	width:100%;
	height:100%;
	object-fit: cover;
}
@media screen and (max-width:1660px){
	.news_main .news_list dd.news_data table h2 a {
		padding:10px 20px 0 0;
		max-height:75px;
		font-size:24px;	
	}
}

.news_main .news_list:hover {
	background: #ffffff;
}
.news_main .news_list:hover .news_time {
	position: relative;
	background: #ff6600;	
}
.news_main .news_list:hover .news_time:before {
	position: absolute;
	content: '';
	top:0;
	bottom:0;
	right:-10px;
	width: 0;
	height: 0;
	margin:auto;
	border: 10px solid transparent;
	border-left-color: #ff6600;  /* 三角形颜色 */
	border-right-width: 0;     /* 可选，控制三角形大小 */
}
.news_main .news_list:hover .news_time span,
.news_main .news_list:hover .news_time  em {
	color:#ffffff;
}

.news_main .news_list:hover .news_data a {
	color:#ff6600
}

.news_view_subtitle {
	padding:0 0 0 15px;
	margin:0 auto;
	width:72%;
	height:40px;
	line-height: 40px;
	font-size:14px;
	color:#aaaaaa;
	font-weight: 200;
}
.news_view {
	padding:80px 0 0 0;
	width:auto;
}
.news_view .news_view_title {
	margin:0 auto;
	width:70%;
	font-size:36px;
	text-align: center;
	color:#333333;
	font-weight: bold;
}
.news_view .news_view_time {
	margin:0 auto;
	padding:10px 0;
	width:70%;
	font-size:16px;
	text-align: center;
	color:#aaaaaa;
}
.news_view .news_view_content {
	margin:30px auto 0 auto;
	padding-top:30px;
	border-top:1px #e5e5e5 solid;
	width:86%;
	font-size:20px;
	line-height:42px;
	font-weight: 200;
}
.news_view .news_view_content img {
	display: block;
	margin:20px auto 15px auto;
	max-width:60%;	
}

.news_view .news_view_more {
	margin:50px auto 0 auto;
	border-top:1px #eeeeee solid;
	width:86%;
}
.news_view .news_view_more a {
	display: -webkit-box;
	width:30%;
	height:40px;
	font-size:14px;
	line-height:40px;
	color:#aaaaaa;
	-webkit-line-clamp: 1;      /* 显示的行数，超过3行显示省略号 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;      /* 可选：避免长单词撑破布局 */
}
.news_view .news_view_more a:hover {
	color:#ff6600
}
.news_view .news_view_more a.prevnews {
	float: left;
}
.news_view .news_view_more a.nextnews {
	float: right;
}

.news_view .news_view_back {
	clear: both;
	padding:30px 0 0 0;
	margin:0 auto;
	width:86%;
	text-align: right;	
}
.news_view .news_view_back a {
	padding:5px 15px;
	background: #fafafa;
	border:1px #eeeeee solid;
	border-radius: 4px;
	color:#777777;
	font-size:14px;
}
.news_view .news_view_back a:hover {
	color:#777777;
	background: #e5e5e5;
}

/*认证证书*/
.rzzh_main {
	padding:70px 70px 0 70px;
	width:auto;
}
.rzzh_main ul {
	width:100%;
}
.rzzh_main ul li {
	float: left;
	cursor: pointer;
	margin:0 1.5% 2vw 1.5%;
	width:22%;
	height:19vw;
	background: #ffffff;
	border:1px #eeeeee solid;
	overflow: hidden;
}
.rzzh_main ul li dl {
	position: relative;
	width:100%;
	height:100%;
}
.rzzh_main ul li dl dt {
	width:100%;
	height:calc(100% - 0);
	background: #fafafa;
	position: relative;
	overflow: hidden;
	transition: 1s;
}
.rzzh_main ul li:hover dl dt {
	transform: scale(1.1);
	transition: 1s;
}
.rzzh_main ul li dl dt img {
	width:100%;
	height:100%;
	object-fit: cover;
	
}
.rzzh_main ul li dl dd {
	position: absolute;
	bottom:0;
	left:0;
	padding:0 15px;
	width:100%;
	height:2.5vw;
	line-height:2.5vw;
	color:#ffffff;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font-size:16px;
	font-weight: 200;
	z-index: 1;
}



/*社会责任*/
.shzr_main {
	padding:70px 0px 0 0px;
	width:auto;
}
.shzr_main .shzr_modu_1 {
	padding:0 70px;
	margin-bottom:70px;
	clear: both;
	width:auto;
	min-height:404px;
}
.shzr_main .shzr_modu_1 ul {
	width:auto;
	height: inherit;
}
.shzr_main .shzr_modu_1 ul li {
	position: relative;
	float: left;
	width:50%;
	height: inherit;	
	overflow: hidden;
}
.shzr_main .shzr_modu_1 ul li:nth-child(1) img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.shzr_main .shzr_modu_1 ul li:nth-child(2) {
	padding:40px 0 40px 80px;
	background: #F1F1F1;
}
.shzr_main .shzr_modu_1 ul li:nth-child(2) dl {	
	width:auto;
}
.shzr_main .shzr_modu_1 ul li:nth-child(2) dl dt {
	position: relative;
	margin-bottom:15px;
	font-size:30px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}
.shzr_main .shzr_modu_1 ul li:nth-child(2) dl dt::after {
	position: absolute;
	content: '';
	width:45px;
	height:20px;
	top:12px;
	left:-80px;	
	background: #ff6600;
	z-index: 1;
}
.shzr_main .shzr_modu_1 ul li:nth-child(2) dl dd {
	padding:0 50px 0 0;
	font-size:18px;
	line-height:34px;
	color:#555555;
	font-weight: 200;
}


.shzr_main .shzr_modu_2 {
	margin-bottom:70px;
	padding:0 70px;
	clear: both;
}

.shzr_main .shzr_modu_2 dl {
	margin-bottom:30px;
	width:100%;
}
.shzr_main .shzr_modu_2 dl dt {
	position: relative;
	margin-bottom:15px;
	padding-left:70px;
	font-size:30px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}
.shzr_main .shzr_modu_2 dl dt:before {
	position: absolute;
	content: '';
	width:45px;
	height:20px;
	top:14px;
	left:0px;	
	background: #ff6600;
	z-index: 1;
}
.shzr_main .shzr_modu_2 dl dd {
	padding:0 0 0 0;
	font-size:18px;
	line-height:34px;
	color:#555555;
	font-weight: 200;
}
.shzr_main .shzr_modu_2 ul {
	display: flex;
	width:100%;
	justify-content: space-between;
}
.shzr_main .shzr_modu_2 ul li {
	width:48%;
}
.shzr_main .shzr_modu_2 ul li img {
	width:100%;
}


.shzr_main .shzr_modu_3 {
	clear: both;
}
.shzr_main .shzr_modu_3 ul {
	width:100%;
}
.shzr_main .shzr_modu_3 ul li {
	float: left;
	width:50%;
}
.shzr_main .shzr_modu_3 ul li:nth-child(1){
	position: relative;
	padding:40px 0 50px 0;
	background: #f6f6f6;
}
.shzr_main .shzr_modu_3 ul li:nth-child(1):before {
	position: absolute;
	top:0;
	right:0;
	content: '';
	width:45px;
	height:20px;
	background: #ff6600;
	z-index: 1;
}
.shzr_main .shzr_modu_3 ul li:nth-child(1) dl {
	padding:0 0 0 70px;
	width:100%;
}
.shzr_main .shzr_modu_3 ul li:nth-child(1) dl dt {
	position: relative;
	margin-bottom:15px;
	padding-left:0px;
	font-size:30px;
	font-weight: bold;
}
.shzr_main .shzr_modu_3 ul li:nth-child(1) dl dd {
	padding:0 50px 0 0;
	font-weight: 200;
	font-size: 18px;
	line-height:35px;
}
.shzr_main .shzr_modu_3 ul li:nth-child(2) {
	padding:0 70px 0 0;
}
.shzr_main .shzr_modu_3 ul li:nth-child(2) img {
	width:100%;
}
@media screen and (max-width:1660px){
	.shzr_main .shzr_modu_1 ul li:nth-child(2) dl dd {
		font-size:16px;
		line-height:30px;
	}
	.shzr_main .shzr_modu_2 dl dd {
		font-size:16px;
		line-height:30px;
	}
	.shzr_main .shzr_modu_3 ul li:nth-child(1) dl dd {
		font-size: 16px;
		line-height:30px;
	}
}
@media screen and (max-width:1560px){
	.shzr_main .shzr_modu_1 ul li:nth-child(2) dl dd {
		font-size:15px;
		line-height:30px;
	}
	.shzr_main .shzr_modu_2 dl dd {
		font-size:15px;
		line-height:30px;
	}
	.shzr_main .shzr_modu_3 ul li:nth-child(1) dl dd {
		font-size: 15px;
		line-height:30px;
	}
}
@media screen and (max-width:1440px){
	.shzr_main .shzr_modu_1 ul li:nth-child(2) dl dd {
		font-size:14px;
		line-height:30px;
	}
	.shzr_main .shzr_modu_2 dl dd {
		font-size:14px;
		line-height:30px;
	}
	.shzr_main .shzr_modu_3 ul li:nth-child(1) dl dd {
		font-size: 14px;
		line-height:30px;
	}
}
@media screen and (max-width:1366px){
	.shzr_main .shzr_modu_1 ul li:nth-child(2) dl dd {
		font-size:13px;
		line-height:28px;
	}
	.shzr_main .shzr_modu_2 dl dd {
		font-size:13px;
		line-height:28px;
	}
	.shzr_main .shzr_modu_3 ul li:nth-child(1) dl dd {
		font-size: 13px;
		line-height:28px;
	}
}



/*联系我们*/
.contact_main {
	clear: both;
	margin-bottom:100px;
	padding:50px 70px 0 70px;
	width:auto;
	height:840px;
}
.contact_main .contact_left {
	float: left;
	width:55%;
	height: inherit;
	background: #F1F1F1;
	border-radius: 10px;
}
.contact_main .contact_left .contact_text {
	padding:20px 30px;
	font-size:18px;
	line-height:30px;
	font-weight: 200;
}
.contact_main .contact_left .contact_form {
	padding:0 30px;
}
.contact_main .contact_left .contact_form ul {
	clear: both;
	width:100%;
}
.contact_main .contact_left .contact_form ul li {
	float: left;
	margin-bottom:20px;
	width:48%;
}
.contact_main .contact_left .contact_form ul li:nth-child(2){
	margin-left:4%;
}

.contact_main .contact_left .contact_form ol {
	clear: both;
	width:100%;
}
.contact_main .contact_left .contact_form ol li {
	margin-bottom:20px;
	width:100%;
}
.contact_main .contact_left .contact_form dl {
	width:100%;
}
.contact_main .contact_left .contact_form dl dt {
	clear: both;
	margin-bottom:10px;
	width:100%;
	font-size: 18px;
	color:#3D3D3D;
	font-weight: bold;
}
.contact_main .contact_left .contact_form dl dd {
	clear: both;
	width:100%;
}
.contact_main .contact_left .contact_form input {
	padding:0 8px;
	width:100%;
	height:45px;
	border:1px #e5e5e5 solid;
	font-size:16px;
	border-radius: 4px;
}
.contact_main .contact_left .contact_form input.yzminput {
	width:120px;
}
.contact_main .contact_left .contact_form img.yzmimg {
	cursor: pointer;
	margin-left:5px;
	height:45px;
}
.contact_main .contact_left .contact_form textarea {
	padding:5px 8px;
	width:100%;
	height:150px;
	font-size:16px;
	line-height:30px;
	border:1px #e5e5e5 solid;
	border-radius: 4px;
}
.contact_main .contact_right {
	float: right;	
	width:40%;
	height:inherit;
}
.contact_main .contact_right dl {
	display: block;
	clear: both;
	text-align: center;
	margin-bottom:100px;
	width:100%;
	height:160px;
}
.contact_main .contact_right dl dt {
	width:85px;
	height:85px;
	margin:0 auto;
	border-radius: 85px;
	line-height:85px;
	text-align: center;
	background: #ff6600;
}
.contact_main .contact_right dl dt i {
	color:#ffffff;
	font-size:60px;
}
.contact_main .contact_right dl dd {
	text-align: center;
}
.contact_main .contact_right dl dd:nth-child(2) {
	padding-top:10px;
	font-size:18px;
	color:#4b4b4b;
	font-weight: bold;
}
.contact_main .contact_right dl dd:nth-child(3),
.contact_main .contact_right dl dd:nth-child(4),
.contact_main .contact_right dl dd:nth-child(5) {
	padding-top:5px;
	font-size:18px;
	color:#4b4b4b;
	font-weight: 200;
}
.formbtn {
	padding-top:10px;
	clear: both;
	width:auto;
	text-align: center;
}
.formbtn button {
	padding:7px 40px;
	font-size:18px;
	background: #ff6600;
	color:#ffffff;
	border-radius: 6px;
	border:0;
	outline: none;
}
.formbtn button:hover {
	background: #ff7700;
}

/*地图*/
.contact_map {
	clear: both;
	margin:50px 70px 0 70px;
	width:auto;
	height:550px;
	background: #ffffff;
	border-radius: 10px;
}
.amap-marker-label {
	padding:8px 10px;
	border:1px #aaaaaa solid;
	font-size:12px;
	font-weight: 200;
	border-radius: 4px;
}
.amap-logo,
.amap-copyright {
	display: none!important
}
/* .icon_gkjc {
	padding:5px 10px;
	border:1px #eeeeee solid;
} */

.gotop {
	cursor: pointer;
	display: none;
	right:10px;
	bottom:20px;
	position: fixed;
	width:50px;
	height:50px;
	color:#ffffff;
	background: #ff6600;
	border-radius: 6px;	
	z-index: 10;
}
.gotop dl {
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
}
.gotop dl dt,
.gotop dl dd {
	text-align: center;
	line-height:16px;
}


/*首页（新）*/
.new_idx_nav_box {
	position: fixed;
	display: flex;
	top:0;
	left:0;
	padding:0 5%; 
	width:100%;
	height:100px;
	background: none;
	transition: 1s;
	z-index: 100;
}
.new_idx_nav_box .new_idx_logo {
	float: left;
	padding:40px 5% 0 0;
	width:16%;
	height: inherit;
}
.new_idx_nav_box .new_idx_logo img {
	width:100%;
}

.new_idx_nav_box .new_idx_nav {
	padding-top:50px;
	padding-right:50px;
	float:left;
	width:calc(100% - 16% - 200px);
	height:45px;
}
.new_idx_nav_box .new_idx_nav > ul {
	width:100%;
}
.new_idx_nav_box .new_idx_nav > ul > li {
	position: relative;
	float: left;
	width:12%;
	height:45px;
}
.new_idx_nav_box .new_idx_nav > ul > li > a {
	position: relative;
	display: flex;
	width:100%;
	height:100%;
	font-size:16px;
	font-weight: 200;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: 1s;
	color:#ffffff;
}
.new_idx_nav_box .new_idx_nav > ul > li::after {
	position: absolute;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	content: '';
	width:0;
	height:1px;
	background: rgba(255,255,255,0.2);
	transition: 0.5s;
	z-index: 1;
}
.new_idx_nav_box .new_idx_nav > ul > li:hover:after {	
	width:100%;
	height:1px;
	transition: 0.5s;
}
.new_idx_nav_box .new_idx_nav > ul > li > a.act {
	color:#ff6600;
	font-weight: bold;
}
.new_idx_nav_box .new_idx_nav > ul > li > ul {
	position: absolute;
	top:55px;
	left:0;
	width:100%;
	height:0px;
	background: rgba(0,0,0,0.6);
	border-radius: 6px;
	border-radius: 0 0 6px 6px;
	border:1px rgba(255,255,255,0.3) solid;
	border-top:0;
	overflow: hidden;
	opacity: 0;
	z-index: 100000;
}
.new_idx_nav_box .new_idx_nav > ul > li:hover > ul {
	top:45px;
	height:auto;
	transition: 0.3s;
	opacity: 1;
}
.new_idx_nav_box .new_idx_nav > ul > li > ul > li {
	display: flex;
	padding:14px 0;
	margin:0 auto;
	width:100%;
	height: inherit;
	align-items: center;
	justify-content: center;
	border-bottom:1px rgba(255,255,255,0.2) solid;
}
.new_idx_nav_box .new_idx_nav > ul > li > ul > li:hover {
	background: rgba(255,255,255,0.1);
}
.new_idx_nav_box .new_idx_nav > ul > li > ul > li:last-child {
	border:0
}
.new_idx_nav_box .new_idx_nav > ul > li > ul > li > a {
	color:#ffffff;
	text-align: center;
}

.new_idx_nav_box .new_idx_version {
	float:left;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#ffffff;
	font-size:18px;
	margin-top:40px;
	width:150px;
	height:45px;
	border-radius: 50px;
	transition: 1s;
	border:1px #ffffff solid;
}

.new_idx_nav_box .new_idx_version a {
	font-size:18px;	
}
.new_idx_nav_box .new_idx_version a.en {
	color:#ffffff;
	font-weight: bold;
}
.new_idx_nav_box .new_idx_version a.cn {
	color:#8d8d8d	
}
@media screen and (max-width:1660px){
	.new_idx_nav_box .new_idx_logo {		
		padding:45px 5% 0 0;
	}
	.new_idx_nav_box .new_idx_nav > ul > li > a {
		font-size:15px;
	}
	.new_idx_nav_box .new_idx_version {
		margin-top:45px;
		width:130px;
		height:40px;
	}
	.new_idx_nav_box .new_idx_version a {
		font-size:16px;	
	}
	.new_idx_nav_box .new_idx_nav > ul > li > ul > li > a {
		font-size:14px;
	}
}

@media screen and (max-width:1440px){
	.new_idx_nav_box .new_idx_logo {
		padding:45px 3% 0 0;
	}
	.new_idx_nav_box .new_idx_nav > ul > li > a {
		font-size:14px;
	}
	.new_idx_nav_box .new_idx_version {
		margin-top:50px;
		width:120px;
		height:35px;
	}
	.new_idx_nav_box .new_idx_version a {
		font-size:14px;	
	}
	
	.new_idx_nav_box .new_idx_nav > ul > li > ul > li > a {
		font-size:12px;
	}
}
@media screen and (max-width:1366px){
	.new_idx_nav_box .new_idx_logo {
		padding:45px 3% 0 0;
	}
}


.new_idx_banner {
	position: relative;
	width:100%;
	height:100vh;
}
.new_idx_banner .new_banner {
	position: relative;
	width:100%;
	height: inherit;
	overflow: hidden;	
}


.new_idx_banner .new_banner .new_mySwiper,
.new_idx_banner .new_banner .new_mySwiper .swiper-wrapper {
	width:100%;
	height:100%;
}
.new_idx_banner .new_banner .new_mySwiper .swiper-wrapper .swiper-slide {
	position: relative;
	width:100%;
	height:100%;
}
.new_idx_banner .new_banner .new_mySwiper .swiper-wrapper .swiper-slide:before {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content: '';
	background: rgba(0,0,0,0.6);
	z-index: 1;
}

.new_idx_banner .new_banner .new_mySwiper .swiper-wrapper .swiper-slide .banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.new_idx_banner .new_banner .new_mySwiper .swiper-wrapper .swiper-slide .new_banner-text {
	position: absolute;
	z-index: 1000;
}
.new_mySwiper .swiper-banner {
	display: flex;
	position: absolute;
	left:0;	
	bottom:20px!important;
	justify-content: center;
	z-index: 10;
}

.new_banenr1 .new_text1,
.new_banenr2 .new_text1{
	top:25%;
	/* left:12%; */
	left:20%;
	font-size:20px;
	opacity: 0;
	color:#ffffff;
	transition: 1s;
}
.new_banenr1 .new_text2,
.new_banenr2 .new_text2{
	bottom:50%;	
	/* left:12%; */
	left:20%;
	font-size:80px;
	line-height:90px;
	opacity: 0;
	color:#ffffff;
	transition: 1.5s;
	/*** font-family: Georgia, 'Times New Roman', Times, serif; */
	/*** font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
	font-family: 'Times New Roman', Times, serif;

}
.new_banenr1 .new_text3,
.new_banenr2 .new_text3{
	bottom:45%;
	/* left:12%; */
	left:20%;
	opacity: 0;
	font-size:20px;
	color:#ffffff;
	transition: 2s;
}

@media screen and (max-width:1660px) {
	.new_banenr1 .new_text1,
	.new_banenr2 .new_text1 {
		top:30%;
		font-size:18px;
	}
	.new_banenr1 .new_text2,
	.new_banenr2 .new_text2 {
		bottom:51.5%;	
		font-size:55px;
		line-height:60px;
	}
	.new_banenr1 .new_text3,
	.new_banenr2 .new_text3 {
		font-size:18px;
	}
}



.new_idx_banner .new_banner_count {
	position: absolute;
	left:12%;
	bottom:20%;
	padding:20px 0 0 0;
	width:50%;
	border-top:1px rgba(255,255,255,0.4) solid;
	z-index: 1;
}
.new_idx_banner .new_banner_count dl {
	display: block;
	float: left;
	width:25%;
	color:#ffffff;
}
.new_idx_banner .new_banner_count dl dt {
	font-size:40px;
}
.new_idx_banner .new_banner_count dl dt span {
	font-size:40px;
	font-family: Arial, Helvetica, sans-serif;
}
.new_idx_banner .new_banner_count dl dt em {
	padding-left:10px;
	font-size:12px;
}
.new_idx_banner .new_banner_count dl dd {
	font-size:16px;
}

/*最早的缝纫机*/
.new_modu1 {
	width:auto;
}
.new_modu1 dl {
	clear: both;
	display: block;
	padding:100px 12%;
	width:auto;
	font-weight: 200;
}

.new_modu1 dl dt {
	position: relative;
	float: left;
	left:-30px;
	width:50%;
	font-size: 60px;
	line-height:80px;
	transition: 1s;
	font-family: 'Times New Roman', Times, serif;
	opacity: 0;
}
.new_modu1 dl dd {
	position: relative;
	float: left;
	right:-30px;
	width:50%;
	padding-left:70px;
	font-size:22px;
	line-height:40px;
	transition: 1s;
	opacity: 0;
}
.new_modu1 dl dd p {
	margin-bottom:30px;
	text-indent: 44px;
}
.new_modu1 ul {
	clear: both;
	width:100%;
}
.new_modu1 ul li {
	width:100%;
}
.new_modu1 ul li img {
	width:100%;
}
@media screen and (max-width:1660px){
	.new_modu1 dl dt {
	  font-size: 60px;
	  line-height:70px;
	}
	.new_modu1 dl dd {
	  font-size:24px;
	  line-height:45px;
	}
}
@media screen and (max-width:1440px){
	.new_modu1 dl dt {
	  font-size: 40px;
	  line-height:60px;
	}
	.new_modu1 dl dd {
	  font-size:22px;
	  line-height:45px;
	}
}
@media screen and (max-width:1366px){
	.new_modu1 dl dt {
	  font-size: 36px;
	  line-height:60px;
	}
	.new_modu1 dl dd {
	  font-size:20px;
	  line-height:45px;
	}
}

/*公司历程*/
.new_gslc_box {
	padding:85px 12%;
	width:auto;
}
.new_gslc_box dl {
	float: left;
	width:25%;
}
.new_gslc_box dl dt {
	position: relative;
	padding-top:15px;
	font-size:40px;
	font-weight: 200;
	font-family: 'Times New Roman', Times, serif;
}
.new_gslc_box dl dt:before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	width:30px;
	height:1px;
	background: #414141;
	z-index: 1;
}
.new_gslc_box dl dd.title {
	padding-top:10px;
	font-size:16px;
	color:#8C8C8C;
}
.new_gslc_box dl dd.text {
	padding:10px 60px 0 0;
	font-size:16px;
	line-height:30px;
	color:#313131;
}

/*做得了大货*/
.new_modu2 {
	padding:60px 12% 80px 12%;
	width:auto;
	background: #212121;
}
.new_modu2 .new_modu2_title {
	width:auto;
}
.new_modu2 .new_modu2_title dl {
	width:auto;
}
.new_modu2 .new_modu2_title dl dt {
	padding:0px 0;
	font-size:55px;
	line-height:65px;
	color:#ffffff;
	transition: 1s;
	font-family: 'Times New Roman', Times, serif;
	font-weight: 300;
}
.new_modu2 .new_modu2_title dl dd {
	font-size:20px;
	color:rgba(255,255,255,0.5);
	font-weight: 300;
}
@media screen and (max-width:1660px){
	.new_modu2 .new_modu2_title dl dt {
		font-size:50px;
		line-height:55px;
	}
}
@media screen and (max-width:1440px){
	.new_modu2 .new_modu2_title dl dt {
		font-size:40px;
		line-height:50px;
	}
}
@media screen and (max-width:1366px){
	.new_modu2 .new_modu2_title dl dt {
		font-size:30px;
		line-height:35px;
	}
}


.new_modu2 .new_modu2_count {
	padding:60px 0;
	width:auto;
	display: flex;
	justify-content: space-between;
}
.new_modu2 .new_modu2_count dl {
	float: left;
	margin:0 5% 0 0 ;
	width:20%;
	font-weight: 300;
}
.new_modu2 .new_modu2_count dl:last-child {
	margin:0;
}
.new_modu2 .new_modu2_count dl dt {
	font-size:70px;
	color:#ffffff;
	font-family: 'Times New Roman', Times, serif;
}
.new_modu2 .new_modu2_count dl dt em {
	padding-left:10px;
	font-size:14px;
	color:rgba(255,255,255,0.5)
}
.new_modu2 .new_modu2_count dl dd {
	font-size:16px;
	color:rgba(255,255,255,0.5)
}
@media screen and (max-width:1660px){
	.new_modu2 .new_modu2_count dl dt {
		font-size:60px;
	}
}
@media screen and (max-width:1440px){
	.new_modu2 .new_modu2_count dl dt {
		font-size:55px;
	}
}
@media screen and (max-width:1366px){
	.new_modu2 .new_modu2_count dl dt {
		font-size:50px;
	}
}

.new_modu2 .new_modu2_sb {
	display: flex;
	padding:0px 0 60px 0;	
	width:100%;
	flex-direction: row;
	justify-content:space-between;
}
.new_modu2 .new_modu2_sb .new_modu2_sb_list {
	padding:0;
	margin:0 5% 0 0;
	width:20%;
	overflow: hidden;
}
.new_modu2 .new_modu2_sb .new_modu2_sb_list:last-child {
	margin:0;
}
.new_modu2 .new_modu2_sb .new_modu2_sb_list h3 {
	margin-bottom:20px;
	height:95px;
	font-size:40px!important;
	font-weight: 400;
	color:#ffffff;
	font-family: 'Times New Roman', Times, serif;
	overflow: hidden;
}
.new_modu2 .new_modu2_sb .new_modu2_sb_list ul li,
.new_modu2 .new_modu2_sb .new_modu2_sb_list ol li {
	font-size:16px;
	font-weight: 200;
	color:rgba(255,255,255,0.5);
	line-height:30px;
}
.new_modu2 .new_modu2_sb .new_modu2_sb_list ul li {
	height:200px;
}
.new_modu2 .new_modu2_sb .new_modu2_sb_list ol {
	margin-top:30px;
	padding-top:20px;
	border-top:1px rgba(255,255,255,0.5) solid;
}
@media screen and (max-width:1660px){
	.new_modu2 .new_modu2_sb .new_modu2_sb_list h3 {
		font-size:35px!important;
		height:80px;
	}
	.new_modu2 .new_modu2_sb .new_modu2_sb_list ul li {
		height:200px;
	}
	.new_modu2 .new_modu2_sb .new_modu2_sb_list ul li,
	.new_modu2 .new_modu2_sb .new_modu2_sb_list ol li {
		font-size:14px;
	}
}
@media screen and (max-width:1440px){
	.new_modu2 .new_modu2_sb .new_modu2_sb_list h3 {
		font-size:25px!important;
		height:50px;
	}
	.new_modu2 .new_modu2_sb .new_modu2_sb_list ul li,
	.new_modu2 .new_modu2_sb .new_modu2_sb_list ol li {
		font-size:14px;
		line-height:26px;
	}
	.new_modu2 .new_modu2_sb .new_modu2_sb_list ul li {
		height:200px;
	}
}
@media screen and (max-width:1366px){
	.new_modu2 .new_modu2_sb .new_modu2_sb_list h3 {
		font-size:25px!important;
		height:50px;
	}
	.new_modu2 .new_modu2_sb .new_modu2_sb_list ul li,
	.new_modu2 .new_modu2_sb .new_modu2_sb_list ol li {
		font-size:14px;
		line-height:26px;
	}
	.new_modu2 .new_modu2_sb .new_modu2_sb_list ul li {
		height:200px;
	}
}


.new_modu3_hzlc {
	width:auto;
}
.new_modu3_hzlc h5 {
	padding-bottom:10px;
	font-size:16px!important;
	color:rgba(255,255,255,0.5);
	font-weight: 200;
}
.new_modu3_hzlc h3 {
	font-size:40px!important;
	color:rgba(255,255,255,1);
	font-weight: 200;
	line-height:55px;
	font-family: 'Times New Roman', Times, serif;
}
@media screen and (max-width:1660px){
	.new_modu3_hzlc h3 {
		font-size:36px!important;
		line-height:50px;
	}
}

.new_modu3_hzlc .new_modu3_list {
	margin-top:50px;
	display: flex;
	width:auto;
	justify-content: space-between;
	border-top:1px rgba(255,255,255,0.5) solid;
}
.new_modu3_hzlc .new_modu3_list dl {
	position: relative;
	padding:15px 2% 0 30px;	
	width:20%;
	border-right:1px rgba(255,255,255,0.5) solid;
}
.new_modu3_hzlc .new_modu3_list dl:first-child {
	padding-left:0;
}
.new_modu3_hzlc .new_modu3_list dl:last-child {
	margin:0;
	border:0;
}
.new_modu3_hzlc .new_modu3_list dl:before {
	position: absolute;
	top:-1px;
	left:30px;
	content: '';
	width:30px;
	height:1px;
	background: #A34B4B;
	z-index: 1;
}
.new_modu3_hzlc .new_modu3_list dl:first-child:before {
	left:0;
}
.new_modu3_hzlc .new_modu3_list dl dt {
	padding-bottom:20px;
	font-size: 20px;
	font-weight: 200;
	color:#A34B4B;
}
.new_modu3_hzlc .new_modu3_list dl dd.title {
	padding-bottom:20px;
	font-size: 30px;
	font-weight: 200;
	font-family: 'Times New Roman', Times, serif;
	color:#ffffff;
}
.new_modu3_hzlc .new_modu3_list dl dd.text {
	padding-bottom:20px;
	font-size: 18px;
	line-height:32px;
	font-weight: 200;
	color:#ffffff;
}
@media screen and (max-width:1660px){
	.new_modu3_hzlc .new_modu3_list dl dd.text {
		font-size: 16px;
		line-height:30px;
	}
}
@media screen and (max-width:1440px){
	.new_modu3_hzlc .new_modu3_list dl dd.text {
		font-size: 14px;
		line-height:26px;
	}
}

.new_modu4 {
	padding:100px 12% 0 12%;
	width:auto;
}
.new_modu4 h3 {
	font-size:60px!important;
	color:#222222;
	font-weight: 300;
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
}
.new_modu4 h5 {
	font-size:24px!important;
	color:#222222;
	font-weight: 300;
	text-align: center;
}
@media screen and (max-width:1660px){
	.new_modu4 {
		padding-top:70px
	}
	.new_modu4 h3 {
		font-size:50px!important;
	}
	.new_modu4 h5 {
		font-size:22px!important;
	}
}
@media screen and (max-width:1440px){
	.new_modu4 h3 {
		font-size:45px!important;
	}
	.new_modu4 h5 {
		font-size:20px!important;
	}
}

.new_modu4 .new_modu4_pro {
	padding:90px 0 0 0;
	width:100%;
}
.new_modu4 .new_modu4_pro dl {
	display: block;
	float: left;
	margin:0 5% 60px 0;
	width:30%;
	/* height:690px; */
	border:1px #f5f5f5 solid;
}
.new_modu4 .new_modu4_pro dl:nth-child(3n){
	margin:0;
}
.new_modu4 .new_modu4_pro dl dt {
	width:100%;
	overflow: hidden;
}
.new_modu4 .new_modu4_pro dl dt img {
	width:100%;
}
.new_modu4 .new_modu4_pro dl dd.name {
	padding:15px;
	height:60px;
}
.new_modu4 .new_modu4_pro dl dd.name a {
	color:#333333;
	font-size:18px;
}
.new_modu4 .new_modu4_pro dl dd.text {
	padding:0 15px;
	font-size:14px;
	height:55px;
	color:#7a7a7a
}


/*合作品牌*/
.new_modu5 {
	padding:0 12%;
	width:auto;
}
.new_modu5 h3 {
	font-size:60px;
	color:#333333;
	font-weight: 300;
	font-family: 'Times New Roman', Times, serif;
	transition: 1s;
}
.new_modu5 .new_modu5_hzpp {
	padding:70px 0 0 0;
	width:auto;
}
.new_modu5 .new_modu5_hzpp ul {
	width:100%;
}
.new_modu5 .new_modu5_hzpp ul li {
	float: left;
	display: flex;
	width:25%;
	height:120px;
	justify-content: center;
	align-items: center;
}

.new_modu5 .new_modu5_hzpp ul li img {
	max-width:70%;
	max-height:70%;
	opacity: 0.5;
}
.new_modu5 dl {
	display: block;
	clear: both;
	padding:15px 0 0 0;
	border-top:1px rgba(0,0,0,0.1) solid;
}
.new_modu5 dl dt {
	margin-bottom:15px;
	font-size:16px;
	color:#8F8F8F;
}
.new_modu5 dl dd {
	width:auto;
}
.new_modu5 dl dd span {
	padding:0 10px 0 10px;
	border-right:1px #e5e5e5 solid;
	font-size:16px;
	line-height:16px;
	color:rgba(0,0,0,0.5)
}
.new_modu5 dl dd span:last-child {
	border:0
}
@media screen and (max-width:1660px){
	.new_modu5 h3 {
		font-size:50px;
	}
}
@media screen and (max-width:1440px){
	.new_modu5 h3 {
		font-size:40px;
	}
}




/*从屋顶光伏*/
.new_modu6 {
	padding:120px 12% 0 12%;
	width:auto;
}

.new_modu6 .new_modu6_gf {
	width:auto;
}

.new_modu6 .new_modu6_gf ul {
	float: left;
	padding-right:150px;
	width:60%;
}
.new_modu6 .new_modu6_gf ul li dl dt {
	margin-bottom:70px;
	font-size:60px;
	line-height:70px;
	font-weight: 300;
	font-family: 'Times New Roman', Times, serif;
}
.new_modu6 .new_modu6_gf ul li dl dd {
	font-size:26px;
	line-height:44px;
	font-weight: 200;
	text-indent: 52px;
}
.new_modu6 .new_modu6_gf ul li dl dd p {
	margin-bottom:30px;
}
.new_modu6 .new_modu6_gf ol {
	float: left;
	width:40%;
}
.new_modu6 .new_modu6_gf ol li img {
	width:100%;
}
.new_modu6 .new_modu6_zs {
	margin-top:80px;
	width:auto;	
}
.new_modu6 .new_modu6_zs ul {
	width:auto;	
}
.new_modu6 .new_modu6_zs ul {
	border-top:1px #e5e5e5 solid;
	border-left:1px #e5e5e5 solid;
}
.new_modu6 .new_modu6_zs ul li {
	position: relative;
	display: flex;
	float: left;
	width:20%;
	height:0;
	padding-bottom:20%;
	justify-content: center;
	align-items: center;
	border-right:1px #e5e5e5 solid;
	border-bottom:1px #e5e5e5 solid;
}
.new_modu6 .new_modu6_zs ul li img {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-height:70%;
}
@media screen and (max-width:1660px){
	.new_modu6 .new_modu6_gf ul li dl dt {
		margin-bottom:70px;
		font-size:50px;
		line-height:70px;
	}
	.new_modu6 .new_modu6_gf ul li dl dd {
		font-size:24px;
		line-height:44px;
	}
}
@media screen and (max-width:1440px){
	.new_modu6 .new_modu6_gf ul li dl dt {
		margin-bottom:50px;
		font-size:44px;
		line-height:60px;
	}
	.new_modu6 .new_modu6_gf ul li dl dd {
		font-size:22px;
		line-height:40px;
	}
}
@media screen and (max-width:1366px){
	.new_modu6 .new_modu6_gf ul li dl dt {
		margin-bottom:40px;
		font-size:40px;
		line-height:60px;
	}
	.new_modu6 .new_modu6_gf ul li dl dd {
		font-size:20px;
		line-height:36px;
	}
}



/*二万平米，连成一条产线*/
.new_modu7 {
	padding-top:100px;
	width:auto;
}
.new_modu7 h3,
.new_modu7 h5 {
	padding:0 12%;
	width:auto;
}
.new_modu7 h3 {
	margin-bottom:10px;
	font-size:45px;
	line-height:60px;
	font-weight: 300;
	font-family: 'Times New Roman', Times, serif;
}
.new_modu7 h5 {
	margin-bottom:50px;
	padding-top:10px;
	font-size:20px;
	line-height:38px;
	font-weight: 300;
}
.new_modu7 .new_modu7_banner {
	margin-bottom:60px;
	width:100%;
}
.new_modu7 .new_modu7_banner img {
	width:100%;
}
.new_modu7 .new_modu7_imglist {
	padding:0 12%;
	width:auto;
}
.new_modu7 .new_modu7_imglist ul {
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
}
.new_modu7 .new_modu7_imglist ul li {
	margin-bottom:60px;
	width:48%;
}
.new_modu7 .new_modu7_imglist ul li img {
	width:100%;
}

@media screen and (max-width:1660px){
	.new_modu7 h3 {
		font-size:50px;
		line-height:70px;
	}
	.new_modu7 h5 {
		margin-bottom:50px;
		padding-top:10px;
		font-size:18px;
	}
}
@media screen and (max-width:1440px){
	.new_modu7 h3 {
		font-size:40px;
		line-height:60px;
	}
	.new_modu7 h5 {
		margin-bottom:50px;
		padding-top:10px;
		font-size:16px;
	}
}
@media screen and (max-width:1366px){}



/*欢迎洽谈*/
.new_modu8 {
	padding:90px 12%;
	width:auto;
	background: #222222;
}
.new_modu8 .new_modu8_l {
	float: left;
	width:58%;
}
.new_modu8 .new_modu8_l dl dt {
	margin-bottom:15px;
	font-size:45px;
	font-weight: 300;
	color:#ffffff;
	font-family: 'Times New Roman', Times, serif;
}
.new_modu8 .new_modu8_l dl dd {
	font-size:20px;
	font-weight: 200;
	color:#ffffff;
	line-height:40px;
}
.new_modu8 .new_modu8_r {
	float: right;
	width:35%;
	min-height:200px;
	background: rgba(255,255,255,0.05);
	border:1px rgba(255,255,255,0.2) solid;
}
.new_modu8 .new_modu8_r form {
	padding:30px;
	display: block;
	width:100%;
}
.new_modu8 .new_modu8_r form dl {
	clear: both;
	display: block;
	padding:0 0 20px 0;
	width:100%;
}
.new_modu8 .new_modu8_r form dl dt {
	font-size:16px;
	color:rgba(255,255,255,0.5)
}
.new_modu8 .new_modu8_r form dl dd {
	position: relative;
	width:100%;
}
.new_modu8 .new_modu8_r form dl dd input {
	width:100%;
	height:40px;
	background: none;
	border:0;
	font-size:16px;
	color:#ffffff;
	border-bottom:1px rgba(255,255,255,0.3) solid;
}
.new_modu8 .new_modu8_r form dl dd textarea {
	margin-top:15px;
	width:100%;
	height:70px;
	font-size:16px;
	color:#ffffff;
	background: none;
	border:0;
	border-bottom:1px rgba(255,255,255,0.3) solid;
}
.new_modu8 .new_modu8_r form dl dd img {
	position: absolute;
	right:0;
	bottom:10px;
	height:40px;
	z-index: 1;
}

.new_modu8 .new_modu8_r form button {
	outline: none;
	border:0;
	width:100px;
	height:30px;
	border-radius: 4px;
	font-size:14px;
	background: #ffffff;
}
.new_modu8 .new_modu8_r form button:hover {
	background:#e5e5e5;
}

/*实验室*/
.laboratory_box {
	padding:50px 50px 0 50px;
	width:auto;
}
.laboratory_box .laboratory_title {
	padding:0 0 50px 0;
	width:auto;
	font-size:40px;
	font-weight: 600;
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
}
@media screen and (max-width:1660px){
	.laboratory_box .laboratory_title {
		font-size:30px;
	}
}
.laboratory_box .laboratory_info {
	width:auto;
}
.laboratory_box .laboratory_info .laboratory_info_l {
	float: left;
	width:50%;
}
.laboratory_box .laboratory_info .laboratory_info_l dl {
	clear: both;
	margin-bottom:30px;
}
.laboratory_box .laboratory_info .laboratory_info_l dl dt {
	position: relative;
	padding:0 0 0 35px;
	font-size:35px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}
.laboratory_box .laboratory_info .laboratory_info_l dl dt img {
	position: absolute;
	top:7px;
	left:0;
	z-index: 1;
}
.laboratory_box .laboratory_info .laboratory_info_l dl dd {
	padding:15px 50px 0 38px;
	font-size:24px;
	font-weight: 200;
	line-height:35px;
}
.laboratory_box .laboratory_info .laboratory_info_l dl dd.zd {
	
	color:#FF6600;
}
@media screen and (max-width:1660px){
	.laboratory_box .laboratory_info .laboratory_info_l dl dt {
		font-size:25px;
	}
	.laboratory_box .laboratory_info .laboratory_info_l dl dd {
		font-size:20px;
		line-height:40px;
	}
}
@media screen and (max-width:1440px){
	.laboratory_box .laboratory_info .laboratory_info_l dl dt {
		font-size:20px;
	}
	.laboratory_box .laboratory_info .laboratory_info_l dl dd {
		font-size:18px;
		line-height:36px;
	}
}
@media screen and (max-width:1366px){
	.laboratory_box .laboratory_info .laboratory_info_l dl dt {
		font-size:16px;
	}
	.laboratory_box .laboratory_info .laboratory_info_l dl dd {
		font-size:16px;
		line-height:30px;
	}
}

.laboratory_box .laboratory_info .laboratory_info_r {
	float: left;
	width:50%;
}
.laboratory_box .laboratory_info .laboratory_info_r img {
	width:95%
}

.laboratory_count {
	padding:120px 0 0 0;
	width:auto;
}
.laboratory_count .laboratory_count_title {
	padding:0 0 50px 0;
	width:auto;
	font-size:45px;
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
}
@media screen and (max-width:1660px){
	.laboratory_count .laboratory_count_title {
		font-size:35px;
	}
}

.laboratory_count .laboratory_count_num {
	width:auto;
}

.laboratory_count .laboratory_count_num dl:nth-child(1) {
	float: left;
	width:40%;
}
.laboratory_count .laboratory_count_num dl:nth-child(2) {
	float: left;
	width:40%;
}
.laboratory_count .laboratory_count_num dl:nth-child(3) {
	float: left;
	width:20%;
}

.laboratory_count .laboratory_count_num dl dt {
	width:auto;
	font-size:44px;
	color:#ff6600;
	font-weight: bold;
	text-align: left;
}
.laboratory_count .laboratory_count_num dl dd {
	padding:15px 0 0 0;
	font-size:18px;
	color:#3C3C3C;
}
@media screen and (max-width:1660px){
	.laboratory_count .laboratory_count_num dl dt {
		font-size:36px;
	}
	.laboratory_count .laboratory_count_num dl dd {
		padding:10px 0 0 0;
		font-size:18px;
	}
}
@media screen and (max-width:1440px){
	.laboratory_count .laboratory_count_num dl dt {
		font-size:32px;
	}
	.laboratory_count .laboratory_count_num dl dd {
		padding:10px 0 0 0;
		font-size:16px;
	}
}
@media screen and (max-width:1366px){
	.laboratory_count .laboratory_count_num dl dt {
		font-size:30px;
	}
	.laboratory_count .laboratory_count_num dl dd {
		padding:0px;
	}
}


.laboratory_jc_box {
	padding:130px 0 50px 0;
	width:auto;
}
.laboratory_jc_box .laboratory_jc_title {
	margin-bottom:60px;
	font-size:45px;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}
@media screen and (max-width:1660px){
	.laboratory_jc_box .laboratory_jc_title {
		margin-bottom:40px;
		font-size:35px;
	}
}
.laboratory_jc_box .laboratory_jc_row {
	display: flex;
	width:auto;
	justify-content: space-between;
}
.laboratory_jc_box .laboratory_jc_row dl {
	width:21%;
	min-height:100px;
	background: #EEEEEE;
	border-radius: 8px;
	overflow: hidden;
}
.laboratory_jc_box .laboratory_jc_row dl dt {
	width:100%;
	overflow: hidden;
}
.laboratory_jc_box .laboratory_jc_row dl dt img {
	width:100%;
}
.laboratory_jc_box .laboratory_jc_row dl dd.name {
	padding:20px 20px 10px 20px;
	width:auto;
	height:75px;
	font-size:18px;
	color:#3C3C3C;
	text-align: center;
	font-weight: 200;
	overflow: hidden;
}
.laboratory_jc_box .laboratory_jc_row dl dd.text {
	margin:10px;
	padding:10px;
	width:auto;
	min-height:170px;
	font-size:16px;
	line-height:28px;
	color:#7c7c7c;
	background: #ffffff;
	border-radius: 4px;
	font-weight: 200;
}

@media screen and (max-width:1660px){
	.laboratory_jc_box .laboratory_jc_row dl dd.name {
		padding:15px;
		font-size:18px;
	}
	.laboratory_jc_box .laboratory_jc_row dl dd.text {
		font-size:16px;
		line-height:25px;
	}
}
@media screen and (max-width:1440px){
	.laboratory_jc_box .laboratory_jc_row dl dd.name {
		padding:15px 15px 10px 15px;
		font-size:18px;
	}
	.laboratory_jc_box .laboratory_jc_row dl dd.text {
		font-size:14px;
		line-height:25px;
	}
}
@media screen and (max-width:1366px){
	.laboratory_jc_box .laboratory_jc_row dl dd.name {
		padding:10px 15px 5px 15px;
		font-size:16px;
	}
}


/*可持续发展*/
.sustainable_box {
	padding:50px 50px 50px 50px;
	width:auto;
}
.sustainable_box .sustainable_title,
.sustainable_box .sustainable_title dl {
	clear: both;
	width:auto;
	font-family: 'Times New Roman', Times, serif;
}
.sustainable_box .sustainable_title dl {
	padding:0 20% 0 20%;
}
.sustainable_box .sustainable_title dl dt {
	font-size:38px;
	font-weight: bold;
	color:#ff6600
}
.sustainable_box .sustainable_title dl dd {
	padding-top:10px;
	font-size:30px;
	font-weight: bold;
	color:#333333
}
@media screen and (max-width:1660px){
	.sustainable_box .sustainable_title dl dt {
		font-size:36px;
	}
	.sustainable_box .sustainable_title dl dd {
		font-size:30px;
	}
}
@media screen and (max-width:1440px){
	.sustainable_box .sustainable_title dl dt {
		font-size:32px;
	}
	.sustainable_box .sustainable_title dl dd {
		font-size:28px;
	}
}
@media screen and (max-width:1366px){
	.sustainable_box .sustainable_title dl dt {
		font-size:30px;
	}
	.sustainable_box .sustainable_title dl dd {
		padding-top:10px;
		font-size:26px;
	}
}


.sustainable_box .sustainable_modu1 {
	clear: both;
	padding:50px 0 100px 0;
}
.sustainable_box .sustainable_modu1 dl {
	position: relative;
	width:auto;
}
.sustainable_box .sustainable_modu1 dl dt {
	position: absolute;
	top:25px;
	left:0;
	width:46%;
	z-index: 1;
}
.sustainable_box .sustainable_modu1 dl dt img {
	width:100%;
}
.sustainable_box .sustainable_modu1 dl dd {
	float: right;
	padding:40px 40px 45px 120px;
	width:60%;
	min-height:345px;
	background: #EEEEEE;
}
.sustainable_box .sustainable_modu1 dl dd h3 {
	margin-bottom:20px;
	font-size:24px;
	color:#474746;
	line-height: 30px;
	font-family: 'Times New Roman', Times, serif;
}
.sustainable_box .sustainable_modu1 dl dd p {
	font-size:18px;
	line-height:32px;
	font-weight: 200;
	color:#838383;
}
@media screen and (max-width:1660px){
	.sustainable_box .sustainable_modu1 dl dd h3 {
		margin-bottom:15px;
		font-size:28px;
		line-height: 35px;
	}
	.sustainable_box .sustainable_modu1 dl dd {
		min-height:295px;
	}
	
	.sustainable_box .sustainable_modu1 dl dd p {
		font-size:16px;
		line-height:32px;
	}
}
@media screen and (max-width:1440px){
	.sustainable_box .sustainable_modu1 dl dd h3 {
		margin-bottom:15px;
		font-size:24px;
		line-height: 35px;
	}
	.sustainable_box .sustainable_modu1 dl dd {
		min-height:270px;
	}
	.sustainable_box .sustainable_modu1 dl dd p {
		font-size:14px;
		line-height:28px;
	}
}
@media screen and (max-width:1366px){
	.sustainable_box .sustainable_modu1 dl dd h3 {
		margin-bottom:15px;
		font-size:20px;
		line-height: 30px;
	}
	.sustainable_box .sustainable_modu1 dl dd {
		min-height:250px;
	}
	.sustainable_box .sustainable_modu1 dl dd p {
		font-size:14px;
		line-height:28px;
	}
}


.sustainable_box .sustainable_modu2 {
	padding:0 0 100px 0;
	width:auto;
}

.sustainable_box .sustainable_modu2 dl {
	width:auto;
}

.sustainable_box .sustainable_modu2 dl dt {
	float:left;
	width:50%;
} 
.sustainable_box .sustainable_modu2 dl dd {
	float:right;
	width:46%;
}

.sustainable_box .sustainable_modu2 dl dt {
	position: relative;
	padding:0 0 0 230px;
}
.sustainable_box .sustainable_modu2 dl dt:before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	width:200px;
	height:135px;
	background: #EEEEEE;
	z-index: 1;
}
.sustainable_box .sustainable_modu2 dl dt h3 {
	position: relative;
	margin-bottom:15px;
	padding:0 0 0 10px;
	font-size:32px;
	font-family: 'Times New Roman', Times, serif;
	color:#474746;
}
.sustainable_box .sustainable_modu2 dl dt h3:before {
	position: absolute;
	top:10px;
	left:0;
	content:'';
	width:3px;
	height:32px;
	background: #ff6600;
	z-index: 1;
}
.sustainable_box .sustainable_modu2 dl dt p {
	padding:0 0 10px 20px;
	font-size:18px;
	color:#474746;
	font-weight: 200;
}
.sustainable_box .sustainable_modu2 dl dt p b {
	color:#444444;
}
@media screen and (max-width:1660px){
	.sustainable_box .sustainable_modu2 dl dt h3 {
		margin-bottom:15px;
		font-size:28px;
	}
	.sustainable_box .sustainable_modu2 dl dt h3:before {
		top:8px;
		height:25px;
	}
	.sustainable_box .sustainable_modu2 dl dt p {
		font-size:16px;
	}
}
@media screen and (max-width:1440px){
	.sustainable_box .sustainable_modu2 dl dt h3 {
		margin-bottom:15px;
		font-size:26px;
	}
	.sustainable_box .sustainable_modu2 dl dt h3:before {
		top:8px;
		height:25px;
	}
	.sustainable_box .sustainable_modu2 dl dt p {
		font-size:14px;
	}
}
@media screen and (max-width:1366px){
	.sustainable_box .sustainable_modu2 dl dt h3 {
		margin-bottom:15px;
		font-size:20px;
	}
	.sustainable_box .sustainable_modu2 dl dt h3:before {
		top:5px;
		height:20px;
	}
	.sustainable_box .sustainable_modu2 dl dt p {
		font-size:12px;
	}
}

.sustainable_box .sustainable_modu2 dl dd img {
	width:100%;
}


.sustainable_box .sustainable_modu3 {
	padding-bottom:100px;
	width:auto;
}
.sustainable_box .sustainable_modu3 dl {
	width:auto;
}
.sustainable_box .sustainable_modu3 dl dt {
	float: left;
	width:40%;
}
.sustainable_box .sustainable_modu3 dl dt img {
	width:100%;
}
.sustainable_box .sustainable_modu3 dl dd {
	float: right;
	width:55%;
}
.sustainable_box .sustainable_modu3 dl dd h3 {
	position: relative;
	clear: both;
	margin-bottom:25px;
	padding:0 0 0 14px;
	font-size:32px;
	font-weight: bold;
	line-height:50px;
	font-family: 'Times New Roman', Times, serif;
	color:#474746;
}
.sustainable_box .sustainable_modu3 dl dd h3:before {
	position: absolute;
	top:13px;
	left:0;
	width:3px;
	height:30px;
	content: '';
	background: #ff6600;
	z-index: 1;
}
.sustainable_box .sustainable_modu3 dl dd h4 {
	clear: both;
	padding:10px 0 10px 20px;
	background: #636363;
	color:#ffffff;
	font-size:18px;
	font-weight: 200;
}
.sustainable_box .sustainable_modu3 dl dd table {
	clear: both;
	width:100%;
}
.sustainable_box .sustainable_modu3 dl dd table tr td {
	height:50px;
	border:1px #e5e5e5 solid;
	text-align: center;
	font-size:16px;
	font-weight: 200;
}
@media screen and (max-width:1660px){
	.sustainable_box .sustainable_modu3 dl dd h3 {
		margin-bottom:25px;
		padding:0 0 0 14px;
		font-size:28px;
		line-height:45px;
	}
	.sustainable_box .sustainable_modu3 dl dd h3:before {
		height:28px;
	}
	.sustainable_box .sustainable_modu3 dl dd h4 {
		padding:10px 0 10px 20px;
		font-size:16px;
	}
	.sustainable_box .sustainable_modu3 dl dd table tr td {
		font-size:16px;
	}
}
@media screen and (max-width:1440px){
	.sustainable_box .sustainable_modu3 dl dd h3 {
		margin-bottom:25px;
		padding:0 0 0 14px;
		font-size:26px;
		line-height:40px;
	}
	.sustainable_box .sustainable_modu3 dl dd h3:before {
		top:8px;
		height:25px;
	}
	.sustainable_box .sustainable_modu3 dl dd h4 {
		padding:10px 0 10px 20px;
		font-size:16px;
	}
	.sustainable_box .sustainable_modu3 dl dd table tr td {
		font-size:16px;
	}
}
@media screen and (max-width:1366px){
	.sustainable_box .sustainable_modu3 dl dd h3 {
		margin-bottom:25px;
		padding:0 0 0 14px;
		font-size:24px;
		line-height:40px;
	}
	.sustainable_box .sustainable_modu3 dl dd h3:before {
		top:12px;
		height:20px;
	}
	.sustainable_box .sustainable_modu3 dl dd h4 {
		padding:10px 0 10px 20px;
		font-size:16px;
	}
	.sustainable_box .sustainable_modu3 dl dd table tr td {
		font-size:16px;
	}
}


.sustainable_box .sustainable_modu4 {
	clear: both;
}

.sustainable_box .sustainable_modu4 .sustainable_modu4_title {
	width:auto;
}
.sustainable_box .sustainable_modu4 .sustainable_modu4_title dl dt {
	float: left;
	position: relative;
	padding:0 0 0 13px;
	font-size:32px;
	line-height:50px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	color:#474746;
}
.sustainable_box .sustainable_modu4 .sustainable_modu4_title dl dt:before {
	position: absolute;
	top:13px;
	left:0;
	width:3px;
	height:30px;
	content: '';
	background: #ff6600;
	z-index: 1;
}
.sustainable_box .sustainable_modu4 .sustainable_modu4_title dl dd {
	float: left;
	padding:0 0 0 100px;
}
.sustainable_box .sustainable_modu4 .sustainable_modu4_title dl dd p {
	position: relative;
	margin-bottom:10px;
	padding:0 0 0 18px;
	font-size: 18px;
	font-weight: 200;
}
.sustainable_box .sustainable_modu4 .sustainable_modu4_title dl dd p:before {
	position: absolute;
	top:8px;
	left:0;
	content: '';
	width:10px;
	height:10px;
	background:#ff6600;
	z-index: 1;
}
@media screen and (max-width:1660px){
	.sustainable_box .sustainable_modu4 .sustainable_modu4_title dl dt {
		font-size:28px;
		line-height:40px;
	}
	.sustainable_box .sustainable_modu4 .sustainable_modu4_title dl dt:before {
		top:10px;
		height:25px;
	}
}
@media screen and (max-width:1440px){
	.sustainable_box .sustainable_modu4 .sustainable_modu4_title dl dt {
		font-size:26px;
		line-height:40px;
	}
	.sustainable_box .sustainable_modu4 .sustainable_modu4_title dl dt:before {
		top:10px;
		height:25px;
	}
}


.sustainable_box .sustainable_modu4 .sustainable_modu4_table {
	clear: both;
	padding-top:30px;
	width:auto;
}
.sustainable_box .sustainable_modu4 .sustainable_modu4_table table {
	width:100%;
}
.sustainable_box .sustainable_modu4 .sustainable_modu4_table table tr td {
	height:50px;
	border:1px #e5e5e5 solid;
	text-align: center;
	font-size:16px;
	font-weight: 200;
}






/*底部*/
footer.new_footer {
	padding:60px 12% 0 12%;
	width:auto;
}
footer.new_footer .footer_title {
	font-size:40px;
	color:#222222;
	font-family: 'Times New Roman', Times, serif;
}
footer.new_footer .footer_subtitle {
	font-size:20px;
	color:#B7B7B7
}
footer.new_footer .footer_bottom {
	margin-top:40px;
	padding-top:40px;
	padding-bottom:30px;
	border-top:1px #DDDDDD solid;
}
footer.new_footer .footer_bottom dl.footer_info {
	float: left;
	width:30%;
}

footer.new_footer .footer_bottom dl.footer_info dd {
	font-size:18px;
	line-height:45px;
	font-weight: 200;
}
footer.new_footer .footer_bottom dl.footer_info dd p {
	padding:0 0 0 70px;
}

footer.new_footer .footer_bottom dl.footer_nav {
	float: left;
	margin-left:15%;
	width:200px;
}
footer.new_footer .footer_bottom dl.footer_nav dd a {
	display: block;
	font-size:18px;
	line-height:45px;
	color:#000000
}
footer.new_footer .footer_bottom dl.footer_nav dd a:hover {
	color:#aaaaaa;
}

footer.new_footer .footer_bottom dl.footer_qr {
	float: right;
	width:200px;
	justify-content: right;
}
footer.new_footer .footer_bottom dl.footer_qr dt {
	width:136px;
	text-align: right;
}
footer.new_footer .footer_bottom dl.footer_qr dt img {
	width:100%;
}
footer.new_footer .footer_bottom dl.footer_qr dd {
	padding-top:20px;
	font-size:16px;
}

footer.new_footer .footer_bottom dl.footer_info dt,
footer.new_footer .footer_bottom dl.footer_nav dt {
	margin-bottom:20px;
	font-size:14px;
	color:#929292;
	font-weight: 200;
}



footer.new_footer .footer_copy {
	clear: both;
	margin-top:40px;
	padding-top:20px;
	border-top:1px #DDDDDD solid;
	height:80px;
}
footer.new_footer .footer_copy ul {
	float: left;
}
footer.new_footer .footer_copy ul li {
	float: left;
	margin-right:40px;
	color:#C3C2C2;
	font-size:16px;
}
footer.new_footer .footer_copy ol {
	float: right;
}
footer.new_footer .footer_copy a {
	color:#C3C2C2;
	font-size:16px;
}