/*精品内容*/
ul.goodpro{
	margin-bottom: 80px;
	display: inline-block;
}
ul.goodpro li{
	width: 273px;
	float: left;
	margin-right: 30px;
	border:1px solid #f3f3f3;
}
ul.goodpro li:nth-child(4n){
	margin-right: 0px;
}
ul.goodpro li:hover{
	box-shadow: 0px 5px 10px 2px #eee;
}
ul.goodpro li a{ 
	display: inline-block; 
}
ul.goodpro li a:hover{
	color: #ff6600;
}
ul.goodpro li a img{
	width: 273px;
	height: 273px;
}
ul.goodpro li a p{
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin: 10px 10px;
}

/*companyfile*/
.bgcompany{
	width: 100%; 
	margin: 0 auto;
	background-image:url(../image/bg_company.png);
	background-repeat: no-repeat;
	background-position: top left;
}
/*公司介绍标题*/
.bgcompany .commonbox .commontitle{
	text-align:center;
}
.bgcompany .commonbox .commontitle .titlebox{
	display: inline-block;
	margin:50px 0px;
}
.bgcompany .commonbox .commontitle .titlebox p.chinse{
	
}
.bgcompany .commonbox .commontitle .titlebox p.chinse span{
	font-size: 36px;
	color: #fff;
	margin:0 20px;
}
p.chinse>h2{
	display: inline-block;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	margin:0 20px;
}
.bgcompany .commonbox .commontitle .titlebox p.chinse i{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.bgcompany .commonbox .commontitle .titlebox p.chinse i.sign_l{
	background: url(../image/sign_l_w.png);
}
.bgcompany .commonbox .commontitle .titlebox p.chinse i.sign_r{
	background: url(../image/sign_r_w.png);
}
.bgcompany .commonbox .commontitle .titlebox p.english{
	font-size:16px; 
	color: #cbcbcb;
}

/*公司介绍图片*/
.compicture {
	height:500px;
}
.compicture .pic {
	height:500px;
}
.compicture .pic li {
	position:absolute;
	display:none;
}
.compicture .pic li:first-child {
	display:block;
}
.compicture .jiantou {
	width:500px;
	height:50px;
	position:absolute;
	left:15px;
	top:140px;
	display:block;
}
.compicture .jiantou li {
	width:30px;
	height:50px;
	text-align:center;
	line-height:50px;
	border:1px solid #ccc;
	background:rgba(255,255,255,0.6);
	cursor: pointer;
}
.compicture:hover .jiantou {
	display:block;
}
.compicture .jiantou .left_1 {
	margin-top:19px;
}
.compicture .jiantou li:first-child {
	float:left;
}
.compicture .jiantou li:last-child {
	float:right;
}


/*公司介绍内容*/
.profilebox{
	background: #fff;
	box-shadow: 0px 2px 6px 2px #ccc;
	margin:0 auto;
	position: relative;
	height: 320px;
	margin-bottom:80px;
}
.profilebox .leftimg{
	width: 530px;
	height: 398px;
	position: absolute;
	left: 0px; 
	top: -39px;
}
.profilebox .leftimg img{
	width: 530px;
	height: 398px;
}
.profilebox .rightprofile{
	width: 618px;
	height: 290px;
	position: absolute;
	right: 0px;
	top:10px;
	padding: 10px;
}
.profilebox .rightprofile .profilename{
	font-size: 24px;
	color: #000;
	height: 40px;
	line-height: 40px;
}
.profilebox .rightprofile .profilename h1{
	font-size: 24px;
	color: #000;
	display: inline-block;
	font-weight: normal;
}
.profilebox .rightprofile .profiletext{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	padding: 10px 0px;
	overflow: hidden;
	height: 164px;
}
.profilebox .rightprofile .probutn{
	
}
.profilebox .rightprofile .probutn a{
	height: 40px;
	line-height: 40px;
	width: 114px;
	background: #ff6600;
	color: #ffffff;
	text-align: center;
	font-size:16px;
	display: inline-block;
}
.profilebox .rightprofile .probutn a:hover{
	background: #ff812d;
	color: #fff;
}

/*新品上市*/
ul.newproduct{
	display: inline-block;
}
ul.newproduct li{
	width: 273px;
	float: left;
	margin-right: 30px;
	border:1px solid #f3f3f3;
	margin-bottom: 30px;
}
ul.newproduct li:nth-child(4n){
	margin-right: 0px;
}
ul.newproduct li:hover{
	box-shadow: 0px 5px 10px 2px #eee;
}
ul.newproduct li a{ 
	display: inline-block; 
}
ul.newproduct li a:hover{
	color: #ff6600;
}
ul.newproduct li a img{
	width: 273px;
	height: 273px;
}
ul.newproduct li a p{
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin: 10px 10px;
}
/*更多button*/
.morebutn{
	text-align: center;
	padding-bottom: 80px;
}
.morebutn a{
	width: 140px;
	height: 40px;
	border:1px solid #ff6600;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	color: #ff6600;
	line-height: 40px;

}
.morebutn a:hover{

}


/*荣誉资质*/
ul.honor{
	display: inline-block;
}
ul.honor li{
	width: 275px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
}
ul.honor li:nth-child(4n){
	margin-right: 0px;
}
ul.honor li:hover{
	box-shadow: 0px 5px 10px 2px #eee;
}
ul.honor li a{ 
	display: inline-block; 
}
ul.honor li a:hover{
	color: #ff6600;
}
ul.honor li a img{
	width: 275px;
	height: 200px;
}
ul.honor li a p{
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin: 10px 10px;
}


/*成功案例*/
ul.cases{
	display: inline-block;
}
ul.cases li{
	width: 275px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 1px 1px 1px #eee;
}
ul.cases li:nth-child(4n){
	margin-right: 0px;
}
ul.cases li:hover{
	box-shadow: 0px 5px 10px 2px #eee;
}
ul.cases li a{ 
	display: inline-block; 
}
ul.cases li a:hover{
	color: #ff6600;
}
ul.cases li a img{
	width: 275px;
	height: 200px;
}
ul.cases li a p{
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin: 10px 10px;
}
/*新闻资讯*/
ul.news{
	overflow: hidden;
}
ul.news li{
	width: 45%;
	float: left;	
	padding:40px 2.5%;
}
ul.news li a:hover .newstext p.newtitle{
	color: #ff6600;
}
ul.news li a .newpic{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 10px;
}
ul.news li a .newpic img{
	width: 120px;
	height: 120px;
}
ul.news li a .newstext{
	
}
ul.news li a .newstext p.newtitle{
	font-size: 20px;
	height: 40px; 
	line-height: 40px;
	color: #787878;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.news li a .newstext p.newcont{
	font-size: 16px;
	line-height:25px;
	height: 50px;
	overflow: hidden;
}
ul.news li a .newstext p.browse{
	font-size: 14px;
	color: #ccc;
}
ul.news li a .newstext p.browse i{
	width: 20px;
	height: 13px;
	background: url(../image/icon_views.png);
	display:inline-block;
	margin-right: 5px;
}
ul.news li a .newstext p.browse span{
	float: right;
	text-align: right;
	color: #ccc;
	font-size: 14px;
}

/*联系我们*/
.bgcontact{
	width: 100%; 
	margin: 0 auto;
	background-image:url(../image/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 554px;
}
.contactbox{
	overflow: hidden;
}
.contactleft{
	width: 640px;
	float: left;
	padding-top: 120px;
	color: #fff;
}
.contactleft p.line{
	padding-bottom: 50px;
}
.contactleft p.line i{
	width: 60px;
	height: 9px;
	background: #ff6600;
	display: inline-block;
}
.contactleft p.b{
	font-size:36px;
	color: #fff;
	height: 50px;
	line-height: 50px;	
}
.contactleft p.s{
	font-size: 20px;
	color: #fff;
	height: 80px;
	line-height:80px;
}
ul.lybox{
	width: 540px;
	float: right;
	padding-top: 70px;
	padding-bottom: 70px;
	color: #fff;
}
ul.lybox li{
	display: flex;
	margin-bottom:30px;
}
.libox{
	flex: 1;
	margin:0px 20px;
}
.libox p:first-of-type{
	font-size: 16px;
	color: #fff;
	height: 30px;
	line-height:30px;
}
.libox p:first-of-type font{
	color: #ff0000;
}
.libox p input,.libox p span.l input{
	width: 100%;
	border-radius: 5px;
	background: #fff;
	height: 40px;
	line-height: 40px;
	border:0 none;
	text-indent: 10px;
}
.libox p input:focus,.libox p span.l input:focus,.libox p textarea:focus{
	border:1px solid #ff0000;
	outline: none;
}
.libox p{
	display: flex;
}
.libox p span.l{
	flex: 2;
}
.libox p span.r{
	flex: 1;
	height: 40px;
}
.libox p span.r img{
	width: 100%;
	height: 40px;
}
.libox p textarea{
	height: 90px;
	line-height: 30px;
	text-indent: 10px;
	background: #fff;
	width: 100%;
	border:0 none;
	border-radius: 5px;
	font-size: 14px;
}
.lybutn{
	flex: 1;
	margin:0px 20px;
}
.lybutn input{
	width: 100%;
	background: #ff6600;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	border:0 none;
	outline: none;
	display: inline-block;
}