﻿* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑" !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none
}

button {
  cursor: pointer
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

#header {
  width: 100%;
  min-width: 1280px;
  background: #fff;
  /*opacity: .78*/
}

button a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center
}

.headerNav {
  height: 100px;
  width: 1380px;
  margin: 0 auto;
  position: relative
}

.headerNav .header-logo {
    float: left;
    display: block;
    height: 75px;
    padding-top: 13px;
    padding-bottom: 12px;
    margin-right: 80px;
}

.headerNav .header-logo img {
  height: 75px;
  width: auto
}

.headerNav ul li {
      font-size: 19px;
    height: 100%;
    line-height: 100px;
    float: left;
    display: inline-block;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.headerNav ul li a {
  text-decoration: none;
  color: #999;
font-family: "Microsoft YaHei";
  display: block
}

.headerNav .liSelect {
  position: relative
}

.headerNav .liSelect a {
  color: #d0146c
}

.headerNav .liSelect:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 6px;
  background: #d0146c;
  border-radius: 100px;
  left: 0
}

.headerNav .phoneNumber {
  font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #D0146C;
    position: absolute;
    right: -121px;
    top: -26px;
    width: 160px;
}

.phoneNumber img {
  position: relative;
  left: -6px;
  top: 2px;
  width: 17px;
  height: 17px
}

.clearFix {
  zoom: 1
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.home-company {
  height: 60px;
  line-height: 30px;
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #fff;
  position: relative;
  top: 30px
}

.home-company,
.homeCompany {
  background: #2c2a3e;
  width: 100%;
  min-width: 1280px
}

.homeCompany {
  height: 30px;
  margin-bottom: -30px
}

.dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  margin-left: -315px;
  margin-top: -216px
}

.dialog .allContent {
  width: 631px;
  height: 433px
}

.dialog .delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  cursor: pointer
}

.dialog button {
  position: absolute;
  bottom: 60px;
  width: 315px;
  left: 50%;
  margin-left: -146px;
  opacity: 0;
  z-index: 1
}

.dialog ul {
  position: absolute;
  top: 140px;
  width: 300px;
  height: 600px;
  left: 188px
}

.dialog ul li {
  width: 120px;
  height: 52px;
  font-size: 14px;
  color: #fff;
  float: left;
  border-radius: 5px;
  text-align: center;
  line-height: 52px;
  cursor: pointer
}

.dialog ul li:first-child {
  background: #4590d6;
  margin-right: 30px;
  margin-bottom: 30px
}

.dialog ul li:nth-child(2) {
  background: #f160a4;
  margin-bottom: 30px
}

.dialog ul li:nth-child(3) {
  background: #edb04d;
  margin-right: 30px
}

.dialog ul li:nth-child(4) {
  background: #288eaf
}

@media screen and (max-width:1600px) {
  .headerNav ul li {
        font-size: 18px !important;
    width: 104px;
  }
  .headerNav .liSelect:after {
    width: 110px
  }
  .headerNav .header-logo {
    margin-right: 20px
  }
  .headerNav .phoneNumber {
    right: 0
  }
  .headerNav {
    width: 1280px
  }
}

.dialogweChat {
  position: fixed;
  width: 120px;
  right: 0;
  background: #d0146c;
  border-radius: 5px;
  text-align: center;
  z-index: 9999;
  padding: 20px 0;
  top: 50%;
  margin-top: -130px
}

.dialogweChat .qiuqiu {
  position: absolute;
  top: -60px;
  width: 49px;
  height: auto
}

.dialogweChat div,
.dialogweChat li {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #d0146c;
  background: #fff;
  margin: 0 auto;
  border-radius: 40px;
  height: 24px;
  line-height: 24px;
  cursor: pointer
}

.dialogweChat li {
  width: 98px;
  margin-bottom: 12px;
  position: relative
}

.dialogweChat li img {
  position: absolute;
  right: 8px;
  top: 7px
}

.dialogweChat li div {
  cursor: pointer
}

.dialogweChat div {
  width: 74px
}

.dialogweChat .kefu {
  width: 33px;
  margin-top: 10px;
  margin-bottom: 10px
}

#qiao-invite-wrap,
.lxb-close-btn,
.lxb-container {
  display: none!important;
  opacity: 0!important
}

.qiao-icon-wrap {
  opacity: 0!important
}

.button {
  width: 180px;
  height: 50px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100px
}

.button:hover {
  background: #dd5e9a;
  color: #fff!important
}


#content {
  min-width: 1280px
}

#content .banner {
  width: 100%
}

#content .declaration {
  width: 100%;
  text-align: center
}

#content .declaration p {
  font-family: PingFangSC-Semibold;
  font-size: 48px;
  color: #ea66a4
}

#content .features {
  position: relative;
  width: 100%;
  margin-top: 6px;
  background: #fdfdfd;
  padding-bottom: 160px
}

#content .features .planet {
  position: absolute;
  left: 0;
  bottom: 45px;
  height: 433px
}

#content .features .ballcopy {
  position: absolute;
  right: 70px;
  top: -80px;
  width: 150px
}

#content .features .plane {
  position: absolute;
  right: 110px;
  bottom: 50px;
  width: 98px;
  height: auto
}

#content .features ul {
  width: 1280px;
  margin: 0 auto;
  padding-top: 140px
}

#content .features ul li:nth-child(2) {
  margin: 0 40px
}

#content .features ul li {
  float: left
}

#content .features ul li div {
  width: 354px;
  background: #ea66a4;
  width: 400px;
  height: 400px;
  text-align: center;
  border-radius: 50%
}

#content .features ul li div img {
  height: 272px;
  height: auto;
  margin-top: 60px;
  border-radius: 50px
}

#content .features ul li .one {
  line-height: 110px
}

#content .features ul li p {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #fff;
  background: #ea66a4;
  border-radius: 100px;
  width: 354px;
  height: 110px;
  margin: 0 auto;
  margin-top: -60px;
  text-align: center
}

#content .features ul li p span {
  display: block
}

#content .features ul li p span:first-child {
  padding-top: 25px
}

#content .features ul li p span:nth-child(2) {
  margin-top: 10px
}

#content .course {
  width: 100%;
  background-color: #ea66a4;
  position: relative
}

#content .course img:first-child {
  position: absolute;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  margin-top: 40px
}

#content .course img:nth-child(2) {
  width: 100%;
  background: #ea66a4;
  min-width: 1280px
}

#content .course div {
  font-family: PingFangSC-Regular;
  font-size: 36px;
  color: #fff;
  width: 615px;
  position: absolute;
  top: 400px;
  line-height: 45px;
  left: 50%;
  margin-left: -620px
}

#content .course .button {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: 60px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #fff
}

#content .course .button:hover {
  background: #fff;
  color: #dd5e9a!important
}

#content .involves {
  height: 1039px;
  text-align: center;
  background: url('http://school.bfmjszy.com/static/assets/tianyu/img/musicians/systembg.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: -2px
}

#content .involves .header {
  padding-top: 75px;
  font-family: PingFangSC-Regular;
  font-size: 48px;
  color: #333;
  text-align: center;
  position: relative
}

#content .involves .header:after {
  position: absolute;
  content: "";
  width: 114px;
  height: 10px;
  background: #ea66a4;
  border-radius: 100px;
  left: 50%;
  margin-left: -57px;
  bottom: -35px
}

#content .involves ul {
  width: 1280px;
  margin: 0 auto;
  margin-top: 135px
}

#content .involves ul li {
  float: left;
  text-align: center
}

#content .involves ul li .one,
#content .involves ul li .two {
  width: 400px;
  border-radius: 15px;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #fff
}

#content .involves ul li .one {
  height: 260px;
  margin-bottom: 178px;
  position: relative
}

#content .involves ul li .one:after {
  position: absolute;
  content: "";
  width: 0;
  height: 168px;
  border: 5px dashed #ea66a4;
  bottom: -178px
}

#content .involves ul li .one p {
  padding-top: 37px;
  padding-bottom: 42px
}

#content .involves ul li .one div {
  padding: 0 40px;
  text-align: left;
  line-height: 30px
}

#content .involves ul li .two {
  height: 150px
}

#content .involves ul li .two p {
  padding-top: 17px;
  padding-bottom: 15px
}

#content .involves ul li .two div {
  text-align: left;
  padding: 0 20px;
  line-height: 30px
}

#content .involves ul li:nth-child(2) {
  margin: 0 40px
}

#content .involves ul li:nth-child(2) .one,
#content .involves ul li:nth-child(2) .two {
  background: #f6a454
}

#content .involves ul li:nth-child(2) .one:after {
  border-color: #f6a454
}

#content .involves ul li:first-child .one,
#content .involves ul li:first-child .two {
  background: #ff8163
}

#content .involves ul li:first-child .one:after {
  border-color: #ff8163
}

#content .involves ul li:nth-child(3) .one,
#content .involves ul li:nth-child(3) .two {
  background: #ea66a4
}

#content .involves ul li:nth-child(3) .one:after {
  border-color: #ea66a4
}

#content .involves .button {
  border-color: #ea66a4;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #ea66a4;
  margin-top: 73px
}

#content .characteristic {
  background: #ededed;
  height: 960px;
  background: url('../image/characteristicbg.png') no-repeat;
  background-size: 100% 100%
}

#content .characteristic .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative
}

#content .characteristic .header {
  padding-top: 100px;
  font-family: PingFangSC-Regular;
  font-size: 48px;
  color: #333;
  text-align: center;
  position: relative
}

#content .characteristic .header:after {
  position: absolute;
  content: "";
  width: 114px;
  height: 10px;
  background: #ea66a4;
  border-radius: 100px;
  left: 50%;
  margin-left: -57px;
  bottom: -27px
}

#content .characteristic .bg {
  width: 1240px;
  margin: 0 auto;
  margin-top: 150px;
  background: url('../image/鲸鱼.png') no-repeat;
  background-size: 100% 100%;
  height: 320px
}

#content .characteristic ul li {
  float: left;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 450px
}

#content .characteristic ul li:first-child {
  left: 60px
}

#content .characteristic ul li:nth-child(2) {
  left: 380px;
  top: 430px
}

#content .characteristic ul li:nth-child(2) p {
  margin-bottom: 8px
}

#content .characteristic ul li:nth-child(3) {
  right: 320px;
  top: 440px
}

#content .characteristic ul li:nth-child(3) p {
  margin-bottom: 8px
}

#content .characteristic ul li:nth-child(4) {
  right: 20px;
  top: 430px
}

#content .characteristic ul li:nth-child(4) p {
  margin-bottom: 8px
}

#content .characteristic .button {
  color: #ea66a4;
  border-color: #ea66a4;
  margin-top: 111px
}

#content .lastContent {
  position: relative
}

#content .lastContent .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative
}

#content .lastContent .header {
  padding-top: 95px;
  font-family: PingFangSC-Regular;
  font-size: 48px;
  color: #333;
  text-align: center;
  position: relative
}

#content .lastContent .header:after {
  position: absolute;
  content: "";
  width: 114px;
  height: 10px;
  background: #ea66a4;
  border-radius: 100px;
  left: 50%;
  margin-left: -57px;
  bottom: -27px
}

#content .lastContent .title {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 60px
}

#content .lastContent .contentImg {
  margin-top: 90px;
  width: 1150px;
  margin-bottom: 88px
}

#content .lastContent .titleMsg {
  height: 350px;
  text-align: center;
  background: #e966a3;
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 490px;
  padding-top: 30px;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #fff
}

#content .lastContent ul {
  margin-top: 71px;
  display: flex;
  justify-content: center;
}

#content .lastContent ul li {
  float: left;
  width: 324px
}

#content .lastContent ul li div {
  color: #484848;
  font-size: 12px;
  text-align: left;
  line-height: 16px
}

#content .lastContent ul li div:first-child {
  background: url('../image/teacherBg1.png') no-repeat;
  background-size: 100%;
  width: 100%;
  height: 380px
}

#content .lastContent ul li div:first-child img {
  position: relative;
  left: 34px;
  width: 324px;
  height: auto;
  top: -24px;
  border-radius: 8px
}

#content .lastContent ul li div:nth-child(2) {
  padding: 0 10px;
  margin-top: 30px
}

#content .lastContent ul li div:last-child {
  text-align: right;
  margin-top: 20px;
  padding-right: 25px
}

#content .lastContent ul li:nth-child(2) {
  margin-left: 110px;
  margin-right: 110px
}

#content .lastContent .button {
  border-color: #ea66a4;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #ea66a4;
  margin: 90px 0
}

@media screen and (max-width:1600px) {
  #content .course div {
    top: 40%;
    left: 6%;
    margin-left: 0;
    font-size: 30px
  }
  #content .features .planet {
    height: 300px
  }
  #content .features .ballcopy {
    width: 100px
  }
  #content .features ul {
    width: 1040px
  }
  #content .features ul li div {
    width: 320px;
    height: 320px
  }
  #content .features ul li p {
    width: 260px;
    font-size: 20px;
    height: 90px
  }
  #content .features ul li div img {
    height: 220px;
    margin-top: 43px
  }
  #content .features ul li .one {
    line-height: 90px
  }
}