/*------ 导航栏下方图片 banner ------开始*/
#banner{
	margin-top:80px;
	padding:5% 0 10%;
	width: 100%;
	max-height: 460px;
	background: url(../images/bannerbg.png) top left;
	background-color: #666;
}
#banner .zh{
	font-size: 4rem;
	color: #fff;
	margin:9% 0 10px;
}
#banner .en{
	font-size: 3rem;
	color: #fff;
	margin-bottom: 40px;
}
#banner .button a{
	display: block;
	width: 178px;
	height: 48px;
	line-height: 48px;
	font-size:16px;
	text-align: center;
	color: #fff;
	background: #548acd;
	border-radius: 24px;
}
#banner .button a:hover{
	text-decoration: none;
	line-height: 46px;
	border:1px solid #548acd;
	background:none;
}
#banner .tu{
	margin-top:-48px;
}
#banner .tu img{
	width:auto;
	height:100%;
}
@media screen and (max-width:599px){
	#banner{
		text-align: center;
	}
	#banner .zh{
		font-size: 2.4rem;
		margin:9% 0 16px;
		letter-spacing: 1px;
	}
	#banner .en{
		font-size: 1.8rem;
		margin-bottom: 40px;
		letter-spacing: 1px;
	}
	#banner .button{
		text-align: center;
	}
	#banner .button a{
		display: block;
		width: 150px;
		height: 42px;
		line-height: 42px;
		font-size:14px;
		text-align: center;
		margin:0 auto;
	}
	#banner .button a:hover{
		text-decoration: none;
		line-height: 41px;
		border:1px solid #548acd;
		background:none;
	}
}
/*------ 导航栏下方图片 banner ------结束*/

/*------ 主图下方黑色区域栏目 column------开始*/
#column{
	font-size: 13px;
	padding:30px 0 40px;
	background-color: #32383d;
}
#column .box1{
	margin-top:30px;
}
#column .title{
	font-size: 13px;
	color: #ccc;
	margin: 20px 0 10px;
}
#column p{
	color: #808080;
	line-height: 16px;
}
/*------ 主图下方黑色区域栏目 column------结束*/

/*------- 解决方案 核心优势 advantage------开始*/
#advantage{
	padding-bottom: 8%;
	background:url(../images/advantageBg2.png) no-repeat ;
	/*background-color: rgba(247,247,247,0.7);*/
	background-size: cover;
}
#advantage .title{
	font-size: 2.8rem;
	color: #000;
	margin:120px 0 60px;
}
#advantage .title span{
	color: #548acd;
}
#advantage .box2{
	border:1px solid #679cde;
	border-radius:15px;
	margin: 10px auto 0;
	padding:10% 10%;
}
#advantage .box2:hover{
	border-color: #548acd;
	background-color: rgba(255,255,255,0.7);
}
#advantage .box2 h4{
	font-size: 20px;
	color: #548acd;
	margin:20px 0;
}
#advantage .box2 p{
	letter-spacing: 1px;
	font-size: 13px;
	color: #808080;
	line-height: 26px;
}
@media screen and (max-width:599px){
	#advantage{
		padding-bottom: 8%;
		background:url(../images/advantageBg3.png) no-repeat ;
		/*background-color: rgba(247,247,247,0.7);*/
		background-size: cover;
	}
	#advantage .title{
		font-size: 2.4rem;
		margin:60px 0 40px;
	}
	#advantage .box2{
		padding:5% 2% 4%;
	}
}
/*------- 解决方案 核心优势 advantage------结束*/

/*------ 管理驾驶舱 gljsc------开始*/
#gljsc{
	padding:6% 0 8%;
	background-color: #fff;
}
#gljsc .title{
	font-size: 2.8rem;
	color: #333;
	/*margin:120px 0 60px;*/
	margin-bottom:5%;
}
#gljsc .title span{
	color: #548acd;
}
#gljsc .tab {
    /*margin-bottom: 55px;*/
    margin-bottom: 6%;
}
#gljsc .tab .tab-item {
    /*position: relative;*/
    /*width: 150px;*/
    /*height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #bdbdbd;
    border-radius: 25px;
    font-size: 15px;
    margin:0 20px;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
}
#gljsc .tab .tab-item .tab_hd{
	width: 150px;
	margin:5px auto 0;
	height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #bdbdbd;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
}
#gljsc .products .main {
    display: none;
}
#gljsc .products .main.selected {
    display: block;
}
#gljsc .products .main h2{
	font-size: 28px;
	color: #548acd;
	line-height: 1.5em;
	margin:10px 0 8%;
}
#gljsc .products .main p{
	font-size: 15px;
	color: #808080;
	line-height: 2em;
	margin-bottom: 12px;
}
#gljsc .products .main ul li{
	/*text-align: center;*/
	color: #808080;
	line-height: 30px;
}
#gljsc .products .main ul li img{
	margin-right:5px;
	vertical-align: middle;
}
#gljsc .products .main .more{
	/*text-align: center;*/
	/*margin-bottom: 40px;*/
}
#gljsc .products .main .more a{
	display: inline-block;
	font-size: 16px;
	width: 186px;
	height: 48px;
	line-height: 48px;
	border-radius: 6px;
	text-align: center;
	/*padding: 12px 60px;*/
    border-width: 1px;
    border-color: #548acd;
    background-color: #548acd;
    color: #fff;
    margin:25px auto 0;
}
#gljsc .products .main .more a:hover{
	text-decoration: none;
	color: #548acd;
	border:1px solid #548acd;
	background:none;
}
#gljsc .products .tu img{
	max-width: 100%;
	height: auto;
	margin-top:30px;
}
#gljsc .tab .tab-item.active .tab_hd{
    color: #fff;
    background-color: #548acd;
}
@media screen and (max-width:599px){
	#gljsc .title{
		font-size: 2.4rem;
		margin:40px 0;
	}
	#gljsc .products .main h2{
		font-size: 20px;
		line-height: 1.5em;
		margin:10px 0 10px;
	}
	#gljsc .products .main p{
		font-size: 15px;
		color: #808080;
		line-height: 1.7em;
		margin-bottom: 12px;
	}
	#gljsc .tab .tab-item .tab_hd{
		width: 100%;
		margin:5px auto 0;
		height: 38px;
	    line-height: 38px;
	    color: #fff;
	    background-color: #bdbdbd;
	    border-radius: 25px;
	    font-size: 14px;
	}
	#gljsc .products .main .more a{
		display: block;
		font-size: 14px;
		width: 150px;
		height: 40px;
		line-height: 40px;
		border-radius: 6px;
		text-align: center;
/*	    border-width: 1px;
	    border-color: #548acd;
	    background-color: #548acd;
	    color: #fff;*/
	    /*margin:25px auto 0;*/
	}
}
/*------ 管理驾驶舱 gljsc------结束*/

/*------ 教育管理部门相关要求 require------开始*/
#require{
	padding:6% 0;
	/*background-color: rgba(249,249,249,0.9);*/
	background-color: rgba(249,249,249,1);
}
#require .title{
	font-size: 2.8rem;
	color: #548acd;
	margin-bottom:5%;
}
#require .swiper-slide p{
	font-size: 1.6rem;
	color: rgb(128, 128, 128);
	margin-bottom: 20px;
	line-height: 30px;
}
#require .swiper-slide h2{
	font-size: 2rem;
	color: rgb(105, 105, 105);
	margin:3% 0 5px;
	line-height: 2.4rem;
}
#require .swiper-slide span{
	font-size: 15px;
	color: #548acd;
}
@media screen and (max-width:599px){
	#require .title{
		font-size: 2.4rem;
		margin:40px 0 30px;
	}
	#require .swiper-slide p{
		font-size: 1.5rem;
		margin-bottom: 10px;
		line-height: 26px;
	}
	#require .swiper-slide h2{
		font-size: 1.8rem;
		margin:3% 0 5px;
		line-height: 2.4rem;
	}
}
/*------ 教育管理部门相关要求 require-----结束*/
