﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:14px; background:#ffffff;font-family: 'Microsoft YaHei,arial,sans-serif';
	color: #333333;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}
a {color: #333333;}
img{display:block;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank82{ width:100%; height:82px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/

.max{ position:relative; overflow:hidden;}

.inner{width:1200px; min-width: 1200px; height:auto;  position:relative; z-index:50; margin:0 auto;}

/*首页*/
span {
	display: block;
}

.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	opacity: 1;
	background: transparent;
	border: 2px solid #ffffff;
}
.banner .swiper-pagination-bullet-active {
	background: #ffffff;
}
.banner .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_title {
	font-size: 59px;
	color: #ffffff;
	line-height: 59px;
	font-weight: bold;
	text-align: right;
	width: 100%;
}
.banner .swiper-button-prev {
	width: 80px !important;
    height: 80px !important;
    background-image: url(../images/jian9.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 3%;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-prev:after {
	content: '';
}
.banner .swiper-button-next {
	width: 80px !important;
    height: 80px !important;
	background-image: url(../images/jian10.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 3% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-next:after {
	content: '';
}
.header {
	padding: 15px 0;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 71;
}
.logo {
	float: left;
}
.nav {
	float: left;
	margin-left: 50px;
}
.nav_item {
	float: left;
	width: 110px;
	position: relative;
}
.nav_current .nav_link {
	font-weight: bold;
	color: #258fd9 !important;
}
.nav_item:hover .nav_link {
	font-weight: bold;
	color: #258fd9;
}
.nav_er_list {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #ffffff;
	z-index: 71;
	padding: 10px 0;
	display: none;
}
.nav_link {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 52px;
}
.header_right {
	float: right;
}
.login {
	font-size: 18px;
	color: #ffffff;
	float: left;
	line-height: 52px;
	margin-right: 25px;
	cursor: pointer;
}
.register {
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px;
	width: 80px;
	height: 40px;
	float: right;
	background: #439df1;
	line-height: 40px;
	text-align: center;
	margin-top: 6px;
	cursor: pointer;
}
.nav_er_link {
	padding: 15px 0;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.nav_er_link:hover {
	color: #333333;
}
.nav_item:hover .nav_er_list {
	display: block;
}
.index_current .header {
	background: #ffffff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.02); 
}
.index_top .nav_current .nav_link {
	color: #ffffff !important;
}
.index_top .nav_item:hover .nav_link {
	color: #ffffff !important;
}
.index_top.index_current .nav_current .nav_link {
	color: #258fd9 !important;
}
.index_top.index_current .nav_item:hover .nav_link {
	color: #258fd9 !important;
}
.logo_hide {
	display: none;
}
.index_current .logo_hide {
	display: block;
}
.index_current .logo_show {
	display: none;
}
.index_current .nav_link {
	color: #333333;
}
.index_current .login {
	color: #333333;
}
.index_ce > .inner {
	padding: 60px 0;
}
.index_ce_title {
	float: left;
	font-size: 31px;
	color: #666666;
	line-height: 31px;
	font-weight: bold;
}
.index_ce_text {
	float: right;
	width: 800px;
	font-size: 18px;
	color: #666666;
	line-height: 25px;
}
.index_ce_section {
	background: #1ca4eb;
}
.index_ce_section .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_ce_left {
	width: 400px;
	padding-right: 40px;
}
.index_celeft_title {
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
	line-height: 42px;
}
.index_celeft_text {
	font-size: 29px;
	color: #ffffff;
	line-height: 32px;
	padding-right: 45px;
	margin-top: 20px;
}
.index_celeft_link:first-of-type {
	margin-bottom: 200px;
}
.index_celeft_link {
	transition: all 0.2s ease-in-out;
}
.index_celeft_link:hover {
	border-left: 9px solid #ffa525;
	padding-left: 40px; 
	
}
.index_celeft_link:hover .index_celeft_text {
	background: url(../images/jian1.png) no-repeat right center;
	background-size: 32px 32px;
}
.index_ce_right {
	float: right;
	width: 800px;
}
.index_ce_item {
	float: left;
	width: 397px;
	height: 319px;
	position: relative;
	overflow: hidden;
}
.index_ce_box {
	position: absolute;
	left: 30px;
	bottom: 40px;
}
.index_ce_name {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
}
.index_ce_caption {
	font-size: 18px;
	color: #dadada;
	background: url(../images/jian1.png) no-repeat right center;
	background-size: 32px 32px;
	line-height: 32px;
	margin-top: 10px;
  	padding-right: 55px;
  	overflow: hidden;
	  text-overflow:ellipsis;
	  white-space: nowrap;
	  width: 100%;
	  transition: all 0.5s ease-in-out;
	  opacity: 0;
}
.index_ce_item:hover .index_ce_caption {
	opacity: 1;
}
.index_ce_item img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_ce_item:hover img {
	transform:scale(1.1);
}
.index_fuhua {
	margin: 85px 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index_fuhua img {
	width: 47%;
}
.index_fuhua_block {
	margin-left: 65px;
	width: 600px;
}
.index_fuhua_title {
	font-size: 38px;
	color: #439df1;
	line-height: 38px;
	font-weight: bold;
}
.index_fuhua_text {
	font-size: 18px;
	color: #666666;
	line-height: 35px;
	margin: 70px 0 100px 0;
}
.index_fuhua_more {
	width: 175px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #439df1;
	font-size: 20px;
	color: #439df1;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
}
.index_fuhua_more:hover {
	background: #439df1;
	color: #ffffff;
}
.index_teacher_title {
	font-size: 38px;
	color: #439df1;
	text-align: center;
	font-weight: bold;
	line-height: 38px;
}
.index_teacher_caption {
	font-size: 20px;
	color: #5b5d61;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 95px;
}
.index_teacher {
	margin-bottom: 85px;
}
.index_teacher .inner {
	width: 1300px;
}
.index_teacher_block {
	position: relative;
	border-radius: 5px;
}
.index_teacher_area {
	position: absolute;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(transparent , #000000);
	  background: -o-linear-gradient(transparent, #000000);
	  background: -moz-linear-gradient(transparent, #000000);
	  background: linear-gradient(transparent , #000000);
}
.index_teacher_block img {
	width: 100%;
	border-radius: 5px;
}
.index_teacher_banner {
	position: relative;
}
.index_teacher_banner .swiper-container {
	width: 1200px;
	margin: 0 auto;
}
.index_teacher_banner .swiper-button-prev {
	width: 15px !important;
    height: 25px !important;
    background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
}
.index_teacher_banner .swiper-button-prev:after {
	content: '';
}
.index_teacher_banner .swiper-button-next {
	width: 15px !important;
    height: 25px !important;
	background-image: url(../images/jian5.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_teacher_banner .swiper-button-next:after {
	content: '';
}
.index_teacher_banner .swiper-button-next:hover {
	background-image: url(../images/jian3.png);
}
.index_teacher_banner .swiper-button-prev:hover {
	background-image: url(../images/jian4.png);
}
.index_teacher_box {
	position: absolute;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}
.index_teacher_name {
	font-size: 28px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 20px;
}
.index_teacher_info {
	height: 25px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.index_teacher_info span {
	font-size: 14px;
	color: #ffffff;
	line-height: 23px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_teacher_block:hover .index_teacher_info {
	height: initial;
}
.index_one {
	margin-bottom: 85px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.index_one img {
	width: 45%;
}
.index_one .index_fuhua_block {
	margin-left: 0;
}
.index_one .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index_news {
	margin-bottom: 85px;
}
.index_news_item {
	float: left;
	width: 580px;
	margin-left: 40px;
	margin-bottom: 40px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(212,212,212,0.43);
	padding: 35px 30px;
}
.index_news_item:nth-child(odd) {
	margin-left: 0;
}
.index_news_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
}
.index_news_text {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin: 20px 0 25px 0;
}
.index_news_time {
	font-size: 14px;
	color: #989898;
	background: url(../images/jian7.png) no-repeat right center;
	background-size: 10px 19px;
	line-height: 20px;
}
.index_news_list {
	margin-top: 55px;
}
.index_news_item:hover {
	background: #258fd9;
}
.index_news_item:hover .index_news_title {
	color: #fff;
}
.index_news_item:hover .index_news_text {
	color: #fff;
}
.index_news_item:hover .index_news_time {
	color: #fff;
	background: url(../images/jian6.png) no-repeat right center;
	background-size: 10px 19px;
}
.index_fuhua_more1 {
	margin: 0 auto;
}
.index_fri {
	margin-bottom: 85px;
	display: flex;justify-content: flex-start;
	align-items: center;
}
.index_fri img {
	width: 45%;
}
.index_fri .index_fuhua_block {
	margin-left: 0;
}
.index_fri .index_fuhua_title {
	margin-left: 70px;
}
.index_fri .index_fuhua_text {
	margin-left: 70px;
}
.index_fri_banner {
	position: relative;
	width: 600px;
}
.index_fri_photo img {
	width: 70%;
	margin: 0 auto;
}
.index_fri_banner .swiper-container {
	width: 500px;
	margin: 0 auto;
}
.index_fri_banner .swiper-button-prev {
	width: 15px !important;
    height: 25px !important;
    background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
}
.index_fri_banner .swiper-button-prev:after {
	content: '';
}
.index_fri_banner .swiper-button-next {
	width: 15px !important;
    height: 25px !important;
	background-image: url(../images/jian5.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_fri_banner .swiper-button-next:after {
	content: '';
}
.index_fri_banner .swiper-button-next:hover {
	background-image: url(../images/jian3.png);
}
.index_fri_banner .swiper-button-prev:hover {
	background-image: url(../images/jian4.png);
}
.footer {
	background: #ebebeb;
	padding: 35px 0 40px 0;
}
.footer_title {
	font-size: 25px;
	color: #666666;
	line-height: 25px;
	font-weight: bold;
}
.footer_caption {
	font-size: 20px;
	color: #666666;
	line-height: 20px;
	margin: 10px 0 23px 0;
}
.footer_text {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.footer_left {
	float: left;
	margin-top: 30.5px;
}
.fooer_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	float: right;
}
.footer_box {
	margin-left: 70px;
	width: 170px;
}
.footer_box img {
	width: 110px;
	margin: 0 auto;
}
.footer_box span {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 10px;
}
.fu {
	position: fixed;
	right: 1%;
	bottom: 100px;
	z-index: 80;
	
	border-radius: 50px;
	box-shadow: 0 0 10px rgba(22,61,163,0.1);
	background: #ffffff;
	padding: 10px 2px;
}
.fu_area {
}
.fu_box {
	padding: 5px 0;
	/*margin-bottom: 10px;*/
}
.fu_box img {
	width: 20px;
	margin: 0 auto 5px auto;
}
.fu_info {
	background: #ffffff;
	border-radius: 5px;
	margin-right: 12px;
	padding: 0 20px;
	position: relative;
	display: none;
}
.fu_info1 {
	height: 60px;
	line-height: 60px;
	margin-right: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 62px;
	min-width: 200px;
	text-align: center;
}
.fu_tel {
	font-size: 16px;
	color: #439df1;
	font-weight: bold;
}
.fu_info2{
	padding: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 62px;
	width: 130px;
}
.fu_info2 img {
	width: 100%;
}
.fu_area {
	position: relative;
}
.fu_area:hover .fu_info {
	display: block;
}
.fu_text {
	font-size: 12px;
	text-align: center;
	color: #676767;
}
.top {
	margin-top: 0;
}
.model {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.42);
	z-index: 82;
	display: none;
}
.model_form {
	width: 100%;
	display: block;
}
.model_section {
	background: #ffffff;
	border-radius: 5px;
	padding: 50px 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 530px;
	transform: translate(-50%,-50%);
	z-index: 83;
	display: none;
}
.model_close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.model_title {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
	font-weight: bold;
	float: left;
}
.model_text {
	float: right;
	font-size: 16px;
	color: #999999;
}
.model_text font {
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #81bef6;
}
.model_input {
	font-size: 18px;
	color: #666666;
	width: 100%;
	border: none;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 8px;
	margin-top: 45px;
}
.model_btu {
	width: 100%;
	border: none;
	font-size: 24px;
	color: #333333;
	letter-spacing: 4px;
	height: 60px;
	line-height: 60px;
	background: #d4d4d4;
	border-radius: 5px;
	margin-top: 45px;
}
.model_btu1 {
	color: #ffffff;
	background: #407ae4;
}
.model_btu2 {
	width: 100%;
	border: none;
	font-size: 24px;
	color: #333333;
	letter-spacing: 4px;
	height: 60px;
	line-height: 60px;
	background: #d4d4d4;
	border-radius: 5px;
	margin-top: 45px;
}
.model_select {
	font-size: 18px;
	color: #666666;
	width: 100%;
	border: none;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 8px;
	margin-top: 45px;
	background: #fff url(../images/jian8.png) no-repeat right center;
	background-size: 17px 10px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline: none;
}
select::-ms-expand { display: none; }
.model_xin .model_title {
	width: 75%;
}
.zi_box {
	padding: 35px 0 50px 0;
	text-align: center;
}
.zi_link {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
	display: inline-block;
	margin: 0 40px;
}
.zi_current {
	color: #429df1;
	border-bottom: 2px solid #429df1;
}
.zi_link:hover {
	color: #429df1;
	border-bottom: 2px solid #429df1;
}
.box {
	/*font-size: 16px;
	color: #666666;*/
	line-height: 25px;
	text-align: justify;
}
.furthermore_list {
	margin: 45px 0 115px 0;
}
.furthermore_item {
	float: left;
	width: 578px;
	height: 392px;
	position: relative;
	margin-left: 44px;
	margin-bottom: 44px;
	overflow: hidden;
}
.furthermore_item:nth-child(odd) {
	margin-left: 0;
}
.furthermore_item img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.furthermore_model {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.47);
}
.furthermore_name {
	display: inline-block;
	font-size: 32px;
	color: #ffffff;
	line-height: 32px;
	font-weight: bold;
	border: 1px solid #ffffff;
	padding: 8px 25px;
}
.furthermore_item:hover img {
	transform:scale(1.1);
}
.course {
	position: relative;
}
.course > img {
	width: 100%;
}
.course .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.course_section {
	float: right;
	width: 600px;
	margin-right: 100px;
}
.course_caption {
	font-size: 37px;
	color: #ffffff;
	line-height: 37px;
	text-align: center;
}
.course_title {
	font-size: 60px;
	color: #ffffff;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 30px 0 97px 0;
}
.course_info {
	float: left;
	border-radius: 5px;
	background: #fff;
	width: 250px;
	height: 70px;
	position: relative;
	padding: 25px 20px;
}
.course_info input {
	border: none;
	font-size: 18px;
	color: #999999;
	line-height: 20px;
}
.cursor_explain {
	position: absolute;
	bottom: 7px;
	left: 20px;
	font-size: 16px;
	line-height: 16px;
	color: #fa5353;
}
.course_info1 {
	width: 335px;
	margin-left: 13px;
}
.course_btu {
	float: left;
	width: 100%;
	font-size: 33px;
	color: #fff;
	font-weight: bold;
	height: 70px;
	border: none;
	border-radius: 5px;
	background: #f4ae10;
	margin-top: 40px;
	display: block;
	line-height: 70px;
	text-align: center;
}
.courselink {
	position: relative;
}
.courselink .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.courselink_link {
	width: 310px;
	height: 180px;
	border-radius: 5px;
	line-height: 180px;
	text-align: center;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	margin-left: 135px;
	float: left;
	transition: all 0.5s ease-in-out;
}
.courselink_link img {
	position: absolute;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.courselink_link:hover {
	transform:scale(1.1);
}
.courselink_link:hover img {
	opacity: 0.25;
}
.courselink_link1 {
	background: rgba(0,0,0,0.7);
	margin-left: 0;
}
.courselink_link2 {
	background: rgba(67,157,241,0.7);
}
.courselink_link3 {
	background: rgba(247,44,53,0.7);
}
.coursesort {
	padding: 100px 0;
}
.coursesort_section {
	float: left;
	width: 520px;
	margin-left: 160px;
	box-shadow: 0 0 10px rgba(212,212,212,0.43);
	padding: 0 25px 25px 25px; 
}
.coursesort_section:nth-child(odd) {
	margin-left: 0;
}
.coursesort_caption {
	width: 85%;
	margin: -30px auto 0 auto;
	background: #439df1;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 28px;
	padding: 15px 0;
}
.coursesort_caption font {
	font-size: 28px;
	color: #f4dc14;
	font-weight: bold;
	margin-left: 3px;
}
.block__list {
	width: 100%;
	margin-top: 50px;
}
.block__list li {
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 35px;
	text-align: center;
	cursor: pointer;
}
.coursesort_caption1 {
	background: #ec5c5c;
}
.coursesort_link {
	float: left;
	width: 100%;
	height: 67px;
	line-height: 67px;
	background: #439df1;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	color: #ffffff;
	margin-top: 45px;
}
.courseagain_block {
	margin: 205px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.courseagain_link {
	margin: 0 21px;
	border-radius: 5px;
	width: 325px;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #439df1;
}
.courseagain_link span {
	font-size: 31px;
	color: #ffffff;
	line-height: 31px;
	margin-left: 15px;
}
.courseagain_link img {
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.courseagain_link:hover img {
	transform: rotateY(-180deg);
}

.courseagain_link1 {
	background: #5dd677;
}
.m_center {
	min-height: 435px;
}
@media only screen and (max-width: 1440px) {
	.m_center {
		min-height: 200px;
	}
}
.courseques_section {
	margin-bottom: 100px;
	box-shadow: 0 0 10px rgba(212,212,212,0.43);
	padding: 110px 60px 60px 60px;
	margin-top: 20px;
}
.courseques_form {
	width: 100%;
	display: block;
}
.courseques_title {
	font-size: 24px;
	color: #444444;
	line-height: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.courseques_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.courseques_box label {
	margin: 0 42px;
}
.courseques_box input {
	color: #8e8e8e;
	position: relative;
}
.courseques_box span {
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	color: #666666;
	line-height: 20px;
}
.courseques_btu {
	width: 280px;
	height: 65px;
	line-height: 65px;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	background: #439df1;
	margin: 100px auto 0 auto;
	display: block;
}
.pdfbox {
	position: relative;
}
.pdfinfo {
	position: absolute;
	bottom:14%;
	left: 50px;
}
.pdfinfo span {
	font-size: 27px;
	color: #4e4e4e;
	line-height: 50px;
}
.fu_pdf {
	position: fixed;
    right: 9%;
    top: 30%;
    z-index: 80;
}
.fu_pdf img {
	width: 100%;
}
.pdf_section {
	box-shadow: 0 0 10px rgba(212,212,212,0.43);
	margin-bottom: 100px;
}
.pdf_title {
	font-size: 30px;
	color: #0e70cc;
	line-height: 30px;
	text-align: center;
	padding: 45px 0 80px 0;
	border-bottom: 1px solid #ededed;
}
.pdf_block {
	/*padding-bottom: 50px;*/
	position: relative;
}
.pdf_name {
	background: #439df1;
	border-radius: 5px;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 35px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 125px;
}
.pdf_caption {
	font-size: 24px;
	color: #444444;
	line-height: 24px;
	text-align: center;
	margin-top: 50px;
}
.pdf_box {
	padding: 35px 70px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.main {
	margin: 0 auto;
	width: 840px;
}
#main1 {
	margin: 0 auto;
}
.pdf_caption1 {
	color: #439df1;
}
.mbti_item {
	float: left;
	width: 390px;
	margin-bottom: 30px;
	margin-right: 10px;
}
.mbti_name {
	font-size: 22px;
	color: #666666;
	line-height: 42px;
}
.mbti_num {
	float: left;
	font-size: 20px;
	color: #71d4c0;
	line-height: 42px;
}
.mbti_box {
	width: 179px;
	height: 42px;
	border-radius: 10px;
	background: #f0f0f2;
	overflow:hidden;
}
.mbti_info {
	height: 42px;
	border-radius: 10px;
	background: #71d4c0;
}
.mbti_item:nth-child(odd) .mbti_name {
	float: left;
	margin-right: 30px;
}
.mbti_item:nth-child(odd) .mbti_box {
	float: right;
	margin-left: 15px;
}
.mbti_item:nth-child(even) .mbti_name {
	float: right;
	margin-left: 15px;
}
.mbti_item:nth-child(even) .mbti_box {
	float: left;
	margin-right: 30px;
	overflow:hidden;
}
.mbti_item:nth-child(even) .mbti_num {
	float: right;
}
.mbti_item:nth-child(odd) .mbti_info {
	float: right;
}
.mbti_list {
	margin-top: 70px;
}
.pdf_cate {
	margin-top: 50px;
}
.pdf_table {
	margin: 0 auto;
	width: 94%;
}
.pdf_table tr {
	border-bottom: 1px solid #eeeeee;
	padding: 0 20px;
}
.pdf_table td {
	font-size: 16px;
	color: #666666;
	padding: 18px 15px 18px 15px;
}
.pdf_table th {
	font-size: 16px;
	color: #666666;
	padding: 18px 15px 18px 15px;
	font-weight: bold;
}
.pdg_td1 {
	width: 145px;
}
.pdg_td2 {
	width: 345px;
}
.pdg_td3 {
	width: 340px;
}
.pdg_td4 {
	width: 335px;
}
.school {
	background: url(../images/bg7.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 125px 0 140px 0;
}
.school .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ke_item {
	float: left;
	width: 370px;
	margin-left: 45px;
	margin-bottom: 45px;
}
.ke_item:nth-child(3n-2) {
	margin-left: 0;
}
.ke_photo {
	width: 370px;
	height: 202px;
	overflow: hidden;
}
.ke_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.ke_item:hover .ke_photo img {
	transform:scale(1.1);
}
.ke_name {
	font-size: 16px;
	color: #666666;
	background: url(../images/ico4.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 26px;
	margin-top: 15px;
}
.fan {
	margin-bottom: 75px;
	text-align: center;
	margin-top: 65px;
}
.fan a {
	display: inline-block;
	margin: 0 6px;
	font-size: 16px;
	color: #333333;
	height: 40px;
	width: 60px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
}
.fan a:hover {
	background: #2d99f4;
	border: 1px solid #2d99f4;
	color: #ffffff;
}
.fan a.on {
	background: #2d99f4;
	border: 1px solid #2d99f4;
	color: #ffffff;
}
.fan img {
	margin: -5px auto 0 auto;
	display: inline-block;
	width: 10px;
}
.fan a:first-of-type:hover {
	background: #e3e3e3;
	border: 1px solid #e3e3e3;
}
.fan a:last-of-type:hover {
	background: #e3e3e3;
	border: 1px solid #e3e3e3;
}
.home {
	margin: 25px 0;
	background: url(../images/home.png) no-repeat left center;
	background-size: 19px 19px;
	padding-left: 29px;
}
.home a {
	font-size: 14px;
	color: #999999;
	display: inline-block;
}
.home span {
	font-size: 14px;
	color: #999999;
	display: inline-block;
}
.keex_top {
	margin-bottom: 35px;
}
.keex_top img {
	margin: 0 auto;
}
.keex_title {
	font-size: 24px;
	color: #666666;
	line-height: 24px;
	padding: 30px 0 40px 0;
	border-bottom: 1px solid #efefef;
}
.keex {
	margin-bottom: 155px;
}
.about {
	margin-bottom: 100px;
}
.aboutfri_banner {
	position: relative;
	margin: 60px 0 100px 0;
}
.aboutfri_banner .swiper-container {
	width: 1100px;
	margin: 0 auto;
}
.aboutfri_block {
	box-shadow: 0 0 8px rgba(169,169,169,0.36);
	padding: 35px 25px;
	margin: 10px;
}
.aboutfri_block img {
	width: 65%;
	margin: 0 auto;
}
.aboutfri_block span {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin-top: 30px;
}
.aboutfri_banner .swiper-button-prev {
	width: 15px !important;
    height: 25px !important;
    background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
}
.aboutfri_banner .swiper-button-prev:after {
	content: '';
}
.aboutfri_banner .swiper-button-next {
	width: 15px !important;
    height: 25px !important;
	background-image: url(../images/jian5.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.aboutfri_banner .swiper-button-next:after {
	content: '';
}
.aboutfri_banner .swiper-button-next:hover {
	background-image: url(../images/jian3.png);
}
.aboutfri_banner .swiper-button-prev:hover {
	background-image: url(../images/jian4.png);
}
.aboutwen_list {
	margin: 60px 0 100px 0;
}
.aboutwen_item {
	width: 300px;
	float: left;
}
.aboutwen_item img {
	width: 163px;
	margin: 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.aboutwen_item:hover img {
	transform: rotateY(-180deg);
}
.aboutwen_item span {
	font-size: 20px;
	color: #666666;
	text-align: center;
	line-height: 25px;
	margin-top: 25px;
}
.aboutwen_item:hover span {
	color: #429df1;
}
.abouttuan_item {
	float: left;
	width: 280px;
	margin-left: 26.6px;
	margin-bottom: 60px;
}
.abouttuan_item:nth-child(4n-3) {
	margin-left: 0;
}
.abouttuan_item .index_teacher_block img {
	width: 280px;
	height: 385px;
}
.map {
	margin: 115px 0 100px 0;
}
.contact_top .footer_title {
	color: #333333;
	margin-bottom: 35px;
}
.contact_top .fooer_right {
	display: none;
}
.newsex {
	margin-bottom: 110px;
}
.newsex_title {
	text-align: center;
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	margin-top: 70px;
}
.newsex_time {
	font-size: 14px;
	color: #989898;
	text-align: center;
	margin: 25px 0 45px 0;
}
.header_tel_num {
	font-size: 18px;
	color: #999999;
	background: url(../images/jian8.png) no-repeat right center;
	background-size: 17px 10px;
	padding-right: 27px;
	line-height: 52px;
}
.header_tel {
	position: relative;
	float: right;
}
.header_tel:hover .nav_er_list {
	display: block;
}
.index_top .header_tel_num {
	color: #fff;
}
.index_current.index_top .header_tel_num {
	color: #999999;
}
@media only screen and  (max-width: 1440px) {
	.school {
		padding: 30px 0;
	}
}