﻿@charset "utf-8";
/* CSS Document */
html, body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
	-webkit-text-size-adjust: none;
	scrollbar-face-color:#f5ad01; /*滚动条3D表面（ThreedFace）的颜色*/ 
	scrollbar-highlight-color:#fff; /*滚动条3D界面的亮边（ThreedHighlight）颜色*/ 
	scrollbar-shadow-color:#eeeeee; /*滚动条3D界面的暗边（ThreedShadow）颜色*/ 
	scrollbar-3dlight-color:#eeeeee; /*滚动条亮边框颜色*/ 
	scrollbar-arrow-color:#000; /*滚动条方向箭头的颜色 */ 
	scrollbar-track-color:#fff; /*滚动条的拖动区域(TrackBar)颜色*/
	scrollbar-darkshadow-color:#fff; /*滚动条暗边框（ThreedDarkShadow）颜色*/
}
body {
	margin: 0px;
}
a {
	color: #666666;
	text-decoration: none;
	outline: 0px none;
 star:expression(this.onFocus=this.blur());
}
a:hover, a:active {
	color: #00763c;
}
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
table {
	border-collapse: collapse;
}
ul, li {
	list-style: none;
	border: 0 none;
	padding: 0px;
}
form {
	margin: 0px;
}
img {
	border: 0px none;
	text-align-last: center;
	vertical-align: middle;
 _azimuth:expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true);
}
center {
	text-align: left;
	color: #999;
	height: 50px;
}
/* CSS3滚动条 */
::selection {background: #222 ; color: white ; text-shadow: none ;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#4e4e5a ;}
::-webkit-scrollbar{width:8px;height:6px ; }
::-webkit-scrollbar-thumb{height:50px;background:#00763c;  cursor:pointer}
::-webkit-scrollbar-thumb:hover{background:#005f30 ; cursor:pointer}  


/* 页面选中颜色 */
::-moz-selection {
	background: #222;
	color: #fff;
}
::-webket-selection {
	background: #222;
	color: #fff;
}
::-o-selection {
	background: #222;
	color: #fff;
}

::selection {
	background: #222;
	color: #fff;
} 

*:focus {
	outline: none;
}



#dhtmltooltip {
	z-index: 100;
	visibility: hidden;
	position: absolute;
	text-align: left;
	border: 1px solid #cccccc;
}
#clear, .clear {
	clear: both;
	float:none !important;
	display: block;
}
.noData {
	color: #999;
	padding: 20px 0px;
	text-align: left;
}
#top{
	background:#fff;
	width:100%;
	height:120px;
	margin:0px auto;
}
#top ul{
	width:1000px;
	height:120px;
	margin:0px auto;
}
#top .logo{
	float:left;
	width:400px;
	text-align:left;
}
#top .logo img{
	margin-top:25px;
}
#top .nav{
	float:right;
	width:400px;
	padding-right:10px;
	text-align:right;
}
#top .nav .hover{
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:40px 0px 0px 0px;
}
#top .nav .hover a{
	color:#999;
	display:inline-block;
	padding:0px 3px;
}
#top .nav .hover a:hover{
	color:#008c4b;
	text-decoration:underline;
}
#top .nav .hover a img{
	margin-right:5px;
}
#top .nav .search{
	padding:20px 0px;
}
#top .nav .search input{
	border:1px solid #ddd;
	padding:5px;
	text-align:left;
	color:#999;
}
#top .nav .search #go{
	cursor:pointer;
	background:#f5ad01;
	border:1px solid #f5ad01;
	color:#fff;
}
#menu{
	background:url(/eng/images/menu-bg.png) repeat;
	background-position:left bottom;
	width:100%;
	height:50px;
	margin:0px auto;
}
#menu ul{
	width:1000px;
	height:50px;
	margin:0px auto;
}
#menu li{
	float:left;
	width:165px;
	height:50px;
	text-align:center;
	border-right:1px solid rgba(255,255,255,0.1);
}
#menu #m1{border-left:1px solid rgba(255,255,255,0.1);}
#menu li a{
	display:block;
	height:50px;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
}
#menu a:hover{	
	background:#006232;
}
#menu .A{	
	background:#006232;
	border-right:1px solid #19834f;
}
#menuson {
	position:fixed;
	top: 0px;
	width: 1000px;
	left:50%;
	margin:170px 0px 0px -500px;
	z-index:1000;
}
#menuson .son {
	width:1000px;
	margin:0px auto;
	overflow: hidden;
}
#menuson .son a{
	display:block;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px 10px;
	border-bottom:1px solid rgba(255,255,255,0.3);
	text-align:left;
	color:#fff;
}
#menuson .son a:hover{
	color:#f5ad01;
	background:#fff;
}
#menuson .son .arr{
	text-align:left;
}
#menuson .son .arr img{
	margin:10px 0px 0px 20px;
	opacity:0.8;
}
#menuson .son .hover{
	background: rgba(245,173,1,0.8);
}
#menuson .son #sm2{
	width:210px;
	height: 0px;
	overflow:hidden;	
	margin-left:167px;
}
#menuson .son #sm3{
	width:250px;
	height: 0px;
	overflow:hidden;
	margin-left:333px;
}
#menuson .son #sm4{
	width:165px;
	height: 0px;
	overflow:hidden;	
	margin-left:499px;
}
#menuson .son #sm5{
	width:165px;
	height: 0px;
	overflow:hidden;	
	margin-left:665px;
}
#menuson .son #sm6{
	width:165px;
	height: 0px;
	overflow:hidden;	
	margin-left:831px;
}
#banner {
	width: 100%;
	height: 600px;
	margin: 0px auto 0px auto;
}
#banner-inside {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}
#banner-inside img {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 2000px;
	margin-left: -1000px;
}
#ourproduct{
	position:absolute;
	z-index:100;
	left:50%;
	margin-left:-480px;
	margin-top:-50px;
	width:960px;
	height:115px;
	background:#fff;
	overflow:hidden;
	box-shadow:0px 5px 8px rgba(0,0,0,0.3);
}
#ourproduct .title{
	width:115px;
	height:115px;
	float:left;
	text-align:left;
	background:#f5ad01;
	color:#fff;
	padding:0px 20px;
}
#ourproduct .title h3{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:20px;
	display:block;
	padding:15px 0px 3px 0px;
}
#ourproduct .title a{
	display:inline-block;
	background:rgba(255,255,255,0.2);
	border:1px solid rgba(255,255,255,0.4);
	border-radius:3px;
	width:70px;
	height:20px;
	line-height:20px;
	color:#fff;
	text-align:center;
}
#ourproduct .title:hover a{
	background:rgba(255,255,255,0.3);
}
#ourproduct a{
	position:relative;
	display:block;
	float:left;
	width:160px;
	height:115px;
	border-left:1px solid #fff;
	text-align:center;
}
#ourproduct a span{
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,118,60,0.9);
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	width:100%;
	height:0px;
	line-height:20px;
}
#ourproduct a span p{
	display:block;
	padding:20px 20px 10px 20px;
	background:url(/eng/images/product-line.png) no-repeat;
	background-position:20px bottom;
}
#ourproduct a img{
	display:block;
	width:100%;
	height:100%;
}
#main{
	padding-top:100px;
	margin:0px auto;
	width:960px;
}
#main .title{
	display:block;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#19834f;
	background:url(/eng/images/main-title-bg.png) no-repeat;
	background-position:left bottom;
	border-bottom:2px solid #eee;
	padding:8px 10px;
}
#main .title a{
	display:none;
	border:1px solid #f7bd33;
	background:#f7bd33;
	color:#fff;
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}
#main .title a:hover{
	border:1px solid #ddd;
	background:#fff;
	color:#f7bd33;
}
#main .text{
	position:relative;
	padding:20px 5px 20px 5px;
	text-align:left;
	color:#666;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main .text a{
	border:1px solid #eee;
	position:absolute;
	bottom:5px;
	right:15px;
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
}
#main .text a:hover{
	border:1px solid #f5ad01;
	background:#f5ad01;
	color:#fff;
}
#main .about{
	display:block;
	float:left;
	width:300px;
}
#main .honor{
	display:block;
	float:left;
	width:300px;
	margin:0px 30px;
}
#main .contact{
	display:block;
	float:left;
	width:300px;
}
#main .contact .text{
	background:url(/eng/images/main-icon-tel.png) no-repeat;
	background-position:200px 50%;
}
#inside{
	margin:0px auto;
	padding:20px 0px;
	width:960px;
}
#inside .left{
	width:200px;
	float:left;
}
#inside .right{
	width:700px;
	padding:0px 0px 30px 30px;
	float:right;
	border-left:1px dotted #ddd;
}
#location{
	padding:20px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}
#location img{
	margin-right:5px;
}
#location a{
	color:#999;
}
#location a:hover{
	text-decoration:underline;
	color:#00763c;
}
#title{
	padding:10px 0px;
	margin-bottom:10px;
	border-bottom:3px solid #ddd;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00763c;
	text-align:left;
}
#navpart{
	width:100%;
}
#navpart .title{
	text-align:left;
	padding:30px 0px 10px 10px;
	background:url(/eng/images/navpart-nav-title.png) no-repeat;
	background-position:left bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	color:#00763c;
}
#navpart .nav{
	border:1px solid #ddd;
	background:#fff;
	padding:10px;
	text-align:left;
}
#navpart .nav a{
	display:block;
	padding:10px 0px;
	border-bottom:1px solid #eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#navpart .nav a:hover{
	color:#f5ad01;
}
#navpart .nav .A{
	background:url(/eng/images/navpart-nav-arr.png) no-repeat;
	background-position:96% 50%;
	color:#f5ad01;
	font-weight:600;
}
#navpart .tel{
	position:relative;
	margin:30px auto 20px auto;
	border:1px solid #ddd;
	background:#fff;
	padding:25px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	line-height:21px;
	text-align:left;
}
#navpart .tel img{
	position:absolute;
	left:5px;
	top:-15px;
	background:#fff;
	border:3px solid #fff;
}
#about{
	text-align:left;
	padding:15px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}
#about p{
	margin-bottom:20px;
}
#about img{
	max-width:100%;
}
#organization{
	text-align:left;
	padding:15px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}
#events{
	text-align:left;
	padding:15px 0px;	
}
#events .list{
	margin:10px auto;
	padding:10px;
}
#events .list:hover{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
#events .list:hover .text{
	color:#999;
}
#events .title{
	background:url(/eng/images/events-title-line.png) no-repeat;
	background-position:left bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	padding:10px 0px;
	color:#00763c;
}
#events .text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
	padding:10px 0px 20px 0px;
}
#industrial {
	text-align: left;
	padding: 15px 0px;
}
#industrial a{
	display:block;
	padding:30px 0px;
	border-bottom:1px solid #eee;
}
#industrial .img{
	float:left;
	width:180px;
	height:155px;	
	border:1px solid #ddd;
	text-align:left;
}
#industrial .img img{
	width:100%;
	height:120px;
	margin-top:20px;
}
#industrial .con{
	float:right;
	width:500px;
	text-align:left;
}
#industrial .con h3{
	color:#00773d;
	padding:5px 0px;
	display:block;
}
#industrial .con .text{
	color:#999;
	line-height:18px;
	font-size:12px;
}
#industrial .con .pro{
	padding:10px 0px;
}
#industrial .con .pro h4{
	color:#f5ad01;
	padding:5px 0px;
	display:block;
}
#industrial .con .pro span{
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:70px;
	height:50px;
}
#industrial .con .pro img{
	width:100%;
	height:100%;
}
#industrial .con .pro span p{
	background:rgba(0,119,61,0.8);
	position:absolute;
	top:70px;
	left:0px;
	width:100%;
	height:50px;	
	line-height:50px;
	text-align:center;
	color:#fff;
}
#product {
	min-height:300px;
	text-align: center;
	padding: 15px 10px;
}
#product #categorie {
	margin: 0px auto 20px auto;
	height:200px;
}
#product #categorie a {
	display: block;
	height:200px;
}
#product #categorie img{
	display:block;
	float:left;
	border:5px solid rgba(0,0,0,0.1);
	margin:25px 25px 0px 0px;
}
#product #categorie .con{
	text-align:left;
}
#product #categorie .con h2{
	color:#333;
	display:block;
	font-size:18px;
	padding:30px 0px 10px 0px;
}
#product #categorie .con h4{
	color:rgba(0,0,0,0.5);
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	display:block;
	padding-right:30px;
}
#product .c1 {
	background:url(/eng/images/categorie-bgA.png) repeat-x;
	background-position:left top;
}
#product .c2 {
	background:url(/eng/images/categorie-bgA.png) repeat-x;
	background-position:left top;
}
#product .c3 {
	background:url(/eng/images/categorie-bgA.png) repeat-x;
	background-position:left top;
}
#product .c4 {
	background:url(/eng/images/categorie-bgA.png) repeat-x;
	background-position:left top;
}
#product .c5 {
	background:url(/eng/images/categorie-bgA.png) repeat-x;
	background-position:left top;
}
#product .c6 {
	background:url(/eng/images/categorie-bgA.png) repeat-x;
	background-position:left top;
}
#product #categorie:hover{
	background:url(/eng/images/categorie-bgA.png) no-repeat;
	background-position:left top;
}
#product .type {
	position: relative;
	background: #f7f7f7;
	padding: 25px 0px;
	margin: 0px auto 30px auto;
}
#product .type:hover {
	background: #fff2d4;
}
#product .type .more {
	background: url(/eng/images/more.png) no-repeat;
	background-position: bottom center;
	width: 56px;
	height: 16px;
	line-height: 16px;
	color: #999;
	position: absolute;
	z-index: 9;
	right: 20px;
	bottom: 0px;
}
#product .type .more:hover {
	color: #00763c;
}
#product .img {
	position: relative;
	float: left;
	width: 220px;
	margin:10px 10px 10px 0px;
	text-align: center;
}
#product .img img {
	border: 1px solid #eee;
}
#product .img p {
	opacity: 0;
	position: absolute;
	z-index: 999;
	width: 220px;
	margin-left: -180px;
	left: 50%;
	top: 50px;
	text-align: center;
}
#product .img p img {
	border: 0px none;
	box-shadow: none;
}
#product .img span {
	position: absolute;
	bottom: 1px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	width: 220px;
	left: 1px;
	height: 25px;
	padding-top:10px;
}
#product .path {
	text-align: left;
	padding-bottom: 10px;
	color: #ccc;
	font-size: 12px;
}
#product .path strong {
	font-size: 14px;
	color: #00763c;
}
#product .product .list a {
	display: block;
	color: #666;
}
#product .product .list a:hover {
	color: #00763c;
}
#product .product table {
	border: 0px none;
	width: 100%;
}
#product .product table td {
	padding: 10px;
	color: #777;
	text-align: left;
	border-bottom: 1px solid #eee;
}
#product .product .bt {
	background: #f7f7f7 !important;
}
#product .product .bt td {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #eee;
}
#product .product tr:hover {
	background: #fffaef;
}
#product .product tr:hover a {
	color: #00763c;
}


#product .product .list-tr {
	display: block;
	padding: 10px 0px;
	font-weight: bold;
	color: #333;
	background: #f7f7f7 !important;
	border-bottom:1px solid #eee;
}
#product .product .list-tr .td1 {
	float: left;
	width:140px;
	padding-left:10px;
	text-align:left;
}
#product .product .list-tr .td2 {
	float: left;
	text-align:left;
	color:#666;
	width:150px;
}
#product .product .list-tr .td3 {
	float: left;
	text-align:left;
	color:#666;
	width:200px;
}
#product .product .list-tr .td4 {
	float: left;
	text-align:left;
	color:#666;
	width:100px;
}
#product .product .list-tr .td5 {

	float: left;
	text-align:left;
	color:#666;
	width:150px;
}

#product .product .list-td a {
	display: block;
	padding: 15px 0px;
	border-bottom:1px dotted #ddd;
}
#product .product .list-td a:hover{
	background:#fffaef;
}
#product .product .list-td a .td1 {
	float: left;
	width:140px;
	padding-left:10px;
	text-align:left;
}
#product .product .list-td a .td2 {
	float: left;
	text-align:left;
	color:#666;
	width:150px;
}
#product .product .list-td a .td3 {
	float: left;
	text-align:left;
	color:#666;
	width:180px;
	padding-right:20px;
}
#product .product .list-td a .td4 {
	float: left;
	text-align:left;
	color:#666;
	width:100px;
}
#product .product .list-td a .td5 {
	float: left;
	text-align:left;
	color:#666;
	width:150px;
}
#honor {
	text-align: center;
	padding: 15px 10px;
}
#honor .list a {
	display: block;
	padding: 10px 0px;
	text-align: left;
}
#honor .list a span {
	display: inline-block;
	margin: 0px 20px 0px 10px;
	width: 90px;
	text-align: center;
	border: 5px solid #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
#honor .list a img {
	max-width: 86px;
	height: 60px;
}
#honor .list a:hover span {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
#culture{
	text-align:left;
	padding:15px 10px;	
}
#culture p{
	margin-bottom:20px;
}
#culture .text{
	float:left;
	width:400px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}
#culture .text strong{
	font-size:14px;
	color:#666;
}
#culture .img{
	float:right;
	width:250px;
	text-align:right;	
}
#quality{
	text-align:left;
	padding:15px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}
#quality p{
	margin-bottom:20px;
}
#quality img{
	max-width:100%;
}
#network{
	text-align:left;
	padding:15px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}
#partners {
	text-align: center;
	padding: 15px 10px;
}
#partners .tr a{
	display:block;
	float:left;
	width:213px;
	margin:0px 20px 10px 0px;
}
#partners .tr a img{
	display:block;
	width:100%;
	height:90%;
	margin-bottom:10px;
	border:1px solid #ddd;
}


#contact{
	text-align:left;
	padding:15px 10px;	
}
#contact p{
	margin-bottom:10px;
}
#contact .img{
	float:left;
	width:230px;
	text-align:left;	
}
#contact .text{
	float:left;
	width:400px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:40px;
	line-height:18px;
	color:#666;
}
#contact .text h2{
	display:block;
	font-size:20px;
	padding-bottom:30px;
	color:#333;
}






#view {
	text-align: center;
	padding: 15px 10px;
}
#view .title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	border: 0px;
	text-shadow: none;
}
#view .time {
	color: #999;
}
#view .showimg {
	width: 350px;
	float: left;
	text-align: left;
}
#view .con {
	position: relative;
	width: 320px;
	float: right;
	text-align: left;
}
#view .con .back {
	background: url(/eng/images/back-bg.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 64px;
	width: 52px;
	height: 25px;
	line-height: 25px;
	padding-left: 18px;
	color: #fff;
	text-align: center;
}
#view .con .back:hover {
	opacity: 0.8;
}
#view .con .name {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
#view .con p {
	padding: 10px 0px;
	color: #666;
	text-align: left;
}
#view .con p strong {
	color: #444;
}
#view .overview {
	border-bottom: 1px dotted #ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #00763c;
	text-align: left;
	padding: 30px 0px 15px 0px;
}
#view .overview img {
	margin: 0px 5px;
}
#view .logo{
	float:right;
	border:1px solid #ddd;
	margin:0px 0px 20px 30px;
}
#view .countdowntime{
	padding:8px 0px;
	margin:5px auto;
	font-weight:600;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	color:#f5ad01;
}
#view .countdowntime .countdownbox{
	display:inline-block;
}
#view .countdowntime .countdownbox ul{
	display:inline-block;
}
#view .countdowntime .countdownbox li{
	display:inline-block;
}
#view .text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 20px 0px;
	color: #555;
	line-height: 18px;
	text-align: left;
}
#view .text p{
	margin-bottom:20px;
}
#view .text img {
	margin: 10px 0px;
	max-width: 700px;
 width:expression(this.width>700?"700px":this.width);
}
#view .tags_title {
	padding: 5px 0px;
	color: #444;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}
#view .file {
	padding: 10px 0px;
	line-height: 21px;
}
#view .file a {
	display: block;
	background: url(/eng/images/arr_file.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#view .imgs{
	text-align:left;
	padding:30px 0px;
}
#view .imgs h3{
	font-size:14px;
	display:block;
	padding:10px 0px;
	color:#666;
}
#view .imgs a{
	width:80px;
	min-height:120px;
	font-family:Arial, Helvetica, sans-serif;
	background:#eee;
	display:block;
	text-align:left;
	float:left;
	padding:0px 0px 8px 0px;
	margin-right:10px;
}
#view .imgs a img{
	display:block;
	margin-bottom:5px;
}
#view .imgs a span{
	display:inline-block;
	padding:0px 8px;
}
#view .post{
	font-size:18px;
	font-weight:bold;
	color:#333;
	padding:10px 0px;
	text-align:left;
}
#view .requirements{
	background:#f7f7f7;
	font-size:12px;
	line-height:25px;
	color:#666;
	padding:10px;
	text-align:left;
	margin:15px auto;
}
#view .tags{
	text-align:left;
	padding:15px 0px;
}
#view .tags .tags_title{
	color:#00763c;
}
#view .url {
	padding: 10px 0px;
	color: #555;
	text-align:left;
}
#view .url a {
	display: inline-block;
	border:1px solid #ddd;
	background:#fff;
	padding: 8px 30px;
	text-align:center;
}
#view .url .prev {
	float: left;
}
#view .url .next {
	float: right;
}
#view .url .yingpin{
	float:left;
	background:#00763c;
	color:#fff;
}
#view .url .back{
	margin:0px auto;
}
#page {
	text-align: center;
	padding: 20px 0px;
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page a {
	display: inline-block;
	padding: 0px 8px;
}
#page .A {
	color: #00763c;
	font-weight: 600;
	border: 1px solid #ddd;
}
#page select {
	margin: 0px 5px;
	padding: 2px 0px;
	border: 1px solid #ddd;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
#boot{
	width:100%;
	margin:50px auto 0px auto;
	min-height:160px;
	background:#f5f5f5;
}
#boot ul{
	padding:30px 0px;
	width:960px;
	margin:0px auto;
}
#boot .qrcode{
	float:left;
	text-align:left;
	padding:0px;
	width:170px;
}
#boot .hover{	
	border-left:1px solid #ddd;
	float:right;
	width:750px;
	padding-left:30px;
	text-align:left;
}
#boot .hover div{
	float:left;
	min-width:100px;
	padding:0px 15px;
	text-align:left;
}
#boot .hover strong{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	display:block;
	padding:10px 0px;
}
#boot .hover a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	max-width:140px;
	padding:5px 0px;
}
#boot .hover a:hover{
	text-decoration:underline;
}
#boot .copy{
	width:960px;
	margin:0px auto;
	border-top:1px solid #ddd;
	padding:15px 0px;
	color:#999;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* lightbox   */
#lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	display: none;
}
/* line 15, ../sass/lightbox.sass */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
	width: auto;
	height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
	border: none;
}
/* line 30, ../sass/lightbox.sass */
.lightbox-outerContainer {
	position: relative;
	background-color: white;
 *zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lightbox-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
/* line 39, ../sass/lightbox.sass */
.lightbox-container {
	padding: 10px;
}
/* line 42, ../sass/lightbox.sass */
.lightbox-loader {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lightbox-mark {
	background: url(/eng/images/pro_mark.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10002 !important;
}
/* line 51, ../sass/lightbox.sass */
.lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
/* line 59, ../sass/lightbox.sass */
.lightbox-container > .nav {
	left: 0;
}
/* line 62, ../sass/lightbox.sass */
.lightbox-nav a {
	outline: none;
}
/* line 65, ../sass/lightbox.sass */
.lightbox-prev, .lightbox-next {
	width: 49%;
	height: 100%;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	/* Trick IE into showing hover */
	display: block;
}
/* line 72, ../sass/lightbox.sass */
.lightbox-prev {
	background: url(/eng/images/prev.png) left 50% no-repeat;
	left: 20px;
	float: left;
	cursor: pointer;
}
/* line 76, ../sass/lightbox.sass */
.lightbox-next {
	background: url(/eng/images/next.png) right 50% no-repeat;
	right: 20px;
	float: right;
	cursor: pointer;
}
/* line 81, ../sass/lightbox.sass */
.lightbox-prev:hover {
	background: url(/eng/images/prevA.png) left 50% no-repeat;
}
/* line 85, ../sass/lightbox.sass */
.lightbox-next:hover {
	background: url(/eng/images/nextA.png) right 50% no-repeat;
}
/* line 88, ../sass/lightbox.sass */
.lightbox-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
 *zoom: 1;
	width: 100%;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lightbox-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
/* line 95, ../sass/lightbox.sass */
.lightbox-data {
	padding: 0 10px;
	color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lightbox-data .lightbox-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lightbox-data .lightbox-caption {
	font-size: 18px;
	color: #ffffff;
	font-family: "微软雅黑";
	font-weight: bold;
	line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lightbox-data .lightbox-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
}
.lightbox-data .lightbox-number SPAN {
	color: #ff9900;
}
/* line 112, ../sass/lightbox.sass */
.lightbox-data .lightbox-close {
	width: 35px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lightbox-data .lightbox-close:hover {
	cursor: pointer;
}
  /* i i s 7 . c o m */