@charset "utf-8";

/* CSS Document */
body {
  /* min-width: 1200px; */
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "微软雅黑", Microsoft YaHei, Arial;
}

ul,
li,
dt,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
html,
form,
table,
tr,
td,
dt,
dl,
dd,
span,
input,
a,
img {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  border: none;
  font-weight: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: top;
}


/*Banner*/
.tp_banner {
  position: relative;
  width: 100%;
}

.tp_banner img {
  width: 100%;
}

.bannerx {
  position: relative;
  width: 100%;
}

.bannerx img {
  width: 100%;
}

footer {
  margin: 0 auto;
}

.clear {
  clear: both;
}

/* 弹框 在线客服 咨询按键 和 表单*/
.tk_kefu {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 102%;
  left: 33%;
}

.ztbtn {
  display: inline-block;
  padding: 10px;
  margin: 2% 5%;
  color: #345f8a;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  position: relative;
  transition: 0.5s;
}

.ztbtn:hover {
  box-shadow: 0 0 25px #888;
  /* transform: scale(1.1); */
  color: #fff;
}

.tk_kefu .btn1 {
  display: inline-block;
  border: 2px solid #f1d79c;
  width: 10em;
  color: #b28850;
  top: 0em;
  background: #ffffff00;
}

.tk_kefu .btn2 {
  background: #f1d79c;
  width: 10em;
  color: #fff;
  top: 0em;
}

.tk_kefu .btn3 {
  background: #009e96;
  width: 10em;
  color: #fff;
  top: 0em;
}

.tk_kefu .btn4 {
  display: inline-block;
  border: 2px solid #009e96;
  width: 10em;
  color: #009e96;
  top: 0em;
  background: #ffffff00;
}

.tk_kefu .btn5 {
  background: #005982;
  width: 10em;
  color: #fff;
  top: 0em;
}

.tk_kefu .btn6 {
  display: inline-block;
  border: 2px solid #005982;
  width: 10em;
  color: #005982;
  top: 0em;
  background: #ffffff00;
}

.ek-kefu {
  text-align: center;
}

.ek-btn {
  display: inline-block;
  padding: 10px;
  margin: 2% 5%;
  color: #345f8a;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  position: relative;
  transition: 0.5s;
}

.ek-btn:hover {
  box-shadow: 0 0 25px #888;
  /* transform: scale(1.1); */
  color: #fff;
}

.ek-kefu .btn1 {
  display: inline-block;
  border: 2px solid #f1d79c;
  width: 10em;
  color: #b28850;
  top: 0em;
  background: #ffffff00;
}

.ek-kefu .btn2 {
  background: #f1d79c;
  width: 10em;
  color: #fff;
  top: 0em;
}

.zt-p {
  position: relative;
  font-size: 1em;
  color: #999;
  text-align: right;
  padding: 2% 5% 0 0;
}

.zt-p1 {
  position: relative;
  font-size: 0.9em;
  color: #000;
  text-align: right;
  padding: 2% 5% 0 0;
}

.zt_title_w {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-family: "微软雅黑";
  padding: 1.5em 0;
}

/*成功案例开始*/
.success_case {
  position: relative;
  background: url(./bg_06.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
}

.swiper-container-anli {
  margin-top: 3em;
  padding-bottom: 50px;
  padding-right: 30px;
}

.swiper-container-anli img {
  padding: 10px;
  border-radius: 15px;
  width: 90%;
}

.swiper-container-anli .swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  background-size: 100%;
  margin-top: -50px;
}

.swiper-wrapper {
  position: relative;
  height: 100%;
  padding-left: 30px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e60012;
}

.swiper-container-anli .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  /* background-image: url(images/left.png); */
  left: 0;
}

.swiper-container-anli .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  /* background-image: url(images/right.png); */
  right: 0;
}

/*成功案例结束*/

/*内容1*/
.zt_page1 {
  position: relative;
  background: url("./bg_03.jpg") no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 3em;
}

.zt_title {
  position: relative;
  text-align: center;
  font-size: 2em;
  font-family: "微软雅黑";
  padding: 1.5em 0;
}

.zt_page1 .zt_page1_info {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
}

.zt_page1 .card1,
.zt_page1 .card2,
.zt_page1 .card3,
.zt_page1 .card4 {
  width: 270px;
  height: 120px;
  border-radius: 10px;
  border: 3px solid #d1ad65;
  text-align: center;
  line-height: 1.6;
  padding: 10px;
  font-size: 1.3em;
  background: #fff;
}

.zt_page1 dl {
  transition: box-shadow 0.5s ease, border-radius 0.5s ease, transform 0.5s ease;
}

.zt_page1 dt {
  font-size: 1.3em;
  padding: 0.5em 0;
  background-image: linear-gradient(180deg, rgba(220, 196, 147, 1) 0%, rgba(145, 110, 74, 1) 54%, rgba(114, 76, 43, 1) 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
}

.zt_page1 dd {}

.zt_page1 dl:hover {
  box-shadow: 0 0 16px 5px #c0bebe;
  border-radius: 10px;
  -webkit-transform: translateY(-1.1rem);
  -ms-transform: translateY(-1.1rem);
  transform: translateY(-1.1rem);
  background: url(./ca-bg.png);
  color: #fff;
  border: 0px solid #d1ad65;

  dt {
    color: #fff;
  }
}


/*内容2*/
.zt_page2 {
  position: relative;
  background: #fdfbf5;
  padding-bottom: 6%;
}

.zt_page2 .zt_page2_info {
  width: 1200px;
  margin: 0 auto;
}

.zt_page2 .navList {
  position: relative;
  height: 60px;
  overflow: hidden;
  width: 70%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.zt_page2 .li {
  height: 100%;
  position: relative;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: top 0.2s;
  width: 50%;
}

.zt_page2 .li1 {
  left: 0px;
  background: #f1d79c;
  z-index: 9;
  padding-right: 10px;
  box-sizing: border-box;
  border-radius: 2em 2em 0 0;
}

.zt_page2 .li2 {
  background: #009e96;
  background-size: 100% 100%;
  z-index: 8;
  border-radius: 2em 2em 0 0;
}

.zt_page2 .li3 {
  background: #005982;
  background-size: 100% 100%;
  z-index: 8;
  border-radius: 2em 2em 0 0;
}

.zt_page2 .li.active {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}


.zt_page2 .page2_show {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 0 16px 5px #c0bebe;
}

.zt_page2 .box {
  padding: 20px 10px 20px 20px;
  width: 100%;
  box-sizing: border-box;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.zt_page2 .box.active {
  display: flex;
}

.zt_page2 .select {
  width: 48%;
  height: 200px;
  border-radius: 1em;
  background: #fdfbf5;
  padding-left: 200px;
  border: 1px solid #e9e3f8;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 1%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.zt_page2 .select2 {
  width: 48%;
  height: 200px;
  border-radius: 1em;
  background: #edfffe;
  padding-left: 200px;
  border: 1px solid #e9e3f8;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 1%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.zt_page2 .select3 {
  width: 48%;
  height: 200px;
  border-radius: 22px;
  line-height: 1;
  background: #effaff;
  border: 1px solid #e9e3f8;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 1%;
  position: relative;
}

.i5 {
  z-index: 10;
}

.zt_page2 .leftIcon {
  width: 200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.zt_page2 .leftIcon .blue {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: absolute;
  overflow: hidden;
  padding: 10px 20px;
  background: #f1d79c;
  border-radius: 1em 0 4em 0;
}

.zt_page2 .leftIcon .blue2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  overflow: hidden;
  padding: 10px 20px;
  background: #009e96;
  border-radius: 1em 0 4em 0;
}

.zt_page2 .blue3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  overflow: hidden;
  padding: 10px 20px;
  background: #005982;
  border-radius: 1em 0 4em 0;
}

.zt_page2 .icon1 .leftIcon {
  background: url("./pic01.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}

.zt_page2 .icon2 .leftIcon {
  background: url("./pic02.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}

.zt_page2 .icon3 .leftIcon {
  background: url("./pic03.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}

.zt_page2 .icon4 .leftIcon {
  background: url("./pic04.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}

.zt_page2 .icon5 .leftIcon {
  background: url("./pic05.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}

.zt_page2 .icon6 .leftIcon {
  background: url("./pic06.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}

.zt_page2 .icon7 .leftIcon {
  background: url("./pic07.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}

.zt_page2 .icon8 .leftIcon {
  background: url("./pic08.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}

.zt_page2 .icon9 .leftIcon {
  background: url("./pic09.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}

.zt_page2 .icon10 .leftIcon {
  background: url("./pic10.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 1em;
}


.zt_page2 .tit {
  font-size: 20px;
  color: #15556c;
  font-weight: bold;
  padding: 8px 0 17px;
}

.zt_page2 .font {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  line-height: 1.5;
}

.zt_page2 .font2,
.zt_page2 .font2-1,
.zt_page2 .font2-2,
.zt_page2 .font2-3 {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  line-height: 1.5;
  background: url("./icon-R.png") no-repeat 0px 4px;
}


.zt_page2 .font2 b {
  text-indent: 1.3em;
}

.zt_page2 .font2-2 b {
  text-indent: 1.3em;
  width: 49%;
}

.zt_page2 .font2-1 span {
  width: 135px;
  font-weight: bold;
  text-indent: 1.3em;
}

.zt_page2 .font2-2 span {
  width: 110px;
  font-weight: bold;
  text-indent: 1.3em;
}

.zt_page2 .font2-3 span {
  width: 49%;
  font-weight: bold;
  text-indent: 1.3em;
}

.zt_page2 .font2 span {
  width: 82%;
  font-weight: bold;
  text-indent: 1.3em;
}

.zt_page2 .font3 {
  position: relative;
  top: 3em;
  font-size: 16px;
  color: #000;
  padding: 0 1.1em;
  left: 5px;
  margin-bottom: 8px;
  line-height: 1.5;
  background: url("./icon-R.png") no-repeat 0px 4px;
}

.zt_page2 .font3 b {
  text-indent: 1.3em;
}

.zt_page2 .font3 span {
  width: 133px;
  font-weight: bold;
  text-indent: 1.3em;
}

.zt_page2 .select,
.zt_page2 .select2,
.zt_page2 .select3 {
  transition: 0.4s;
}

.zt_page2 .select:hover,
.zt_page2 .select2:hover,
.zt_page2 .select3:hover {
  transform: translateY(-10px);
}

.zt_page2 .leftIcon .blue::after,
.zt_page2 .leftIcon .blue2::after,
.zt_page2 .select3 .blue3::after {
  content: "";
  display: block;
  width: 14%;
  height: 290%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(35deg);
  position: absolute;
  left: -20%;
  top: -120%;
}

.zt_page2 .leftIcon .blue.active::after,
.zt_page2 .leftIcon .blue2.active::after,
.zt_page2 .select3 .blue3.active::after {
  animation: leftTransiformzt_page2 0.5s;
}

@keyframes leftTransiformzt_page2 {
  0% {
    left: -20%;
  }

  100% {
    left: 120%;
  }
}


/*内容3*/
.zt_page3 {
  background: #f1f6fa;
  padding-bottom: 2em;
  font-size: 1.1em;
}

.zt_page3 .zt_page3_info {
  width: 1200px;
  margin: 0 auto;
}

.zt_page3 .page3_nav {
  position: relative;
  font-size: 1.2em;
}

.zt_page3 .page3_nav ul {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.zt_page3 .page3_nav li.active {
  color: #b28850;
  border-bottom: 3px solid #b28850;
  padding-bottom: 1em;
}

.zt_page3 .page3_show {
  position: relative;
}

.zt_page3 .school-box {
  display: none;
}

.zt_page3 .active {
  display: block;
}

.zt_page3 .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.zt_page3 .swiper-wrapper {
  position: relative;
  height: 100%;
  padding-left: 0px;
  display: flex;
}

.zt_page3 .swiper-container-school,
.zt_page3 .swiper-container-school2,
.zt_page3 .swiper-container-school3 {
  margin-top: 1em;
  padding-bottom: 50px;
  margin-right: 20px;
}

.zt_page3 .swiper-slide {
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  border-radius: 1.5em;
  margin-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.zt_page3 .school-list {
  width: 380px;
  height: 200px;
  text-align: left;
  transition: all 0.3s;
  position: relative;
}

.zt_page3 .school-list:hover {
  background: url("./change_bg.png")no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

.zt_page3 .consult-button {
  display: none;
  /* 初始隐藏 */
  position: absolute;
  text-align: center;
  padding: 0.4em 1.5em;
  background-color: #d71f1f;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 1.5em;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.zt_page3 .consult-button a {
  color: white;
}

.zt_page3 .consult-button:hover {
  background-color: #ffffff;
  font-weight: bold;
}

.zt_page3 .consult-button:hover a {
  color: #c91a1a;
  font-weight: bold;
}

.school-list:hover .consult-button {
  display: inline-block;
  /* 鼠标划过时显示 */
}

.zt_page3 .school-list dl {
  padding: 2em;
}

.zt_page3 .school-list dt {
  font-weight: bold;
  color: #996c33;
}

.zt_page3 .school-list dd {
  position: relative;
  line-height: 1.5;
}

/*博士院校*/
.zt_page3 .school-01 {
  background: url("./y01.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-02 {
  background: url("./y02.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-03 {
  background: url("./y03.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-04 {
  background: url("./y04.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-05 {
  background: url("./y05.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-06 {
  background: url("./y06.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-07 {
  background: url("./y07.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-08 {
  background: url("./y08.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-09 {
  background: url("./y09.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-10 {
  background: url("./y10.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-11 {
  background: url("./y11.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-12 {
  background: url("./y12.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-13 {
  background: url("./y13.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-14 {
  background: url("./y14.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-15 {
  background: url("./y15.png") no-repeat center center;
  background-size: 100% 100%;
}

/*基础院校*/
.zt_page3 .school-p01 {
  background: url("./j01.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p02 {
  background: url("./j02.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p03 {
  background: url("./j03.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p04 {
  background: url("./j04.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p05 {
  background: url("./j05.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p06 {
  background: url("./j06.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p07 {
  background: url("./j07.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p08 {
  background: url("./j08.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p09 {
  background: url("./j09.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p10 {
  background: url("./j10.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p11 {
  background: url("./j11.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p12 {
  background: url("./j12.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p13 {
  background: url("./j13.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p14 {
  background: url("./j14.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p15 {
  background: url("./j15.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p16 {
  background: url("./j16.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p17 {
  background: url("./j17.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p18 {
  background: url("./j18.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p19 {
  background: url("./j19.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-p20 {
  background: url("./j20.png") no-repeat center center;
  background-size: 100% 100%;
}

/*综合院校*/
.zt_page3 .school-z01 {
  background: url("./z01.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z02 {
  background: url("./z02.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z03 {
  background: url("./z03.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z04 {
  background: url("./z04.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z05 {
  background: url("./z05.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z06 {
  background: url("./z06.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z07 {
  background: url("./z05.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z08 {
  background: url("./z08.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z09 {
  background: url("./z09.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z10 {
  background: url("./z10.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z11 {
  background: url("./z11.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z12 {
  background: url("./z12.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z13 {
  background: url("./z13.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z14 {
  background: url("./z14.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page3 .school-z15 {
  background: url("./z15.png") no-repeat center center;
  background-size: 100% 100%;
}

/*教育体制*/
.zt_page3 .jy-box-info {
  background: #fff;
  border-radius: 1em;
  margin-top: 1em;
}

.zt_page3 .jy-box1 {
  float: left;
  padding: 2em;
}

.zt_page3 .jy-box2 {
  padding: 2em 2em 2em 1em;
  line-height: 2;
  font-size: 1.2em;
  display: flex;
  flex-wrap: wrap;
}

.zt_page3 .jy-box2 .jy-table img {
  width: 100%;
}

/*教育体系*/
.zt_page3 .tx-box-info {
  display: flex;
  flex-wrap: wrap;
    flex-direction: row;
    gap: 3em;
    line-height: 1.8;
    margin-top: 1em;
    justify-content: center;
}

.zt_page3 .tx-box-info .box1,
.zt_page3 .tx-box-info .box4 {
  width:35%;
  background: rgb(255, 237, 207);
  background: linear-gradient(180deg, rgba(255, 237, 207, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  padding: 1em;
  border-radius: 1em;
}

.zt_page3 .tx-box-info .box2,
.zt_page3 .tx-box-info .box3 {
  width: 35%;
  background: rgb(255, 223, 210);
  background: linear-gradient(180deg, rgba(255, 223, 210, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  padding: 1em;
  border-radius: 1em;
}

.zt_page3 .tx-box-info .tx-box-info-title1 {
  font-size: 1.2em;
  color: #b28850;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px dashed #b28850;
}

.zt_page3 .tx-box-info .tx-box-info-title2 {
  font-size: 1.2em;
  color: #7d0000;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px dashed #7d0000;
}

.zt_page3 .tx-box-info .tx-box-info-title1 img,
.zt_page3 .tx-box-info .tx-box-info-title2 img {
  position: relative;
  width: 5%;
}

.zt_page3 .tx-box-info .tx-box-info-txt {
  line-height: 2;
  padding-top: 1em;
}

/*内容4*/

.zt_page4 {
  background: url("./bg_07.jpg") no-repeat center center;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.zt_page4 .leftImg {
  position: absolute;
  left: -239px;
  top: -80px;
}

.zt_page4 .rightImg {
  position: absolute;
  right: -258px;
  top: 614px;
}

.zt_page4 .zt_page4_info {
  width: 1200px;
  margin: 0 auto;
}

.zt_page4 .page4_info_txt {
  height: 625px;
  position: relative;
  background: url("./line.png") no-repeat center top 280px;
}

.zt_page4 .li {
  width: 275px;
  height: 315px;
  position: absolute;
  top: 0;
  line-height: 1;
  padding: 65px 18px 0 30px;
  box-sizing: border-box;
  transition: transform 0.5s;
}

.zt_page4 .li1 {
  background: url("./p01.png") no-repeat;
  height: 288px;
  left: -10px;
}

.zt_page4 .li2 {
  background: url("./p02.png") no-repeat;
  top: 325px;
  left: 160px;
  padding: 130px 18px 0 25px;
}

.zt_page4 .li3 {
  background: url("./p03.png") no-repeat;
  height: 288px;
  left: 365px;
}

.zt_page4 .li4 {
  background: url("./p04.png") no-repeat;
  top: 325px;
  left: 552px;
  padding: 130px 18px 0 25px;
}

.zt_page4 .li5 {
  background: url("./p05.png") no-repeat;
  height: 288px;
  left: 743px;
}

.zt_page4 .li6 {
  background: url("./p06.png") no-repeat;
  top: 325px;
  left: 942px;
  padding: 130px 18px 0 25px;
}

.zt_page4 .tit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 10px;
}

.zt_page4 .font {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  display: flex;
  justify-content: flex-start;
}

.zt_page4 .font::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("./Allicons.png") no-repeat -15px -411px;
  margin: 6px 8px 0 0;
  flex-shrink: 0;
}

.zt_page4 .font2 {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  display: flex;
  justify-content: flex-start;
}

.zt_page4 .font2::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("./Allicons.png") no-repeat -15px -362px;
  margin: 6px 8px 0 0;
  flex-shrink: 0;
}

.zt_page4 .li:hover {
  transform: translateY(-10px);
}

/*加拿大留学特色项目*/
.zt_page5 {
  position: relative;
}

.zt_page5 .items-box {
  position: relative;
  padding-bottom: 2em;
  width: 1200px;
  margin: 0 auto;
}

.zt_page5 .items-box .items-list .tit {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  top: 2em;
  line-height: 1.6;
}

.zt_page5 .items-box .items-list .txt {
  position: relative;
  text-align: center;
  font-size: 1.3em;
  top: 4em;
}

.zt_page5 .items-box .items-list .ek-button {
  color: #fff;
  position: relative;
  border: 2px solid;
  border-radius: 2em;
  padding: 0.5em 2em;
}

.zt_page5 .items-box .items-list .ek-button:hover {
  color: #fff;
  background: rgb(223, 182, 111);
  background: linear-gradient(90deg, rgba(223, 182, 111, 1) 0%, rgba(201, 135, 0, 1) 50%, rgba(172, 105, 19, 1) 100%);
  border: 2px solid #c9870000;
}

.zt_page5 .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.zt_page5 .swiper-wrapper {
  height: 100%;
  padding-left: 0px;
  display: flex;
}

.zt_page5 .swiper-container-items {
  margin-top: 1em;
  padding-bottom: 50px;
  margin-right: 20px;
}

.zt_page5 .swiper-slide {
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  border-radius: 1.5em;
  margin-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.zt_page5 .items-list {
  width: 280px;
  height: 200px;
  text-align: left;
  transition: 0.3s;
  border-radius: 1.2em;
  margin-right: 10px;
}

.zt_page5 .items-01 {
  background: url("./t01.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page5 .items-02 {
  background: url("./t02.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page5 .items-03 {
  background: url("./t03.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page5 .items-04 {
  background: url("./t04.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page5 .items-05 {
  background: url("./t05.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page5 .items-06 {
  background: url("./t06.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page5 .items-07 {
  background: url("./t07.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page5 .items-08 {
  background: url("./t08.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page5 .items-09 {
  background: url("./t09.png") no-repeat center center;
  background-size: 100% 100%;
}

.zt_page5 .items-10 {
  background: url("./t10.png") no-repeat center center;
  background-size: 100% 100%;
}


/*荣誉服务*/
.service {
  background: url("./bg_09.jpg") no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 2em;
}

.zt_service_title {
  position: relative;
  text-align: center;
  font-size: 2em;
  font-family: "微软雅黑";
  padding: 1.5em 0;
  color: #fff;
}

.service .service_list {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  display: flex;
}

.service .service_list .server_list_item {
  width: 25%;
}