@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 {
  /*min-width:1200px;*/
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  border: none;
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  vertical-align: top;
}

footer {
  margin: 0 auto;
}

.clear {
  clear: both;
}
/* 弹框 在线客服 咨询按键 和 表单*/
.tk_kefu {
  text-align: center;
  padding-bottom: 3%;
}
.ztbtn {
  display: inline-block;
  padding: 10px;
  margin: 2% 5%;
  /* border: 2px solid rgb(59, 136, 230); */
  color: #345f8a;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  transition: 0.5s;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 212, 255, 0) 0%,
    rgba(32, 104, 227, 1) 0%,
    rgba(81, 155, 247, 1) 100%
  );
  /* animation: myBbreath 0.8s linear infinite; */
}
.ztbtn:hover {
  box-shadow: 0 0 25px #888;
  transform: scale(1.1);
}
.tk_kefu .btn1 {
  background: rgb(24, 53, 96);
  background: linear-gradient(
    270deg,
    rgba(24, 53, 96, 1) 0%,
    rgba(79, 120, 189, 1) 100%
  );
  width: 10em;
  color: #fff;
  top: 1em;
}
.tk_kefu .btn2 {
  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%
  );
  width: 10em;
  color: #fff;
  top: 1em;
}
.tk_kefu .btn3 {
  background: rgb(124, 0, 36);
  background: linear-gradient(
    270deg,
    rgba(124, 0, 36, 1) 0%,
    rgba(217, 49, 69, 1) 100%
  );
  width: 10em;
  color: #fff;
  top: 1em;
}
.zt_p {
  position: relative;
  font-size: 1.3em;
  color: #999;
  text-align: right;
  padding: 0 5% 0 0;
}
.ztTitle {
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "黑体";
}
.ztTitle:before {
  content: "-";
}
.ztTitle:after {
  content: "-";
}
.ztTitle span {
  color: #fddf9a;
}
.ztTitle1 {
  font-size: 36px;
  letter-spacing: 3px;
  position: relative;
  text-align: center;
  color: #000000;
  font-family: "黑体";
  padding-top: 2%;
}
.ztTitle1:before {
  content: "";
}
.ztTitle1:after {
  content: "";
}
.ztTitle1 span {
  color: #fddf9a;
}
.ztTitle2 {
  padding-top: 2%;
  font-size: 36px;
  line-height: 60px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "黑体";
}
.ztTitle2:before {
  content: "";
}
.ztTitle2:after {
  content: "";
}
.ztTitle2 span {
  color: #fddf9a;
}
.ztTitle3 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  font-family: "黑体";
  color: #f5d667;
}

/*Banner*/
.bannerx {
  position: relative;
  width: 100%;
}
.bannerx img {
  width: 100%;
}
/*内容1*/
.content1 {
  position: relative;
  background: url("./bg_02.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.content1_text {
  position: relative;
  width: 100%;
  margin: 2em auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  font-size: 20px;
}

.card {
  width: 290px;
  height: 320px;
  background: #fff;
  border-radius: 1em;
  text-align: center;
  color: #000;
  font-family: inherit;
  z-index: 1;
}

.img {
  display: flex;
  margin: 60px auto 10px auto;
  width: 85px;
  height: 85px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 99;
}

.card:hover .img {
  transform: scale(1.1);
  border: 1px solid #f0f0f0;
}
.zt_text {
  padding: 1em;
  margin: 1em 0 0 0;
  line-height: 2em;
}

/*申请方案*/
.content2 {
  position: relative;
  background: url("./bg_03.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.content2_text {
  width: 1200px;
  margin: auto;
  font-size: 30px;
  color: #fff;
}
.content2_text .navlist1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  border-bottom: 1px solid #fff;
}
.navlist1 p {
  position: relative;
  text-align: center;
  font-size: 20px;
}
.content2_text .navlist1 li {
  position: relative;
  float: right;
  padding: 0 0 10px 0;
  box-sizing: border-box;
  transition: 0.5s;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin: 0 1em;
}
.content2_text .navlist1 li:nth-of-type(5n) {
  margin-right: 0;
}
.content2_text .navlist1 li span {
  display: block;
}
.content2_text .navlist1 li.navlist1hover {
  border-bottom: 3px solid #dca338;
  color: #dca338;
}
.content2_text .navlist1 li.navlist1hover:after {
  content: "";
  display: block;
  position: absolute;
  background: url(./entrySprite.png) no-repeat -173px -19px;
  bottom: 6px;
  left: 50%;
  margin: -6.5px;
  width: 13px;
  height: 6px;
}

.box_child {
  background-color: #21458000;
}
.content2_text .child_list {
  width: 1200px;
  color: #fff;
  font-size: 16px;
  position: relative;
  display: none;
  padding: 20px 30px;
  box-sizing: border-box;
}

.schoolpan {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.postgraduate {
  width: 80%;
  background-color: #ffffff00;
  padding: 1rem;
  font-size: 18px;
  color: #000;
  max-height: 480px;
}
.university {
  width: 80%;
  background-color: #ffffff00;
  padding: 1rem;
  font-size: 18px;
  color: #000;
  max-height: 500px;
}
.postgraduate_1 {
  width: 100%;
  height: 458px;
  float: left;
  text-align: justify;
  padding: 1em 2em;
  box-sizing: border-box;
  margin: 1%;
  box-shadow: 0 0 25px #333;
  /* height: 380px; */
  background: rgb(175, 205, 255);
  background: linear-gradient(
    180deg,
    rgba(175, 205, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  border-radius: 1em;
}
.postgraduate_2 {
  width: 100%;
  height: 458px;
  float: left;
  text-align: justify;
  padding: 1em 2em;
  box-sizing: border-box;
  margin: 1%;
  box-shadow: 0 0 25px #333;
  /* height: 380px; */
  border-radius: 1em;
  background: rgb(255, 225, 190);
  background: linear-gradient(
    180deg,
    rgba(255, 225, 190, 1) 0%,
    rgba(255, 255, 255, 1) 50%
  );
}
.postgraduate_1_title,
.postgraduate_2_title,
.university_1_title,
.university_2_title,
.university_3_title {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
.postgraduate_1_title h2,
.postgraduate_2_title h2,
.university_1_title h2,
.university_2_title h2,
.university_3_title h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}
.postgraduate_1 p,
.postgraduate_2 p,
.university_1 p,
.university_2 p,
.university_3 p {
  position: relative;
  line-height: 2;
}
.university_1 {
  width: 32%;
  height: 480px;
  float: left;
  text-align: justify;
  padding: 1em 1.5em;
  box-sizing: border-box;
  margin: 1%;
  box-shadow: 0 0 25px #333;
  /* height: 380px; */
  background: rgb(175, 205, 255);
  background: linear-gradient(
    180deg,
    rgba(175, 205, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  border-radius: 1em;
}
.university_2 {
  width: 32%;
  height: 480px;
  float: left;
  text-align: justify;
  padding: 1em 1.5em;
  box-sizing: border-box;
  margin: 1%;
  box-shadow: 0 0 25px #333;
  /* height: 380px; */
  border-radius: 1em;
  background: rgb(255, 225, 190);
  background: linear-gradient(
    180deg,
    rgba(255, 225, 190, 1) 0%,
    rgba(255, 255, 255, 1) 50%
  );
}
.university_3 {
  width: 36%;
  height: 480px;
  float: left;
  text-align: justify;
  padding: 1em;
  box-sizing: border-box;
  margin: 1%;
  box-shadow: 0 0 25px #333;
  /* height: 380px; */
  border-radius: 1em;
  background: rgb(212, 255, 234);
  background: linear-gradient(
    180deg,
    rgba(212, 255, 234, 1) 0%,
    rgba(255, 255, 255, 1) 50%
  );
}
/* 内容3 */
.content3 {
  position: relative;
  background-color: #eff4fe;
  padding-bottom: 2%;
}
.content3_text {
  position: relative;
  width: 100%;
  margin: 1em auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
  font-size: 24px;
}

.content3_card {
  width: 300px;
  height: 330px;
  background: #fff;
  border-radius: 1em;
  text-align: center;
  color: #000;
  font-family: inherit;
  z-index: 1;
}

.card_img {
  display: flex;
  margin: 60px auto 10px auto;
  width: 85px;
  height: 85px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 99;
}

.content3_card:hover .card_img {
  transform: scale(1.1);
  border: 1px solid #f0f0f0;
}

.card1 {
  --main-color: #000;
  --submain-color: #78858f;
  --bg-color: #fff;
  position: relative;
  width: 265px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: var(--bg-color);
}
/* .card1:hover {
  transform: scale(1.1);
} */

.card-img {
  height: 160px;
  width: 100%;
}
.card-img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.card-avatar {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--bg-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 25%);
}
.card_title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  color: var(--main-color);
}
.card1:hover .card_title {
  color: #f06300;
}
.content3_ul {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  gap: 1em;
}
.content3_ul li {
  position: relative;
  display: flex;
  cursor: pointer; /* 鼠标样式变为手势 */
  box-sizing: border-box;
  transition: 0.5s;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.content3_text_show {
  position: relative;
  width: 90%;
  margin: auto;
}
.text_show {
  position: relative;
  font-size: 1.5em;
  height: 330px;
  border-radius: 21px;
  background: #ffffff;
  box-shadow: inset -10px 10px 40px #f2d6b5, inset 10px -10px 40px #f2d6b5;
  padding: 0em 1em 1em 0em;
}

.text_show_pm {
  position: relative;
  text-align: center;
  width: 30%;
  float: right;
  margin-right: 3em;
}
.zt_school_num {
  position: relative;
  background-color: #f5e0c7;
  padding: 0.5em 0;
  border-radius: 0 0 20px 20px;
}
.text_show_title {
  padding: 3em 2em 0 2em;
  position: relative;
}
.text_show_title b {
  font-size: 1.3em;
}
.text_show_text {
  position: relative;
  padding: 1em 1.5em 0.5em 2em;
  line-height: 1.8em;
  font-size: 17px;
}
.text_show_pro {
  position: relative;
  padding: 0.5em 2em;
  font-size: 17px;
  background: rgb(245, 224, 199);
  background: linear-gradient(
    90deg,
    rgba(245, 224, 199, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  margin-bottom: 2em;
}
.text_p {
  position: relative;
  font-size: 1em;
  color: #999;
  text-align: right;
  padding: 0 2em 0 0;
}
/* 内容4 */
.content4 {
  position: relative;
  background: url("./bg_05.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.content4_text {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: baseline;
  padding: 3% 1% 1% 1%;
}
#content4_table1 {
  position: relative;
  font-family: "微软雅黑", Arial;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  float: left;
  width: 45%;
}
#content4_table1 tr th {
  line-height: 2;
  text-align: center;
  background-color: #1d4180;
  color: #fff;
  overflow: auto;
  width: auto;
  font-size: 2em;
}
#content4_table1 tr td {
  padding: 1em;
  font-size: 1.5em;
  border-top-style: dotted;
}
#content4_table2 {
  position: relative;
  font-family: "微软雅黑", Arial;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  float: right;
  width: 45%;
}
#content4_table2 tr th {
  line-height: 2;
  text-align: center;
  background-color: #1d4180;
  color: #fff;
  overflow: auto;
  width: auto;
  font-size: 2em;
}
#content4_table2 tr td {
  padding: 1em;
  font-size: 1.5em;
  border-top-style: dotted;
}

#td1 {
  background-color: #f2f6ff;
  width: 10%;
  text-align: center;
}
#td2 {
  background-color: #fff;
  width: 35%;
  text-align: justify;
}

/*成功案例开始*/

.success_case {
  position: relative;
  background: url(./bg_06.jpg) no-repeat center center;
  background-size: 100% 100%;
  /* height: 702px; */
  width: 100%;
  max-width: 1920px;
}

.swiper-container-anli {
  margin-top: 3em;
  padding-bottom: 50px;
  padding-right: 30px;
}
.swiper-container-anli img {
  /* border: 2px solid #f06300; */
  padding: 10px;
  border-radius: 15px;
  width: 100%
}
.swiper-container-anli .swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  background-size: 100%;
  margin-top: -50px;
}
.swiper-wrapper {
  height: 100%;
  padding-left: 5px;
}

.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;
}

/*成功案例结束*/

/*优势-开始*/
.service {
  position: relative;
  background-color: #fff;
  margin-bottom: 5em;
}
.service_list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2em;
}
.service_list img {
  position: relative;
  width: 100%;
}
.server_list_item {
  transition: transform 1s;
}
.server_list_item:hover {
  transform: translateY(-20px);
}
/*优势-结束*/
