﻿/* 公共样式 */
html {
  font-size: 100px;
}

body,
html {
  overflow-x: hidden;
}

/* end */
/* pc样式 */
@media screen and (min-width: 1200px) {

  .teachers {
    display: none;
  }

  html,
  body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
  }

  html {
    background: #fff;
  }

  section {
    width: 100%;
    height: auto;
  }

  * {
    margin: 0;
    padding: 0;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  p,
  a,
  i {
    font-weight: normal;
    text-shadow: none;
  }

  h3 {
    font-weight: normal;
  }

  img {
    display: block;
  }

  #pcHeader {
    width: 100%;
    background: #0F36DC;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    border-bottom: 1px solid #e5e5e5;
  }

  #headswiper,
  .headswiper {
    width: 100%;
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
  }

  .headswiper .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .headswiper .swiper-slide img {
    width: 100%;
  }

  /* .headswiper .swiper-pagination{
    top: 78%!important;
    left: 0;
    z-index: 999;
  } */
  .headsiperPage {
    width: 100%;
    height: 42px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 27%;
  }

  .swiPage {
    width: 1200px;
    height: 42px;
    margin: 0 auto;
    position: relative;
  }

  .swiPage div {
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    text-align: center;
  }

  /* #headswiper-prev,
  #headswiper-next,
  #swbuprev1,
  #swbunext1,
  #swbuprev2,
  #swbunext2 {
    background: url(../images/swiperpagebtn.png) no-repeat;
  } */

  #headswiper-prev:after,
  #headswiper-next:after,
  #swbuprev1:after,
  #swbunext1:after,
  #swbuprev2:after,
  #swbunext2:after {
    content: "";
  }

  .swiPage #headswiper-prev {
    position: absolute;
    background-position: 0 0;
    right: 52px;
    top: 0;
    left: auto;
    margin-top: 0;
    background-size: 122px auto;
  }

  .swiPage #headswiper-next {
    position: absolute;
    background-position: -42px 0;
    right: 0;
    top: 0;
    left: auto;
    margin-top: 0;
    background-size: 122px auto;
  }

  #headswiper-next,
  #headswiper-prev {
    color: #fff;
    font-size: 16px !important;
  }

  #headswiper-prev:after,
  #headswiper-next:after {
    color: #fff;
    font-size: 16px !important;
  }

  .swiper-container {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
  }

  /* new 轮播 */
  .head_swiperimg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  #topPage {
    width: 80% !important;
    display: flex;
    justify-content: space-between;
    height: auto !important;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #topPage .swiper-pagination-bullet {
    width: 16% !important;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    height: 40px;
    line-height: 40px;
  }

  #topPage .swiper-pagination-bullet-active {
    background: #0F36DC !important;
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }

  #topPage a {
    width: 100%;
    height: 40px;
    color: #000;
    padding: 8px 40px;
  }

  #topPage .swiper-pagination-bullet-active a {
    color: #fff !important;
  }

  /* end */
  /*表单*/
  #topRight {
    /* width: 23%;
    max-width: 27%; */
    width: 400px;
    height: auto;
    position: absolute;
    background: #fff;
    top: 50%;
    right: 8%;
    z-index: 666;
    transform: translateY(-50%);
    border-radius: 10px;
    margin-top: 0;
  }

  #topRight .evalConTit {
    width: 100%;
    height: 60px;
    padding: 10px 0;
    background: none;
    border-radius: 10px 10px 0 0;
    position: relative;
  }

  #topRight .evalConTit h3 {
    font-size: 24px;
    color: #000;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
  }

  #topRight .evalConTit ul {
    width: 89%;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 30px;
    display: flex;
    justify-content: space-between;
  }

  #topRight .evalConTit ul li {
    width: 48%;
  }

  #topRight .evalContent {
    width: 90%;
    margin: 0 auto;
    height: 290px;
    padding: 40px 0 5px 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
  }

  #topRight .evalContent .courseId {
    width: 100%;
    height: 40px;
    margin: 0 auto 10px auto;
  }

  #topRight .tips {
    display: none;
  }

  #topRight .signall {
    width: 100%;
    height: 58px;
    position: relative;
  }

  #topRight .signall .evalBtoRi {
    display: none;
  }

  #topRight .signall .signBtn {
    width: 92%;
    margin: 0 auto;
    height: 40px;
    z-index: 100;
    right: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  #topRight .signBtn button {
    width: 310px;
    margin-left: 0;
  }

  /* end */
  #goTop,
  #team,
  #stuhref {
    display: none;
  }

  .headCarousel,
  .courseBan,
  .aboutUs,
  .aboutTx,
  .videoM,
  .couConOne,
  .couConTwo,
  .stuHref,
  .envirm,
  .signBd,
  .stupic,
  .zxjz,
  /* .watchUs, */
  .contitcou,
  #navcation,
  #mbot,
  .inforboxM,
  #inforschm {
    display: none;
  }

  .watchUs {
    width: 100%;
    height: auto;
  }

  .aboutExplain {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.37rem;
    text-align: center;
    width: 100%;
  }

  .watchOne {
    width: 100%;
    height: auto;
    background: #313131;
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    margin-top: 0.6rem;
    
  }

  .wximg {
    margin: 0.4rem 0.5rem 0 0.7rem;
    height: 2.13rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: flex;
    justify-content: center;
  }

  .wximg dl {
    width: 2.4rem;
    height: 100%;
  }

  .wximg dl dt {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
  }

  .wximg dl dt img {
    width: 100%;
    height: 100%;
  }

  .wximg dl dd {
    width: 100%;
    height: 0.63rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.63rem;
    font-weight: bold;
  }

  #topScroll {
    display: block;
    width: 1.5rem;
    height: 100%;
    margin: 0 0.3rem;
    background: url(../images/backtop.png) center center no-repeat;
    background-size: 65% auto;
  }

  .watchTwo {
    width: 100%;
    height: auto;
    background: #1b1b1b;
    padding: 0.15rem 0;
    /* margin-bottom: 0.8rem; */
  }

  .watchTwo p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
  }

  /*首屏课程*/
  .guideBox {
    width: 100%;
    /* height: 568px; */
    /* background-color: #484848; */
  }

  .guidein {
    width: 1200px;
    /* padding-top: 60px;
    height: 508px; */
    margin: 0 auto;
  }

  /* .guidetitPic {
    width: 350px;
    height: 103px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/sytitpic.png) no-repeat;
    background-position: 0 0;
  } */

  .pagetit .titone {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-align: center;
  }

  .pagetit .titone span {
    color: #0F36DC;
  }

  .titline {
    width: 350px;
    height: 1px;
    background: #626262;
    margin: 20px auto;
  }

  .titline p {
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
  }

  .titbot {
    font-size: 18px;
    color: #525252;
    text-align: center;
  }

  .guicont {
    width: 1200px;
    height: 260px;
    display: flex;
    margin: 60px auto 0 auto;
  }

  .guicont a {
    width: 160px;
    height: 260px;
    margin-right: 25px;
    padding: 0 30px;
    display: block;
    color: #0F36DC;
    cursor: pointer;
    background: #0F36DC;
    color: #fff;
    border-radius: 4px;
  }

  .guicont a:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .guicont dl {
    width: 100%;
    height: 100%;
  }

  .guicont a:last-child {
    margin-right: 0;
  }

  .guicont dl dt {
    width: 100%;
    height: 128px;
  }

  .guicont dl dt i {
    font-size: 58px;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #171717;
    line-height: 140px;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
  }

  .guicont a:nth-child(1) i {
    font-size: 62px;
  }

  .guicont a:nth-child(3) i {
    font-size: 64px;
  }

  .guicont dl dd {
    width: 100%;
    height: auto;
  }

  .guicont dl dd h3 {
    font-size: 20px;
    color: #171717;
    text-align: center;
    margin-bottom: 18px;
  }

  .guicont dl dd p {
    font-size: 14px;
    text-align: center;
  }

  /*关于我们*/
  .aboutPus {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .indextit {
    width: 597px;
    height: 97px;
    margin: 50px auto;
    background: url(../images/indextit.png) no-repeat;
  }

  .aboutTit {
    background-position: 0 0 !important;
  }

  .courseTit {
    background-position: 0 -97px !important;
  }

  .teacherTit {
    background-position: 0 -194px !important;
  }

  .studentTit {
    background-position: 0 -213px !important;
  }

  .envirTit {
    background-position: 0 -388px !important;
  }

  .videoTit {
    background-position: 0 -485px !important;
  }

  .aboutPo {
    width: 100%;
    height: 375px;
    /* margin: 100px auto 130px auto; */
  }

  .aboutPi {
    width: 1200px;
    height: 375px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    position: relative;
  }

  .aboutPi .aboutExplain {
    font-size: 18px;
    color: #666;
    width: 455px;
    height: auto;
    line-height: 33px;
    text-indent: 28px;
    font-weight: normal;
    position: absolute;
    left: 15px;
    top: 1px;
  }

  .aboutPi .aboutVid {
    width: 700px;
    height: 395px;
    position: absolute;
    right: 3px;
    top: -10px;
  }

  .yhtop,
  .yhbot {
    font-size: 160px;
    color: #d7d7d7;
    font-family: "思源黑体";
  }

  .yhtop {
    position: absolute;
    top: -8px;
    left: 0;
  }

  .yhbot {
    position: absolute;
    left: 408px;
    bottom: -8px;
  }

  /*艺考资讯*/
  .informatPc {
    width: 1200px;
    height: auto;
    margin: 100px auto 60px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .ykdy {
    width: 400px;
    height: 295px;
  }

  .dytit span {
    width: 90px;
    height: 4px;
    background: #e32828;
    display: block;
    border-radius: 5px;
  }

  .dytit p {
    width: 90px;
    text-align: center;
  }

  .dytit {
    font-size: 20px;
    color: #333;
    line-height: 56px;
    text-align: center;
  }

  .ykinfor {
    width: 100%;
    height: 215px;
    overflow: hidden;
  }

  #thumbnails li a {
    height: 215px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    width: 335px;
  }

  #thumbnails li a img {
    width: 335px;
    height: 215px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  #thumbnails li a p {
    font-size: 12px;
    width: 325px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 10px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 11;
  }

  .sy-slides-wrap {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .sy-slides-wrap:hover .sy-controls {
    display: none;
  }

  .sy-slides-crop {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
  }

  .sy-list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
  }

  .sy-list.horizontal {
    -moz-transition: left ease;
    -o-transition: left ease;
    -webkit-transition: left ease;
    transition: left ease;
  }

  .sy-list.vertical {
    -moz-transition: top ease;
    -o-transition: top ease;
    -webkit-transition: top ease;
    transition: top ease;
  }

  .sy-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .sy-slide.kenburns {
    width: 140%;
    left: -20%;
  }

  .sy-slide.kenburns.useCSS {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
    -webkit-animation-name: left-right;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: left-right;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: left-right;
    -o-animation-fill-mode: forwards;
    animation-name: left-right;
    animation-fill-mode: forwards;
  }

  .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
    -webkit-animation-name: right-left;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: right-left;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: right-left;
    -o-animation-fill-mode: forwards;
    animation-name: right-left;
    animation-fill-mode: forwards;
  }

  .sy-slide.sy-active {
    z-index: 3;
  }

  .sy-slide>img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .sy-slide>a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }

  .sy-slide>a>img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .sy-caption-wrap {
    z-index: 10000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #0000009c;
  }

  .sy-controls {
    display: none;
  }

  .sy-caption {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 24px;
  }

  .informatPc .wzmodel:first-child {
    margin-left: 0;
  }

  .wzmodel {
    width: 335px;
    height: 100%;
    padding: 0 20px 16px 20px;
    margin-left: 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 11px 7px #eee;
  }

  .wzmodel .dytit {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 19px;
  }

  .wzmodel nav {
    width: 100%;
    height: 180px;
  }

  .wzmodel nav li {
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .wzmodel nav li p {
    width: 82%;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .wzmodel nav li p a {
    color: #666;
  }

  .wzmodel nav li span {
    font-size: 14px;
    line-height: 36px;
    display: block;
    width: 15%;
    margin-left: 3%;
  }

  .wzmodelMore {
    display: block;
    font-size: 14px;
    color: #e32828;
    text-align: right;
  }

  /*教学体系Pc*/
  .aboutTxP {
    width: 100%;
    height: 200px;
    background: #e32828;
    margin: 0 auto;
  }

  .aboutTxP .pagetitBox {
    width: 100%;
    padding: 68px 0;
    height: 114px;
    background: #0F36DC;
  }

  .aboutTxpic {
    width: 400px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
    /* background: url(../images/sytitpic.png) no-repeat; */
    background-position: 0 -180px;
  }

  .aboutTxP .pagetit .titline {
    background: #fff !important;
  }

  .aboutTxP .pagetit .titbot {
    color: #fe99a2 !important;
  }

  .aboutTitPic {
    width: 740px;
    height: 95px;
    overflow: hidden;
    margin: 0 auto 60px auto;
    /* background: url(../images/sytitpic.png) no-repeat; */
    background-position: 0 -321px;
  }

  .aboutTit {
    width: 1200px;
    height: auto;
    margin: 60px auto 0 auto;
  }

  .aboutTit h3 {
    font-size: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 55px;
  }

  .aboutTit h3 span {
    color: #0F36DC;
  }

  .aboutTit p {
    width: 1195px;
    height: auto;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: center;
  }

  .plateTit {
    width: 526px;
    height: 40px;
    margin: 50px auto 20px auto;
    display: flex;
  }

  .plateTit li {
    font-size: 30px;
    color: #333;
  }

  .plateTit li:nth-child(2) {
    margin: 0 80px;
  }

  #swiperpag-pc2 {
    width: 526px;
    height: 70px;
    margin: 0 auto 30px auto;
    position: relative;
  }

  #swiperpag-pc2 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 526px;
    height: 72px;
    border-radius: 0;
    display: none;
  }

  #swiperpag-pc2 .swiper-pagination-bullet {
    border-radius: 0 !important;
  }

  #swiperpag-pc2 .swiper-pagination-bullet-active {
    display: block;
  }

  #swiperpag-pc2 span:nth-child(1) {
    background: url(../images/swiperpg1.png) center center no-repeat;
    background-size: cover;
  }

  #swiperpag-pc2 span:nth-child(2) {
    background: url(../images/swiperpg2.png) center center no-repeat;
    background-size: cover;
  }

  #swiperpag-pc2 span:nth-child(3) {
    background: url(../images/swiperpg3.png) center center no-repeat;
    background-size: cover;
  }

  .aboutTxswiper {
    width: 1330px;
    margin: 0 auto;
    height: auto;
  }

  #swipercon-pc2 {
    height: 430px;
  }

  #fiveSystem {
    width: 1330px;
    height: 430px;
    display: flex;
  }

  #fiveSystem a {
    display: block;
    margin-right: 20px;
  }

  #fiveSystem dl {
    width: 250px;
    height: 430px;
    position: relative;
  }

  #fiveSystem a:last-child,
  .sixSerNavbox nav a:last-child,
  .advantDlbox a:last-child {
    margin-right: 0;
  }

  #fiveSystem dl dt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  #fiveSystem dl dt img {
    width: 100%;
    height: 100%;
    display: block;
  }

  #fiveSystem dl dd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #fiveSystem dl dd i {
    font-size: 66px;
    color: #0F36DC;
    text-align: center;
    width: 70px;
    margin: 120px auto 25px auto;
    display: block;
  }

  #fiveSystem dl dd h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
  }

  #fiveSystem dl dd p {
    font-size: 16px;
    color: #fff;
    text-align: center;
  }

  .playing {
    position: relative;
    width: 42px;
    height: 22px;
    margin: 310px auto 0 auto;
  }

  .playing .line2 {
    position: absolute;
    display: inline-block;
    width: 2px;
    bottom: 0;
    background: #0F36DC;
    border-radius: 10px;
    -webkit-animation: playing alternate linear infinite;
  }

  .playing .line2:nth-child(1) {
    left: 0px;
    -webkit-animation-duration: 0.4s;
  }

  .playing .line2:nth-child(2) {
    left: 4px;
    -webkit-animation-duration: 0.6s;
  }

  .playing .line2:nth-child(3) {
    left: 8px;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-delay: 0.6s;
  }

  .playing .line2:nth-child(4) {
    left: 12px;
    -webkit-animation-duration: 0.3s;
  }

  .playing .line2:nth-child(5) {
    left: 16px;
    -webkit-animation-duration: 0.5s;
  }

  .playing .line2:nth-child(6) {
    left: 20px;
    -webkit-animation-duration: 0.2s;
  }

  .playing .line2:nth-child(7) {
    left: 24px;
    -webkit-animation-duration: 0.4s;
  }

  .playing .line2:nth-child(8) {
    left: 28px;
    -webkit-animation-duration: 0.6s;
  }

  .playing .line2:last-child {
    left: 32;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.6s;
  }

  @-webkit-keyframes playing {
    0% {
      height: 1px;
    }

    100% {
      height: 30px;
    }
  }

  #sixServices {
    width: 1330px;
    height: 430px;
    display: flex;
  }

  #sixServices .sixSerpic {
    width: 424px;
    height: 430px;
    display: block;
    margin-right: 10px;
  }

  .sixSerNavbox {
    width: 896px;
    height: 430px;
  }

  .sixSerNavbox nav {
    width: 100%;
    height: 210px;
    display: flex;
  }

  .sixSerNavbox nav:last-child {
    margin-top: 10px;
  }

  .sixSerNavbox nav a {
    display: block;
    margin-right: 10px;
  }

  .sixSerNavbox nav li {
    width: 292px;
    height: 160px;
    padding-top: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .sixSerNavbox nav li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 60px;
    color: #0F36DC;
    display: block;
    margin: 0 auto;
  }

  .sixSerNavbox li p {
    font-size: 28px;
    text-align: center;
    margin-top: 22px;
    text-align: center;
  }

  .blackLi {
    background: #242424;
    color: #fff;
  }

  .whiteLi {
    background: #dcdcdc;
    color: #242424;
  }

  .sixSerNavbox nav li:hover {
    background: #0F36DC;
    color: #fff !important;
  }

  .sixSerNavbox nav li:hover i {
    color: #fff !important;
  }

  #eightAdvantages dd:before,
  #eightAdvantages dd:after,
  #eightAdvantages .divin:before,
  #eightAdvantages .divin:after {
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .divin i {
    -webkit-transition: none;
    transition: none;
  }

  *:before,
  *:after {
    z-index: -1;
  }

  #eightAdvantages {
    width: 1330px;
    height: 430px;
    margin: 0 auto;
  }

  .advantDlbox {
    width: 1330px;
    height: 210px;
    display: flex;
    margin: 0 auto;
  }

  .advantDlbox:last-child {
    margin-top: 10px;
  }

  .advantDlbox a {
    display: block;
    margin-right: 10px;
  }

  .advantDlbox dl {
    width: 325px;
    height: 210px;
    position: relative;
  }

  .advantDlbox dl dt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .advantDlbox dl dt img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .advantDlbox dl dd {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .divin {
    width: 325px !important;
    height: 165px;
    padding-top: 45px;
  }

  .advantDlbox dl dd i {
    font-size: 60px;
    color: #0F36DC;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 72px;
  }

  .advantDlbox dl dd p {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-top: 22px;
  }

  #eightAdvantages dl {
    color: #27692b;
    text-transform: uppercase;
    overflow: hidden;
  }

  #eightAdvantages dl dd:before,
  #eightAdvantages dl dd:after,
  .divin:before,
  .divin:after {
    content: "";
    position: absolute;
    top: 0;
    width: 81.25px;
    height: 0;
    background: #0F36DC;
  }

  #eightAdvantages dl dd:before {
    left: 0;
  }

  #eightAdvantages dl dd:after {
    left: 162.5px;
  }

  .divin:before,
  .divin:after {
    top: auto;
    bottom: 0;
  }

  .divin:before {
    left: 81.25px;
  }

  .divin:after {
    left: 243.75px;
  }

  #eightAdvantages dl:hover .divin i {
    color: #fff;
  }

  #eightAdvantages dl:hover dd:before,
  #eightAdvantages dl:hover dd:after,
  #eightAdvantages dl:hover .divin:before,
  #eightAdvantages dl:hover .divin:after {
    height: 210px;
  }

  #eightAdvantages dl:active {
    background: #0F36DC;
    color: #fff !important;
  }

  .swperAboutPage {
    width: 100px;
    height: 62px;
    margin: 40px auto 0 auto;
    position: relative;
  }

  #swbuprev1 {
    margin-right: 10px;
    left: 0;
    top: 0;
    background-size: 124px auto;
    background-position: 0px -58px;
  }

  #swbuprev1,
  #swbunext1 {
    width: 44px;
    height: 62px;
    text-align: center;
    top: 0;
    margin: 0;
    outline: none;
  }

  #swbunext1 {
    right: 0;
    top: 0;
    background-size: 124px auto;
    background-position: -53px -58px;
  }

  #swbuprev1:after,
  #swbunext1:after {
    font-size: 20px;
    color: #fff;
  }

  /*Pc课程*/
  .courseCon {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .pconModel {
    width: 100%;
    margin: 20px auto 10px auto;
  }

  .pconModel .conTit {
    width: 1200px;
    height: 30px;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .pconModel .conTit h3 {
    width: 55%;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .pconModel .conTit .titRight {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    width: 43%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pconModel .conTit h3 span {
    width: 4px;
    height: 30px;
    display: block;
    margin-right: 20px;
    background: #0F36DC;
    border-radius: 3px;
  }

  .pconModel .conTit h3 p {
    font-size: 30px;
    font-weight: bold;
    color: #0F36DC;
    line-height: 26px;
  }

  /*课程*/
  .CourseBox {
    width: 1200px;
    height: auto;
    margin: 40px auto 0 auto;
    display: flex;
  }

  .CourseBox dl {
    width: 363px;
    height: 387px;
    margin-right: 55px;
  }

  .CourseBox dl:last-child {
    margin-right: 0;
  }

  .CourseBox dl dt {
    width: 100%;
    height: 240px;
    position: relative;
  }

  .CourseBox dl dt img {
    width: 100%;
    display: block;
  }

  /* .CourseBox dl dt p {
    width: 112px;
    height: 99px;
    background: url(../images/kcsztip.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  } */

  .coursegk {
    background-position: 0 0 !important;
  }

  .coursefz {
    background-position: -162px 0 !important;
  }

  .courseky {
    background-position: -324px 0 !important;
  }

  .courseJx {
    background-position: 0 -117px !important;
  }

  .courseYk {
    background-position: -162px -117px !important;
  }

  .courseDs {
    background-position: -324px -117px !important;
  }

  .CourseBox dl dd {
    width: 100%;
    height: 98px;
  }

  .CourseBox dl dd p {
    font-size: 14px;
    color: #000;
    line-height: 64px;
    text-align: center;
  }

  .CourseBox dl dd div {
    display: flex;
    width: 280px;
    height: 34px;
    margin: 0 auto;
  }

  .CourseBox dl dd div a li {
    width: 130px;
    height: 34px;
    display: flex;
    line-height: 34px;
    background: #0F36DC;
  }

  .CourseBox dl dd div a:last-child li {
    background: #6e6e6e;
    margin-left: 20px;
  }

  .CourseBox dl dd div a li i {
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
  }

  .CourseBox dl dd div a li p {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    margin-left: 8px;
  }

  .pconModone,
  .pconModTwo {
    width: 1200px;
    margin: 30px auto 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .pconModone {
    height: 430px;
  }

  .pconModTwo {
    height: 240px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .pconModone dl {
    width: 360px !important;
    height: 430px;
    margin-right: 60px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .pconModTwo dl {
    width: 380px !important;
    height: 220px;
    margin-right: 30px;
    border-radius: 20px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .pconModone dl:hover,
  .pconModTwo dl:hover {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
  }

  .pconModone dl:nth-child(3),
  .pconModone dl:nth-child(3) {
    margin-right: 0;
  }

  .pconModTwo dl dt {
    width: 200px;
    height: 220px;
    border-radius: 15px 0 0 15px;
    position: relative;
  }

  /* .coumoone dt {
    background-image: url(../images/sycoursebg.jpg);
    background-repeat: no-repeat;
  } */

  /* .pconModTwo dl dt p {
    width: 112px;
    height: 99px;
    background: url('../images/sebg.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  } */

  .qnk {
    background-position: 0 0 !important;
  }

  .yzxz {
    background-position: -147px 0 !important;
  }

  .wdpx {
    background-position: -293px 0 !important;
  }

  .qzqm {
    background-position: -440px 0 !important;
  }

  .scle {
    background-position: -587px 0 !important;
  }

  .msydy {
    background-position: -736px 0 !important;
  }

  .syk {
    background-position: -879px 0 !important;
  }

  .couykbk {
    background-position: 0 0;
  }

  .couykfz {
    background-position: -360px 0;
  }

  .couykss {
    background-position: -720px 0;
  }

  /* .coumtwo dt {
    background-image: url(../images/sycoursebg.jpg);
    background-repeat: no-repeat;
  } */

  .couxly {
    background-position: 0px -264px;
  }

  .couykb {
    background-position: -200px -264px;
  }

  .coudsb {
    background-position: -400px -264px;
  }

  /* .cousecon dt {
    background-image: url(../images/sycoursebg.jpg);
    background-repeat: no-repeat;
  } */

  .seqn {
    background-position: 0 -485px;
  }

  .segq {
    background-position: -200px -485px;
  }

  .sebl {
    background-position: -400px -485px;
  }

  .seqz {
    background-position: -600px -485px;
  }

  .sesc {
    background-position: -800px -485px;
  }

  .seydy {
    background-position: -1000px -485px;
  }

  .sesy {
    background-position: -1200px -485px;
  }

  .pconModone dl dt {
    width: 360px;
    height: 264px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
  }

  .pconModTwo dl dt img {
    width: 100%;
    height: auto;
    border-radius: 15px 0 0 15px;
  }

  .pconModone dl dt img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }

  .pconModone dl dd {
    width: 360px;
    height: 166px;
  }

  .pconModone dl dd .ddTit {
    margin-top: 5px;
    height: 48px;
  }

  .pconModone dl dd .ddTit h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
  }

  .pconModone dl dd .ddTit p {
    width: 20px;
    height: 4px;
    margin: 0 auto;
    background: #000;
    border-radius: 3px;
  }

  .pconModone dl dd .courJj {
    width: 80%;
    height: 48px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center;
    margin: 14px auto;
  }

  .pczXxq {
    width: 300px;
    height: 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .pczXxq a {
    width: 150px;
    height: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .pczXxq .couljzx {
    color: #587ddb;
  }

  .pczXxq .ljxq {
    color: #0F36DC;
  }

  .pczXxq .ljxq i {
    margin-left: 10px;
  }

  .pconModTwo dl dd {
    width: 140px;
    height: 220px;
    margin: 0 20px;
  }

  .pconModTwo dl dd .ddTit {
    margin-top: 13px;
    height: 44px;
  }

  .pconModTwo dl dd .ddTit h3 {
    font-size: 20px;
    color: #333;
    text-align: left;
    line-height: 40px;
    font-weight: bold;
  }

  .pconModTwo dl dd .ddTit p {
    width: 20px;
    height: 4px;
    background: #000;
    border-radius: 3px;
  }

  .pconModTwo dl dd .fcourJj {
    font-size: 14px;
    color: #666;
    height: 96px;
    text-align: left;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .fljxq {
    display: block;
    height: 20px;
    width: 140px;
    font-size: 14px;
    color: #0F36DC;
    line-height: 20px;
    margin-top: 18px;
    text-align: right;
  }

  .fljxq i {
    margin-left: 10px;
  }

  #swipercon-pc3 {
    width: 1200px;
    height: auto;
    padding: 10px 0;
  }

  .secourse {
    width: 100%;
    height: 485px;
    margin-top: 30px;
    position: relative;
  }

  .secourse .pconModone {
    width: 1200px;
    margin: 0 auto;
    top: 0;
  }

  .secourse .pconBot {
    width: 100%;
    height: 265px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f6f6f6;
  }

  .secourse dl {
    box-shadow: none !important;
  }

  .specialTit {
    position: relative;
  }

  .specialTit h3 {
    width: 50% !important;
  }

  .specialTit #swiperpag-pc3 {
    width: 40px;
    height: 30px;
    position: relative;
    background: #e32828;
    border-radius: 15px;
    margin-left: 20px;
  }

  #swbunext2 {
    width: 12px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: 6px;
    margin: 0;
    background-size: 120px auto;
    background-position: -22px -136px;
    outline: none;
  }

  #swbuprev2 {
    width: 12px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: 8px;
    margin: 0;
    outline: none;
    background-size: 120px auto;
    background-position: -7px -136px;
  }

  /*教师*/
  .famousTea {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }

  .famouspTit {
    width: 80%;
    height: 75px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center;
  }


  .teapic {
    width: 1200px;
    height: 780px;
  }

  .teapic dl {
    width: 200px;
    height: 260px;
    float: left;
    position: relative;
  }

  .teapic dl:hover dd {
    background: #0F36DC;
  }

  .teapic dl dt {
    width: 100%;
    height: 260px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .teapic dl dt img {
    width: 100%;
    height: 100%;
  }

  .teapic dl dd {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333333;
  }

  .teapic dl dd h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
  }

  .teapic dl dd p {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }

  .teaHref {
    width: 860px;
    margin: 40px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .teaHref a {
    display: block;
    width: 360px;
    height: 50px;
    margin: 0 60px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
  }

  .teaHref .teaMore {
    background: #0F36DC;
  }

  .teaHref .teazx {
    background: #333;
  }

  /*学员成果*/
  .stuResults {
    width: 100%;
    height: 770px;
    padding-top: 10px;
    margin: 0 auto;
    background: #f6f6f6;
  }

  .stuResults .stupmod {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .stupLeft {
    width: 530px;
    height: 375px;
    margin: 75px 40px;
  }

  .stupLeft h3 {
    font-size: 30px;
    color: #666;
    line-height: 48px;
    text-align: left;
    font-weight: bold;
  }

  .stupLeft p {
    font-size: 20px;
    color: #666;
    line-height: 40px;
    text-align: left;
    margin: 17px auto 48px auto;
  }

  .stupLeft .stumore {
    width: 460px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .stupLeft .stumore a {
    width: 200px;
    height: 50px;
    display: block;
    margin-right: 30px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }

  .stupLeft .stuLjgd {
    background: #0F36DC;
  }

  .stupLeft .stuCp {
    background: #333;
  }

  .stupRight {
    width: 480px;
    height: 525px;
    padding: 0 40px 0 80px;
    position: relative;
  }

  #swipercon-pc4 {
    width: 480px;
    height: 525px;
    margin: 0 auto;
    border-radius: 15px;
  }

  #swipercon-pc4 li {
    border-radius: 15px;
  }

  #swipercon-pc4 li img {
    width: 480px;
    height: 525px;
    border-radius: 15px;
  }

  #swbuprev4 {
    position: absolute;
    left: 0;
    top: 50%;
    outline: none;
    width: 40px;
    height: 40px;
    background: url(../images/prev4.png);
  }

  #swbunext4 {
    position: absolute;
    right: -40px;
    top: 50%;
    outline: none;
    width: 40px;
    height: 40px;
    background: url(../images/next4.png);
  }

  #swbunext4:after,
  #swbuprev4:after,
  #swbunext2:after,
  #swbuprev2:after {
    content: "";
  }

  /*教学环境*/
  .TeachEnvir {
    width: 100%;
    /* margin: 0px auto 100px auto; */
  }

  .TeachEnvir .pagetitBox {
    width: 100%;
    padding: 68px 0;
    height: 114px;
    background: #0F36DC;
  }

  .pagetitBox img {
    width: 360px;
    height: 105px;
    display: block;
    margin: 0 auto;
  }

  .envirPic {
    width: 1200px;
    height: auto;
    margin: 60px auto 0 auto;
  }

  .envirPic .envirConTit {
    width: 100%;
  }

  .envirPic .envirConTit img {
    width: 538px;
    height: 58px;
    margin: 0 auto 60px auto;
  }

  .envirPic .envirConTit p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: center;
  }

  .envirPic .envirCon {
    width: 1200px;
  }

  .envirPic .envirCon ul {
    width: 995px;
    margin: 60px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .envirPic .envirCon ul li {
    width: 145px;
    height: 50px;
    margin-right: 25px;
    box-shadow: 0px 1px 3px 0px rgba(34, 30, 31, 0.15);
    font-size: 18px;
    color: #484848;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }

  .envirPic .envirCon ul li:last-child {
    margin-right: 0;
  }

  .actLi {
    background: #0F36DC;
    color: #fff !important;
  }

  .envirConPic {
    width: 1200px;
    height: 460px;
  }

  .envirPic .envirConPic div {
    display: none;
  }

  .envirPic div dl {
    width: 100%;
    height: 460px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .envirPic div dl dt {
    width: 549px;
    height: 460px;
    margin-right: 10px;
  }

  .envirPic div dl dt img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .envirPic div dl dd {
    width: 640px;
    height: 460px;
  }

  .envirPic div dl dd li {
    width: 640px;
    height: 225px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .envirPic div dl dd li:last-child {
    margin-bottom: 0;
  }

  .envirPic div dl dd li img {
    width: 315px;
    height: 225px;
    display: block;
    margin-right: 10px;
  }

  .envirPic div dl dd li img:last-child {
    margin-right: 0;
  }

  .envirMore {
    width: 500px;
    height: 44px;
    margin: 60px auto 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .envirMore a {
    width: 230px;
    height: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
  }

  .envirMore li {
    width: 230px;
    height: 40px;
    display: flex;
    text-align: center;
    background: #0F36DC;
    border-radius: 15px;
  }

  .envirMore a:last-child li {
    margin-left: 40px;
    background: #333;
  }

  .envirMore a li i {
    font-size: 23px;
    line-height: 40px;
    color: #fff;
  }

  .envirMore a li p {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    margin-left: 11px;
  }

  /*视频*/
  .videoModel {
    width: 1200px;
    height: auto;
    margin: 100px auto 0 auto;
  }

  .videocont {
    width: 1200px;
    height: 540px;
    margin: 0 auto 55px auto;
  }

  .videoModel .videoLeft {
    width: 960px;
    height: 540px;
    float: left;
    margin-right: 25px;
  }

  .videoModel .videoLeft .wtShowVideo {
    width: 100%;
    height: 100%;
  }

  .videoModel .videoright {
    width: 214px;
    float: left;
    overflow: hidden;
    height: 540px;
  }

  .videoModel .videoright li {
    width: 214px;
    height: 120px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px 0px rgb(148, 148, 148, 0.7);
    position: relative;
    overflow: hidden;
  }

  .videoModel .videoright li .videorimg {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
  }

  .videoModel .videoright .videoimg {
    background-image: url(../images/syvideoimg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .video1 {
    background-position: 0 0;
  }

  .video2 {
    background-position: -214px 0;
  }

  .video3 {
    background-position: -428px 0;
  }

  .video4 {
    background-position: -642px 0;
  }

  .videoModel .videoright li p {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
  }

  .videoModel .videoright li p img {
    width: 45px;
    height: 45px;
    display: block;
    margin: 40px auto 0 auto;
  }

  .videoModel .videoright li:last-child {
    background: #000;
  }

  .videoModel .videoright li a {
    width: 100%;
    height: 82px;
    padding-top: 38px;
    display: block;
    text-align: center;
    color: #fff;
  }

  .videoModel .videoright li a i {
    font-size: 32px;
    text-align: center;
    line-height: 34px;
    display: block;
  }

  .videoModel .videoright li a div {
    font-size: 18px;
    text-align: center;
    color: #fff;
  }

  .videolist {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }

  .videolist .xypj {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  .videolist .xypj dl:hover .dtbg {
    display: block !important;
  }

  .videolist .xypj dl:hover dd {
    background: #ff331b;
    color: #fff !important;
    border-radius: 0 0 15px 15px;
  }

  .videolist .xypj dl:hover dd span {
    color: #fff !important;
  }

  .videolist .xypj dl:hover dd p {
    color: #fff !important;
  }

  .videolist .xypj a {
    display: block;
    width: 270px;
    height: 320px;
    margin-right: 40px;
    float: left;
  }

  .videolist .xypj a:last-child {
    margin-right: 0;
  }

  .videolist .xypj dl {
    width: 270px;
    height: auto;
    float: left;
    margin-right: 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 9px 0px #d1d1d1;
  }

  .videolist .xypj dl:last-child {
    margin-right: 0;
  }

  .videolist .xypj dl dt {
    width: 100%;
    height: 190px;
    position: relative;
  }

  .videolist .xypj dl img {
    width: 100%;
    height: 190px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .dtbg,
  .zkdtbg {
    width: 100%;
    height: 100%;
    background: url(../images/dtbg.png) left top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }

  .videolist .xypj dl dd {
    width: 238px;
    height: 95px;
    padding: 7px 16px;
  }

  .videolist .xypj dl dd span {
    width: 100%;
    height: 32px;
    display: block;
    line-height: 32px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    text-align: center;
  }

  .videolist .xypj dl dd p {
    width: 100%;
    line-height: 28px;
    text-align: center;
    color: #666;
    font-size: 12px;
  }

  .xypjmore {
    display: block;
    width: 200px;
    height: 50px;
    background: #ff331b;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border-radius: 30px;
    margin: 0 auto;
  }

  .divtit {
    width: 100%;
    height: 122px;
    margin: 0 auto;
  }

  .divtit img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  #showviout {
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #0000009c;
  }

  #close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 163px;
    right: 20%;
  }

  #close img {
    display: block;
    height: 50px;
    width: 50px;
  }

  #showvideo {
    width: 1000px;
    height: 614px;
    margin: 200px auto 0 auto;
  }

  /*报名表单 pc*/
  .evaluating {
    width: 100%;
    height: 686px;
    margin: 100px auto 0 auto;
    background: url(../images/evaluatingbg.jpg) top left no-repeat;
    background-size: auto 100%;
  }

  .evalCon {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
  }

  .pcbz {
    width: 590px;
    height: 548px;
    margin: 69px auto 0 80px;
    float: left;
  }

  .pcbz img {
    width: auto;
    height: 548px;
  }

  .evalRight {
    width: 450px;
    height: 610px;
    float: left;
    margin-top: 45px;
    background: #fff;
    border-radius: 10px;
  }

  .evalConTit {
    width: 390px;
    height: 55px;
    padding: 30px 30px 50px 30px;
    background: #ff5043;
    border-radius: 10px 10px 0 0;
    position: relative;
  }

  .evalConTit h3 {
    font-size: 24px;
    color: #fff;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
  }

  .evalConTit p {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }

  .evalConTit ul {
    width: 388px;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 30px;
  }

  .evalConTit ul li {
    width: 190px;
    height: 34px;
    font-size: 18px;
    color: #666;
    line-height: 34px;
    margin: 2px;
    float: left;
    text-align: center;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
  }

  .evalTabCk {
    background: #52567c;
    color: #fff !important;
  }

  .evalContent {
    width: 410px;
    height: 290px;
    padding: 45px 20px 0 20px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
  }

  .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
  }

  @-webkit-keyframes rollIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotate(-120deg);
      transform: translateX(-100%) rotate(-120deg);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg);
    }
  }

  @keyframes rollIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotate(-120deg);
      -ms-transform: translateX(-100%) rotate(-120deg);
      transform: translateX(-100%) rotate(-120deg);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
      -ms-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg);
    }
  }

  .evalmodel {
    width: 100%;
    display: none;
  }

  .evalckSt {
    border: 1px solid #196ab5 !important;
    background: #f0f6f9 !important;
  }

  .evalckSt p {
    border-right: 1px solid #196ab5 !important;
    color: #1e7dd6 !important;
  }

  .evalckSt input {
    color: #1e7dd6 !important;
  }

  .textDiv {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    border: 1px solid #ccc;
  }

  .textDiv p {
    width: 27%;
    height: 26px;
    border-right: 1px solid #cdcdcd;
    margin: 7px 0;
    font-size: 16px;
    color: #999;
    text-align: right;
    letter-spacing: 25px;
    line-height: 26px;
    float: left;
  }

  .textDiv .evalinput {
    width: 69%;
    height: 100%;
    float: left;
    margin-left: 3%;
  }

  .textDiv .evalinput input {
    width: 140px;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    color: #999;
    line-height: 40px;
    display: block;
    text-align: left;
    float: left;
  }

  .evalError {
    font-size: 12px;
    color: #ff321b;
    display: none;
    width: 100px;
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
  }

  .courseBta,
  .courseId {
    width: 100%;
    height: 40px;
    margin: 0 auto 20px auto;
  }

  .courseBta li {
    float: left;
    width: 81px;
    height: 26px;
    border-right: 1px solid #cdcdcd;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    text-align: center;
  }

  .courseId li {
    float: left;
    width: 71px;
    height: 26px;
    border-right: 1px solid #cdcdcd;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    text-align: center;
  }

  .courseBta .courseCkli,
  .courseId .courseCkli {
    color: #1e7dd6;
    border-right: 1px solid #1e7dd6;
  }

  .courseBta li:last-child,
  .courseId li:last-child {
    border-right: none;
  }

  .evalsel {
    width: 60%;
    height: 100%;
    float: left;
    margin-left: 3%;
  }

  .evalsel select {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    color: #999;
    display: block;
    cursor: pointer;
  }

  .tips {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
  }

  .signall {
    width: 100%;
    height: 85px;
    position: relative;
  }

  .signBtn {
    width: 390px;
    margin: 0 auto;
    height: 40px;
    position: absolute;
    z-index: 100;
    right: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .signBtn a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 30px;
    background: #52567c;
  }

  .signBtn a .evxsltp {
    width: 35px;
    height: 31px;
    background: url(../images/sprite_bg2.png) no-repeat;
    background-size: cover;
    background-position: -62px 5px;
  }

  .signBtn a img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
    float: left;
  }

  .signBtn button {
    width: 340px;
    height: 40px;
    background: #0F36DC;
    border-radius: 25px;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    margin-left: 5px;
  }

  .evalBtoRi {
    width: 233px;
    height: 85px;
    background: url(../images/evalbtori.png) right bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
  }

  .gray-bg {
    background: #d2d2d2 !important;
  }

  .valCode {
    float: left;
  }

  .getCode {
    display: block;
    width: 125px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 40px;
    background: #1e7dd6;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    color: #fff;
  }

  /*联考简章*/
  .lkzs {
    width: 1200px;
    height: 200px;
    margin: 40px auto 50px auto;
  }

  #swiper-container7 {
    width: 1200px;
    height: 200px;
  }

  #swiper-container7 .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  #swiper-pagination3 {
    width: 5%;
    height: 10px;
    left: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  #swiper-pagination3 span {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
  }

  #swiper-pagination3 .swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    border-radius: 25px;
  }

  /*资讯文章*/
  .informatP {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }

  .informatP dl {
    width: 340px;
    height: 460px;
    padding: 0 20px;
    float: left;
    margin: 0 30px 40px 0;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  }

  .informatP dl:nth-child(3),
  .informatP dl:nth-child(6) {
    margin-right: 0;
  }

  .informatP dl dt {
    width: 100%;
    height: 63px;
  }

  .informatP dl dt .indtTit {
    width: 100%;
    height: 63px;
    border-bottom: 1px solid #ddd;
  }

  .informatP dl dt .indtTit .titline {
    width: 90px;
    height: 4px;
    display: block;
    background: #e32828;
    border-radius: 5px;
    margin: 0;
  }

  .informatP dl dt .indtTit .titcon {
    width: 100%;
    height: 59px;
  }

  .informatP dl dt .indtTit .titcon span {
    float: left;
    font-size: 20px;
    color: #333;
    width: 120px;
    height: 59px;
    line-height: 59px;
    text-align: left;
    display: block;
  }

  .informatP dl dt .indtTit .titcon a {
    width: 90px;
    height: 59px;
    display: block;
    float: right;
    font-size: 14px;
    color: #e32828;
    text-align: right;
    line-height: 59px;
  }

  .indtcon {
    width: 100%;
    height: 165px;
    border-radius: 15px;
    position: relative;
    margin-top: 10px;
  }

  .indtcon img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  .indtcon p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92%;
    border-radius: 0 0 15px 15px;
    font-size: 14px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    padding-left: 8%;
    background: rgba(0, 0, 0, 0.35);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .informatP dl dd {
    width: 100%;
    height: 360px;
    margin-top: 19px;
  }

  .informatP dl dd li {
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .informatP dl dd li p {
    width: 83%;
    height: 36px;
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 36px;
    text-align: left;
    margin-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .informatP dl dd li p a {
    color: rgb(102, 102, 102);
  }

  .informatP dl dd li span {
    display: block;
    height: 36px;
    width: 15%;
    font-size: 14px;
    font-family: "Source Han Sans CN";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 36px;
    text-align: right;

  }

  /*end*/
  /*oo新增热门学院*/
  .navbox {
    width: 1200px;
    z-index: 1000;
    margin: 100px auto 80px auto;
  }

  .navbox nav {
    width: 1200px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .navbox nav li {
    width: 386px;
    height: 304px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }

  .navbox nav li:nth-child(3) {
    margin-right: 0;
  }

  .navbox nav li img {
    width: 100%;
    height: 100%;
    display: block;
  }

  #yxswiper nav li p {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }

  #yxswiper nav li p img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
  }

  .xymore {
    background: rgba(228, 40, 41, 0.86);
    padding-top: 100px !important;
    height: 205px !important;
  }

  .xymore img {
    width: 50px !important;
    height: auto !important;
    display: block;
    margin: 0 auto !important;
    position: static !important;
  }

  .xymore span {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
  }

  .hrefmore {
    height: 42px;
    margin: 30px 150px 0 150px;
    z-index: 10000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .hrefmore a {
    display: block;
    width: 150px;
    height: 42px;
    margin: 0 150px;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    border-radius: 20px;
  }

  .hrefmore a:nth-child(1) {
    background: #666;
  }

  .hrefmore a:nth-child(2) {
    background: #e42829;
  }

  /*end*/

  /*底部*/
  #footer {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: #262626;
  }

  .footbg {
    background: #333;
    width: 100%;
  }

  .foothead {
    width: 1200px;
    height: 80px;
    position: relative;
    margin: 0 auto;
  }

  .ftleft {
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .ftleft img {
    width: 250px;
    height: 43px;
    /* width: auto;
      height: 40px; */
    margin-top: 20px;
    display: block;
    /* margin: auto; */
  }

  .ftleft p {
    font-size: 20px;
    color: #ccc;
    line-height: 80px;
    margin-left: 30px;
  }

  .ftright {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .ftright a {
    font-size: 16px;
    color: #999;
    margin: 0 13px;
    line-height: 80px;
    display: block;
  }

  .ftright a:hover {
    color: #fff;
  }

  .footermain {
    width: 1200px;
    height: auto;
    margin: 10px auto;
  }

  .mainone,
  .maintwo,
  .mainthr {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .mainone,
  .mainthr {
    border-bottom: 1px solid #404040;
  }

  .mainone dl {
    width: 270px;
    height: auto;
    margin-right: 37px;
  }

  .mainone dl dt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #404040;
    margin-bottom: 15px;
  }

  .mainone dl dd {
    width: 100%;
    height: auto;
  }

  .mainone dl dd a {
    font-size: 16px;
    color: #999;
    line-height: 27px;
    display: block;
    width: 90px;
    float: left;
  }

  .mainone dl dd a:hover {
    color: #fff;
  }

  .mainone dl:last-child,
  .maintwo dl:last-child,
  .mainthr nav:last-child {
    margin-right: 0;
  }

  .maintwo {
    margin-top: 20px;
  }

  .maintwo dl {
    width: 300px;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    box-orient: horizontal;
  }

  .maintwo dl dt {
    width: 100px;
    height: 100px;
  }

  .maintwo dl dt img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .maintwo dl dd {
    width: 140px;
    margin-left: 15px;
  }

  .maintwo dl dd p {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    margin: 9px 0 4px 0;
  }

  .maintwo dl dd span {
    font-size: 14px;
    color: #999;
    display: block;
  }

  .mainthr {
    bottom: 1px solid #404040;
  }

  .mainthr nav:last-child {
    margin-right: 0;
    border: none;
  }

  .mainthr nav {
    width: auto;
    padding-right: 30px;
    border-right: 1px solid #404040;
    margin-right: 20px;
  }

  .mainthr nav h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
  }

  .mainthr nav li,
  .mainthr nav li span {
    font-size: 16px;
    color: #999;
    line-height: 28px;
  }

  .mainfou {
    width: 1200px;
    height: auto;
    margin: 20px 0 7px 0;
  }

  .mainfou h3 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
  }

  .mainfou a {
    font-size: 12px;
    color: #999;
    margin: 0 5px;
    line-height: 20px;
    float: left;
  }

  .mainfiv {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    position: relative;
  }

  .mainfiv p {
    font-size: 14px;
    color: #999;
    line-height: 60px;
  }

  .mainfiv p:first-child {
    position: absolute;
    left: 0;
    text-align: left;
  }

  .mainfiv p:last-child {
    text-align: right;
    position: absolute;
    right: 0;
  }

  .clear {
    clear: both;
  }

  /*index end*/

  /*首页20-01新增*/
  .inforBox {
    width: 1200px;
    margin: 0 auto;
  }

  .inforBoxTit {
    margin-bottom: 30px;
    height: 97px;
    margin: 50px auto;
  }

  .inforBoxTit img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
  }

  .kyMonthBox {
    width: 1200px;
    height: 420px;
    position: relative;
  }

  .kyMonthBox .rlpLine {
    width: 1200px;
    height: 1px;
    background: #d5d5d5;
    position: absolute;
    top: 218px;
    z-index: -100;
  }

  .kymonth {
    width: 1200px;
    height: auto;
  }

  .kymonth {
    display: flex;
  }

  .kymonth dl {
    width: 230px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .kymonth dl dt {
    width: 100%;
    height: 65px;
    display: flex;
  }

  .kymonth dl dt li {
    width: 46px;
    height: 70px;
    position: relative;
  }

  .kymonth dl dt li p {
    width: 46px;
    height: 54px;
    font-size: 16px;
    color: #666;
    text-align: center;
  }

  .kymonth dl dt li img {
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 18px;
  }

  .kymonth .monthboxOne dt li p {
    background: url("../images/dlp1.png") no-repeat;
    margin-bottom: 5px;
  }

  .kymonth .monthboxTwo dt li p {
    background: url("../images/dlp2.png") no-repeat;
    margin-top: 5px;
  }

  .kymonth .monthboxThr dt li p {
    background: url("../images/dlp3.png") no-repeat;
    margin-bottom: 5px;
  }

  .kymonth .monthboxfor dt li p {
    background: url("../images/dlp4.png") no-repeat;
    margin-top: 5px;
  }

  .kymonth dl dd {
    width: 100%;
    height: 175px;
    overflow: hidden;
  }

  .kymonth dl dd a {
    height: 15px;
    padding: 10px 0;
    display: block;
  }

  .kymonth dl dd li {
    font-size: 16px;
    color: #333;
    text-align: left;
    padding-left: 16px;
    line-height: 15px;
    margin-left: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .kymonth dl dd li:hover {
    color: #e30b20;
  }

  .kymonth dl dt li span {
    font-size: 16px;
    color: #666;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -24px;
    width: 100%;
  }

  .monthboxOne dd li {
    background: url("../images/lx1.png") no-repeat;
    background-size: 11px 11px;
  }

  .monthboxTwo dd li {
    background: url("../images/lx2.png") no-repeat;
    background-size: 11px 11px;
  }

  .monthboxThr dd li {
    background: url("../images/lx3.png") no-repeat;
    background-size: 11px 11px;
  }

  .monthboxfor dd li {
    background: url("../images/lx4.png") no-repeat;
    background-size: 11px 11px;
  }

  .monthboxOne,
  .monthboxThr {
    margin-top: 155px;
  }

  .monthboxOne dt li img,
  .monthboxThr dt li img {
    position: absolute;
    bottom: 0;
  }

  .monthboxTwo dt li img,
  .monthboxfor dt li img {
    position: absolute;
    top: -5px;
  }

  .monthboxTwo dt li p,
  .monthboxfor dt li p {
    position: absolute;
    bottom: 0;
  }

  .monthboxOne dt li p,
  .monthboxThr dt li p {
    line-height: 48px;
  }

  .monthboxTwo dt li p,
  .monthboxfor dt li p {
    line-height: 62px;
  }

  .monthboxOne dt,
  .monthboxThr dt {
    margin-bottom: 35px;
  }

  .monthboxTwo dt,
  .monthboxfor dt {
    margin-top: 32px;
  }

  .kyhrefbtn {
    width: 536px;
    height: 60px;
    margin: 30px auto 60px auto;
    display: flex;
  }

  .kyhrefbtn a {
    display: block;
    width: 268px;
    height: 60px;
    font-size: 26px;
    color: #fffefe;
    text-align: center;
    line-height: 60px;
    background: #666;
  }

  .kyhrefbtn a:first-child {
    background: #0F36DC;
  }

  .kyschoolbox {
    width: 1200px;
    height: auto;
    display: flex;
    margin-bottom: 25px;
  }

  .kyschoolbox dl {
    width: 275px;
    height: auto;
    margin-right: 25px;
    border: 1px solid rgba(227, 227, 227, 1);
    box-shadow: 0px 4px 4px 0px rgba(149, 149, 149, 0.33);
    border-radius: 10px;
  }

  .kyschoolbox dl:last-child {
    margin-right: 0;
  }

  .kyschoolbox dl dt {
    width: 100%;
    height: 138px;
    position: relative;
  }

  .kyschoolbox dl dt img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
  }

  .kyschoolbox dl dt p {
    width: 100%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
  }

  .kyschoolbox dl dd .kyschoollogo {
    width: 100%;
    height: 54px;
    padding: 9px 0;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
  }

  .kyschoolbox dl dd .kyschoollogo img {
    width: 54px;
    height: 54px;
    margin-left: 18px;
    display: block;
  }

  .kyschoolbox dl dd .kyschoollogo h3 {
    font-size: 30px;
    color: #000;
    line-height: 54px;
    margin-left: 6px;
    font-family: Microsoft YaHei;
    font-weight: bold;
  }

  .schoolhrefbtn {
    width: 237px;
    display: flex;
    margin: 13px auto 18px auto;
  }

  .schoolhrefbtn a:first-child {
    width: 132px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: #ffeff2;
    font-size: 16px;
    color: #e30b20;
  }

  .schoolhrefbtn a:last-child {
    width: 100px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: #f2f2f2;
    font-size: 16px;
    color: #666;
    margin-left: 5px;
  }

  .schoolhrefbtn a:first-child:hover {
    background: #e30b20;
    color: #fff;
  }

  .schoolhrefbtn a:last-child:hover {
    background: #7e7e7e;
    color: #fff;
  }
}

/* 移动端的css */
@media screen and (max-width: 1199px) {
  html {
    background: #fff;
    font-size: 0.24rem;
    overflow-x: hidden;
  }

  section {
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
  }

  * {
    margin: 0;
    padding: 0;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  p,
  a,
  i {
    font-weight: normal;
    text-shadow: none;
  }

  h3 {
    font-weight: normal;
  }

  /*header*/
  #PCtop,
  #pcHeader,
  #pcbot,
  .cityPiano,
  .totop,
  .videoModel,
  .teachersPc,
  #fooder,
  #footer,
  #toTop {
    display: none;
  }

  .broadPic,
  .coursePban,
  .aboutPus,
  .informatPc,
  .aboutTxP,
  .pconModel,
  .titRight,
  .famouspTit,
  #teapc,
  .couljzx,
  .stupmod,
  .envirPic,
  #envirBoxTit,
  .evaluating,
  .informatP,
  .guideBox,
  .jhformatP,
  .inforboxPc,
  #inforschpc,
  .head_swiperimg {
    display: none !important;
  }

  header {
    width: 100%;
    height: 0.5rem;
    background: #0F36DC;
    padding: 0.15rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 582254521545;
  }

  header span {
    width: 0.5rem;
    height: 0.52rem;
    font-size: 0.55rem !important;
    color: #fff;
    position: absolute;
    left: 0.3rem;
    top: 0.1rem;
  }

  header img {
    width: auto;
    height: 0.5rem;
    margin: 0 auto;
    display: block;
  }

  header .phone {
    font-size: 0.24rem;
    color: #fff;
    position: absolute;
    right: 0.3rem;
    top: 0.15rem;
    height: 0.5rem;
    font-weight: 600;
    line-height: 0.5rem;
  }

  .headCarousel {
    width: 100%;
    height: 4.2rem;
    margin-bottom: 0.6rem;
  }

  #swiperhead {
    width: 100%;
    height: 4.2rem;
  }

  #swiperhead img {
    width: 100%;
    height: auto;
    display: block;
  }

  .headCarin {
    width: 100%;
    height: 3.1rem;
    background: #ca1111;
  }

  .headCardown {
    width: 100%;
    height: 0.74rem;
  }

  #headVideo {
    width: 100%;
    height: 3.85rem;
    margin: 0.2rem auto 0 auto;
  }

  /*header轮播图*/
  #swiper-container1 {
    margin: 0 3%;
    height: 3.85rem;
    border-radius: 3%;
    box-shadow: 0rem 0.05rem 13px 0px #545454;
  }

  #swiper-container1 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 3%;
  }

  #swiper-container1 .swiper-pagination-bullet-active {
    width: 0.3rem !important;
    background: #fff;
    border-radius: 0.15rem;
    opacity: 1 !important;
  }

  #swiper-container1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 0.1rem;
    height: 0.1rem;
  }

  #swiper-container1 .swiper-pagination {
    text-align: right !important;
  }

  #swiper-pagination1 {
    bottom: 0px;
    right: 5%;
    width: 100%;
  }

  /*header轮播图end*/
  /*学院推荐*/
  .inforBox {
    margin: 0 0.2rem;
    height: auto;
  }

  .inforBoxTit {
    height: 0.97rem;
    margin: 0 auto 0.22rem auto;
  }

  .inforBoxTit img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto !important;
  }

  .inforboxM {
    margin: 0 0.2rem;
  }

  .inforboxM img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .kyhrefbtn {
    width: 4.76rem;
    height: 0.5rem;
    margin: 0.4rem auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .kyhrefbtn a {
    width: 2.28rem;
    height: 0.5rem;
    display: block;
    border-radius: 0.25rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.24rem;
    background: #0F36DC;
  }

  .kyhrefbtn a:last-child {
    background: #6e6e6e;
    margin-left: 0.2rem;
  }

  #inforschm ul {
    width: 100%;
    display: flex;
    margin-bottom: 0.2rem;
  }

  #inforschm ul dl {
    width: 2.28rem;
    height: 2rem;
    border-radius: 0.1rem;
    box-shadow: 0px 0.04rem 0.04rem 0px rgba(149, 149, 149, 0.33);
  }

  #inforschm ul dl:nth-child(2) {
    margin: 0 0.2rem;
  }

  #inforschm ul dl dt {
    width: 100%;
    height: 1.32rem;
    position: relative;
  }

  #inforschm ul dl dt img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.1rem 0.1rem 0 0;
  }

  #inforschm ul dl dt p {
    width: 100%;
    height: 0.38rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.17rem;
    text-align: center;
    line-height: 0.38rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #inforschm ul dl dd {
    display: flex;
    height: 0.4rem;
    padding: 0.14rem;
    background: #fff;
  }

  #inforschm ul dl dd img {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
  }

  #inforschm ul dl dd h3 {
    font-size: 0.22rem;
    color: #000;
    line-height: 0.4rem;
  }

  /*课程*/
  .courseBan {
    margin: 0 0.25rem;
    height: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .courseBan dl {
    width: 1rem;
    height: 1.4rem;
    margin: 0 0.4rem;
  }

  .courseBan a {
    display: block;
    width: 0.81rem;
    height: 0.81rem;
    margin: 0 auto;
  }

  .courseBan dl dt {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
  }

  .courseBan dl dt i {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.5rem;
    color: #000;
    /* background: #0F36DC; */
    border-radius: 0.5rem;
  }

  .courseBan dl dd {
    width: 100%;
    height: 0.59rem;
    font-size: 0.2rem;
    color: #333;
    line-height: 0.59rem;
    text-align: center;
  }

  /*关于我们*/
  .aboutUs {
    margin: 0.8rem 0.3rem 0.6rem 0.3rem;
    height: auto;
  }

  .aboutTit img {
    display: none;
  }

  .indextit {
    width: 5.97rem;
    height: 0.97rem;
    margin: 0 auto 0.22rem auto;
    background: url(../images/indextit.png) no-repeat;
    background-size: 5.97rem auto;
  }

  .aboutTit {
    background-position: 0 0;
  }

  .courseTit {
    background-position: 0 -0.99rem;
  }

  .teacherTit {
    background-position: 0 -1.94rem;
  }

  .studentTit {
    background-position: 0 -2.2rem;
  }

  .envirTit {
    background-position: 0 -4.05rem;
  }

  .caiyi {
    background-position: 0 -3.4rem;
  }

  .videoTit {
    background-position: 0 -4.85rem;
  }

  .aboutExplain {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.37rem;
    text-align: center;
    width: 100%;
  }

  .aboutVidM {
    width: 100%;
    height: 2rem;
    margin: 0.33rem auto 0.6rem auto;
  }

  .aboutVidM img {
    width: 100%;
    height: 100%;
  }

  .gywmPop {
    width: 100%;
    height: 100%;
    background: #000000a8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
  }

  .gywmvid {
    position: absolute;
    top: 20%;
  }

  .clock {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0.2rem;
    top: 0.5rem;
    z-index: 1000;
  }

  #videoout {
    width: 100%;
    height: auto;
    position: absolute;
    top: 30%;
    left: 0;
  }

  .clock img {
    width: 100%;
    height: 100%;
    display: block;
  }

  /*六大体系*/
  .aboutTx {
    width: 100%;
    height: auto;
  }

  .aboutTx #swiper-pagination2 {
    margin: 0 0.3rem 0.6rem 0.3rem;
    height: 0.4rem;
    padding: 0 0.45rem;
    position: unset;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    background: url(../images/txbg.png) center center no-repeat;
    background-size: 100% 100%;
  }

  #swiper-pagination2 .swiper-pagination-bullet {
    width: 1.56rem;
    height: 0.36rem;
    /*border: 0.02rem solid #333;*/
    border-radius: 0.01rem;
    font-size: 0.24rem;
    color: #333;
    text-align: center;
    line-height: 0.36rem;
    display: block;
    opacity: 1;
    margin: 0 0.2rem;
    background: #fff;
    outline: none;
  }

  #swiper-pagination2>span:nth-child(1) {
    background: url(../images/wdtx1.png) center center no-repeat;
    background-size: 100% 100%;
  }

  #swiper-pagination2>span:nth-child(2) {
    background: url(../images/ldfw1.png) center center no-repeat;
    background-size: 100% 100%;
  }

  #swiper-pagination2>span:nth-child(3) {
    background: url(../images/bdys1.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .aboutTx #pagination2 {
    margin: 0 0.1rem;
    height: 0.4rem;
    padding: 0 0.45rem;
    position: unset;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    background: url(../images/txbg.png) center center no-repeat;
    background-size: 100% 100%;
  }

  #pagination2 .pagbullet {
    width: 1.56rem;
    height: 0.36rem;
    /*border: 0.02rem solid #333;*/
    border-radius: 0.01rem;
    font-size: 0.24rem;
    color: #333;
    text-align: center;
    line-height: 0.36rem;
    display: block;
    opacity: 1;
    margin: 0 0.2rem;
    background: #fff;
    outline: none;
  }

  #pagination2>span:nth-child(1) {
    background: url(../images/wdtx1.png) center center no-repeat;
    background-size: 100% 100%;
  }

  #pagination2>span:nth-child(2) {
    background: url(../images/ldfw1.png) center center no-repeat;
    background-size: 100% 100%;
  }

  #pagination2>span:nth-child(3) {
    background: url(../images/bdys1.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .txBan .txOut {
    width: 0.65rem;
    height: 100%;
    background: url(../images/txbg.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .txSwiper {
    width: 100%;
    height: auto;
    margin: 0.6rem auto 1.2rem auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .SwiperLpic,
  .SwiperRpic {
    width: 0.45rem;
    height: 100%;
    padding-top: 0.7rem;
  }

  .SwiperLpic img,
  .SwiperRpic img {
    width: 100%;
    height: auto;
  }

  .swiperOut2 {
    width: 5.4rem;
    height: auto;
    margin: 0 0.4rem;
  }

  #swiper-container2 {
    width: 100%;
    height: 100%;
  }

  #swiper-container2 .swiper-slide {
    width: 100% !important;
    height: auto;
  }

  #swiper-container2 .swiper-slide img {
    width: 100%;
    height: auto;
  }

  /*课程设置*/
  .offCourse {
    width: 100%;
    height: auto;
  }

  .courseCon {
    width: 100%;
    height: auto;
    margin: 0.4rem auto 1rem auto;
    background: #f4f4f4;
    padding-bottom: 0.2rem;
  }

  .couConOne {
    width: 100%;
    height: auto;
    padding-bottom: 0.2rem;
  }

  .conTit {
    width: 100%;
    height: 0.3rem;
    padding: 0.3rem 0;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .conTit span {
    width: 0.04rem;
    height: 100%;
    background: #0F36DC;
    display: block;
    margin: 0 0.2rem 0 0.3rem;
    border-radius: 0.01rem;
  }

  .conTit p {
    font-size: 0.3rem;
    color: #0F36DC;
    font-weight: bold;
    line-height: 0.3rem;
  }

  .conYk {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .conYk div {
    width: 100%;
    margin: 0 auto;
  }

  .conYk div ul {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    width: 100%;
    height: auto;
  }

  .conYk div dl {
    width: 2.4rem !important;
    height: 100%;
    background: #fff;
    border-radius: 0.15rem;
    margin: 0 0.05rem;
  }

  .conYk div dl dt {
    width: 100%;
    height: auto;
  }

  /* .coumoone {
    background-image: url(../images/sycoursebg.jpg);
    background-repeat: no-repeat;
  } */

  .couykbk {
    background-position: 0 0;
  }

  .conYk div dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.15rem 0.15rem 0 0;
  }

  .conYk div dl dd {
    width: 100%;
    height: 1.72rem;
    margin: 0.1rem auto 0.18rem auto;
  }

  .conYk dl dd .ddTit h3 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.43rem;
    text-align: center;
    font-weight: bold;
  }

  .conYk dl dd .ddTit p {
    width: 0.2rem;
    height: 0.04rem;
    margin: 0 auto;
    background: #333;
    border-radius: 0.01rem;
  }

  #swiper-container3,
  #swiper-container4,
  .swiper-container4,
  #swiper-container5 {
    width: 95%;
    height: 100%;
    margin: 0 auto;
  }

  #swiper-container3 dl,
  #swiper-container5 dl {
    width: 3rem !important;
    height: 100%;
    background: #fff;
    border-radius: 0.15rem;
    margin: 0 0.1rem;
  }

  #swiper-container3 dl dt,
  #swiper-container5 dl dt {
    width: 100%;
    height: 2.2rem;
  }

  #swiper-container3 dl dt img,
  #swiper-container5 dl dt img {
    width: 100%;
    height: 100%;
    border-radius: 0.15rem 0.15rem 0 0;
  }

  #swiper-container3 dl dd,
  #swiper-container5 dl dd {
    width: 100%;
    height: 1.72rem;
    margin: 0.1rem auto 0.18rem auto;
  }

  #swiper-container3 dl dd .ddTit,
  #swiper-container5 dl dd .ddTit {
    width: 100%;
    height: 0.57rem;
  }

  #swiper-container3 dl dd .ddTit h3,
  #swiper-container5 dl dd .ddTit h3 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.43rem;
    text-align: center;
    font-weight: bold;
  }

  #swiper-container3 dl dd .ddTit p,
  #swiper-container5 dl dd .ddTit p {
    width: 0.2rem;
    height: 0.04rem;
    margin: 0 auto;
    background: #333;
    border-radius: 0.01rem;
  }

  .courJj {
    font-size: 0.2rem;
    color: #666;
    text-align: center;
    margin: 0 0.2rem 0.15rem 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .ljxq {
    display: block;
    margin: 0 0.2rem;
    height: 0.36rem;
    border: 0.02rem solid #0F36DC;
    border-radius: 0.3rem;
    font-size: 0.18rem;
    color: #0F36DC;
    line-height: 0.4rem;
    text-align: center;
  }

  .couConTwo {
    width: 100%;
    height: 3.1rem;
    margin: 0 auto 0.2rem auto;
  }

  .conJx {
    width: 100%;
    height: 2.2rem;
    margin: 0 auto;
  }

  .fcourJj a {
    color: #5077da;
    display: block;
    width: 100%;
    font-size: 0.18rem;
    text-align: left;
    line-height: 0.3rem;
  }

  #swiper-container4 dl,
  .swiper-container4 dl {
    width: 4.5rem !important;
    height: 100%;
    background: #fff;
    border-radius: 0.15rem;
    margin: 0 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  #swiper-container4 dl dt,
  .swiper-container4 dl dt {
    width: 2rem;
    height: 100%;
  }

  #swiper-container4 dl dt img,
  .swiper-container4 dl dt img {
    width: 100%;
    height: 100%;
    border-radius: 0.15rem 0 0 0.15rem;
  }

  #swiper-container4 dl dd,
  .swiper-container4 dl dd {
    width: 2rem;
    height: 100%;
    margin: 0 0.25rem;
  }

  #swiper-container4 dl dd .ddTit,
  .swiper-container4 dl dd .ddTit {
    width: 100%;
    height: 0.47rem;
    margin: 0.1rem auto;
  }

  #swiper-container4 dl dd .ddTit h3,
  .swiper-container4 dl dd .ddTit h3 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.43rem;
    text-align: left;
    font-weight: bold;
  }

  #swiper-container4 dl dd .ddTit p,
  .swiper-container4 dl dd .ddTit p {
    width: 0.2rem;
    height: 0.04rem;
    background: #333;
    text-align: left;
    border-radius: 0.01rem;
  }

  #swiper-container4 dl dd .fcourJj,
  .swiper-container4 dl dd .fcourJj {
    font-size: 0.2rem;
    color: #666;
    text-align: left;
    margin-bottom: 0.2rem;
    line-height: 0.3rem;
    height: 0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  #swiper-container4 dl dd .fljxq,
  .swiper-container4 dl dd .fljxq {
    display: block;
    height: 0.2rem;
    font-size: 0.18rem;
    color: #0F36DC;
    line-height: 0.2rem;
    text-align: right;
  }

  #swiper-container4 dl dd .fljxq i,
  .swiper-container4 dl dd .fljxq i {
    font-size: 0.2rem;
    color: #0F36DC;
  }

  /*教学师资*/
  .famousTea {
    width: 100%;
    margin: 0 auto;
  }

  .teapic {
    margin: 0.4rem 0.3rem 0.5rem 0.3rem;
    height: auto;
  }

  .teapic dl img {
    width: 100%;
    height: auto;
  }

  .teapic dl {
    width: 33%;
    height: 3.1rem;
    position: relative;
  }

  .teapic dl dt {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }

  .teapic dl dt img {
    width: 100%;
    display: block;
  }

  .teapic dl dd {
    width: 100%;
    height: 0.9rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
  }

  .teapic dl dd h3 {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.06rem;
  }

  .teapic dl dd p {
    font-size: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 80%;
    color: #fff;
    margin: 0 auto;
  }

  #swiper-containertea {
    width: 100%;
    height: 100%;
  }

  #swiper-containertea .swiper-slide div {
    width: 100%;
    display: -webkit-box;
    height: 3.1rem;
    -webkit-box-orient: horizontal;
  }

  #swiper-containertea .swiper-wrapper {
    width: 100%;
    height: 100%;
  }

  .teaHref {
    width: 7rem;
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .teaHref a {
    width: 3.2rem;
    height: 0.55rem;
    border: 0.02rem solid #0F36DC;
    border-radius: 0.3rem;
    font-size: 0.24rem;
    color: #0F36DC;
    line-height: 0.55rem;
    display: block;
    text-align: center;
    margin: 0 0.15rem;
  }

  /*学员成果*/
  .stuResults {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }

  .stuResults .stupic {
    margin: 0 0.55rem 0.3rem 0.55rem;
    height: 7rem;
    border-radius: 0.15rem;
  }

  #swiper-container6 {
    width: 100%;
    height: 100%;
  }

  #swiper-container6 .swiper-wrapper {
    width: 100%;
    height: 100%;
  }

  #swiper-container6 .swiper-slide img {
    border-radius: 0.15rem;
    width: auto;
    height: 100%;
  }

  .stuHref a {
    display: block;
    margin: 0.5rem 0.3rem 0 0.3rem;
    height: 0.6rem;
    background: #0F36DC;
    border-radius: 0.3rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
  }

  /*教学环境*/
  .TeachEnvir {
    width: 100%;
    height: auto;
    /* margin: 0.8rem auto 1rem auto; */
  }

  .envirrmBtn {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0.4rem auto 0.5rem auto;
  }

  .envirrmBtn li {
    width: 1.7rem;
    height: 0.4rem;
    margin: 0 auto;
  }

  .envirrmBtn li p {
    width: 100%;
    line-height: 0.38rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
  }

  .enBtnli p {
    color: #0F36DC !important;
  }

  .enBtnli span {
    width: 0.3rem;
    height: 3px;
    background: #0F36DC;
    display: block;
    margin: 0 auto;
  }

  #envirmCon {
    width: 100%;
    height: auto;
  }

  #envirmCon img {
    display: block;
  }

  #envirmCon dl {
    width: 100%;
    height: auto;
  }

  #envirmCon dl dt {
    width: 100%;
    height: 3.1rem;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  #envirmCon dl dt .envtimg {
    width: 3.7rem;
    height: 3.1rem;
    margin-right: 0.1rem;
  }

  #envirmCon dl dt div {
    width: 3.7rem;
    height: 3.1rem;
  }

  #envirmCon dl dt div img {
    width: 3.7rem;
    height: 1.5rem;
  }

  #envirmCon dl dt div img:first-child {
    margin-bottom: 0.1rem;
  }

  #envirmCon dl dd {
    width: 100%;
    height: 1.5rem;
    display: flex;
  }

  #envirmCon dl dd img {
    width: 1.8rem;
    height: 1.5rem;
    margin-right: 0.1rem;
  }

  #envirmCon dl dd img:last-child {
    margin-right: 0;
  }

  .envHrefBtn {
    width: 4.56rem;
    height: 0.4rem;
    margin: 0.3rem auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .envHrefBtn a {
    width: 2.18rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    display: block;
    background: #0F36DC;
  }

  .envHrefBtn a:last-child {
    margin-left: 0.2rem;
    background: #6e6e6e;
  }

  /*视频*/
  .videoM {
    width: 90%;
    height: auto;
    margin: 0.3rem auto;
  }

  .videoM .videoone {
    width: 100%;
    height: 3.8rem;
    margin-bottom: 0.2rem;
  }

  .videoM .videolist {
    width: 6.74rem;
    height: 1.2rem;
    overflow: hidden;

  }

  .videoM .videolist ul {
    display: flex;
  }

  .videolist li {
    width: 2.1rem;
    height: 1.2rem;
    position: relative;
    float: left;
    margin-right: 0.05rem;
  }

  .videolist li .videorimg {
    display: block;
    width: 2.1rem;
    height: auto;
  }

  .videolist .videoimg {
    background-image: url(../images/syvideoimg.jpg);
    background-size: auto 100%;
    background-position: no-repeat;
  }

  .videolist .video1 {
    background-position: 0 0;
  }

  .videolist .video2 {
    background-position: 33.3% 0;
  }

  .videolist .video3 {
    background-position: 66.3% 0;
  }

  .videolist li:last-child {
    background: #000;
  }

  .videolist li a {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0.25rem;
  }

  .videolist li a i {
    font-size: 0.3rem;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 0.3rem;
  }

  .videolist li a div {
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
  }

  .videolist li p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .videolist li p img {
    width: 20%;
    display: block;
    margin: 18% auto 0 auto;
  }

  /*学员评价*/
  .xypj {
    width: 100%;
    margin: 0.3rem auto 0.2rem auto;
  }

  .xypjall {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    margin-top: 0.3rem;
  }

  .xypjall dl {
    width: 2.15rem;
    height: 100%;
    margin-right: 0.15rem;
  }

  .xypjall dl dt {
    width: 100%;
    height: 1.5rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
  }

  .xypjall dl dt img {
    width: 100%;
    height: auto;
  }

  .xypjall dl dd {
    width: 100%;
    height: 0.6rem;
  }

  .xypjall dl dd p {
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.3rem;
  }

  .xypjall dl span {
    text-align: center;
    font-size: 0.2rem;
    color: #666;
    display: block;
  }

  .yxmore {
    display: block;
    width: 1.64rem;
    height: 0.44rem;
    border-radius: 25px;
    border: 0.02rem solid #0F36DC;
    line-height: 0.44rem;
    text-align: center;
    font-size: 0.24rem;
    color: #0F36DC;
    text-decoration: none;
    margin: 0.3rem auto 0.4rem auto;
  }

  #showviout {
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }

  #close {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 13%;
    right: 4%;
  }

  #close img {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
  }

  #showvideo {
    width: 90%;
    height: auto;
    margin: 38% auto 0 auto;
  }

  /* 预约报名 */
  .signBd {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #showhq {
    width: 1000px;
    height: 614px;
    margin: 0 auto;
    outline: none;
  }

  .signTop {
    width: 100%;
    height: 10rem;
    background: url(https://desktop-yikao.oss-cn-beijing.aliyuncs.com/picture/inforboxM.png) center center no-repeat;
    background-size: cover;
    position: relative;
  }

  .signTop img {
    width: 100%;
    height: auto;
    border-radius: 0 0 0.15rem 0.15rem;
  }

  .signBdBtn {
    width: 6.84rem;
    margin: 0 auto;
    height: 0.64rem;
    border: 0.02rem solid #1e275d;
    border-radius: 0.4rem;
    background: #fff;
    position: absolute;
    bottom: -0.35rem;
    left: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .signBdBtn li {
    width: 3.34rem;
    height: 0.58rem;
    font-size: 0.28rem;
    color: #333;
    text-align: center;
    line-height: 0.58rem;
    margin: 0.04rem;
    border-radius: 0.4rem;
  }

  .signBdBtnCk {
    background: #1e7dd6;
    color: #fff !important;
  }

  .signBot {
    padding-top: 0.5rem;
    width: 100%;
    background: #fff;
  }

  .signCon {
    margin: 0 0.55rem;
    display: none;
  }

  .signCon .textDiv {
    width: 100%;
    height: 0.6rem;
    margin-bottom: 0.3rem;
    background: #f2f2f2;
    border-radius: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .signCon .textDiv p {
    width: 20%;
    height: 0.4rem;
    margin: 0.1rem 0;
    font-size: 0.24rem;
    color: #999;
    text-align: right;
    line-height: 0.4rem;
    letter-spacing: 0.25rem;
    border-right: 0.02rem solid #cdcdcd;
  }

  .signCon .textDiv .evalinput {
    width: 75%;
    height: 100%;
    margin-left: 4%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .signCon .textDiv .evalinput input {
    width: 75%;
    height: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 0.24rem;
    color: #999;
  }

  .textDiv .evalsel {
    width: 75%;
    height: 100%;
    margin-left: 4%;
  }

  .textDiv .evalsel select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    font-size: 0.24rem;
    display: block;
    color: #999;
  }

  .evalError {
    font-size: 0.22rem;
    color: #0F36DC;
    line-height: 0.6rem;
    display: none;
  }

  .courseBta,
  .courseId {
    margin: 0.1rem 0.13rem 0.4rem 0.13rem;
    height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .courseBta li,
  .courseId li {
    width: 1.02rem;
    height: 0.36rem;
    border-radius: 0.3rem;
    border: 0.02rem solid #1e275d;
    color: #333;
    margin: 0 0.07rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    text-align: center;
  }

  .courseBta .courseCkli,
  .courseId .courseCkli {
    width: 1.4rem;
    height: 0.4rem;
    background: #1e7dd6;
    color: #fff;
    border: none;
    line-height: 0.4rem;
  }

  .evalTip {
    width: 100%;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.2rem;
    color: #000;
  }

  .evalSignBtn {
    width: 100%;
    height: 0.7rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    margin: 0 auto 0.8rem auto;
    /* margin: 0 auto 0 auto; */
  }

  .evalSignBtn .evalZx {
    width: 1.7rem;
    height: 100%;
    display: block;
    background: #1e7dd6;
    border-radius: 0.2rem 0 0 0.2rem;
  }

  .evalSignBtn .evalZx .evxslt {
    width: 0.6rem;
    height: 0.5rem;
    background: url(../images/sprite_bg2.png) no-repeat;
    background-size: cover;
    background-position: -1.05rem 0;
    margin: 0.1rem auto;
  }

  .evalSignBtn .evalZx img {
    width: 0.4rem;
    height: auto;
    display: block;
    margin: 0.2rem auto;
  }

  .evalSignBtn button {
    width: 100%;
    height: 100%;
    background: #0F36DC;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.7rem;
    display: block;
    border: none;
    outline: none;
    text-align: center;
    border-radius:  0.2rem;
  }

  /*联考信息*/
  .lkzs {
    width: 100%;
    height: 2rem;
    margin: 0 auto;
  }

  .lkzs #swiper-container7 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  #swiper-container7 .swiper-wrapper {
    width: 100%;
    height: 100%;
  }

  #swiper-container7 .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }

  #swiper-container7 .swiper-wrapper .swiper-slide img {
    width: auto;
    height: 100%;
    margin: 0px 0 0 -27%;
  }

  #swiper-container7 .swiper-pagination-bullet-active {
    width: 0.3rem !important;
    background: #fff;
    border-radius: 0.15rem;
    opacity: 1 !important;
  }

  #swiper-container7 .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 0.1rem;
    height: 0.1rem;
  }

  #swiper-container7 #swiper-pagination3 {
    bottom: 0;
  }

  /*资讯简章*/
  .zxjz {
    height: auto;
    margin: 0 0.3rem;
  }

  /*热门院校*/
  .skxkbox {
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0.4rem auto;
  }

  #yxswiperm nav {
    height: auto;
    margin: 0 0.2rem 0.2rem 0.2rem;
    margin-bottom: 0.2rem;
    display: flex;
  }

  #yxswiperm nav li {
    width: 2.4rem;
    height: 2.03rem;
    margin-right: 0.2rem;
    position: relative;
  }

  #yxswiperm nav li:last-child {
    margin-right: 0;
  }

  #yxswiperm nav li img {
    width: 100%;
    height: 100%;
    display: block;
  }

  #yxswiperm nav li p {
    width: 100%;
    height: 0.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.81);
  }

  #yxswiperm nav li p img {
    width: auto !important;
    height: 100%;
  }

  #yxswiper .swiper-slide nav {
    height: auto;
    margin: 0 0.2rem 0.2rem 0.2rem;
    margin-bottom: 0.2rem;
    display: flex;
  }

  #yxswiper .swiper-slide nav li {
    width: 2.4rem;
    height: 2.03rem;
    margin-right: 0.2rem;
    position: relative;
  }

  #yxswiper .swiper-slide nav li:last-child {
    margin-right: 0;
  }

  #yxswiper .swiper-slide nav li img {
    width: 100%;
    height: 100%;
    display: block;
  }

  #yxswiper nav li p {
    width: 100%;
    height: 0.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.81);
  }

  #yxswiper nav li p img {
    width: auto !important;
    height: 100%;
  }

  #yxprev,
  #yxnext {
    width: 0.53rem;
    height: 1.04rem;
  }

  #yxprev {
    background: #e42829 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: 0.22rem 0.38rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  #yxnext {
    background: #e42829 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: 0.22rem 0.38rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  #yxprev.swiper-button-disabled {
    background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    opacity: 0.5;
    background-size: 0.22rem 0.38rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  #yxnext.swiper-button-disabled {
    background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    opacity: 0.5;
    background-size: 0.22rem 0.38rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  .morebtn {
    width: 4.1rem;
    height: 0.55rem;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .morebtn a {
    width: 1.8rem;
    height: 0.55rem;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.55rem;
    border-radius: 0.3rem;
  }

  .morebtn a:nth-child(1) {
    background: #666;
    margin-right: 0.5rem;
  }

  .morebtn a:nth-child(2) {
    background: #e42829;
  }

  .xymore {
    padding-top: 0.6rem;
    height: 1.4rem !important;
    background: rgba(228, 40, 41, 0.86);
  }

  .xymore img {
    position: static !important;
    width: 0.5rem !important;
    height: auto !important;
    margin: 0 auto;
  }

  .xymore span {
    font-size: 0.2rem;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 0.7rem;
  }

  .contPic {
    width: 100%;
    margin: 0 auto;
  }

  .swiper-container,
  .swiper-wrapper,
  .swiper_slide {
    width: 100%;
    height: auto;
  }

  .contPic .swiper-container .swiper-wrapper,
  .contPic .swiper-container .swiper-wrapper .swiper-slid {
    margin-top: 1rem !important;
  }

  .contPic .swiper-container .swiper-pagination {
    top: 4%;
  }

  .contPic .swiper-container .swiper-wrapper .swiper-slide .contdiv {
    width: 100%;
    height: auto;
  }

  .zxArtiDl {
    width: 100%;
    display: flex;
    background: #efefef;
    padding: 0.2rem;
    box-sizing: border-box;
  }

  .zxArtiDl dt {
    width: 40%;
    border-radius: 0.2rem;
    overflow: hidden;
  }

  .zxArtiDl dt li {
    width: 100%;
    height: 100%;
  }

  .zxArtiDl dt li a img {
    width: 100% !important;
    height: 100% !important;
  }

  .zxArtiDl dd {
    padding-left: 0.2rem;
    flex: 1;
    text-align: center;
  }

  .zxArtiDl dd p {
    width: 100%;
    height: 0.6rem;
  }

  .zxArtiDl dd p a {
    display: block;
    width: 90%;
    font-size: 0.24rem;
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }

  .zxArtiUl {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .zxArtiUl li {
    line-height: 0.8rem;
  }

  .zxArtiUl li p {
    width: 5rem;
    height: 100%;
    color: #666;
    margin-left: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zxArtiUl li p a {
    width: 100%;
    height: 0.59rem;
    color: #666;
    line-height: 0.59rem;
    font-size: 0.24rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zxArtiUl li:nth-child(even) {
    background: #efefef;
  }

  /* .zxqie{
	width: 100%;
	height:auto;
	margin:0.27rem auto 0.33rem auto;
} */
  #cont_labes {
    display: flex;
    justify-content: space-between;
  }

  #cont_labes .swiper-pagination-bullet {
    display: block !important;
    width: 1.4rem !important;
    height: auto !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    font-size: 0.24rem;
    background: #fff;
    padding-bottom: 0.1rem;
    position: relative;
    color: #0F36DC;
    font-weight: 600;
  }

  #cont_labes .swiper-pagination-bullet-active {
    color: #398bd9;
    /* border-bottom: 1px solid #0F36DC; */
    font-weight: 600;
  }

  /* #cont_labes .swiper-pagination-bullet-active::after {
  display: block;
  content: '';
  width: .5rem!important;
  position: absolute;
  left: 30%;
  bottom: -8%;
  border-bottom: 2px solid #0F36DC;
  transition: 0.5s;
} */
  .zxtab {
    width: 100%;
    height: 0.7rem;
    margin: 0 auto 0.2rem auto;
    border-radius: 0.1rem;
    display: flex;
    justify-content: space-between;
  }

  .zxtab .swiper-slide {
    width: 1.3rem;
  }

  .zxtab li {
    width: 1.3rem;
    height: 100%;
    font-size: 0.24rem;
    line-height: 0.55rem;
    text-align: center;
    color: #999;
  }

  .zxtab li:first-child {
    width: 1.5rem !important;
  }

  .zxtab li:first-child span {
    border-radius: 0.1rem 0 0 0;
  }

  .zxtab li:last-child span {
    border-radius: 0 0.1rem 0 0;
  }

  .zxtab li:last-child {
    width: 1.5rem !important;
  }

  .zxlicheck {
    font-weight: bold;
    color: #0F36DC !important;
  }

  .zxlicheck span {
    background: #0F36DC !important;
    color: #0F36DC !important;
    border-radius: 0.15rem;
  }

  .zxtab li span {
    display: block;
    width: 0.2rem;
    height: 0.04rem;
    background: #fff;
    margin: 0 auto;
  }

  .zsjz {
    width: 100%;
    height: auto;
    margin: 0.2rem auto 0.4rem auto;
    border-radius: 0.15rem;
  }

  .zsmore {
    width: 100%;
    height: 0.4rem;
    /* display: -webkit-box;
  -webkit-box-orient: horizontal; */
  }

  /* .zsmore span{
	display: block;
	width: 0.04rem;
	height: 0.24rem;
	margin: 0.08rem 0.2rem 0 0;
	background: #0F36DC;
	line-height: 0.4rem;
} */
  .zsmore span {
    display: block;
    width: 1.3rem;
    height: 0.04rem;
    margin: 0 auto;
    background: #0F36DC !important;
    color: #0F36DC !important;
  }

  .zsmore p {
    font-size: 0.3rem;
    color: #0F36DC;
    font-weight: bold;
    line-height: 0.4rem;
    text-align: center;
  }

  .zsmore a:hover {
    color: #999;
    text-decoration: none;
  }

  .zxriul {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
    padding-bottom: 0.05rem;
    border-bottom: 0.02rem solid #666666;
  }

  .zxriul a {
    text-decoration: none;
  }

  .zxriul li {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.5rem;
  }

  .zxriul li {
    width: 100%;
    height: 0.6rem;
    overflow: hidden;
    /* border-bottom:0.01rem dashed #c9c9c9; */
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
  }

  .zxriul li:nth-child(even) {
    background: #efefef;
  }

  .zxriul li a {
    width: 100%;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 0.24rem;
    color: #666;
    line-height: 0.5rem;
  }

  .zxriul a:last-child li {
    border-bottom: none;
  }

  .zsright {
    width: 2.7rem;
    height: 100%;
    border-radius: 0.1rem;
  }

  .zsright img {
    width: 100%;
    height: 100%;
  }

  .ckMore {
    width: 100%;
    height: 0.6rem;
    color: #fff;
    background: #0F36DC;
    text-align: center;
    display: block;
    font-size: 0.24rem;
    line-height: 0.6rem;
    border-radius: 0.3rem;
  }

  /*关注我们*/
  .watchUs {
    width: 100%;
    height: auto;
  }

  .watchOne {
    width: 100%;
    height: auto;
    background: #313131;
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    margin-top: 0.6rem;
  }

  .wximg {
    margin: 0.4rem 0.5rem 0 0.7rem;
    height: 2.13rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }

  .wximg dl {
    width: 2.4rem;
    height: 100%;
  }

  .wximg dl dt {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
  }

  .wximg dl dt img {
    width: 100%;
    height: 100%;
  }

  .wximg dl dd {
    width: 100%;
    height: 0.63rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.63rem;
    font-weight: bold;
  }

  #topScroll {
    display: block;
    width: 1.5rem;
    height: 100%;
    margin: 0 0.3rem;
    background: url(../images/backtop.png) center center no-repeat;
    background-size: 65% auto;
  }

  .watchTwo {
    width: 100%;
    height: auto;
    background: #1b1b1b;
    padding: 0.15rem 0;
    /* margin-bottom: 0.8rem; */
  }

  .watchTwo p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
  }

}