﻿/*页面浮动*/
/* 清除默认标签margin padding */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
button,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
body {
  color: #333;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  line-height: 1;
  background: #f9f9f9;
}
/*清除点击默认样式*/
a,
button,
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-modify:read-write-plaintext-only;*/
  text-decoration: none;
}
/*清楚默认加粗*/
h1,
h2,
h3,
h4,
strong {
  font-weight: normal;
}
/*清除默认样式*/
ol li,
ul li,
li {
  list-style-type: none;
}
/*清除input，textarea点击出点的边框*/
input,
textarea,
a {
  outline: none;
}
/*清除删除线*/
del {
  text-decoration: line-through;
}
/*清除表格边距等*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: "";
  height: 0;
}
/*清除默认斜体*/
i,
em {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
input::-webkit-input-placeholder {
  color: #fff;
}
/*屏蔽swiper滚动默认按钮*/
.swiper-button-next:after,
.swiper-button-prev:after {
  content: inherit;
}
/*通用页面头部*/
.header_bar,
.header_bar_top {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.header_bar_top {
  height: auto;
  background: #f9f9f9;
  border-bottom: 1px solid #dedede;
}
.header_bar_top .con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.header_bar_top .con p {
  height: 36px;
  line-height: 36px;
}
.header_bar_top .con a {
  color: #666;
}
.header_bar_top .nav {
  overflow: hidden;
}
.header_bar_top .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 100%;
  padding: 0 15px;
  color: #666;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.header_bar_top .nav a:hover {
  color: #e60012;
}
.header_bar_top .nav a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 20px;
  border-right: 1px solid #dedede;
}
.header_bar_con {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 75px;
}
.header_bar_con .logo img {
  vertical-align: middle;
}
.header_bar_con .service {
  width: 406px;
  padding-bottom: 14px;
  background: url("../images/icon_campus_list_bg.jpg") center bottom no-repeat;
}
.header_bar_con .service .list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  justify-content: space-evenly;
  height: 24px;
}
.header_bar_con .service a {
  color: #333;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
.header_bar_con .tel img {
  vertical-align: middle;
}
.header_bar_nav {
  height: 40px;
  padding-bottom: 3px;
  /*background: url("../images/icon_header_nav_bg.png") center top;*/
  background-color: #f9f9f9;
  box-sizing: content-box;
}
.header_bar_nav .nav_list {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_bar_nav .nav_list a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  float: left;
  height: 100%;
  padding: 0 22px;
  font-weight: 600;
  position: relative;
}
.header_bar_nav .nav_list a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  height: 25px;
  /*background: url("../images/icon_header_nava_gd.jpg") center center no-repeat;*/
  background-color: #dedede;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/*页面内容导航*/
.content_top_nav {
  width: 100%;
  padding: 0 0 !important;
  overflow: hidden;
}
.content_top_nav .content_nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.content_top_nav .content_nav_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  margin: 0 18px;
  float: left;
  line-height: 48px;
  font-size: 15px;
}
.content_top_nav .content_nav_list a:hover {
  text-decoration: underline;
}
/*页面底部*/
.footer_bar {
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}
.footer_bar .service_con {
  width: 100%;
  background: #fff;
}
.footer_bar .service_list {
  width: 1170px;
  margin: 0 auto;
  padding: 42px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.footer_bar .service_list .tel img {
  vertical-align: middle;
}
.footer_bar .service_list .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: relative;
}
.footer_bar .service_list .nav:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: url("../images/icon_footer_nav_bg.jpg") left center no-repeat;
  right: 0;
  margin-right: -1px;
}
.footer_bar .service_list .list {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 134px;
  position: relative;
}
.footer_bar .service_list .list:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: url("../images/icon_footer_nav_bg.jpg") left center no-repeat;
  left: 0;
  margin-left: -1px;
}
.footer_bar .service_list a {
  color: #666;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_bar .service_list a:hover {
  color: #e60012;
}
.footer_bar .qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.footer_bar .qrcode dl {
  margin: 0 6px;
}
.footer_bar .qrcode dt {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
}
.footer_bar .qrcode dd {
  padding-top: 10px;
  height: 20px;
  line-height: 20px;
}
.footer_bar .copyright_info {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  overflow: hidden;
}
.footer_bar .copyright_info .copyright {
  height: 24px;
  line-height: 24px;
  color: #333;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
.footer_bar .copyright_info a {
  color: #333;
}
.footer_bar .copyright_info .internet {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #666;
}
.footer_bar .copyright_info .internet:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url("../images/icon_gaba.png") center center no-repeat;
  background-size: 100% auto;
}
/*页面右侧浮动*/
.page_right_service {
  position: fixed;
  top: 0;
  z-index: 9999;
  right: 0;
  width: 130px;
  margin-top: 200px;
  padding-top: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url("../images/icon_flex_right_top.png") center top no-repeat;
  background-size: 100% auto;
}
.page_right_service ul {
  width: 100%;
  overflow: hidden;
}
.page_right_service ul li {
  width: 100%;
  padding: 0 10px;
  background: #ff1a40;
  position: relative;
  box-sizing: border-box;
}
.page_right_service ul li:nth-child(even) {
  background: #ed0d32;
}
.page_right_service ul li:not(:last-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url("../images/icon_flex_right_hr.png") center bottom no-repeat;
  background-size: 100% auto;
}
.page_right_service ul li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
/*页面左侧浮动*/
.page_left_service {
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  width: 180px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page_left_service .hot_class {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.page_left_service .hot_class img {
  width: 100%;
}
.page_left_service .art_service {
  width: 120px;
  padding-top: 149px;
  background: url("../images/icon_art_service_bg.png") center top no-repeat;
  background-size: 100% auto;
}
.page_left_service .art_service a {
  display: block;
  width: 100%;
  text-align: center;
  height: 31px;
  line-height: 31px;
  color: #666;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page_left_service .art_service a:hover {
  color: #e60012;
}
.page_left_service .art_service a:last-child {
  color: #fff;
  background: #ff1a40;
}
/*main_banner*/
.main_banner {
  width: 100%;
  overflow: hidden;
}
.main_banner img {
  width: 100%;
}
/*校区轮播图，左右结构*/
.tl_campus_list_lr {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.tl_campus_list_lr .tl_campus_tp {
  width: 600px;
  height: 430px;
}
.tl_campus_list_lr .tl_campus_tp img {
  width: 100%;
  height: 100%;
}
.tl_campus_list_lr .tl_campus_text {
  width: 500px;
  height: 310px;
  padding: 60px 50px;
  background: #fff;
}
.tl_campus_list_lr .tl_campus_text strong {
  display: block;
  padding-bottom: 19px;
  line-height: 30px;
  font-size: 28px;
  text-align: left;
}
.tl_campus_list_lr .tl_campus_text i {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 14px;
  background: #7b6444;
}
.tl_campus_list_lr .tl_campus_text p {
  padding-bottom: 27px;
  line-height: 27px;
  text-align: left;
  text-align-last: left;
  font-size: 16px;
  color: #666;
}
.tl_campus_list_lr .tl_campus_lb {
  padding: 0 59px;
  height: 86px;
}
.tl_campus_list_lr .tl_campus_lb li {
  float: left;
  margin-right: 10px;
  position: relative;
}
.tl_campus_list_lr .tl_campus_lb li:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.tl_campus_list_lr .tl_campus_lb li img {
  width: 100%;
  height: 100%;
}
.tl_campus_list_lr .tl_campus_lb .swiper-slide-thumb-active:before {
  box-sizing: border-box;
  border: 2px solid #7b6444;
  background: none;
}
.tl_campus_list_lr .tl_campus_lb label {
  position: absolute;
  top: 0;
  width: 59px;
  height: 100%;
  margin: 0;
}
.tl_campus_list_lr .tl_campus_lb label.swiper-button-next {
  left: 0;
  background: #fff;
}
.tl_campus_list_lr .tl_campus_lb label.swiper-button-prev {
  left: auto;
  right: 0;
  background: #fff;
}
.tl_campus_list_lr .tl_campus_lb a {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/icon_campus_btn.png) no-repeat;
}
.tl_campus_list_lr .tl_campus_lb a:hover {
  background: url(../images/icon_campus_btn.png) left bottom no-repeat;
}
.tl_campus_list_lr .tl_campus_lb a.fr {
  background-position-x: right;
}
/*页面底部咨询电话*/
.page_bottom_service_tel {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 1000px;
  margin: 0 auto;
  top: auto;
  bottom: 0;
  left: 50%;
  padding: 0 70px;
  margin-left: -500px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  overflow: hidden;
}
.page_bottom_service_tel .content_info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 40px;
}
.page_bottom_service_tel dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.page_bottom_service_tel dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 24px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: bold;
}
.page_bottom_service_tel dl dt:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 26px;
  margin: 0 20px;
  background: #666;
}
.page_bottom_service_tel dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding-left: 40px;
  color: #ed0d32;
  font-size: 24px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: bold;
  background: url("../images/icon_flex_tel.jpg") left center no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
}
.page_bottom_service_tel dl span {
  margin-left: 12px;
  color: #666;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: 400;
}
.page_bottom_service_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  width: 150px;
  height: 26px;
  background: #ed0d32;
  border-radius: 4px;
  overflow: hidden;
}
/*底部右侧宣传视频*/
.fix_video {
  position: fixed;
  _position: relative;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 200px;
  z-index: 99999;
  _position: absolute;
  background: #000;
}
.fix_video .box {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 350px;
  height: 200px;
  overflow: hidden;
}
.fix_video .fix_box {
  position: absolute;
  bottom: 0;
  width: 350px;
  height: 200px;
  z-index: 999999!important;
}
.fix_video .fix_box .close span {
  display: block;
  height: 20px;
  padding: 0 8px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
}
.fix_video .fix_box .close span:hover {
  color: red;
  background: rgba(0, 0, 0, 0.5);
}
.fix_video .fix_box a {
  display: block;
  width: 350px;
  height: 240px;
  overflow: hidden;
}
.fix_video .fix_box .close {
  width: 100%;
  height: 20px;
  cursor: pointer;
  color: red;
  overflow: hidden;
}
.fix_video object {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 240px!important;
  z-index: 1!important;
}
/*# sourceMappingURL=tl_default.css.map */
