@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input,
textarea,
select {
  font: inherit;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.hidden {
  overflow: hidden;
}
.wrap_box {
  font-family: "微软雅黑";
  line-height: 28px;
  font-size: 16px;
  background: #fff;
  color: #333;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.content {
  width: 75%;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/*header*/
[v-cloak] {
  display: none;
}
.wow {
  animation-duration: 1.5s;
}
.top b {
  color: #0f0f0f;
  font-size: 26px;
}
.top span {
  font-family: Impact;
  color: #e7ba3d;
  font-size: 35px;
}
.tel {
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 70px;
  line-height: 54px;
}
.nav_bg {
  background: #c78e39;
  height: 72px;
}
.nav {
  justify-content: center;
}
.nav > li {
  width: 12.5%;
  text-align: center;
  background: url(../images/nav.png) no-repeat right center;
  font-size: 18px;
  line-height: 72px;
  color: #fff;
}
.nav > li:last-child {
  background: none;
}
/*banner*/
.flexslider {
  position: relative;
  overflow: hidden;
}
.flexslider .slides {
  position: relative;
  z-index: 1;
}
.flexslider .slides img {
  width: 100%;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flexslider .flex-control-nav li {
  display: inline-block;
  *display: inline;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.flexslider .flex-control-nav li a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: #ccc;
  border-radius: 100%;
  cursor: pointer;
}
.flexslider .flex-control-nav .flex-active {
  background: #d0a874;
}
.flexslider .flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flexslider .flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flexslider .flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../images/prev.png) center center no-repeat;
}
.flexslider .flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/next.png) center center no-repeat;
}
.banner img {
  width: 100%;
}
.tit {
  color: #01142f;
}
.tit h2 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 62px;
}
.tit p {
  font-size: 36px;
  line-height: 58px;
}
.course_box {
  padding: 75px 0 50px;
}
.course {
  margin: 45px 0 0;
}
.course li {
  width: 31.9%;
  float: left;
  margin: 0 2.1% 3% 0;
  animation-name: fadeInUp;
}
.course li:nth-child(3n+3) {
  margin-right: 0;
}
.course li:hover .course_tit {
  transform: translateY(-30px);
}
.course_pic {
  overflow: hidden;
  height: 272px;
}
.course_pic > img {
  max-width: 100%;
  height: 100%;
}
.course_pic::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg.png) no-repeat center;
  content: "";
  display: block;
  z-index: 1;
}
.course_tit {
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  transition: all 0.6s;
}
.course_tit img {
  margin-right: 20px;
}
.course_txt {
  color: #252424;
  font-size: 20px;
  padding: 20px 20px 0;
  font-weight: 600;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 5% 0 3%;
}
.about_con {
  width: 49.65277778%;
}
.tit2 {
  color: #fff;
}
.about_video {
  width: 45.13888889%;
  z-index: 2;
}
.video {
  width: 96.92307692%;
  left: 0;
  top: 0;
  z-index: 2;
}
.video_bg {
  width: 96.46153846%;
  padding: 5% 0 0;
}
.num {
  width: 98%;
  margin-left: -10%;
  margin-top: 10%;
}
.num li {
  width: 33.3%;
  float: left;
  background: url(../images/bor1.jpg) no-repeat right center;
  padding-left: 10%;
  color: #e2e2e2;
}
.num li:last-child {
  background: none;
}
.num li p {
  font-size: 15px;
}
.num li p span {
  font-family: Impact;
  color: #c78e39;
  font-size: 48px;
}
.num li h3 {
  font-size: 16px;
  padding-left: 3%;
}
.about_txt {
  color: #e2e2e2;
  font-size: 17px;
  line-height: 38px;
  margin: 5% 0;
}
.more {
  width: 170px;
  height: 48px;
  background: #cea972;
  line-height: 48px;
  display: block;
  color: #131313;
}
.more:hover {
  animation-name: bounce;
}
.four_tit {
  color: #000;
  font-size: 44px;
  line-height: 2;
  padding: 85px 0 45px;
}
.four_tit i {
  font-size: 95px;
  color: #c78e39;
}
.class_type li {
  width: 22.91666667%;
  border: solid 1px #dbdbdb;
  padding: 3% 1% 2%;
  position: relative;
}
.class_type li::after {
  width: 100%;
  height: 100%;
  background: #c78e39;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
  transform: scale(0, 0);
  z-index: -1;
}
.class_type li span {
  width: 83px;
  height: 83px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.class_type li span img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.class_type li span img:last-child {
  opacity: 0;
}
.class_type li h3 {
  text-align: center;
  font-size: 26px;
  color: #252525;
  line-height: 93px;
  position: relative;
}
.class_type li h3::after {
  width: 59px;
  height: 4px;
  background: #c78e39;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  bottom: 0;
  position: absolute;
}
.class_type li p {
  margin-top: 8%;
  color: #727272;
  line-height: 1.875;
}
.class_type li:hover {
  border: solid 1px #c78e39;
}
.class_type li:hover::after {
  transform: scale(1, 1);
}
.class_type li:hover span img:last-child {
  opacity: 1;
}
.class_type li:hover span img:first-child {
  opacity: 0;
}
.class_type li:hover h3 {
  color: #fff;
}
.class_type li:hover h3::after {
  background: #fff;
}
.class_type li:hover p {
  color: #fff;
}
.environment_box {
  padding: 5% 0 4%;
}
.environment {
  margin: 3% 0 1%;
}
.environment li {
  width: 24.16666667%;
  position: relative;
  float: left;
  margin: 0 1.1% 2% 0;
  animation-name: fadeInUp;
}
.environment li:nth-child(4n+4) {
  margin-right: 0;
}
.environment li img {
  width: 100%;
  height: 407px;
  object-fit: cover;
}
.environment li:hover .environment_con {
  transform: scale(1, 1);
}
.environment_con {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  color: #fff;
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  transition: all 0.6s;
  transform: scale(0, 0);
}
.environment_con::after {
  width: 94%;
  height: 94%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border: solid 1px #fff;
  content: "";
  z-index: 2;
}
.environment_con h3 {
  font-size: 30px;
  position: relative;
}
.environment_con h3::after {
  width: 48px;
  height: 5px;
  background: #e9b935;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
}
.environment_con p {
  margin: 8% 0 0;
  height: 140px;
  overflow: hidden;
}
.auto {
  margin: 0 auto;
}
.student_bg {
  background: url(../images/student_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 4% 0;
}
.student {
  margin: 4% 0;
}
.student .swiper-slide {
  width: 1060px;
}
.student .swiper-slide img {
  width: 100%;
  height: 595px;
  object-fit: contain;
}
.student .swiper-slide::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.student .swiper-button-next,
.student .swiper-button-prev {
  width: 33px;
  height: 55px;
  margin-top: -23px;
}
.student .swiper-button-next {
  background: url(../images/nar3.png) no-repeat;
  right: 80px;
}
.student .swiper-button-prev {
  background: url(../images/nar2.png) no-repeat;
  left: 80px;
}
.student .swiper-slide-active::after {
  display: none;
}
.news_box {
  padding: 3% 0;
}
.m_news {
  margin: 3% 0 0;
}
.m_news li {
  width: 31.94444444%;
  float: left;
  margin: 0 2% 4% 0;
  animation-duration: 1.5s;
}
.news_pic {
  text-align: center;
}
.m_news li img {
  max-width: 100%;
  height: 272px;
}
.m_news li:nth-child(3n+3) {
  margin-right: 0;
}
.m_news_con {
  margin: 30px 0 0;
}
.m_news_date {
  width: 100px;
  border-right: solid 1px #cecece;
  text-align: center;
}
.m_news_con p {
  color: #666;
  font-size: 18px;
  line-height: 1;
}
.m_news_con h3 {
  color: #333;
  font-size: 54px;
  line-height: 1;
  margin: 15px 0 0;
}
.m_news_txt {
  width: 336px;
}
.m_news_txt h4 {
  color: #333;
  font-size: 20px;
  line-height: 1;
}
.m_news_txt p {
  color: #838383;
  line-height: 26px;
  font-size: 16px;
  margin: 15px 0 0;
  height: 52px;
  overflow: hidden;
}
.m_news li:hover .m_news_txt h4 {
  color: #e9b935;
}
.footer_bg {
  background: #ebeef3;
  padding: 58px 0 45px;
}
.footer_contact {
  margin: 35px 0 0;
}
.footer_contact li {
  margin-bottom: 20px;
  color: #1e1e1e;
}
.footer_contact li img {
  margin-right: 15px;
  vertical-align: middle;
}
.footer_contact li b {
  color: #282727;
  font-size: 38px;
  font-family: Impact;
  line-height: 1;
  vertical-align: bottom;
}
.footer_nav {
  width: 48.61111111%;
  border-left: dashed 1px #c6c8ca;
}
.footer_nav li {
  width: 20%;
  text-align: center;
  border-right: dashed 1px #c6c8ca;
  min-height: 130px;
  animation-name: fadeInUp;
}
.footer_nav li h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer_nav li p {
  font-size: 14px;
}
.footer_nav li p a {
  display: block;
}
.code {
  width: 127px;
}
.code > img {
  width: 127px;
  height: 127px;
}
.code p {
  color: #1c1c1c;
  font-size: 14px;
}
.code p img {
  margin-right: 5px;
}
.copyright {
  background: #101010;
  color: #fff;
  padding: 20px 0;
}
.main_banner {
  display: none;
}
.main_banner img {
  width: 100%;
}
.m_tit {
  left: 0;
  right: 0;
  top: 38%;
  color: #fff;
}
.m_tit h3 {
  font-size: 69px;
  line-height: 80px;
  margin-bottom: 40px;
}
.m_tit p {
  font-size: 34px;
  line-height: 40px;
}
.path_bg {
  line-height: 74px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  color: #111111;
}
.path_bg img {
  margin-right: 10px;
}
.page {
  text-align: center;
}
.page a {
  color: #222;
  font-size: 14px;
  background: #e8e8e8;
  padding: 0 17px;
  line-height: 43px;
  margin: 0 2px;
  display: inline-block;
}
.page .on {
  background: #c78e39;
  color: #fff;
}
.main {
  padding: 4% 0;
}
.form {
  margin: 5% 0 0;
}
.form_list {
  width: 48.6%;
  height: 63px;
  border: solid 1px #cbcbcb;
  border-radius: 31px;
  line-height: 61px;
  padding: 0 25px;
  color: #353535;
  font-size: 20px;
  margin-bottom: 35px;
}
.user {
  width: 77%;
  border: none;
  height: 56px;
  background: none;
}
.btn {
  width: 700px;
  height: 63px;
  background: #c78e39;
  line-height: 63px;
  border-radius: 31px;
  display: block;
  margin: 60px auto 0;
  border: none;
  color: #fff;
  font-size: 22px;
}
.m_about {
  color: #0b0b0b;
  font-size: 18px;
  line-height: 38px;
  margin: 3% 0;
}
.about_num li {
  width: 33.33%;
  background: url(../images/line.png) no-repeat right center;
  color: #454545;
  padding-left: 10%;
}
.about_num li:last-child {
  background: none;
}
.about_num li img {
  float: left;
  margin-right: 30px;
}
.about_num li h3 {
  font-size: 15px;
}
.about_num li h3 b {
  color: #d4a662;
  font-size: 48px;
  font-family: Impact;
}
.about_num li p {
  font-size: 16px;
}
.m_type {
  margin: 40px 0 0;
}
.m_type a {
  width: 147px;
  height: 57px;
  border: solid 1px #6f6f6f;
  line-height: 55px;
  text-align: center;
  color: #111111;
  display: inline-block;
  margin: 10px;
  font-size: 22px;
  cursor: pointer;
}
.m_type a.current {
  border: solid 1px #d18e29;
  background: #d18e29;
  color: #fff;
}
.m_student {
  margin: 40px 0;
}
.m_student li {
  width: 31.94444444%;
  height: 350px;
  float: left;
  margin: 0 2% 33px 0;
  position: relative;
  text-align: center;
}
.m_student li:nth-child(3n+3) {
  margin-right: 0;
}
.m_student li img {
  height: 100%;
  max-width: 100%;
}
.m_student_tit {
  height: 70px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #c78e39;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
  transition: all 0.6s;
}
.m_student_con {
  width: 100%;
  text-align: center;
  color: #fff;
  height: 100%;
  padding: 20% 5% 0;
  background: rgba(199, 142, 57, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.6s ease-in-out;
}
.m_student_con h1 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10%;
}
.m_student_con h4 {
  height: 82px;
  line-height: 82px;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  margin-bottom: 7px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.line {
  display: inline-block;
  background: #fff;
  position: absolute;
  -webkit-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  transition: 1.5s ease;
}
.line_top {
  width: 1px;
  height: 0;
  left: 50%;
  top: -20px;
}
.line_bottom {
  width: 1px;
  height: 0;
  bottom: -20px;
  left: 50%;
}
.line_left {
  width: 0;
  height: 1px;
  left: -100px;
  top: 50%;
}
.line_right {
  width: 0;
  height: 1px;
  top: 50%;
  right: -100px;
}
.m_student li:hover .m_student_tit {
  opacity: 0;
}
.m_student li:hover .m_student_con {
  transform: scale(1, 1);
}
.m_student li:hover .line_top {
  height: 17px;
  top: 0;
}
.m_student li:hover .line_bottom {
  height: 17px;
  bottom: 0;
}
.m_student li:hover .line_left {
  width: 90px;
  left: 0;
}
.m_student li:hover .line_right {
  width: 90px;
  right: 0;
}
.m_contact {
  margin: 5% 0 0;
}
.m_contact li {
  width: 25%;
  text-align: center;
  background: url(../images/cont_line.jpg) no-repeat right center;
  padding: 0 3%;
  animation-name: fadeInUp;
}
.m_contact li:last-child {
  background: none;
}
.m_contact li h3 {
  color: #000;
  font-size: 18px;
  margin: 5% 0 0;
}
.m_contact li p {
  color: #464646;
  font-size: 18px;
}
.map_box {
  border: solid 1px #dcdedd;
  margin: 5% 0;
  height: 500px;
}
.xx img {
  display: block;
  margin: 0 auto;
}
