@charset "utf-8";
/* CSS Document */
@import url("main.css");

/***********solution************/
.solu_t1,.solu_t2,.solu_t3,.solu_t4{
	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;
	}		
.solu_t1 li,.solu_t2 li,.solu_t3 li,.solu_t4 li{
	float:left;
	height:38px;
	background:url(../images/pro_tbg.png) right top no-repeat;
	}
.solu_t1 li:nth-child(1),.solu_t2 li:nth-child(1),.solu_t3 li:nth-child(1),.solu_t4 li:nth-child(1),
.solu_t1 li:nth-child(5),.solu_t2 li:nth-child(5),.solu_t3 li:nth-child(5),.solu_t4 li:nth-child(5){
	width:151px;
	}
.solu_t1 li:nth-child(2),.solu_t2 li:nth-child(2),.solu_t3 li:nth-child(2),.solu_t4 li:nth-child(2),
.solu_t1 li:nth-child(3),.solu_t2 li:nth-child(3),.solu_t3 li:nth-child(3),.solu_t4 li:nth-child(3),
.solu_t1 li:nth-child(4),.solu_t2 li:nth-child(4),.solu_t3 li:nth-child(4),.solu_t4 li:nth-child(4){
	width:152px;
	}	
.solu_t1 li:nth-child(5),.solu_t2 li:nth-child(5),.solu_t3 li:nth-child(5),.solu_t4 li:nth-child(5){
	background:none;
	}					
.solu_t1 li a,.solu_t2 li a,.solu_t3 li a,.solu_t4 li a{
	display:block;
	width:149px;
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#666;
	text-align:center;
	cursor:pointer;
	}
.solu_t1 li a span,.solu_t2 li a span,.solu_t3 li a span,.solu_t4 li a span{
	font-family:Arial;
	}
.solu_t1 li:nth-child(1) a,.solu_t2 li:nth-child(1) a,.solu_t3 li:nth-child(1) a,.solu_t4 li:nth-child(1) a{
	width:147px;
	margin-left:1px;
	}
.solu_t1 li:nth-child(5) a,.solu_t2 li:nth-child(5) a,.solu_t3 li:nth-child(5) a,.solu_t4 li:nth-child(5) a{
	width:150px;
	}
.solu_t1 li a:hover{
	color:#00b5e6;
	text-decoration:underline;
	}
.solu_t2 li a:hover{
	color:#5fdf00;
	text-decoration:underline;
	}
.solu_t3 li a:hover{
	color:#e63100;
	text-decoration:underline;
	}
.solu_t4 li a:hover{
	color:#23bfe8;
	text-decoration:underline;
	}			
/*控制导航点击样式*/		
.solu_t1 li a.solu_medcur{
	color:#00b5e6;
	border-bottom:1px solid #333;
	}	
.solu_t2 li a.solu_drecur{
	color:#5fdf00;
	border-bottom:1px solid #333;
	}	
.solu_t3 li a.solu_mocur{
	color:#e63100;
	border-bottom:1px solid #333;
	}	
.solu_t4 li a.solu_tracur{
	color:#23bfe8;
	border-bottom:1px solid #333;
	}					
/***方案内容***/																
.solu_cbox{
	background-color:#fff;
	padding-left:20px;
	}
.solu_cbox > div p{
	width:708px;
	text-indent:2em;
	color:#666;
	line-height:22px;
	margin-bottom:5px;
	}
.solu_cbox > div p:first-child{
	margin-top:15px;
	}
.solu_cbox > div p:last-child{
	margin-bottom:20px;
	}			
.solu_cbox > div img{
	display:block;
	margin:10px auto 0;
	}
.solu_cbox > div img:last-child{
	margin-bottom:20px;
	}	
.solu_cbox > div h3{
	margin-bottom:5px;
	}
.solu_cbox > div h4{
	color:#666;
	line-height:12px;
	font-weight:normal;
	margin-bottom:5px;
	}			
.solu_med2,.solu_med3,.solu_med4,.solu_med5,
.solu_dre2,.solu_dre3,.solu_dre4,.solu_dre5,
.solu_mo2,.solu_mo3,.solu_mo4,.solu_mo5,
.solu_tra2,.solu_tra3,.solu_tra4,.solu_tra5
{
	display:none;
	}
.solu_cbox .solu_med4 h4{
	color:#00b5e6;
	}
/*添加滚动条*/
.solu_dre3,.solu_mo3{
	height:500px;
	overflow-y:auto;	
	}		
/***医药行业应用案例***/		
.medc_t{
	width:678px;
	margin:20px auto 20px;
	}
.medc_t > li:last-child{
	clear:both;
	}
.medc_ttop,.medc_tbtm{
	width:678px;
	height:50px;
	}
.medc_ttop li:last-child,.medc_tbtm li:last-child{
	margin-left:10px;
	}	
.medc_tbtm{
	margin-top:10px;
	}			
.medc_ttop li,.medc_tbtm li{
	width:332px;
	height:48px;
	border:1px solid #ccc;
	float:left;
	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+*/	
	} 	
.medc_ttop li a,.medc_tbtm li a{
	display:block;
	width:332px;
	height:48px;
	cursor:pointer;
	line-height:48px;
	text-align:center;
	color:#666;
	font-size:14px;
	}	
.medc_ttop li a:hover,.medc_tbtm li a:hover{
	text-decoration:underline;
	}
.medc_ttop li:first-child a:hover{
	color:#23bfe8;
	}
.medc_ttop li:last-child a:hover{
	color:#ff7e14;
	}
.medc_tbtm li:first-child a:hover{
	color:#79d015;
	}
.medc_tbtm li:last-child a:hover{
	color:#59cd9b;
	}	
.medc_ttop li:first-child a.medc_cur{
	color:#23bfe8;
	border-bottom:1px solid #333;
	}	
.medc_ttop li:last-child a.medc_cur{
	color:##ff7e14;
	border-bottom:1px solid #333;
	}
.medc_tbtm li:first-child a.medc_cur{
	color:#79d015;
	border-bottom:1px solid #333;
	}
.medc_tbtm li:last-child a.medc_cur{
	color:#59cd9b;
	border-bottom:1px solid #333;
	}							
.solu_med5 .mc_c2,.solu_med5 .mc_c3,.solu_med5 .mc_c4{
	display:none;
	}
.solu_med5 .mc_c1 h3{
	color:#23bfe8;
	}	
.solu_med5 .mc_c2 h3{
	color:#ff7e14;
	}	
.solu_med5 .mc_c3 h3{
	color:#79d015;
	}	
.solu_med5 .mc_c4 h3{
	color:#59cd9b;
	}				