@CHARSET "UTF-8";
/* education */
.screenads{
	width:100%;

	/* background-color:#3E8FFF; */
	background: url('../images/education/ber_bg.png') repeat-x;
	background-size: 100% 100%;
}
.screenads .slide1 .banner_con{
	background: url('../images/education/ber0.png') no-repeat bottom  right;
}
.screenads .screenads_hb{
	padding-top: 340px;
}
.screenads .screenads_hb .screenads_title{
	display: none;
	color:#111111;
	font-size:60px;
	font-weight:bold;
}
.screenads .screenads_hb .screenads_info{
	display: none;
	color:#111111;
	font-size:35px;
}


/*list*/

.list{
    height: 108px;
    width: 100%;
    background: #fff;
}
.list-box{
    display: flex;
    margin: 0 auto;
    width: 65%;
}
.list-item{
    width: 240px;
    height: 100%;
}

.list-img{
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 25px;
}
.list-item>p{
    margin-top: 25px;
    margin-left: 60px;
    font-size: 16px;
    color:#595961;
}
.list-text{
    margin-left: 60px;
    margin-top: 1px;
    color: #9797a1;
	font-size: 12px;
}

.list-empty{
    flex: 1;
}
.list .list-box .list-item  .img1{
	background: url('../images/education/sdx1.png') no-repeat;
	background-size:100% 100%;
}
.list .list-box .list-item  .img2{
	background: url('../images/education/sdx2.png') no-repeat;
	background-size:100% 100%;
}
.list .list-box .list-item  .img3{
	background: url('../images/education/sdx3.png') no-repeat;
	background-size:100% 100%;
}
.list .list-box .list-item  .img4{
	background: url('../images/education/sdx4.png') no-repeat;
	background-size:100% 100%;
}
.list-item:hover .list-img{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}




/* 行业应用案例 */
.case{
	height:650px;
	background-color: #E6F9F7;
}
.case .case-hd{
	padding: 50px 0;
}
.case .case-hd .case_titles{
	height:40px;
	line-height:40px;
	text-align:center;
	color:#414141;
	font-size:30px;
}
.case .case-bd{
	padding-top: 0px;
}
.case .case-bd li{
	float:left;
	width:16%;
	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: 1000px;
    position: relative;
    overflow: hidden;
}
.gongneng .gongneng-title{
	font-size: 30px;
	text-align: center;
	margin-top:65px;
}
.gongneng .gongneng-msg{
	font-size: 16px;
	text-align: center;
	margin-top:15px;
}

.gongneng .gongneng_change{
	width: 340px;
	margin: 0 auto;
	height: 55px;
	margin-top:30px;
}
.gongneng .gongneng_change div{
	float:left;
	width: 170px;
	height: 55px;
	line-height: 45px;
	font-size: 18px;
	text-align:center;
	color:#3D3D3D;
}

.gongneng .gongneng_change .on{
	color:#fff;

	background: url("../images/education/xuanzhong.png") no-repeat;
	background-size:100% 100%;

}


.gongneng .mod_pyq {
  width: 1300px;
  position: relative;
  margin: 0px auto;
  height: 556px;
  margin-top: 25px;
  padding-top: 33px;
}
.gongneng .mod_pyq .swiper-slide {
  width: 242px;
  height: 524px;
}
.gongneng .mod_pyq .swiper-slide.swiper-slide-prev {
  transform: translateX(-20px) scale(0.92) !important;
}
.gongneng .mod_pyq .swiper-slide.swiper-slide-next {
  transform: translateX(20px) scale(0.92) !important;
}
.gongneng .mod_pyq .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.gongneng .mod_pyq .swiper-slide img {
  display: block;
  width: 242px;
  height: 524px;
  opacity: 0.5;
}
.gongneng .mod_pyq .pyq_parent {
  position: absolute;
  background: url("../images/education/sj.png") no-repeat;
  background-size: cover;
  width: 274px;
  height: 556px;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gongneng .mod_pyq .mod_pyq_title {
	width: 500px;
	height: 75px;
	line-height: 100px;
	font-size:18px;
	text-align:center;
	margin: 0px auto;
}
.gongneng .mod_pyq .mod_pyq_msg {
	width: 600px;
	font-size:14px;
	text-align:center;
	margin: 0px auto;
	color:#A4A4A4;
}

.display{
    display: none;
}



/*应用场景*/

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

.field .field-title{
	color:#fff;
	font-size: 30px;
	text-align: center;

}

.field .field-ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;

}
.field .field-ul .field-li{
    width: 240px;
    height: 400px;
    text-align: center;
	margin-bottom: 18px;
    float: left;
	overflow:hidden;
}
.field .field-ul .li-zhong{
	margin:0 30px;
}
.field_icon{

	position: relative;
	top: -270px;
	text-align:center;
}
 .field_title{
	font-size: 18px;
	color: #fff5f5;
	position: relative;
	top: -270px;
	text-align:center;
}
.field_content{
	color: #888888;
	font-size: 15px;
	line-height: 30px;
}

/*多种收益途径*/
.channel{
	width:1200px;
	margin: 0px auto;
	padding-top:50px;
	height:570px;
	background: url('../images/education/sybg.jpg') no-repeat center center;
	background-size:100% 100%;

}
.channel .channel_title{

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

}
.channel_ul{
	margin-top: 40px;
}
.channel_ul li{
	position: relative;

	z-index: 4;
	float:left;
	width:330px;
	height:380px;
}
.channel_ul .gang{
	margin: 0 105px;
}
.channel_ul li .channel_img img{
	border-radius: 10px;

}
.channel_ul li .channel_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color:#00000078;
	position: absolute;
	top: 340px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 2;
	transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-o-transition: top .5s;


}

.channel_ul li .channel_msg{
	text-indent: 26px;
	font-size: 14px;
	height: 150px;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
	top: -180px;
	color: #fff;
	line-height: 2;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);

	transition: all .6s;
	-moz-transition: all .6s ;
	-webkit-transition: all .6s ;
	-o-transition: all .6s ;
}


.channel_ul li:hover .channel_zz{

	background-color: #00000078;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 10px;

}

.channel_ul li:hover .channel_title {
	top: 100px;
	background-color:#0000
}


.channel_ul li:hover .channel_msg {
	top: -220px;
	opacity: 1;
	filter: alpha(opacity=100);
}


/*我们能为您提供*/
.tigong{
    width: 100%;
    height: 680px;
    position: relative;
    overflow: hidden;
	background-color: #E8F8F5;
}
.tigong .tigong_title{
	font-size: 30px;
	text-align: center;
	margin-top:60px;
}
.tigong .tigong_content{
	width:1200px;
	margin: 0px auto;
}
.tigong .tigong_content .content>img{
	margin-top: 25px;
}
.tigong .tigong_content .content{
	float:left
}
.tigong .tigong_content .content ul{
	width:600px;
	/*padding-top: 105px;*/
}

.tigong .tigong_content .content ul li{
	position: relative;
	height: 140px;
}
.tigong .tigong_content .content ul li .text{
	width:500px;
	position: absolute;
	top: 0px;
	left: 100px;
}
.tigong .tigong_content .content ul li .text .title{
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color:#383E3E;

}
.tigong .tigong_content .content ul li .text .msg{
	color:#9A9FA0;
	font-size: 16px;
}


/* 售后服务 */
.advantage{
	width:100%;
    padding-top: 80px;
    padding-bottom:40px;
}
.advantage-advantage .title-box {
    text-align: center;
}
.advantage-advantage .title-box .title{
	font-size: 30px;
	margin-bottom: -45px;
	color: #222222;
}
.advantage-advantage .advantage-ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.advantage-advantage .advantage-ul .advantage-li{
    width: 228px;
    height:240px;
    padding: 25px;
    text-align: center;
    margin-left: 20px;
    float: left;
	padding-top: 0px;
	padding-bottom: 17px;
    position: relative;
    top: 37px;

}
.advantage-advantage .advantage-ul .advantage-li  .advantage_title{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #545454;
}


.advantage-advantage .advantage-ul  .advantage-li:hover .advantage-picture img{
	animation: myfirst2 1s infinite;
}
.advantage-advantage .advantage-ul  .advantage-li .advantage-picture img:hover{
	animation:test 0.25s ease-in 2;
}


.bottome{
	background:url('../images/education/tlbg.jpg') no-repeat;
	background-size:100% 100%;
	height:240px;

}
.bottome .bottome_title{
	padding-top:60px;
	color:#fff;
	font-size: 30px;
	text-align:center;
}

.bottome .inquire{
	height: 40px;
	font-size: 17px;
	color: #fff;
	width: 160px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-top:25px;
}
.bottome .inquire .shangwu{
	color: #fff;
}







