﻿/*方案与定制*/
.case_top{
	width:990px;
	height:168px;
	margin:20px 0;
}

/*帮助与支持*/
.help_top{
	font-family:"黑体";
	font-size:24px;
	color:#00a2ca;
	line-height:42px;
	margin:20px 0 10px;
	border-bottom:1px solid #cacaca;
}
.yellowbox{
	width:928px;
	background:#fff5b6;
	padding:10px 30px;
	color:#bd0000;
	border:1px solid #e8e8e8;
	margin:12px 0 18px;
}
.yellowbox a{
	color:#032dcb;
}
.yellowbox a:hover{
	text-decoration:underline;
}
.helptable{
	text-align:center;
	margin-bottom:20px;
	background:#f3fdff;
}
.helptable tr{
	line-height:50px;
	height:50px;
}
.helptable tr.tit{
	background:#00a2ca; 
	color:#fff;
	font-size:14px;
	line-height:38px;
}
.helptable td{
	border:1px solid #dcdcdc;
}
.helptable a{
	color:#0cc143;
	background:url(../images/ico_table1.png) no-repeat right;
	padding-right:18px;
}
.helptable a:hover{
	color:#ff7200;
	background:url(../images/ico_table2.png) no-repeat right;
	padding-right:18px;
}
.helpshow{
	margin-left:-30px;
	margin-top:10px;
}
.helpshow li{
	width:308px;
	height:68px;
	border:1px solid #d2d2d2;
	float:left;
	margin:0 0 20px 30px;
	+margin:0 0 20px 20px
}
.helpshow li:hover{
	background:#f0f0f0;
}
.helpshow .zn1
{
	background: url("../images/zn1.jpg") left top no-repeat;
	cursor: pointer;
}
.helpshow .zn1:hover
{
	background: url("../images/zn1_h.jpg") left top no-repeat;
}
.helpshow .zn2
{
	background: url("../images/zn2.jpg") left top no-repeat;
	cursor: pointer;
}
.helpshow .zn2:hover
{
	background: url("../images/zn2_h.jpg") left top no-repeat;
}
.helpshow .zn3
{
	background: url("../images/zn3.jpg") left top no-repeat;
	cursor: pointer;
}
.helpshow .zn3:hover
{
	background: url("../images/zn3_h.jpg") left top no-repeat;
}
.helpshow .zn4
{
	background: url("../images/zn4.jpg") left top no-repeat;
	cursor: pointer;
}
.helpshow .zn4:hover
{
	background: url("../images/zn4_h.jpg") left top no-repeat;
}
.helpshow .zn5
{
	background: url("../images/zn5.jpg") left top no-repeat;
	cursor: pointer;
}
.helpshow .zn5:hover
{
	background: url("../images/zn5_h.jpg") left top no-repeat;
}
.helpshow .zn6
{
	background: url("../images/zn6.jpg") left top no-repeat;
	cursor: pointer;
}
.helpshow .zn6:hover
{
	background: url("../images/zn6_h.jpg") left top no-repeat;
}
.helpshow li .text{
	float:left;
	line-height:68px;
	font-size:24px;
	font-family:"黑体";
	cursor:pointer;
}
.helpshow li .ico{
	float:left;
	margin:4px 20px;
}
.help_contact{
	border-top:1px dotted #959595;
	margin-top:30px;
}
.help_contact a{
	margin:10px 20px 10px 0;
}

/*产品文档下载*/
.download li{
	height:80px;
	border-bottom:1px dotted #959595;
}
.download li .ico{
	float:left;
	width:42px;
	height:42px;
	margin-top:19px;
}
.download li .text{
	float:left;
	width:595px;
	margin-left:20px;
	color:#959595;
	line-height:30px;
}
.download li .text .tit{
	color:#434343;
	font-size:18px;
	font-family:"微软雅黑";
	line-height:80px;
}
.download li .btn{
	float:right;
	width:135px;
	height:30px;
	background:#00a2ca;
	line-height:30px;
	text-align:center;
	color:#fff;
	border-radius:6px;
	margin-top:25px;
}
.download_top{
	font-family:"黑体";
	font-size:24px;
	color:#00a2ca;
	line-height:42px;
	margin:20px 0 5px;
	border-bottom:1px solid #00a2ca;
}


/*产品常见问题*/
.problem{
	width:960px;
	margin:0 auto;
}
.problem li{
	padding:10px 5px;
	border-bottom:1px dotted #959595;
	line-height:30px;
}
.problem li:last-child{
	border:0px;
}
.problem li .tit{
	color:#00a2ca;
	font-weight:bold;
	line-height:40px;
}


/*云信号*/
.top_yun{
	background:url(../images/top_yun.png) center no-repeat;
	height:431px;
}
.yuntable{
	text-align:center;
	margin:0px 0 20px;
}
.yuntable tr{
	line-height:50px;
	height:50px;
}
.yuntable tr .tit{
	background:#ff7800; 
	color:#fff;
	font-size:14px;
}
.yuntable tr.deep{
	background:#dcdcdc;
}
.yuntable tr.light{
	background:#e7e7e7;
}
.yuntable td{
	width:108px;
	border:1px solid #fff;
}
.yuntable td.online{
	color:#13c50a;
}
.yuntable td.offline{
	color:#d70000;
}
.yuntable a{
	color:#0cc143;
	background:url(../images/ico_table1.png) no-repeat right;
	padding-right:18px;
}
.yuntable a:hover{
	color:#ff7200;
	background:url(../images/ico_table2.png) no-repeat right;
	padding-right:18px;
}
.yuntable .tabletop{
	font-size:36px;
	font-family:"黑体";
	font-weight:bold;
	line-height:75px;
}