/*information*/
.content .min{
	margin-top: -48px;
}
p.tit{
	font-size: 40px;
	text-align: center;
	color:#333;
}
.banner-img{
	width: 100%;
	height: 465px;
	background:url(../images/information.png) no-repeat;
	background-position: top center;
}
.sign-up{
	padding: 40px 0 40px 50px;
	background-color: #fff;
	box-shadow: 0px 10px 20px #eaecf1;
	-webkit-box-shadow: 0px 10px 20px #eaecf1;
}
.sign-up .txt{
	width: 600px;
	margin-right: 50px;
}
.sign-up .txt img{
	margin-top: 42px;
	margin-bottom: 38px;
}
.sign-up p{
	font-size: 18px;
	color:#333;
}
.sign-up .time{
	font-size: 14px;
	color:#c9c9c9;
}
.banner{
	background-color: #f7f7f7;
	padding-bottom: 20px;
}
.report-box{
	overflow:hidden;
}
.report{
	width: 10000px;
	animation:move 40s linear infinite;
	-webkit-animation:move 40s linear infinite;
}
.report:hover{
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
@keyframes move{
	from{transform:translateX(0)}
	to{transform: translateX(-1800px)}
}
@-webkit-keyframes move{
	from{transform:translateX(0)}
	to{transform: translateX(-1800px)}
}
.report li {
	float:left;
	width: 288px;
	background-color: #fff;
	margin-right: 12px;
}
.report li p{
	text-align: center;
	font-size: 16px;
	color:#333;
	line-height: 1.6;
	margin-top: 10px;
	padding-bottom: 14px;
}
.report li:hover p{
	color:#5590d6;
}
.report li:hover{
	box-shadow: 0 2px 10px 3px #e4e4e4;
	-webkit-box-shadow: 0 2px 10px 3px #e4e4e4;
}
.tit1{
	margin-top: 45px;
	margin-bottom: 30px;
}
.tit2{
	margin-top: 55px;
	margin-bottom: 30px;
}
.banner .swiper-container{
	padding-bottom: 40px;
}
.banner .swiper-slide li{
	float:left;
	margin-right:20px;
	width: 276px;
}
.banner .swiper-slide li p{
	text-align: center;
	font-size: 16px;
	color:#474747;
	white-space:nowrap;
	margin-top: 10px;
}
.ml-7{margin-left: -7px;}
.banner .swiper-pagination-bullet{
	width: 65px;
	height: 4px;
	background-color: #d7d7d7;
	margin-right: 20px;
	border-radius:0;
	-webkit-border-radius:0;
	opacity: 1;
	-webkit-opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #357dcf;
}
.team{

}
.tit3{
	margin-top: 45px;
}
.team .txt{
	margin-top: 10px;
	color:#878787;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
}
.flow-img img{
	display:block;
	margin:35px auto 0;
}
.content .yongtx{
	margin-top: 70px;
	background-color: #fff;
}
.content .ygtitle p{
	margin-top: 30px;
}

.yongtx{
	padding-bottom: 50px;
}
.yongtx .bgimg{
	margin-top: 40px;
    width: 1080px;
    height: 670px;
    background: url(../images/index/level.png) no-repeat;
}
.yongtx .btnbtns {
    display: block;
    font-size: 22px;
    font-weight: bold;
    width: 330px;
    height: 54px;
    background-color: #ffe02a;
    border-radius: 54px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.15);
    margin: 30px auto 0;
    color: #333333;
    cursor: pointer;
}
._title {
    font-size: 40px;
    text-align: center;
    color: #333;
   	margin-top: 40px;
}
._text {
    margin-top: 10px;
    color: #878787;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}
.schooltitle1{
	font-size: 40px;
    color: #333;
    text-align: center;
    padding-top: 50px;
}
.schooltitle2{
	font-size: 18px;
    text-align: center;
    color: #868686;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 15px;
}