@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	list-style:none;
	font-weight: normal;
	color:#555;
	font-family:"Arial","微软雅黑";
	font-size: 12px;
	line-height: 20px;
	box-sizing: border-box;
	}
html[lang="arab"]{
	direction: rtl;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section {
    margin:0;
    padding:0;
    display:block;	
}
@font-face{
	src:url(../font/hmampersand_bold.woff);
	font-family:"HM Ampersand Bold";
	}
@font-face {
  font-family: 'iconfont';
  src: url(../font/iconfont.eot);
  src: url(../font/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../font/iconfont.woff) format('woff'),
  url(../font/iconfont.ttf) format('truetype'),
  url(../font/iconfont.svg#iconfont) format('svg');
}
.iconfont{
	 font-family: 'iconfont';
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
body{
	background: #fafafa;
}

.nav_box{
	width: 100%;
	position: fixed;
	z-index: 100;
}
.nav_top{
	position: relative;
}
.logo{
	padding: 20px;
	padding-left: 0;
	height: 150px;
	position: absolute;
	top: 0;
	left: 2%;
	-webkit-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
	z-index: 99;
}
.logo img{
	position: relative;
	display: block;
	height: 100%;
}

.nav_btn{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 2%;
	margin-top: 41px;
	z-index: 999;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.nav_btn:before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background:#55b733;
	-webkit-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.nav_btn span{
	display: block;
	width: 64%;
	height: 2px;
	background: #FFF;
	position:absolute;
	left: 18%;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.nav_btn span:nth-of-type(1){
	margin-top: -1px;
	top: 25%;
}
.nav_btn span:nth-of-type(2){
	margin-top: -1px;
	top: 50%;
}
.nav_btn span:nth-of-type(3){
	margin-top: -1px;
	top: 75%;
}

.nav_btn.active span:nth-of-type(1){
	top: 50%;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
	}
.nav_btn.active span:nth-of-type(2){
	opacity:0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
.nav_btn.active span:nth-of-type(3){
	top: 50%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
	}


.nav_block{
	position: fixed;
	width: 0px;
	height: 0px;
	background: rgba(0,0,0,0.9);
	background: #222\9;
	/*filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
	top: 43px;
	margin-top: -5px;
	right: 2%;
	-moz-border-radius:50%;
    -webkit-border-radius:50%;
	border-radius: 50%;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	z-index: 8;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior:url(pie.htc);
}
.nav_block.active{
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	width: 4000px;
	height: 4000px;
	margin-right: -1040px;
	margin-top: -1040px;
}

.nav{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 9;
}
.nav ul{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -210px;
}
.nav ul li{
	margin-top: 90px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	height: 40px;
	overflow: hidden;
}
/*.nav ul li.show{
	margin-top: 30px;
	opacity: 1;
}*/
.nav ul li dl{
	width: 120px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	height: 40px;
	-webkit-transition:all 0.3s ease 0.3s;
	transition:all 0.3s ease 0.3s;
}
.nav ul li dl:after{
	content: "";
	display: block;
	width: 0px;
	height: 3px;
	background: #55b733;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.nav ul li h1,.nav ul li a{
	display: block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	letter-spacing: 4px;
	position: relative;
	cursor: pointer;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.nav ul li h1:nth-of-type(2){
	color: #55b733;
}
.nav ul li dl:hover h1{
	color: #55b733;
}
.nav ul li dl:hover:after{
	width: 40px;
	margin-left: -20px;
}
.nav ul li.active dl:after{
	width: 40px;
	margin-left: -20px;
}
.nav ul li.active dl h1{
	color: #55b733;
}

.nav_language_btn{
	position: absolute;
	top: 51px;
	height: 20px;
	overflow: hidden;
	right: 2%;
	margin-right: 80px;
	cursor: pointer;
	color: #888;
}
.nav_language_btn a{
	font-size: 14px;
	color: #FFF;
}
.nav_language_btn a:hover{
	color: #55b733;
}
.back_top{
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 30px;
	right: -100px;
	background: #55b733;
	color: #eee;
	text-align: center;
	font-size: 26px;
	line-height: 70px;
	-moz-border-radius:50%;
    -webkit-border-radius:50%;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.6;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	z-index: 9;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	behavior:url(pie.htc);
}
.back_top.show{
	right: 2%;
}
.back_top:hover{
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-webkit-animation:lang_btn 0.4s linear;
	animation:lang_btn 0.4s linear;
}

.nav_top_nav{
	background: #3d3938;
	position: fixed;
	width: 100%;
	height: 90px;
	padding:21px 0;
	top: -90px;
	padding-left: 240px
}
.nav_top_nav ul{
	width: 100%;
}
.nav_top_nav ul li{
	width: 14.2857%;
	height: 48px;
	float: left;
	overflow: hidden;
}
.nav_top_nav ul li dl{
	position: relative;
}
.nav_top_nav ul li dl:after{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #55b733;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav_top_nav ul li h1,.nav_top_nav ul li a{
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav_top_nav ul li:last-of-type a{
	display: inline;
}
.nav_top_nav ul li dl:hover h1{
	color: #55b733;
}
.nav_top_nav ul li dl:hover:after{
	width: 40px;
	margin-left: -20px;
}
.nav_top_nav ul li:last-of-type dl:hover:after{
	width: 0;
}
.nav_top_nav ul li h2{
	color: #888;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
}
.nav_top_nav ul li h2 a{
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
}
.nav_top_nav ul li h2 a:hover{
	color: #55b733;
}

.nav_top_nav ul li.active dl h1{
	color: #55b733;
}
.nav_top_nav ul li.active dl:after{
	width: 40px;
	margin-left: -20px;
}

.nav_box.active .nav_top_nav{
	top: 0;
}
.nav_box.active .nav_top{
	padding-left: 0;
}
.nav_box.active .logo{
	height: 90px;
	padding:5px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	top: -20px
}
.nav_btn.sctactive{
	margin-top: 21px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav_btn.sctactive:before{
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #333;
}
.banner_timeblock{
	width: 100%;
	height: 8px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner_timeblock span{
	display: block;
	width: 0;
	height: 100%;
	background: #55b733;
	-webkit-animation:banner_time 5.7s linear 0s infinite;
	animation:banner_time 5.7s linear 0s infinite;
}
@keyframes banner_time{
	0%{
		width: 0;
		}
	100%{
		width: 100%;
		}
	}
@-webkit-keyframes banner_time{
	0%{
		width: 0;
		}
	100%{
		width: 100%;
		}
	}

.banner ul{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.banner ul li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
.banner ul li:nth-of-type(1){
	left: 0;
}


.banner_text{
	position: absolute;
	width: 80%;
	top: 50%;
	left: 10%;
	margin-top: -140px;
}
.banner_text h6{
	text-align: center;
	font-size:24px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 10px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	text-indent: 80px;
}
.banner_text h1{
	color: #FFF;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	margin-top: 70px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
html[lang="cn"] .banner_text h1{
	letter-spacing: 6px;
}
.banner_text p{
	color: #FFF;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	margin-top: 30px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	padding-right: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banner_more{
	width: 140px;
	margin:auto;
	background:#f4a412;
	border:solid 4px rgba(255,255,255,0.3);
	cursor: pointer;
	margin-top: 120px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: relative;
}
.banner_more:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ea821a;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.banner_more span{
	display: block;
	width: 100%;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	height: 42px;
	font-size: 14px;
	letter-spacing: 2px;
	position: relative;
}

.banner_text h1.active{
	margin-top: 30px;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-webkit-transition: all 0.7 ease 0.6s;
	transition: all 0.7s ease 0.6s;
}
.banner_text h6.active{
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	text-indent: 0px;
	-webkit-transition: all 0.5s ease 1.2s;
	transition: all 0.5s ease 1.2s;
}
.banner_text p.active{
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	padding-right: 0px;
	-webkit-transition: all 0.5s ease 1.2s;
	transition: all 0.5s ease 1.2s;
}
.banner_more.active{
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	margin-top: 80px;
	-webkit-transition: all 0.5s ease 1.7s;
	transition: all 0.5s ease 1.7s;
}
.banner_more:hover:before{
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.banner ul li.active{
	top: -100%;
	left: 0;
	-webkit-transform:scale(0.6);
	transform:scale(0.6);
	-webkit-transition: left 0.4s ease 0.3s,transform 0.3s ease 5s,top 0.4s ease 5.4s;
	transition: left 0.4s ease 0.3s,transform 0.3s ease 5s,top 0.4s ease 5.4s;
}



.banner dl{
	width: 20px;
	position: absolute;
	top: 50%;
	right: 3%;
}
/*注释*/
.banner dl dd{
	width: 12px;
	height: 12px;
	border:solid 2px #FFF;
	margin-top: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	float: right;
	cursor: pointer;
}
.banner dl dd.active{
	background: #face08;
	border:solid 2px #face08;
}
.banner_page{
	color: #FFF;
	font-size: 14px;
	text-align: right;
	letter-spacing: 2px;
	margin-top: 10px;
	float: right;
	margin-right: -8px;
}
.banner_page b,.banner_page span{
	color: #FFF;
	font-size: 14px;
	text-align: right;
	letter-spacing: 2px;
}
.banner_scroll_bottom{
	width:24px;
	height:40px;
	box-sizing:border-box;
	border:solid 2px #fff;
	position: absolute;
	left:50%;
	margin-left:-12px;
	bottom:40px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
	border-radius: 10px;
	behavior:url(pie.htc);
	}
.banner_scroll_bottom span{
	display:block;
	width:4px;
	height:4px;
	-moz-border-radius:50%;
    -webkit-border-radius:50%;
	border-radius: 50%;
	background:#FFF;
	position:absolute;
	left:50%;
	top:10%;
	margin-top:-2px;
	margin-left:-2px;
	opacity:0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-animation:banner_scroll 1s linear 0s infinite;
	animation:banner_scroll 1s linear 0s infinite;
	behavior:url(pie.htc);
	}
@keyframes banner_scroll{
	0%{
		opacity:0;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		top:10%;
		}
	50%{
		opacity:1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		top:50%;
		}
	100%{
		opacity:0;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		top:10%;
		}
	}
@-webkit-keyframes banner_scroll{
	0%{
		opacity:0;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		top:10%;
		}
	50%{
		opacity:1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		top:50%;
		}
	100%{
		opacity:0;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		top:10%;
		}
	}
.select_language{
	position: absolute;
	bottom: 30px;
	right: 2%;
}
.select_language span{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	font-size: 12px;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	float: left;
	cursor: pointer;
	background:#665e5b;
	-moz-border-radius:50%;
    -webkit-border-radius:50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	behavior:url(pie.htc);
}
.select_language a:nth-of-type(1) span{
	margin-right: 16px;
}
.select_language span:hover{
	background: #55b733;
	-webkit-animation:lang_btn 0.4s linear;
	animation:lang_btn 0.4s linear;
}
@keyframes lang_btn{
	0%{
		-webkit-transform:scale(0.8,0.8);
		transform:scale(0.8,0.8);
		}
	30%{
		-webkit-transform:scale(1.15);
		transform:scale(1.15);
		}
	75%{
		-webkit-transform:scale(0.9);
		transform:scale(0.9);
		}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
		}
	}
@-webkit-keyframes lang_btn{
	0%{
		-webkit-transform:scale(0.8,0.8);
		transform:scale(0.8,0.8);
		}
	30%{
		-webkit-transform:scale(1.15);
		transform:scale(1.15);
		}
	75%{
		-webkit-transform:scale(0.9);
		transform:scale(0.9);
		}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
		}
	}


.more{
	width: 140px;
	position: relative;
}
.more span{
	display: block;
	border:solid 2px #333;
	width:100%;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.more:hover span{
	border:solid 2px #f4a412;
	background: #f4a412;
	color: #fff;
}

h2.tl{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}
h2.tl:after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #666;
	margin-top: 10px;
}

.index_top_nav{
	width: 100%;
	position: relative;
}
.index_top_nav dl{
	float: left;
	margin-left: 60px;
	display: none;
}
.index_top_nav dl dd{
	float: left;
	margin-left: 40px;
	margin-top: 4px;
}
.index_top_nav dl dd h3{
	font-size: 14px;
	color:#888;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.index_top_nav dl dd:hover h3{
	color: #55b733;
}
.index_top_more{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	display: block;
	color: #888;
	margin-top: 4px;
	cursor: pointer;
}
html[lang="arab"] .index_top_more{
	right: auto;
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.index_top_more:hover{
	color: #f7b70e;
	-webkit-animation:lang_btn 0.4s linear;
	animation:lang_btn 0.4s linear;
}

.index_about{
	position: relative;
	background: #FFF;
	z-index: 2;
}
.index_about_intro{
	width: 50%;
	float:left;
	padding: 60px 3%;
	background: #FFF;
	overflow-x: hidden;
}
html[lang="arab"] .index_about_intro p{
	direction: rtl;
	text-align:right;
}

.indexAboutcon{
	margin-top: 20px;
	margin-bottom: 36px;
	height: 240px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.about_video{
	position: absolute;
	width: 50%;
	height: 100%;
	background: url(../image/video_img.jpg) center center no-repeat;
	background-size: cover;
	top:0;
	right: 0;
}
.about_video:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.about_video h6{
	font-size: 100px;
	line-height: 100px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.about_video h6:hover{
	color: #55b733;
	-webkit-animation:lang_btn 0.4s linear;
	animation:lang_btn 0.4s linear;
}
.about_video:hover:before{
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}




.index_product_list{
	padding: 60px 3%;
	position: relative;
	background: #fafafa;
}
.index_product_list ul{
	margin-top: 30px;
}
.index_product_list ul li{
	width: 22.75%;
	float: left;
	border:solid 1px rgba(0,0,0,0.1);
	border:solid 1px #eee\9;
	margin-left: 3%;
	padding: 15px 0;
	background:#fff;
	position: relative;
	cursor: pointer;
	margin-top: 34px;
	box-shadow:0 0 20px rgba(0,0,0,0.06);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.index_product_list ul li:nth-of-type(1),.index_product_list ul li:nth-of-type(2),.index_product_list ul li:nth-of-type(3),.index_product_list ul li:nth-of-type(4){
	margin-top: 0;
}
.index_product_list ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.index_product_list ul li img{
	display: block;
	width: 90%;
	margin:auto;
}
.index_product_list ul li h6{
	font-size: 15px;
	text-align: center;
	margin-top: 14px;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_product_list ul li span{
	display: block;
	width: 120px;
	background: #f7b70e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -5px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.index_product_list ul li:nth-of-type(1):hover,.index_product_list ul li:nth-of-type(2):hover,.index_product_list ul li:nth-of-type(3):hover,.index_product_list ul li:nth-of-type(4):hover{
	border:solid 1px #55b733;
	margin-top:-6px;
	margin-bottom: 6px;
	box-shadow:0 3px 20px rgba(0,0,0,0.15);
}
.index_product_list ul li:hover{
	border:solid 1px #55b733;
	margin-top:28px;
	margin-bottom: 6px;
	box-shadow:0 3px 20px rgba(0,0,0,0.15);
}
.index_product_list ul li:hover span{
	opacity: 0.7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	margin-top: -20px;
}
html[lang="arab"] .index_product_list ul li h6,html[lang="arab"] .index_product_list ul li span{
	direction: rtl;
}

/*鼠标滚动pro*/


.index_case_box{
	padding: 60px 2%;
	background: url(../image/case_img.jpg) center center no-repeat;
	background-attachment: fixed;
	position: relative;
}
.index_case_box h2{
	color: #FFF;
}
.index_case_box h2:after{
	background: #FFF;
}
.index_case_box ul{
	margin-top: 30px;
}
.index_case_box ul li{
	width: 49.5%;
	height: 290px;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
	position: relative;
	cursor: pointer;
}
.index_case_box ul li:nth-of-type(1),.index_case_box ul li:nth-of-type(2){
	margin-top: 0;
}
.index_case_box ul li:nth-of-type(2n+1){
	margin-left: 0;
}
html[lang="arab"] .index_case_box ul li{
	float: right;
}
html[lang="arab"] .index_case_box ul li:nth-of-type(2n+1){
	margin-left: 1%;
}
html[lang="arab"] .index_case_box ul li:nth-of-type(2n){
	margin-left: 0;
}
.index_case_intro{
	width: 76%;
	height: 140px;
	position: absolute;
	top: 0;
	left: 10%;
	top: 50%;
	padding: 30px 4%;
	margin-top: -54px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.index_case_intro:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.index_case_intro h5{
	width: 100%;
	float: left;
	position: relative;
}
.index_case_intro h5:after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #55b733;
	margin-top: 14px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.index_case_intro h5 span b{
	display: block;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 16px;
	color: #55b733;
	font-weight: bold;
	position: relative;
	z-index: 2;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
html[lang="cn"] .index_case_intro h5 span{
	letter-spacing: 4px;
}
.index_case_intro p{
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 30px;
	float: right;
	color: #FFF;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 16px;
}
.index_case_intro p:after{
	content: "\e6a3";
	display: block;
	font-family:'iconfont';
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	position: absolute;
	bottom: 6px;
	right: 4px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
html[lang="arab"] .index_case_intro p:after{
	right: auto;
	left: 4px;
}
.index_case_box ul li:hover .index_case_intro{
	margin-top: -70px;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.index_case_box ul li:hover .index_case_intro h5 span b{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.index_case_box ul li:hover .index_case_intro h5:after{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.index_case_box ul li:hover .index_case_intro p{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.index_case_box ul li:hover .index_case_intro p:after{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
/*案例滚动效果*/

.index_news_box{
	padding: 60px 2%;
	position: relative;
	background:#fff;
}
.index_news_box ul{
	margin-top: 40px;
}
.index_news_box ul li{
	margin-top: 40px;
	cursor: pointer;
	position: relative;
}
.index_news_box ul li:nth-of-type(1){
	margin-top: 0;
}
.index_news_img{
	width: 20%;
	height: 180px;
	float: left;
	position: relative;
}
html[lang="arab"] .index_news_img{
	float: right;
}
.index_news_img h6{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
}
.index_news_img h6 span{
	color: #FFF;
	font-size: 30px;
	padding-right: 6px;
}
html[lang="arab"] .index_news_img h6{
	left: auto;
	right: 10px;
}
html[lang="arab"] .index_news_img h6 span{
	padding-right: 0;
	padding-left: 6px;
}

.index_news_con_box{
	position: absolute;
	top: 0;
	right: 0;
	width: 78.8%;
	padding-right: 50px;
	height: 100%;
}
html[lang="arab"] .index_news_con_box{
	right: auto;
	left: 0;
	padding-right:0;
	padding-left: 50px;
}
.index_news_con{
	margin-left: 1.5%;
	width: 94%;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
html[lang="arab"] .index_news_con{
	margin-left: 0;
	margin-right: 1.5%;
}
.index_news_con h5{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.index_news_con h5:after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #999;
	margin-top: 20px;
}
.index_news_con p{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 30px;
	color: #888;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.index_news_con span{
	color: #999;
	position: absolute;
	left: 0;
	bottom: 0;
}
html[lang="arab"] .index_news_con span{
	right: 0;
}
.news_more{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 180px;
	border:solid 2px rgba(0,0,0,0.1);
	border:solid 2px #eee\9;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.news_more:after{
	content: "\e6a3";
	display: block;
	font-family:'iconfont';
	width: 30px;
	height: 30px;
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	color: rgba(0,0,0,0.1);
	color: #eee\9;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
html[lang="arab"] .news_more{
	right: auto;
	left: 0;
}
html[lang="arab"] .news_more:after{
	left: auto;
	right: 50%;
	margin-left: auto;
	margin-right: -12px;
}

.news_more.active{
	background: #55b733;
}
.index_news_box ul li:hover .index_news_con h5{
	color: #55b733;
}
.index_news_box ul li:hover .index_news_con p{
	color: #666;
}
.index_news_box ul li:hover .news_more{
	border:solid 2px #f7b70e;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.index_news_box ul li:hover .news_more:after{
	color: #f7b70e;
}
/*新闻滚动效果*/


.footer{
	background: #101010;
	position: relative;
}
.footer_nav{
	padding: 50px 2%;
	padding-bottom: 34px;
}
.footer_nav dl{
	float: left;
	border-right:solid 1px rgba(255,255,255,0.1);
	border-right:solid 1px #222\9;
}
.footer_nav dl:nth-of-type(1){
	margin-left: 0;
}
.footer_nav dl:last-of-type{
	width: auto;
	border:none;
	float: right;
}
.footer_nav dl dt{
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 13px;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
	cursor: pointer;
}
.footer_nav dl dd h2{
	width: 100%;
	font-size: 13px;
	margin-top: 6px;
	letter-spacing: 1px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.footer_nav dl:nth-of-type(1){
	margin-left: 0;
}
.footer_nav dl:last-of-type{
	width: auto;
	height: auto;
	max-width: 340px;
	border:none;
	float: right;
}
html[lang="arab"] .footer_nav dl dt{
	direction: rtl;
	text-align:right;
}
html[lang="arab"] .footer_nav dl dd h2{
	direction: rtl;
	text-align:right;
}
html[lang="arab"] .footer_nav dl{
	float: left;
	border:none;
	border-left: solid 1px rgba(255,255,255,0.1);
}
html[lang="arab"] .footer_nav dl:first-of-type{
	border:none;
}

.footer_nav dl dt:hover{
	color: #55b733;
}
.footer_nav dl dd h2:hover{
	color: #55b733;
}

.linklist{
	width: 96%;
	margin:auto;
	border-top: solid 1px rgba(255,255,255,0.06);
	border-top:solid 1px #222\9;
	padding-top: 20px;
}
.linklist ul li{
	float: left;
	margin-right: 20px;
	border-right: solid 1px rgba(255,255,255,0.06);
	padding-right: 20px;
	margin-bottom: 10px;
}

.copy_right{
	padding: 8px 2%;
	background: #000;
	margin-top:10px;
}
.copy_right p{
	float: left;
	letter-spacing: 1px;
}
.copy_right p:nth-of-type(2){
	float: right;
}

.onlinetel{
  padding: 0 14px;
  background: #ea821a;
  position: fixed;
  bottom: 30px;
  left: 2%;
  -moz-border-radius:6px;
   -webkit-border-radius:6px;
	border-radius: 6px;
  z-index: 66;
  behavior:url(pie.htc);
}
.onlinetel span{
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.onlinetelClose{
  width: 19px;
  height: 19px;
  -moz-border-radius:50%;
   -webkit-border-radius:50%;
	border-radius: 50%;
  z-index: 66;
  border:solid 1px #ea821a;
  position: absolute;
  top: -9px;
  right: -9px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  behavior:url(pie.htc);
}
.onlinetelClose:before{
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background:#ea821a;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
}
.onlinetelClose:after{
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background:#ea821a;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
}
.onlinetelClose.active{
  right:-20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}


/*公共部分*/
.otherbanner{
	width: 100%;
	padding: 100px 0;
	padding-top: 190px;
}
.otherbannerTxt{
	width: 45%;
	margin:auto;
	text-align: center;
	position: relative;
}
.otherbannerTxt:before{
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	border:solid 1px #55b733;
	border-right:solid 2px #55b733;
	border-left:solid 2px #55b733;
	border-bottom: none;
	margin-bottom: 26px;
}
.otherbannerTxt:after{
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	border:solid 1px #55b733;
	border-right:solid 2px #55b733;
	border-left:solid 2px #55b733;
	border-top: none;
	margin-top: 26px;
}
.otherbannerTxt h6{
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.otherbannerTxt h1{
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	margin:16px 0;
	letter-spacing: 16px;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.location{
	height: 40px;
	border-bottom: solid 1px rgba(0,0,0,0.06);
	padding: 0 5%;
	line-height: 40px;
	position: relative;
	text-indent: 14px;
	background: #fff;
}
.location img{
	display: block;
	height: 12px;
	position: absolute;
	left: 5%;
	bottom: 14px;
}
.location.error{
	padding-top: 90px;
	height: 130px;
}
.otherbannerTxt p{
	letter-spacing: 2px;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.leftNav{
	width: 16%;
	float: left;
	background: rgba(0,0,0,0.01);
	position: relative;
	z-index: 2;
}
.leftNav dl{
	margin-top: 40px;
	background: #fff;
}
.leftNav dl:first-of-type{
	margin-top: 0;
}
.leftNav dl dt{
	background: #222;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	padding: 0 15px;
}
.leftNav dl dt .after{
	display: none;
}
.leftNav dl dd{
	padding: 0 15px;
	border-bottom: dashed 1px rgba(0,0,0,0.2);
	border-bottom: dashed 1px #ddd\9;
}
.leftNav dl dd h2{
	font-size: 14px;
	text-indent: 30px;
	line-height: 50px;
}
.leftNav dl dd.active h2{
	color: #55b733;
	font-weight: bold;
}
.leftNav dl dd:last-of-type{
	border:none;
}
.RightConBox{
	width: 84%;
	float: right;
	background: #fff;
	padding: 60px 4%;
	box-shadow: 0 0 16px rgba(0,0,0,0.08);
	border:solid 1px rgba(0,0,0,0.08);
	border:solid 1px #eee\9;
}
.RightConBox.error{
	width: 100%;
}
p.error{
	text-align: center;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
	padding:60px 0;
}
.locationone{
	padding-top:90px;
	height:130px;
}
.RightConBoxone{
	margin-right: 8%;
}


html[lang="arab"] .location img{
	right: 5%;
}
html[lang="arab"] .leftNav{
	float: right;
}
html[lang="arab"] .RightConBox{
	float: left;
}
html[lang="arab"] .RightConBoxone{
	margin-right: 0;
	margin-left: 8%;
}

.pages{
  text-align: center;
  margin-top: 40px;
}
.pages b{
	color:#55b733;
}
.pages a,.pages span {
  display:inline-block;
  padding:2px 10px;
  margin:0 5px;
  border:1px solid #f0f0f0;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.pages a,.pages li {
  display:inline-block;
  list-style: none;
  text-decoration:none;
  color:#55b733;
}
.pages a.first,.pages a.prev,.pages a.next,.pages a.end{
  margin:0;
}
.pages a:hover{
  border-color:#55b733;
}
.pages span.current{
  background:#55b733;
  color:#FFF;
  font-weight:700;
  border-color:#55b733;
}
.pages .rows{
  margin-left: 10px;
}


/*关于*/
.aboutBox{
	padding:0 5%;
	margin-top: 60px;
	position: relative;
	margin-bottom: 60px;
}
.aboutIntro{
	padding:0 2%;
	padding-bottom: 60px;
}
.aboutIntro h1{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	color: #222;
}
.aboutIntro h1:after{
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background:#222;
	margin:auto;
	margin-top: 14px;
}
.aboutCon{
	text-align: center;
	margin-top: 30px;
}
.aboutCon p{
	font-size: 14px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.aboutCon p span{
	color: #222;
	font-weight: bold;
	font-size: 16px;
}
.aboutCon p:nth-of-type(1){
	margin-top: 0;
}
.aboutprotype ul li{
	position: relative;
}
.aboutprotype ul li:nth-of-type(odd){
	background: rgba(0,0,0,0.02);
}
.aboutprotype ul li:nth-of-type(even){
	background: #222;
}
.aboutprotype ul li .aboutproimg{
	width: 50%;
	float: left;
}
.aboutprotype ul li .aboutproimg img{
	display: block;
	width: 100%;
}
.aboutpro{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.aboutpro:before{
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	background:rgba(0,0,0,0.1);
	background: #eee\9;
	position: absolute;
	top: 50%;
	left: 5%;
}
.aboutpro h2{
	font-size: 18px;
	text-align: center;
	margin-top: 60px;
	color: #222;
	letter-spacing: 2px;
}
.aboutpro h2:after{
	content: "";
	display: block;
	width: 18px;
	height: 3px;
	background: #222;
	margin:auto;
	margin-top: 20px;
}
.aboutpro p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 13px;
	text-align: center;
	width: 80%;
	margin:auto;
	position: absolute;
	left: 10%;
	bottom: 60px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #555;
	text-overflow: ellipsis;
}
.aboutprotype ul li:nth-of-type(even) .aboutproimg{
	float: right;
}
.aboutprotype ul li:nth-of-type(even) .aboutpro{
	right: 50%;
}
.aboutprotype ul li:nth-of-type(even) .aboutpro h2{
	color: #fff;
}
.aboutprotype ul li:nth-of-type(even) .aboutpro h2:after{
	background: #FFF;
}
.aboutprotype ul li:nth-of-type(even) .aboutpro:before{
	background:rgba(255,255,255,0.1);
	background: #333\9;
}
.aboutprotype ul li:nth-of-type(even) .aboutpro p{
	color: #fff;
}

/*文化*/
.culturelist h1{
	background: url(../image/culturebg.jpg) no-repeat center center;
	background-size: cover;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 60px 0;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}
.culturelist h1:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: solid 10px #e69c29;
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: -10px;
}
.culturelist h1:after{
	content: "";
	display: block;
	width: 18px;
	height: 3px;
	background: #fff;
	margin:auto;
	margin-top: 20px;
}
.culturelist ul{
	padding: 0 5%;
	padding-top: 40px;
}
.culturelist ul li{
	width: 32%;
	float: left;
	margin-top: 30px;
	margin-left: 2%;
}
.culturelist ul li:nth-of-type(3n+1){
	margin-left: 0;
}
/*.culturelist ul li:nth-of-type(4){
	margin-left: 22.5%;
}*/
.culturelist ul li h2{
	color: #222;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
.culturelist ul li h2 span{
	font-size: 16px;
	padding-right: 8px;
	font-weight: bold;
	color: #55b733;
}
.culturelist ul li p{
	margin-top: 10px;
	letter-spacing: 1px;
	padding-left: 24px;
	font-size: 13px;
}
.culturelist > h6{
	width: 90%;
	margin:auto;
	margin-top: 40px;
	font-size: 16px;
	color: #222;
	border-top: solid 1px rgba(0,0,0,0.1);
	padding-top: 20px;
}
.culturelist > h6 b{
	font-size: 17px;
	padding-right: 8px;
	font-weight: bold;
	color: #55b733;
}
.culturelist > h6 span{
	float: right;
	letter-spacing: 2px;
}
html[lang="arab"] .culturelist > h6 span{
	float: left;
}


/*新闻*/
.newsBox{
	padding:0 5%;
	margin-top: 60px;
	position: relative;
	margin-bottom: 60px;
}
.newslist ul li{
	margin-top: 25px;
	cursor: pointer;
	position: relative;
	border-bottom: dashed 1px rgba(0,0,0,0.2);
	border-bottom: dashed 1px #ddd\9;
	padding-bottom: 25px;
}
.newslist ul li:first-of-type{
	margin-top: 0;
}
.news_img{
	width: 20%;
	height: 180px;
	float: left;
	position: relative;
}
.news_img img{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.news_img h6{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
}
.news_img h6 span{
	color: #FFF;
	font-size: 30px;
	padding-right: 6px;
}
.news_con{
	position: relative;
	height: 180px;
}
.news_con h5{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.news_con h5:after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #999;
	margin-top: 20px;
}
.news_con h6{
	margin-top: 16px;
	color: #888;
}
.news_con p{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 16px;
	color: #888;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.news_con span{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ea821a
}
.newslist ul li:nth-of-type(1){
	margin-top: 0;
}
.newslist ul li:nth-of-type(1) .news_con{
	margin-left: 1.5%;
}
.newslist ul li:nth-of-type(1) .news_con_box{
	position: absolute;
	top: 0;
	right: 0;
	width: 78.8%;
}
.newslist ul li:hover .news_con h5{
	color: #55b733;
}
.newslist ul li:hover .news_con p{
	color: #333;
}
html[lang="arab"] .news_img h6{
	left: auto;
	right: 10px;
}
html[lang="arab"] .news_img{
	float: right;
}
html[lang="arab"] .newslist ul li:nth-of-type(1) .news_con{
	margin-left:auto;
	margin-right: 1.5%;
}
html[lang="arab"] .newslist ul li:nth-of-type(1) .news_con_box{
	right: auto;
	left: 0;
}

.newCon > h1{
	font-size: 18px;
	text-align: center;
	color: #222;
	letter-spacing: 1px;
}
.newCon > h6{
	text-align: center;
	margin-top: 16px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding-bottom: 30px;
}
.newCon > h6 span{
	display: inline-block;
}
.newContxt{
	width: 100%;
	margin:auto;
	margin-top: 30px;
}
.newContxt img{
	display: block;
	max-width: 100%;
	margin:auto;
}
.newContxt p{
	margin-top: 10px;
}
.newContxt table{
	width: 100%;
	border-collapse:collapse; 
	text-align: center;
	margin-top: 30px;
}
.newContxt table th{
	background: #222;
	border:solid 1px #eee;
	color: #FFF;
	line-height: 48px;
	font-size: 16px;
	letter-spacing: 1px;
}
.newContxt table tr td{
	border:solid 1px #eee;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}


.newBtn{
	margin-top: 40px;
	position: relative;
}
.newBtn span{
	display: block;
	width: 25%;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newBtn span.prev{
	float:left;
}
.newBtn span.next{
	float: right;
	text-align: right;
}
.newBtn span.back{
	position: absolute;
	top: 0;
	left: 37.5%;
	text-align: center;
}
html[lang="arab"] .newBtn span.prev{
	float: none;
	float: right;
}
html[lang="arab"] .newBtn span.next{
	float: none;
	float: left;
	text-align: left;
}

/*产品中心*/
.ProductBox{
	padding: 0 5%;
	margin-bottom: 60px;
	margin-top: 60px;
	position: relative;
}


.prolist ul li{
	width: 22.75%;
	margin-left:3%;
	padding: 1%;
	margin-top: 20px;
	float: left;
	border:solid 1px rgba(0,0,0,0.05);
	border:solid 1px #eee\9;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}
.prolist ul li:hover{
	border:solid 1px #55b733;
	margin-top: 15px;
	margin-bottom: 5px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.prolist ul li:nth-of-type(1),.prolist ul li:nth-of-type(2),.prolist ul li:nth-of-type(3),.prolist ul li:nth-of-type(4){
	margin-top: 0;
}
.prolist ul li:nth-of-type(1):hover,.prolist ul li:nth-of-type(2):hover,.prolist ul li:nth-of-type(3):hover,.prolist ul li:nth-of-type(4):hover{
	border:solid 1px #55b733;
	margin-top: -5px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.prolist ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.prolist ul li img{
	display: block;
	width: 100%;
}
.prolist ul li p{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
html[lang="arab"] .prolist ul li{
	float: right;
	margin-left: 0;
	margin-right: 3%;
}
html[lang="arab"] .prolist ul li:nth-of-type(4n+1){
	margin-right: 0;
}


.protl{
	position: relative;
}
.protl h1{
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
.protl span{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #222;
	letter-spacing: 1px;
}
html[lang="arab"] .protl span{
	right: auto;
	left: 0;
}
.proimg{
	border:solid 1px rgba(0,0,0,0.1);
	border:solid 1px #eee\9;
	padding: 10px 0;
	margin-top: 20px;
	position: relative;
}
.proimg img{
	display: block;
	width: 40%;
	margin:auto;
}
.proimg dl{
	position: absolute;
	top: 10px;
	right: 10px;
}
.proimg dl dd{
	margin-bottom: 16px;
	line-height: 20px;
	padding-left: 30px;
	position: relative;
	color: #666;
}
.proimg dl dd span{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left:0;
	border:solid 1px rgba(0,0,0,0.03);
}
.proimg dl dd.active{
	color: #55b733;
}
.proimg dl dd.active span{
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}



.protable{
	margin-top: 30px;
}
.protable table{
	width: 100%;
	border-collapse:collapse; 
	text-align: center;
	margin-top: 30px;
}
.protable table:first-of-type{
	margin-top: 0;
}
.protable table th{
	background: #222;
	border:solid 1px #eee;
	color: #FFF;
	line-height: 48px;
	font-size: 16px;
	letter-spacing: 1px;
}
.protable table tr td{
	border:solid 1px #eee;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}

/*案例*/
.caseBox{
	padding: 0 5%;
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}
.caselist ul li{
	width: 32%;
	float: left;
	margin-left: 2%;
	position: relative;
	margin-top: 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}
.caselist ul li:nth-of-type(1),.caselist ul li:nth-of-type(2),.caselist ul li:nth-of-type(3){
	margin-top: 0;
}
.caselist ul li:hover{
	margin-top: 14px;
	margin-bottom: 6px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.caselist ul li:nth-of-type(1):hover,.caselist ul li:nth-of-type(2):hover,.caselist ul li:nth-of-type(3):hover{
	margin-top: -6px;
	margin-bottom: 6px;
}
.caselist ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.caselist ul li img{
	display: block;
	width: 100%;
}
.caselist ul li p{
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: 20px;
	color: #fff;
	font-size: 14px;
}
html[lang="arab"] .caselist ul li{
	float: right;
	margin-left: 0;
	margin-right: 2%;
}
html[lang="arab"] .caselist ul li:nth-of-type(3n+1){
	margin-right: 0;
}

/*鼠标滚动效果*/

.contactBox{
	padding: 0 5%;
	margin:60px 0;
	position: relative;
}
.contactinfo{
	padding-bottom:60px;
}
.contactinfo ul li{
	width: 30.5%;
	float: left;
}
.contactinfo ul li:nth-of-type(2){
	width: 35%;
	padding: 0 4.5%;
	border-left: solid 1px rgba(0,0,0,0.1);
	border-right: solid 1px rgba(0,0,0,0.1);
	border-left: solid 1px #eee\9;
	border-right: solid 1px #eee\9;
}
.contactinfo ul li:nth-of-type(3){
	padding-left: 4.5%;
}
.contactinfo ul li h2{
	font-size: 18px;
	color: #222;
	margin-bottom: 20px;
	font-weight: bold;
}
.contactinfo ul li p{
	line-height: 28px;
}
.contactinfo ul li span{
	display: table;
	border:solid 1px rgba(0,0,0,0.1);
	text-align: center;
	line-height: 36px;
	margin-bottom: 10px;
	padding:0 10px;
}
.contactinfo ul li span img{
	height: 34px;
	vertical-align: middle;
}
.contactinfo ul li span:last-of-type{
	margin:0;
}
html[lang="arab"] .contactinfo ul li{
	float: right;
}
html[lang="arab"] .contactinfo ul li:nth-of-type(3){
	padding-left: 0;
	padding-right: 4.5%;
}

.contactMessage{
	padding:60px 0;
}
.contactMessage h1{
	font-size: 22px;
	color: #222;
	margin-bottom: 34px;
	font-weight: bold;
	letter-spacing: 2px;
}
.contactMessage h1 span{
	display: block;
	text-transform: uppercase;
	margin-top: 6px;
	letter-spacing: 0;
}
.contactMessageLeft{
	width: 50%;
	float: left;
}
.contactMessageLeft input{
	background: none;
	padding:0;
	margin:0;
	outline: none;
	display: block;
	width: 60%;
	border:solid 1px rgba(0,0,0,0.1);
	border:solid 1px #eee\9;
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
}
.contactMessageLeft input:first-of-type{
	margin-top: 0;
}
.contactMessageRight{
	width: 50%;
	float: left;
}
.contactMessageRight textarea{
	background: none;
	padding:0;
	margin:0;
	outline: none;
	border:solid 1px rgba(0,0,0,0.1);
	border:solid 1px #eee\9;
	padding: 10px;
	resize: none;
	width: 100%;
	height: 100px;
}
.contactMessageRight input{
	padding:0;
	margin:0;
	outline: none;
	display: block;
	width: 120px;
	background: #ea821a;
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
	color: #fff;
	border:solid 1px #ea821a;
	float: right;
}
#dituContent{
	width: 100%;
	height: 360px;
}
html[lang="arab"] .contactMessageLeft{
	float: right;
}

.wechat{
  margin-top: 40px;
  background: #fff;
}
.wechat dt{
  background: #222;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  padding: 0 15px;
}
.wechat span{
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  border-bottom: dashed 1px rgba(0,0,0,0.2);
  border-bottom: dashed 1px #ddd\9;
  padding: 20px 0;
}
.wechat span:last-of-type{
  border:none;
}
.wechat span img{
  display: block;
  width: 60%;
  margin:auto;
  margin-bottom: 6px;
}