body {
	margin: 0;
	overflow-x: hidden;
	background: #f1f1f1;
	padding: 0;
	font-size: 12px;
	color: #000;
	font-family: "微软雅黑","Microsoft YaHei", Arial, sans-serif;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	display: block;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 6px;
}

/* 滚动槽*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

/* 滚动条滑块*/
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

/*line-color*/
a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
.head {
	width: 100%;
	height: 0.8rem;
	background: #FFF;
	position: fixed;
	top: 0;
	z-index: 999;
}
.logo {
	width:1.6rem ;
	height: 0.8rem;
	margin: auto;
	background: url(../img/logo.png) center center no-repeat;
	background-size: contain;
}
.meun-sub {
	width: 0.6rem;
	height: 0.8rem;
	position: absolute;
	right: 0.2rem;
	background: url(../img/meun.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	top: 0;
}
.head-block {
	width: 100%;
	height: 0.8rem;
}
.banner {
	width: 6.4rem;
	height: 5rem;
	margin: auto;
	position: relative;
	text-align: center;
	color: #FFF;
}
.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
}
.banner h3 {
	font-size: 0.3rem;
	line-height: 0.4rem;
	padding-top: 2rem;
}
.banner h2 {
	font-size: 0.5rem;
	line-height: 0.6rem;
}
.tel-login {
	width: 6rem;
	height: auto;
	padding: 0.2rem 0;
	overflow: hidden;
	background: #FFF;
	border-radius: 0.05rem;
	margin: 0.2rem auto;
}
.tel-login h2 {
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.25rem;
}
.tel-login h2 span {
	font-size: 0.3rem;
	color: #007AFF;
}
.tel-name-input {
	width: 4.96rem;
	height: 0.8rem;
	border: 0.01rem #F5F5F5 solid;
	margin:0.2rem auto 0 auto;
	border-radius: 0.1rem;
	padding: 0 0.1rem;
}
.tel-tel-input {
	width: 4.96rem;
	height: 0.8rem;
	border: 0.01rem #F5F5F5 solid;
	margin:0.2rem auto 0 auto;
	border-radius: 0.1rem;
	padding: 0 0.1rem;
}
.tel-name-input input {
	width: 4.96rem;
	height: 0.8rem;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 0.16rem;
}
.tel-tel-input-left {
	width: 0.96rem;
	height: 0.8rem;
	text-align: center;
	line-height: 0.8rem;
	cursor: pointer;
	float: left;
}
.tel-tel-input-right {
	width: 4rem;
	height: 0.8rem;
	float: left;
}
.tel-tel-input-right input {
	width: 4rem;
	height: 0.8rem;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 0.16rem;
}
.tel-in-sub {
	width: 5.2rem;
	height: 0.8rem;
	background-color: #007AFF;
	border-radius: 0.1rem;
	color: #FFF;
	text-align: center;
	margin: 0.2rem auto 0 auto;
	line-height: 0.8rem;
	font-size: 0.3rem;
	cursor: pointer;
}
.tel-title {
	width: 6.4rem;
	margin:0.4rem auto 0 auto;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.4rem;
	text-align: center;
}
.tel-title span {
	color: #007AFF;
}
.tel-in-box {
	width: 6rem;
	height: auto;
	margin:0.4rem auto 0 auto;
	overflow: hidden;
	padding-right: 0.2rem;
}
.tel-in-box-icon {
	width:1rem;
	height: 1.5rem;
	float: left;
}
#teacher {
	background: url(../img/teacher.png) center center no-repeat;
	background-size: contain;
}
#video {
	background: url(../img/video.png) center center no-repeat;
	background-size: contain;
}
#sale {
	background: url(../img/sale.png) center center no-repeat;
	background-size: contain;
}
#match {
	background: url(../img/match.png) center center no-repeat;
	background-size: contain;
}
.tel-in-box-word {
	width: 4.8rem;
	height: auto;
	float: right;
	overflow: hidden;
}
.four-box-h2 {
	padding-top: 0.2rem;
	font-size: 0.4rem;
	line-height: 0.4rem;
}
.four-box-p {
	margin: auto;
	padding-top: 0.1rem;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #666;
}
.while-box {
	width: 6rem;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	padding: 0.2rem 0;
	margin-top: 0.4rem;
	margin-left: auto;
	margin-right: auto;
}
.grey-box-four-sm {
	width: 6rem;
	height:auto;
	margin: auto;
	overflow: hidden;
}
.grey-box-four-sm-main {
	width:5.2rem ;
	height:auto;
	padding: 0.2rem 0.4rem;
}
.teacher-face {
	width: 90px;
	height: 90px;
	margin: auto;
	border-radius: 100px;
	padding: 5px 5px;
	background-color: #F5F5F5;
}
.teacher-face img {
	width: 90px;
	height: 90px;
	border-radius: 90px;
}
.teacher-name {
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}
.teacher-type {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.teacher-sub {
	width: 150px;
	height: 40px;
	background-color: #007AFF;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin:20px auto;
	color: #FFF;
	font-size: 14px;
}
.teacher-sub a:link,.teacher-sub a:visited {
    color: #FFF;
}
.news-box-list {
	width: 6rem;
	height:1.4rem ;
	padding: 0.1rem 0px;
	margin:0.1rem auto 0 auto;
}
.news-box-list-gray {
	width: 6rem;
	height: 1.4rem;
	background-color: #FFF;
	border-radius: 0.05rem;
}
.news-box-list-gray-left {
	width: 1rem;
	height: 0.8rem;
	float: left;
	border-right: 1px #FFF solid;
	padding: 0.3rem 0;
	text-align: center;
}
.news-box-list-gray-left h2 {
	font-size: 0.3rem;
	line-height: 0.4rem;
}
.news-box-list-gray-left p {
	font-size: 0.12rem;
	line-height: 0.4rem;
	color: #666;
}
.news-box-list-gray-right {
	width: 4.8rem;
	height: 0.8rem;
	float: right;
	padding: 0.3rem 0;
}
.news-box-list-gray-right h2 {
	font-size: 0.3rem;
	line-height: 0.4rem;
	height: 0.4rem;
	overflow: hidden;
}
.news-box-list-gray-right p {
	font-size: 0.12rem;
	line-height: 0.4rem;
	height: 0.4rem;
	overflow: hidden;
	color: #666;
}
.foot {
	width: 6.4rem;
	height: auto;
	overflow: hidden;
	background-color: #0f1232;
	color: #FFF;
	text-align: center;
	line-height: 0.8rem;
	margin: auto;
}
.zt-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, .7) none repeat scroll !important;
	display: none;
}
.zt-box-main {
	width: 100%;
	height: 6rem;
	position: absolute;
	top: 20%;
}
.zt-box-main-nei {
	width: 5rem;
	height:6rem;
	background-color: #FFF;
	margin: auto;
	padding: 0 0.2rem;
	overflow-x: hidden;
	overflow-y: auto;
}
.sm-kong {
	width: 100%;
	height: 0.3rem;
}
.ztboxlisttitle {
	font-size: 16px;
	color: #000;
	line-height: 40px;
}
.ztboxlisttitlebox {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer
}

.ztboxlisttitleboxon {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #09c15f;
	cursor: pointer
}

.ztboxlisttitleboxl {
	float: left
}

.ztboxlisttitleboxr {
	float: right
}
.meun-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, .7) none repeat scroll !important;
	display: none;
}
.meun-box-right {
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #FFF;
}
.meun-box-right ul li {
	width: 90%;
	margin: auto;
	height: 0.8rem;
	border-bottom: 1px #F5F5F5 solid;
	line-height: 0.8rem;
	font-size: 0.3rem;
}
.page { 
    width:300px;
    overflow: hidden;
    height:34px; 
    border:1px #F5F5F5 solid; 
    float:left; 
    margin-top:10px; 
    border-radius:3px; 
    margin-top: 20px; 
    margin-right: 2%;
    display: block;
    clear: both;
}
.page ul li { 
    width:41px; 
    height:34px; 
    border-right:1px #F5F5F5 solid; 
    float:left; text-align:center; 
    line-height:34px; 
    font-size:14px; 
}
.page ul li a:link,.page ul li a:visited {
    width:41px; 
    height:34px; 
    display:block;
}
.page ul li.last {
    width:41px; 
    height:34px; 
    border-right:1px #FFF solid; 
    float:left; 
    text-align:center; 
    line-height:34px; 
    font-size:14px;
}
.main {
    width: 6rem;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.main h2 {
	font-size: 30px;
	line-height: 50px;
}
.main h3 {
	font-size: 12px;
	line-height: 30px;
	color: #666;
}
.main-left-con {
	width: 6rem;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	font-size: 14px;
	line-height: 40px;
}
.main-left-con img {
	max-width: 6rem;
}