/* 公共样式 */
*{font-style: normal; outline: none; word-break: break-all; box-sizing: border-box;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0;border:0;} 
body{min-width: 1200px;}
body{background:#fff;color:#333333;font-size:12px; font-family:"微软雅黑"; min-width: 1200px;} 
ul,ol,li{list-style:none;} 
select,input,img,select{vertical-align:middle;} 
a{text-decoration:none; color: #333333;} 
header,div,footer,section,article,h1,h2,h3,p{display: block;}
@blue:#3a68bd;
@green:#0061af;
@white:#fff;
@font:10px;
/* 清除浮动 */
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.p{width:100%; padding:0 calc(~"50% - 600px");}
/* 垂直居中 */
.center{display: flex; justify-content: center; align-items:Center;}
.text_over{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/* hover放大缩小 */
.scale_in{transition: all 1s; cursor: pointer;}
.scale_in:hover{transform: scale(1.05); z-index: 999;}
/* 翻转 */
.rotate{transition:1s ease; -webkit-transition:1s ease;-moz-transition:1s ease;}
.i_about_in:hover .rotate{-webkit-transform:rotatey(360deg);-moz-transform:rotatey(360deg);}
/* 入场动画 */
.ani-r{opacity: 0;-webkit-transform: translate(@font * 20, 0);-moz-transform: translate(@font * 20, 0);transform: translate(@font *20, 0);}
.ani-l{opacity: 0;-webkit-transform: translate(-@font * 20, 0);-moz-transform: translate(-@font * 20, 0);transform: translate(-@font *20, 0);}
.ani-lt{opacity: 0;-webkit-transform: translate(-@font * 20, @font * 20);-moz-transform: translate(-@font *20, @font *20);transform: translate(-@font *20, @font * 20);}
.tans1{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;}
.tans2{-webkit-transition: all .2s;-moz-transition: all .2s;transition: all .2s;}
.ani-b-s{opacity: 0;-webkit-transform: translate(0, @font * 20);-moz-transform: translate(0, @font * 20);transform: translate(0, @font * 20);}
.ani-b-d{opacity: 0;-webkit-transform: translate(@font * 20, 0);-moz-transform: translate(@font * 20, 0);transform: translate(@font * 20, 0);}
.root{opacity: 1;-webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); transform: translate(0, 0);}
.opacity0{opacity: 0;}
.opacity1{opacity: 1;}
.p_100{padding-bottom: @font * 10;}
.p_1{padding-top: @font * 10; padding-bottom: @font * 10;}

/* header */
.contact_i_head{
	position: fixed;
	top: 0;
	z-index: 99999;
	color: @white;
	line-height: @font * 3;
	background: @blue;
	span{
		float: left;
		font-size: @font * 1.4;
		color: white;
		i{
			display: inline-block;
			margin: 0 @font * .5;
		}
	}
	p{
		float: right;
		font-family: arial;
		font-size: @font * 1.8;
		font-weight: 600;
		letter-spacing: @font * .1;
	}
	p:after{
		float: right;
		margin-left: @font;
		width: @font * 3.6;
		height: @font * 3;
		content: " ";
		background: url(../images/icon.png) no-repeat center @green;
		background-position: -@font * 28.7 @font * .6;
		border-radius: 0 0 @font @font;
	}
}
/* nav */
.header{
	background: @white;
	.nav{
		display: block;
		font-size: 0;
		height: @font * 10;
		li{
			float: left;
			font-size: @font * 1.6;
			line-height: @font * 10;
			margin-right: @font * 5.8;
			a{
				display: block;
			}
		}
		li:hover{
			a{
				color: @blue;
				font-weight: bold;
			}
		}
		li:nth-child(4){
			margin-right: 0;
		}
		li:last-child{
			margin-right: 0;
		}
		h1{
			float: left;
			width: @font * 29.8;
			height: 100%;
			text-align: center;
			font-size: 0;
			padding-top: 15px;
			
		}
		.active{
			a{
				color: @blue;
				font-weight: bold;
			}
		}
.lv1box{
position:relative;
}
.lv2box {
  position: absolute;
  top: 100%;
  left: 50%;
transform: translateX(-50%);
  width: 300%;
  transition: 0.2s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -moz-transition: 0.2s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -webkit-transition: 0.2s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -o-transition: 0.2s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -ms-transition: 0.2s all cubic-bezier(1, -0.6, 0.195, 0.34);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
z-index:9;
box-shadow:4px 4px 10px #CED8E2;
}

.lv2box a {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
line-height:1.5;
border-bottom:1px solid rgba(44,102,225,0.3);
transition: 0.2s all cubic-bezier(1, -0.6, 0.195, 0.34);
}
.lv3box:last-child a{
border-bottom:none;
}
.lv2box a:hover{
background:#3a68bd;
color:#FFF;
}
.lv1box:hover .lv2box {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
	}
}
/* banner */
.banner{
	position: relative;
	width: 100%;
	height: auto;
	overflow:hidden;
	.img_banner{
		margin: 0 auto;
		display: block;
		width: 100%;
		height: auto;
		z-index: -1;
	}
	.title{
		.center;
		height: @font * 4.6;
		text-align: center;
		margin-top: @font * 10.3;
		margin-bottom: @font * 2.3;
		b:before{
			display: inline-block;
			width: @font * 19;
			height: @font * .5;
			content: " ";
			margin-right: @font * 3.5;
			background: @green;
		}
		b:after{
			display: inline-block;
			width: @font * 19;
			height: @font * .5;
			content: " ";
			margin-left: @font * 3.5;
			background: @green;
		}
	}
	.text{
		display: block;
		text-align: center;
		margin-bottom: @font * 3.4;
	}
	.pro_banner{
		img:nth-child(1){
			margin-right: @font * 6.9;
			margin-top: @font * 13.9;
		}
		img:nth-child(2){
			margin-right: @font * 2.8;
			margin-top: @font * 11.9;
		}
		img:nth-child(3){
			margin-right: @font * 2.3;
		}
		img:nth-child(4){
			margin-right: @font * 2.8;
			margin-top: @font * 5.9;
		}
		img:nth-child(5){
			margin-right: @font * 2.8;
			margin-top: @font * 13.9;
		}
	}
	.swiper-pagination-bullets{
		bottom: 0;
		.swiper-pagination-bullet{
			width: 15px;
			height: 15px;
			margin: 0 10px;
		}
		.swiper-pagination-bullet-active{
			background: @blue;
		}
	}
}
/* 主页产品 */
.title_column_c{
		display: block;
		font-size: @font * 4;
		line-height: @font * 4;
		font-weight: bold;
		text-align: center;
		i{
			color: @green;
			font-weight: bold;
		}
	}
.title_column_e{
	display: block;
	font-family: arial;
	font-size: @font * 2;
	color: #999999;
	text-transform: uppercase;
	line-height: @font * 4.4;
	text-align: center;
}
.pro_i{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-top: @font * 6;
	padding-bottom: @font * 10;
	overflow: hidden;
	.list{
		position: relative;
		padding-top: @font * 4;
		width: 1200px;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
		li{
			position: relative;
			float: left;
			width: @font * 28.8;
			height: @font * 32.5;
			border-radius: @font @font 0 0;
			border: solid 1px #dcdcdc;
			margin-right: @font * 1.6;
			margin-bottom: @font * 3.5;
			.pro_img{
				width: 100%;
				height: @font * 28;
				padding: @font * 3;
				.center;
				img{
					max-width: 100%;
					max-height: 100%;
					-webkit-transform: scale(1);
					-moz-transform: scale(1);
					transform: scale(1);
					.tans1;
				}
			}
			p{
				display: block;
				font-size: @font * 1.6;
				line-height: @font * 2;
				text-align: center;
				.text_over;
			}
			&:after{
				position: absolute;
				bottom: -@font * .4;
				width: 100%;
				height: @font * .8;
				content: " ";
				border-radius: @font * 3;
				background: @green;
			}
			.pro_hover{
				position: absolute;
				left: -@font * 2.65;
				top: -@font * 3.6;
				width: @font * 34;
				height: @font * 39.7;
				background: url(../images/bg_pro_hover.png) no-repeat center;
				background-size: 100% 100%;
				z-index: 9999;
				opacity: 0;
				z-index: -999;
				b{
					display: block;
					font-size: @font * 1.8;
					line-height: @font * 3.2;
					color: @white;
					text-align: center;
					.ani-l;
					.tans1;
				}
				b:before{
					width: @font * 6.2;
					height: @font * 6.2;
					content: " ";
					background: url(../images/icon.png) no-repeat center;
					background-position: -42px -1087px;
					display: block;
					margin: 0 auto @font * 3.7s;
				}
			}
			&:hover{
				.pro_img{
					img{
						-webkit-transform: scale(1.2);
						-moz-transform: scale(1.2);
						transform: scale(1.2);
					}
				}
				p,&:after{
					opacity: 0;
				}
				.pro_hover{
					opacity: 1;
					z-index: 9999;
					.center;
					b{
						.root;
						.tans1;
					}
				}
			}
		}
		li:nth-child(4n){
			margin-right: 0;
		}
	}
	.swiper-button-prev{
		top: 83px;
		width: 140px;
		height: 52px;
		background: url(../images/icon.png) no-repeat center #eeeeee;
		background-position: 5px -66px;
		border-radius: 30px 0 0 0;
	}
	.swiper-button-next{
		top: 83px;
		width: 140px;
		height: 52px;
		background: url(../images/icon.png) no-repeat center #eeeeee;
		background-position: 5px -154px;
		border-radius: 0 30px 0 0;
	}
	.swiper-button-prev:hover{
		background: url(../images/icon.png) no-repeat center #d5d7da;
		background-position: 5px -66px;
	}
	.swiper-button-next:hover{
		background: url(../images/icon.png) no-repeat center #d5d7da;
		background-position: 5px -154px;
	}
}
/* 主页公司简介 */
.about_i{
	position: relative;
	height: @font * 57.3;
	background: url(../images/bg_about_i.jpg) no-repeat center;
	overflow: hidden;
	.img_about_i{
		width: 49.7%;
		height: 100%;
		overflow: hidden;
		position: absolute;
		left: 0;
		img{
			position: absolute;
			right: 0;
			width: @font * 95.5;
			height: 100%;
		}
	}
	.cont_about_i{
		width: @font * 52.5;
		float: right;
		padding-top:@font * 9.5;
		h1{
			display: block;
			font-size: @font * 2.4;
			line-height: @font * 3.2;
			font-weight: bold;
			color: @blue;
		}
		h2{
			display: block;
			font-family: arial;
			font-size: 12.2px;
			line-height: @font * 3.2;
			color: @blue;
		}
		p{
			display: block;
			font-size: @font * 1.6;
			line-height: @font * 3.2;
			margin-top: @font * 3.2;
		}
	}
}
/* 主页项目案例 */
.case_i{
	padding-top: @font * 10;
	padding-bottom: @font * 10;
	background: url(../images/bg_case_i.jpg) no-repeat center;
	background-size: auto 100%;
	overflow: hidden;
height:883px;
	.list_case_i{
		margin-top: @font * 3.7;
		li{
			position: relative;
			float: left;
			margin-right: @font * .45;
			margin-bottom: @font * .9;
			width: @font * 37.6;
			height: @font * 27.5;
			border-radius: @font;
                                                text-align:center;
			img{
				width: auto;
                                                                max-width:100%;
				height: 100%;
				border-radius: @font;
			}
			p{
				position: absolute;
				bottom: 0;
				width: 100%;
				height: @font * 6;
				background: rgba(255,255,255,.8);
				border-radius: 0 0 @font @font;
				font-size: @font * 1.6;
				line-height: @font * 6;
				text-align: center;
				font-weight: bold;
			}
			&:nth-child(3n){
				margin-right: 0;
			}
		&:hover{
			p{
				color: @green;
			}
		}
		}
		&.pro-case {
			overflow: hidden;
		}
	}
}
/* 主页五大优势 */
.advantage_i{
	background: url(../images/bg_advantage.jpg) no-repeat center bottom;
	padding-top: @font * 9;
	overflow: hidden;
	.list_advantage_i{
		padding-top: @font * 4;
		li{
			position: relative;
			top: 0;
			float: left;
			text-align: center;
			padding-bottom: 60px;
			.center;
			.tans1;
			overflow: hidden;
			b{
				display: block;
				font-size: @font * 1.8;
				line-height: @font * 3;
				font-weight: bold;
				.tans1;
				.root;
			}
			b:before{
				margin: auto;
			}
			i{
				display: block;
				font-family: arial;
				font-size: @font * 1.8;
				line-height: @font * 3;
				text-transform: uppercase;
				.root;
				.tans1;
			}
			.advantage_i_hover{
				position: absolute;
				z-index: 99;
				padding: 0 @font * 4;
				opacity: 0;
				.ani-l;
				.tans1;
				p{
					font-size: @font * 1.6;
					line-height: @font * 3.2;
					color: @white;
					text-align: left;
				}
				a{
					display: block;
					margin-top: @font * 4;
					font-size: @font * 1.6;
					text-transform: uppercase;
					font-weight: bold;
					text-align: center;
				}
			}
		/*&:hover{
			top: -@font * 2;
			b,i{
				opacity: 0;
				.ani-l;
			}
			.advantage_i_hover{
				opacity: 1;
				.root;
			}
		}*/
		}
		li:nth-child(1){
			width: @font * 24;
			height: @font * 40.5;
			background: url(../images/advantage_01.png) no-repeat top center;
			margin-top: -32px;
			b:before{
				width: @font * 8.5;
				height: @font * 8.1;
				content: " ";
				display: block;
				background: url(../images/icon.png) no-repeat center;
				background-position: -35px -278px;
			}
			&:after{
				position: absolute;
				bottom: 0;
				width: 100%;
				height: @font * 6;
				content: " ";
				background: url(../images/advantage_shadow_01.png) no-repeat center;
			}
		}
		li:nth-child(2){
			width: @font * 24;
			height: @font * 35.5;
			background: url(../images/advantage_02.png) no-repeat top center;
			margin-top: -10px;
			b:before{
				width: @font * 8.5;
				height: @font * 8.1;
				content: " ";
				display: block;
				background: url(../images/icon.png) no-repeat center;
				background-position: -35px -442px;
			}
			&:after{
				position: absolute;
				bottom: 0;
				width: 100%;
				height: @font * 5.1;
				content: " ";
				background: url(../images/advantage_shadow_02.png) no-repeat center;
			}
		}
		li:nth-child(3){
			width: @font * 24;
			height: @font * 31.8;
			background: url(../images/advantage_03.png) no-repeat top center;
			b:before{
				width: @font * 8.5;
				height: @font * 8.1;
				content: " ";
				display: block;
				margin-bottom: @font * 2;
				background: url(../images/icon.png) no-repeat center;
				background-position: -35px -606px;
			}
			&:after{
				position: absolute;
				bottom: 0;
				width: 100%;
				height: @font * 6;
				content: " ";
				background: url(../images/advantage_shadow_03.png) no-repeat center;
			}
		}
		li:nth-child(4){
			width: @font * 24;
			height: @font * 35.5;
			background: url(../images/advantage_04.png) no-repeat top center;
			margin-top: -10px;
			b:before{
				width: @font * 8.5;
				height: @font * 8.1;
				content: " ";
				display: block;
				margin-bottom: @font * 1.8;
				background: url(../images/icon.png) no-repeat center;
				background-position: -35px -778px;
			}
			&:after{
				position: absolute;
				bottom: 0;
				width: 100%;
				height: @font * 5.1;
				content: " ";
				background: url(../images/advantage_shadow_04.png) no-repeat center;
			}
		}
		li:nth-child(5){
			width: @font * 24;
			height: @font * 40.5;
			background: url(../images/advantage_05.png) no-repeat top center;
			margin-top: -32px;
			b:before{
				width: @font * 8.5;
				height: @font * 8.1;
				content: " ";
				display: block;
				margin-bottom: @font * 2.5;
				background: url(../images/icon.png) no-repeat center;
				background-position: -35px -944px;
			}
			&:after{
				position: absolute;
				bottom: 0;
				width: 100%;
				height: @font * 6;
				content: " ";
				background: url(../images/advantage_shadow_05.png) no-repeat center;
			}
		}
	}
}
/* 主页新闻动态 */
.news_i{
	padding-bottom: @font * 10;
	overflow: hidden;
	.list_news_i{
		position: relative;
		margin-top: @font * 3.8;
		overflow: hidden;
		li{
			float: left;
			margin-bottom: @font * 1.5;
			width: @font * 59.3;
			height: @font * 12.5;
			border: dashed 1px #d2d2d2;
			line-height: @font * 3.6;
			a{
				display: block;
				padding: @font * 2.5 @font * 3.8;
			}
			h1{
				display: block;
				b{
					width: @font * 40;
					font-weight: bold;
					.text_over;
				}
				i{
					font-size: @font * 1.8;
					color: #999999;
					float: right;
				}
			}
			p{
				display: block;
				font-size: @font * 1.6;
				color: #999999;
			}
			&:hover{
				background: #eeeeee;
				border-color: rgba(0,0,0,0);
				h1{
					color: @blue;
					i{
						color: @blue;
					}
				}
			}
		}
		li:nth-child(even){
			float: right;
		}
	}
}
/* 主页联系方式 */
.contact_i{
	padding-top: @font * 6.5;
	padding-bottom: @font * 1.5;
	background: url(../images/bg_contact_i.jpg) no-repeat center;
	.left_contact_i{
		width: @font * 46;
		float: left;
		p{
			display: block;
			font-family: arial;
			font-size: @font * 3;
			line-height: @font * 4;
			font-weight: 800;
			margin-bottom: @font * 1.7;
			i{
				font-weight: 800;
				color: @green;
				margin-left: @font * 1.3;
			}
		}
		li{
			display: block;
			margin-top: @font * 1.3;
			input{
				float: left;
				padding: 0 @font * 2.2;
				width: @font * 22;
				height: @font * 4.5;
				font-size: @font * 1.6;
				line-height: @font * 4.5;
				color: #999999;
				background: @white;
				border-radius: @font * 3;
				border: 0;
			}
			input:nth-child(2){
				float: right;
			}
			textarea{
				float: left;
				width: @font * 39.8;
				height: @font * 7.7;
				font-size: @font * 1.6;
				line-height: @font * 2.6;
				color: #999999;
				background: @white;
				border-radius: @font * 1.5 0 0 @font * 1.5;
				padding: @font * 1.6 @font * 2.2 @font * .9;
				resize: none;
				border: 0;
				overflow: hidden;
			}
			button{
				width: @font * 5.5;
				height: @font * 7.7;
				float: right;
				padding: 0 @font * 1.5;
				border-radius: 0 @font * 1.5 @font * 1.5 0;
				text-align: center;
				font-size: @font * 1.6;
				line-height: @font * 2.4;
				color: white;
				font-weight: 800;
				background: @green;
				border: 0;
				cursor: pointer;
			}
		}
	}
	.right_contact_i{
		float: right;
		width: @font * 50;
		.info_contact_i{
			float: left;
			width:100%;
			h1{
				display: block;
				margin-bottom: @font * 1.7;
				font-size: @font * 2;
				line-height: @font * 4;
				font-weight: bold;
			}
			li{
				display: block;
				font-size: @font * 1.6;
				line-height: @font * 3.6;
			}
		}
		.code_contact_i{
			width: @font * 16.9;
			float: right;
			img{
				width: 100%;
				height: @font * 16.9;
				display: block;
			}
			p{
				display: block;
				width: 100%;
				height: @font * 4;
				background: @blue;
				text-align: center;
				color: @white;
				font-size: @font * 1.6;
				line-height:  @font * 4;
				border-radius: 0 0 @font * 1.5 @font * 1.5;
			}
		}
	}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
 color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #999999;
}
}
/* 走进易思通 */
.banner_in{
	height: 360px;
	position: relative;
	overflow: hidden;
	img{
		height: 100%;
		position: absolute;
		left: 50%;
		margin-left: -960px;
	}
}
.button_change{
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
	font-size: 0;
	a{
		display: inline-block;
		margin-right: 30px;
		width: 200px;
		height: 70px;
		display: inline-block;
		border: solid 1px @green;
		border-radius: 0 0 15px 15px;
		font-size: 24px;
		line-height: 70px;
		text-align: center;
	}
	a:last-child{
		margin-right: 0;
	}
	a:hover{
		background: @green;
		color: @white;
		font-weight: bold;
	}
	.active{
		background: @green;
		color: @white;
		font-weight: bold;
	}
}
.content_about{
	padding-top: 38px;
	img{
		float: left;
		margin-right: 90px;
		width: 549px;
		height: 335px;
		border-radius: 10px;
	}
	h1{
		display: block;
		font-size: 24px;
		line-height: 46px;
		font-weight: bold;
	}
	p{
		display: block;
		margin-top: 30px;
		font-size: 16px;
		line-height: 32px;
	}
}
.list_factory{
	background: url(../images/factory_bg.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding-top: 90px;
	/*margin-top: 70px;*/
	.p_100;
	li{
		margin-bottom: 36px;
		margin-right: 24px;
		width: 282px;
		float: left;
		img{
			display: block;
			width: 100%;
			height: 388px;
			border-radius: 15px;
			&.kh {
				height: 184px;
			}
			&.zz {
				height: 397px;
			}
			&.jj {
				height: 388px;
			}
		}
		p{
			display: block;
			font-size: 16px;
			line-height: 46px;
			text-align: center;
		}
		&:nth-child(4n){
			margin-right: 0;
		}
		&:hover{
			p{
				color: @green;
			}
		}
	}
	&.hzkh {
		margin-top: 0;
	}
}
/* 产品中心 */
.content_pro{
	padding-top: 80px;
	padding-bottom: 80px;
	.left_pro{
		width: 300px;
		float: left;
		p{
			display: block;
			margin-bottom: 5px;
			font-size: 30px;
			line-height: 80px;
			text-align: center;
			font-weight: bold;
			background: url(../images/bg_pro_title.jpg) no-repeat center;
			color: @white;
			b{
				display: inline-block;
				width: 32px;
				height: 24px;
				background: url(../images/icon.png) no-repeat center;
				background-position: -170px 130px;
				margin-right: 22px;
			}
		}
		.change_pro{
			display: block;
			li{
				display: block;
				margin-bottom: 3px;
				background: #eeeeee;
				a{
					display: block;
					padding-left: 75px;
					font-size: 18px;
					line-height: 80px;
				}
				&:hover{
					background: @white;
					a{
						color: @green;
						font-weight: bold;
					}
				}
			}
			.active{
				background: @white;
				a{
					color: @green;
					font-weight: bold;
				}
			}
		}
	}
	.right_pro{
		float: right;
		width: 835px;
		li{
			float: left;
			margin-right: 14px;
			margin-bottom: 45px;
			width: 269px;
			span{
				width: 100%;
				height: 180px;
				.center;
				border:solid 1px #bfbfbf;
				img{
					max-width: 100%;
					max-height: 100%;
				}
			}
			p{
				display: block;
				font-size: 16px;
				line-height: 53px;
				padding-left: 25px;
				padding-right: 53px;
				position: relative;
				background: #eeeeee;
			}
			p:after{
				position: absolute;
				top: 0;
				right: 0;
				width: 53px;
				height: 100%;
				content: " ";
				background: url(../images/jia.png) no-repeat center @green;
				z-index: 99;
			}
			&:nth-child(3n){
				margin-right: 0;
			}
			&:hover{
				p{
					background: @blue;
					b{
						color: white;
						font-weight: bold;
					}
				}
			}
			&.right-pro-video {
				span {
					height: 152px;
				}
				p {
					padding: 10px;
					line-height: 25px;
					&:after {
						display: none;
					}
				}
			}
		}
	}
}
/* 项目案例 */
.case_change{
	padding-top: 74px;
	padding-bottom: 68px;
	.list{
		p{
			width: 140px;
			float: left;
			font-size: 24px;
			line-height: 33px;
			float: left;
			font-weight: bold;
		}
		ul{
			float: left;
			width: 1060px;
			li{
				float: left;
				margin-right: 12px;
				border: solid 1px #d2d2d2;
				border-radius: 10px;
				a{
					display: block;
					padding: 0 15px;
					font-size: 14px;
					line-height: 33px;
					text-align: center;
					color: #999999;
				}
				&:hover{
					background: @green;
					border-color: @green;
					a{
						color: @white;
					}
				}
			}
			.active{
				background: @green;
				border-color: @green;
				a{
					color: @white;
				}
			}
		}
		&:nth-child(1){
			margin-bottom: 27px;
		}
	}
}
.list_case{
	display: block;
	.p_100;
	li{
		position: relative;
		width: 590px;
		float: left;
		padding: 16px 14px;
		margin-right: 20px;
		margin-bottom: 55px;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		img{
			width: 293px;
			height: 210px;
			float: left;
		}
		.right_case{
			float: right;
			width: 236px;
			h1{
				display: block;
				margin: 16px 0;
				font-weight: bold;
			}
			p{
				display: block;
				font-size: 16px;
				line-height: 30px;
				margin-bottom: 4px;
				margin-left: -7px;
			}
			a{
				position: relative;
				display: block;
				margin-top: 36px;
				width: 120px;
				height: 34px;
				font-size: 14px;
				line-height: 34px;
				text-align: center;
				color: @green;
				border: solid 1px @green;
			}
			a:hover{
				background: @green;
				color: white;
			}
		}
		&:nth-child(2n){
			margin-right: 0;
		}
	}
}
/* 资质证书 */
.title_honor{
	display: block;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
.honor_img{
	display: block;
	.p_100;
	li{
		position: relative;
		float: left;
		width: 380px;
		height: 540px;
		margin-right: 30px;
		margin-bottom: 90px;
		img{
			width: 100%;
			height: 100%;
			display: block;
			border-radius: 0 0 40px 40px;
		}
		p{
			.text_over;
			position: absolute;
			bottom: 0;
			width: 100%;
			z-index: 99;
			border-radius: 0 0 40px 40px;
			background: rgba(0,0,0,.5);
			font-size: 16px;
			line-height: 70px;
			text-align: center;
			color: @white;
		}
		&:hover{
			p{
				background: @green;
				font-weight: bold;
			}
		}
		&:nth-child(3n){
			margin-right: 0;
		}
		&:after{
			content: " ";
			position: absolute;
			bottom: -75px;
			width: 100%;
			height: 70px;
			z-index: 99;
			background: url(../images/honor_after.png) no-repeat center;
		}
	}
}
/* 下载中心 */
.hover_download{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999999;
		background: white;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
		.tans1;
		.center;
		img{
			max-width: 100%;
			max-height: 100%;
		}
	}
.list_download{
	.p_100;
	li{
		display: block;
		padding: 43px 55px 60px;
		margin-bottom: 20px;
		background: #eeeeee;
		.img_download{
			width: 72px;
			height: 64px;
			float: left;
			margin-right: 50px;
		}
		.left_download{
			float: left;
			width: 600px;
			h1{
				display: block;
				font-size: 18px;
				line-height: 34px;
			}
			p{
				display: block;
				font-size: 12px;
				line-height: 26px;
				color: #666666;
				b{
					display: inline-block;
					margin-right: 48px;
				}
			}
		}
		.button_download{
			float: right;
			font-size: 0;
			padding-top: 10px;
			a{
				position: relative;
				display: inline-block;
				width: 117px;
				height: 48px;
				font-size: 16px;
				line-height: 48px;
				text-align: center;
				color: @green;
				border: solid 1px @green;
				border-radius: 5px;
				cursor: pointer;
				background: white;
			}
			a:hover{
				background: @green;
				color: @white;
			}
			a:nth-child(1){
				margin-right: 24px;
			}
		}
	}
	.active{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

/* 视频中心 */
.list_video{
	padding-top: 37px;
	padding-bottom: 100px;
	li{
		float: left;
		position: relative;
		width: 390px;
		margin-right: 15px;
		margin-bottom: 90px;
		a{
			display: block;
		}
		a:before{
			position: absolute;
			width: 100%;
			height: 100%;
			content: " ";
			background: url(../images/video_icon.png) no-repeat center;
			z-index: 999;
		}
		img{
			width: 100%;
			height: 265px;
			display: block;
		}
		p{
			position: absolute;
			bottom: -36px;
			left: 50%;
			margin-left: -132.5px;
			width: 265px;
			height: 72px;
			background: @white;
			border-radius: 0 0 30px 30px;
			font-size: 16px;
			line-height: 72px;
			text-align: center;
			z-index: 99;
			box-shadow: 0 0 10px rgba(0,0,0,.2);
		}
		&:hover{
			p{
				background: @green;
				color: @white;
			}
		}
		&:nth-child(3n){
			margin-right: 0;
		}
	}
}
/* 新闻动态 */
.news{
	.p_100;
	.top_news{
		padding-top: 70px;
		.left_news{
			float: left;
			position: relative;
			margin-left: 53px;
			width: 664px;
			height: 350px;
			border: solid 6px @blue;
			img{
				position: absolute;
				right: 52px;
				top: -32px;
				width: 664px;
				height: 350px;
				z-index: 99;
			}
			p{
				position: absolute;
				top: 6px;
				left: 20px;
				width: 624px;
				height: 370px;
				z-index: 2;
				background: #eeeeee;
				span{
					position: absolute;
					bottom: 30px;
					right: 50px;
					font-size: 18px;
					line-height: 18px;
				}
			}
		}
		.right_news{
			position: relative;
			width: 420px;
			float: right;
			h1{
				display: block;
				font-size: 24px;
				line-height: 40px;
				margin-bottom: 39px;
			}
			div {
				display: block;
				font-size: 16px;
				line-height: 32px;
				height: 192px;
			}
			p {
				font-size: 16px;
				line-height: 32px;
			}
			i{
				display: block;
				font-size: 16px;
				line-height: 16px;
				color: @green;
				text-align: right;
				margin-top: 65px;
			}
			&:hover{
				h1{
					color: @green;
				}
			}
		}
	}
	.bottom_news{
		/*padding-top: 78px;*/
		li{
			position: relative;
			display: block;
			line-height: 20px;
			border-bottom: dashed 1px #efefef;
			a{
				display: block;
				padding: 30px 0;
			}
			h1{
				.text_over;
				float: left;
				width: 1000px;
				font-size: 18px;
				padding-left: 40px;
			}
			h1:before{
				position: absolute;
				left: 0;
				top: 32px;
				content: " ";
				width: 16px;
				height: 16px;
				border: solid 1px rgba(0,0,0,0);
				border-radius: 100%;
			}
			h1:after{
				position: absolute;
				left: 5px;
				top: 37px;
				content: " ";
				width: 8px;
				height: 8px;
				background:#bfbfbf;
				border-radius: 100%;
			}
			b{
				font-size: 16px;
				color: #999999;
				float: right;
			}
			&:hover{
				h1{
					color: @green;
				}
				h1:before{
					border-color: @green;
				}
				h1:after{
					background: @green;
				}
				b{
					color: @green;
				}
			}
		}
	}
	.page{
		margin-top: 50px;
	}
}
/* 内页 */
.news_in{
	.p;
	.p_100;
	font-size:16px;
	line-height:32px;
	.top{
		display: block;
		font-size: 0;
		text-align: right;
		line-height: 60px;
		a,span{
			display: inline-block;
			font-size: 16px;
		}
		span{
			color: @blue;
		}
		a:hover{
			color: @blue;
		}
		i{
			display: inline-block;
			font-size: 16px;
			margin: 0 10px;
		}
	}
                p{
width:1000px;
margin:0 auto;
}
	img{
		max-width: 100%;
	}
	h1{
		font-size: 36px;
		line-height: 80px;
		display: block;
		text-align: center;
		border-bottom: solid 1px #eeeeee;
		letter-spacing: 2px;
	}
	.l_num{
		font-size: 16px;
		line-height: 50px;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
                .image{
text-align:center;
margin-top:40px;
}
	.bottom{
			font-size: 0;
			margin-top: 50px;
		span,a{
			display: inline-block;
			font-size: 16px;
			line-height: 40px;
		}
		a:hover{
			color: @blue;
		}
		.pre{
			width: 50%;
			float: left;
		}
		.next{
			width: 50%;
			float: right;
			text-align: right;
		}
	}
img{
			max-width: 100%;
		}
		.flex{
			display: flex;
			
		}
		.left{
			width: 40%;
		}
		.right{
			width: calc(60% - 1rem);
		}
		.flex .left .swiperbox{
			position: relative;
			border: 1px solid rgba(0, 0, 0, 0.15);
			width: 100%;
			box-sizing: border-box;
		}
		.flex .left .swiperbox .fangda{
			position: absolute;
			left: 0.4rem;
			bottom: 0.4rem;
			z-index: 9;
			width: 2rem;
		}
.flex .left .swiperbox .swiper{
box-sizing:content-box;
}
		.swiperbox .swiper-slide{
			text-align: center;
			box-sizing: border-box;
			padding: 0.32rem;
		}
		.flex .right{
			margin-left: 1rem;
			color: #4B5968;
padding:0 0.4rem;
		}
		.flex .right .chanpindet{
			
		}
		.flex .right .title{
			font-size: 30px;
			margin-bottom: 30px;
		}
		.flex .right .txt{
			font-size: 16px;
			color: #666;
		}
.imgbox .swiper{
box-sizing:content-box;
}
		.imgbox .swiper-slide{
			text-align: center;
			border: 1px solid rgba(0, 0, 0, 0.15);
			box-sizing: border-box;
			padding: 0.35rem;
			cursor: pointer;
		}
		.imgbox .swiper-slide-thumb-active{
			border: 1px solid #0071BD;
		}
		.imgbox{
			position: relative;
			width: 100%;
			padding: 0.2rem 0.6rem;
			box-sizing: border-box;
		}
		.imgbox .cont{
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			width: 100%;
		}
		.imgbox .cont .swiper-button{
			height: 100%;
			top: 0;
			margin-top: 0;
			color: #333;

		}
		.swiper-button-next:after,.swiper-button-prev:after{
			font-size: 25px;
		}
		.swiper-button-prev{
			left: 0px;
		}
		.swiper-button-next{
			right: 0px;
		}
.swiper-button i{
display:block;
width:100;
height:100%;
background:rgba(178,178,178,0.5);
}
		.bot{
			margin-top: 30px;
		}
		.bot_title{
			border-bottom: 1px solid #d9d9d9;
		}
.txtbox{
padding:0 3.5rem;
}
		.bot_title h2{
			display: inline;
			background: #da251c;
			color: #fff;
			padding: 0.2rem 0.5rem;
			margin: 0;
font-size:18px;
		}
table{
margin: 0 auto;
}
}
/* 联系我们 */
.contact{
	position: relative;
	padding-top: 73px;
	padding-bottom: 84px;
	.left_contact{
		float: left;
		width: 600px;
		h1{
			display: block;
			font-size: 24px;
			line-height: 40px;
			font-weight: bold;
		}
		h2{
			display: block;
			font-family: arial;
			font-size: 12px;
			line-height: 32px;
			color: #999999;
		}
		.add_contact{
			display: block;
			padding-top: 46px;
			li{
				display: block;
				font-size: 18px;
				line-height: 36px;
				margin-bottom: 6px;
				b{
					display: inline-block;
					width: 120px;
				}
				i {
					color: #0061af;
				}
			}
		}
		img{
			display: block;
			margin-top: 46px;
			width: 164px;
			height: 164px;
		}
	}
	.right_contact{
		float: right;
		margin-top: 20px;
		width: 490px;
		li{
			display: block;
			margin-bottom: 42px;
			line-height: 46px;
			span{
				display: inline-block;
				width: 137px;
				font-size: 18px;
				b{
					display: inline-block;
					font-size: 14px;
					color: #999999;
					text-transform: uppercase;
				}
			}
			input,textarea{
				display: inline-block;
				width: 353px;
				height: 46px;
				border: none;
				border-bottom: dotted 1px #999999;
			}
			textarea{
				resize: none;
				line-height: 46px;
				border-bottom: dotted 1px #999999;
				overflow: hidden;
			}
		}
		button{
			display: block;
			width: 166px;
			height: 53px;
			margin: 120px auto 0;
			border: solid 1px #eeeeee;
			font-size: 16px;
			line-height: 53px;
			text-align: center;
			background: none;
			cursor: pointer;
		}
		button:hover{
			background: @green;
			color: white;
		}
	}
	&:before{
		position: absolute;
		left: 0;
		top: 0;
		content: " ";
		width: 50%;
		height: 100%;
		background: #eeeeee;
		z-index: -1;
	}
}
.map{
	width: 100%;
	position: relative;
	height: 460px;
	overflow: hidden;
	iframe{
		width: 1920px;
		position: absolute;
		left: 50%;
		margin-left: -960px;
		height: 100%;
	}
}
/* 翻页 */
.page{width: 100%; margin: 0 auto; text-align: center; clear: both;padding-top:30px;}
.page a,.page span{width: 50px; height: 50px; font-family: "微软雅黑"; text-align: center; color: #333333; background: #e8e8e8; border-radius: 10px; line-height: 50px; display: inline-block; margin-right: 5px; font-size: 20px;}
.page a:hover{color: white; background: #333333;}
.page .active,.page span{color: white; background: #333333;}
/* footer */
.footer{
	width: 100%;
	padding-top: @font * .8;
	/*background: url(../images/bg_footer.jpg) no-repeat center top @blue;*/
	background: @blue;
	font-size: @font * 1.4;
	line-height: @font * 3;
	text-align: center;
	color:@white;
	img{
		position: relative;
		top: -2px;
		display: inline-block;
	}
}
.color_white{color: @white;}

.gotop {
  position: fixed;
  bottom: 100px;
  right: -60px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  z-index: 111;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.gotop img {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.gotop.fixed {
  right: 10px;
}

.list_factory li{
width:376px;
height:275px;
margin-bottom:50px;
}
.list_factory li img.zz{
height:100% !important;
width:auto;
margin:0 auto;
max-width:100%;
}
.list_factory li:nth-child(4n){
margin-right:24px;
}
.content_pro .left_pro .change_pro li a{
padding-left:27px;
}
.list_factory li img.kh{
height:100%;
margin:0 auto;
width:auto;
max-width:100%;
}
.f_zoom_honer {
		    position: fixed;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0,0,0,0.6);
		    top: 0;
		    left: 0;
		    z-index: 99999;
		    display: none;
		}
		.f_zoom_honer .f-zoom-box {
		    width: 100%;
		    height: 100%;
		    margin: 40px auto;
		    position: absolute;
		    left: 0;
		    right: 0;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		}
		.f_zoom_honer .f-zoom-box .imgbox {
		    height: 100%;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    max-width: 100%;
		    position: relative;
		}
		.f_zoom_honer .f-zoom-box img {
		    max-width: 100%;
		    max-height: 100%;
		}
		.f_zoom_honer .close_icon {
		    position: absolute;
		    z-index: 10;
		    width: 2rem;
		    height: 2rem;
		    background: url(../images/close-btn2-1.png) no-repeat center;
		    background-size: 2rem;
		    cursor: pointer;
		    top: 10rem;
		    right: -1rem;
		}