﻿* {margin: 0px; padding: 0px; box-sizing: border-box;}
.clear {font-size: 0px; clear: both; line-height: 0px; height: 1px;}
.clearfix:after {content: "."; display: block;  height: 0; clear: both; visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px;}
img {border-style: none;}
a:link {outline: none;  TEXT-DECORATION: none;}
a:visited {outline: none; TEXT-DECORATION: none;}
a:hover {outline: none; TEXT-DECORATION: none;}
a:active {outline: none; TEXT-DECORATION: none;}
ul { list-style-type: none;}
ul li { list-style-type: 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;}
.blank45{ width:100%; height:45px; clear:both;}
.blank48{ width:100%; height:48px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank58{ width:100%; height:58px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank65{ width:100%; height:65px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank82{ width:100%; height:82px; clear:both;}
.blank90{ width:100%; height:90px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
/* body ------------------------------*/
body {font-family:'Microsoft YaHei,arial,sans-serif'; font-size: 14px; line-height: 120%; color: #333333; background-color:#ffffff;}

ul li {list-style: none;}
.max{width:100%; max-width:750px; height:auto; margin:0 auto; overflow:hidden;}
 .clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
a {
  display: block;
}
span {
  display: block;
}
img{display:block; max-width: 100%;
    width: auto;
  height: auto;}

  @font-face
{
  font-family: IMPACT;
  src: url(../fonts/IMPACT.TTF);
}
.inner {
  width: 94%;
  margin: 0 auto;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 58px;
  padding: 0 3%;
  /*padding: 10px 0;*/
  z-index: 1111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1e9a92;
}
.logo {
  width: 85%;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6800;
  display: none;
  background: rgba(0,0,0,0.5);
}
.header_nav {
  width: 6%;
}
.nav_left {
  height: 100vh;
  width: 30vw;
  float: left;
}
.nav_right {
  height: 100vh;
  width: 70vw;
  float: right;
  background: #1e9a92;
  padding: 20px 0;
}
.nav_close {
  float: right;
  width: 18%;
    padding-right: 15px;
}
.nav_list {
  width: 100%;
  float: left;
  margin-top: 25px;
  overflow-y: scroll;
  height: 100%;
  padding: 0 10%;
}
.nav_item {
  margin-top: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.nav_link {
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
  padding: 15px 20px 0 20px;
}
.nav_er_list {
  display: none;
}
.nav_er_link {
  font-size: 14px;
  margin-top: 15px;
  color: #c4c4c4;
  padding-left: 30px;
  font-family: SourceHanSansK-Regular;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 70;
}
.banner .swiper-pagination {
  text-align: center;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin: 0 5px;
  opacity: 1;
  background: transparent;
}
.banner .swiper-pagination-bullet-active {
  background: #ffffff;
}
.banner_box {
  position: relative;
}
.banner_area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 16%;
  width: 100%;
}
.banner_link {
  display: inline-block;
  margin: 0 5px;
  width: 30%;
  height: 40px;
  border: 1px solid #edebea;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
}
.banner_link:first-of-type {
  background: #0396db;
}
.footer {
  background: #e95412;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  height: 65px;
}
.footer_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_item {
  width: 25%;
  padding: 10px 0;
}
.footer_item img {
  width: 25%;
  margin: 0 auto;
}
.footer_text {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}
.index_top {
  margin-bottom: 50px;
}
.index_dong_heng {
  width: 25px;
  height: 15px;
  background: #ef7f4d;
  float: left;
  margin-top: 4.5px;
}
.index_dong_title {
  font-size: 20px;
  color: #232323;
  font-weight: bold;
  line-height: 20px;
  float: left;
  margin-left: 20px;
}
.index_dong_caption {
  position: absolute;
  font-size: 45px;
  color: #1e9a92;
  right: 20px;
  z-index: 2;
  font-weight: bold;
  top: 45px;
}
.index_dong_photo {
  margin-top: 35px;
  position: relative;
}

.index_dong_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  color: #fcfbfb;
  text-align: center;
  padding: 25px 10px 10px 10px;
  background: -webkit-linear-gradient(Transparent , rgba(0,0,0,0.9));
    background: -o-linear-gradient(Transparent,  rgba(0,0,0,0.9));
    background: -moz-linear-gradient(Transparent, rgba(0,0,0,0.9));
    background: linear-gradient(Transparent ,  rgba(0,0,0,0.9));
}
.index_dong_name font {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_dong .swiper-slide {
  transition: 300ms;
  transform: scale(0.7);
}
.index_dong .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.index_dong {
  margin-bottom: 50px;
  position: relative;
}
.index_dong_jian {
  position: absolute;
  bottom: 0;
  right: 3%;
  width: 9%;
}
.index_history {
  background: #1e9a92;
  padding: 40px 0 10px 0;
}
.index_history_item {
  margin: 0 0 30px 0;
  width: 48%;
  float: left;
  margin-left: 4%;
}
.index_history_item:nth-child(odd) {
  margin-left: 0;
}
.index_history_item img {
  margin: 0 auto;
}
.index_history_num {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
}
.index_history_text {
  font-size: 15px;
  color: #b1e6e3;
  text-align: center;
}
.index_choose {
  margin: 50px 0 30px 0;
}
.index_choose_zh {
  font-size: 20px;
  color: #232323;
  text-align: center;
  font-weight: bold;
}
.index_choose_zh font {
  font-size: 22px;
}
.index_choose_en {
  font-size: 18px;
  color: #1e9a92;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.index_choose_banner {
  margin-top: 30px;
}
.index_choose_banner .swiper-container {
  padding-bottom: 50px;
}
.index_choose_banner .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
.index_choose_banner .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.index_choose_link {
  border: 8px solid #1e9a92;
  padding: 15px;
  height: 300px;
}
.index_choose_link img {
  margin: 0 auto;
  width: 45%;
}
.index_choose_name {
  font-size: 18px;
  color: #303030;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 20px 0;
}
.index_choose_text {
  font-size: 14px;
  color: #303030;
  line-height: 23px;
  text-align: center;
}
.index_choose_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #1e9a92;
  margin: 0 5px;
  opacity: 1;
  background: transparent;
}
.index_choose_banner .swiper-pagination-bullet-active {
  background: #1e9a92;
}
.index_problem {
  background: #f1f1f1;
  padding: 50px 0;
}
.index_problem_title {
  font-size: 20px;
  color: #e95525;
  line-height: 22px;
  text-align: center;
}
.index_problem_title font {
  font-size: 22px;
  font-family: IMPACT;
  font-style: oblique;
  line-height: 22px;
}
.index_problem_caption {
  font-size: 18px;
  text-align: center;
  color: #1e9a92;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
.index_problem_text {
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  margin-top: 30px;
}
.index_ren {
  margin: 50px 0 20px 0;
}
.index_ren_title {
  font-size: 20px;
  color: #232323;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 25px;
}
.index_ren_title font {
  color: #1e9a92;
}
.index_ren_title text {
  color: #e95525;
}
.index_ren_item {
  width: 100%;
  margin-bottom: 30px;
}
.index_ren_text {
  font-size: 16px;
  color: #243837;
  line-height: 23px;
  margin-top: 15px;
}
.index_bottom {
  background: #ededed url(../images/bg1.jpg) no-repeat left bottom;
  background-size: 100%;
  padding: 0px 0;
}
.index_ke_title {
  font-size: 20px;
  color: #232323;
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}
.index_ke_area {
  background: #1e9a92;
}
.index_ke_box {
  float: left;
  width: 60%;
  padding: 15px;
}
.index_ke_area:nth-child(odd) {
  background: #1e9a92;
}
.index_ke_area img {
  float: right;
  width: 40%;
}
.index_ke_name {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.index_ke_text {
  font-size: 14px;
  color: #ffffff;
  margin-top: 8px;
  line-height: 21px;
}
.index_ke_area:nth-child(even) {
  background: #e95525;
}
.index_ke_area:nth-child(even) .index_ke_box {
  float: right;
}
.index_ke_area:nth-child(even) img {
  float: left;
}
.index_sai {
  margin-top: 50px;
}
.index_sai_left {
  
}
.index_sai_box {
  float: left;
  width: 50%;
}
.index_sai_block {
  margin-top: 30px;
}
.index_sai_text {
  font-size: 16px;
  color: #1e9a92;
  line-height: 25px;
  margin-bottom: 45px;
}
.index_sai_title {
  font-size: 50px;
  color: #1e9a92;
  font-weight: bold;
}
.index_sai_photo {
  float: right;
  width: 35%;
  overflow: hidden;
}
.index_sai_caption {
  font-size: 20px;
  color: #1e9a92;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.index_sai_right {
 
  overflow: hidden;
}
.footer_con_left {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_con_title {
  font-size: 18px;
  line-height: 18px;
  color: #1e9a92;
  font-weight: bold;
  float: left;
  font-style: oblique;
}
.footer_con_text {
  font-size: 16px;
  color: #243837;
  line-height: 23px;
  float: left;
  margin-left: 10px;
}
.footer_con_text font {
  color: #1e9a92;
}
.about_jian_right {
  padding: 40px 0;
}
.about_jian_title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.about_jian_caption {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.about_jian_left {
  background: #1e9a92;
  padding: 40px 0 10px 0;
}
.about_jian_item {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 20px;
}
.about_jian_item:nth-child(odd) {
  margin-left: 0;
}
.about_jian_item img {
  margin: 0 auto;
}
.about_jian_num {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 10px 0;
}
.about_jian_text {
  font-size: 16px;
  color: #b1e6e3;
  text-align: center;
}
.about_center {
  padding: 40px 0;
  background: #f6f6f6;
}
.about_jian_title1 {
  text-align: center;
}
.about_center_left {
  float: left;
  width: 30%;
}
.about_center_title {
  position: relative;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: right;
  padding-right: 15px;
}
.about_center_current {
  color: #1e9a92;
}
.about_center_current::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1e9a92;
}
.about_center_right {
  width: 70%;
  float: right;
  padding: 20px 0 20px 15px;
  border-left: 1px solid #efefef;
}
.about_center_area {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  display: none;
}
.about_center_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_bo {
  margin: 40px 0 10px 0;
}
.about_bo_list {
  margin-top: 30px;
  padding: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about_bo_item {
  float: left;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f9f9fa;
  margin-left: 30px;
  position: relative;
  padding: 52px 0;
  margin-bottom: 30px;
}
.about_bo_item:nth-child(odd) {
  margin-left: 0;
}
.about_bo_en {
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.about_bo_zh {
  font-size: 18px;
  color: #26a9a3;
  text-align: center;
  margin-top: 10px;
}
.about_pin_left {
  background: #f7931e;
  padding: 30px 0;
}
.about_pin_box {
  padding: 0 3%;
}
.about_pin_title {
  font-size: 18px;
  color: #ffffff;
  margin: 15px 0 25px 0;
  text-align: center;
}
.about_pin_text {
  font-size: 14px;
  color: #ffffff;
  line-height: 23px;
}
.about_pin_box img {
  width: 50%;
  margin: 0 auto;
}
.about_pin_area:nth-child(2) .about_pin_left {
  background: #225fa8;
}
.ourke_section {
  position: relative;
  background: #f5f5f5 url(../images/bg2.jpg) no-repeat center bottom;
  background-size: 100%;
}
.ourke_list {
  padding-top: 40px;
  padding-bottom: 40px;
}
.outke_item {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ourke_num {
  float: left;
  width: 70px;
  height: 64px;
  background: url(../images/ico9.png) no-repeat left center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 20px;
  color: #179189;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourke_num font {
  font-size: 12px;
}
.ourke_text {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  margin-left: 15px;
  max-width: 74%;
  line-height: 23px;
}
.sai_block {
  margin: 15px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3%;
}
.sai_area {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 15px;
}
.sai_area:nth-child(odd) {
  margin-left: 0;
}

.sai_title {

  font-size: 16px;
  text-align: center;
  color: #333333;
  margin-top: 15px;
}
.sai_item:first-of-type {
  background: #f4f4f4;
}
.news {
  margin: 40px 0 10px 0;
}
.news_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_item {
  margin-bottom: 30px;
}
.news_link img {
  width: 40%;
}
.news_box {
  width: 55%;
}
.news_title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.news_time {
  font-size: 14px;
  color: #ffffff;
  padding: 5px 15px;
  background: #179189;
  display: inline-block;
}
.news_ex_title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.news_ex_time {
  font-size: 14px;
  color: #737373;
  text-align: center;
  margin: 15px 0 25px 0;
}
.news_ex_link {
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  background: #1e9a92;
  margin: 70px auto;
}
.teacher_item {
  margin-bottom: 30px;
}
.teacher_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #f4f4f4;
  position: relative;
}
.teacher_link img {
  width: 40%;
}
.teacher_box {
  width: 60%;
  padding: 15px 10px 10px 10px;
}
.teacher_name {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.teacher_num {
  font-size: 14px;
  color: #a6a6a6;
  margin: 10px 0;
}
.teacher_text {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.teacher_more {
  width: 90px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #179189;
  position: absolute;
  right: 0;
  bottom: 0;
}
.teacher_top_name {
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.teacher_ex_top img {
  width: 50%;
  margin: 0 auto;
}
.teacher_top_num {
  font-size: 14px;
  color: #179189;
  margin-top: 20px;
}
.box {
  margin: 30px 0;
  font-size: 14px;
  color: #666666;
  line-height: 23px;
}
.box img {
  margin: 0 auto;
}
.zhao {
  margin: 40px 0 0 0;
}
.zhao_caption {
  font-size: 16px;
  color: #666666;
  margin: 0px 0 50px 0;
  line-height: 25px;
  text-align: center;
}
.zhao_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zhao_item {
  float: left;
  width: 46%;
  height: 230px;
  border: 5px solid #1e9a92;
  padding: 10px;
  margin: 0 1% 20px 1%;
}
.zhao_item img {
  margin: 0 auto;
  width: 60%;
}
.zhao_name {
  font-size: 14px;
  color: #303030;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.zhao_jia {
  background: #ececec;
  padding: 30px 0;
}
.zhao_jia_photo {
  overflow: hidden;
}
.zhao_jia_box {
}
.zhao_jia_title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.zhao_jia_text {
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  margin-bottom: 20px;
}
.zhao_bottom {
  background: #1e9a92;
  padding: 15px 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zhao_bottom_title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}
.zhao_bottom_box {
  width: 75%;
}
.zhao_bottom_tel {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.zhao_bottom_tel font {
  font-family: IMPACT;
}
.zhao_bottom_info {
  width: 20%;
}
.zhao_bottom_info img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.zhao_bottom_info span {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;text-align: center;
  margin-top: 8px;
}
.contact {
  background: #ffffff url(../images/bg3.jpg) no-repeat center center;
  background-size: 100%;
  padding: 40px 0;
}
.contact .inner > img {
  margin: 0 auto;
}
.con_area {
  text-align: center;
  position: relative;
}
.con_code {
  border-radius: 30px;
  border: 1px solid #b9b9b9;
  width: 120px;
  height: 120px;
  padding: 10px;
  margin: 30px auto 20px auto;
}
.con_area_title {
  display: inline-block;
  font-size: 16px;
  color: #44a8a8;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 50px;
  border: 1px solid #44a8a8;
  margin-bottom: 15px;
}
.con_area_text {
  font-size: 14px;
  color: #44a8a8;
  font-weight: bold;
  line-height: 23px;
}
.con_yuan {
  position: absolute;
  bottom: 30px;
  left: 13%;
    width: 20px;
}
.honor_item {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 20px;
}
.honor_item:nth-child(odd) {
  margin-left: 0;
}
.honor_name {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  height: 35px;
}