/*首页*/
.box .hd{}
.box .hd{height:34px;margin-bottom:26px;font-size:22px;}

.prod{margin:52px 0 32px;border-bottom:2px solid #e6e6e6;padding-bottom:34px;}
.prod .hd{border-top:1px solid #ddd;text-align:center;height:0px;margin-bottom:58px;}
.prod .hd h2{display:inline-block;background:#fff;position:relative;top:-15px;line-height:30px;color:#555;font-size:28px;padding:0 14px;font-weight:400;}
.prod .bd{}
.prod li{float:left;width:274px;margin:0 26px 13px 0}
.prod li .pic{
	display:block;
	border:2px dotted #d8d8d8;
	width:266px;
	height:187px;
	padding:2px;
	background-repeat: no-repeat;
	background-position: center center;
}
.prod li .pic img{width:100%;height:100%}
.prod li.end{margin-right:0}
.prod li h3{line-height:42px;height:42px;overflow:hidden;font-size:14px;text-align:center;font-weight:400}
.prod li h3 a{color:#555}

.more{display:block;width:160px;height:40px;line-height:40px;font-size:16px;margin:18px auto 0}
.more:hover{background-color:#025299;color:#fff;}

.about{float:left;width:350px;margin-right:40px;}
.about .bd{height:336px;font-size:14px;line-height:24px;overflow:hidden;color:#555;text-align:justify}
.about .bd img{margin-bottom:20px;}

.news{float:left;width:430px;margin-right:30px;}
.news .bd{height:336px;}
.news li{}
.news .hot{margin-bottom:20px;}
.news .hot .pic{float:left;width:160px;height:108px;}
.news .hot .pic img{width:100%;height:100%}
.news .hot h2{font-size:16px;margin-bottom:5px;color:#555;height:20px;line-height:20px;overflow:hidden}
.news .hot h2 a{color:#555}
.news .hot .desc{margin-left:180px;line-height:22px;font-size:14px;color:#999}
.news .hot p{height:88px;overflow: hidden;}
.news .item{height:37px;line-height:37px;position:relative;border-bottom:1px dotted #d5d5d5;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news .item a{color:#555;}

.faq{float:left;width:350px;}
.faq li{margin-bottom:30px;}
.faq li h2{background:#ccc;height:38px;line-height:38px;overflow:hidden;font-size:16px;font-weight:400;padding:0 12px;margin-bottom:10px;}
.faq li h2 em{color:#0093dd}
.faq li p{font-size:14px;color:#777;padding:0 16px;height:40px;line-height:20px;overflow: hidden}
.faq .more{margin-top:0px;}