body {
	margin: 0;
	overflow-x: hidden;
	background: #f1f1f1;
	padding: 0;
	font-size: 12px;
	color: #000;
	font-family: 'Roboto', 'Helvetica Neue', 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: 80px;
	background-color: #FFF;
	position: fixed;
	top: 0;
	border-bottom: 1px #F5F5F5 solid;
	z-index: 999;
}
.head-box {
	width: 1200px;
	height: 40px;
	margin: auto;
	padding: 20px 0;
}
.logo {
	width:132px ;
	height: 40px;
	float: left;
}
.meun {
	width: 700px;
	height: 40px;
	padding-left: 100px;
	float: left;
}
.meun ul li {
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px;
	float: left;
}
.head-login {
	width: 180px;
	height: 40px;
	float: right;
}
.head-login-phone-icon {
	width: 30px;
	height: 40px;
	float: left;
	background: url(../img/Telephone.png) center center no-repeat;
	background-size: contain;
}
.head-login-tel {
	width:150px ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.head-block {
	width: 100%;
	height: 80px;
}
.banner {
	width: 100%;
	height: 600px;
	position: relative;
	text-align: center;
	color: #FFF;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
}
.banner h3 {
	font-size: 30px;
	line-height: 40px;
	padding-top: 200px;
}
.banner h2 {
	font-size: 50px;
	line-height: 60px;
}
.swiper-slide {
    width: 100%;
    height: 600px;
}
.while-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	padding: 20px 0;
}
.while-box-title {
	width: 1200px;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	margin: auto;
	text-align: center;
}
.while-box-title span {
	color: #007AFF;
}
.four-box {
	width: 1200px;
	height: auto;
	margin: auto;
	overflow: hidden;
}
.four-box-sm {
	width: 300px;
	height: auto;
	float: left;
	overflow: hidden;
	padding: 40px 0;
}
.four-box-icon {
	width: 50px;
	height: 50px;
	margin: auto;
}
#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;
}
.four-box-h2 {
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.four-box-p {
	width: 200px;
	margin: auto;
	padding-top: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.grey-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 20px 0;
}
.grey-box-four {
	width: 1220px;
	margin: auto;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}
.grey-box-four-sm {
	width: 285px;
	height: 400px;
	padding: 10px 10px;
	float: left;
}
.grey-box-four-sm-main {
	width: 245px;
	height: 360px;
	padding: 20px 20px;
	background-color: #FFF;
}
.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 {
	width: 1220px;
	height: auto;
	margin: auto;
	overflow: hidden;
	padding: 40px 0;
}
.news-box-list {
	width: 590px;
	height:80px ;
	padding: 10px 10px;
	float: left;
}
.news-box-list-gray {
	width: 590px;
	height: 80px;
	background-color: #F5F5F5;
	border-radius: 5px;
}
.news-box-list-gray-left {
	width: 120px;
	height: 40px;
	float: left;
	border-right: 1px #FFF solid;
	padding: 20px 0;
	text-align: center;
}
.news-box-list-gray-left h2 {
    width: 100%;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.news-box-list-gray-left p {
    width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	height: 20px;
	overflow: hidden;
}
.news-box-list-gray-right {
	width: 429px;
	height: 40px;
	float: right;
	padding: 20px 20px;
}
.news-box-list-gray-right h2 {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.news-box-list-gray-right p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	height: 20px;
	overflow: hidden;
}
.flink {
	width: 1200px;
	margin: auto;
	padding:20px 0;
	overflow: hidden;
}
.flink ul h2 { 
	float: left;
	font-size: 14px;
	line-height: 30px;
}
.flink ul li {
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 24px;
}
.foot {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #0f1232;
	overflow: hidden;
}
.foot-top {
	width: 1200px;
	height: 160px;
	margin: auto;
	border-bottom: 1px #363853 solid;
}
.foot-top-sm {
	width: 200px;
	height: 60px;
	float: left;
	padding: 50px 50px;
	line-height: 30px;
	font-size: 16px;
	color: #FFF;
}
.foot-top-sm-icon {
	width: 60px;
	height: 60px;
	float: left;
}
.foot-top-sm-word {
	width: 140px;
	height: 60px;
	float: left;
	text-align: center;
}
#k1 {
	background: url(../img/k1.png) center center no-repeat;
	background-size: contain;
}
#k2 {
	background: url(../img/k2.png) center center no-repeat;
	background-size: contain;
}
#k3 {
	background: url(../img/k3.png) center center no-repeat;
	background-size: contain;
}
#k4 {
	background: url(../img/k4.png) center center no-repeat;
	background-size: contain;
}
.foot-center {
	width: 1200px;
	height: 280px;
	margin: auto;
	border-bottom: 1px #363853 solid;
	padding: 40px 0;
}
.foot-center-sm {
	width: 400px;
	height: 280px;
	float: left;
	position: relative;
}
.foot-line-left {
	width: 1px;
	height: 280px;
	background-color: #363853;
	position: absolute;
	left: 0;
}
.foot-line-right {
	width: 1px;
	height: 280px;
	background-color: #363853;
	position: absolute;
	right: 0;
}
.foot-sm-box {
	width: 200px;
	height: 280px;
	float: left;
}
.foot-sm-box h2 {
	color: #FFF;
	line-height: 50px;
	font-size: 20px;
}
.foot-sm-box p {
	line-height: 30px;
	font-size: 14px;
}
.foot-sm-box p a:link,.foot-sm-box p a:visited {
	color: #999;
}
.foot-center-sm-center {
	width: 300px;
	height: 280px;
	margin: auto;
}
.foot-center-sm-center h2 {
	color: #FFF;
	line-height: 50px;
	font-size: 20px;
}
.foot-center-sm-center p {
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.foot-img {
	width: 300px;
	height: 160px;
	font-size: 14px;
	color: #FFF;
}
.foot-img-sm {
	width: 150px;
	height: 160px;
	float: left;
}
.foot-img-sm img {
	width: 130px;
	height: 130px;
}
.foot-img-sm p {
	width: 130px;
	text-align: center;
}
.foot-bottom {
	width: 1200px;
	height: 40px;
	margin: auto;
	text-align: center;
	line-height: 40px;
	color: #FFF;
}
.foot-block {
	width: 100%;
	height: 80px;
}
.foot-login {
	width: 100%;
	height: 40px;
	position: fixed;
	z-index: 999;
	background: rgba(0, 0, 0, .3) none repeat scroll !important;
	bottom: 0;
	padding: 20px 0;
}
.foot-login-box {
	width: 1200px;
	height: 40px;
	margin: auto;
}
.foot-login-box-left {
	float: left;
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
}
.foot-login-box-left span {
	color: #007AFF;
}
.foot-login-box-right {
	width: 400px;
	height: 40px;
	background-color: #FFF;
	float: right;
	border-radius: 5px;
}
.tel-code {
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;	
	float: left;
}
.tel-sub {
	width: 100px;
	height: 40px;
	background-color: #007AFF;
	cursor: pointer;
	line-height: 40px;
	border-radius: 0 5px 5px 0;
	text-align: center;
	color: #FFF;
	float: right;
	font-size: 16px;
}
.tel-num {
	width:220px ;
	height: 40px;
	float: left;
}
.tel-num input {
	width: 220px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 16px;
}
.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: 400px;
	position: absolute;
	top: 30%;
}
.zt-box-main-nei {
	width: 360px;
	height: 360px;
	background-color: #FFF;
	margin: auto;
	padding: 0px 20px;
	overflow-x: hidden;
	overflow-y: auto;
}
.sm-kong {
	width: 100%;
	height: 30px;
}
.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
}
.crumbs {
	width: 1200px;
	height: 40px;
	margin: auto;
	line-height: 40px;
	font-size: 16px;
}
.main {
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 20px 0;
	overflow: hidden;
}
.main-left {
	width: 900px;
	height: auto;
	float: left;
	overflow: hidden;
}
.main-left h2 {
	font-size: 30px;
	line-height: 50px;
}
.main-left h3 {
	font-size: 12px;
	line-height: 30px;
	color: #666;
}
.main-left-con {
	width: 900px;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	font-size: 14px;
	line-height: 40px;
}
.main-left-con img {
	max-width: 900px;
}
.main-right {
	width: 280px;
	height:auto ;
	float: right;
	overflow: hidden;
}
.main-right-list {
	width: 278px;
	height: auto;
	overflow: hidden;
	border: 1px #ececee solid;
	border-radius: 5px;
	background-color: #FFF;
}
.main-right-title {
	width: 238px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 20px;
}
.news-list {
	width: 218px;
	height: auto;
	margin:0 auto 20px auto;
	overflow: hidden;
	background: #F5F5F5;
	border-radius: 5px;
	padding: 10px 10px;
	line-height: 30px;
	font-size: 14px;
}
.page { 
    width:378px; 
    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;
}