﻿* {
  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
}

/*#header {
  position: absolute;
  top: 0;
  left: 0
}
*/
#content {
  min-width: 1280px
}

#content .banner {
  width: 100%
}

#content .introduce {
  height: 700px;
  background: #f4f4f4
}

#content .introduce .header {
  padding-top: 50px;
  text-align: center;
  position: relative;
  font-family: PingFangSC-Regular;
  font-size: 48px;
  color: #3d5860
}

#content .introduce .header:after {
  position: absolute;
  content: "";
  width: 57px;
  height: 5px;
  background: #3d5860;
  border-radius: 100px;
  left: 50%;
  margin-left: -28px;
  bottom: -30px
}

#content .introduce .p {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 75px
}

#content .introduce ul {
  width: 1020px;
  margin: 0 auto;
  margin-top: 185px
}

#content .introduce ul li {
  float: left;
  width: 240px;
  text-align: center
}

#content .introduce ul li img {
  width: 84px;
  height: auto
}

#content .introduce ul li p {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #333;
  margin-top: 25px;
  margin-bottom: 28px
}

#content .introduce ul li div span {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #333;
  display: block;
  margin-bottom: 6px
}

#content .introduce ul li:nth-child(2) {
  margin: 0 150px
}

#content .learning {
  position: relative;
  text-align: center
}

#content .learning .header {
  padding-top: 50px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 50%;
  margin-left: -264px
}

#content .learning .header:after {
  position: absolute;
  content: "";
  width: 57px;
  height: 5px;
  background: #fff;
  border-radius: 100px;
  left: 50%;
  margin-left: -28px;
  bottom: -30px
}

#content .learning img {
  width: 100%;
  min-width: 1280px
}

#content .learning .button {
  margin-top: 110px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 8%
}

#content .learning .button:hover {
  background: #fff;
  color: #3d5860
}

#content .classification {
  height: 780px;
  background: url('http://school.bfmjszy.com/static/assets/tianyu/img/musicians/systembg.png') no-repeat;
  background-size: 100% 100%;
  text-align: center
}

#content .classification .header {
  padding-top: 50px;
  text-align: center;
  position: relative;
  font-family: PingFangSC-Regular;
  font-size: 48px;
  color: #3d5860
}

#content .classification .header:after {
  position: absolute;
  content: "";
  width: 57px;
  height: 5px;
  background: #3d5860;
  border-radius: 100px;
  left: 50%;
  margin-left: -28px;
  bottom: -30px
}

#content .classification p {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 75px
}

#content .classification ul {
  width: 1280px;
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 50px
}

#content .classification ul li {
  width: 320px;
  height: 352px;
  position: relative
}

#content .classification ul .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

#content .classification ul li:first-child {
  float: left
}

#content .classification ul li:first-child .content div:nth-child(1) {
  background: #ff8163;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #fff;
  height: 66px;
  line-height: 66px
}

#content .classification ul li:first-child .content div:nth-child(2) {
  background: #f3d0ca;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333;
  height: 52px;
  line-height: 52px
}

#content .classification ul li:first-child .content div:nth-child(3) {
  background: #f9f9f9;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3d5860;
  height: 100px;
  line-height: 100px
}

#content .classification ul li:nth-child(2) {
  float: left
}

#content .classification ul li:nth-child(2) .content div:first-child {
  height: 100px;
  background: #f6a454;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #fff;
  line-height: 100px
}

#content .classification ul li:nth-child(2) .content div:nth-child(2) {
  background: #f1d9c1;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  height: 52px;
  color: #333;
  line-height: 52px
}

#content .classification ul li:nth-child(2) .content div:nth-child(3) {
  background: #f9f9f9;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3d5860;
  height: 100px;
  line-height: 100px
}

#content .classification ul li:nth-child(3) {
  float: left
}

#content .classification ul li:nth-child(3) .content div:first-child {
  height: 150px;
  background: #b3ca3c;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #fff;
  line-height: 150px
}

#content .classification ul li:nth-child(3) .content div:nth-child(2) {
  background: #e9f2bd;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333;
  height: 52px;
  line-height: 52px
}

#content .classification ul li:nth-child(3) .content div:nth-child(3) {
  background: #f9f9f9;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3d5860;
  padding: 34px 16px;
  line-height: 16px;
  text-align: left
}

#content .classification ul li:nth-child(4) {
  float: left
}

#content .classification ul li:nth-child(4) .content div:first-child {
  height: 200px;
  line-height: 200px;
  background: #46c171;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #fff
}

#content .classification ul li:nth-child(4) .content div:nth-child(2) {
  background: #bdf5d1;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333;
  height: 52px;
  line-height: 52px
}

#content .classification ul li:nth-child(4) .content div:nth-child(3) {
  background: #f9f9f9;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3d5860;
  padding: 34px 16px;
  line-height: 16px;
  text-align: left
}

#content .classification .button {
  border-color: #3d5860;
  color: #3d5860
}

#content .classification .button:hover {
  background: #3d5860;
  color: #fff
}

#content .compare {
  position: relative;
  height: 987px;
  text-align: center
}

#content .compare .change {
  position: relative;
  width: 1180px;
  margin: 0 auto
}

#content .compare .ulTwo {
  padding-top: 80px;
  padding-bottom: 58px
}

#content .compare .ulTwo li {
  float: left
}

#content .compare .ulTwo .one {
  line-height: 60px;
  height: 60px
}

#content .compare .ulTwo .two {
  padding: 10px 20px;
  height: 40px
}

#content .compare .ulTwo .two span {
  display: block
}

#content .compare .ulTwo .two span:nth-child(2) {
  margin-top: 6px
}

#content .compare .ulTwo li:first-child {
  width: 506px;
  background: #d0146c
}

#content .compare .ulTwo li:first-child p {
  font-family: PingFangSC-Semibold;
  font-size: 48px;
  color: #d0146c;
  width: 506px;
  height: 214px;
  text-align: center;
  line-height: 214px;
  background: url('../image/change.png') no-repeat;
  background-size: 100% 100%
}

#content .compare .ulTwo li:first-child div:first-child {
  margin-top: 22px
}

#content .compare .ulTwo li:first-child div {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-bottom: 10px solid #c21063
}

#content .compare .ulTwo li:first-child div:last-child {
  border-bottom: 5px solid #c21063
}

#content .compare .ulTwo li:nth-child(2) {
  width: 160px;
  background: #f4d120;
  height: 769px;
  text-align: center;
  position: relative
}

#content .compare .ulTwo li:nth-child(2) h3 {
  height: 30px;
  width: 160px;
  background: #f4d120;
  position: absolute;
  top: -30px
}

#content .compare .ulTwo li:nth-child(2) h3:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 30px solid #d1b10d;
  border-right: 47px solid transparent;
  right: -47px
}

#content .compare .ulTwo li:nth-child(2) h3:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 30px solid #d1b10d;
  border-left: 47px solid transparent;
  left: -47px
}

#content .compare .ulTwo li:nth-child(2) p {
  height: 214px;
  vertical-align: middle
}

#content .compare .ulTwo li:nth-child(2) p img {
  width: 120px;
  position: relative;
  top: 40px
}

#content .compare .ulTwo li:nth-child(2) div {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #333;
  border-bottom: 10px solid #d1b10d
}

#content .compare .ulTwo li:nth-child(2) div:last-child {
  border-bottom: 5px solid #d1b10d
}

#content .compare .ulTwo li:nth-child(3) {
  width: 506px;
  background: #616161;
  text-align: center
}

#content .compare .ulTwo li:nth-child(3) p {
  font-family: PingFangSC-Semibold;
  font-size: 48px;
  color: #fff;
  height: 214px;
  line-height: 214px
}

#content .compare .ulTwo li:nth-child(3) div {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #fff;
  border-bottom: 10px solid #525858
}

#content .compare .ulTwo li:nth-child(3) div:last-child {
  border-bottom: 5px solid #525858
}

#content .compare .button {
  border-color: #3d5860;
  color: #3d5860
}

#content .compare .button:hover {
  background: #3d5860;
  color: #fff
}

#content .lastContent {
  height: 880px;
  position: relative;
  background: #fcfcfc
}

#content .lastContent p {
  position: absolute;
  background: #3d5860;
  height: 202px;
  width: 100%;
  left: 0;
  bottom: 280px
}

#content .lastContent .content {
  position: relative
}

#content .lastContent .content .header {
  padding-top: 50px;
  text-align: center;
  position: relative;
  font-family: PingFangSC-Regular;
  font-size: 48px;
  color: #333
}

#content .lastContent .content .header:after {
  position: absolute;
  content: "";
  width: 57px;
  height: 5px;
  background: #0074b5;
  border-radius: 100px;
  left: 50%;
  margin-left: -28px;
  bottom: -30px
}

#content .lastContent .content ul {
  width: 1280px;
  margin: 0 auto;
  padding-top: 174px;
  display: flex;
  justify-content: center;
}

#content .lastContent .content ul li {
  float: left;
  width: 400px;
  height: 460px;
  border-radius: 80px;
  text-align: center;
}
#content .lastContent .content ul li img{
      border-radius: 8px;
}
#content .lastContent .content ul li:nth-child(2) {
  margin: 0 40px
}

#content .yueke {
  position: relative
}

#content .yueke .img {
  width: 100%;
  min-width: 1280px
}

#content .yueke .imgone {
  margin-top: -250px
}

#content .yueke .header {
  padding-top: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -144px;
  top: 80px;
  font-family: PingFangSC-Regular;
  font-size: 48px;
  color: #3d5860
}

#content .yueke .header:after {
  position: absolute;
  content: "";
  width: 57px;
  height: 5px;
  background: #3d5860;
  border-radius: 100px;
  left: 50%;
  margin-left: -28px;
  bottom: -30px
}

#content .yueke ul {
  position: absolute;
  width: 1200px;
  left: 50%;
  top: 300px;
  margin-left: -600px
}

#content .yueke ul .one img {
  width: 510px
}

#content .yueke ul .one div {
  width: 690px;
  text-align: left;
  float: right;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #333
}

#content .yueke ul .two img {
  width: 248px;
  margin-top: -150px
}

#content .yueke ul .two .div {
  width: 952px;
  float: left
}

#content .yueke ul .two .div div {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #333;
  width: 600px;
  text-align: left;
  line-height: 30px;
  margin-right: 40px;
  float: right
}