/* 菜单部分 */
.head-menu{
	height: 100px;
	width: 100%;
	min-width: 1200px;
	background: none;
	position: relative;
	z-index: 999;
}


/* 轮播图样式 */
.swiper-box {
	position: relative;
	width: 100%;
	height: 700px;
	background-color: #F2F6FE;
}
.swiper-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.swiper-img2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 80px;
}
.swiper-img3 {
	position: absolute;
	top: 297px;
    left: 494px;
}
.swiper-container-add{
	position: relative;
	width: 100%;
	min-width: 1500px;
	top:-100px;
	z-index: -1;
	height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
}


/* 二维码下载样式 */
.app-download{
	width: 300px;
	height: 300px;
	/* background-color: #fff; */
	position: absolute;
	top: 392px;
    right: 352px;
	z-index: 99999;
	text-align: center;
}
.download-botton {
	display: inline-block;
	width: 220px;
	height: 55px;
	background-image: url('../images/home/iOS.png');
	background-size: 100% 100%;
	/* border-radius: 35px;
	border: 1px solid #fff; */
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 55px;
}
.download-code {
	display: inline-block;
	/* margin: 0 auto; */
	margin-top: 30px;
	/* border-radius: 10px; */
}
.code-img {
	border-radius: 5px;
}
.download-img {
	width: 18px; 
	height: 22px;
	vertical-align: text-bottom;
}
.download-text {
	margin-top: 20px;
	color: #fff;
}
/* .app-download .icon{
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	height: 45px;
	cursor: pointer;
} */
/* .app-download .app-ios-code{
	display: none;
	text-align: center;
} */
/* .app-download .app-android-code{
	display: none;
	text-align: center;
} */
/* .app-download .app-ios-code span{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
	padding: 20px 0px 0px 20px;
} */
/* .app-download .app-android-code span{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
	padding: 20px 0px 0px 20px;
} */




/* 右上角图案 */
.right{
	position: fixed;
	text-align: right;
	right: 0px;
	top: 355px;
	width: 110px;
	z-index: 9999;
}	
.right-top-img{
	position: relative;
	left: 65px;
	width: 45px;
	height: 150px;
	background:url(../images/app-down1.png) no-repeat;
	background-position: top right;
	background-size: 45px 150px;
	margin-top: 100px;
}
.right-bottom-img{
	width: 110px;
	height: 200px;
	background:url(../images/app-down2.png) no-repeat;
	background-position: right;
	background-size: 110px 200px;
	display: none;
	margin-top: 50px;
	position: relative;
}
.right-bottom-img-text {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 18%;
    font-size: 14px;
    z-index: 100;
}




/* 课程样式 */
.course{
	width: 100%;
	min-width: 1200px;
	margin-top: -40px;

}
.course-img{
	text-align: center;
	font-size: 25px;
	color: #333333;
	line-height: 56px;
	width: 500px;
	height: 20px;
	margin: auto;
	padding-bottom: 40px;
	background:url(../images/line-bottom.png) no-repeat;
	background-position: bottom ;
	background-size: 10%;
}
.course-card{
	margin: auto;
	/* width: 800px; */
	width: 975px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card-item {
	margin-top: 85px !important;
}
.course-card-item{
	/* width: 250px; */
	width: 307px;
	height: 287px;
	margin-top: 40px;
	border: #EEEEEE solid 1px;
	border-radius: 14px;
}
.course-card-item .bg{
	width: 307px;
	height: 213px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}


.course-card-item-desc{
	margin-left: 10px;
	margin-top: -35px;
}
.course-card-item-desc .name{
	display: flex;
	margin-top: -10px;
	flex-direction: row;
	justify-content: space-around;
}
.course-card-item-desc .name span{
	display: inline-block;
	margin-top: -20px;
	color: #666666;
	padding-left: 55px;
	padding-right: 5px;
	font-size: 14px;
}
.course-card-item-desc .head{
	position: relative;
	z-index: 10;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100%;
	border: #FFFFFF solid 4px;
}
.course-card-item-desc .title{
	color: #333333;
	font-size: 16px;
	line-height: 50px;
}
.course-card-item-cover{
	width: 307px;
	height: 287px;
	position: relative;
	background:rgba(0,0,0,0.6);
	border-radius: 14px;
	margin-top: -285px;
	text-align: center;
	z-index: 999;
}
.course-card-item-cover p{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 100px;
}


/* 浮动按钮 */
.float-btn{
	margin-left: 80%;
	margin-top: 20px;
	margin-bottom: 100px;
	cursor:pointer;
	width: 40px;
	height: 40px;
	/* background: url(../images/to-head.png) no-repeat; */
	background-size: 100%;
	z-index: 30;
}

/* 专家样式 */
.expert{
	width: 100%;
	min-width: 1200px;
	margin: -50px auto 0px;
	padding-top: 63px;
	background: #F9FAFB;
}
.expert-img{
	text-align: center;
	font-size: 25px;
	color: #333333;
	line-height: 56px;
	width: 500px;
	height: 20px;
	margin: auto;
	padding-bottom: 40px;
	background:url(../images/line-bottom.png) no-repeat;
	background-position: bottom ;
	background-size: 10%;
}

.expert-frame{
	display: block;
	margin: auto;
	width: 1200px;
	height: 650px;
	border: 0px;
}

/* 数据测评 */
.data{
	width: 100%;
	min-width: 1200px;
	margin: 30px auto 0px;
	padding-top: 31px;
}
.data-img{
	text-align: center;
	font-size: 25px;
	color: #333333;
	line-height: 56px;
	width: 500px;
	height: 20px;
	margin: auto;
	padding-bottom: 40px;
	background:url(../images/line-bottom.png) no-repeat;
	background-position: bottom ;
	background-size: 10%;
}
.data-frame{
	display: block;
	margin: auto;
	width: 1200px;
	height: 650px;
	border: 0px;
}

/* 荣誉证书 */
.honor{
	width: 100%;
	min-width: 1200px;
	margin: auto;
	padding-top: 61px;
	background: #F9FAFB;
}
.honor-img{
	text-align: center;
	font-size: 25px;
	color: #333333;
	line-height: 56px;
	width: 500px;
	height: 20px;
	margin: auto;
	padding-bottom: 40px;
	margin-bottom: 20px;
	background:url(../images/line-bottom.png) no-repeat;
	background-position: bottom ;
	background-size: 10%;
}
.honor-frame{
	display: block;
	margin: auto;
	width: 1000px;
	height: 400px;
	border: 0px;
}



.float-btn2{
    position: fixed;
    right: 150px;
    bottom: 100px;
	cursor:pointer;
	width: 40px;
	height: 40px;
	background: url(../images/to-head.png) no-repeat;
	background-size: 100%;
	z-index: 30;
	display: none;
}