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;
}
html body .team {
  background-color: white;
}

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

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

.xx-menu {
  height: 80px;
  min-width: 1200px;
  width: 100%;
  background-color: #2C2E71;
}
.xx-menu .con {
  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;
  height: 80px;
  min-width: 1200px;
  width: 100%;
  background-color: #2C2E71;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}
.xx-menu .con span {
  margin-right: 136px;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.xx-menu .con span.active::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
  width: 68px;
  height: 5px;
  background: #FFFFFF;
}
.xx-menu .con span:last-of-type {
  margin-right: 0;
}

.kindergarten {
  padding: 73px 0 80px;
  width: 1200px;
  margin: 0 auto;
}
.kindergarten .ls {
  padding-top: 50px;
}
.kindergarten .ls ul.types {
  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;
  padding: 20px 20px 0 20px;
}
.kindergarten .ls ul.types li {
  width: 350px;
  height: 256px;
  background: #FFFFFF;
  border-radius: 0px;
  position: relative;
}
.kindergarten .ls ul.types li span {
  display: inline-block;
  width: 350px;
  height: 40px;
  background: #2C2E71;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  padding-left: 13px;
  margin-left: -20px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
.kindergarten .ls ul.types li p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  padding: 0 10px 0 16px;
  line-height: 20px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.kindergarten .ls ul.types li p::before {
  position: absolute;
  content: "";
  left: 6px;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #2C2E71;
}
.kindergarten .ls ul.types li p a {
  color: #2C2E71;
  font-weight: bold;
}
.kindergarten .ls ul.types li i {
  position: absolute;
  font-style: initial;
  bottom: 0;
  right: -17px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
  width: 67px;
  height: 26px;
  background: #FFA52E;
  border-radius: 0px 0px 0px 0px;
}
.kindergarten .moreteam {
  background-color: transparent;
  padding-top: 80px;
}

h4.title {
  font-size: 24px;
  font-weight: 500;
  color: #2C2E71;
  line-height: 34px;
  padding-left: 14px;
  position: relative;
}
h4.title::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 24px;
  background: #2C2E71;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kin-msg {
  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;
  background-color: white;
  margin-top: 10px;
}
.kin-msg img {
  width: 251px;
  max-height: 187px;
}
.kin-msg .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 45px 0 20px;
}
.kin-msg .text p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding-top: 14px;
}
.kin-msg .text p:first-of-type {
  padding-top: 0;
}

.moreteam {
  height: 160px;
  background-color: white;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.moreteam a {
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #1e2063;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-box-shadow: 10px 10px 0 0 rgba(44, 46, 113, 0.15);
          box-shadow: 10px 10px 0 0 rgba(44, 46, 113, 0.15);
  cursor: pointer;
}
.moreteam a:hover {
  background-color: #03053a;
}

.primary {
  padding: 73px 0 0;
  background-color: white;
}
.primary .con {
  width: 1200px;
  margin: 0 auto;
}
.primary .ls {
  padding-top: 50px;
}
.primary .ls .kin-msg {
  background-color: #F8F8F8;
}
.primary .ls:nth-last-child(2) {
  background: white url(../images/f52c0798.png) center 88px / 1023px 478px no-repeat;
}
.primary .ls:nth-last-child(2) .box {
  height: 410px;
  background-color: transparent;
  margin: 75px 0 0;
}
.primary .ls .box {
  background-color: #F8F8F8;
  margin-top: 15px;
}
.primary .ls .box > p {
  font-size: 20px;
  font-weight: 500;
  color: #2C2E71;
  padding: 28px 0 30px;
  text-align: center;
  font-weight: bold;
}
.primary .ls .box ul.fl {
  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;
  padding: 0 20px 40px;
}
.primary .ls .box ul.fl li {
  width: 220px;
  height: 198px;
  background: #FFFFFF;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.primary .ls .box ul.fl li span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2C2E71;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.primary .ls .box ul.fl li p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding-top: 12px;
}
.primary .ls .box ul.p {
  padding: 5px 0 20px;
}
.primary .ls .box ul.p li {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.primary .ls .box ul.p li p {
  margin-top: 10px;
  padding: 0 227px 0 45px;
  position: relative;
}
.primary .ls .box ul.p li p::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 30px;
  top: 9px;
  background: #2C2E71;
}
.primary .ls .box ul.r {
  width: 1200px;
  height: 200px;
  border: solid #2C2E71 1px;
  border-radius: 0 100px 100px 0;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: none;
}
.primary .ls .box ul.r li {
  width: 250px;
  position: relative;
  text-align: center;
}
.primary .ls .box ul.r li::before,
.primary .ls .box ul.r li::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16px;
  content: "";
  width: 32px;
  height: 32px;
  background: rgba(44, 46, 113, 0.5);
  border-radius: 50%;
}
.primary .ls .box ul.r li::before {
  width: 20px;
  height: 20px;
  background: #2c2e71;
  top: -10px;
}
.primary .ls .box ul.r li:nth-of-type(-n+3) {
  margin-right: 70px;
}
.primary .ls .box ul.r li:nth-of-type(n+4) {
  margin-top: 50px;
}
.primary .ls .box ul.r li a {
  font-size: 16px;
  font-weight: bold;
  color: #2C2E71;
  margin-top: 36px;
  display: block;
}
.primary .ls .box ul.r li span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2C2E71;
  margin-top: 15px;
}
.primary .ls .box ul.r li p {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin-top: 15px;
}
.primary .moreteam {
  height: initial;
  padding-bottom: 80px;
}

.middle {
  padding: 73px 0 100px;
  width: 1200px;
  margin: 0 auto;
}
.middle .ls {
  padding-top: 50px;
}
.middle .ls .box {
  background-color: #F8F8F8;
  margin-top: 15px;
}
.middle .ls .box > p {
  font-size: 20px;
  font-weight: 500;
  color: #2C2E71;
  padding: 28px 0 30px;
  text-align: center;
  font-weight: bold;
}
.middle .ls .box ul.fl {
  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;
  padding: 16px 18px;
  background-color: white;
}
.middle .ls .box ul.fl li {
  width: 220px;
  height: 198px;
  background: #F8F8F8;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.middle .ls .box ul.fl li span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2C2E71;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.middle .ls .box ul.fl li p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding-top: 12px;
}
.middle .ls .box ul.s {
  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;
}
.middle .ls .box ul.s li {
  width: 381px;
  height: 140px;
  background: #FFFFFF;
  margin-top: 10px;
  position: relative;
  padding: 0 16px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.middle .ls .box ul.s li::before {
  position: absolute;
  width: 7px;
  height: 140px;
  background: #2C2E71;
  content: "";
  left: 0;
  top: 0;
}
.middle .ls .box ul.s li .top {
  height: 58px;
  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;
  margin-right: -16px;
}
.middle .ls .box ul.s li .top span:first-of-type {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #2C2E71;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.middle .ls .box ul.s li .top span:nth-of-type(2) {
  font-size: 18px;
  font-weight: 500;
  color: #2C2E71;
  margin: 0 10px;
}
.middle .ls .box ul.s li .top span:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: solid 1px #2C2E71;
}
.middle .ls .box ul.s li .text p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.middle .ls .box ul.s li:nth-of-type(n+4) {
  margin-top: 30px;
}
.middle .ls .box ul.s li:last-of-type {
  background-color: #2C2E71;
  padding-left: 15px;
}
.middle .ls .box ul.s li:last-of-type .top span {
  color: white;
}
.middle .ls .box ul.s li:last-of-type .top span:first-of-type {
  background-color: white;
  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;
}
.middle .ls .box ul.s li:last-of-type .text p {
  color: white;
  letter-spacing: -1px;
}
.middle .ls .tip p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 15px;
}
.middle .moreteam {
  background-color: transparent;
  padding-top: 50px;
  height: initial;
}

.team {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.team .team-swiper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 628px;
}
.team .team-swiper .swiper-slide {
  text-align: center;
  padding-top: 110px;
}
.team .team-swiper .swiper-slide img {
  width: 160px;
  height: 160px;
}
.team .team-swiper .swiper-slide p {
  margin-top: 26px;
  width: 1200px;
  position: absolute;
  left: -200%;
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}
.team .team-swiper .swiper-slide span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  padding-top: 20px;
}
.team .team-swiper .swiper-slide.swiper-slide-active {
  margin-left: -38px;
}
.team .team-swiper .swiper-slide.swiper-slide-next {
  margin-left: -10px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide {
  padding-top: 60px;
  margin-left: 50px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide span {
  position: relative;
  padding-bottom: 20px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #FF9100;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide img {
  width: 260px;
  height: 260px;
  margin-left: -11px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide p,
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide span {
  display: block;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  margin-left: 52px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
  margin-left: -14px;
}
.team .team-swiper-button-prev,
.team .team-swiper-button-next {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 190px;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: url(../images/4c5eb414.png) center / contain no-repeat;
}
.team .team-swiper-button-prev {
  left: 50%;
  -webkit-transform: translateX(-708px);
          transform: translateX(-708px);
}
.team .team-swiper-button-next {
  right: 50%;
  -webkit-transform: translateX(708px) rotateZ(180deg);
          transform: translateX(708px) rotateZ(180deg);
}
.team .bg {
  width: 100%;
  height: 440px;
  margin-top: -440px;
  background-color: #2C2E71;
  text-align: center;
}
.team .bg span {
  display: inline-block;
  width: 280px;
  height: 280px;
  margin-top: -139px;
  background-color: #2C2E71;
  border-radius: 50%;
}

.lqjb {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #F8F8F8;
}
.lqjb .lqjb-swiper {
  width: 1200px;
  height: 700px;
  margin: 67px auto 0;
  overflow: hidden;
}
.lqjb .lqjb-swiper .swiper-wrapper .swiper-slide img {
  width: 467px;
  height: 657px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -38px;
}

.f-mask {
  display: none;
}
.f-mask .con {
  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;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.f-mask .con .form {
  width: 523px;
  height: 478px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
.f-mask .con .form h3 {
  width: 100%;
  height: 67px;
  background: #2C2E71;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 67px;
  text-align: center;
}
.f-mask .con .form .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 12px;
  cursor: pointer;
}
.f-mask .con .form form {
  padding: 10px 38px 0 20px;
  font-size: 0;
}
.f-mask .con .form form h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2C2E71;
  padding: 20px 0 10px;
  text-align: center;
}
.f-mask .con .form form label {
  margin-top: 20px;
  display: block;
  width: 100%;
}
.f-mask .con .form form label:nth-of-type(3) span::before {
  content: "";
}
.f-mask .con .form form label:nth-of-type(2) {
  position: relative;
}
.f-mask .con .form form label:nth-of-type(2)::after {
  position: absolute;
  right: 30px;
  top: 10px;
  content: "";
  z-index: 10;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: url(../images/297553fa.png) center / contain no-repeat;
}
.f-mask .con .form form label span {
  width: 128px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: right;
  padding-right: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-mask .con .form form label span::before {
  content: "*";
  color: #ff0000;
  font-size: 18px;
}
.f-mask .con .form form label input,
.f-mask .con .form form label select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 323px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #C8C8C8;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 0 10px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.f-mask .con .form form label input:-internal-autofill-previewed,
.f-mask .con .form form label select:-internal-autofill-previewed,
.f-mask .con .form form label input:-internal-autofill-selected,
.f-mask .con .form form label select:-internal-autofill-selected {
  -webkit-text-fill-color: #000000;
  -webkit-transition: background-color 5000s ease-out 0.5s;
  transition: background-color 5000s ease-out 0.5s;
}
.f-mask .con .form form .btn {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 35px;
}
.f-mask .con .form form .btn button {
  cursor: pointer;
  width: 271px;
  height: 45px;
  background: #2C2E71;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.layui-layer-msg {
  background-color: white;
  top: 100px !important;
}

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


