@charset "utf-8";
/* CSS Document */
@import url("main.css");

/***********product************/
.pro_t{
	width:758px;
	height:38px;
	background:-moz-linear-gradient(top,#fff,#dfdfdf);/*Mozilla*/
    background:-webkit-linear-gradient(top,#fff,#dfdfdf);/*Webkit*/
    background:-o-linear-gradient(top,#fff,#dfdfdf); /*Opera11*/
	background:-ms-linear-gradient(top,#fff,#dfdfdf); /*IE*/
	background:linear-gradient(top,#fff,#dfdfdf); /*W3C*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=white, endColorstr=#dfdfdf)";/*IE8+*/
	border-bottom:1px solid #ccc;
	}	
.pro_t li{
	float:left;
	height:38px;
	background:url(../images/pro_tbg.png) right top no-repeat;
	}
.pro_t li:nth-child(1){
	width:191px;
	}
.pro_t li:nth-child(2),.pro_t li:nth-child(3){
	width:190px;
	}	
.pro_t li:nth-child(4){
	width:187px;
	background:none;
	}					
.pro_t li a{
	display:block;
	width:187px;
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#666;
	text-align:center;
	cursor:pointer;
	}
.pro_t li a span{
	font-family:Arial;
	}
.pro_t li:nth-child(1) a{
	margin-left:1px;
	}
.pro_t li:nth-child(4) a{
	width:186px;
	}
.pro_t li:nth-child(1) a:hover{
	color:#fe7701;
	text-decoration:underline;
	}
.pro_t li:nth-child(2) a:hover{
	color:#55a5e2;
	text-decoration:underline;
	}
.pro_t li:nth-child(3) a:hover{
	color:#60b558;
	text-decoration:underline;
	}	
.pro_t li:nth-child(4) a:hover{
	color:#ffb639;
	text-decoration:underline;
	}
/*控制导航点击样式*/		
.pro_t li a.pro_cur{
	border-bottom:1px solid #333;
	}	
.pro_t li:nth-child(1) a.pro_cur{
	color:#fe7701;
	}
.pro_t li:nth-child(2) a.pro_cur{
	color:#55a5e2;
	}	
.pro_t li:nth-child(3) a.pro_cur{
	color:#60b558;
	}	
.pro_t li:nth-child(4) a.pro_cur{
	color:#ffb639;
	}					
/***产品列表***/																
.pro_cbox{
	background-color:#fff;
	padding-top:20px;
	padding-left:20px;
	}
.pro_g3list,.pro_rcplist,.pro_glist{
	display:none;
	}	
.pro_medlist dd,.pro_g3list dd,.pro_rcplist dd,.pro_glist dd{
	margin-bottom:30px;
	overflow:hidden;
	}
.pro_medlist dd img,.pro_g3list dd img,.pro_rcplist dd img,.pro_glist dd img,
.pro_medlist dd div,.pro_g3list dd div,.pro_rcplist dd div,.pro_glist dd div{
	float:left;
	}			
.pro_medlist dd img,.pro_g3list dd img,.pro_rcplist dd img,.pro_glist dd img{
	display:block;
	width:74px;
	height:74px;
	border:1px solid #ccc;
	}		
.pro_medlist dd div,.pro_g3list dd div,.pro_rcplist dd div,.pro_glist dd div{
    margin-left:10px;
	padding-top:5px;
	}		
.pro_medlist dd h3,.pro_g3list dd h3,.pro_rcplist dd h3,.pro_glist dd h3{
	color:#333;
	font-weight:normal;
	line-height:14px;
	margin-bottom:8px;
	}
.pro_medlist dd p,.pro_g3list dd p,.pro_rcplist dd p,.pro_glist dd p{
	width:610px;
	color:#666;
	line-height:20px;
	}			