/*产品模块一些公共类*/
.produce_wrap section{
	padding: 50px 0;
	color:#161616;
}
.produce_wrap section img{
	max-width: 100%;
}
.weight-tit{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 50px;
}
.small-desc{
	font-size: 14px;
	line-height: 1.8;
	color:#666;
}
.line-tit{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 50px;	
}
.line-tit:before,.line-tit:after{
	display: inline-block;
	content: "";
	width: 50px;
	height: 1px;
	background: #161616;
	vertical-align: middle;
}
.line-tit:before{
	margin-right: 25px;
}
.line-tit:after{
	margin-left: 25px;
}
.mid-desc{
	font-size: 15px;
	color:#888;
	line-height: 1.8;
}
/*产品模块一些公共类*/

/*性能优势*/
.standard_list{
	width: 30%;
	margin-left: 5%;
	padding-top: 30px;
	height: 140px;
}
.standard_list:first-child{
	margin-left: 0;
}
.standard_list h3{
	margin:0;
}
.standard_list p{
	max-width: 50%;
	color:#888;
	line-height: 1.4;
	margin:15px auto 0 auto;
}
.strength_wrap{
	padding: 30px 80px;
}
.strength_wrap>div{
	margin-bottom: 10px;
	overflow:hidden;
}
.strength_list{
	width: 26%; 
	float: left;
	margin-left:11%;
}
.strength_list:first-child{
	margin-left: 0;
}
.strength_list .small-desc{
	color:#fff;
	padding-left: 20px;
	text-align: left;
	position: relative;
	line-height: 1.5;
	font-size: 12px;
}
.strength_list .small-desc:before{
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
	content: "◆";
	font-size: 24px;
	color:#fff;
}
.strength_list .small-desc span{
	display: block;
	font-size: 14px;
}
/*性能优势*/
/*表格类*/
.craftwork table{
	width: 700px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: #eee;
}
.craftwork table th{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
}
.craftwork table tbody tr{
	border-top: 2px solid #f8f8f8;
}
.craftwork table th:first-child,.craftwork table td:first-child{
	border-right:2px solid #f8f8f8;
}
.craftwork table th,.craftwork table td{
	width: 50%;
	text-align: center;
	padding: 15px 0;
}
/*表格类*/
/*连接方式*/
.linkway{
	width: 980px;
	margin:0 auto;
}
.linkway>p span{
	font-size: 13px;
	margin-left: 10px;
}
.linkway table{
	width: 100%;
	border: 1px solid #eeeeed;
}
.linkway table td ,.linkway table th{
	text-align: center;
	height: 36px;
	font-size: 14px;
}
.linkway table th{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}
.linkway tbody tr,.linkway thead tr{
	border-top: 1px solid #eeeeed;
}
.linkway table td:first-child{
	border-left: none;
}
.linkway table td,.linkway table th{
	border-left: 1px solid #eeeeed;
}
/*连接方式*/
/*工程案例*/
.case_list{
	padding-bottom: 50px;
}
.case_list li p{
	padding: 15px;
	font-size: 15px;
	border:1px solid #eee;
	border-top: none;
}
.case_list .flex-control-paging li a.flex-active{
	background-color: #1fdb6f;
	background: -webkit-linear-gradient(left, #1fdb6f, #1cc4d4);
}
.case_list .flex-control-paging{
	bottom: -80px;
}
.case_list .flex-control-paging li a{
	background: #e5e5e5;
}
/*工程案例*/
/*宣传片*/
.video_wrap{
	position: relative;
}
.video-paly{
	width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;	
    margin-left: -40px;
    margin-top:-40px;
}
.video_wrap:hover .video-paly{
	border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.4);	
}
.video_wrap:hover .video-paly i{
	color:#fff;
}
.video_wrap .video-paly i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    text-align: center;
    display: block;
    line-height: 80px;
    text-indent: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*宣传片*/
/*设备 性能优势 表格其他七七八八相似样式*/
.strength_wrap_4 .strength_list{
	width: 22%;
	margin-left:4%;
}
.strength_wrap_4 .strength_list:nth-child(4n+1){
	margin-left: 0;
}
.equipment{
	border:1px solid #eee;
}

.equipment_desc{
	padding: 60px 50px;
}
.equipment_desc>div p{
	display: inline-block;
	width: 240px;
	vertical-align: middle;
	color: #7a7b7a;
	font-size: 15px;
}
.equipment_desc>div span{
	font-size: 26px;
	color:#35da80;
	margin-right: 40px;
	vertical-align: middle;
}
.equipment_img img{
	width: 100%;
}

.linkWayList>div{
	height: 170px;
	border:1px solid #eee;
	padding: 20px 20px 0 20px;
}
.linkWayList>div h3{
	color:#333;
}
.linkWayList>div p{
	color: #888;
}
.equipImgList>div{
	border:1px solid #eee;
	height: 210px;
	text-align: center;
	width: 100%;
	line-height: 210px;
}
.equipImgList img{max-width: 100%;height: auto;}

.craftwork.craftwork_in table,.craftwork.craftwork_mm table{
	width: 100%;
}
.craftwork.craftwork_in table tr td{
	border-right: 2px solid #f8f8f8;
	width: 7%;
	height: 75px;
}
.craftwork.craftwork_in table tr:first-child td:first-child{
/*	width: 110px;*/
	width: 9%;
	color:#fff;
}
.craftwork.craftwork_mm table tr td{
	border-right: 2px solid #f8f8f8;
	width: 6.06%;
	height: 65px;
}
.craftwork.craftwork_mm table tr:first-child td:first-child{
	width: 9%;
	color:#fff;
}
.craftwork_in_mm table{
	width: 96%;
}
.craftwork.craftwork_in_mm table tr td:first-child{
	color:#fff;
}
.craftwork_in_mm table tr td{
	border-right: 2px solid #f8f8f8;
	width: 16%;
	height: 75px;	
}

.equip_match>div{
	display: inline-block;
	margin:0 10px;
}
.equip_match>div img{
	max-width:100%; 
}

.tech_standard_list>div{
	height: 290px;
	padding: 20px 40px;
	text-align: left;
	line-height: 1.6;
}
.tech_standard_list>div>div{
	padding-left: 20px;
	position: relative;
}
.tech_standard_list>div>div:before{
	position: absolute;
	display: block;
    left: 0;
    top: -3px;
    content: "●";
    font-size: 24px;
    color: #1edc6f;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.strength_two{
	width: 630px;
	margin:0 auto;
}
.strength_two>div{
	padding:25px;
	height: 305px; 
	float: left;
	overflow: hidden;
	text-align: left;
	position: relative;
}
.strength_two>div h3{
	padding-bottom: 20px;
	margin:0;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.strength_two>div p i{
	margin-right: 9px;
	font-size: 13px;
}
.strength_two>div.strength_material p i{
	color:#cfa972;
}
.strength_two>div.strength_material{
	border:1px solid #eee;
}
.strength_two>div.strength_capability{
	color:#fff;
}
.strength_two>div.strength_capability p{
	color:#fff;	
}
.strength_two>div.strength_capability h3{
	border-color: #5adca1;
	color:#fff;	
}
.strength_two>div>img{
	position: absolute;
	bottom:-30px;
	right: -30px;
	max-width: 100%;
}

.linkWay-imgList>div{
	border:1px solid #eee;
	height: 380px;
}
.linkWay-imgList>div img{
	width: 100%;
}
.linkWay-desc-box h3{
	margin:0;
}
.linkWay-desc-box{
	padding: 35px;
}

.linkway.formatdata table td,.linkway.formatdata table th{
	height: 45px;
}
.linkway.formatdata table tbody tr:nth-child(2n){
	background: #eee;
}

.equip_match_b>div{
	width: 160px;
	height: 160px;
	border:1px solid #f6f6f6;
	line-height: 160px;
	text-align: center;
}

.linkWayList-bg-white.linkWayList>div{
	background: #fff;
}

.formatBox{
	border:1px solid #eee;
}
.formatList{
	height: 280px;
	border-left: 1px solid #eee;
	padding: 35px 30px;
}
.formatList:first-child{
	border-left: none;
	line-height: 220px;
}
.equipmatch_desc p{
	width: 40%;
	padding-left: 16px;
	position: relative;
	text-align: left;
}
.equipmatch_desc p:before{
	position: absolute;
	display: block;
    left: 0;
    top: -10px;
    content: "●";
    font-size: 24px;
    color: #1edc6f;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.craftwork_LS.craftwork table th:first-child,.craftwork_LS.craftwork table td:first-child{
	width: 33%;
}
.craftwork_LS.craftwork>p{
	width: 700px;
	margin:5px auto;
	line-height: 1.4;
}
.craftwork_noB.craftwork table th,.craftwork_noB.craftwork table td{
	width: 25%;
}
.craftwork_noB.craftwork table th:first-child, .craftwork_noB.craftwork table td:first-child,.craftwork_noB.craftwork table tbody tr{
	border:none;
}
.craftwork_noB.craftwork tbody tr:first-child td{
	font-weight: 600;
}
/*设备 性能优势 表格其他七七八八相似样式*/

/*新能源汽车与管业*/
.produce_wrap .pipe-car-section{
	background-size: 100% 100%;
	padding: 80px 0;
}
.pipe-car-h3{
	padding: 15px 0;
	border-bottom:1px solid #d1d3d8;
}
.pipe-car-p{
	margin-top: 15px;
}
.pipe-car-section-white {
	color:#fff;
}
.pipe-car-section-white .pipe-car-h3{
	border-color: #fff;
}

.pipe-car-btn{
	color:#cfa972;
	border:1px solid #cfa972;
	padding: 8px 16px;
	display: inline-block;
}
.pipe-car-section-white .pipe-car-btn{
	color:#fff;
	border-color: #fff;
}
.pipe-car-btn i{
	margin-left: 5px;
}
.pipe-car-img{
	position: relative;
}
.produce_wrap {
	overflow: hidden;
}
.produce_wrap section .pipe-car-img img{
	max-width: initial;
}
.pipe-car-img img{
	position: absolute;
	width: auto;	
}
.pipe-section_1{
	background-image: url(../img/produce/nachuanpipe_03.jpg);
}
.pipe-section_2{
	background-image: url(../img/produce/nachuanpipe_04.jpg);
}
.pipe-section_3{
	background-image: url(../img/produce/nachuanpipe_05.jpg);
}
.pipe-section_4{
	background-image: url(../img/produce/nachuanpipe_06.jpg);
}
.pipe-section_5{
	background-image: url(../img/produce/nachuanpipe_07.jpg);padding-top: 150px!important;
}
.pipe-section_1 .pipe-car-img img{
	left:-25%;top:-5000%;
}
.pipe-section_2 .pipe-car-img img{
	left:-25%;top:-6000%;
}
.pipe-section_3 .pipe-car-img img{
	left:-25%;top:0%;
}
.pipe-section_4 .pipe-car-img img{
	left:-25%;top:1000%;
}
.pipe-section_5 .pipe-car-img img{
	left:-25%;top:-14000%;
}

.car-section_1{
	background-image: url(../img/produce/nachuancar_03.jpg);padding-bottom: 150px!important;
}
.car-section_2{
	padding:150px 0!important;
}
.car-section_3{
	background-attachment: fixed;
    background-position: center 2px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	background-image: url(../img/produce/nachuancar_05.jpg);padding-top:200px;padding-bottom: 100px!important;
}
.car-section_3 .pipe-car-desc h3{
	display: block;
	color:#161616!important;
	background-image:none;
	-webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
.car-section_4{
	background-image: url(../img/produce/nachuanpipe_05.jpg);padding: 200px 0!important;
}
.car-section_5{
	padding-top: 150px;padding-bottom: 200px!important;
}
.car-section_1 .pipe-car-img img{
	left:-20%;top:12000%;
}
.car-section_2 .pipe-car-img img{
	left:-20%;top:0%;
}
.car-section_3 .pipe-car-img img{
	left:-40%;top:-10000%;
}
.car-section_4 .pipe-car-img img{
	left:0%;top:0%;
}
.car-section_5 .pipe-car-img img{
	left:0%;top:0;
}

.produce-nav {
	height: 80px;
}

.produce-nav div:nth-child(1) {
	text-align: right;
}

.produce-nav a:first-child {
	padding-right: 100px;
}

.produce-nav a:last-child {
	padding-left: 100px;
}

.top-nav {
	cursor: pointer;
	height: 80px;
	width: 50%;
	/*display: inline-block;*/
	float: left;
	border-bottom: 1px solid rgb(238, 238, 238);
	text-align: left;
}

.top-nav a {
	line-height: 80px;
	font-size: 1.5rem;
	display: inline-block;
	width: 100%;
}

.current-nav a {
	color: #FFFFFF;
}

.current-nav {
	border: none;
	background-color: #1fdb6f;
	background: -moz-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -webkit-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -o-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
}

/*新能源汽车与管业*/
@media screen and (max-width: 1200px) and (min-width: 768px){
	.navbar-top,.width-1200,.public-top,.min-1200,.width-900,.width-1000,.linkway{
		width: 100%;
		min-width: initial;
	}
	.navbar-top .logo{
		width: 20%;
	}
	.navbar-top .list{
		width: 80%;
	}
	.produce_wrap section .pipe-car-img img{
	    position: static;
	    z-index: 3;
	    max-width: 100%;
	    margin-top: 0;
	}
	.produce-nav a:last-child,.produce-nav a:first-child{
		padding: 0;
		margin:0;
		text-align: center;
		line-height: 40px;
	}

	.produce-nav .top-nav {
		height: 40px;
	}	
}
@media screen and (max-width: 767px) {
	.produce-nav a:last-child,.produce-nav a:first-child{
		padding: 0;
		margin:0;
		text-align: center;
		line-height: 40px;
	}
	.produce-nav, .produce-nav .top-nav {
		height: 40px;
	}
	.produce_wrap section.car-section_5{
		padding-top:140%!important;
	}
	.produce_wrap section.car-section_3{
		padding-top:80%!important;
	}
	.produce_wrap .pipe-car-section{
		padding-top: 100%!important;
	}
	.pipe-section_5{
		padding-top: 100%!important;
	}
	.produce_wrap .pipe-car-section.car-section_3{
		padding-top: 100%!important;
	}
	.navbar-top,.width-1200,.public-top,.min-1200,.width-900,.width-1000,.linkway{
		width: 100%;
		min-width: initial;
	}	
	.weight-tit{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.produce_wrap section{
		padding: 30px 0;
	}
	.strength_list{
		width: 32%;
		margin-left: 2%;
	}
	.craftwork table{
		width: 100%;
	}
	.strength_wrap{
		padding: 10px 15px;
	}
	.standard_list{
		height: auto;
		padding-bottom: 15px;
		padding-top: 15px;
	}	
	.standard_list p{
		max-width: 80px;
	}
	.mt-40{
		margin-top: 20px;
	}
	.public-top{
		padding-top: 50px;
		height: 220px;
	}
	.public-top h1{
		margin-top: 0;
		font-size: 23px;
	}
	.public-top>div>p{
		font-size: 15px;
		margin-top: 10px;
	}
	.navbar-static-bottom .pull-left{
		width: 100%;
	}
	.navbar-static-bottom .pull-left:last-child{
		display: none;
	}
	.equipment_desc{
		padding: 10px 10px;
	}
	.equipment_desc>div{
		margin-top: 0;
	}
	.equipment_desc>div span{
		font-size: 16px;
		margin-right: 10px;
	}
	.equipment_desc>div p{
		max-width: 100%;
	}
	.tech_standard_list>div{
		height: auto;
	}
	.strength_two{
		width: 100%;
	}
	.strength_two>div>img{
		width: 100px;
	}
	.pipe-car-img{
		position: static;
	}
	.pipe-car-desc{
		position: relative;
		z-index: 9
	}
	.pipe-car-section{
		position: relative;
		/*padding-top: 250px;*/
	}
/*	.pipe-car-section:before{
		content: "";
		display: block;
		background: rgba(0,0,0,0.3);
		position: absolute;
		height: 100%;
		left:0;
		top:0;
		width: 100%;
		z-index: 5;
	}*/
	.produce_wrap section.car-section_5 .pipe-car-img img{
		margin-top: -120%;
	}
	.produce_wrap section.car-section_3 .pipe-car-img img{
		margin-top: -80%;
	}	
	.produce_wrap section .pipe-car-img img{
	    position: absolute;
	    top: 50%;
	    left: 0;
	    z-index: 3;
	    max-width: 100%;
	    margin-top: -100%;
	}
}

