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;
  text-decoration: none;
}
a:visited {
  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);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
html,
body {
  width: 100%;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}

html {
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}
html body {
  background-color: #F8F8F8;
  font-size: 0;
}

header {
  background: #2C2E71;
  min-width: 1200px;
}
header .con {
  width: 1200px;
  height: 120px;
  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 h1 {
  font-size: 0;
}
header .con h1 a img {
  height: 77px;
}

menu 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;
  width: 730px;
}
menu ul li {
  position: relative;
}
menu ul li.active a {
  font-weight: bold;
}
menu ul li.active::before,
menu ul li:hover::before {
  position: absolute;
  content: "";
  left: 2px;
  bottom: -18px;
  width: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  background: #FFFFFF;
  border-radius: 3px;
}
menu ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
menu ul li .list {
  display: none;
  position: absolute;
  padding-top: 63px;
  top: -30px;
  left: 11px;
  z-index: 10;
}
menu ul li .list .in {
  width: 156px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(93, 93, 93, 0.1608);
          box-shadow: 0px 0px 15px 1px rgba(93, 93, 93, 0.1608);
  border-radius: 10px;
  padding-bottom: 28px;
}
menu ul li .list .in a {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  display: block;
  text-align: center;
  padding-top: 28px;
  padding-right: 0;
}
menu ul li .list .in a:nth-of-type(n+2) {
  padding-top: 25px;
}
menu ul li .list .in a:hover,
menu ul li .list .in a.active {
  color: #2C2E71;
}
menu ul li:nth-of-type(2) {
  position: relative;
}
menu ul li:nth-of-type(2):hover .list {
  display: block;
}

menu ul li:nth-of-type(2)::before {
  -webkit-transform: translateX(-84%);
          transform: translateX(-84%);
}
menu ul li:nth-of-type(2)::after {
  position: absolute;
  /* content: ""; */
  pointer-events: none;
  top: 8px;
  right: 0;
  width: 13px;
  height: 7px;
  background: url(../images/abb61a86.png) right center / 13px 7px no-repeat;
}

.banner {
  width: 100%;
  min-width: 1200px;
  height: 666px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.teac-menu {
  width: 100%;
}
.teac-menu .con-wrap {
  background: #2C2E71;
  width: 100%;
  min-width: 1200px;
  top: 0;
  left: 0;
  z-index: 10;
}
.teac-menu .con-wrap .con {
  width: 668px;
  margin: 0 auto;
  height: 80px;
  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;
}
.teac-menu .con-wrap .con a {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
}
.teac-menu .con-wrap .con a::after {
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 68px;
  height: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
}
.teac-menu .con-wrap .con a.active::after {
  content: "";
}
.teac-menu .con-wrap .con a:hover::after {
  content: "";
}

h2.title {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  background: url(../images/ec8829b2.png) center bottom / 1200px 18px no-repeat;
}
h2.title p {
  font-size: 48px;
  font-weight: 500;
  color: #333333;
  padding-top: 40px;
  letter-spacing: 12px;
  line-height: 54px;
  padding-bottom: 32px;
}
h2.title p::before {
  content: attr(en);
  display: block;
  height: 0;
  font-size: 72px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
  line-height: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
h2.title p a {
  color: #2C2E71;
}
h2.title p.tip {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-top: -62px;
  line-height: 22px;
  letter-spacing: 0;
}

.team-jieshao {
  padding: 70px 0 60px;
}
.team-jieshao .con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.team-jieshao .con::after {
  position: absolute;
  content: "";
  left: 0;
  top: 204px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/1f1d90ef.png) 0 0 / 67px 54px no-repeat;
}
.team-jieshao .con > p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  padding-top: 50px;
}
.team-jieshao .con > p:first-of-type {
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.teacher-list {
  padding-bottom: 50px;
}
.teacher-list > p {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 40px;
}
.teacher-list ul {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.teacher-list ul:nth-of-type(n+2) {
  display: none;
}
.teacher-list ul li {
  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-radius: 120px;
  margin-top: 30px;
  background-color: white;
}
.teacher-list ul li img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 20px;
}
.teacher-list ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.teacher-list ul li .text span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding: 20px 0 15px;
}
.teacher-list ul li .text a {
  position: relative;
  width: 264px;
  height: 30px;
  font-size: 22px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #2C2E71;
  line-height: 26px;
  padding-bottom: 10px;
}
.teacher-list ul li .text a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 50px;
  height: 2px;
  background: #2C2E71;
}
.teacher-list ul li .text p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding-top: 15px;
  padding-right: 40px;
}

.gotop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 85px;
  z-index: 50;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(135, 135, 135, 0.1608);
          box-shadow: 0px 0px 20px 1px rgba(135, 135, 135, 0.1608);
}
.gotop ul li {
  width: 85px;
  height: 85px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-top: 15px;
}
.gotop ul li:first-of-type {
  margin-top: 0;
}
.gotop ul li img {
  width: 50px;
  height: 50px;
  margin-top: 6px;
}
.gotop ul li img:nth-of-type(2) {
  display: none;
}
.gotop ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.gotop ul li .in {
  display: none;
  position: absolute;
  right: 85px;
  top: 0;
  border-radius: 0;
  padding: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(135, 135, 135, 0.1608);
          box-shadow: 0px 0px 20px 1px rgba(135, 135, 135, 0.1608);
}
.gotop ul li .in.tel {
  padding: 24px 13px;
}
.gotop ul li .in.tel p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
}
.gotop ul li .in.tel p:first-of-type {
  font-size: 14px;
  padding-bottom: 8px;
}
.gotop ul li .in img {
  width: 120px;
  height: 120px;
}
.gotop ul li:hover {
  background-color: #2c2e71;
}
.gotop ul li:hover > img:nth-of-type(1) {
  display: none;
}
.gotop ul li:hover > img:nth-of-type(2) {
  display: inline-block;
}
.gotop ul li:hover .in {
  display: block;
}
.gotop ul li:hover > p {
  color: white;
}
.gotop ul li#gotop {
  cursor: pointer;
  display: none;
}


