body,ul,h1,h2,h3,p,h5,img,ol{
	margin: 0;padding: 0;
	font-family: "microsoft yahei", 'Helvetica';
}
li{
	list-style: none;
}
body,html{
	width: 100%;
	height: 100%;
}
img{
	border: none;
}


/*版权*/
.bq{
	color: #fff;
	width: 232px;
	font-size: 12px;
	position: absolute;
	bottom: 30px;left: 50%;
	margin-left: -116px;
}

/**/
.container{
	padding-top: 96px;
}
.container .row_t div{
	height: 50px;
	/*width: 30%;*/
	line-height: 50px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #4886ee;
	cursor: pointer;
}
.container .row_t div.on a{
	color:#fff ;
}
.row_t div a i{
	display: inline-block;
	width: 20px;
	height: 25px;
}
.row_t div:nth-child(2) a i{
	position: relative;
	top: 3px;left:5px;
	background: url(../image/download_icon.png) no-repeat 0px 0px;
	background-size:40px;
}
.row_t div:nth-child(3) a i{
	position: relative;
	top: 3px;left: 3px;
	background: url(../image/download_icon2.png) no-repeat 0px 0px;
	background-size:40px;
}
.container .row_t div.on{
	background: #4886ee;
	border-radius:4px;
}
.row_t div.on a i{
	background-position:-20px 1px;
}

.row_c{
	margin-top:50px;
	font-family: "microsoft yahei", 'Helvetica';
}
#PC,#Android,#IOS{
	height: auto;
	padding:50px 0;
	border-bottom: 1px dashed #4886ee;
}
.row_c div h3{
	font-weight: bold;
	margin-bottom:30px;
	
}
.row_c div p{
	font-size: 16px;
	color: #666;
	font-weight:normal;
	padding: 0;margin: 0;
	margin-top:10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.row_c div a{
	width: 120px;
	height: 50px;
	display: inline-block;
	line-height:50px;
	text-align: center;
	background: #4886ee;
	font-size: 16px;
	color: #fff;
	font-weight:normal;
	border-radius: 6px;
	margin-top: 20px;
}
/*右边浮动图标*/
#right_L{
	height:150px;
	width: 30px;
	position: fixed;
	top: 30%;right: 0;
	display: none;
}
#right_L ul li{
	padding: 5px 0;
}
/*kefu*/
.kefu{
	width:120px;
	height:130px;
	text-align: center;
	position: fixed;
	top: 70%;right: 0;
	padding: 10px 0;
	background: #fff;
	display: none;
}
.kefu1{
	width:28px;
	height:120px;
	text-align: center;
	border: 1px solid #4886ee;
	color:#4886ee ;
	border-radius: 6px;
	position: fixed;
	top: 70%;right: 0;
	padding: 10px 6px;
	background: #fff;
	z-index: 99;
}
.kefu img{
	width: 70px;
	vertical-align:middle;
	margin-bottom: 10px;
}
.kefu p{
	padding: 0;
	margin: 0;
	padding-left:15px;
	float: left;
}
/*版权*/
.bq{
	color: #000;
	    width: 380px;
	    font-size: 12px;
	    position: fixed;
	    bottom: -3px;
	    left: 50%;
	    margin-left: -190px;
}

/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
		.container{
			padding-top:0px;
		}
		
		.container .row_t div{
			font-size:12px;
		}
		.row_c div h3{
			font-size: 16px;
		}
		.row_c div p{
			font-size: 12px;
		}
		.row_c div a{
			font-size: 12px;
			width: 80px;
			height: 40px;
			display: block;
			line-height:40px;
		}
		#PC,#Android,#IOS{
			height:350px;
		}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 768px) { 
	
	 }

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 980px){ 
	
 }