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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font-weight: normal; */
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px;
}

@font-face {
  font-family: "Source Han Sans CN-Normal";
  src: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/font/SourceHanSansCN-Regular.ttf") format("truetype");
}

html,
body {
  width: 100%;
}

body {
  font-family: Source Han Sans CN-Normal;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bar-title {
  border-bottom: solid 1px #e5e5e5;
}

.bar-title .bar-title-con {
  width: 1280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #333;
}

.bar-title .bar-title-con .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bar-title .bar-title-con .left>li {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  margin-right: 30px;
}

.bar-title .bar-title-con .left>li a {
  font-weight: 400;
  font-size: 12px;
  color: #abaaaa;
}

.bar-title .bar-title-con .left>li a.home {
  color: #0770d1;
}

.bar-title .bar-title-con .left>li.nav {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}

.bar-title .bar-title-con .left>li.nav:hover .nav_box {
  display: block;
}

.bar-title .bar-title-con .left>li.nav::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 10px;
  height: 18px;
  background: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/pcc/img/a91b75e0.png") center / contain no-repeat;
}

.bar-title .bar-title-con .left>li.nav .nav_box {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 100;
  padding-top: 4px;
  -webkit-animation: an 0.3s ease-in-out;
  animation: an 0.3s ease-in-out;
}

.bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in {
  padding: 10px 20px 13px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1608);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1608);
}

.bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}

.bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li:first-of-type::after {
  content: "|";
  margin-left: 20px;
  color: #bebebe;
}

.bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a {
  font-weight: 400;
  font-size: 12px;
  color: #666;
  padding: 0 20px;
}

.bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a.active,
.bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a:hover {
  width: 56px;
  color: #0770d1;
}

.bar-title .bar-title-con .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bar-title .bar-title-con .right li {
  padding-left: 30px;
}

.bar-title .bar-title-con .right li.login {
  color: #0770d1;
}

.bar-title .bar-title-con .right li.login a {
  color: #0770d1;
  margin: 0 4px;
}

.bar-title .bar-title-con .right li a {
  font-weight: 400;
  font-size: 12px;
  color: #333;
}

header .con {
  height: 130px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .con a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .con a img {
  height: 90px;
  width: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 12px;
}

header .con a h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #3d3d3d;
}

header .con .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .con .right .tel p {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #3d3d3d;
  line-height: 1.5;
}

header .con .right .tel p:last-of-type {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: normal;
}

header .con .right .tel p:last-of-type::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  width: 22px;
  height: 22px;
  background: url("https://www.serengetilive.com/statics/images/college_sem/header-logo01.png") left center / contain no-repeat;
}

header .con .right button {
  width: 114px;
  height: 44px;
  border-radius: 4px;
  background: #1e3c84;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  border: none;
  outline: none;
  margin-left: 20px;
  cursor: pointer;
}

.menu {
  background-color: #1e3c84;
}

.menu menu {
  height: 60px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu menu li a {
  font-size: 18px;
  color: #ffffff;
}

.menu menu li.active a {
  font-weight: bold;
}

.banner {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

.banner .swiper-wrapper {
  height: 440px;
  min-width: 1200px;
}

.banner .swiper-wrapper .swiper-slide {
  height: 440px;
  width: 100%;
}

.banner .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-wrap {
  background-color: #f8faff;
  padding-bottom: 18px;
}

.profile-wrap .contain {
  width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: white;
  border-radius: 6px;
}

.profile-wrap .contain .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0 11px 0;
  border-bottom: #d8d8d8 1px solid;
}

.profile-wrap .contain .title h3 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #1e3c84;
}

.profile-wrap .contain .title h3::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1e3c84;
}

.profile-wrap .contain .title a {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #767676;
}

.profile-wrap .contain .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-wrap .contain .top .left {
  width: 716px;
}

.profile-wrap .contain .top .left .school-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

.profile-wrap .contain .top .left .school-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1e3c84;
}

.profile-wrap .contain .top .left .school-title span {
  font-size: 24px;
  font-weight: bold;
  color: #d2a87e;
}

.profile-wrap .contain .top .left .profile {
  background-color: #f7f7f7;
  padding: 14px 24px;
  margin-top: 14px;
}

.profile-wrap .contain .top .left .profile ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-wrap .contain .top .left .profile ul li {
  width: 48%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.82;
  color: #3d3d3d;
}

.profile-wrap .contain .top .left .profile ul li span {
  color: #767676;
}

.profile-wrap .contain .top .left .description {
  padding-top: 12px;
}

.profile-wrap .contain .top .left .description p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.82;
  letter-spacing: 0px;
  color: #3d3d3d;
  text-align: justify;
}

.profile-wrap .contain .top .left .description p a {
  color: #d2a87e;
  padding-left: 5px;
}

.profile-wrap .contain .top .right {
  margin-left: 34px;
  width: 400px;
}

.profile-wrap .contain .top .right .dynamic ul {
  padding-top: 11px;
  height: 166px;
}

.profile-wrap .contain .top .right .dynamic ul li {
  line-height: 1.82;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.profile-wrap .contain .top .right .dynamic ul li i {
  color: #1e3c84;
}

.profile-wrap .contain .top .right .dynamic ul li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-wrap .contain .top .right .dynamic ul li .span {
  font-size: 13px;
  font-weight: normal;
  color: #7e7e7e;
  margin-left: 7px;
}

.profile-wrap .contain .top .right .form form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.profile-wrap .contain .top .right .form form::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 5px;
  height: 5px;
  border: solid 1px #303030;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}

.profile-wrap .contain .top .right .form form select,
.profile-wrap .contain .top .right .form form input {
  width: 191px;
  height: 40px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e2e5eb;
  margin-bottom: 12px;
  font-size: 14px;
  padding-left: 16px;
}

.profile-wrap .contain .top .right .form form select {
  color: #767676;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.profile-wrap .contain .top .right .form form .btn {
  text-align: center;
  width: 100%;
}

.profile-wrap .contain .top .right .form form .btn button {
  width: 173px;
  height: 34px;
  border-radius: 2px;
  background: #d2a87e;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
}

.profile-wrap .contain .environment-wrap .environment-swiper {
  position: relative;
  margin-top: 16px;
  overflow: hidden;
}

.profile-wrap .contain .environment-wrap .environment-swiper .swiper-slide {
  cursor: pointer;
  position: relative;
}

.profile-wrap .contain .environment-wrap .environment-swiper .swiper-slide:hover p {
  display: block;
}

.profile-wrap .contain .environment-wrap .environment-swiper .swiper-slide img {
  width: 287px;
  height: 176px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.profile-wrap .contain .environment-wrap .environment-swiper .swiper-slide p {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.82;
  color: #3d3d3d;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 43, 97, 0.8);
  padding: 10px;
  color: white;
  display: none;
}

.profile-wrap .contain .environment-wrap .environment-swiper .swiper-button-prev-btn,
.profile-wrap .contain .environment-wrap .environment-swiper .swiper-button-next-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 40px;
  height: 176px;
  background: rgba(30, 60, 132, 0.58);
  cursor: pointer;
  opacity: 0.6;
}

.profile-wrap .contain .environment-wrap .environment-swiper .swiper-button-prev-btn::after,
.profile-wrap .contain .environment-wrap .environment-swiper .swiper-button-next-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-22%, -50%) rotate(135deg);
  transform: translate(-22%, -50%) rotate(135deg);
  border: solid 4px white;
  border-top-width: 0;
  border-left-width: 0;
  pointer-events: none;
}

.profile-wrap .contain .environment-wrap .environment-swiper .swiper-button-prev-btn:hover,
.profile-wrap .contain .environment-wrap .environment-swiper .swiper-button-next-btn:hover {
  opacity: 1;
}

.profile-wrap .contain .environment-wrap .environment-swiper .swiper-button-next-btn {
  left: auto;
  left: initial;
  right: 0px;
}

.profile-wrap .contain .environment-wrap .environment-swiper .swiper-button-next-btn::after {
  -webkit-transform: translate(-70%, -50%) rotate(-45deg);
  transform: translate(-70%, -50%) rotate(-45deg);
}

.items {
  padding: 36px 0;
}

.items .con {
  width: 1200px;
  margin: 0 auto;
}

.items .con .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.items .con .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1e3c84;
}

.items .con .title h3+span {
  font-size: 24px;
  font-weight: bold;
  color: #d2a87e;
}

.items .con .title p {
  font-size: 18px;
  font-weight: normal;
  color: #d2a87e;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 9px;
  padding-left: 10px;
}

.items .con .title span {
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
}

.items .con>ul {
  width: 1200px;
  margin-top: 36px;
}

.items .con>ul>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #d8d8d8;
  padding: 24px 0;
}

.items .con>ul>li:first-of-type {
  padding-top: 0;
}

.items .con>ul>li img {
  width: 285px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.items .con>ul>li .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 24px;
  border-right: dashed 1px #d8d8d8;
}

.items .con>ul>li .desc h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.82;
  color: #3d3d3d;
}

.items .con>ul>li .desc>.list {
  min-height: 130px;
}

.items .con>ul>li .desc>.list>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items .con>ul>li .desc>.list>ul li {
  width: 48%;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #3d3d3d;
}

.items .con>ul>li .desc>.list>ul li span {
  color: #767676;
}

.items .con>ul>li .desc>.list>ul li span.star {
  vertical-align: middle;
}

.items .con>ul>li .desc>.list>ul li span.star i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-right: 3px;
  background: url("https://www.serengetilive.com/statics/sem/images/5d410f2b.png") center / contain no-repeat;
}

.items .con>ul>li .desc>.list>ul li span.star[star="1"] i:first-of-type {
  background-image: url("https://www.serengetilive.com/statics/sem/images/a91b5ff4.png");
}

.items .con>ul>li .desc>.list>ul li span.star[star="2"] i:nth-of-type(-n + 2) {
  background-image: url("https://www.serengetilive.com/statics/sem/images/a91b5ff4.png");
}

.items .con>ul>li .desc>.list>ul li span.star[star="3"] i:nth-of-type(-n + 3) {
  background-image: url("https://www.serengetilive.com/statics/sem/images/a91b5ff4.png");
}

.items .con>ul>li .desc>.list>ul li span.star[star="4"] i:nth-of-type(-n + 4) {
  background-image: url("https://www.serengetilive.com/statics/sem/images/a91b5ff4.png");
}

.items .con>ul>li .desc>.list>ul li span.star[star="5"] i:nth-of-type(-n + 5) {
  background-image: url("https://www.serengetilive.com/statics/sem/images/a91b5ff4.png");
}

.items .con>ul>li .desc a.more {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #767676;
  margin-top: 12px;
}

.items .con>ul>li .btn {
  width: 188px;
  text-align: center;
}

.items .con>ul>li .btn button {
  width: 140px;
  height: 44px;
  border-radius: 4px;
  background: #1e3c84;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
}

.items .con>ul>li .btn button.cp {
  background-color: #d2a87e;
}

.items .con>ul>li .btn button.bm {
  background-color: white;
  color: #1e3c84;
  border: solid 1px #1e3c84;
  margin-bottom: 0;
}

.teacher {
  padding: 35px 0;
}

.teacher .con {
  width: 1200px;
  margin: 0 auto;
}

.teacher .con .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.teacher .con .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1e3c84;
}

.teacher .con .title h3+span {
  font-size: 24px;
  font-weight: bold;
  color: #d2a87e;
}

.teacher .con .title p {
  font-size: 18px;
  font-weight: normal;
  color: #d2a87e;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 9px;
  padding-left: 10px;
}

.teacher .con .title span {
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
}

.teacher .con .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 55px;
}

.teacher .con .team .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.teacher .con .team .left ul li {
  text-align: center;
  width: 272px;
  margin-right: 50px;
}

.teacher .con .team .left ul li:last-of-type {
  margin-right: 0;
}

.teacher .con .team .left ul li img {
  width: 186px;
  height: 186px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
}

.teacher .con .team .left ul li span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.82;
  letter-spacing: 0px;
  color: #3d3d3d;
  padding: 17px 0 8px;
}

.teacher .con .team .left ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.82;
  color: #3d3d3d;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.teacher .con .team .right .top #teacher {
  width: 182px;
  height: 182px;
}

.teacher .con .team .right .top p {
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
  padding-top: 10px;
  text-align: center;
}

.teacher .con .team .right .bottom {
  margin-top: 60px;
}

.teacher .con .team .right .bottom .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

.teacher .con .team .right .bottom .wrap>div {
  width: 77px;
  height: 77px;
  background-color: #6fc4fe;
  text-align: center;
  line-height: 77px;
  font-size: 30px;
  color: white;
  border-radius: 30% 0 30% 0;
}

.teacher .con .team .right .bottom .wrap>div:last-of-type {
  background-color: #66d36c;
  border-radius: 0 30% 0 30%;
}

.teacher .con .team .right .bottom p {
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
  padding-top: 10px;
  text-align: center;
}

.student {
  padding: 35px 0;
  background-color: #f8faff;
}

.student .con {
  width: 1200px;
  margin: 0 auto;
}

.student .con .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.student .con .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1e3c84;
}

.student .con .title h3+span {
  font-size: 24px;
  font-weight: bold;
  color: #d2a87e;
}

.student .con .title p {
  font-size: 18px;
  font-weight: normal;
  color: #d2a87e;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 9px;
  padding-left: 10px;
}

.student .con .title span {
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
}

.student .con .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}

.student .con .team .left ul {
  width: 917px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.student .con .team .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 448px;
  height: 142px;
  background-color: white;
  margin-bottom: 20px;
}

.student .con .team .left ul li:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 2px 0px #eee, 0px 0px 2px 0px #eee, 0px 3px 4px 0px #bbb;
  box-shadow: 0px 0px 0px 0px transparent, 0px 0px 2px 0px #eee, 0px 0px 2px 0px #eee, 0px 3px 4px 0px #bbb;
}

.student .con .team .left ul li img {
  width: 142px;
  height: 142px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.student .con .team .left ul li .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 18px 16px 16px 20px;
}

.student .con .team .left ul li .desc span {
  font-size: 24px;
  font-weight: bold;
  color: #232323;
}

.student .con .team .left ul li .desc p {
  font-size: 14px;
  font-weight: normal;
  color: #232323;
  padding-top: 12px;
}

.student .con .team .left ul li .desc p:nth-of-type(2) {
  font-size: 14px;
  color: #707070;
  line-height: 1.65;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.student .con .team .right .top #student {
  width: 182px;
  height: 182px;
}

.student .con .team .right .top p {
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
  padding-top: 10px;
  text-align: center;
}

.questions {
  padding: 58px 0;
}

.questions .con {
  width: 1200px;
  margin: 0 auto;
}

.questions .con .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.questions .con .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1e3c84;
}

.questions .con .title h3+span {
  font-size: 24px;
  font-weight: bold;
  color: #d2a87e;
}

.questions .con .title p {
  font-size: 18px;
  font-weight: normal;
  color: #d2a87e;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 9px;
  padding-left: 10px;
}

.questions .con .title span {
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
}

.questions .con .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.questions .con .wrap ul {
  width: 638px;
  padding-top: 24px;
}

.questions .con .wrap ul li h5 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #3d3d3d;
  padding-left: 26px;
}

.questions .con .wrap ul li h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("https://www.serengetilive.com/statics/images/college_sem/eea2aa48.png") center / contain no-repeat;
}

.questions .con .wrap ul li .text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #3d3d3d;
  padding-top: 6px;
  margin-bottom: 16px;
}

.questions .con .wrap ul li .text button {
  display: none;
}

.questions .con .wrap ul li .text .show {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #3d3d3d;
  color: #1e3c84;
  background-color: white;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.questions .con .wrap ul li .text.ellipsis {
  position: relative;
}

.questions .con .wrap ul li .text.ellipsis p {
  line-height: 1.65;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 28px;
}

.questions .con .wrap ul li .text.ellipsis .open {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #3d3d3d;
  display: block;
  color: #1e3c84;
  background-color: white;
  border: none;
}

.questions .con .wrap .form {
  width: 515px;
  height: 494px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  background: url("https://www.serengetilive.com/statics/sem/images/0a9b85b0.png") center top / 515px 119px no-repeat;
}

.questions .con .wrap .form h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  padding-top: 21px;
  height: 59px;
}

.questions .con .wrap .form p {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  padding-top: 8px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 24px;
  height: 73px;
}

.questions .con .wrap .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 50px 0 50px;
}

.questions .con .wrap .form form .item {
  margin-top: 22px;
  width: 196px;
  height: 52px;
}

.questions .con .wrap .form form .item.flex {
  width: 100%;
}

.questions .con .wrap .form form .item input {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e2e5eb;
  padding: 0 16px;
  font-size: 14px;
}

.questions .con .wrap .form form .item input::-webkit-input-placeholder {
  color: #767676;
}

.questions .con .wrap .form form .item input::-moz-placeholder {
  color: #767676;
}

.questions .con .wrap .form form .item input:-ms-input-placeholder {
  color: #767676;
}

.questions .con .wrap .form form .item input::-ms-input-placeholder {
  color: #767676;
}

.questions .con .wrap .form form .item input::placeholder {
  color: #767676;
}

.questions .con .wrap .form form .item select {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e2e5eb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 16px;
  font-size: 14px;
  color: #767676;
  outline: none;
}

.questions .con .wrap .form form .item select option {
  color: #3d3d3d;
}

.questions .con .wrap .form form .item.arr {
  position: relative;
}

.questions .con .wrap .form form .item.arr::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 5px;
  height: 5px;
  border: solid 1px #303030;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}

.questions .con .wrap .form form button {
  width: 100%;
  height: 54px;
  border-radius: 2px;
  background: #1e3c84;
  margin-top: 27px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
}

.map {
  background-color: #f8faff;
  padding: 18px 0;
}

.map .con {
  width: 1200px;
  margin: 0 auto;
  padding: 24px;
  background-color: white;
  border-radius: 6px;
}

.map .con .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 24px;
}

.map .con .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1e3c84;
}

.map .con .title h3+span {
  font-size: 24px;
  font-weight: bold;
  color: #d2a87e;
}

.map .con .title p {
  font-size: 18px;
  font-weight: normal;
  color: #d2a87e;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 9px;
  padding-left: 10px;
}

.map .con #Map {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1152px;
  height: 521px;
}

.map .con #Map #info {
  width: 180px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.map .con #Map #info img {
  width: 180px;
  height: 100px;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.map .con #Map #info p {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: left;
  padding: 10px 0;
  white-space: break-spaces;
}

.map .con #Map #info a {
  display: inline-block;
  width: 126px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #0770d1;
  font-weight: 400;
  font-size: 14px;
  color: #0770d1;
  line-height: 30px;
  cursor: pointer;
}

/*鍏叡搴曢儴*/
body .footer_nav {
  background-color: #0770d1;
  clear: both;
  min-width: 1280px;
}

body .footer_nav .con {
  width: 1280px;
  margin: 0 auto;
}

body .footer_nav .con .footer-menu {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .footer_nav .con .footer-menu h2 {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

body .footer_nav .con .footer-menu h2 img {
  height: 50px;
}

body .footer_nav .con .footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 590px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .footer_nav .con .footer-menu ul li {
  line-height: 90px;
}

body .footer_nav .con .footer-menu ul li a {
  display: inline-block;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

body .footer_nav .con .footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 27px 0 14px 0;
}

body .footer_nav .con .footer-contact ul {
  width: 633px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body .footer_nav .con .footer-contact ul li:nth-of-type(even) {
  margin-top: -16px;
}

body .footer_nav .con .footer-contact ul li img {
  width: 120px;
  height: 120px;
  margin: 0 10px;
}

body .footer_nav .con .footer-contact ul li span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}

body .footer_nav .con .footer-contact ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

body .footer_nav .con .footer-contact ul li p:last-of-type {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  margin-right: 10px;
}

body .footer_nav .con .footer-contact .right {
  padding-bottom: 10px;
  padding-top: 10px;
}

body .footer_nav .con .footer-contact .right p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

body .footer_nav .con .footer-contact .right p:first-of-type {
  margin-top: 0;
}

body .footer_nav .con .footer-contact .right p span {
  position: relative;
  margin-right: 19px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

body .footer_nav .con .footer-contact .right p span:hover a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

body .footer_nav .con .footer-contact .right p span:hover a.img-wrap {
  display: block;
}

body .footer_nav .con .footer-contact .right p span:first-of-type {
  width: 80px;
  display: inline-block;
  text-align: right;
  margin-top: 0;
}

body .footer_nav .con .footer-contact .right p span:last-of-type {
  margin-right: 0;
}

body .footer_nav .con .footer-contact .right p span a {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

body .footer_nav .con .footer-contact .right p span a.img-wrap {
  position: absolute;
  display: none;
  width: 120px;
  height: 136px;
  bottom: 0;
  left: 50%;
  z-index: 1100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 16px;
  pointer-events: none;
}

body .footer_nav .con .footer-contact .right p span a.img-wrap img {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 0 2px 0 rgba(185, 201, 214, 0.7);
  box-shadow: 0 0 2px 0 rgba(185, 201, 214, 0.7);
}

body .footer_nav .con .footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .footer_nav .con .footer-copyright p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 46px;
}

body .footer_nav .con .footer-copyright p a {
  color: #ffffff;
  float: left;
}

body .footer_nav .con .footer-copyright p a img {
  width: 15px;
  height: 17px;
  margin: 0 4px;
  margin-top: -2px;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.mask.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask .mask-content form {
  position: relative;
  width: 594px;
  border-radius: 20px;
  background-color: white;
  padding: 33px 44px 20px;
}

.mask .mask-content form h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #1c3a7d;
  padding-bottom: 6px;
}

.mask .mask-content form i.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #6b7280;
  cursor: pointer;
}

.mask .mask-content form i.close::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-style: solid;
  border-color: #6b7280;
  border-width: 0 1px 1px 0;
  pointer-events: none;
}

.mask .mask-content form i.close::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 75%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  border-style: solid;
  border-color: #6b7280;
  border-width: 0 1px 1px 0;
  pointer-events: none;
}

.mask .mask-content form .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mask .mask-content form .box .item {
  width: 242px;
  margin-top: 12px;
}

.mask .mask-content form .box .item:nth-of-type(3) {
  position: relative;
}

.mask .mask-content form .box .item:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 52px;
  right: 18px;
  border-style: solid;
  border-color: #1c3a7d;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.mask .mask-content form .box .item:nth-of-type(5) {
  width: 100%;
}

.mask .mask-content form .box .item input,
.mask .mask-content form .box .item select,
.mask .mask-content form .box .item textarea {
  width: 100%;
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #3d3d3d;
  border: 0.5px solid rgba(28, 58, 125, 0.3);
  border-radius: 10px;
  background: #f5f7fa;
  padding: 0 12px;
  outline: none;
  -webkit-box-shadow: 100px 100px #f5f7fa inset;
  box-shadow: 100px 100px #f5f7fa inset;
}

.mask .mask-content form .box .item input::-webkit-input-placeholder,
.mask .mask-content form .box .item select::-webkit-input-placeholder,
.mask .mask-content form .box .item textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

.mask .mask-content form .box .item input::-moz-placeholder,
.mask .mask-content form .box .item select::-moz-placeholder,
.mask .mask-content form .box .item textarea::-moz-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

.mask .mask-content form .box .item input:-ms-input-placeholder,
.mask .mask-content form .box .item select:-ms-input-placeholder,
.mask .mask-content form .box .item textarea:-ms-input-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

.mask .mask-content form .box .item input::-ms-input-placeholder,
.mask .mask-content form .box .item select::-ms-input-placeholder,
.mask .mask-content form .box .item textarea::-ms-input-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

.mask .mask-content form .box .item input::placeholder,
.mask .mask-content form .box .item select::placeholder,
.mask .mask-content form .box .item textarea::placeholder {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

.mask .mask-content form .box .item label {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #3d3d3d;
  display: block;
  margin-bottom: 4px;
}

.mask .mask-content form .box .item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #999;
}

.mask .mask-content form .box .item select option {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #3d3d3d;
}

.mask .mask-content form .box .item textarea {
  height: 83px;
  padding: 8px 12px;
  resize: none;
  color: #3d3d3d;
  font-family: serif;
  font-family: initial;
}

.mask .mask-content form button {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  background: #1c3a7d;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 30px 0 6px;
  border: none;
  cursor: pointer;
  outline: none;
}

.mask .mask-content form p {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #6b7280;
}

body>div {
  background-color: #fff;
}

body>div.items:nth-of-type(even) {
  background-color: #F8FAFF;
}


/* 关于我们 */
.main {
  background: #f7f7f7;
}

.main .fl {
  float: left;
}

.main .fr {
  float: right;
}

.main .wrap {
  width: 1200px;
  margin: 0 auto;
}

.main .wrap .main-top {
  height: 63px;
  line-height: 63px;
  font-size: 16px;
  color: #707070;
}

.main .wrap .main-top span {
  color: #232323;
}

.main .wrap .clearfix {
  overflow: hidden;
}

.main .wrap .clearfix .main-left {
  float: left;
}

.main .wrap .clearfix .main-left .about-us {
  width: 787px;
  padding: 32px;
  margin-bottom: 100px;
  background: #fff;
  text-align: justify;
}

.main .wrap .clearfix .main-left .about-us p {
  padding-bottom: 10px;
}

.main .wrap .clearfix .main-left .about-us img {
  max-width: 100%
}

.main .wrap .clearfix .main-left .about-us * {
  font-size: 16px;
}

.main .wrap .clearfix .main-left .about-us .class-intro {
  padding: 0 15px;
}

.main .wrap .clearfix .main-right {
  float: right;
  width: 330px;
  margin-bottom: 26px;
}

.main .wrap .clearfix .main-right .flip-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.main .wrap .clearfix .main-right .flip-container.flipped .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.main .wrap .clearfix .main-right .flip-container .flipper {
  position: relative;
  width: 330px;
  height: 353px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main .wrap .clearfix .main-right .flip-container .flipper .front,
.main .wrap .clearfix .main-right .flip-container .flipper .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: white;
}

.main .wrap .clearfix .main-right .flip-container .flipper .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.main .wrap .clearfix .main-right .flip-container .flipper .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: white;
  border-radius: 10px;
  padding: 28px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .title_1525 {
  font-size: 24px;
  font-weight: bold;
  color: #004A87;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .title_1525 i {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #004A87;
  vertical-align: -3px;
  margin-right: 10px;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .text p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .text p:first-of-type {
  font-weight: bold;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .text p a {
  color: #004A87;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .text .ewm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .text .ewm span {
  width: 80px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .text .ewm .right_img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .text .ewm .right_img img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .text .ewm .right_img img[src] {
  display: block;
}

.main .wrap .clearfix .main-right .flip-container .flipper .back .back_msg .text .ewm .right_img img[src=""] {
  display: none;
}

.entrances-top {
  border-radius: 10px 10px 0 0;
  height: 84px;
  padding-top: 3px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #002b61;
}

.entrances-top h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1.5;
}

.entrances-form {
  padding: 24px 16px;
  background: #fff;
  font-size: 0;
  border-radius: 0 0 10px 10px;
}

.entrances-form .flex_1617 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.entrances-form input[type='text'] {
  width: 134px;
  height: 34px;
  line-height: 38px;
  padding-left: 10px;
  border: 1px solid #f0f0f0;
  outline: none;
  display: inline-block;
  width: 134px;
  height: 34px;
  background-color: white;
  box-sizing: border-box;
}

.entrances-form input[type='radio'] {
  appearance: radio;
  margin-right: 5px;
  vertical-align: middle;
}

.entrances-form input[type='text'] {
  line-height: 38px;
  padding-left: 10px;
  border: 1px solid #f0f0f0;
  outline: none;
  display: inline-block;
  width: 134px;
  height: 34px;
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e2e5e7;
  outline: none;
}

.entrances-form .submit-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #004A87;
  background-color: #004A87;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.entrances-form .entrances-mobile {
  width: 135px;
  height: 26px;
  padding-left: 35px;
  font-size: 20px;
  color: #232323;
  margin: 0 auto;
  margin-top: 20px;
  background: url("https://www.serengetilive.com/statics/images/college_sem/mobile.png") no-repeat left center;
}

.entrances-form .select {
  display: inline-block;


}

.entrances-form .select select {
  display: inline-block;
  width: 134px;
  height: 34px;
  background-color: white;
  box-sizing: border-box;
  padding: 0 6px;
  border: solid 1px #e2e5e7;
  outline: none;
}

.entrances-form input {
  font-size: 13px;
}

.entrances-form p.tip {
  font-size: 14px;
  text-align: center;
}

.newest-list li a h4 {
  line-height: 1.5;
}

.links {
  background-color: #f8faff;
  font-size: 0;
}

.links .con {
  height: 63px;
  line-height: 63px;
  width: 1200px;
  margin: 0 auto;
}

.links .con a {
  font-size: 14px;
  color: #707070;
  padding: 0 2px;
}

.links .con span {
  font-size: 14px;
  color: #232323;
  padding: 0 2px;
}