@charset "utf-8";
/* CSS Document */
.proNav_Box{position:relative;padding-bottom:35px;}
.proNav{display:block;float:left;width:850px;}
.proNav>li{float:left;margin-right:10px;}
.proNav>li a{display:inline-block;padding:0 20px 1px;line-height:32px;background:#93988c;
		border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;
		box-shadow:inset 0 -3px 0 #666f66;-moz-box-shadow:inset 0 -3px 0 #666f66;-o-box-shadow:inset 0 -3px 0 #666f66;-box-shadow:inset 0 -3px 0 #666f66;}
.proNav>li a,.proNav>li a:visited{color:#fff;}
.proNav>li a:hover,.proNav>li.curs a{background:#76c600;
		box-shadow:inset 0 -3px 0 #60a100;-moz-box-shadow:inset 0 -3px 0 #60a100;-o-box-shadow:inset 0 -3px 0 #60a100;-box-shadow:inset 0 -3px 0 #60a100;}
.headSearch{display:block;float:right;width:280px;height:30px;padding-top:3px;overflow:hidden;}	
#contSearch{width:202px;height:26px;padding:0 8px;vertical-align:middle;
		border:1px solid #ddd;box-shadow:0 0 2px #ddd inset;}
#searchSubmit{width:60px;height:28px;color:#fff;background:#76c600;vertical-align:middle;border:none;cursor:pointer;}
#contSearch:focus{box-shadow:0 0 1px #ddd,1px 1px 3px #c3c3c3 inset;border-color:#505050;}
		

.productBox{margin-bottom:45px;overflow:hidden;}
.productBox:last-child{margin-bottom:0;}
.productBox dt{float:left;display:block;width:480px;height:273px;overflow:hidden;margin-right:35px;
		border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;
		box-shadow:inset 0 -3px #e6e6e5;-moz-box-shadow:inset 0 -3px #e6e6e5;-o-box-shadow:inset 0 -3px #e6e6e5;-webkit-box-shadow:inset 0 -3px #e6e6e5;
		background:#f9f9f9 url(../icon/img.png) center center no-repeat;}
.productBox dd{overflow:hidden;}
.productBox dd h2{display:block;font-size:20px;padding-top:5px;padding-bottom:20px;}
.productBox dd a h2,.productBox dd a:visited h2{color:#666f66;}
.productBox dd p{display:block;height:122px;color:#666f66;font-size:13px;line-height:24px;overflow:hidden;}

.proLinkBox{position:relative;display:block;width:100%;padding-top:45px;}
.link_icon{display:inline-block;width:40px;height:40px;vertical-align:top;margin-right:10px;
		background:url(../images/link.png) 0 0 no-repeat;}
.websit{display:inline-block;max-width:400px;font-size:18px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
a .websit,a .websit:visited{color:#666f66;}
.viewBtn{position:absolute;right:5px;bottom:0;display:block;width:120px;height:40px;text-align:center;line-height:37px;
		background:#f04949;cursor:pointer;
		border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;
		box-shadow:inset 0 -3px #d52b2b;-moz-box-shadow:inset 0 -3px #d52b2b;-o-box-shadow:inset 0 -3px #d52b2b;-webkit-box-shadow:inset 0 -3px #d52b2b;}
.viewBtn,.viewBtn:visited{color:#fff;}
.viewBtn:hover{background:#76c600;
		box-shadow:inset 0 -3px #60a100;-moz-box-shadow:inset 0 -3px #60a100;-o-box-shadow:inset 0 -3px #60a100;-webkit-box-shadow:inset 0 -3px #60a100;}
