﻿body{
	 font-family:microsoft yahei;
}
.navbar-default{
	background:#f4f6fb;
}
#second_content{
	margin-top:-20px;
}
/****简介****/
#brief_carousel{
	
}
#brief-characters{
	font-size: 20px;
	color: #323232;
	line-height: 35px;
}
#brief-characters b{
	font-size: 24px;
}
#brief-characters p:first-child{
	text-indent: 40px;
	margin-top:50px;
}
#brief-characters p{
	margin-bottom:20px;
}
#brief-characters img{
	margin-top:40px;
	margin-bottom:60px;
	width:100%;
}
/****功能****/
#function{
	margin-top:60px;
	border-top:1px solid #e6e6e6;
	display:none;
	color:#323232;
}
.function_nav{
	height:86px;
	padding-top:32px;
}
#function a{
	padding:10px 20px;
	font-size: 18px;
	color:#323232;
	text-decoration: none;
}

.list_dot{
	width:6px;
	height:6px;
	border-radius:3px;
	background-color:#c8c8c8;
	display: inline;
	float:left;
	margin:10px 15px 10px 0;
}
.function_list:nth-of-type(even){
	background-color:#f6f6f6;
}
.function_list{
	padding:40px 0;
}
.function_list b{
	font-size: 24px;
	line-height: 56px;
}
#function p{
	color:#505050;
	font-size: 18px;
}
/****二级页面-案例****/
#case{
	display:none;
	margin-bottom: 120px;
}
#caseBg{
	background-image: url('../img/second-case-bg.png');
}
.case_list img{
	border:1px solid #eeeeee;
	margin:10px 20px 14px 0;
}
#case p{
	margin: 20px 0 4px 0;
	font-size: 20px;
	color: #464646;
}
#case b{
	font-size: 24px;
	line-height: 56px;
}
#case .brief img{
	margin-top:40px;
	margin-bottom:60px;
}
/****下载****/
#download{
	display: none;
}
#downloadBg{
	background-image: url('../img/second-download-bg.png');
}
#download-Btn{
	position:absolute;
	z-index: 20;
	top:150px;
	left:60%;
}
.topImg div,#download-Btn img{
	width:auto;
 	height:auto;
 	max-width:100%;
 	max-height:100%;
}
#version-download{
	margin-top:30px;
	margin-bottom:200px;
}
.version{
	border:1px solid #eeeeee;
	font-size:24px;
	color:#323232;
	padding:40px 20px;
	margin-bottom:30px;
}
.download-icon{
	margin-left:15px;
}
.version-name{
}
.download-V-btn{
	float: right;
}
/****购买****/
#buy{
	display:none;
	margin-bottom: 30px;
}
#buy #buyImg{
	margin-top:0px;
	width:100%;
	background-image: url('../img/second-buy-bg.png');
	text-align: center;
	margin-bottom: 30px;
}
#buy p{
	color:#323232;
	font-size: 20px;
	line-height: 36px;
}

@media(min-width:600px){
	#download-Btn{
		top:250px;
	}
}

@media(min-width:768px){
	#download-Btn{
		top:340px;
		left:65%;
	}
}
@media(min-width:980px){
	#download-Btn{
		top:450px;
		left:62%;
	}
}