@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 HTML 中媒体的高度和宽度属性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支持最大宽度，因此默认为 100% 宽度 */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流体网格属性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	灵感来自于 Ethan Marcotte 的“具有响应的 Web 设计” 
	http://www.alistapart.com/articles/responsive-web-design
	
	和 Joni Korpi 的“黄金网格系统”
	http://goldengridsystem.com/
*/

/* 移动设备布局: 480px 及更低。 */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.tab_menu {
  list-style: none;
}

.tab_menu li {
  width: 100px !important;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  margin-right: 2px;
  background-color: #ccc;
}

.tab_menu .current {
  background: #398dbb;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: white;
}

.tab_menu .currentno {
  margin-top: 5px;
}

.tab_menu .current {
  background: #398dbb;
}

.QA{
	display:block;
}

.tool{
	display:none;
}

.left{
	float:left;	
}

#em_Top{
	display:none;
}

.content{
	background-color: #E5E8E8;
	border-radius:17px;
}

.main{
	width:100%;
	padding-top:20px;
}

.installBlock{
	float:left;	
	width:100%;
	text-align:center;
	padding-bottom:20px;
}

.right{
	padding-left: 10px;
	padding-right: 10px;
	width:100%;
	padding-bottom:20px;
}

.right span {
  font-size: 18px;
  font-family: "Microsoft Yahei";
  letter-spacing: 1px;
  font-weight: bold;
  font-color: #000;
}

.right ul{
	list-style: none;
}

.right li {
	line-height:30px;
	font-size: 14px;
}

.rBottom ul{
	line-height:25px;
	width:300px;
	word-wrap: break-word;
}
.info{
	display:none;
}

/* 平板电脑布局: 481px 至 768px。样式继承自: 移动设备布局。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

}

/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.content{
	margin-top:20px;
}

.main{
	padding-top:50px;
}

.left{
	float:left;	
	width:50%;
}

.right{
	padding-top: 20px;
	padding-left:50px;
	float:left;	
	width:35%;
}

#qc_top{
	display: block;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	padding-top:20px;
	line-height:25px;
	padding-left: 20px;
	padding-right: 20px;
}

#em_Top{
	display:block;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	width:80%;
	margin:0 auto;
	text-align:left;
	line-height:25px;
	text-indent: 30px;
	padding-top: 20px;
}

#em{
	padding-bottom: 120px;	
}

#em .main{
	width:50%;
	margin:0 auto;
}

.installBlock{
	width:50%;
}

.QA{
	display:block;
}

.tool{
	display:block;
}
.tool span {
  font-size: 16px;
  font-family: "Microsoft Yahei";
  letter-spacing: 1px;
  font-weight: bold;
}

.tool a {
  font-size: 14px;
  font-family: "Microsoft Yahei";
  color: #3365FF;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: underline;
}

.rBottom ul{
	width:98%;
	height:180px;
	overflow:auto;
}

.info{
	display:block;
	color: #555;
	font-size:10px;
	margin: 0 auto;
	letter-spacing:2px;
	width:80%;
	text-align:center;
}

.installBlock{
	height:80px;
}

.installBlock img{
	width:80%;
	height:auto;	
}