* {
  margin: 0;
  padding: 0;
  font-size: 0;
  box-sizing: border-box; }

html, body {
  font-family: PingFangSC-Regular, "Microsoft YaHei", Verdana, Geneva, Arial, Helvetica, sans-serif;
  position: relative;
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none; }

img {
  border: 0; }

input {
  outline: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.txtoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.wrap {
  width: 100%;
  position: relative; }

#bigContainer {
  width: 100%; }

#topMain {
  margin-bottom: 50px; }
  #topMain .headTip {
    width: 100%;
    height: 127px;
    background: linear-gradient(180deg, #001D54 0%, rgba(0, 83, 232, 0.8) 100%);
    padding: 38px 6.2%;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0; }
    #topMain .headTip .logo {
      height: 100%; }
    #topMain .headTip .menuBox {
      display: inline-block;
      position: absolute;
      bottom: -37px;
      right: 120px; }
      #topMain .headTip .menuBox .menuli {
        display: inline-block;
        vertical-align: middle;
        padding: 20px 15px;
        position: relative; }
        #topMain .headTip .menuBox .menuli a {
          display: inline-block;
          font-size: 17px;
          color: #fff; }
        #topMain .headTip .menuBox .menuli .dropMenu {
          width: 148px;
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -74px;
          background-color: #fff;
          display: none;
          text-align: center; }
          #topMain .headTip .menuBox .menuli .dropMenu .dropul {
            display: inline-block;
            text-align: left;
            padding: 4px 0; }
          #topMain .headTip .menuBox .menuli .dropMenu .arrow {
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #fff;
            position: absolute;
            top: -12px;
            left: 50%;
            margin-left: -12px; }
          #topMain .headTip .menuBox .menuli .dropMenu .dropli {
            padding: 6px 0; }
          #topMain .headTip .menuBox .menuli .dropMenu .dot, #topMain .headTip .menuBox .menuli .dropMenu .litxt {
            display: inline-block;
            vertical-align: middle; }
          #topMain .headTip .menuBox .menuli .dropMenu .dot {
            width: 5px;
            height: 5px;
            background: #8F9092; }
          #topMain .headTip .menuBox .menuli .dropMenu .litxt {
            font-size: 15px;
            color: #212121;
            margin-left: 6px; }
          #topMain .headTip .menuBox .menuli .dropMenu .dropli:hover .dot {
            background: #0042AE; }
      #topMain .headTip .menuBox .menuli:hover .dropMenu {
        display: inline-block; }
    #topMain .headTip .searchBox {
      width: 200px;
      height: 30px;
      border-radius: 4px;
      line-height: 30px;
      position: absolute;
      top: -10px;
      right: 50px;
      background-color: #fff;
      border-radius: 20px; }
      #topMain .headTip .searchBox input, #topMain .headTip .searchBox i {
        display: inline-block;
        vertical-align: middle; }
      #topMain .headTip .searchBox input {
        background: none;
        border: none;
        width: 170px;
        font-size: 14px;
        margin-right: 5px;
        padding-left: 10px;
        color: #333; }
      #topMain .headTip .searchBox i {
        font-size: 18px;
        color: #aaa; }
    #topMain .headTip .contactTel {
      display: inline-block;
      height: 30px;
      line-height: 30px;
      position: absolute;
      right: 270px;
      top: -10px; }
      #topMain .headTip .contactTel .perTel {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        margin-left: 20px; }
      #topMain .headTip .contactTel .perTel:first-child {
        margin-left: 0; }
      #topMain .headTip .contactTel .perTel i, #topMain .headTip .contactTel .perTel span {
        display: inline-block;
        vertical-align: middle; }
      #topMain .headTip .contactTel .perTel i {
        font-size: 24px;
        margin-right: 4px; }
      #topMain .headTip .contactTel .perTel span {
        font-size: 14px; }
    #topMain .headTip .openMenu {
      display: none;
      right: 0;
      bottom: 10px;
      position: absolute; }
      #topMain .headTip .openMenu img {
        height: 24px;
        cursor: pointer; }
    #topMain .headTip .leftMenu {
      display: none;
      position: fixed;
      z-index: 99;
      top: 0;
      bottom: 0;
      right: 0;
      width: 80%;
      background: #1d50a2;
      box-shadow: -5px 0 13px #0000006e;
      padding-top: 50px; }
      #topMain .headTip .leftMenu .topt {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        padding-right: 10px;
        background-color: #144189;
        padding-top: 10px; }
        #topMain .headTip .leftMenu .topt img {
          height: 28px;
          cursor: pointer; }
      #topMain .headTip .leftMenu .lmenuWrap {
        width: 100%;
        height: 100%;
        overflow-y: auto; }
        #topMain .headTip .leftMenu .lmenuWrap .lmenu {
          display: block; }
          #topMain .headTip .leftMenu .lmenuWrap .lmenu .menuli {
            border-top: 1px solid #144189;
            padding: 0 10px;
            line-height: 50px; }
            #topMain .headTip .leftMenu .lmenuWrap .lmenu .menuli a {
              width: 100%;
              display: inline-block;
              font-size: 14px;
              color: #fff;
              position: relative; }
              #topMain .headTip .leftMenu .lmenuWrap .lmenu .menuli a i {
                display: inline-block;
                position: absolute;
                cursor: pointer;
                right: 0;
                font-size: 30px;
                top: 10px; }
            #topMain .headTip .leftMenu .lmenuWrap .lmenu .menuli .dropMenu {
              display: none;
              background: #144189;
              padding: 14px 20px 10px; }
              #topMain .headTip .leftMenu .lmenuWrap .lmenu .menuli .dropMenu .dropli {
                display: inline-block;
                width: 50%;
                font-size: 12px;
                color: #fff;
                line-height: 28px;
                text-align: center;
                border: 1px solid #fff;
                border-radius: 20px;
                margin-bottom: 10px;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap; }
                #topMain .headTip .leftMenu .lmenuWrap .lmenu .menuli .dropMenu .dropli a {
                  width: 100%;
                  font-size: 12px;
                  color: #fff;
                  line-height: 28px;
                  text-align: center;
                  display: inline-block; }
  #topMain .bannerArea {
    width: 100%;
    position: relative; }
    #topMain .bannerArea .zwpic {
      width: 100%;
      opacity: 0; }
    #topMain .bannerArea .bannerWrap {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #topMain .bannerArea .slideBox {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      display: inline-block; }
      #topMain .bannerArea .slideBox .slide {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        #topMain .bannerArea .slideBox .slide a {
          width: 100%;
          height: 100%; }
        #topMain .bannerArea .slideBox .slide img {
          width: 100%;
          height: auto; }
      #topMain .bannerArea .slideBox .slide:first-child {
        position: relative; }
      #topMain .bannerArea .slideBox .slide.active {
        z-index: 2; }
      #topMain .bannerArea .slideBox .pageDot {
        width: 100%;
        position: absolute;
        z-index: 99;
        bottom: 30px;
        left: 0;
        padding-left: 9.2%; }
        #topMain .bannerArea .slideBox .pageDot span {
          display: inline-block;
          width: 16px;
          height: 16px;
          background-color: #FFFFFF;
          border-radius: 4px;
          cursor: pointer;
          font-size: 12px;
          color: #414141;
          margin: 0 6px;
          text-align: center; }
        #topMain .bannerArea .slideBox .pageDot span.active {
          background-color: #000CE9;
          color: #fff; }
    #topMain .bannerArea .arrow {
      width: 20px;
      height: 41px;
      position: absolute;
      z-index: 99;
      top: 50%;
      background-size: contain;
      cursor: pointer;
      background-repeat: no-repeat; }
    #topMain .bannerArea .leftArrow {
      left: 5%;
      background-image: url("../images/leftArr.svg"); }
    #topMain .bannerArea .rightArrow {
      right: 5%;
      background-image: url("../images/rightArr.svg"); }

#middleMain {
  margin-bottom: 30px; }
  #middleMain .newsArea .newsTitle .newsTabBox {
    display: inline-block; }
    #middleMain .newsArea .newsTitle .newsTabBox .newsTab {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      color: #3B3B3B;
      padding: 2px 4px;
      margin-left: 20px;
      cursor: pointer; }
    #middleMain .newsArea .newsTitle .newsTabBox .newsTab.active {
      color: #20458B;
      border-bottom: 2px solid #20458B; }
    #middleMain .newsArea .newsTitle .newsTabBox .newsTab:first-child {
      margin-left: 0; }
  #middleMain .newsArea .newsTitle .more {
    float: right;
    cursor: pointer;
    margin-top: 4px; }
    #middleMain .newsArea .newsTitle .more img, #middleMain .newsArea .newsTitle .more span {
      display: inline-block;
      vertical-align: middle; }
    #middleMain .newsArea .newsTitle .more span {
      font-size: 14px;
      color: #20458B;
      margin-left: 6px; }
  #middleMain .newsArea .newsContent {
    min-height: 514px; }
    #middleMain .newsArea .newsContent .perNews {
      width: 49%;
      margin-top: 35px;
      display: inline-block;
      vertical-align: bottom;
      border: 1px solid #FF776A;
      position: relative;
      padding: 28px 24px;
      cursor: pointer; }
      #middleMain .newsArea .newsContent .perNews .newsDate {
        width: 80px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 18px;
        color: #20458B;
        background-color: #F6F6F6;
        position: absolute;
        left: 40px;
        top: -15px;
        z-index: 2; }
      #middleMain .newsArea .newsContent .perNews .newsTitle {
        height: 38px;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        color: #3B3B3B; }
      #middleMain .newsArea .newsContent .perNews .newsCont {
        font-size: 14px;
        color: #727272;
        line-height: 20px;
        height: 40px;
        overflow: hidden; }
    #middleMain .newsArea .newsContent .perNews:nth-child(odd) {
      margin-right: 2%; }
  #middleMain .middletop {
    background-color: #F6F6F6;
    margin-bottom: 30px; }
    #middleMain .middletop .newsArea, #middleMain .middletop .enterBox {
      width: 100%;
      display: inline-block;
      vertical-align: bottom; }
    #middleMain .middletop .enterBox .xc a {
      width: 49%;
      display: inline-block;
      vertical-align: middle; }
    #middleMain .middletop .enterBox .xc img {
      width: 100%; }
    #middleMain .middletop .enterBox .xc a:first-child {
      margin-right: 2%; }
    #middleMain .middletop .enterBox .enterArea {
      padding-top: 20px; }
      #middleMain .middletop .enterBox .enterArea .perEnter {
        margin-top: 20px;
        display: inline-block;
        vertical-align: middle;
        width: 22%;
        margin-left: 4%;
        text-align: center;
        background-color: #fff;
        padding-top: 22px; }
        #middleMain .middletop .enterBox .enterArea .perEnter span {
          display: block;
          height: 40px;
          margin-top: 12px;
          font-size: 12px;
          color: #656565; }
      #middleMain .middletop .enterBox .enterArea .perEnter:nth-child(4n+1) {
        margin-left: 0; }
  #middleMain .mbLeft, #middleMain .mbRight {
    display: inline-block;
    vertical-align: bottom; }
  #middleMain .mbLeft {
    width: 62%;
    margin-right: 2%;
    background-color: #F6F6F6;
    padding: 26px 52px 45px 8.5%; }
  #middleMain .mbRight {
    width: 36%;
    background-color: #F6F6F6;
    padding: 0 8.3% 45px 0; }
  #middleMain .middleBottom .mbRight {
    padding: 26px 8.3% 45px 55px; }
    #middleMain .middleBottom .mbRight .perNews {
      width: 100%; }
    #middleMain .middleBottom .mbRight .perNews:nth-child(odd) {
      margin-right: 0; }

#bottomMain {
  width: 100%; }
  #bottomMain .schoolShow {
    position: relative;
    width: 100%;
    padding-bottom: 104px; }
    #bottomMain .schoolShow .imgBg {
      width: 100%; }
    #bottomMain .schoolShow .bgimg {
      width: 100%; }
    #bottomMain .schoolShow .nameArea {
      width: 320px;
      position: absolute;
      top: 70px;
      bottom: 35px;
      background: #024B99;
      text-align: center;
      left: 50%;
      margin-left: -160px;
      z-index: 1; }
      #bottomMain .schoolShow .nameArea img {
        display: inline-block;
        position: absolute;
        bottom: 74px;
        left: 21px; }
  #bottomMain .footer {
    width: 100%; }
    #bottomMain .footer .footUp {
      background-color: #3D4F70;
      height: 322px;
      padding-top: 53px;
      text-align: center; }
      #bottomMain .footer .footUp img {
        display: inline-block;
        margin-bottom: 40px; }
      #bottomMain .footer .footUp .uptxt span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        font-size: 15px;
        color: #FFFFFF; }
    #bottomMain .footer .footDown {
      width: 100%;
      height: 50px;
      background-color: #242F43;
      text-align: center;
      line-height: 50px; }
      #bottomMain .footer .footDown .copyright {
        display: inline-block; }
        #bottomMain .footer .footDown .copyright span, #bottomMain .footer .footDown .copyright a {
          display: inline-block;
          vertical-align: middle;
          font-size: 15px;
          color: #FFFFFF; }
        #bottomMain .footer .footDown .copyright span:first-child {
          margin-right: 6px; }
        #bottomMain .footer .footDown .copyright a {
          margin-left: 6px; }

@media only screen and (max-width: 1375px) {
  #topMain .headTip .contactTel {
    line-height: 24px;
    top: -30px;
    right: 220px; }

  #topMain .headTip .searchBox {
    height: 22px;
    line-height: 22px;
    top: -30px;
    right: 0; } }
@media only screen and (max-width: 1199px) {
  #topMain .headTip .openMenu {
    display: inline-block; }

  #topMain .headTip .menuBox {
    display: none; }

  #middleMain .mbLeft {
    width: 50%; }

  #middleMain .mbRight {
    width: 48%; }

  #middleMain .newsArea .newsContent .perNews {
    width: 100%; }

  #middleMain .newsArea .newsContent .perNews:nth-child(odd) {
    margin-right: 0; }

  .newsContent {
    max-height: 514px;
    min-height: auto;
    overflow-y: hidden; }

  #topMain .headTip .leftMenu .lmenuWrap .lmenu .menuli .dropMenu .dropli {
    width: 100%; }

  .dropul {
    line-height: 14px; } }
@media only screen and (max-width: 1000px) {
  #bottomMain .schoolShow .bgimg {
    opacity: 0; }

  #bottomMain .schoolShow .imgBg {
    height: 210px;
    background: url("../images/schoolBg.png");
    background-size: cover;
    background-position: center center; }

  #topMain .headTip {
    height: auto;
    padding: 38px 3.2%; }

  #topMain .headTip .searchBox input {
    font-size: 12px; }

  #topMain .headTip .contactTel .perTel {
    margin-left: 20px; }

  #topMain .headTip .contactTel .perTel span {
    font-size: 12px; }

  #topMain .headTip .contactTel .perTel i {
    font-size: 18px; } }
@media only screen and (max-width: 768px) {
  #topMain, #middleMain, #middleMain .middletop {
    margin-bottom: 15px; }

  #topMain .headTip .logo {
    max-width: 85%;
    height: auto; }

  #middleMain .mbLeft, #middleMain .mbRight, #middleMain .middleBottom .mbRight {
    width: 100%;
    margin: 0;
    padding: 45px 5%; }

  #bottomMain .footer .footDown {
    height: auto;
    line-height: 20px; }

  #bottomMain .footer .footUp .uptxt span, #bottomMain .footer .footDown .copyright span, #bottomMain .footer .footDown .copyright a {
    font-size: 12px; }

  #bottomMain .footer .footUp .uptxt span {
    margin: 0 0 6px 0;
    display: block; }

  #bottomMain .footer .footUp img {
    margin-bottom: 20px; }

  #bottomMain .footer .footUp {
    padding-bottom: 20px;
    height: 340px; }

  #bottomMain .schoolShow .nameArea {
    width: 220px;
    margin-left: -110px; }

  #topMain .headTip .openMenu {
    right: -10px;
    bottom: 6px; }

  #bottomMain .schoolShow .nameArea img {
    width: 90%;
    left: 5%; }

  #topMain .headTip .openMenu img {
    height: 18px; }

  #topMain .bannerArea .slideBox .pageDot {
    bottom: 10px; }

  #topMain .headTip .contactTel .perTel {
    margin-left: 10px; } }
@media only screen and (max-width: 700px) {
  #topMain .headTip {
    padding: 10px 3.2%; }

  #topMain .headTip .contactTel .perTel {
    margin-left: 8px; }

  #topMain .headTip .contactTel .perTel i {
    font-size: 0; }

  #topMain .headTip .searchBox {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px; }

  #topMain .headTip .searchBox input {
    width: 100%;
    padding-right: 30px;
    font-size: 12px; }

  #topMain .headTip .searchBox i {
    position: absolute;
    right: 10px;
    top: 2px; }

  #topMain .headTip .contactTel {
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto;
    line-height: 24px;
    right: 0;
    top: 0;
    text-align: center;
    padding: 4px 0; }

  #topMain .headTip .contactTel .perTel span {
    font-size: 12px; }

  #topMain .bannerArea {
    margin-top: 100px; } }

/*# sourceMappingURL=index.css.map */
