@charset "utf-8";
/* CSS Document */
#education_banner{
	background:url(../images/education_banner.jpg) no-repeat center center;
	height:486px;
}
#edu_list_con{
	width:1200px;
	margin:0 auto;
}
#edu_list_con h2{
	text-align:center;
	font-size:36px;
	color:#191414;
	font-weight:normal;
	margin-top:59px;
}
#edu_list_con ul{
	overflow:hidden;
	padding:0 57px 62px 57px;
}
#edu_list_con ul li{
	width:144px;
	margin:47px 63px 0 63px;
	float:left;
}
#edu_list_con ul li span{
	text-align:center;
	display:block;
	margin-top:24px;
}
#edu_list_con ul li p{
	font-size:16px;
	color:#191414;
	text-align:center;
	margin-top:20px;
}

#education_special{
	background:url(../images/edu_spe_bg.jpg) no-repeat center center;
	height:840px;
}
#education_special #edu_spe_content{
	width:1200px;
	margin:0 auto;
}
#education_special #edu_spe_content h2,#service_content h2,.major-adv-c h2,.ser-flow-con h2,#education_kh_c h2{
	font-size:36px;
	color:#191414;
	width:580px;
	border-bottom:1px solid #535353;
	font-weight:normal;
	text-align:center;
	margin:0 auto;
	padding:60px 0 20px 0;
	position:relative;
} 
#education_special #edu_spe_content h2 span,#service_content h2 span,.major-adv-c h2 span,.ser-flow-con h2 span,#education_kh_c h2 span{
	width:130px;
	display:block;
	border:4px solid #535353;
	position:absolute;
	top:129px;
	left:50%;
	margin-left:-65px;
}
#education_special #edu_spe_content h3,#service_content h3,.major-adv-c h3,.ser-flow-con h3,#education_kh_c h3{
	text-align:center;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
	margin-top:20px;
}
#education_special #edu_spe_content h3{
	color:#191414;
}
#education_special #edu_spe_content ul{
	width:1116px;
	padding:0 42px;
	margin:0 auto;
	position:relative;
}

#education_special #edu_spe_content ul li{
	float:left;
}
#education_special #edu_spe_content ul li.spe1{
	position:absolute;
	top:40px;
	left:270px;
}

#education_special #edu_spe_content ul li.spe2{
	position:absolute;
	top:40px;
	left:568px;
}

#education_special #edu_spe_content ul li.spe3{
	position:absolute;
	top:142px;
	left:707px;
}

#education_special #edu_spe_content ul li.spe4{
	position:absolute;
	top:380px;
	left:567px;
}

#education_special #edu_spe_content ul li.spe5{
	position:absolute;
	top:380px;
	left:269px;
}

#education_special #edu_spe_content ul li.spe6{
	position:absolute;
	top:142px;
	left:0px;
}

#education_special #edu_spe_content ul li.spe7{
	position:absolute;
	top:218px;
	left:50%;
	margin-left:-172px;
}

#education_space_desgin{
	background:url(../images/education_bg.jpg) no-repeat center center;
	height:550px;
}
#education_content{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#education_content h2,#project_process_c h2{
	font-size:36px;
	color:#ffffff;
	width:580px;
	border-bottom:1px solid #ffffff;
	font-weight:normal;
	text-align:center;
	margin:0 auto;
	padding:60px 0 20px 0;
	position:relative;
}
#education_content h2 span,#service_content h2 span,#project_process_c h2 span{
	width:130px;
	display:block;
	border:4px solid #fff;
	position:absolute;
	top:129px;
	left:50%;
	margin-left:-65px;
}
#education_content h3,#service_content h3,#project_process_c h3{
	text-align:center;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
	margin-top:20px;
}
#education_content .desgin_team{
	position:absolute;
	top:220px;
	left:62px;
}
#service_content h2{
	margin-top:140px;
	border-bottom:1px solid #535353;
}
#service_content h2 span{
	border:4px solid #535353;
}
#service_content h3{
	color:#191414;
}

#service_content .service_img{
	width:1091px;
	margin:86px auto 0 auto;
}



/*6大专业优势*/
#major-adv{
	width:100%;
	height:756px;
}
.major-adv-c{
	width:1200px;
	margin:0 auto;
}
.major-adv-c h2{
	text-align:center;
	padding-top:57px;
}
.major-adv-con{
	margin:60px 0;
	padding:0 24px;
}
.major-adv-con li{
	float:left;
	margin:0 4px;
	position:relative;
	width:374px;
	height:238px;
}
.major-adv-con li a{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:374px;
}
.major-adv-con li a .list_mask{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
  background:#d60011;
  opacity:0;
 transition: all 1s linear;
 }
 .major-adv-con li a .list_mask1{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
  opacity: 100;
 transition: all 1s linear;
 }
.major-adv-con li a img{
	transition: all 1s linear;
 }
.major-adv-con li a:hover > img{
	 transform: scale(1.01);
}
.major-adv-con li a:hover > .list_mask{
	 opacity:2;
	 transform: scale(1.01);
}
.major-adv-con li:nth-child(4){
	margin-top:10px;
}
.major-adv-con li:nth-child(5){
	margin-top:10px;
}
.major-adv-con li:nth-child(6){
	margin-top:10px;
}
.list_mask h6{
	text-align:center;
	line-height:74px;
	font-size:24px;
	margin-top:33px;
	color:#fff;
}
.list_mask span{
	width:45px;
	border-bottom:1px solid #fff;
	display:block;
	margin:0 auto;
}
.list_mask p{
	font-size:14px;
	color:#fff;
	line-height:20px;
	margin:0 auto;
	margin-top:37px;
	width:271px;
	text-align:center;
}
.list_mask1 h6{
	text-align:center;
	line-height:74px;
	font-size:24px;
	margin-top:33px;
	color:#000;
}
.list_mask1 span{
	width:45px;
	border-bottom:1px solid #000;
	display:block;
	margin:0 auto;
}
.list_mask1 p{
	font-size:14px;
	color:#000;
	line-height:20px;
	margin:0 auto;
	margin-top:37px;
	width:271px;
	text-align:center;
}
.major-adv-c h3,.ser-flow-con h3{
	color:#191414;
}
.major-adv-c h2 span,.ser-flow-con h2 span{
	top:126px;
}

/*服务流程*/
.service-flow{
	width:100%;
	height:303px;
	background:#f3f3f3;
	overflow:hidden;
}
.ser-flow-con{
	width:1200px;
	margin:0 auto;
}
.ser-flow-con ul li{
	color:#191414;
	font-size:20px;
	float:left;
	margin-right:34px;
}
.ser-flow-con ul{
	padding:0 87px;
	overflow:hidden;
	margin-top:65px;
}
.ser-flow-con ul li.shfw{
	margin-right:0;
}
.ser-flow-con ul li span{
	margin-left:28px;
}


#education_kh_c{
	width:1200px;
	margin:0 auto 90px auto;
}
#education_kh_c h3{
	color:#191414;
}
#education_kh_c ul{
	overflow:hidden;
	margin-top:40px;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
#education_kh_c ul li{
	float:left;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#project_process{
	height:703px;
	background:url(../images/education_gx_bg.jpg) no-repeat center center;
}
#project_process_c{
	width:1200px;
	margin:0 auto;
}
#box{
     position:relative;
     width:1200px;
     margin:40px auto 60px auto;
}
#box .img{
     position:absolute;
     top:0;
     left:0;
     width:736px;
     height:444px;
}
#box .img li{
     display:none;
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
}
#box .img li.active{
     display:block;
}
#box .img li img{
     display:block;
}
#box .btn{
     position:absolute;
     top:0;
     right:0;
     width:356px;
}
#box .btn ul li{
    width:160px;
	height:44px;
	background:#fff;
	float:left;
	margin:0 18px 12px 0;
	font-size:16px;
	color:#171717;
	text-align:center;
	padding:10px 0;
    cursor: pointer;
}
#box .btn ul li.active{
    background:#ce000e;
	color:#fff;
}


