/*------ 解决方案 solution ------开始*/
#solution{
	margin-top:80px;
	padding:2.8rem 0 2.4rem;
	color: #ccc;
	background: url(../images/solutionbg.png) no-repeat center;
	background-size: cover;
}
#solution h3{
	font-size: 2.2rem;
	font-weight: normal;
	margin-bottom: 1.6rem;
}
#solution p{
	font-size: 15px;
	line-height: 2.5rem;
}
@media screen and (max-width:599px){
	#solution{
		text-align: center;
		padding:2.2rem 0 2.2rem;
	}
	#solution h3{
		font-size: 2rem;
	}
	#solution p{
		font-size: 14px;
		line-height: 2.3rem;
		text-align: left;
	}
}
/*------ 解决方案 solution ------结束*/

/*------ 核心功能 functions ------开始*/
#functions {
	padding:5% 0 1%;
}
#functions .title{
	font-size: 2.8rem;
	color: #333;
	margin-bottom:4%;
	text-align: center;
}
#functions .ct{
	padding:6% 15px 6%;
	background: url(../images/functionsBg2.png) no-repeat bottom center;
	background-size: contain;
}
#functions img{
	width: 86%;
}
@media screen and (max-width:599px){
	#functions {
		padding:6% 0 1%;
	}
	#functions .title{
		font-size: 2rem;
		margin-bottom:5%;
	}
	#functions img{
		width:100%;
	}
}
/*------ 核心功能 functions ------结束*/

/*------ 指标体系 system ------开始*/
/*电脑端 --开始*/
#system_pc{
	padding-bottom: 6%;
	background-color: #f9f9f9;
	background:url(../images/advantageBg2.png) no-repeat ;
	background-size: cover;
}
#system_pc .hd{
	font-size: 2.8rem;
	color: #000;
	margin:80px 0 60px;
}
#system_pc .system_box{
	height: 400px;
	background-color: #fff;
	padding:14px;
	/*margin:0 4px;*/
	border:1px solid #f9f9f9;
	box-shadow: 1px 1px 6px #d2d2d2;
}
#system_pc .system_box:hover{
	border:1px solid #548acd;
}
#system_pc .system_box .title{
	font-size: 15px;
	font-weight: bold;
	color: #548acd;
	text-align: center;
	margin-bottom:20px;
	padding:5px 0 15px;
	border-bottom: 1px  solid #E1E1E1;
}
#system_pc .system_box p{
	font-size: 13px;
	padding-left:10px;
	color: #686868;
	line-height: 18px;
	margin-bottom: 10px;
	background: url(../images/dot.png) no-repeat  0 6px;
}
@media screen and (max-width:599px){
	#system_pc{
		background-image:none;
		background-color: #f9f9f9;
	}
	#system_pc .hd{
		font-size: 2rem;
		color: #000;
		margin:40px 0 30px;
	}
	#system_pc .txt{
		padding:0 18px;
	}
	#system_pc .system_box{
		/*width: 90%;*/
		height:auto;
		margin:6px 0;
		border:none;
		border-radius: 10px;
		background:url(../images/systembox.png) no-repeat  bottom right;
		background-size: cover;
		box-shadow: 1px 1px 6px #dcdcdc;
	}
	#system_pc .system_box p{
	font-size: 13px;
	padding-left:12px;
}
}
/*电脑端 --结束*/

/*手机端 --开始*/
/*手机端 --结束*/
/*------ 指标体系 system ------结束*/

/*------ 整体架构 framework ------开始*/
#framework_pc .hd{
	font-size: 2.8rem;
	margin-bottom: 6%;
}
#framework_pc{
	font-size: 13px;
	padding:6% 0 4%;
	/*background:url(../images/frameworkBg.png) no-repeat ;*/
	/*background-color: rgba(247,247,247,0.7);*/
	background-size: cover;
}
#framework_pc .framework_box{
	float: left;
	width: 20%;
	text-align: center;
	margin-top:30px;
}
#framework_pc .framework_box .icon{
	width: 100px;
	height: 100px;
	margin:0 auto;
}
#framework_pc .framework_box .icon img{
	width: 100%;
	height: auto;
}
#framework_pc .framework_box .title{
	font-size: 14px;
	color: #333;
	margin: 20px 0 10px;
}
#framework_pc .framework_box p,#framework_phone .framework_box2 p{
	color: #808080;
	line-height: 25px;
	margin:0;
	padding:0;
}
#framework_pc .framework_bottom{
	text-align: center;
	margin:6% 0 2%;
}
#framework_pc .framework_bottom img{
	width: 94%;
}
#framework_phone{
	font-size: 13px;
	padding:8% 0 8%;
	/*background-color: #32383d;*/
}
#framework_phone .hd{
	font-size: 2rem;
	margin-bottom: 6%;
}
#framework_phone .framework_box2{
	margin-top:30px;
	min-height: 223px;
}
#framework_phone .framework_box2 .icon{
	width: 100px;
	height: 100px;
	margin:0 auto;
}
#framework_phone .framework_box2 .icon img{
	width: 100%;
	height: auto;
}
#framework_phone .framework_box2 .title{
	font-size: 14px;
	color: #333;
	margin: 20px 0 8px;
}

#framework_phone .framework_bottom{
	text-align: center;
	margin:12% 0 2%;
}
#framework_phone .framework_bottom img{
	width: 100%;
}
/*------ 整体架构 framework ------结束*/

/*------ 功能介绍--PC端 introduce ------开始*/
#introduce{
	padding:0 0 1%;
	background-color: #fafafa;
	/*background:url(../images/advantageBg2.png) no-repeat ;
	background-size: cover;*/
}
#introduce .hd{
	font-size: 2.8rem;
	margin-bottom: 6%;
}
/*------ 功能介绍--PC端 introduce ------结束*/

/*------ 功能介绍--移动端 introduce ------开始*/
#introduce_phone{
	padding:6% 0 1%;
	background-color: #fafafa;
}
#introduce_phone .hd{
	font-size: 2rem;
	margin-bottom: 6%;
	color: #548acd;
	font-weight: bold;
}
#introduce_phone .demo{
	padding: 2em 0;
	background: #fafafa;
}
#introduce_phone a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#introduce_phone ul{
	padding:0;
}
#accordion:before{
    content: "";
    width: 1px;
    /*height: 80%;*/
    /*background: #550527;*/
    background: #5264ab;
    position: absolute;
    top: 20px;
    left: 24px;
    bottom: 20px;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    /*margin: 0 0 12px 50px;*/
    margin: 0 0 12px 40px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    width: 2px;
    height: 100%;
    /*background: linear-gradient(to bottom, #688e26 0%,#ff816a 100%);*/
    background: linear-gradient(to bottom, #09909f 0%,#5264ab 100%);
    position: absolute;
    top: 0;
    left: -2px;
}
#accordion .panel-heading{
    padding: 0;
    background: #fff;
    position: relative;
}
#accordion .panel-heading:before{
    content: "";
    /*width: 15px;
    height: 15px;*/
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #fff;
    /*border: 1px solid #550527;*/
    border: 1px solid #5264ab;
    position: absolute;
    top: 50%;
    /*left: -48px;*/
    left: -36px;
    transform: translateY(-50%);
}
#accordion .panel-title a{
    display: block;
    padding: 15px 55px 15px 30px;
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: 600;
    /*color: #550527;*/
    color: #5264ab;
    border: none;
    margin: 0;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: normal;
    color: #688e26;
    text-align: center;
    border: 1px solid #688e26;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    /*padding: 0 30px 15px;*/
    padding: 0 20px 15px;
    border: none;
    /*font-size: 14px;*/
    font-size: 13px;
    color: #305275;
    /*line-height: 28px;*/
    line-height: 24px;
}
#accordion .panel-body h4{
	font-size: 15px;
	color: #548acd;
	margin:10px 0 8px;
	font-weight: bold;
}
#accordion .panel-body h4 .number{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 20px;
	background-color: #548acd;
	margin-right: 6px;
}
#accordion .panel-body p{
	line-height: 20px;
	margin-bottom: 10px;
}
#accordion .panel-body .img img{
	width: 100%;
}
/*------ 功能介绍--移动端 introduce ------结束*/