﻿/*common*/
*{
	margin: 0px auto;
	padding: 0px;
}
body{
	font-family: "微软雅黑","宋体", sans-serif;
	font-size: 15px;
	color: #4F4F4F;
	min-width: 1200px;
	background: url(/Up/day_170215/201702151348026816.jpg) center bottom no-repeat #fff;
}
a{
	text-decoration: none;
	color: #4F4F4F;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
}
a:hover{
	text-decoration: none;
	color: #2BAB10;
}
img{
	border: 0;
}
li{
	list-style: none;
}
.clear{
	clear: both;
}
.img_xiaoguo{
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
}
.img_xiaoguo:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*common end*/

/*header*/
.header{
	
}
.nav{
	height: 111px;
	width: 100%;
	background: url(../images/top_bg.png) repeat-x;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 1;
}
.nav_box{
	width: 1200px;
}
.nav .logo{
	float: left;
margin-top:18px;
}
#nav{
	position: relative;
	height: 101px;
	width: 720px;
	float: right;
	z-index: 10;
}
#nav a{
}
#nav .nLi{ 
	float: left;
	position: relative;
	z-index: 10px;
	width: 110px;
	height: 101px;
	margin-right: 10px;
}
#nav .nLi .nLi_span1{ 
	display: block; 
	font-size: 18px; 
	width:110px;
	height: 101px;
	text-align: center;
	line-height: 82px;
	font-weight: normal;
	position: relative;
	color: #555;
}
#nav .nLi:hover .nLi_span1{
	background: #fff;
	transition:none;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	color: #10BF16;
}
#nav .nLi .nLi_span2{
	color: #64C97D;
	position: absolute;
	top: 60px;
	left: 0;
	width: 110px;
	text-align: center;
	z-index: 9;
	font-weight: normal;
	font-size: 14px; 
	display: inline;
}
#nav .sub{ 
	display:none; 
	width:460px; 
	height: 200px;
	top:101px;  
	position:absolute;
}
#nav .sub em{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 460px;
	height: 200px;
	background: #fff;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
	z-index: -1;
	-moz-box-shadow: 3px 3px 3px #ddd; /* 老的 Firefox */
	box-shadow: 3px 3px 3px #ddd;
}
#nav .sub  img{
	float: right;
	width: 140px;
	height: 160px;
	margin: 15px 0 auto auto;
}
#nav .sub  p{
	float: right;
	font-size: 13px;
	width: 130px;
	height: 156px;
	line-height: 2;
	overflow: hidden;
	margin: 12px 20px auto 20px;
}
#nav .sub div{
	margin-top: 15px;
}
#nav .sub li{ 
	zoom:1; 
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 135px;
	float: left;
}
#nav .sub li:hover{
	background: #55C571;
}
#nav .sub li span{
	float: left;
	width: 1px;
	height: 12px;
	font-size: 12px;
	margin-left: 28px;
	margin-right: 18px;
	margin-top: 9px;
	background: #55C571;
}
#nav .sub li:hover span{
	width: 3px;
	margin-left: 27px;
	margin-right: 17px;
	background: #fff;
}
#nav .sub li a{ 
	float: left;
	font-size: 13px;
	color: #55C571;
}
#nav .sub li:hover a{
	color: #fff;
	font-weight: bold;
}
/*header end*/

/*home*/
.home{

}

/*图片链接*/
.tplj{
	width: 1200px;
	margin-top: 20px;
}
.tplj img{
	float: left;
	margin-right: 21px;
}
/*图片链接 end*/

/*公司简介*/
.gsjj{
	width: 1200px;
	padding-top: 35px;
}
.gsjj_title{
	text-align: center;
	margin-bottom: 30px;
}
/*图片新闻*/
.tpxw{ 
	width: 400px; 
	height: 280px; 
	float: left;
	position: relative;
}
.tpxw .hd { 
	position:absolute; 
	right:8px; 
	bottom:0; 
	z-index:2; 
}
.tpxw .hd li { 
	width: 13px;
	height: 13px;
	background: url(../images/icon_circle1.png) no-repeat;
	margin: 7px 3px;
	float: left;
	cursor: pointer;
}
.tpxw .hd li.on { 
	background: url(../images/icon_circle2.png) no-repeat;
}
.tpxw .bd,.tpxw .bd img{
	width: 100%;
	height: 280px;
}
/*图片新闻 end*/
.gsjj_info{
	width: 770px;
	height: 224px;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	float: right;
}
.gsjj_more{
	color: #FF9C25;
	border: 2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	float: right;
	height: 35px;
	line-height: 35px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 15px;
background:#fff;
}
/*公司简介 end*/

/*项目案例*/
.anli{
	margin-top: 35px;

}
.anli_box{
	width: 1200px;
}
.anli_title{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}
.anli_content .slideGroup{
	width: 100%;
	height: 535px;
	position: relative;
}
.anli_content .parHd{
	width: 100%;
	text-align: center;
	padding-bottom: 28px;
}
.anli_content .parHd ul{
}
.anli_content .parHd ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.anli_content .parHd ul li a{
	width: 178px;
	height: 45px;
	line-height: 41px;
	font-size: 22px;
	letter-spacing: 2px;
	background: url(/Up/day_161215/201612150959509517.png) no-repeat;
	display: inline-block;
}
.anli_content .parHd ul li:hover a,.anli_content .parHd ul li.on a{
	background: url(/Up/day_161215/20161215100005367.png) no-repeat;
	color: #fff;
}
.anli_content .parBd{
	width: 100%;
}
.anli_content .parBd .bigImg{
	width: 600px;
	height: 450px;
	float: left;
}
.anli_content .parBd .bigImg img{
	width: 596px;
	height: 406px;
	float: left;
	border: 2px solid #f6f6f6;
}
.anli_content .parBd .bigImg li:hover img{
	border: 2px solid #EE8717;
}
.anli_content .parBd .bigImg span{
	width: 100%;
	height: 40px;
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.anli_content .parBd .smallScroll{
	width: 600px;
	height: 450px;
	float: right;
	position: relative;
	overflow: hidden;
}
.anli_content .parBd .smallScroll li{
	width: 270px;
	height: 220px;
	margin-left: 30px;
	margin-bottom: 5px;
	float: left;
	cursor: pointer;
	display: inline;
}
.anli_content .parBd .smallScroll li img{
	width: 264px;
	height: 179px;
	float: left;
	border: 2px solid #f6f6f6;
}
.anli_content .parBd .smallScroll li:hover img{
	border: 2px solid #EE8717;
}
.anli_content .parBd .smallScroll li span{
	width: 100%;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #666;
	float: left;
}
/*项目案例 end*/

/*公司动态*/
.gsdt{
	width: 640px;
	float: left;
}
.gsdt_title{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}
.gsdt_title h3{
	float: left;
	font-size: 18px;
	font-weight: normal;
}
.gsdt_title h3 span{
	font-size: 15px;
	color: #aaa;
}
.gsdt_title a{
	float: right;
	color: #FF9202;
	font-size: 14px;
	margin-right: 80px;
}
.gsdt_content{
	width: 560px;
	float: left;
	margin-top: 18px;
}
.gsdt_hot img{
	width: 245px;
	height: 155px;
	float: left;
}
.gsdt_hot h3{
	width: 300px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	float: right;
	font-size: 16px;
}
.gsdt_hot p{
	width: 300px;
	height: 100px;
	line-height: 25px;
	overflow: hidden;
	color: #888;
	float: right;
}
.gsdt_hot span{
	width: 300px;
	display: block;
	float: right;
	color: #EE8717;
	margin-top: 5px;
}
.gsdt_content ul{
	width: 100%;
	margin-top: 5px;
}
.gsdt_content li{
	padding-top: 5px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
}
.gsdt_content li a{
	width: 380px;
	height: 35px;
	overflow: hidden;
	float: float;
	margin-left: 3px;
}
.gsdt_content li span{
	float: right;
	margin-right: 2px;
}
/*公司动态 end*/

/*行业新闻*/
.hyxw{
	width: 560px;
	float: right;
}
.hyxw_title{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}
.hyxw_title h3{
	float: left;
	font-size: 18px;
	font-weight: normal;
}
.hyxw_title h3 span{
	font-size: 15px;
	color: #aaa;
}
.hyxw_title a{
	float: right;
	color: #FF9202;
	font-size: 14px;
}
.hyxw_content{
}
.hyxw_content li{
	width: 100%;
	margin-top: 20px;
	height: 76px;
}
.hyxw_content li a{
	display: block;
	width: 100%;
	height: 76px;
}
.hyxw_content li div{
	width: 77px;
	height: 76px;
	float: left;
}
.hyxw_content li div .date1{
	width: 77px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	float:left;
	background: #4C9B02;
}
.hyxw_content li div .date2{
	width: 77px;
	height: 48px;
	line-height: 48px;
	color: #4C9B02;
	font-size: 25px;
	text-align: center;
	background: #f6f6f6;
	float:left;
}
.hyxw_content h3{
	width: 460px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
	color: #4C9B02;
	float: right;
}
.hyxw_content p{
	width: 460px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	float: right;
	color: #888;
	margin-top: 5px;
}
/*行业新闻 end*/


/*home end*/

/*footer*/
.footer{
	background: #333333;
}
.footer_box{
	width: 1200px;
	padding-top: 50px;
}
.bottom1_left{
	float: left;
}
.bottom1_left li{
	width: 92px;
	margin-right: 75px;
	float: left;
}
.bottom1_left li h3{
	font-size: 16px;
	color: #ddd;	
}
.bottom1_left li img{
	width: 92px;
	height: 1px;
	display: block;
	margin-top: 20px;
	margin-bottom: 7px;
}
.bottom1_left li span{
	display: block;
	line-height: 25px;
	color: #aaa;
}
.bottom1_right{
	float: right;
}
.bottom1_right p{
	width: 122px;
	height: 160px;
	float: right;
	margin-left: 60px;
}
.bottom1_right p img{
	width: 122px;
	height: 122px;
	float: right;
}
.bottom1_right p span{
	width: 122px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	float: right;
	color: #aaa;
}
.bottom2{
	margin-top: 50px;
	border-top: 1px solid #4E4E4E;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
	color: #aaa;
	text-align: center;
}
.bottom2 a{
	color: #aaa;
}

/*footer end*/