@CHARSET "UTF-8";
/* education */
.education{
	width:100%;
	height: 830px;
	background:url('../images/education/bg.jpg') no-repeat center top;
}

.education .banner_con{
	width: 1200px;
	margin: 0 auto;
	height: 800px;
	background: url('../images/education/iphone.png') no-repeat bottom right;
}
.education .banner_con .banner_left{
	margin-top: 15%;
	height:auto;
}

.education .banner_con .banner_left .banner_input p {
    height: 40px;
    line-height: 40px;
    width: 145px;
    border: 1px solid #FFF;
	text-align: center;
	color:#FFF;
	float: left;
	margin-right: 20px;
	border-radius: 40px;
}
.education .banner_con .banner_left .banner_input p:hover {
    background:#FFF;
	color: #000;
}


/* 行业应用案例 */
.case{
	height:484px;	
}
.case .case-hd{
	padding: 50px 0;
	height:70px;
}
.case .case-hd .case_titles{
	height:40px;
	line-height:40px;
	text-align:center;
	color:#414141;
	font-size:35px;
}
.case .case-bd{
	padding-top: 0px;
}
.case .case-bd li{
	float:left;
	width:20%;
	text-align:center;
	padding-top:25px;

}
.case .case-bd li:first-child{
	background:none;
}
.case .case-bd li .case-body{
	
}
.case .case-bd li .case-body .case-body-img{
	height:100px;
}

.case .case-bd li .case-body .case-body-img img{
	width:100px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}


.case .case-bd li .case-body .case-body-title{
	color:#222222;
	font-size:22px;
	text-align:center;
	line-height:60px;
}


.case .case-bd li:hover .case-body .case-body-img img{
    -moz-transform: scale(1.3);  /*Firefox3.5+*/
	-webkit-transform: scale(1.3); /*Safari3.2+*/
	-o-transform: scale(1.3); /*Opera9.6*/
	-ms-transform: scale(1.3); /*IE8*/
	transform: scale(1.3);
}



/*特色功能展示*/
.gongneng{
    width: 100%;
    height: 940px;
    position: relative;
    overflow: hidden;
    z-index: 3;
	background-color:#E6F9F7;
}
.gongneng .gongneng-title{

	font-size: 50px;
	text-align: center;
	margin-top:65px;
}

.gongneng .gongneng_change{
	width: 450px;
	margin: 0 auto;
	height: 40px;
	margin-top:30px;
}
.gongneng .gongneng_change div{
	float:left;
	width: 223px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align:center;
	color:#05B4B5;
	border:1px solid #05B4B5;
}
.gongneng .gongneng_change .lecturer{
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}
.gongneng .gongneng_change .student{
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}
.gongneng .gongneng_change .on{
	color:#fff;
	background-color:#05B4B5;
	
}

.gongneng .gongneng-content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 60px;
}
.gongneng-lefts{
    width: 424px;
	position: relative;
	top: 30px;
	
}
.gongneng-center{
	width: 342px;
	position: relative;
	
}
.gongneng-right{
    width: 424px;
	position: absolute;
	right: 0;
	top: 30px;
}
.gongneng-content .left{
    float: left;
}
.gongneng-img{
    display: block;
    width: 247px;
	position: absolute;
	top: 12px;
	left: 52px;

}
.gongneng-img-frame{
    position: absolute;
	left: 40px;
    display: block;
    
}
.c-3-3-1{
    width: 422px;
    height: 108px;
}

.top7{
    margin-top: 70px;
}
.c-3-3-4{
    position: relative;
    top: 10px;
    left: 8px;
    width: 59px;
    display: block;
}

.c-3-3-5{
    position: relative;
    top:10px;
}

.c-3-3-2{
	width: 290px;
    position: relative;
    left: 81px;
    top: -52px;
    font-size: 18px;
	color: #676767;
}

.c-3-3-3{
	width: 290px;
    position: relative;
    left: 80px;
    top: -50px;
    font-size: 13px;
	color: #6A6B6B;
}
.c-3-3-1:hover{
	color:#fff !important;
	background: url('../images/education/bianhua.png') no-repeat center center;
	background-size:100% 100%;

}

.gongneng-right  .c-3-3-1{
    width: 392px;
    height: 108px;
	padding-left: 40px;
}

.gongneng-right .c-3-3-1:hover{
	background: url('../images/education/bianhua2.png') no-repeat center center;
	background-size:100% 100%;

}

.c-3-3-1:hover .c-3-3-3{
	color:#fff !important;
}
.c-3-3-1:hover .c-3-3-2{
	color:#fff !important;
}
.display{
    display: none;
}



/*应用场景*/

.field{
	width: 100%;
	height:980px;
	padding-top:60px;
	background-color: #FCFCFC;
	background: url('../images/education/cjbg.png') no-repeat center center;
	background-size:100% 100%;
}

.field .field-title{

	font-size: 50px;
	text-align: center;

}

.field .advantage-ul{
	width: 1080px;
	margin: 0 auto;
	margin-top: 30px;

}
.field .advantage-ul .advantage-li{
    width: 340px;
	height: 164px;
    text-align: center;
	margin-bottom: 18px;
    float: left;
}
.field .advantage-ul .li-zhong{
	margin:0 30px;
}
 .advantage_icon{

	position: relative;
	top: -140px;
	text-align:center;
}
 .advantage_title{
	font-size: 18px;
	color: #fff5f5;
	position: relative;
	top: -140px;
	text-align:center;
}
.advantage_content{
	color: #888888;
	font-size: 15px;
	line-height: 30px;
}
.field .advantage-ul  .advantage-li .advantage-picture{
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.field .advantage-ul  .advantage-li .advantage-picture img{
	transform: scale(1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
	
	overflow: hidden;
}
.field .advantage-ul  .advantage-li:hover .advantage-picture img{
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s
}


/*优势*/

.youshi-title{
	text-align: center;
}
.youshi-title img{
	margin-top: 50px;
	margin-bottom: 30px;
	
}

.youshi_content{
    width: 1200px;
    height: 325px;
    margin: 0 auto;
    position: relative;
   
}

.youshi_content_1{
    float: left;
    width: 300px;
    height: 323px;
    text-align: center;
}

.youshi_content_1 p{
    font-size: 18px;
    position: relative;
    top: 20px;
}

.youshi_content_div{
    font-size: 14px;
    color: #A6A6A6;
    width: 196px;
    margin: 0 auto;
    position: relative;
    top: 38px;
    line-height: 25px;
}

.youshi_content .youshi_content_1 img:hover{
    transform: rotateY(360deg);
    transition: all 0.5s linear;
}




/* 多种收益方式*/
.range{
	width:100%;
	padding-top:50px;
	height:650px;
	background: url('../images/education/sybg.jpg') no-repeat center center;
	background-size:100% 100%;
	
}
.range .range_title{
	padding-bottom: 20px;
    text-align: center;

}
.range .range-ul{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 50px;
}
.range .range-ul .range-li{
	float: left;
	width: 360px;
	height: 360px;
	text-align: center;
}
.range .range-ul .li2{
	margin:0 60px;
}
.range .range-ul .range-li .title{
	font-size: 20px;
	color: #fff;
	margin-top:25px;
	margin-bottom:15px;
}
.range .range-ul .range-li .msg{
	font-size: 15px;
	line-height: 30px;
	width: 300px;
	margin: 0 auto;
	color:#fff;
}

.range-li .range-picture img:hover{
   
    transform: rotateY(360deg);
    transition: all 1s linear;
}

/*特色服务*/
.zuode{
    width: 100%;
    height: 600px;
	overflow:hidden;

}
.zuode .zuode-title{

	text-align: center;
	margin-top:50px;
}
.zuode .zuode-content{
    width: 1200px;
    height: 380px;
    position: relative;
    top: 70px;
    margin: 0 auto;
}
.zuode .zuode-content .zuode-2-1{
    width: 230px;
    height: 280px;
    float: left;
	padding-top:50px;
}

.zuode .zuode-content .mar{
    margin-left: 90px;
}
.zuode .zuode-content .img1{
	background: url('../images/education/fwbg1.png') no-repeat center center;
	
}
.zuode .zuode-content .img2{
	background: url('../images/education/fwbg2.png') no-repeat center center;
	
}
.zuode .zuode-content .img3{
	background: url('../images/education/fwbg3.png') no-repeat center center;
	
}
.zuode .zuode-content .img4{
    background: url('../images/education/fwbg4.png') no-repeat center center;
	
}
.zuode .zuode-content .zuode-2-1 .zuode-2-2{
    position: relative;
    top:10px;
    margin: 0 auto;
    width: 170px;
    text-align: center;
}
.zuode .zuode-content .zuode-2-1 .zuode-2-2 .zuode-2-2-1{
    font-size: 17px;
    color: #6B6B6B;
}
.zuode .zuode-content .zuode-2-1 .zuode-2-2 .zuode-2-2-2{
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    top: 20px;
    line-height: 20px;
    color: #969696;
}
.zuode .zuode-content .zuode-2-3{
    display: block;
    text-align: center;
}

.zuode .zuode-content .zuode-2-3:hover{

  
    transform: rotateY(360deg);
    transition: all 1s linear;
}


/*售后支持*/
.shouhou{
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
    z-index: 3;
	background-color:#E6F9F7;
	margin:0px
}
.shouhou .shouhou-title{

	font-size: 50px;
	text-align: center;
	margin-top:65px;
}

.shouhou .shouhou_content{
    width: 1200px;
    position: relative;
    top: 40px;
    margin: 0 auto;
}
.shouhou .shouhou_content .content_left{
	float: left;

}
.shouhou .shouhou_content .content_left ul{
	width: 700px;
	position: relative;
	top: 50px;
	left: 50px;
	height: 220px;
}
.shouhou .shouhou_content .content_left ul li{
	float: left;
	width: 320px;
	height: 45px;
	padding-left:30px;
}
.shouhou .shouhou_content .content_left ul li .content_1 {
    position: absolute;
}
.shouhou .shouhou_content .content_left ul li .content_2 {
	margin-left:30px;
    font-size: 17px;
    color: #666767;
    height: 35px;
    width: 100%;
}

.consult{
	display: block;
	width: 120px;
	height: 50px;
	border-radius: 8px;
	background-color:#05B4B5;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	margin-left: 85px;
	margin-top: 50px;
}





