﻿@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; font-size:12px; font-family:"微软雅黑";}
a{text-decoration:none;}
ul{list-style:none;}
img{border:none;}



/*产品展示*/
#product{
	width:920px;
	height:154px;
	background:url(../images/images_18.jpg) repeat-x;
	margin:0 auto;
	
}
#product ul li{
	width:184px;
	height:154px;
	float:left;
	text-align:center;
}
#product ul li img{
    width:180px;
    height:120px;
}
#product li.dashed{
	background:url(../images/images_20.jpg) no-repeat right;
}
#product ul li span{
	width:180px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#0080c9;
}
#product a span:hover{ color:#ff5400;}
/*产品展示end*/
/*main*/
#main{
	width:920px;
	margin:0 auto;
	margin-top:15px;
}
#m_left{
	width:655px;
	float:left;
}
/*最新资讯*/
.title{
	width:653px;
	height:31px;
	background:url(../images/images_26.jpg) no-repeat;
}
.title h2{
	display:block;
	line-height:31px;
	color:#595d60;
	font-size:14px;
	padding-left:24px;
	float:left;
}
span.more{
	line-height:31px;
	display:block;
	float:right;
	font-size:12px;
	font-family:"宋体";
	margin-right:20px;
	
}
span.more a{color:#999999;}
/*新闻列表*/
ul.list{
	margin-top:18px;
	margin-left:15px;
}
ul.list li{
	line-height:28px;
	background:url(../images/images_25.jpg) no-repeat left center;
	padding-left:15px;
	border-bottom:1px #585858 dotted;
	
}
ul.list li a{color:#898989;}
ul.list li a:hover{color:#0080c9;}

/*经典案例*/
.typicalcase{
    margin-top:18px;	
}
.case{
	 margin-top:18px;
	 margin-left:15px;
}
.case1{
	float:left;
	width:200px;
	margin-right:10px;
}
.case1 .pic{
	width:195px;
	height:110px;
	overflow:hidden;
}
.case1 .pic img{
	width:195px;
	height:110px;
}
.case1 p{
	width:195px;
	height:100px;
	overflow:hidden;
	margin-top:10px;
	text-indent:2em;
	line-height:20px;
	color:#4c4948;
}

/*右边*/
#m_right{
	width:243px;
	float:left;
	margin-left:20px;
}
/*资质认证*/
.qualitycertification{
	width:243px;
	height:161px;
	background:url(../images/images_33.jpg) no-repeat;
}
.qualitycertification h2{
	font-size:14px;
	color:#595d60;
	line-height:28px;
	padding-left:20px;
}
.qualitycertification ul li{
	float:left;
	margin-left:16px;
	margin-top:15px;
}
/*资质认证end*/

/*国内产品分布*/
.area{
	width:243px;
	height:136px;
	background:url(../images/images_34.jpg) no-repeat;
	margin-top:5px;
}
.area h2{
	font-size:14px;
	color:#595d60;
	line-height:28px;
	padding-left:20px;
}
.area img{ margin-left:46px;}
/*产品分布end*/

/*联系我们*/
.contact{
	width:244px;
	height:83px;
	background:url(../images/images_46.jpg) no-repeat;
	margin-top:5px;
	position:relative;
}
.contact span{
	position:absolute;
	top:17px;
	left:140px;
	font-size:15px;
	color:#0455a7;
	font-weight:bold;
}
.contact img{
	position:absolute;
	top:45px;
	left:170px;
}
/*联系我们end*/

/*关注我们*/
.payattention{
	width:244px;
	height:80px;
	background:url(../images/images_47.jpg) no-repeat;
	margin-top:4px;
	position:relative;
}
.payattention span{
	position:absolute;
	top:17px;
	left:140px;
	font-size:15px;
	color:#0455a7;
	font-weight:bold;
}
.payattention .attention{
	position:absolute;
	top:45px;
	left:116px;
}
.payattention .attention img{
	margin-right:8px;
}
/*关注我们end*/
.clear{clear:both;}
/*main --end*/

#product ul li img{width:170px; height:120px;}