body {
  font-size: 3.73333333vw;
}
/* 通用顶部导航栏 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 4vw;
  background-color: transparent;
  border-bottom: 0.26666667vw solid transparent;
  z-index: 2;
}
.header .logo {
  width: 27.73333333vw;
  height: 8.53333333vw;
  margin: 2.93333333vw 0;
}
.header .logo a {
  display: block;
  width: 27.73333333vw;
  height: 8.53333333vw;
  background-image: url(images/logo_chang_bai.png);
  background-size: contain;
  /* 目的：让h1里的文字隐藏 */
  font-size: 0;
}
.header .right {
  height: 14.4vw;
  line-height: 14.4vw;
}
.header i {
  font-size: 5.33333333vw;
  line-height: 14.4vw;
  color: #fff;
}
.header i::after {
  content: "目录";
  display: inline-block;
  margin-left: 1.6vw;
  font-size: 4vw;
  line-height: 14.4vw;
  vertical-align: top;
}
.header .layui-icon-close ::after {
  content: "关闭";
}
.header nav {
  position: fixed;
  left: 100%;
  top: 14.4vw;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  border-top: 0.26666667vw solid #ddd;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header nav.in {
  left: 0;
}
.navbar {
  position: absolute;
  right: 0;
  width: 66.66666667vw;
  height: 100%;
  background-color: #fff;
  text-align: center;
}
.navbar li {
  display: block;
  margin: 0 4vw;
}
.navbar li a {
  display: block;
  padding: 1.06666667vw 0;
  border-bottom: 0.26666667vw solid #ddd;
  font-weight: 600;
  font-size: 4vw;
  color: #444;
}
/* banner图*/
.top_img {
  overflow: hidden;
  position: relative;
  color: #fff;
}
.top_img img {
  width: 100%;
  height: 66.66666667vw;
  object-fit: cover;
  transform: scale(1);
  animation: imgScale 2s infinite alternate;
}
.top_img .title_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66.66666667vw;
  padding-top: 24.53333333vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  text-align: center;
}
.top_img .title_box .title_l {
  font-size: 6.4vw;
}
.top_img .title_box .title_m {
  font-size: 4.53333333vw;
}
@keyframes imgScale {
  to {
    transform: scale(1.08);
  }
}
/* 通用底部网站信息 */
.panel {
  padding: 6.66666667vw 4.26666667vw;
}
.panel h2 {
  margin-bottom: 5.33333333vw;
  text-align: center;
  font-size: 5.33333333vw;
}
.panel p {
  line-height: 2;
}
.bg_blue {
  background-color: #2360ad;
  background-image: -moz-linear-gradient(to right bottom, #3f79ec, #2360ad 60%);
  color: #fff;
}
.form_zixun {
  text-align: center;
}
.form_zixun .luru {
  font-size: 4.26666667vw;
  line-height: 2.5;
}
.form_zixun .luru input {
  width: 56.53333333vw;
  padding: 1.33333333vw 2.66666667vw;
  background-color: transparent;
  color: #fff;
  font-size: 4.26666667vw;
  border-bottom: 0.26666667vw solid #fff;
}
.form_zixun button {
  width: 42.66666667vw;
  height: 10.66666667vw;
  margin-top: 6.66666667vw;
  background-color: #cca366;
  background-image: -moz-linear-gradient(to right bottom, #f2c17e, #cca366 70%);
  border-radius: 5.33333333vw;
  font-size: 4.26666667vw;
  color: #fff;
  cursor: pointer;
}
.bg_gray {
  padding-bottom: 2.66666667vw;
  background-color: #333;
  color: #eee;
}
.bg_gray h4 {
  font-size: 4.26666667vw;
  color: #cca366;
}
.bg_gray a {
  color: #999;
}
.bg_gray p,
.bg_gray .address {
  font-size: 3.46666667vw;
}
.bg_gray .wetchat {
  position: fixed;
  right: 4.26666667vw;
  bottom: 8vw;
  text-align: center;
  z-index: 11;
  opacity: 0.8;
}
.bg_gray .wetchat .click_box {
  width: 13.33333333vw;
  height: 13.33333333vw;
  margin-bottom: 1.33333333vw;
  padding-top: 1.33333333vw;
  background-color: #fff;
  border-radius: 2.66666667vw;
  color: #666;
  box-shadow: 0 0.26666667vw 0.53333333vw 0.26666667vw rgba(3, 3, 3, 0.14);
}
.bg_gray .wetchat i {
  font-size: 7.46666667vw;
  color: #909090;
}
.bg_gray .wetchat .layui-icon {
  display: block;
  margin-top: -1.6vw;
  font-size: 9.33333333vw;
}
.bg_gray .edulink {
  margin-bottom: 4vw;
}
.bg_gray .edulink p {
  margin-top: 0.8vw;
  line-height: 1.5;
}
.bg_gray .edulink a {
  margin-right: 1.6vw;
  color: #fff;
}
.bg_gray .qrcode {
  margin-top: 2.66666667vw;
}
.bg_gray .qrcode li {
  margin: 2.66666667vw 6.66666667vw 4vw;
  text-align: center;
}
.bg_gray .qrcode img {
  width: 20vw;
  height: 20vw;
}
.bg_gray .copyright {
  padding-top: 3.2vw;
  border-top: 0.26666667vw solid #666;
  color: #999;
  text-align: center;
}
.bg_gray .copyright img {
  width: 4.26666667vw;
  height: 4.26666667vw;
}
.bg_gray .copyright p {
  font-size: 3.2vw;
}
/* index 公司首页 */
.shuju li {
  overflow: hidden;
  width: 45.6vw;
  height: 36.8vw;
  padding-bottom: 5.33333333vw;
}
.shuju li:nth-child(1) h3 {
  animation: tagMove 1.5s 1 forwards;
}
.shuju li:nth-child(2) h3 {
  animation: tagMove 1.5s 1 forwards 0.2s;
}
.shuju li:nth-child(3) h3 {
  animation: tagMove 1.5s 1 forwards 0.4s;
}
.shuju li:nth-child(4) h3 {
  animation: tagMove 1.5s 1 forwards 0.6s;
}
.shuju li:nth-child(5) h3 {
  animation: tagMove 1.5s 1 forwards 0.8s;
}
.shuju li:nth-child(6) h3 {
  animation: tagMove 1.5s 1 forwards 1s;
}
.shuju li:nth-child(7) h3 {
  animation: tagMove 1.5s 1 forwards 1.2s;
}
.shuju li:nth-child(8) h3 {
  animation: tagMove 1.5s 1 forwards 1.4s;
}
.shuju h3 {
  position: relative;
  margin-bottom: 2.66666667vw;
  font-size: 8.53333333vw;
  transform: translateY(38.66666667vw);
}
.shuju h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11.2vw;
  border-bottom: 0.8vw solid #fff;
}
.shuju .font50 {
  font-size: 8vw;
  line-height: 12.8vw;
}
.shuju .layui-icon {
  font-size: 4vw;
}
@keyframes tagMove {
  to {
    transform: translateY(0);
  }
}
.jijinhui,
.home_anli {
  width: 92vw;
  height: 124.53333333vw;
  padding: 4vw;
}
.jijinhui img,
.home_anli img {
  width: 100%;
  margin: 2.66666667vw auto 8vw;
}
.home_anli .xueyuan_swiper {
  overflow: hidden;
  height: 44.8vw;
  margin: 2.66666667vw 0 5.33333333vw;
}
.home_anli .xueyuan_swiper .xueyuan_item li {
  width: 84vw;
}
.show_weixin {
  text-align: center;
  height: 69.86666667vw;
}
.show_weixin img {
  width: 58%;
}
.ditu {
  width: 100%;
  margin-bottom: 5.33333333vw;
}
.xuexiao {
  margin-top: 2.66666667vw;
  margin-bottom: 4vw;
}
.xuexiao li {
  width: 18.13333333vw;
  padding-bottom: 4vw;
  text-align: center;
}
.xuexiao img {
  width: 15.2vw;
  height: 15.2vw;
  border: 0.26666667vw solid #eee;
  border-radius: 50%;
}
.xuexiao p {
  display: none;
}
.liyou .item {
  position: relative;
  width: 100%;
  margin-bottom: 6.66666667vw;
  padding: 1.33333333vw 4vw 4vw;
  border: 1.33333333vw solid #4f80bd;
  border-radius: 0 18.66666667vw 0 18.66666667vw;
}
.liyou h3 {
  font-size: 4.8vw;
  color: #2360ad;
  font-weight: 600;
  line-height: 2;
}
.liyou span {
  position: absolute;
  bottom: -5.33333333vw;
  right: 5.33333333vw;
  font-size: 26.66666667vw;
  color: #2360ad;
  z-index: -1;
  opacity: 0.25;
}
.liyou .icon {
  font-size: 6.66666667vw;
  vertical-align: text-bottom;
}
.liyou.wrap .item {
  border: 1.33333333vw solid #bbdaff;
}
.liyou.wrap h3,
.liyou.wrap span {
  color: #fff;
}
.liyou.wrap span {
  z-index: 0;
}
.home_fuwu ul {
  text-align: left;
  margin-top: 5.33333333vw;
  color: #333;
  line-height: 1.25;
}
.home_fuwu ul li {
  display: flex;
  align-items: center;
  width: 91.46666667vw;
  padding: 4vw 0 4vw 5.33333333vw;
  margin-bottom: 2.66666667vw;
  background-color: #fff;
  box-shadow: 0 0.26666667vw 0.53333333vw 0.26666667vw rgba(3, 3, 3, 0.14);
}
.home_fuwu ul h6 {
  font-size: 4.8vw;
  margin-bottom: 2.66666667vw;
  font-weight: 600;
}
.home_fuwu i {
  margin-right: 8vw;
  font-size: 14.66666667vw;
  color: #cca366;
}
.home_step {
  background-image: url(images/banner9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.home_step img {
  width: 100%;
}
/* 导师介绍 */
.panel_s {
  padding: 8vw 2.66666667vw;
}
.daoshi {
  position: relative;
  display: flex;
  margin-bottom: 5.33333333vw;
}
.daoshi .daoshi_tu,
.daoshi .daoshi_wen {
  height: 58.66666667vw;
  background-color: #fff;
}
.daoshi .daoshi_tu {
  width: 42.66666667vw;
}
.daoshi .daoshi_tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.daoshi .daoshi_wen {
  width: 53.33333333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4vw;
  color: #333;
}
.daoshi .daoshi_wen h3 {
  font-size: 4.26666667vw;
  color: #2360ad;
  font-weight: 600;
  line-height: 1.8;
}
.daoshi .daoshi_wen h4 {
  margin-bottom: 2.66666667vw;
}
.home_daoshi .daoshi {
  display: block;
  width: 45.86666667vw;
  height: 59.2vw;
  margin-bottom: 2.66666667vw;
  box-shadow: 0 0.26666667vw 0.53333333vw 0.26666667vw rgba(3, 3, 3, 0.14);
}
.home_daoshi .daoshi .daoshi_tu {
  width: 45.86666667vw;
  height: 37.33333333vw;
}
.home_daoshi .daoshi:nth-child(2n+1) {
  margin-left: 2.66666667vw;
}
.home_daoshi .daoshi h4 {
  color: #cca366;
}
.home_daoshi .daoshi .daoshi_zi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 21.86666667vw;
  padding: 0 2.13333333vw;
}
.home_daoshi a {
  display: block;
  text-align: center;
}
.home_daoshi i {
  font-size: 3.73333333vw;
}
.home_daoshi p {
  display: none;
}
/* 关于我们 */
.gongsi_jieshao {
  position: relative;
}
.gongsi_jieshao .decorate_p {
  position: absolute;
  top: -4vw;
  left: 6.66666667vw;
  font-size: 12.26666667vw;
  opacity: 0.15;
}
.gongsi_jieshao img {
  position: absolute;
  right: 6.66666667vw;
  top: 128vw;
  width: 53.33333333vw;
  height: 53.33333333vw;
  opacity: 0.35;
}
.gongsi_jieshao .wrap {
  overflow: hidden;
}
.dingwei {
  width: 100%;
  margin-bottom: 2.66666667vw;
}
.lianxi_box h4 {
  font-size: 4.26666667vw;
  color: #2360ad;
}
/* 案例分享 */
.xiaofeiji {
  position: relative;
  padding: 0 4vw;
}
.xiaofeiji img {
  margin: 8vw 0;
  width: 46.66666667vw;
}
.xiaofeiji .li_wen {
  position: absolute;
  top: 25.33333333vw;
  right: 5.33333333vw;
  font-size: 10.66666667vw;
  font-weight: 600;
  opacity: 0.8;
  line-height: 1;
  text-align: right;
  color: #2360ad;
}
.xiaofeiji .li_wen span {
  font-size: 7.46666667vw;
}
.xueyuan_swiper {
  overflow: hidden;
  height: 112vw;
}
.xueyuan_swiper .xueyuan_item li {
  width: 91.46666667vw;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
  border-bottom: 0.26666667vw dashed #2360ad;
  text-align: center;
}
.xueyuan_swiper .xueyuan_item li p {
  color: #666;
}
.xueyuan_swiper:hover ul {
  animation-play-state: paused;
}
.xueyuan_swiper .xueyuan_item1 {
  height: 813.33333333vw;
  animation: xueyuanMove1 90s linear infinite;
}
.xueyuan_swiper .xueyuan_item2 {
  height: 1162.66666667vw;
  animation: xueyuanMove2 110s linear infinite;
}
@keyframes xueyuanMove1 {
  to {
    transform: translateY(-684vw);
  }
}
@keyframes xueyuanMove2 {
  to {
    transform: translateY(-1016.53333333vw);
  }
}
.offer_item {
  margin-bottom: 4vw;
}
.offer_item h3 {
  margin-left: 2.66666667vw;
  margin-bottom: 2.66666667vw;
  font-size: 4.8vw;
  color: #f2c17e;
}
.offer_item i {
  font-size: 5.33333333vw;
}
.offer_item_school li {
  display: flex;
  width: 47.2vw;
  margin-bottom: 5.33333333vw;
}
.offer_item_school li img {
  width: 10.66666667vw;
  height: 10.66666667vw;
  margin-left: 2.13333333vw;
  margin-right: 1.33333333vw;
  border-radius: 50%;
}
.offer_item_school li .offer_num {
  font-size: 4vw;
  color: #f2c17e;
  line-height: 1.2;
}
.offer_swiper {
  overflow: hidden;
  width: 100%;
  height: 80vw;
  margin: 5.33333333vw auto 2.66666667vw;
}
.offer_swiper ul {
  width: 1280vw;
  text-align: center;
  animation: offerMove 120s linear infinite;
}
.offer_swiper ul li {
  width: 58.66666667vw;
  height: 80vw;
  margin-right: 5.33333333vw;
  border: 2.66666667vw solid #cca366;
  background-color: #cca366;
}
.offer_swiper ul img {
  width: 100%;
  height: 67.2vw;
  margin-top: 4vw;
  object-fit: contain;
}
.offer_swiper:hover ul {
  animation-play-state: paused;
}
@keyframes offerMove {
  to {
    transform: translateX(-1152vw);
  }
}
/* 产品服务 */
.fuwu_process {
  position: relative;
  padding-left: 1.33333333vw;
}
.fuwu_process h4 {
  font-size: 4.26666667vw;
  color: #fff;
}
.fuwu_process p {
  line-height: 1.3;
  color: #ffd629;
}
.fuwu_process .ta_right {
  padding-right: 5.86666667vw;
  text-align: right;
}
.fuwu_process span {
  position: absolute;
  top: 0;
  left: 1.6vw;
}
.fuwu_process .layui-timeline-item {
  padding-bottom: 5.33333333vw;
}
.fuwu_process .layui-timeline-item::before {
  left: 1.33333333vw;
  width: 0.26666667vw;
}
.fuwu_process .layui-icon {
  font-size: 4.26666667vw;
}
.fuwu_process .layui-timeline-axis {
  left: -1.33333333vw;
  width: 5.33333333vw;
  height: 5.33333333vw;
  line-height: 5.33333333vw;
}
.fuwu_process .layui-timeline-content {
  padding-left: 6.66666667vw;
}
.fuwu_process .layui-timeline-title {
  margin-bottom: 2.66666667vw;
  line-height: 5.86666667vw;
}
.fuwu_type {
  display: flex;
  justify-content: center;
  padding-top: 5.33333333vw;
  padding-bottom: 5.33333333vw;
}
.fuwu_type h3 {
  padding: 0 2.66666667vw;
  cursor: pointer;
}
.fuwu_type h3:first-child {
  border-right: 0.26666667vw solid #ccc;
}
.fuwu_type .active {
  position: relative;
  color: #2360ad;
  font-weight: 600;
}
.fuwu_type .active::after {
  content: '';
  display: block;
  position: absolute;
  left: 18.66666667vw;
  bottom: -2.66666667vw;
  width: 10.13333333vw;
  border-bottom: 1.33333333vw solid #2360ad;
}
.fuwu_type .fuwu_ico {
  margin: 0 auto 1.33333333vw;
  font-size: 6.4vw;
  vertical-align: middle;
}
.fuwu_item {
  text-align: left;
  line-height: 2;
}
.fuwu_item h3 {
  font-size: 4.8vw;
  color: #cca366;
  font-weight: 600;
  line-height: 1.25;
}
.fuwu_item h4 {
  margin-top: 2.66666667vw;
  font-size: 4vw;
}
.fuwu_item p {
  color: #666;
}
.fuwu_item img {
  margin-top: 1.33333333vw;
  width: 100%;
  max-height: 48vw;
  object-fit: cover;
}
.fuwu_item .huhang_list {
  margin-top: 2.66666667vw;
  padding: 2.66666667vw;
  border: 0.53333333vw dashed #f2c17e;
  border-radius: 2.66666667vw;
}
.fuwu_item .icon {
  font-size: 6.93333333vw;
  vertical-align: middle;
}
.fuwu_item li {
  display: block;
  width: 25.6vw;
  border: 0.26666667vw solid #2360ad;
  border-radius: 2.66666667vw;
  text-align: center;
}
.fuwu_item li:nth-child(-n+2) {
  margin-right: 1.6vw;
}
.fuwu_item li p {
  color: #444;
  line-height: 8vw;
}
.fuwu_item li p:last-child {
  color: #2360ad;
  font-weight: 600;
}
.neitui {
  display: none;
}
.neitui li {
  width: 18.4vw;
  height: 18.4vw;
  margin: 2.66666667vw 1.6vw 2.66666667vw 0;
  border-radius: 50%;
  background-color: #2360ad;
  color: #fff;
  line-height: 18.4vw;
}
