﻿* {
  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
}

/*#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999
}*/

.button {
  width: 180px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 100px
}

.button:hover {
  background: #fff;
  color: #dd5e9a
}

.swiper-container-banner .swiper-pagination {
  bottom: 100px
}

.swiper-container-banner .swiper-pagination-bullet,
.swiper-container-banner .swiper-pagination-bullet-active {
  background: #fff!important
}

.swiper-container-banner {
  min-width: 1280px
}

.swiper-container-banner img {
  width: 100%;
  height: auto
}

.home-teacher-master {
  width: 1280px;
  height: 466px;
  z-index: 99;
  margin: 0 auto;
  background: hsla(0, 0%, 100%, .5);
  position: relative;
  top: 30px;
  box-shadow: 0 2px 22px 8px rgba(208, 20, 108, .21);
  border-radius: 15px
}

.home-teacher-master img {
  height: 166px;
  width: 166px;
  border-radius: 50%
}

.home-teacher-master li {
  float: left;
  width: 25%;
  margin-top: 70px;
  text-align: center
}

.home-teacher-master li a:hover img {
  transform: scale(1.1)
}

.home-teacher-master li p {
  font-family: Arial-Black;
  font-size: 20px;
  margin: 20px 0;
  color: #161515
}

.home-teacher-master li div {

  width: 180px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #161515;
  line-height: 20px;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
}

.home-school-main {
  background: url('../image/home-school-main-bg.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-width: 1280px;
  height: 964px;
  text-align: center;
  margin-top: 70px
}

.home-school-main .home-school-main-title {
  margin-top: 53px;
  height: 105px;
  margin-bottom: 104px
}

.home-school-main .button {
  color: #d0146c;
  border-color: #d0146c;
  margin-top: 40px
}

.home-school-main .button:hover {
  background: #d0146c;
  color: #fff
}

.home-dataAnalysis {
  height: 364px;
  width: 100%;
  min-width: 1280px;
  background: url('../image/dataAnalysis.png');
  background-size: 100% 100%;
  position: relative
}

.home-dataAnalysis img {
  width: 102px;
  height: 102px;
  border-radius: 50%
}

.home-dataAnalysis ul {
  max-width: 1020px;
  margin: 0 auto
}

.home-dataAnalysis li {
  float: left;
  margin: 0 auto;
  width: 33.33%;
  text-align: center;
  margin-top: 93px
}

.home-dataAnalysis p {
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 14px
}

.home-dataAnalysis div {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #fff
}

.home-title-img {
  height: 105px;
  width: auto;
  margin-top: 124px
}

.home-mentor {
  height: 1020px;
  text-align: center;
  width: 100%;
  min-width: 1280px;
  background: #fff;
  background: url('../image/home-mentor-three.png') no-repeat;
  background-size: 100% 100%
}

.home-mentor .home-title-img {
  margin-bottom: 66px
}

.home-mentor .home-mentor-one {
  height: 586px;
  background: #fff
}

.home-mentor .home-mentor-three {
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  margin-top: 58px;
  color: #fff
}

.home-mentor .home-mentor-two .home-mentor-swiper-container ul {
  min-width: 1280px
}

.home-mentor .home-mentor-two .home-mentor-swiper-container li {
  width: 304px;
  height: 494px;
  background: #fff;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  overflow: hidden
}

.home-mentor .home-mentor-two .home-mentor-swiper-container li:hover .imghover {
  height: 206px
}

.home-mentor .home-mentor-two .home-mentor-swiper-container li .imghover {
  position: absolute;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  left: 0;
  transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s
}

.home-mentor .home-mentor-two .home-mentor-swiper-container li .imghover p {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #fff;
  padding-top: 45px
}

.home-mentor .home-mentor-two .home-mentor-swiper-container li .imghover div {
  width: 276px;
  margin: 0 auto;
  border: 1px solid #e0629d;
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  padding: 18px 10px;
  box-sizing: border-box;
  text-align: left;
  margin-top: 15px
}

.home-wall {
  text-align: center;
  background: #eee;
  height: 1034px;
  position: relative;
  min-width: 1280px
}

.home-wall .home-wall-border {
  width: 92%;
  min-width: 1152px;
  height: 830px;
  background: url('../image/home-wall-border.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: -190px;
  z-index: 9999;
  position: relative
}

.home-wall .home-wall-border .home-title-img {
  margin-top: 48px;
  margin-bottom: 144px
}

.home-wall .home-wall-one {
  width: 100%;
  position: relative;
  top: 50px
}

.home-wall ul {
  width: 70%;
  min-width: 1000px;
  margin: 0 auto
}

.home-wall li {
  float: left;
  width: 48%
}

.home-wall li img {
  width: 100%;
  height: auto
}

.home-wall .liLeft {
  float: right
}

.home-last-content {
  height: 720px;
  width: 100%;
  min-width: 1280px;
  position: relative;
  background: url('../image/home-school-main-bg.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  background-color: #3d3956
}

.home-last-content .home-last-logo {
  height: 105px;
  width: auto;
  position: absolute;
  top: 38px;
  left: 292px
}

.home-last-content .home-title-img {
  margin-top: 126px
}

.home-last-content div {
  font-family: PingFangSC-Semibold;
  font-size: 48px;
  color: #fff;
  margin-top: 120px;
  margin-bottom: 77px
}

.home-last-content div span {
  position: relative
}

.home-last-content div .zixun-one {
  position: absolute;
  right: -76px;
  top: -45px;
  width: 99px;
  height: auto
}

.home-last-content button {
  border: 1px solid #d0146c;
  border-radius: 100px;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #d0146c;
  width: 300px;
  height: 88px;
  background: transparent;
  outline: none;
  cursor: pointer
}

.home-last-content button:hover {
  background: #d0146c;
  color: #fff
}

.pc-slide {
  margin: 0 auto
}

.view {
  margin-bottom: 47px
}

.view .swiper-container {
  width: 1280px;
  height: 480px;
  overflow: hidden
}

.view .swiper-container .swiper-slide {
  width: 100%;
  height: 100%
}

.view .arrow-left {
  background: url() no-repeat 0 0;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10
}

.view .swiper-container .swiper-slide img {
  width: 100%
}

.view .arrow-right {
  background: url(http://school.bfmjszy.com/static/assets/tianyu/css/images/index_tab_r.png) no-repeat 0 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10
}

.preview {
  position: relative
}

.preview,
.preview .swiper-container {
  width: 430px;
  text-align: center;
  margin: 0 auto
}

.preview .swiper-container {
  height: 100px
}

.preview .swiper-slide {
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin-left: 6px;
  background: #a8236f;
  border-radius: 10px;
  overflow: hidden
}

.preview .slide6 {
  width: 82px
}

.preview .arrow-left {
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -19px;
  z-index: 10
}

.preview .arrow-left,
.preview .arrow-left img,
.preview .arrow-right {
  width: 38px;
  height: 38px
}

.preview .arrow-right {
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -19px;
  z-index: 10
}

.preview .arrow-right img {
  height: 38px;
  width: 38px
}

.preview img {
  padding: 1px;
  width: 100%;
  height: 100%
}

.preview .active-nav {
  background: #50e3c2
}

.preview .active-nav img {
  transform: scale(1.4)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url('../image/left.png') no-repeat;
  left: 10px;
  right: auto;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-size: 100% 100%
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url('../image/right.png') no-repeat;
  right: 10px;
  left: auto;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-size: 100% 100%
}