.main {
  width: 100%; }

.banner {
  width: 100%;
  height: 643px; }
  .banner .swiper-slide {
    position: relative;
    overflow: hidden; }
    .banner .swiper-slide img {
      position: absolute;
      width: 1920px;
      left: 50%;
      margin-left: -960px; }

.page1 {
  width: 100%;
  background: #fff;
  padding-bottom: 48px; }
  .page1 h2 {
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    padding-top: 46px; }
  .page1 h3 {
    font-size: 26px;
    color: #000000;
    text-align: center;
    padding-top: 16px; }

.p1-wrap {
  width: 1100px;
  margin: 0 auto;
  margin-top: 40px; }
  .p1-wrap:after {
    content: "";
    clear: both;
    display: block; }
  .p1-wrap dl {
    float: left;
    width: 487px;
    height: 84px;
    border: 1px solid #eef3f5;
    border-radius: 5px;
    padding: 0 28px;
    padding-top: 36px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px; }
    .p1-wrap dl:after {
      content: "";
      clear: both;
      display: block; }
    .p1-wrap dl:hover {
      border-color: #3293ff;
      background: #f0f9ff;
      box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); }
      .p1-wrap dl:hover dt {
        background: #fff;
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); }
      .p1-wrap dl:hover .p1-item-content1 {
        display: none; }
      .p1-wrap dl:hover .p1-item-content2 {
        display: block; }
    .p1-wrap dl dt {
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      float: left;
      width: 50px;
      height: 50px;
      border-radius: 3px;
      background: #e5f9f7;
      font-size: 12px;
      color: #00c8b4;
      font-weight: 600;
      text-align: center;
      line-height: 50px; }
    .p1-wrap dl dd {
      float: left;
      width: calc(100% - 78px);
      padding-left: 28px; }
  .p1-wrap dl:nth-child(2n) {
    margin-right: 0; }

.p1-item-content1 h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-top: -4px; }
.p1-item-content1 p {
  font-size: 14px;
  color: #000000;
  padding-top: 4px; }
  .p1-item-content1 p span {
    font-size: 12px;
    color: #bac4ca;
    margin: 0 16px; }

.p1-item-content2 {
  display: none;
  font-size: 14px;
  color: #000000;
  line-height: 28px; }

.blue-btn {
  display: block;
  width: 310px;
  height: 50px;
  background: #3293ff;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 40px; }

.page2 {
  width: 100%;
  background: #f9fbfc;
  border-top: 1px solid #ebeaf3;
  border-bottom: 1px solid #ebeaf3;
  padding-top: 50px;
  padding-bottom: 26px; }

.p2-wrap {
  width: 1100px;
  margin: 0 auto; }
  .p2-wrap:after {
    content: "";
    clear: both;
    display: block; }

.p2-item {
  width: 359px;
  height: 244px;
  margin-right: 11px;
  margin-bottom: 37px;
  float: left; }

.p2-item:nth-child(3n) {
  margin-right: 0; }

.p2-i-box {
  width: calc(100% - 66px);
  height: 199px;
  border: 1px solid #eaf0f3;
  background: #fff;
  padding: 0 33px; }
  .p2-i-box dl {
    width: calc(100% - 22px);
    height: 91px;
    border-bottom: 1px solid #def2ff;
    padding-top: 43px;
    padding-left: 22px; }
    .p2-i-box dl:after {
      content: "";
      clear: both;
      display: block; }
    .p2-i-box dl dt {
      float: left;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: #e3ebef; }
    .p2-i-box dl dd {
      float: left;
      width: calc(100% - 78px);
      padding-left: 20px; }
      .p2-i-box dl dd h3 {
        font-size: 20px;
        color: #37373d;
        font-weight: 600;
        padding-top: 5px; }
      .p2-i-box dl dd p {
        font-size: 12px;
        color: #919ca4;
        padding-top: 4px; }

.p2-i-start {
  font-size: 14px;
  color: #37373d;
  text-align: center;
  padding-top: 20px;
  font-weight: 600; }

.p2-i-btns {
  width: calc(100% - 84px);
  margin-top: 10px;
  padding: 0 42px; }
  .p2-i-btns:after {
    content: "";
    clear: both;
    display: block; }
  .p2-i-btns a {
    display: block;
    width: 134px;
    height: 32px;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    line-height: 32px; }
  .p2-i-btns a:nth-child(1) {
    float: left;
    background: #3293ff; }
  .p2-i-btns a:nth-child(2) {
    float: right;
    background: #ffd21d; }

.page3 {
  width: 100%;
  background: #282930; }
  .page3 h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding-top: 60px; }
    .page3 h2 span {
      color: #ffcd03; }

.p3-wrap {
  width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 100px; }
  .p3-wrap:after {
    content: "";
    clear: both;
    display: block; }

.p3-item {
  width: 548px;
  height: 323px;
  border-radius: 5px;
  float: left;
  overflow: hidden; }

.p3-i-top {
  width: calc(100% - 96px);
  height: 253px;
  padding: 0 48px; }
  .p3-i-top h3 {
    font-size: 26px;
    color: #282930;
    font-weight: 600;
    padding-top: 40px; }
  .p3-i-top ul {
    margin-top: 26px; }
    .p3-i-top ul li {
      font-size: 14px;
      color: #282930;
      font-weight: 600;
      line-height: 22px;
      margin-bottom: 12px; }
      .p3-i-top ul li i {
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #282930;
        text-align: center;
        line-height: 22px;
        margin-right: 12px;
        font-style: normal;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 800; }

.p3-i-bootom {
  width: calc(100% - 90px);
  height: calc(100% - 253px);
  background: #43444c;
  padding: 0 45px; }
  .p3-i-bootom:after {
    content: "";
    clear: both;
    display: block; }
  .p3-i-bootom span {
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-top: 23px; }
  .p3-i-bootom a {
    float: right;
    width: 220px;
    height: 36px;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    margin-top: 17px; }

.p3-item:nth-child(1) {
  margin-right: 4px; }
  .p3-item:nth-child(1) .p3-i-top {
    background: #ffd21d; }
    .p3-item:nth-child(1) .p3-i-top i {
      color: #ffd21d; }
  .p3-item:nth-child(1) .p3-i-bootom a {
    background: #3293ff;
    color: #fff; }

.p3-item:nth-child(2) {
  margin-top: 30px; }
  .p3-item:nth-child(2) .p3-i-top {
    background: #ffffff; }
    .p3-item:nth-child(2) .p3-i-top i {
      color: #ffffff; }
  .p3-item:nth-child(2) .p3-i-bootom a {
    background: #ffd21d;
    color: #282930; }

.page4 {
  width: 100%;
  height: 600px;
  background: url(../images/0ruxue-p4-bg.jpg) no-repeat center; }

.page5 {
  width: 100%;
  background: #f9fbfc; }
  .page5 h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding-top: 55px; }
  .page5 h6 {
    font-size: 26px;
    color: #000000;
    text-align: center;
    padding-top: 16px; }

.p5-list {
  width: 926px;
  margin: 0 auto;
  padding: 0 87px;
  padding-bottom: 36px;
  margin-top: 45px; }
  .p5-list:after {
    content: "";
    clear: both;
    display: block; }
  .p5-list li {
    float: left;
    width: 141px;
    height: 141px;
    margin-right: 55px;
    display: table;
    background: url(../images/0ruxue-p5-bg.png) no-repeat center;
    border-radius: 50%;
    cursor: pointer; }
    .p5-list li > span {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 24px;
      color: #ffffff;
      font-weight: 600; }
  .p5-list li:last-child {
    margin-right: 0; }

.p5-list-active {
  position: relative;
  background: url(../images/0ruxue-p5-bg-active.png) no-repeat center !important; }
  .p5-list-active:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 17px;
    background: url(../images/0ruxue-jiao.png) no-repeat center;
    left: 50%;
    margin-left: -10.5px;
    bottom: -53px; }

.p5-wrap {
  width: 100%;
  height: 562px;
  border-top: 1px solid #dde6ea;
  background: #eef3f6; }

.p5-item {
  width: 100%;
  height: 100%;
  display: none; }

.tutor-wrap {
  width: 1100px;
  margin: 0 auto; }
  .tutor-wrap h2 {
    font-size: 24px;
    color: #191d28;
    text-align: center;
    font-weight: 600;
    padding-top: 46px; }
  .tutor-wrap h3 {
    font-size: 24px;
    color: #191d28;
    text-align: center;
    font-weight: 600; }

.tutor-list {
  width: calc(100% - 68px);
  margin-top: 34px;
  padding: 0 64px; }
  .tutor-list:after {
    content: "";
    clear: both;
    display: block; }
  .tutor-list dl {
    float: left;
    width: 190px;
    margin-right: 67px; }
    .tutor-list dl dt {
      width: 184px;
      height: 184px;
      border: 3px solid #fff;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
      background: #dbdbe4; }
      .tutor-list dl dt img {
        display: block;
        width: 100%;
        height: 100%; }
    .tutor-list dl dd {
      padding-top: 28px; }
      .tutor-list dl dd h5 {
        line-height: 22px; }
        .tutor-list dl dd h5:after {
          content: "";
          clear: both;
          display: block; }
        .tutor-list dl dd h5 strong {
          font-size: 18px;
          color: #1787e0;
          line-height: 22px;
          vertical-align: middle;
          float: left; }
        .tutor-list dl dd h5 span {
          font-size: 12px;
          color: #909090;
          line-height: 20px;
          vertical-align: middle;
          float: right; }
      .tutor-list dl dd p {
        font-size: 14px;
        color: #9f9fa0;
        line-height: 24px;
        padding-top: 22px; }

.lms {
  width: 1100px;
  margin: 0 auto; }
  .lms h3 {
    font-size: 24px;
    color: #191d28;
    font-weight: 600;
    text-align: center;
    padding-top: 46px; }
  .lms p {
    font-size: 14px;
    color: #191d28;
    text-align: center;
    line-height: 22px;
    padding-top: 14px; }
  .lms img {
    display: block;
    margin: 0 auto;
    margin-top: 40px; }

.lms-btn {
  display: block;
  width: 310px;
  height: 50px;
  border-radius: 5px;
  background: #3582d8;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 24px; }

.jiuye {
  width: 100%; }
  .jiuye h3 {
    font-size: 24px;
    color: #191d28;
    text-align: center;
    font-weight: 600;
    padding-top: 46px; }

.jiuye-list {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px; }
  .jiuye-list:after {
    content: "";
    clear: both;
    display: block; }

.jiuye-list li {
  float: left;
  width: 191px;
  height: 283px;
  border-radius: 10px;
  padding: 0 40px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .jiuye-list li:hover {
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.35); }
    .jiuye-list li:hover i {
      color: #ffb517; }
    .jiuye-list li:hover h5:after {
      background: #ffb414 !important; }

.jiuye-list li i {
  width: 80px;
  height: 60px;
  display: block;
  margin: 0 auto;
  font-size: 46px;
  color: #666666;
  text-align: center;
  line-height: 60px; }

.jiuye-list li h5 {
  position: relative;
  font-size: 18px;
  color: #000000;
  padding-top: 14px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 600; }
  .jiuye-list li h5:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background: #2fa5f8;
    bottom: 0;
    left: 50%;
    margin-left: -13px; }

.jiuye-list li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding-top: 14px; }

.pj {
  width: 100%;
  padding: 54px 0; }

.pj-wrap {
  width: 1100px;
  height: 456px;
  margin: 0 auto;
  position: relative; }

.pj-list {
  width: 730px;
  height: 456px;
  margin: 0 auto; }
  .pj-list .swiper-slide img {
    display: block;
    width: 225px;
    height: 456px; }

.swiper-button-next, .swiper-button-prev {
  width: 77px;
  height: 77px;
  background: #e8eef2;
  border-radius: 50%;
  text-align: center;
  line-height: 77px; }
  .swiper-button-next i, .swiper-button-prev i {
    font-size: 36px;
    color: #ffffff; }

.qiye {
  width: 100%;
  height: calc(100% - 60px);
  background: url(../../images/staticimg/qiye-bg.png) no-repeat center;
  padding-top: 60px; }

.qiye-logo {
  position: relative;
  width: 1102px;
  height: 448px;
  margin: 0 auto; }
  .qiye-logo img {
    display: block;
    width: 100%;
    height: 100%; }

.qiye-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.5);
  left: 0;
  top: 0; }

.qiye-wrap {
  width: 787px;
  height: 270px;
  position: absolute;
  background: rgba(0, 0, 0, 0.76);
  left: 50%;
  top: 50%;
  margin-top: -135px;
  margin-left: -393.5px; }
  .qiye-wrap h6 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding-top: 38px;
    color: #ffffff; }
  .qiye-wrap h5 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    color: #ffffff; }
  .qiye-wrap a {
    display: block;
    width: 248px;
    height: 48px;
    border-radius: 24px;
    background: #ffad0f;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #010101;
    margin: 0 auto;
    margin-top: 20px; }

.page6 {
  width: 100%;
  background: #fff;
  padding-bottom: 60px; }
  .page6 h2 {
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    padding-top: 55px; }

.p6-wrap {
  width: 1100px;
  margin: 0 auto;
  margin-top: 42px; }
  .p6-wrap:after {
    content: "";
    clear: both;
    display: block; }

.p6-item {
  float: left;
  width: 326px;
  height: 177px;
  margin-right: 1px;
  margin-bottom: 1px;
  background: #3582d8;
  padding-left: 40px; }
  .p6-item h3 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 26px; }
  .p6-item p {
    font-size: 24px;
    color: #ffffff; }

.p6-item:nth-child(2n) {
  background: #fee331; }
  .p6-item:nth-child(2n) h3 {
    color: #282930; }
  .p6-item:nth-child(2n) p {
    color: #282930; }

.p6-item:nth-child(3n) {
  margin-right: 0; }

.p6-item:nth-child(1) {
  background: #3582d8 url(../images/0ruxue-p6-1.png) no-repeat right 16px bottom 22px; }

.p6-item:nth-child(2) {
  background: #fee331 url(../images/0ruxue-p6-2.png) no-repeat right 16px bottom 22px; }

.p6-item:nth-child(3) {
  background: #3582d8 url(../images/0ruxue-p6-3.png) no-repeat right 16px bottom 22px; }

.p6-item:nth-child(4) {
  background: #fee331 url(../images/0ruxue-p6-4.png) no-repeat right 16px bottom 22px; }

.p6-item:nth-child(5) {
  background: #3582d8 url(../images/0ruxue-p6-5.png) no-repeat right 16px bottom 22px; }

.p6-item:nth-child(6) {
  background: #fee331 url(../images/0ruxue-p6-6.png) no-repeat right 16px bottom 22px; }

.red-btn {
  display: block;
  width: 102px;
  height: 30px;
  border-radius: 15px;
  background: #ff6914;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  margin-top: 6px; }

.page7 {
  width: 100%;
  background: #282930;
  padding-top: 68px;
  padding-bottom: 76px; }
  .page7 dl {
    width: 1100px;
    margin: 0 auto; }
    .page7 dl:after {
      content: "";
      clear: both;
      display: block; }
  .page7 dt {
    width: 361px;
    height: 356px;
    background: #ffffff;
    float: left;
    position: relative; }
    .page7 dt h3 {
      font-size: 30px;
      font-weight: 600;
      color: #2776e1;
      text-align: center;
      padding-top: 68px; }
      .page7 dt h3 em {
        font-weight: 600;
        font-size: 66px;
        color: #2776e1;
        font-style: italic;
        margin-right: 8px; }
    .page7 dt h4 {
      font-size: 40px;
      color: #2776e1;
      font-weight: 600;
      text-align: center; }
    .page7 dt a {
      display: block;
      width: 220px;
      height: 50px;
      border-radius: 5px;
      background: #3293ff;
      text-align: center;
      line-height: 50px;
      font-size: 18px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 auto;
      margin-top: 20px; }
    .page7 dt:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background: #282930;
      border-radius: 50%;
      right: 17px;
      top: 13px; }
    .page7 dt:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background: #282930;
      border-radius: 50%;
      left: 17px;
      bottom: 13px; }
  .page7 dd {
    float: left;
    margin-left: 9px;
    width: calc(100% - 370px); }
    .page7 dd:after {
      content: "";
      clear: both;
      display: block; }

.p7-item {
  float: left;
  width: 321px;
  height: 173px;
  margin-right: 8px;
  margin-bottom: 10px;
  background: #fee331;
  padding-left: 40px; }
  .p7-item h3 {
    font-size: 30px;
    color: #282930;
    font-weight: 600;
    padding-top: 30px; }
  .p7-item p {
    font-size: 20px;
    color: #282930; }

.p7-item:nth-child(1) {
  background: #fee331 url(../images/0ruxue-p7-1.png) no-repeat right 30px bottom 23px; }

.p7-item:nth-child(2) {
  background: #ffb20d url(../images/0ruxue-p7-2.png) no-repeat right 30px bottom 23px;
  margin-right: 0; }

.p7-item:nth-child(3) {
  background: #ffb20d url(../images/0ruxue-p7-3.png) no-repeat right 30px bottom 23px;
  margin-bottom: 0; }

.p7-item:nth-child(4) {
  background: #fee331 url(../images/0ruxue-p7-4.png) no-repeat right 30px bottom 23px;
  margin-right: 0;
  margin-bottom: 0; }

.page8 {
  width: 100%;
  height: 155px;
  background: #2679e3; }

.p8-wrap {
  width: 1100px;
  height: 155px;
  margin: 0 auto;
  line-height: 155px; }
  .p8-wrap:after {
    content: "";
    clear: both;
    display: block; }
  .p8-wrap span {
    float: left;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 50px; }
  .p8-wrap span:nth-of-type(1) {
    background: url(../images/0ruxue-p8-1.png) no-repeat left 4px center; }
  .p8-wrap span:nth-of-type(2) {
    background: url(../images/0ruxue-p8-2.png) no-repeat left 4px center; }
  .p8-wrap span:nth-of-type(3) {
    background: url(../images/0ruxue-p8-3.png) no-repeat left 4px center; }
  .p8-wrap span:nth-of-type(4) {
    background: url(../images/0ruxue-p8-4.png) no-repeat left 4px center; }
  .p8-wrap span:nth-of-type(5) {
    background: url(../images/0ruxue-p8-5.png) no-repeat left 4px center; }
  .p8-wrap span:nth-of-type(6) {
    background: url(../images/0ruxue-p8-6.png) no-repeat left 4px center; }
  .p8-wrap i {
    display: inline-block;
    float: left;
    width: 0;
    height: 19px;
    border-left: 1px solid #1550a5;
    border-right: 1px solid #4792ff;
    margin: 0 28px;
    margin-top: 65px; }

.page9 {
  width: 100%;
  height: 620px;
  background: #f2f5fa url(../images/0ruxue-p9-bg.jpg) no-repeat center; }

.p9-wrap {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative; }
  .p9-wrap h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding-top: 44px; }
    .p9-wrap h2 span {
      color: #ff7e0c; }
  .p9-wrap h3 {
    font-size: 30px;
    color: #000000;
    text-align: center; }

.hui-btn {
  display: block;
  width: 310px;
  height: 50px;
  border-radius: 5px;
  background: #3293ff;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: 38px;
  right: 38px; }

.page10 {
  width: 100%;
  height: 114px;
  background: #000000; }

.p10-wrap {
  width: 1100px;
  height: 82px;
  margin: 0 auto;
  padding-top: 32px; }
  .p10-wrap:after {
    content: "";
    clear: both;
    display: block; }
  .p10-wrap dl {
    width: calc(20% - 25px);
    height: 50%;
    float: left;
    padding-left: 25px; }
    .p10-wrap dl:after {
      content: "";
      clear: both;
      display: block; }
    .p10-wrap dl dt {
      float: left;
      width: 50px;
      height: 45px;
      text-align: center;
      padding-top: 5px; }
      .p10-wrap dl dt svg {
        display: inline-block;
        text-align: center;
        line-height: 40px;
        font-size: 38px; }
    .p10-wrap dl dd {
      float: left;
      padding-left: 6px;
      width: calc(100% - 56px); }
      .p10-wrap dl dd h3 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 600; }
      .p10-wrap dl dd p {
        font-size: 14px;
        color: #ffffff; }

/*--------------------footer-----------------*/
.footer {
  width: 100%;
  background: #262626; }

.footer-top {
  width: 1200px;
  height: 207px;
  margin: 0 auto; }

.footer-top:after {
  content: "";
  clear: both;
  display: block; }

.footer-logo {
  float: left;
  display: block;
  width: 171px;
  margin-top: 57px; }

.footer-logo img:nth-child(1) {
  display: inline-block;
  width: 160px;
  height: 52px; }

.footer-logo img:nth-child(2) {
  display: inline-block;
  width: 142px;
  height: 32px;
  margin-left: 29px;
  margin-top: 26px; }

.footer-nav {
  float: left;
  padding-left: 78px;
  margin-left: 80px;
  border-left: 1px solid #404040;
  height: 76px;
  margin-top: 67px; }

.footer-nav:after {
  content: "";
  clear: both;
  display: block; }

.footer-nav li {
  float: left;
  width: 83px; }

.footer-nav li p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  word-break: keep-all;
  white-space: nowrap; }

.footer-nav-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; }

.footer-nav-icon img {
  display: inline-block;
  width: 100%;
  height: 100%; }

.footer-top-right {
  float: right;
  width: 295px;
  border-left: 1px solid #404040;
  height: 76px;
  margin-top: 67px;
  text-align: right; }

.footer-top-right:after {
  content: "";
  clear: both;
  display: block; }

.footer-top-right ul {
  margin-top: 26px; }

.footer-top-right ul:after {
  content: "";
  clear: both;
  display: block; }

.footer-top-right ul li {
  float: right;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  margin-left: 25px; }

.footer-top-right ul li img {
  display: inline-block;
  width: 100%;
  height: 100%; }

.tel {
  display: inline-block; }

.footer-bottom {
  width: 1200px;
  height: 115px;
  background: #262626;
  border-top: 1px solid #404040;
  margin: 0 auto; }

.footer-bottom:after {
  content: "";
  clear: both;
  display: block; }

.footer-bottom-l {
  float: left; }

.footer-bottom-l p {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 26px; }

.footer-bottom-l p span {
  color: #fff; }

.footer-bottom-l p:nth-child(1) {
  padding-top: 28px; }

.footer-bottom-r {
  float: right;
  text-align: right;
  line-height: 115px; }

.footer-bottom-r a {
  margin-left: 22px; }

.weixin {
  position: relative; }

.weixin:hover .gongzhonghao {
  display: block; }

.gongzhonghao {
  display: none;
  position: absolute;
  width: 146px;
  height: 146px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  left: 50%;
  margin-left: -86px;
  bottom: 55px;
  text-align: center;
  padding: 12px;
  border-radius: 5px; }

.gongzhonghao img {
  display: inline-block;
  width: 147px !important;
  height: 147px !important; }

.gongzhonghao:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #fff;
  left: 50%;
  margin-left: -10px;
  bottom: -20px; }

/*-------------------------footer  END---------------------------------------------*/

/*# sourceMappingURL=activity_0ruxue.css.map */
