#index .index-title {
  color: #333; }
  #index .index-title .en {
    font-size: 50px;
    line-height: 80px;
    font-weight: bold;
    text-transform: uppercase; }
  #index .index-title .cn {
    font-size: 42px;
    line-height: 55px;
    font-weight: bold;}
  #index .index-title .desc {
    width: 43.75%;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 20px;
    color: #333; }
#index .index-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #3a3a3a; }
  #index .index-banner .swiper-container {
    height: 100%;
    position: relative; }
  #index .index-banner .swiper-wrapper {
    height: 100%;
    transition-timing-function: linear; }
  #index .index-banner .slide1 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    #index .index-banner .slide1 .texts {
      width: auto;
	 height: auto;
	  word-wrap: break-word; 
      position: absolute;
      left: 6.25%;
      top: 37%;
      z-index: 2;
      color: #fffffe; }
      #index .index-banner .slide1 .texts .text01 {
        font-weight: bold;
        font-size: 80px;
        line-height: 80px;
        text-transform: uppercase; }
      #index .index-banner .slide1 .texts .text02 {
        font-size: 60px;
        line-height: 60px;
        margin-top: 20px; }
      #index .index-banner .slide1 .texts .text03 {
        width: 120px;
        height: 6px;
        background-color: #caa061;
        margin-top: 70px;
        margin-bottom: 60px; }
      #index .index-banner .slide1 .texts .text04 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 12px; }
  #index .index-banner .prevNext-box {
    position: absolute;
    top: 50%;
    right: 6.25%;
    z-index: 99;
    display: flex;
    flex-direction: column; }
    #index .index-banner .prevNext-box .prev, #index .index-banner .prevNext-box .next {
      width: 60px;
      height: 60px;
      line-height: 60px;
      background-color: rgba(255,255,255,0.5);
      border-radius: 50%;
      text-align: center;
      margin-bottom: 40px;
      transition: all 0.6s;
    }
#index .index-banner .prevNext-box .prev:hover, #index .index-banner .prevNext-box .next:hover{
  background-color: rgba(255,255,255,1);
}
#index .index-banner .prevNext-box .prev:hover i, #index .index-banner .prevNext-box .next:hover i{
  color: #20205b;
}
#index .index-banner .prevNext-box .prev i, #index .index-banner .prevNext-box .next i {
        font-size: 22px;
        color: #fff;}
    #index .index-banner .prevNext-box .prev {
      left: 0; }
    #index .index-banner .prevNext-box .next {
      right: 0; }
#index .about-box {
  width: 100%;
  height: 940px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f6f0e7;
  padding-top: 50px; }
  #index .about-box .info {
    font-size: 36px;
    line-height: 48px;
    color: #0291d2;}
  #index .about-box .line {
    width: 80px;
    height: 6px;
    background-color: #d88502;
    margin-top: 30px;
    margin-bottom: 50px; }
  #index .about-box .desc {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    width: 1004px; }
  #index .about-box .more {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #26ad00;
    box-shadow: 0px 4px 7px 0px rgba(43, 43, 100, 0.5);
    border-radius: 25px;
    display: block;
    font-size: 20px;
    margin: 30px 0;
    color: #fff;
    text-transform: uppercase; }
#index .research-box {
  padding-top: 100px;
  padding-bottom: 120px; }
  #index .research-box .index-title {
    text-align: center; }
  #index .research-box .items {
    display: flex;
    margin-top: 70px; }
    #index .research-box .items .item {
      width: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      #index .research-box .items .item img {
        width: 100%;
        opacity: 0; }
#index .team-box {
  display: flex;
  justify-content: space-between;
  position: relative; }
  #index .team-box .info-box {
    width: 66.6%;
    height: auto;
    background-color: #f6f0e7;
    padding-left: 6.4%;
    padding-top: 100px;
    padding-bottom: 200px; }
    #index .team-box .info-box .desc-box {
      margin-top: 100px; }
      #index .team-box .info-box .desc-box .title .name {
        font-size: 20px;
        line-height: 20px;
        color: #333;
        font-weight: bold; }
        #index .team-box .info-box .desc-box .title .name span {
          font-size: 16px;
          line-height: 16px;
          font-weight: normal;
          margin-left: 15px;
          display: inline-block; }
      #index .team-box .info-box .desc-box .title .t1 {
        font-size: 14px;
        margin-top: 10px; }
      #index .team-box .info-box .desc-box .line {
        width: 50px;
        height: 3px;
        margin-top: 20px;
        margin-bottom: 40px;
        background-color: #caa061; }
      #index .team-box .info-box .desc-box .desc p {
        font-size: 14px;
        line-height: 28px;
        color: #333; }
  #index .team-box .pic {
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 100px; }
    #index .team-box .pic img {
      width: 100%;
      opacity: 0; }
#index .course-box {
  padding: 100px 0 80px; }
  #index .course-box .index-title {
    text-align: center; }
  #index .course-box .items {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap; }
    #index .course-box .items .item {
      width: 520px;
      margin-right: 52px;
      margin-bottom: 52px;
      box-shadow: 0px 3px 28px 3px rgba(221, 221, 221, 0.5);
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer; }
      #index .course-box .items .item .pic {
        width: 100%;
        overflow: hidden; }
        #index .course-box .items .item .pic img {
          width: 100%;
		  height: 300px;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out; }
      #index .course-box .items .item .info-box {
        padding: 20px 30px 25px;
        background-color: #fff; }
        #index .course-box .items .item .info-box .tt {
          font-size: 20px;
          line-height: 28px; }
        #index .course-box .items .item .info-box .info {
          font-size: 14px;
          line-height: 24px;
          color: #888; }
      #index .course-box .items .item:nth-of-type(3n) {
        margin-right: 0; }
      #index .course-box .items .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      #index .course-box .items .item:hover .info-box .tt {
        color: #caa061; }
      #index .course-box .items .item:hover .info-box .info {
        color: #333; }
#index .system-box {
  width: 100%;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/edu_bg.png"); }
  #index .system-box .index-title {
    text-align: center; }
  #index .system-box .system-items {
    width: 100%;
    height: 724px;
    background-size: 680px 400px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 70px;
    position: relative; }
#index .system-box .system-items .cur .item{
      border-radius: 50%;
      padding: 15px;
	  color:#fff;
      background-color: rgba(203, 161, 99, 0.5);
      position: absolute; 	
}
    #index .system-box .system-items .item {
      width: 240px;
      height: 240px;
      border-radius: 50%;
      padding: 15px;
	  color:#fff;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute; }

      #index .system-box .system-items .item .inner {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        colro:#fff;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center; }


.i-edu .img-edu{
    overflow: hidden;
    position: absolute;
    right: 340px;
    bottom: -183px;
    width: 680px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.i-edu .img-edu .swiper-slide{
    padding: 0 30px;
    box-sizing: border-box;
}
.i-edu .img-edu .img{
    display: block;
    border-radius: 2px;
    overflow: hidden;
}
.i-edu .img-edu img{
    width: 100%;
}


#index .system-box .system-items .item .i1{
	background-color: #3caf22;
}
#index .system-box .system-items .item .i2{
	background-color: #e81f18;
}
#index .system-box .system-items .item .i3{
	background-color: #f77e2d;
}
#index .system-box .system-items .item .i4{
	background-color: #1a88e7;
}
#index .system-box .system-items .item .i5{
	background-color: #15c1e5;
}
#index .system-box .system-items .item .i6{
	background-color: #bd1ae7;
}
#index .system-box .system-items .item .inner i{
	font-size: 48px;
	colco:#fff;
}
#index .system-box .system-items .item .inner i.fz{ font-size: 68px;}
        #index .system-box .system-items .item .inner img {
          width: 50px;
          margin-bottom: 15px; }
        #index .system-box .system-items .item .inner p {
          font-size: 24px;
          line-height: 32px;
          color: #fff; }
      #index .system-box .system-items .item.item01 {
        bottom: 10px;
        left: 0; }
      #index .system-box .system-items .item.item02 {
        top: 25%;
        left: calc(15% - 100px); }
      #index .system-box .system-items .item.item03 {
        top: 0;
        left: calc(30% - 10px);}
      #index .system-box .system-items .item.item04 {
        top: 0%;
        right: calc(30% - 10px);}
      #index .system-box .system-items .item.item05 {
        bottom: 40%;
        right: calc(15% - 80px);}
	  #index .system-box .system-items .item.item06 {
        bottom: 10px;
		  right: 0;}
#index .age-box {
  padding: 100px 0 80px; }
  #index .age-box .items {
    display: flex;
    justify-content: space-between; }
    #index .age-box .items .item {
      width: 390px;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer; }
      #index .age-box .items .item img {
        width: 100%;
        -webkit-filter: grayscale(1);
        filter: gray;
        filter: grayscale(1);
        transition: all 0.6s; }
      #index .age-box .items .item .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: rgba(32, 32, 91, 0.2);
        display: flex;
        align-items: center;
        justify-content: center; }
        #index .age-box .items .item .bg .text {
          font-weight: bold;
          text-align: center;
          color: #fff; }
          #index .age-box .items .item .bg .text .en {
            font-size: 36px;
            line-height: 36px;
            text-transform: uppercase; }
          #index .age-box .items .item .bg .text .cn {
            font-size: 24px;
            line-height: 24px;
            margin-top: 10px; }
      #index .age-box .items .item .desc-box {
        width: 100%;
        height: 240px;
        position: absolute;
        left: 0;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 40px 10px 0;
        z-index: 11;
        bottom: -300px;
        transition: all 0.6s; }
        #index .age-box .items .item .desc-box .tt {
          font-size: 20px;
          line-height: 20px;
          font-weight: bold; }
        #index .age-box .items .item .desc-box .desc {
          margin-top: 15px;
          font-size: 14px;
          color: #333; }
        #index .age-box .items .item .desc-box .more {
          width: 200px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background-color: #20205b;
          box-shadow: 0px 4px 7px 0px rgba(43, 43, 100, 0.5);
          border-radius: 25px;
          font-size: 20px;
          color: #fff;
          display: inline-block;
          text-transform: uppercase;
          margin-top: 50px; }
      #index .age-box .items .item:hover {
        box-shadow: 0px 12px 28px 3px rgba(221, 221, 221, 0.5); }
        #index .age-box .items .item:hover img {
          -webkit-filter: none;
          filter: none;
          filter: none; }
        #index .age-box .items .item:hover .bg {
          display: none; }
        #index .age-box .items .item:hover .desc-box {
          bottom: 0; }
      #index .age-box .items .item:last-of-type {
        margin-right: 0; }
#index .cooperation-box {
  width: 100%;
  padding: 100px 0 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/104.jpg"); }
  #index .cooperation-box .index-title {
    text-align: center; }
  #index .cooperation-box .items {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 1040px;
    margin: 0 auto;
    margin-top: 60px; }
    #index .cooperation-box .items .item {
      width: 190px;
      height: 120px;
      border-radius: 10px;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-right: 22px;
      margin-bottom: 22px;
      transition: all 0.6s; }
      #index .cooperation-box .items .item img {
        width: 50px; }
      #index .cooperation-box .items .item p {
        margin-top: 15px; }
      #index .cooperation-box .items .item:nth-of-type(5n) {
        margin-right: 0; }
      #index .cooperation-box .items .item:nth-of-type(6) {
        margin-left: 210px; }
      #index .cooperation-box .items .item:hover {
        transform: translateY(-10px); }
  #index .cooperation-box .more {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #20205b;
    box-shadow: 0px 4px 7px 0px rgba(43, 43, 100, 0.5);
    border-radius: 25px;
    display: block;
    margin: 0 auto;
    margin-top: 60px; }
#index .news-box {
  padding: 100px 0 80px; 
  background-color: #fff;
}
  #index .news-box .tops {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px; }
    #index .news-box .tops .right {
      display: flex;
      align-items: center; }
      #index .news-box .tops .right .news-pages .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: relative;
        background-color: transparent;
        outline: none;
        margin-right: 10px; }
        #index .news-box .tops .right .news-pages .swiper-pagination-bullet:before {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #333;
          left: calc(50% - 2px);
          top: calc(50% - 2px); }
      #index .news-box .tops .right .news-pages .swiper-pagination-bullet-active {
        border: 2px solid #caa061; }
      #index .news-box .tops .right .more-box {
        font-size: 14px;
        color: #333;
        margin-left: 30px;
        display: flex;
        align-items: center; }
        #index .news-box .tops .right .more-box .line {
          width: 50px;
          height: 1px;
          background-color: #333; }
        #index .news-box .tops .right .more-box .more {
          margin-left: 20px; }
  #index .news-box .news-banner .news-swiper {
    padding-bottom: 10px; }
    #index .news-box .news-banner .news-swiper .swiper-slide {
      width: 23% !important;
      overflow: hidden;
      border-radius: 10px;
      transition: all 0.6s; }
      #index .news-box .news-banner .news-swiper .swiper-slide .pic {
        width: 100%; }
        #index .news-box .news-banner .news-swiper .swiper-slide .pic img {
          width: 100%; }
      #index .news-box .news-banner .news-swiper .swiper-slide .info {
        padding: 20px; }
        #index .news-box .news-banner .news-swiper .swiper-slide .info .title {
          font-size: 18px;
          color: #333; }
        #index .news-box .news-banner .news-swiper .swiper-slide .info .desc {
          font-size: 14px;
          line-height: 24px;
          color: #888; }
        #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms {
          margin-top: 30px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms .date {
            font-size: 16px;
            color: #888; }
          #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms .more {
            color: #20205b;
            font-size: 16px;
            display: none;
            align-items: center;
            text-transform: uppercase;
            font-weight: bold; }
            #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms .more .line {
              width: 40px;
              height: 2px;
              background-color: #20205b;
              margin-left: 10px; }
      #index .news-box .news-banner .news-swiper .swiper-slide:hover {
        box-shadow: 0px 12px 28px 3px rgba(221, 221, 221, 0.5); }
        #index .news-box .news-banner .news-swiper .swiper-slide:hover .bottoms .more {
          display: flex; }

#video .video-box {
  padding: 50px 0 100px; }
  #video .video-box .items {
    display: flex;
    flex-wrap: wrap; }
    #video .video-box .items .item {
      border-radius: 10px;
      overflow: hidden;
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%;
      transition: all 0.6s; }
      #video .video-box .items .item .pic {
        width: 100%;
        overflow: hidden;
        position: relative; }
        #video .video-box .items .item .pic img {
          width: 100%;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out; }
        #video .video-box .items .item .pic .mask {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          display: flex;
          align-items: center;
          justify-content: center;
          opacity: 0;
          transition: all 0.6s; }
          #video .video-box .items .item .pic .mask i {
            font-size: 60px;
            color: #fff; }
      #video .video-box .items .item .info {
        height: 80px;
        line-height: 80px;
        text-align: center;
        background-color: #fff;
        font-size: 18px;
        color: #333; }
      #video .video-box .items .item:hover {
        box-shadow: 0px 25px 30px -10px rgba(0, 0, 0, 0.1); }
        #video .video-box .items .item:hover .pic img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1); }
        #video .video-box .items .item:hover .pic .mask {
          display: flex;
          opacity: 1; }
      #video .video-box .items .item:nth-of-type(3n) {
        margin-right: 0; }

#school {
  padding: 10px 0 100px; }
  #school .sch-item {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #dddddd;
    margin-top: 40px; }
    #school .sch-item .tops {
      display: flex;
      justify-content: space-between;
      padding: 40px 90px 40px 40px; }
      #school .sch-item .tops .left {
        width: 37.5%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        flex-shrink: 0; }
        #school .sch-item .tops .left img {
          width: 100%;
          opacity: 0; }
      #school .sch-item .tops .right {
        padding-left: 60px; }
        #school .sch-item .tops .right .title-box .title {
          font-size: 24px;
          line-height: 24px;
          color: #333;
          font-weight: bold; }
        #school .sch-item .tops .right .title-box .desc {
          margin-top: 20px;
          display: flex;
          align-items: center; }
          #school .sch-item .tops .right .title-box .desc p {
            display: flex;
            align-items: center;
            margin-right: 30px;
            line-height: 14px; }
            #school .sch-item .tops .right .title-box .desc p span {
              margin-right: 10px;
              display: inline-block;
              height: 14px;
              line-height: 7px; }
        #school .sch-item .tops .right .info {
          font-size: 14px;
          line-height: 24px;
          color: #333;
          margin-top: 50px; }
        #school .sch-item .tops .right .address-box {
          font-size: 14px;
          line-height: 24px;
          margin-top: 70px; }
    #school .sch-item .bottoms {
      height: 80px;
      line-height: 80px;
      background-color: #f7f8fa;
      display: flex;
      align-items: center;
      justify-content: center;
      border-top: 1px solid #ddd;
      transition: all 0.6s; }
      #school .sch-item .bottoms span {
        font-size: 20px;
        color: #caa061;
        text-transform: uppercase; }
      #school .sch-item .bottoms .more {
        margin-left: 15px;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        line-height: 24px;
        background-color: #fff;
        text-align: center; }
        #school .sch-item .bottoms .more i {
          font-size: 12px;
          color: #caa061; }
    #school .sch-item:hover .bottoms {
      background-color: #20205b; }

#information .information-box {
  padding: 50px 0 110px; }
  #information .information-box .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #information .information-box .items .item {
      width: 49.3%;
      height: 160px;
      border-radius: 10px;
      border: 1px solid #ddd;
      overflow: hidden;
      display: flex;
      transition: all 0.6s;
      margin-bottom: 1.4%; }
      #information .information-box .items .item .pic {
        width: 36.6%;
        overflow: hidden;
        position: relative;
        flex-shrink: 0; }
        #information .information-box .items .item .pic img {
          width: 100%;
          opacity: 0; }
        #information .information-box .items .item .pic .bg {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out; }
      #information .information-box .items .item .info {
        width: 63.4%;
        padding: 20px 20px 10px 20px; }
        #information .information-box .items .item .info .title {
          font-size: 18px;
          line-height: 18px;
          color: #333; }
        #information .information-box .items .item .info .desc {
          font-size: 14px;
          line-height: 24px;
          color: #888;
          margin-top: 10px; }
        #information .information-box .items .item .info .bottoms {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 20px; }
          #information .information-box .items .item .info .bottoms .date {
            font-size: 16px;
            color: #888;
            font-weight: bold; }
          #information .information-box .items .item .info .bottoms .more {
            text-transform: uppercase;
            font-size: 16px;
            display: flex;
            align-items: center;
            font-weight: bold;
            color: #20205b;
            display: none; }
            #information .information-box .items .item .info .bottoms .more .line {
              width: 40px;
              height: 2px;
              background-color: #20205b;
              margin-left: 10px; }
      #information .information-box .items .item:hover {
        background-color: #ffffff;
        box-shadow: 0px 12px 28px 3px rgba(221, 221, 221, 0.5);
        border: 1px solid transparent; }
        #information .information-box .items .item:hover .pic .bg {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1); }
        #information .information-box .items .item:hover .info .more {
          display: flex; }
#information .information-detail {
  padding: 40px 0 60px;
  background-color: #f8f8f8; }
  #information .information-detail .left-content {
    width: 69.4%;
    padding: 50px 100px 70px;
    background-color: #fff;
    border-radius: 10px;
    float: left; }
    #information .information-detail .left-content .title-box {
      padding-bottom: 40px;
      border-bottom: 1px solid #ddd;
      text-align: center; }
      #information .information-detail .left-content .title-box .title {
        font-size: 24px;
        line-height: 24px; }
      #information .information-detail .left-content .title-box .desc {
        font-size: 14px;
        color: #333;
        margin-top: 10px; }
    #information .information-detail .left-content .content {
      padding: 25px 0 100px; }
      #information .information-detail .left-content .content img {
        max-width: 100%; }
    #information .information-detail .left-content .detail-bottom {
      padding-top: 30px;
      line-height: 35px;
      border-top: 1px solid #ddd; }
      #information .information-detail .left-content .detail-bottom .lines {
        font-size: 14px;
        color: #333; }
  #information .information-detail .right-list {
    width: 27.7%;
    background-color: #fff;
    float: right;
    border-radius: 10px; }
    #information .information-detail .right-list .title {
      height: 55px;
      line-height: 55px;
      font-weight: bold;
      padding-left: 30px;
      font-size: 20px;
      color: #20205b;
      border-bottom: 1px solid #f8f8f8; }
    #information .information-detail .right-list .items {
      padding: 0 30px 40px; }
      #information .information-detail .right-list .items .item {
        padding: 20px 0;
        display: block;
        border-bottom: 1px solid #f8f8f8; }
        #information .information-detail .right-list .items .item .tt {
          font-size: 18px;
          line-height: 18px; }
        #information .information-detail .right-list .items .item .desc {
          font-size: 14px;
          line-height: 24px;
          color: #888;
          margin-top: 10px; }

#download .download-box {
  padding: 20px 0 100px; }
  #download .download-box .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #download .download-box .items .item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: all 0.6s;
      border-bottom: 1px solid #f0f0f0;
      padding: 30px 0; }
      #download .download-box .items .item .left {
        display: flex; }
        #download .download-box .items .item .left .pic {
          width: 200px;
          overflow: hidden;
          position: relative;
          flex-shrink: 0;
          border-radius: 10px; }
          #download .download-box .items .item .left .pic img {
            width: 100%;
            opacity: 0; }
          #download .download-box .items .item .left .pic .bg {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition: transform .5s ease-out;
            -webkit-transition: transform .5s ease-out;
            -moz-transition: transform .5s ease-out; }
        #download .download-box .items .item .left .info {
          width: 67.6%;
          padding: 15px 0px 0px 30px; }
          #download .download-box .items .item .left .info .title {
            font-size: 18px;
            line-height: 18px;
            color: #333; }
          #download .download-box .items .item .left .info .desc {
            font-size: 14px;
            line-height: 24px;
            color: #888;
            margin-top: 10px; }
      #download .download-box .items .item .right {
        flex-shrink: 0; }
        #download .download-box .items .item .right .down-icon {
          display: block;
          width: 40px;
          height: 36px;
          background-size: 40px 36px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/20.png"); }
        #download .download-box .items .item .right .login-btn {
          width: 120px;
          height: 30px;
          line-height: 30px;
          font-size: 14px;
          text-align: center;
          color: #fff;
          display: block;
          background-color: #caa061;
          border-radius: 15px; }
      #download .download-box .items .item:hover .pic .bg {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }

#contact .contact-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }
  #contact .contact-box .left {
    width: 450px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 28px 3px rgba(221, 221, 221, 0.5);
    position: relative;
    top: 60px;
    z-index: 6; }
    #contact .contact-box .left .pic {
      width: 100%; }
      #contact .contact-box .left .pic img {
        width: 100%; }
    #contact .contact-box .left .info {
      padding: 30px 60px 50px; }
      #contact .contact-box .left .info img {
        width: 335px; }
      #contact .contact-box .left .info .desc {
        margin-top: 60px;
        text-align: center; }
        #contact .contact-box .left .info .desc .tt {
          font-size: 40px;
          line-height: 40px;
          color: #20205b;
          font-weight: bold; }
        #contact .contact-box .left .info .desc .address {
          font-size: 16px;
          line-height: 30px;
          margin-top: 20px; }
  #contact .contact-box .right-form {
    width: 860px;
    margin-top: 140px; }
    #contact .contact-box .right-form .title {
      font-size: 18px;
      line-height: 24px; }
    #contact .contact-box .right-form input {
      height: 40px;
      border-radius: 10px;
      padding-left: 20px;
      border: 1px solid #ddd; }
      #contact .contact-box .right-form input::-webkit-input-placeholder {
        color: #888 !important; }
      #contact .contact-box .right-form input:-moz-placeholder {
        color: #888 !important; }
      #contact .contact-box .right-form input:-ms-input-placeholder {
        color: #888 !important; }
    #contact .contact-box .right-form .input-lines {
      margin-top: 30px;
      display: flex;
      justify-content: space-between; }
      #contact .contact-box .right-form .input-lines input {
        width: 280px; }
    #contact .contact-box .right-form textarea {
      width: 100%;
      height: 200px;
      padding: 15px 20px 10px;
      border: 1px solid #ddd;
      border-radius: 10px;
      margin-top: 24px;
      resize: none; }
      #contact .contact-box .right-form textarea::-webkit-input-placeholder {
        color: #888 !important; }
      #contact .contact-box .right-form textarea:-moz-placeholder {
        color: #888 !important; }
      #contact .contact-box .right-form textarea:-ms-input-placeholder {
        color: #888 !important; }
    #contact .contact-box .right-form .code-box {
      display: flex;
      justify-content: space-between;
      margin-top: 30px; }
      #contact .contact-box .right-form .code-box .code {
        display: flex;
        align-items: center; }
        #contact .contact-box .right-form .code-box .code input {
          width: 120px; }
        #contact .contact-box .right-form .code-box .code .img {
          width: 120px;
          height: 40px;
          text-align: center;
          background-color: #ffffff;
          border-radius: 10px;
          border: solid 1px #dddddd;
          margin-left: 10px;
          border-radius: 10px;
          overflow: hidden; }
          #contact .contact-box .right-form .code-box .code .img img {
            height: 100%;
            text-align: center; }
      #contact .contact-box .right-form .code-box .btn {
        width: 240px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        border-radius: 20px;
        border: 0;
        background-color: #caa061; }
#contact .map-box {
  width: 100%;
  height: 600px; }

#recruit .recruitment .title-box {
  padding: 70px 0 50px;
  text-align: center; }
  #recruit .recruitment .title-box .tt {
    font-size: 30px;
    line-height: 30px;
    color: #333; }
  #recruit .recruitment .title-box .desc {
    margin-top: 20px; }
    #recruit .recruitment .title-box .desc p {
      font-size: 16px;
      line-height: 32px;
      color: #333; }
#recruit .recruitment .recruit-box {
  width: 100%;
  padding: 0 0 120px; }
  #recruit .recruitment .recruit-box li {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #dddddd;
    padding: 0px 35px 0px 40px;
    transition: all 0.6s; }
    #recruit .recruitment .recruit-box li .recruit-top {
      width: 100%;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      font-size: 14px;
      box-sizing: border-box;
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out; }
      #recruit .recruitment .recruit-box li .recruit-top > div {
        color: #666666;
        width: 33.333%; }
        #recruit .recruitment .recruit-box li .recruit-top > div.item01 {
          color: #222;
          font-size: 18px;
          text-align: left; }
        #recruit .recruitment .recruit-box li .recruit-top > div.item02 {
          color: #888;
          font-size: 20px;
          text-align: center; }
        #recruit .recruitment .recruit-box li .recruit-top > div.icon-box {
          text-align: right; }
          #recruit .recruitment .recruit-box li .recruit-top > div.icon-box i {
            font-size: 24px;
            color: #caa061; }
    #recruit .recruitment .recruit-box li .recruit-content {
      width: 100%;
      padding: 10px 0px 40px 0px;
      box-sizing: border-box;
      display: none;
      border-top: 1px solid #f8f8f8; }
      #recruit .recruitment .recruit-box li .recruit-content .t1 {
        color: #333;
        font-size: 16px;
        margin-top: 30px; }
      #recruit .recruitment .recruit-box li .recruit-content .content p {
        color: #333;
        line-height: 24px;
        font-size: 14px; }
    #recruit .recruitment .recruit-box li.active {
      border: 0;
      box-shadow: 0px 12px 28px 3px rgba(221, 221, 221, 0.5); }

#develop .develop-box {
  padding: 0px 105px 0px;
  background-image: url("../img/27.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 220px 1752px;
  margin-top: 70px; }
  #develop .develop-box .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 250px; }
    #develop .develop-box .items .item {
      width: 560px;
      height: 150px;
      padding: 20px 15px 0 25px;
      background-color: #ffffff;
      box-shadow: 0px 4px 7px 0px rgba(221, 221, 221, 0.5);
      border-radius: 10px;
      border: solid 1px #caa061;
      position: relative;
      margin-bottom: 110px; }
      #develop .develop-box .items .item:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url("../img/28.png");
        background-size: 30px 30px;
        background-repeat: no-repeat;
        right: -64px;
        top: calc(50% - 15px); }
      #develop .develop-box .items .item .date {
        font-size: 48px;
        line-height: 48px;
        color: #caa061;
        font-weight: bold; }
      #develop .develop-box .items .item .desc {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        margin-top: 10px; }
      #develop .develop-box .items .item:first-of-type {
        border: 0;
        box-shadow: none;
        background-color: transparent; }
        #develop .develop-box .items .item:first-of-type:after {
          width: 0; }
      #develop .develop-box .items .item:nth-of-type(2n-1) {
        transform: translateY(-260px); }
      #develop .develop-box .items .item:nth-of-type(2n) {
        transform: translateY(-130px); }
        #develop .develop-box .items .item:nth-of-type(2n):after {
          left: -64px; }

#honor .honor-box {
  padding: 80px 0 100px; }
  #honor .honor-box .items {
    display: flex;
    flex-wrap: wrap; }
    #honor .honor-box .items .item {
      width: 388px;
      height: 518px;
      overflow: hidden;
      margin-right: 131px;
      margin-bottom: 80px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 34px;
      background-image: url("../img/31.png"); }
      #honor .honor-box .items .item .img {
        width: 100%;
        overflow: hidden; }
        #honor .honor-box .items .item .img img {
          width: 100%;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out; }
      #honor .honor-box .items .item:nth-of-type(3n) {
        margin-right: 0; }
      #honor .honor-box .items .item:hover .img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }

#culture .culture-box {
  padding: 80px 0 140px; }
  #culture .culture-box .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #culture .culture-box .items .item {
      width: 100%;
      padding-bottom: 90px; }
      #culture .culture-box .items .item .img {
        width: 100%; }
        #culture .culture-box .items .item .img img {
          width: 100%; }
      #culture .culture-box .items .item .desc-box {
        padding-top: 30px; }
        #culture .culture-box .items .item .desc-box .title {
          font-size: 16px;
          font-weight: bold;
          color: #333; }
        #culture .culture-box .items .item .desc-box .desc {
          font-size: 24px;
          line-height: 36px;
          color: #333; }
      #culture .culture-box .items .item.item01 {
        padding-bottom: 125px; }

#about .about-title {
  color: #20205b;
  text-align: center; }
  #about .about-title .title {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold; }
  #about .about-title .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px; }
  #about .about-title.white {
    color: #fff; }
#about .about-box {
  padding: 100px 0 140px;
  display: flex;
  justify-content: space-between; }
  #about .about-box .pic {
    width: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    #about .about-box .pic img {
      width: 100%;
      opacity: 0; }
  #about .about-box .right-box {
    padding-top: 50px;
    width: 680px; }
    #about .about-box .right-box .title {
      color: #20205b; }
      #about .about-box .right-box .title .en {
        font-size: 60px;
        line-height: 60px;
        font-weight: bold;
        text-transform: uppercase; }
      #about .about-box .right-box .title .cn {
        font-size: 20px;
        line-height: 20px;
        margin-top: 20px; }
    #about .about-box .right-box .text {
      font-size: 24px;
      color: #333;
      font-weight: bold;
      margin-top: 40px; }
    #about .about-box .right-box .line {
      width: 680px;
      height: 2px;
      background-color: #caa061;
      margin-top: 50px;
      margin-bottom: 60px; }
    #about .about-box .right-box .info {
      font-size: 14px;
      line-height: 24px;
      color: #333; }
    #about .about-box .right-box .num-box {
      margin-top: 140px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #about .about-box .right-box .num-box .item .num {
        font-weight: bold;
        font-size: 50px;
        line-height: 50px;
        color: #20205b;
        display: flex;
        align-items: center; }
        #about .about-box .right-box .num-box .item .num .t1 {
          font-size: 80px;
          line-height: 80px;
          margin-right: 10px; }
      #about .about-box .right-box .num-box .item .tt {
        margin-top: 10px;
        font-size: 16px; }
#about .about01-box {
  height: 720px;
  background-image: url("../img/37.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 0;
  position: relative; }
  #about .about01-box .pot01 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    animation: pot03move 3s 1s ease-out infinite;
    -webkit-animation: pot03move 3s 1s ease-out infinite;
    display: flex;
    align-items: center;
    justify-content: center; }
    #about .about01-box .pot01 .pot03 {
      width: 6px;
      height: 6px;
      background-color: #fff;
      border-radius: 50%; }
    #about .about01-box .pot01.usa {
      top: 45%;
      left: 32%;
      animation: pot03move 2s 1s ease-out infinite;
      -webkit-animation: pot03move 2s 1s ease-out infinite; }
    #about .about01-box .pot01.city01 {
      top: 43%;
      left: 64%; }
    #about .about01-box .pot01.city02 {
      top: 43%;
      left: 69%; }
    #about .about01-box .pot01.city03 {
      top: 46%;
      left: 69%;
      animation: pot03move 2s 1s ease-out infinite;
      -webkit-animation: pot03move 2s 1s ease-out infinite; }
    #about .about01-box .pot01.city04 {
      top: 44%;
      left: 68%;
      animation: pot03move 4s 1s ease-out infinite;
      -webkit-animation: pot03move 4s 1s ease-out infinite; }
    #about .about01-box .pot01.city05 {
      top: 47%;
      left: 68%;
      animation: pot03move 4.5s 1s ease-out infinite;
      -webkit-animation: pot03move 4.5s 1s ease-out infinite; }
    #about .about01-box .pot01.city06 {
      top: 46.5%;
      left: 69.5%;
      animation: pot03move 2s 1s ease-out infinite;
      -webkit-animation: pot03move 2s 1s ease-out infinite; }
    #about .about01-box .pot01.city07 {
      top: 44.5%;
      left: 68.5%;
      animation: pot03move 4s 1s ease-out infinite;
      -webkit-animation: pot03move 4s 1s ease-out infinite; }
    #about .about01-box .pot01.city08 {
      top: 47.5%;
      left: 68.5%;
      animation: pot03move 4.5s 1s ease-out infinite;
      -webkit-animation: pot03move 4.5s 1s ease-out infinite; }
#about .team-box {
  padding: 100px 0 120px; }
  #about .team-box .team-banner {
    height: auto;
    margin-top: 130px;
    position: relative; }
    #about .team-box .team-banner .team-swiper .swiper-slide .pic {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      padding: 6px;
      background-color: #fff;
      border: 4px solid #caa061;
      margin: 0 auto;
      -webkit-filter: grayscale(1);
      filter: gray;
      filter: grayscale(1); }
      #about .team-box .team-banner .team-swiper .swiper-slide .pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    #about .team-box .team-banner .team-swiper .swiper-slide .info-box {
      font-size: 14px;
      color: #333;
      margin-top: 50px;
      display: none; }
      #about .team-box .team-banner .team-swiper .swiper-slide .info-box .title {
        text-align: center; }
        #about .team-box .team-banner .team-swiper .swiper-slide .info-box .title .name {
          font-size: 18px;
          line-height: 18px;
          font-weight: bold; }
        #about .team-box .team-banner .team-swiper .swiper-slide .info-box .title .t1 {
          margin-top: 10px; }
      #about .team-box .team-banner .team-swiper .swiper-slide .info-box .info {
        font-size: 14px;
        line-height: 28px;
        margin-top: 30px; }
    #about .team-box .team-banner .team-swiper .swiper-slide.swiper-slide-active .pic {
      width: 420px;
      height: 420px;
      -webkit-filter: none;
      filter: none;
      filter: none; }
    #about .team-box .team-banner .team-swiper .swiper-slide.swiper-slide-active .info-box {
      display: block; }
    #about .team-box .team-banner .prev, #about .team-box .team-banner .next {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      position: absolute;
      top: 28%;
      display: flex;
      align-items: center;
      justify-content: center;
      outline: none;
      cursor: pointer;
      background-color: #caa061;
      z-index: 100; }
      #about .team-box .team-banner .prev i, #about .team-box .team-banner .next i {
        font-size: 16px;
        color: #fff; }
    #about .team-box .team-banner .prev {
      left: 36%; }
    #about .team-box .team-banner .next {
      right: 34.3%; }

#join .join-form {
  padding-bottom: 150px; }
  #join .join-form input[type="text"] {
    width: 240px;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #dddddd;
    padding-left: 10px; }
  #join .join-form .form-box {
    border: 1px solid #ddd;
    border-radius: 10px; }
    #join .join-form .form-box .tops {
      height: 70px;
      line-height: 70px;
      text-align: center;
      font-size: 20px;
      color: #333;
      font-weight: bold;
      background-color: #f7f8fa; }
    #join .join-form .form-box .form-cont {
      padding: 40px 120px 30px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #join .join-form .form-box .form-cont .lines-box .lines {
        display: flex;
        align-items: center; }
        #join .join-form .form-box .form-cont .lines-box .lines .label {
          display: inline-block;
          margin-right: 20px;
          font-size: 16px; }
        #join .join-form .form-box .form-cont .lines-box .lines .radio-cont {
          display: flex;
          align-items: center; }
          #join .join-form .form-box .form-cont .lines-box .lines .radio-cont .radioitem {
            margin-right: 30px; }
    #join .join-form .form-box .form-cont01 {
      padding: 10px 120px 120px; }
      #join .join-form .form-box .form-cont01 .form-title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color: #333;
        margin-top: 40px;
        margin-bottom: 20px; }
      #join .join-form .form-box .form-cont01 .radio-box {
        display: flex;
        align-items: center;
        margin-top: 25px; }
        #join .join-form .form-box .form-cont01 .radio-box .radioitem {
          margin-right: 30px; }
      #join .join-form .form-box .form-cont01 .lines {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        #join .join-form .form-box .form-cont01 .lines .label {
          font-size: 16px;
          margin-right: 40px;
          flex-shrink: 0; }
        #join .join-form .form-box .form-cont01 .lines .right-input {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex: 1; }
      #join .join-form .form-box .form-cont01 .select-line {
        display: flex;
        align-items: center; }
        #join .join-form .form-box .form-cont01 .select-line .label {
          font-size: 16px;
          margin-right: 25px;
          flex-shrink: 0; }
        #join .join-form .form-box .form-cont01 .select-line .select {
          width: 240px;
          height: 40px;
          background-repeat: no-repeat;
          background-image: url("../img/42.png");
          background-size: 12px 6px;
          background-position: right 20px center;
          margin-right: 30px; }
          #join .join-form .form-box .form-cont01 .select-line .select select {
            width: 100%;
            height: 100%;
            background-color: transparent;
            border-radius: 10px;
            border: 1px solid #ddd;
            padding-left: 15px; }
      #join .join-form .form-box .form-cont01 .text-box {
        width: 100%;
        margin-top: 30px; }
        #join .join-form .form-box .form-cont01 .text-box textarea {
          width: 100%;
          height: 120px;
          resize: none;
          border: 1px solid #ddd;
          padding: 15px 10px 10px 30px;
          border-radius: 10px; }
    #join .join-form .form-box.mar {
      margin-top: 80px;
      margin-bottom: 50px; }
  #join .join-form .code-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    #join .join-form .code-box .code {
      display: flex;
      align-items: center; }
      #join .join-form .code-box .code input {
        width: 120px; }
      #join .join-form .code-box .code .img {
        width: 120px;
        height: 40px;
        text-align: center;
        background-color: #ffffff;
        border-radius: 10px;
        border: solid 1px #dddddd;
        margin-left: 10px;
        overflow: hidden; }
        #join .join-form .code-box .code .img img {
          height: 100%;
          text-align: center; }
    #join .join-form .code-box .btn {
      width: 240px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      border-radius: 20px;
      border: 0;
      background-color: #caa061; }
#join .condition-box .condition-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px; }
  #join .condition-box .condition-list .item {
    width: 460px;
    margin-right: 23px;
    margin-bottom: 50px; }
    #join .condition-box .condition-list .item .pic {
      border-radius: 10px;
      width: 100%;
      overflow: hidden; }
      #join .condition-box .condition-list .item .pic img {
        width: 100%;
        transition: transform .5s ease-out;
        -webkit-transition: transform .5s ease-out;
        -moz-transition: transform .5s ease-out; }
    #join .condition-box .condition-list .item .info {
      width: 420px;
      height: 100px;
      background-color: #ffffff;
      box-shadow: 0px 12px 28px 3px rgba(221, 221, 221, 0.5);
      border-radius: 10px;
      padding: 30px;
      display: flex;
      align-items: center;
      margin: 0 auto;
      margin-top: -30px;
      position: relative;
      z-index: 6; }
      #join .condition-box .condition-list .item .info .num {
        font-size: 50px;
        line-height: 50px;
        color: #caa061;
        margin-right: 30px; }
      #join .condition-box .condition-list .item .info .desc {
        font-size: 16px;
        line-height: 24px;
        color: #333; }
    #join .condition-box .condition-list .item:hover .pic img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #join .condition-box .condition-list .item:nth-of-type(3n) {
      margin-right: 0; }
#join .join-process {
  margin-top: 100px;
  margin-bottom: 140px; }
  #join .join-process .title {
    font-size: 30px;
    font-weight: bold;
    color: #20205b;
    text-align: center; }
  #join .join-process .process-banner {
    height: auto;
    margin-top: 70px; }
    #join .join-process .process-banner .process-swiper {
      position: relative; }
      #join .join-process .process-banner .process-swiper:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #caa061; }
      #join .join-process .process-banner .process-swiper .swiper-slide {
        width: 16.5% !important; }
        #join .join-process .process-banner .process-swiper .swiper-slide .title .en {
          font-size: 24px;
          line-height: 24px;
          color: #20205b; }
        #join .join-process .process-banner .process-swiper .swiper-slide .title .cn {
          font-size: 20px;
          line-height: 20px;
          color: #caa061;
          margin-top: 8px; }
        #join .join-process .process-banner .process-swiper .swiper-slide .pot {
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background-color: #caa061;
          margin: 0 auto;
          margin-top: 27px;
          margin-bottom: 30px; }
        #join .join-process .process-banner .process-swiper .swiper-slide .info {
          font-size: 14px;
          line-height: 24px;
          color: #333;
          text-align: center; }
#join .solution-box {
  width: 100%;
  height: 600px;
  background-image: url("../img/49.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 190px; }
  #join .solution-box .title-box {
    text-align: center; }
    #join .solution-box .title-box .title {
      font-size: 40px;
      line-height: 60px;
      font-weight: bold;
      color: #fff; }
    #join .solution-box .title-box .more {
      width: 200px;
      height: 50px;
      display: inline-block;
      font-size: 18px;
      line-height: 50px;
      color: #fff;
      text-align: center;
      background-color: #caa061;
      border-radius: 25px;
      margin-top: 50px; }
#join .service-box {
  padding: 70px 0px 110px; }
  #join .service-box .title {
    font-size: 32px;
    line-height: 32px;
    color: #20205b;
    font-weight: bold;
    text-align: center; }
  #join .service-box .service-list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap; }
    #join .service-box .service-list .item {
      width: 330px;
      padding: 30px 40px 40px;
      background-color: #ffffff;
      box-shadow: 0px 12px 28px 3px rgba(221, 221, 221, 0.5);
      border-radius: 10px;
      margin-right: 35px;
      margin-bottom: 50px; }
      #join .service-box .service-list .item .tops {
        text-align: center; }
        #join .service-box .service-list .item .tops img {
          width: 50px; }
        #join .service-box .service-list .item .tops .text {
          font-size: 18px;
          line-height: 18px;
          color: #333;
          margin-top: 15px;
          margin-bottom: 15px; }
        #join .service-box .service-list .item .tops .line {
          width: 50px;
          height: 2px;
          background-color: #caa061;
          display: inline-block; }
      #join .service-box .service-list .item .bottoms {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #join .service-box .service-list .item .bottoms li {
          list-style: disc;
          font-size: 14px;
          line-height: 30px;
          color: #333;
          width: 45%; }
      #join .service-box .service-list .item:nth-of-type(4n) {
        margin-right: 0; }
#join .advantage-box {
  padding: 70px 0 150px; }
  #join .advantage-box .title {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #20205b;
    text-align: center; }
  #join .advantage-box .advantage-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px; }
    #join .advantage-box .advantage-list .item {
      width: 330px;
      padding: 30px 50px 40px;
      background-color: #ffffff;
      box-shadow: 0px 12px 28px 3px rgba(221, 221, 221, 0.5);
      border-radius: 10px;
      text-align: center;
      margin-right: 35px; }
      #join .advantage-box .advantage-list .item img {
        width: 60px; }
      #join .advantage-box .advantage-list .item .tt {
        font-size: 18px;
        margin-top: 10px; }
      #join .advantage-box .advantage-list .item .info {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        margin-top: 20px; }
      #join .advantage-box .advantage-list .item:nth-of-type(4n) {
        margin-right: 0; }
  #join .advantage-box .intro-box {
    display: flex;
    justify-content: space-between;
    margin-top: 120px; }
    #join .advantage-box .intro-box .left-img {
      width: 550px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      #join .advantage-box .intro-box .left-img img {
        width: 100%;
        opacity: 0; }
    #join .advantage-box .intro-box .info-box {
      width: 690px;
      margin-top: 120px; }
      #join .advantage-box .intro-box .info-box .tt {
        font-size: 24px;
        line-height: 24px;
        font-weight: bold; }
      #join .advantage-box .intro-box .info-box .desc {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        margin-top: 30px; }
#join .join-box .join-title {
  margin-top: 80px; }
  #join .join-box .join-title .tt {
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
    color: #20205b;
    text-align: center; }
  #join .join-box .join-title .desc {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 50px;
    width: 72%;
    margin: 0 auto;
    margin-top: 50px; }
#join .join-box .join-items {
  width: 100%;
  height: 724px;
  background-size: 680px 400px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../img/68.png");
  margin-top: 50px;
  position: relative; }
  #join .join-box .join-items .item {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    padding: 15px;
    background-color: rgba(246, 240, 231, 0.5);
    position: absolute; }
    #join .join-box .join-items .item .inner {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #f6f0e7;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      #join .join-box .join-items .item .inner img {
        width: 50px; }
      #join .join-box .join-items .item .inner p {
        font-size: 20px;
        line-height: 20px;
        margin-top: 25px;
        color: #333; }
    #join .join-box .join-items .item.item01 {
      bottom: 50px;
      left: 0; }
    #join .join-box .join-items .item.item02 {
      top: 15%;
      left: 15%; }
    #join .join-box .join-items .item.item03 {
      top: 0;
      left: calc(50% - 120px); }
    #join .join-box .join-items .item.item04 {
      top: 15%;
      right: 15%; }
    #join .join-box .join-items .item.item05 {
      bottom: 50px;
      right: 0; }
#join .activity-box {
  padding: 80px 0 60px;
  background-color: #f6f0e7; }
  #join .activity-box .items {
    margin-bottom: 20px;
    display: flex; }
    #join .activity-box .items .pic {
      width: 47.2%;
      position: relative;
      overflow: hidden; }
      #join .activity-box .items .pic img {
        width: 100%;
        opacity: 0; }
      #join .activity-box .items .pic .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: transform .5s ease-out;
        -webkit-transition: transform .5s ease-out;
        -moz-transition: transform .5s ease-out; }
    #join .activity-box .items .info-box {
      width: 52.8%;
      background-color: #fff;
      padding: 80px 80px 0 60px; }
      #join .activity-box .items .info-box .title-box .tt {
        font-size: 16px;
        line-height: 30px;
        color: #333; }
      #join .activity-box .items .info-box .title-box .title {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #caa061; }
      #join .activity-box .items .info-box .info {
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px;
        color: #333; }
    #join .activity-box .items:hover .pic .bg {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #join .activity-box .items.reserve {
      display: flex;
      flex-direction: row-reverse; }
#join .source-box {
  padding: 80px 0 20px; }
  #join .source-box .title-box {
    text-align: center; }
    #join .source-box .title-box .title {
      font-size: 30px;
      font-weight: bold;
      line-height: 48px;
      color: #20205b; }
    #join .source-box .title-box .desc {
      font-size: 14px;
      line-height: 24px;
      color: #333;
      width: 58.3%;
      margin: 0 auto;
      margin-top: 10px; }
  #join .source-box .source-list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap; }
    #join .source-box .source-list .item {
      width: 440px;
      margin-right: 53px;
      margin-bottom: 53px;
      box-shadow: 0px 3px 28px 3px rgba(221, 221, 221, 0.5);
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer; }
      #join .source-box .source-list .item .pic {
        width: 100%;
        overflow: hidden; }
        #join .source-box .source-list .item .pic img {
          width: 100%;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out; }
      #join .source-box .source-list .item .info-box {
        padding: 20px 30px 25px;
        background-color: #fff; }
        #join .source-box .source-list .item .info-box .tt {
          font-size: 20px;
          line-height: 46px; }
        #join .source-box .source-list .item .info-box .info {
          font-size: 14px;
          line-height: 24px;
          color: #888; }
      #join .source-box .source-list .item:nth-of-type(3n) {
        margin-right: 0; }
      #join .source-box .source-list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      #join .source-box .source-list .item:hover .info-box .tt {
        color: #caa061; }
      #join .source-box .source-list .item:hover .info-box .info {
        color: #333; }
#join .join-mall {
  padding-bottom: 130px; }
  #join .join-mall .cart-nav {
    height: 60px;
    background-color: #f7f8fa;
    border-radius: 30px;
    border: solid 1px #dddddd;
    padding: 0 15px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px; }
    #join .join-mall .cart-nav .left {
      display: flex;
      align-items: center;
      height: 100%; }
      #join .join-mall .cart-nav .left .item {
        display: inline-block;
        height: 100%;
        line-height: 60px;
        padding: 0 30px;
        font-size: 16px;
        color: #000; }
        #join .join-mall .cart-nav .left .item.active, #join .join-mall .cart-nav .left .item:hover {
          color: #20205b;
          font-weight: bold; }
    #join .join-mall .cart-nav .cart-box {
      width: 160px;
      height: 40px;
      background-color: #20205b;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
      #join .join-mall .cart-nav .cart-box span {
        margin-left: 10px; }
  #join .join-mall .mall-list {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap; }
    #join .join-mall .mall-list .item {
      width: 330px;
      margin-right: 35px;
      margin-bottom: 40px; }
      #join .join-mall .mall-list .item .pic {
        width: 100%;
        overflow: hidden; }
        #join .join-mall .mall-list .item .pic img {
          width: 100%; }
      #join .join-mall .mall-list .item .info {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 10px; }
        #join .join-mall .mall-list .item .info .title-box {
          color: #333; }
          #join .join-mall .mall-list .item .info .title-box .title {
            font-size: 18px;
            line-height: 28px; }
          #join .join-mall .mall-list .item .info .title-box .price {
            font-size: 14px; }
      #join .join-mall .mall-list .item:nth-of-type(4n) {
        margin-right: 0; }

#cart {
  background-color: #f8f8f8;
  padding-top: 20px; }
  #cart .cart-cont {
    padding: 60px 90px 75px 100px;
    background-color: #fff; }
    #cart .cart-cont .title {
      padding-bottom: 20px;
      border-bottom: 1px solid #f7f8fa;
      color: #333;
      margin-top: 25px; }
      #cart .cart-cont .title .tt {
        font-size: 24px;
        line-height: 24px; }
      #cart .cart-cont .title .desc {
        font-size: 14px;
        margin-top: 10px; }
    #cart .cart-cont .item01 {
      width: 300px;
      display: flex;
      align-items: center; }
      #cart .cart-cont .item01 .pic {
        width: 80px;
        height: 80px; }
        #cart .cart-cont .item01 .pic img {
          width: 100%;
          height: 100%; }
      #cart .cart-cont .item01 .text {
        color: #333;
        margin-left: 20px; }
    #cart .cart-cont .item02 {
      width: 300px;
      text-align: center; }
    #cart .cart-cont .item03 {
      width: 300px;
      text-align: center; }
    #cart .cart-cont .item04 {
      width: 100px;
      text-align: center; }
    #cart .cart-cont .items-top {
      display: flex;
      align-content: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #f7f8fa;
      font-size: 14px;
      color: #333;
      margin-top: 30px; }
    #cart .cart-cont .items {
      padding: 10px 0;
      font-size: 16px;
      display: flex;
      align-items: center; }
    #cart .cart-cont .total-box {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: 14px;
      color: #333;
      margin-top: 25px; }
      #cart .cart-cont .total-box .num {
        margin-left: 25px; }
        #cart .cart-cont .total-box .num span {
          font-size: 24px;
          line-height: 24px;
          font-weight: bold;
          color: #caa061; }
        #cart .cart-cont .total-box .num .tag {
          margin-left: 10px;
          font-size: 16px;
          line-height: 16px; }
    #cart .cart-cont .deliver-box {
      margin-top: 80px; }
      #cart .cart-cont .deliver-box .tt {
        font-size: 24px;
        line-height: 24px;
        border-bottom: 1px solid #f7f8fa;
        padding-bottom: 10px; }
      #cart .cart-cont .deliver-box .form-box {
        margin-top: 30px; }
        #cart .cart-cont .deliver-box .form-box .lines {
          margin-bottom: 10px;
          display: flex;
          align-items: center; }
          #cart .cart-cont .deliver-box .form-box .lines .label {
            font-size: 16px;
            color: #333;
            width: 70px;
            text-align: right;
            margin-right: 16px; }
          #cart .cart-cont .deliver-box .form-box .lines .right {
            width: 620px;
            display: flex;
            align-items: center; }
            #cart .cart-cont .deliver-box .form-box .lines .right .select {
              width: 200px;
              height: 40px;
              background-repeat: no-repeat;
              background-image: url("../img/42.png");
              background-size: 12px 6px;
              background-position: right 20px center;
              margin-right: 10px; }
              #cart .cart-cont .deliver-box .form-box .lines .right .select select {
                width: 100%;
                height: 100%;
                background-color: transparent;
                border-radius: 10px;
                border: 1px solid #ddd;
                padding-left: 10px; }
              #cart .cart-cont .deliver-box .form-box .lines .right .select:last-of-type {
                margin-right: 0; }
            #cart .cart-cont .deliver-box .form-box .lines .right input {
              width: 100%;
              height: 40px;
              background-color: #ffffff;
              border-radius: 10px;
              border: solid 1px #dddddd;
              padding-left: 10px; }
          #cart .cart-cont .deliver-box .form-box .lines.has-text textarea {
            width: 100%;
            height: 60px;
            padding: 10px;
            background-color: #ffffff;
            border-radius: 10px;
            border: solid 1px #dddddd;
            resize: none; }
          #cart .cart-cont .deliver-box .form-box .lines.has-tel .right {
            width: 200px; }
          #cart .cart-cont .deliver-box .form-box .lines.has-tel .mar {
            margin-left: 30px; }
        #cart .cart-cont .deliver-box .form-box .btn {
          width: 240px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          background-color: #caa061;
          border-radius: 20px;
          font-size: 16px;
          color: #fff;
          border: 0;
          display: block;
          margin: 0 auto;
          margin-top: 70px; }

#course .course-intro {
  padding: 150px 0 200px 240px;
  display: flex;
  justify-content: space-between; }
  #course .course-intro .left {
    width: 590px; }
    #course .course-intro .left .title-box {
      margin-bottom: 70px; }
      #course .course-intro .left .title-box .tt {
        font-size: 32px;
        line-height: 32px;
        color: #20205b;
        font-weight: bold; }
      #course .course-intro .left .title-box .t1 {
        font-size: 20px;
        color: #333;
        margin-top: 25px; }
    #course .course-intro .left .lines {
      padding-left: 30px;
      margin-bottom: 30px; }
      #course .course-intro .left .lines .title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        position: relative; }
        #course .course-intro .left .lines .title:before {
          content: '';
          width: 3px;
          height: 20px;
          background-color: #caa061;
          left: -30px;
          top: 0;
          position: absolute; }
      #course .course-intro .left .lines .desc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px; }
  #course .course-intro .right-box {
    width: 880px;
    display: flex;
    justify-content: flex-start;
    position: relative; }
    #course .course-intro .right-box .course-banner {
      position: relative; }
      #course .course-intro .right-box .course-banner .course-swiper {
        width: 760px; }
        #course .course-intro .right-box .course-banner .course-swiper .swiper-slide {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          #course .course-intro .right-box .course-banner .course-swiper .swiper-slide img {
            width: 100%;
            opacity: 0; }
    #course .course-intro .right-box .bg {
      width: 780px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      background-color: #f6f0e7;
      right: 0;
      top: 70px; }
      #course .course-intro .right-box .bg img {
        width: 100%;
        opacity: 0; }
      #course .course-intro .right-box .bg .pagination-line {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 25px;
        left: 120px; }
        #course .course-intro .right-box .bg .pagination-line .line {
          width: 120px;
          height: 2px;
          background-color: #fff;
          margin-top: 14px;
          position: relative; }
          #course .course-intro .right-box .bg .pagination-line .line .line-bar {
            width: 0;
            height: 2px;
            left: 0;
            top: 0;
            background-color: #caa061;
            position: absolute;
            transition: all 0.3s; }
            #course .course-intro .right-box .bg .pagination-line .line .line-bar.active {
              width: 100%; }
        #course .course-intro .right-box .bg .pagination-line .swiper-pagination-course {
          position: static; }
          #course .course-intro .right-box .bg .pagination-line .swiper-pagination-course .swiper-pagination-bullet {
            margin-left: 55px;
            color: #caa061;
            background: transparent;
            font-size: 20px;
            outline: none;
            opacity: 1; }
            #course .course-intro .right-box .bg .pagination-line .swiper-pagination-course .swiper-pagination-bullet.swiper-pagination-bullet-active {
              color: #20205b;
              font-size: 30px;
              font-weight: bold;
              position: relative; }
            #course .course-intro .right-box .bg .pagination-line .swiper-pagination-course .swiper-pagination-bullet:last-of-type {
              margin-right: 0; }
#course .video-box {
  width: 100%;
  height: 1080px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/85.png");
  position: relative; }
  #course .video-box .play-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    text-align: center;
    color: #fff; }
    #course .video-box .play-box i {
      font-size: 60px;
      color: #caa061; }
    #course .video-box .play-box p {
      font-size: 14px;
      margin-top: 15px; }
    #course .video-box .play-box:hover i {
      color: #fff; }
  #course .video-box .desc {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin-top: 50px; }
#course .course-box {
  padding: 80px 0 110px; }
  #course .course-box .title {
    font-size: 32px;
    line-height: 32px;
    color: #20205b;
    font-weight: bold;
    text-align: center; }
  #course .course-box .items {
    display: flex;
    justify-content: space-between;
    margin-top: 60px; }
    #course .course-box .items .item {
      width: 390px;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer; }
      #course .course-box .items .item img {
        width: 100%;
        -webkit-filter: grayscale(1);
        filter: gray;
        filter: grayscale(1);
        transition: all 0.6s; }
      #course .course-box .items .item .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: rgba(32, 32, 91, 0.2);
        display: flex;
        align-items: center;
        justify-content: center; }
        #course .course-box .items .item .bg .text {
          font-weight: bold;
          text-align: center;
          color: #fff; }
          #course .course-box .items .item .bg .text .en {
            font-size: 36px;
            line-height: 36px;
            text-transform: uppercase; }
          #course .course-box .items .item .bg .text .cn {
            font-size: 24px;
            line-height: 24px;
            margin-top: 10px; }
      #course .course-box .items .item .desc-box {
        width: 100%;
        height: 240px;
        position: absolute;
        left: 0;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 40px 10px 0;
        z-index: 11;
        bottom: -300px;
        transition: all 0.6s; }
        #course .course-box .items .item .desc-box .tt {
          font-size: 20px;
          line-height: 20px;
          font-weight: bold; }
        #course .course-box .items .item .desc-box .desc {
          margin-top: 15px;
          font-size: 14px;
          color: #333; }
        #course .course-box .items .item .desc-box .more {
          width: 200px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background-color: #20205b;
          box-shadow: 0px 4px 7px 0px rgba(43, 43, 100, 0.5);
          border-radius: 25px;
          font-size: 20px;
          color: #fff;
          display: inline-block;
          text-transform: uppercase;
          margin-top: 50px; }
      #course .course-box .items .item:hover {
        box-shadow: 0px 12px 28px 3px rgba(221, 221, 221, 0.5); }
        #course .course-box .items .item:hover img {
          -webkit-filter: none;
          filter: none;
          filter: none; }
        #course .course-box .items .item:hover .bg {
          display: none; }
        #course .course-box .items .item:hover .desc-box {
          bottom: 0; }

#search .search-content {
  padding: 50px 0 80px;
  background-color: #f5f5f5; }
  #search .search-content .search-box {
    width: 100%;
    margin: 40px 0 30px;
    height: 54px;
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center; }
    #search .search-content .search-box .left {
      width: 540px;
      max-width: 38.57%;
      height: 100%;
      display: inline-block;
      float: left;
      border: 1px solid #e6e6e6;
      border-radius: 2px; }
      #search .search-content .search-box .left .input {
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%; }
        #search .search-content .search-box .left .input input {
          width: 100%;
          height: 100%;
          padding: 0 10px;
          border: none;
          background-color: #fff;
          border-radius: 0;
          font-size: 18px; }
    #search .search-content .search-box .btn {
      display: inline-block;
      float: left; }
      #search .search-content .search-box .btn button {
        width: 117px;
        height: 52px;
        background-color: #20205b;
        border: none;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        #search .search-content .search-box .btn button span {
          display: inline-block;
          line-height: 18px; }
        #search .search-content .search-box .btn button i {
          display: inline-block;
          font-size: 24px;
          color: #fff;
          margin-left: 15px; }
  #search .search-content .search-result {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 50px; }
    #search .search-content .search-result .item {
      width: 100%;
      padding: 14px 0;
      border-bottom: 1px solid #e6e6e6; }
      #search .search-content .search-result .item .title {
        width: 100%;
        line-height: 14px;
        font-size: 14px;
        display: flex;
        align-items: center; }
        #search .search-content .search-result .item .title i {
          display: inline-block;
          width: 4px;
          height: 4px;
          background-color: #caa061;
          margin-right: 10px; }
        #search .search-content .search-result .item .title p {
          display: inline-block;
          width: calc(100% - 14px); }
      #search .search-content .search-result .item .date {
        width: 100%;
        font-size: 12px;
        line-height: 12px;
        color: #999;
        margin-top: 10px;
        padding-left: 14px; }

.no-found {
  padding: 300px 0 0;
  text-align: center;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/404.png"); }
.no-found img {
  width: 37%; }
.no-found p {
  color: #fff;
  font-size: 16px;
  margin-top: 70px; }
.no-found .no-found-more {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #cfa755;
  box-shadow: 0px 4px 7px 0px rgba(43, 43, 100, 0.5);
  border-radius: 25px;
  font-size: 16px;
  color: #20205b;
  margin: 0 auto;
  margin-top: 65px; }

@media screen and (max-width: 1900px) {
  #join .join-form .form-box .form-cont {
    padding: 30px 50px 30px; }

  #join .join-form .form-box .form-cont01 {
    padding: 10px 50px 100px; }

  #join .join-form .form-box .form-cont01 .lines .label {
    margin-right: 20px; }

  #join .join-form .form-box .form-cont01 .radio-box {
    flex-wrap: wrap; }

  #join .join-form .form-box .form-cont01 .radio-box .radioitem {
    margin-right: 20px; }

  #index .index-title .en {
    font-size: 70px;
    line-height: 70px; }

  #index .index-title .cn {
    font-size: 26px; }

  #index .index-title .desc {
    width: 55%; }

  #index .system-box .system-items .item .inner p {
    font-size: 20px; }

  #index .course-box .items .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%; }

  #index .team-box .info-box {
    padding-bottom: 150px; }

  #index .age-box .items .item {
    width: 23%;
    margin-right: 2.66%; }

  #about .about-box .pic {
    width: 41.66%; }

  #about .about-box .right-box {
    width: 47%;
    padding-top: 30px; }

  #about .about-box .right-box .line {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px; }

  #about .about-box .right-box .num-box .item .num .t1 {
    font-size: 56px;
    line-height: 56px; }

  #about .about-box {
    padding: 80px 0 100px; }

  #about .about-box .right-box .num-box {
    margin-top: 80px; }

  #about .team-box .team-banner .team-swiper .swiper-slide .pic {
    width: 260px;
    height: 260px; }

  #about .team-box .team-banner .team-swiper .swiper-slide.swiper-slide-active .pic {
    width: 380px;
    height: 380px; }

  #about .team-box .team-banner .prev {
    left: 34%; }

  #about .team-box .team-banner .next {
    right: 33.4%; }

  #honor .honor-box .items .item {
    height: auto;
    width: 27%;
    margin-right: 9.5%;
    margin-bottom: 9.5%;
    padding: 2.3%; }

  #honor .honor-box {
    padding: 80px 0; }

  #develop .develop-box {
    padding: 0; }

  #develop .develop-box .items .item {
    width: 45.5%;
    padding: 15px 15px 0 20px; }

  #develop .develop-box .items .item .date {
    font-size: 36px;
    line-height: 36px; }

  #recruit .recruitment .title-box .tt {
    font-size: 20px;
    line-height: 26px; }

  #recruit .recruitment .title-box .desc {
    margin-top: 10px; }

  #recruit .recruitment .title-box {
    padding: 0.8rem 0; }

  #recruit .recruitment .title-box .desc p {
    font-size: 14px;
    line-height: 28px; }

  #recruit .recruitment .recruit-box li {
    margin-bottom: 0.2rem;
    padding: 0 0.2rem; }

  #recruit .recruitment .recruit-box li .recruit-top {
    height: 1rem; }

  #recruit .recruitment .recruit-box li .recruit-top > div.item01 {
    font-size: 14px; }

  #recruit .recruitment .recruit-box li .recruit-top > div.item02 {
    font-size: 14px; }

  #recruit .recruitment .recruit-box li .recruit-top > div.icon-box i {
    font-size: 16px; }

  #recruit .recruitment .recruit-box li .recruit-content .t1 {
    margin-top: 0.4rem; }

  #recruit .recruitment .recruit-box li .recruit-content {
    padding: 0.2rem 0 0.4rem 0; }

  #recruit .recruitment .recruit-box {
    padding-bottom: 1rem; }

  #contact .contact-box .left {
    width: 31.25%;
    flex-shrink: 0; }

  #contact .contact-box .right-form {
    width: 60%;
    margin-top: 80px; }

  #contact .contact-box .right-form .input-lines input {
    width: 32%; }

  #contact .contact-box .right-form textarea {
    height: 150px; }

  #contact .contact-box .right-form .code-box {
    margin-top: 30px; }

  #contact .contact-box .left .info {
    padding: 30px 50px; }

  #contact .contact-box .left .info .desc .tt {
    font-size: 30px; }

  #contact .contact-box .left .info .desc {
    margin-top: 0.2rem; }

  #contact .contact-box .right-form .input-lines {
    margin-top: 20px; }

  #information .information-box .items .item .info {
    padding: 15px 15px 10px 15px; }

  #information .information-box .items .item .info .title {
    font-size: 16px;
    line-height: 16px; }

  #information .information-box {
    padding: 50px 0 60px; }

  #course .course-intro .left {
    width: 41%; }

  #course .course-intro .right-box {
    width: 61%;
    padding-left: 2%; }

  #course .course-intro .right-box .course-banner .course-swiper {
    width: 710px; }

  #course .course-intro .right-box .bg {
    width: 83.6%; }

  #course .course-intro {
    padding: 100px 0 150px 160px; }

  #course .course-intro .left .title-box {
    margin-bottom: 40px; }

  #course .course-intro .left .lines .desc {
    margin-top: 10px; }

  #course .course-intro .left .lines {
    margin-bottom: 15px;
    padding-left: 20px; }

  #course .course-intro .left .lines .title:before {
    left: -20px; }

  #course .course-intro .left .lines .title {
    font-size: 18px; }

  #course .video-box {
    height: 860px; }

  #course .video-box .play-box {
    transform: translate(-50%, -50%); }

  #course .course-box .items .item {
    width: 27%; }

  #course .course-box .items .item .bg .text .en {
    font-size: 30px;
    line-height: 30px; }

  #course .course-box .items .item .bg .text .cn {
    font-size: 20px;
    line-height: 20px; }

  #join .activity-box .items .info-box {
    padding: 60px 60px 0 60px; }

  #join .activity-box .items .info-box .title-box .title {
    font-size: 18px;
    line-height: 24px; }

  #join .source-box .source-list .item .info-box {
    padding: 20px; }

  #join .source-box .source-list .item {
    width: 30.5%;
    margin-right: 4.25%;
    margin-bottom: 4.25%; }

  #join .advantage-box .advantage-list .item {
    width: 23%;
    margin-right: 2.66%;
    padding: 30px; }

  #join .advantage-box .intro-box .left-img {
    width: 38%; }

  #join .advantage-box .intro-box .info-box {
    width: 58%; }

  #join .service-box .service-list .item {
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 1.333%;
    padding: 30px; }

  #join .service-box .service-list .item:nth-of-type(4n) {
    margin-right: 0; }

  #join .service-box .service-list .item .tops img {
    width: 40px; }

  #join .service-box .service-list .item .bottoms {
    margin-top: 20px; }

  #join .condition-box .condition-list .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%; }

  #join .condition-box .condition-list .item .info {
    width: 91.3%;
    padding: 25px; }

  #join .condition-box .condition-list {
    padding-top: 50px; }

  #join .condition-box .condition-list .item .info .num {
    font-size: 40px; }

  #join .condition-box .condition-list .item .info .desc {
    font-size: 14px; }

  #join .join-process .process-banner .process-swiper .swiper-slide .pot {
    margin-top: 50px; }

  #join .join-mall .mall-list .item {
    width: 23%;
    margin-bottom: 2.66%;
    margin-right: 2.66%; }

  #cart .cart-cont {
    padding: 60px; }

  #information .information-detail .left-content {
    padding: 50px; }

  #school .sch-item .tops {
    padding: 40px 50px 40px 40px; }
  .no-found{
    padding: 280px 0 0;
  }
}
@media screen and (max-width: 1600px) {
  #join .join-form input[type="text"] {
    width: 210px; }

  header .logo {
    width: 240px;
    /*height: 25px;*/
  }

  #index .index-banner .slide1 .texts .text01 {
    font-size: 86px;
    line-height: 86px; }

  #index .index-banner .slide1 .texts .text02 {
    font-size: 65px;
    line-height: 65px; }

  #index .index-banner .slide1 .texts .text03 {
    margin-top: 45px;
    margin-bottom: 45px; }

  #index .index-title .en {
    font-size: 60px;
    line-height: 60px; }

  #index .about-box {
    height: auto;
    padding: 100px 0; }

  #index .index-title .cn {
    font-size: 24px; }

  #index .about-box .info {
    font-size: 28px;
    line-height: 40px;
    margin-top: 60px; }

  #index .about-box .line {
    width: 60px;
    height: 4px;
    margin-top: 25px;
    margin-bottom: 40px; }

  #index .about-box .more {
    margin-top: 60px; }

  #index .index-title .desc {
    width: 60%; }

  #index .team-box .info-box {
    padding-bottom: 100px; }

  #index .team-box .info-box .desc-box {
    margin-top: 60px; }

  #index .course-box .items .item .info-box {
    padding: 20px; }

  #index .system-box .system-items .item {
    width: 200px;
    height: 200px;
    padding: 10px; }

  #index .system-box .system-items .item.item03 {
    left: calc(50% - 100px); }

  #index .system-box .system-items .item .inner img {
    width: 40px; }

  #index .system-box .system-items {
    height: 600px;
    background-size: 580px 340px; }

  #index .system-box .system-items .item .inner p {
    font-size: 18px; }

  #index .age-box .items .item .bg .text .en {
    font-size: 28px;
    line-height: 28px; }

  #index .age-box .items .item .bg .text .cn {
    font-size: 22px;
    line-height: 22px; }

  #index .age-box .items .item .desc-box .more {
    font-size: 16px; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info {
    padding: 15px; }

  #index .news-box .tops {
    margin-bottom: 40px; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms {
    margin-top: 20px; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms .more {
    font-size: 14px; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info .title {
    font-size: 14px; }

  #index .news-box {
    padding: 80px 0; }

  #about .team-box .team-banner .team-swiper .swiper-slide .pic {
    width: 220px;
    height: 220px; }

  #about .team-box .team-banner .team-swiper .swiper-slide.swiper-slide-active .pic {
    width: 340px;
    height: 340px; }

  #course .course-intro .right-box .course-banner .course-swiper {
    width: 640px; }

  #join .join-box .join-title .tt {
    font-size: 26px;
    line-height: 40px; }

  #join .join-box .join-title {
    margin-top: 40px; }

  #join .join-box .join-title .desc {
    margin-top: 30px;
    width: 83%; }

  #join .join-box .join-items {
    height: 600px;
    background-size: 580px 340px; }

  #join .join-box .join-items .item {
    width: 200px;
    height: 200px;
    padding: 10px; }

  #join .join-box .join-items .item.item03 {
    left: calc(50% - 100px); }

  #join .join-box .join-items .item .inner img {
    width: 40px; }

  #join .join-box .join-items .item .inner p {
    font-size: 18px; }

  #join .advantage-box .intro-box .info-box {
    margin-top: 70px; }

  #information .information-detail .right-list .items {
    padding: 0 20px 30px; }

  .video-layer .layui-layer-content {
    width: 800px !important;
    height: 450px !important; }
  .no-found{
    padding: 260px 0 0;
  }
}
@media screen and (max-width: 1460px) {
  #join .join-form input[type="text"] {
    width: 200px; }

  header .rights nav .item {
    margin-right: 45px; }

  #index .index-banner .slide1 .texts .text01 {
    font-size: 68px;
    line-height: 68px; }

  #index .index-banner .slide1 .texts .text02 {
    font-size: 56px;
    line-height: 56px; }

  #index .index-banner .slide1 .texts .text03 {
    margin-top: 36px;
    margin-bottom: 36px; }

  #index .index-banner .slide1 .texts .text04 {
    font-size: 28px;
    line-height: 28px; }

  #index .index-title .en {
    font-size: 50px;
    line-height: 50px; }

  #index .index-title .cn {
    font-size: 20px; }

  #index .about-box .info {
    font-size: 20px;
    line-height: 36px;
}

  #index .about-box .line {
    margin-top: 15px;
    margin-bottom: 30px; }

  #index .about-box .more {
    width: 180px;
    font-size: 18px; }

  #index .index-title .desc {
    width: 65%; }

  #index .course-box .items .item .info-box {
    padding: 15px; }

  #index .system-box .system-items .item .inner p {
    line-height: 28px; }

  #index .system-box .system-items .item .inner img {
    width: 36px; }

  #index .age-box .items .item .bg .text .en {
    font-size: 24px;
    line-height: 24px; }

  #index .age-box .items .item .bg .text .cn {
    font-size: 20px;
    line-height: 20px; }

  #index .cooperation-box .more {
    width: 180px;
    font-size: 18px; }

  #about .team-box .team-banner .team-swiper .swiper-slide .pic {
    width: 180px;
    height: 180px; }

  #about .team-box .team-banner .team-swiper .swiper-slide.swiper-slide-active .pic {
    width: 300px;
    height: 300px; }

  #about .team-box {
    padding: 80px 0; }

  #about .team-box .team-banner {
    margin-top: 80px; }

  #about .about-box .right-box .text {
    font-size: 20px; }

  #about .about-box .right-box .num-box {
    margin-top: 50px; }

  #about .about-box .right-box {
    width: 50%; }

  #about .about-box .right-box .title .en {
    font-size: 48px; }

  #about .about-box .right-box .title .cn {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px; }

  #about .about-box .right-box .text {
    margin-top: 20px; }

  #about .about-box {
    padding: 60px 0; }

  #about .about01-box {
    height: 630px;
    padding: 70px 0 0; }

  #about .about-title .title {
    font-size: 32px;
    line-height: 32px; }

  #about .team-box {
    padding: 60px 0; }

  #about .team-box .team-banner .team-swiper .swiper-slide.swiper-slide-active .info-box {
    margin-top: 30px; }

  #culture .culture-box .items .item.item01 {
    padding-bottom: 80px; }

  #culture .culture-box .items .item {
    padding-bottom: 60px; }

  #culture .culture-box .items .item .desc-box .desc {
    font-size: 20px;
    line-height: 30px; }

  .culture-box .items .wall-column {
    padding: 0 15px; }

  #culture .culture-box {
    padding: 60px 0 100px; }

  #contact .contact-box .left .info {
    padding: 30px; }

  #course .course-intro .right-box .bg {
    top: 85px; }

  #course .course-intro .right-box .bg .pagination-line .line {
    width: 80px; }

  #course .course-intro .right-box .bg .pagination-line .swiper-pagination-course .swiper-pagination-bullet {
    margin-left: 40px; }

  #course .course-intro {
    padding: 80px 0 145px 8%; }

  #join .join-box .join-items .item {
    width: 180px;
    height: 180px; }

  #join .join-box .join-items .item .inner img {
    width: 36px; }

  #join .join-box .join-items .item.item03 {
    left: calc(50% - 90px); }

  #join .join-box .join-items .item .inner p {
    margin-top: 18px; }

  #join .advantage-box .advantage-list .item {
    padding: 25px; }

  #join .advantage-box .advantage-list .item img {
    width: 50px; }

  #join .advantage-box .intro-box {
    margin-top: 80px; }

  #join .condition-box .condition-list .item .info .desc {
    font-size: 14px; }

  #join .condition-box .condition-list .item .info {
    padding: 15px; }

  #join .condition-box .condition-list .item .info .num {
    margin-right: 20px; }

  #join .join-mall .mall-list .item .info .title-box .title {
    font-size: 14px;
    line-height: 24px; }

  .num-line {
    width: 90px; }

  .num-line input {
    width: 40px; }

  #join .join-mall .mall-list {
    margin-top: 45px; }

  #join .join-mall .cart-nav .left .item {
    padding: 0 20px; }

  #cart .center {
    width: 75%; }

  #school .sch-item .tops {
    padding: 30px 40px 30px 30px; }

  #school .sch-item .tops .right {
    padding-left: 40px; }

  #school .sch-item .bottoms {
    height: 60px;
    line-height: 60px; }

  #school .sch-item .tops .right .address-box {
    margin-top: 20px; }

  #school .sch-item .tops .right .info {
    margin-top: 20px; }
  .no-found{
    padding: 240px 0 0;
  }
}
@media screen and (max-width: 1386px) {
  header .rights nav .item {
    margin-right: 30px; }

  #join .join-form .form-box .form-cont {
    padding: 30px; }

  #join .join-form .form-box .form-cont01 {
    padding: 10px 30px 80px; }

  #join .join-form input[type="text"] {
    width: 190px; }

  footer .footer-bottom .left .school-box .logo {
    width: 330px; }

  footer .footer-bottom .left .school-box .select-box {
    width: 330px; }

  #index .index-title .en {
    font-size: 42px;
    line-height: 42px; }

  #index .index-title .cn {
    font-size: 18px;
    margin-top: 5px; }

  #index .research-box {
    padding-top: 80px;
    padding-bottom: 80px; }

  #index .team-box .info-box {
    padding-top: 65px;
    padding-bottom: 100px; }

  #index .team-box .info-box .desc-box {
    margin-top: 45px; }

  #index .team-box .info-box .desc-box .line {
    margin-top: 10px;
    margin-bottom: 30px; }

  #index .course-box {
    padding: 60px 0; }

  #index .course-box .items {
    margin-top: 40px; }

  #index .course-box .items .item .info-box {
    padding: 10px; }

  #index .age-box .items .item .desc-box {
    padding: 30px 10px 10px;
    height: 210px; }

  #index .age-box .items .item .desc-box .desc {
    font-size: 12px; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms .date {
    font-size: 14px; }

  #index .system-box .system-items .item {
    width: 180px;
    height: 180px; }

  #index .system-box .system-items {
    height: 520px;
    background-size: 500px 290px; }

  #course .course-intro .right-box .bg {
    top: 110px; }

  #course .video-box {
    height: 700px; }

  #course .video-box .desc {
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px; }

  #course .course-box .items .item .desc-box .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 10px; }

  #course .course-box .items .item .bg .text .en {
    font-size: 26px;
    line-height: 26px; }

  #course .course-box .items .item .desc-box {
    height: 180px;
    padding: 25px 10px 0; }

  #course .course-box .items .item .desc-box .tt {
    font-size: 16px; }

  #join .join-box .join-items {
    height: 520px;
    background-size: 500px 290px; }

  #join .service-box .service-list .item {
    padding: 20px 18px; } }
@media screen and (max-width: 1300px) {
  #join .container {
    width: 91%; }

  header {
    padding: 0 15px; }

  header .logo {
    width:200px;
    /*height: 20px;*/
  }

  header .rights nav .item {
    margin-right: 15px; }

  footer .footer-bottom .left {
    width: 100%;
    justify-content: space-between; }

  footer .footer-bottom .right {
    width: 100%;
    justify-content: center;
    margin-top: 40px; }

  footer .footer-bottom {
    flex-wrap: wrap;
    margin-top: 100px; }

  footer .center {
    width: 87.5%; }

  #join .join-form {
    padding-bottom: 100px; }

  footer .footer-list {
    padding: 0; }

  #index .index-banner .slide1 .texts .text01 {
    font-size: 48px;
    line-height: 48px; }

  #index .index-banner .slide1 .texts .text02 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 15px; }

  #index .index-banner .slide1 .texts .text04 {
    font-size: 24px;
    line-height: 24px; }

  #index .index-banner .slide1 .texts .text03 {
    margin-top: 20px; }

  #index .about-box {
    padding: 80px 0; }

  #index .team-box .info-box {
    padding-top: 50px;
    padding-bottom: 60px; }

  #index .team-box .pic {
    width: 46%; }

  #index .team-box .info-box .desc-box {
    margin-top: 30px; }

  #index .team-box .info-box .desc-box .line {
    margin-bottom: 20px; }

  #index .course-box .items .item .info-box .tt {
    font-size: 16px;
    line-height: 36px; }

  #index .course-box .items .item .info-box .info {
    font-size: 12px; }

  #index .index-title .en {
    font-size: 36px;
    line-height: 36px; }

  #index .index-title .cn {
    font-size: 16px;
    line-height: 26px; }

  #index .index-title .desc {
    width: 75%; }

  #index .system-box .system-items .item .inner p {
    line-height: 20px;
    font-size: 14px; }

  #index .system-box .system-items .item.item03 {
    left: calc(50% - 65px); }

  #index .system-box .system-items {
    height: 420px;
    background-size: 440px 255px; }

  #index .system-box .system-items .item {
    width: 130px;
    height: 130px; }

  #index .system-box .system-items .item .inner img {
    width: 30px;
    margin-bottom: 10px; }

  #index .system-box .system-items .item.item05 {
    bottom: 30px; }

  #index .system-box .system-items .item.item01 {
    bottom: 30px; }

  #index .age-box .items .item .bg .text .en {
    font-size: 16px;
    line-height: 16px; }

  #index .age-box .items .item .bg .text .cn {
    font-size: 16px;
    line-height: 16px; }

  #index .age-box .items .item .desc-box .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 20px; }

  #index .age-box .items .item .desc-box {
    height: 180px;
    padding: 20px 10px 10px; }

  #index .age-box {
    padding: 60px 0; }

  #index .age-box .items .item .desc-box .tt {
    font-size: 16px;
    line-height: 16px; }

  #index .age-box .items .item .desc-box .desc {
    margin-top: 10px; }

  #index .cooperation-box .items {
    width: 87.5%; }

  #index .cooperation-box .items .item {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%; }

  #index .cooperation-box .items .item img {
    width: 40px; }

  #index .cooperation-box .items .item:nth-of-type(6) {
    margin-left: 20.5%; }

  #index .cooperation-box .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px; }

  #index .cooperation-box {
    padding: 60px 0; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info {
    padding: 10px; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info .desc {
    font-size: 12px; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms .more {
    font-size: 12px; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms .more .line {
    width: 20px;
    margin-left: 5px; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info .bottoms {
    margin-top: 10px; }

  #about .about-box .right-box .title .en {
    font-size: 36px;
    line-height: 36px; }

  #about .about01-box {
    height: 520px; }

  #about .about-box .right-box .line {
    margin-top: 20px;
    margin-bottom: 20px; }

  .container {
    width: 91%; }

  #about .about-box .right-box .num-box .item .num .t1 {
    font-size: 40px;
    line-height: 40px; }

  #about .about-box .right-box .num-box .item .num {
    font-size: 40px;
    line-height: 40px; }

  #about .team-box .team-banner .prev {
    left: 30%; }

  #about .team-box .team-banner .next {
    right: 30%; }

  #course .course-intro {
    padding: 60px 0 100px 5%; }

  #course .course-intro .left .title-box .tt {
    font-size: 24px;
    line-height: 24px; }

  #course .course-intro .right-box .course-banner .course-swiper {
    width: 480px; }

  #course .course-intro .right-box .bg {
    top: 65px; }

  #course .course-intro .right-box {
    padding-left: 5%; }

  #course .video-box {
    height: 580px; }

  #course .video-box .desc {
    font-size: 16px;
    margin-top: 15px; }

  #join .join-box .join-items .item {
    width: 130px;
    height: 130px; }

  #join .join-box .join-items {
    height: 420px;
    background-size: 440px 255px; }

  #join .join-box .join-items .item .inner img {
    width: 30px; }

  #join .join-box .join-items .item .inner p {
    font-size: 14px;
    margin-top: 10px; }

  #join .activity-box .items .info-box {
    padding: 30px 30px 0 30px; }

  #join .activity-box .items .info-box .info {
    font-size: 12px;
    margin-top: 15px; }

  #join .source-box .source-list .item .info-box {
    padding: 10px; }

  #join .source-box .source-list .item .info-box .tt {
    font-size: 16px;
    line-height: 32px; }

  #join .source-box .source-list .item .info-box .info {
    font-size: 12px; }

  #join .source-box .source-list {
    margin-top: 40px; }

  #join .advantage-box .advantage-list .item {
    padding: 20px; }

  #join .advantage-box .intro-box .info-box .tt {
    font-size: 20px;
    line-height: 20px; }

  #join .advantage-box .advantage-list .item img {
    width: 40px; }

  #join .advantage-box .advantage-list .item .info {
    margin-top: 10px; }

  #join .advantage-box {
    padding: 60px 0 100px; }

  #join .advantage-box .intro-box .info-box .desc {
    margin-top: 20px; }

  #join .advantage-box .advantage-list {
    margin-top: 60px; }

  #join .service-box .service-list .item .bottoms li {
    font-size: 12px; }

  #join .service-box .service-list .item .tops .text {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px; }

  #join .service-box .service-list {
    margin-top: 50px; }

  #join .service-box .title {
    font-size: 28px;
    line-height: 28px; }

  #join .condition-box .condition-list .item .info {
    padding: 10px; }

  #cart .center {
    width: 91%; }

  #cart .cart-cont {
    padding: 60px 30px; } }
@media screen and (max-width: 1044px) {
  header {
    display: none; }

  .m-header {
    display: flex; }

  .m-header-h {
    display: block; }

  .inner-banner {
    height: 4rem; }

  .inner-banner .text-box .en {
    font-size: 24px;
    line-height: 24px; }

  .inner-banner .text-box {
    transform: translate(-50%, -50%); }

  .inner-banner .text-box .cn {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0.2rem; }

  .second-box {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    height: 1rem;
    padding: 0 0.24rem; }

  .second-box .item {
    width: auto;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-right: 0.2rem;
    font-size: 14px;
    flex-shrink: 0;
    padding: 0 0.4rem; }

  #join .join-form .form-box.mar {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem; }

  #join .join-form .form-box .tops {
    height: 1rem;
    line-height: 1rem;
    font-size: 18px; }

  #join .join-form .form-box .form-cont {
    padding: 0.2rem; }

  #join .join-form .form-box .form-cont {
    flex-wrap: wrap; }

  #join .join-form .form-box .form-cont .lines-box .lines {
    flex-wrap: wrap; }

  #join .join-form .form-box .form-cont .lines-box .lines .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem; }

  #join .join-form .form-box .form-cont .lines-box {
    width: 100%; }

  #join .join-form input[type="text"] {
    width: 100%; }

  #join .join-form .form-box .form-cont01 {
    padding: 0.2rem; }

  #join .join-form .form-box .form-cont01 .form-title {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
    font-size: 16px; }

  #join .join-form .form-box .form-cont01 .radio-box {
    margin-top: 0.2rem; }

  #join .join-form .form-box .form-cont01 .lines {
    flex-wrap: wrap; }

  #join .join-form .form-box .form-cont01 .lines .label {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0; }

  #join .join-form .form-box .form-cont01 .lines .right-input {
    flex-wrap: wrap; }

  #join .join-form .form-box .form-cont01 .lines .right-input input {
    margin-bottom: 0.2rem; }

  #join .join-form .form-box .form-cont01 .select-line {
    flex-wrap: wrap; }

  #join .join-form .form-box .form-cont01 .select-line .label {
    width: 100%;
    margin-bottom: 0.2rem; }

  #join .join-form .form-box .form-cont01 .select-line .select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem; }

  #join .join-form .form-box .form-cont01 .text-box textarea {
    padding: 0.2rem 0.3rem 0.4rem;
    height: 1.5rem; }

  #join .join-form .form-box .form-cont01 .text-box {
    margin-top: 0.3rem; }

  #join .join-form {
    padding-bottom: 0.6rem; }

  #join .join-form .code-box {
    flex-wrap: wrap;
    margin-top: 0.4rem; }

  #join .join-form .code-box .code {
    width: 100%; }

  #join .join-form .code-box .btn {
    width: 4rem;
    margin: 0 auto;
    margin-top: 0.4rem; }

  #join .join-form .form-box .form-cont01 .radio-box .radioitem {
    margin-right: 0;
    width: 50%; }

  footer .footer-bottom .left .desc-box .link .tt {
    flex-wrap: wrap; }

  footer {
    padding: 1rem 0 0.5rem; }

  footer .center {
    display: none; }

  footer .footer-bottom {
    margin-top: 0; }

  footer .footer-bottom .left {
    flex-wrap: wrap; }

  footer .footer-bottom .left .desc-box {
    margin-left: 0; }

  footer .footer-bottom .left .school-box .logo {
    width: 50%;
    margin: 0 auto; }

  footer .footer-bottom .left .school-box .select-box {
    width: 100%; }

  footer .footer-bottom .left .desc-box .link {
    flex-wrap: wrap;
    margin-top: 0.2rem; }

  footer .footer-bottom .left .desc-box .link .tt {
    line-height: 2em;
    font-size: 14px;
    width: 100%; }

  footer .footer-bottom .left .desc-box .link .tt.ml20 {
    margin-left: 0px !important; }

  footer .footer-bottom .left .desc-box .title .tel {
    font-size: 24px;
    line-height: 24px; }

  footer .footer-bottom .left .desc-box .title {
    margin-top: 0.4rem;
    text-align: center; }

  footer .footer-bottom .right {
    margin-top: 0.4rem; }

  footer .footer-bottom .right .code {
    width: 2rem; }

  #index .index-banner .slide1 .texts .text01 {
    font-size: 28px;
    line-height: 28px; }

  #index .index-banner .slide1 .texts .text02 {
    font-size: 20px;
    line-height: 20px; }

  #index .index-banner .slide1 .texts .text04 {
    font-size: 16px;
    line-height: 16px; }

  #index .index-banner .slide1 .texts .text03 {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
    width: 1rem;
    height: 0.04rem; }

  #index .index-banner .prevNext-box .prev, #index .index-banner .prevNext-box .next {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.2rem; }

  #index .index-banner .prevNext-box {
    top: unset;
    bottom: 0;
    right: 5%; }

  #index .about-box {
    padding: 1rem 0; 
	background-color: #f6f0e7;
	background-image: none;
	}

  .main {
    width: 91%; }

  #index .index-title .en {
    font-size: 24px;
    line-height: 28px; }

  #index .index-title .cn {
    font-size: 18px; }

  #index .about-box .more {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
    margin-top: 0.4rem; }

  #index .about-box .info {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0.4rem; }

  #index .about-box .desc {
    width: 100%; }

  #index .research-box {
    padding-top: 1rem;
    padding-bottom: 1rem; }

  #index .team-box {
    flex-wrap: wrap;
    flex-direction: column-reverse; }

  #index .team-box .info-box {
    width: 100%;
    padding: 1rem 0.2rem; }

  #index .team-box .pic {
    position: static;
    width: 100%; }

  #index .index-title .desc {
    width: 100%;
    padding: 0 0.2rem; }

  #index .research-box .items {
    margin-top: 0.8rem; }

  #index .team-box .info-box .desc-box {
    margin-top: 0.4rem; }

  #index .course-box .items .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }

  #index .course-box .items .item:nth-of-type(3n) {
    margin-right: 2%; }

  #index .course-box .items .item:nth-of-type(2n) {
    margin-right: 0 !important; }

  #index .course-box .items .item .info-box {
    padding: 0.2rem; }

  #index .system-box {
    padding-top: .75rem; }

  #index .system-box .system-items {
    margin-top: 1rem;
    height: 8rem;
    background-size: 100% auto;
    padding: 0.2rem; }

  #index .system-box .container {
    width: 100%; }

  #index .system-box .system-items .item {
    width: 2rem;
    height: 2rem;
    padding: 0.1rem; }

  #index .system-box .system-items .item .inner img {
    width: 20px; }

  #index .system-box .system-items .item .inner p {
    font-size: 12px; }

  #index .age-box {
    padding: 1rem 0; }

  #index .age-box .items {
    flex-wrap: wrap; }

  #index .age-box .items .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }

  #index .age-box .items .item:nth-of-type(2n) {
    margin-right: 0; }

  #index .age-box .items .item .desc-box .more {
    width: 2.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center; }

  #index .age-box .items .item .desc-box {
    height: 3rem;
    padding: 0.4rem 0.2rem 0.2rem; }

  #index .cooperation-box {
    padding: 1rem 0; }

  #index .cooperation-box .items {
    margin-top: 0.4rem; }

  #index .cooperation-box .items .item:nth-of-type(6) {
    margin-left: 0; }

  #index .cooperation-box .items .item {
    width: 24%;
    margin-right: 1.333%; }

  #index .cooperation-box .items .item p {
    font-size: 12px; }

  #index .cooperation-box .items {
    width: 94%; }

  #index .cooperation-box .items .item:nth-of-type(5n) {
    margin-right: 1.333%; }

  #index .cooperation-box .items .item:nth-of-type(4n) {
    margin-right: 0; }

  #index .cooperation-box .more {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.3rem;
    font-size: 16px; }

  #index .news-box .tops {
    flex-wrap: wrap;
    margin-bottom: 0.4rem; }

  #index .news-box .tops .right {
    width: 100%;
    justify-content: space-between;
    margin-top: 0.4rem; }

  #index .news-box .tops .right .more-box {
    margin-left: 0; }

  #index .news-box .tops .right .more-box .line {
    width: 0.6rem; }

  #index .news-box .tops .right .more-box .more {
    margin-left: 0.2rem; }

  #index .news-box {
    padding: 1rem 0 0 0; }

  #index .news-box .news-banner .news-swiper .swiper-slide {
    width: 48.67% !important; }

  #index .news-box .news-banner .news-swiper .swiper-slide .info {
    padding: 0.1rem; }

  #index .news-box .tops .right {
    flex-wrap: wrap; }

  #index .news-box .tops .right .more-box {
    width: 100%;
    display: flex;
    justify-content: flex-end; }

  #index .cooperation-box .items .item img {
    width: 0.6rem; }

  #index .cooperation-box .items .item {
    height: 1.8rem; }

  #index .news-box .tops .index-title {
    text-align: center;
    width: 100%; }

  #about .about-box {
    flex-wrap: wrap;
    padding: 1rem 0; }

  #about .about-box .pic {
    width: 100%; }

  #about .about-box .right-box {
    width: 100%; }

  #about .about-box .right-box .num-box {
    margin-top: 0.4rem; }

  #about .about-box .right-box .num-box .item .num .t1 {
    font-size: 30px;
    line-height: 30px; }

  #about .about-box .right-box .num-box .item .num {
    font-size: 28px;
    line-height: 28px; }

  #about .about-box .right-box .num-box .item .tt {
    margin-top: 0.1rem; }

  #about .about-box .right-box .title .en {
    font-size: 30px;
    line-height: 30px; }

  #about .about01-box {
    height: auto;
    padding: 1rem 0.2rem; }

  #about .about-title .title {
    font-size: 20px;
    line-height: 28px; }

  #about .about-title .desc {
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 28px; }

  #about .team-box {
    padding: 1rem 0.2rem; }

  #about .team-box .team-banner .prev {
    left: 0%; }

  #about .team-box .team-banner .next {
    right: 0%; }

  #about .team-box .team-banner .prev, #about .team-box .team-banner .next {
    width: 0.6rem;
    height: 0.6rem;
    top: 22%; }

  #about .team-box .team-banner .team-swiper .swiper-slide.swiper-slide-active .pic {
    width: 260px;
    height: 260px; }

  #about .team-box .team-banner {
    margin-top: 1rem; }

  #about .team-box .team-banner .team-swiper .swiper-slide .info-box .info {
    margin-top: 0.4rem; }

  #culture .culture-box .items .item.item01 {
    padding-bottom: 0.5rem; }

  #culture .culture-box .items .item {
    padding-bottom: 0.5rem; }

  #culture .culture-box .items .item .desc-box .desc {
    font-size: 20px;
    line-height: 30px; }

  .culture-box .items .wall-column {
    padding: 0;
    width: 100%; }

  #culture .culture-box .items .item .desc-box .desc {
    font-size: 16px;
    line-height: 24px; }

  #culture .culture-box {
    padding: 1rem 0; }

  #honor .honor-box {
    padding: 0.6rem 0; }

  #honor .honor-box .items .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%; }

  #honor .honor-box .items .item:nth-of-type(3n) {
    margin-right: 4%; }

  #honor .honor-box .items .item:nth-of-type(2n) {
    margin-right: 0% !important; }

  #develop .develop-box {
    margin-top: 0.6rem;
    background-size: 0; }

  #develop .develop-box .items {
    padding-top: 0; }

  #develop .develop-box .items .item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem; }

  #develop .develop-box .items .item:nth-of-type(2n-1) {
    transform: translateY(0); }

  #develop .develop-box .items .item:nth-of-type(2n) {
    transform: translateY(0); }

  #develop .develop-box .items .item .date {
    font-size: 28px;
    line-height: 28px; }

  #develop .develop-box .items .item:after {
    content: none; }

  #develop .develop-box .items .item:first-of-type {
    display: none; }

  #contact .contact-box {
    flex-wrap: wrap;
    margin-top: 0; }

  #contact .contact-box .left {
    width: 100%; }

  #contact .contact-box .left .info {
    padding: 0.2rem;
    text-align: center; }

  #contact .contact-box .left .info img {
    width: 4rem; }

  #contact .contact-box .left .info .desc .tt {
    font-size: 24px; }

  #contact .contact-box .left .info .desc .address {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0.2rem; }

  #contact .contact-box .right-form {
    width: 100%; }

  #contact .contact-box .right-form textarea {
    height: 2.5rem;
    padding: 0.2rem; }

  #contact .contact-box .right-form .title {
    font-size: 16px;
    line-height: 20px; }

  #contact .contact-box .right-form .input-lines {
    flex-wrap: wrap;
    margin-top: 0.2rem; }

  #contact .contact-box .right-form .input-lines input {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem; }

  #contact .contact-box .right-form textarea {
    margin-top: 0; }

  #contact .contact-box .right-form .code-box {
    margin-top: 0.4rem;
    flex-wrap: wrap; }

  #contact .map-box {
    margin-top: 0.4rem;
    height: 6rem; }

  #contact .contact-box .right-form input {
    width: 1.5rem;
    padding-left: 0.2rem; }

  #contact .contact-box .right-form .code-box .btn {
    margin: 0 auto;
    margin-top: 0.4rem; }

  #recruit .recruitment .recruit-box li .recruit-content .content p {
    font-size: 12px; }

  #recruit .recruitment .recruit-box li .recruit-content .t1 {
    margin-top: 0.2rem; }

  #contact .contact-box .right-form .code-box .btn {
    width: 4rem;
    height: 0.8rem;
    line-height: 0.8rem; }

  #information .information-box {
    padding: 0.6rem 0; }

  #information .information-box .items .item {
    width: 100%;
    height: 2rem; }

  #information .information-box .items .item .info .title {
    font-size: 14px;
    line-height: 14px; }

  #information .information-box .items .item .info {
    padding: 0.2rem; }

  #information .information-box .items .item .info .bottoms {
    margin-top: 0.1rem; }

  #information .information-box .items .item .info .desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0.1rem; }

  #information .information-box .items .item .info .bottoms .date {
    font-size: 12px; }

  #information .information-box .items .item .info .bottoms .more {
    display: none; }

  .page-box .item {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-right: 0.2rem;
    font-size: 12px; }

  .page-box.mt50 {
    margin-top: 0.6rem !important; }

  .page-box .item.prev, .page-box .item.next {
    width: 1rem; }

  #course .course-intro {
    padding: 1rem 0.2rem 1.5rem;
    flex-wrap: wrap; }

  #course .course-intro .left {
    width: 100%; }

  #course .course-intro .right-box {
    width: 100%;
    padding-left: 0; }

  #course .course-intro .right-box .course-banner .course-swiper {
    width: 350px; }

  #course .course-intro .right-box .bg .pagination-line {
    bottom: 10px;
    left: 40px; }

  #course .course-intro .right-box .bg {
    top: 1.8rem; }

  #course .course-intro .right-box .bg .pagination-line .line {
    width: 1rem; }

  #course .course-intro .right-box .bg .pagination-line .swiper-pagination-course .swiper-pagination-bullet {
    margin-left: 0.6rem; }

  #course .course-intro .right-box .bg .pagination-line .swiper-pagination-course .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 22px; }

  #course .course-intro .left .title-box .tt {
    font-size: 20px;
    line-height: 20px; }

  #course .course-intro .left .title-box .t1 {
    margin-top: 15px; }

  #course .course-intro .left .title-box {
    margin-bottom: 0.4rem; }

  #course .course-intro .left .lines .desc {
    font-size: 12px;
    line-height: 18px; }

  #course .video-box {
    height: 8rem; }

  #course .video-box .play-box i {
    font-size: 45px; }

  #course .video-box .desc {
    font-size: 14px; }

  #course .course-box {
    padding: 1rem 0; }

  #course .course-box .title {
    font-size: 24px;
    line-height: 24px; }

  #course .course-box .items .item {
    width: 100%;
    margin-bottom: 0.4rem; }

  #course .course-box .items {
    margin-top: 0.4rem;
    flex-wrap: wrap; }

  #course .course-box .items .item:nth-of-type(3n) {
    margin-right: 0; }

  #join .join-box .join-title {
    margin-top: 0.4rem; }

  #join .join-box .join-title .tt {
    font-size: 20px;
    line-height: 36px; }

  #join .join-box .join-title .desc {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 28px; }

  #join .join-box .join-items {
    margin-top: 1rem;
    height: 8rem;
    background-size: 100% auto; }

  #join .join-box .join-items .item {
    width: 2rem;
    height: 2rem;
    padding: 0.1rem; }

  #join .join-box .join-items .item .inner p {
    font-size: 12px;
    text-align: center;
  }

  #join .join-box .join-items .item .inner img {
    width: 20px; }

  #join .activity-box {
    padding: 1rem 0; }

  #join .activity-box .items {
    flex-wrap: wrap; }

  #join .activity-box .items .pic {
    width: 100%; }

  #join .activity-box .items .info-box {
    width: 100%;
    padding: 0.4rem; }

  #join .activity-box .items .info-box .title-box .title {
    font-size: 14px; }

  #join .activity-box .items .info-box .info {
    margin-top: 0.2rem; }

  #join .source-box {
    padding: 1rem 0; }

  #join .source-box .title-box .title {
    font-size: 20px;
    line-height: 30px; }

  #join .source-box .title-box .desc {
    width: 100%;
    font-size: 14px; }

  #join .source-box .source-list .item {
    width: 49%;
    margin-right: 2%; }

  #join .source-box .source-list .item .info-box {
    padding: 0.2rem; }

  #join .source-box .source-list .item .info-box .info {
    line-height: 20px; }

  #join .source-box .source-list .item:nth-of-type(3n) {
    margin-right: 2%; }

  #join .source-box .source-list .item:nth-of-type(2n) {
    margin-right: 0% !important; }

  #join .source-box .source-list {
    margin-top: 0.4rem; }

  #join .advantage-box {
    padding: 1rem 0; }

  #join .advantage-box .title {
    font-size: 22px;
    line-height: 26px; }

  #join .advantage-box .advantage-list {
    margin-top: 0.6rem; }

  #join .advantage-box .advantage-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0.2rem; }

  #join .advantage-box .advantage-list .item:nth-of-type(2n) {
    margin-right: 0; }

  #join .advantage-box .advantage-list .item img {
    width: 0.7rem; }

  #join .advantage-box .advantage-list .item .tt {
    font-size: 16px; }

  #join .advantage-box .advantage-list .item .info {
    font-size: 12px; }

  #join .advantage-box .intro-box {
    margin-top: 1rem;
    flex-wrap: wrap; }

  #join .advantage-box .intro-box .left-img {
    width: 100%; }

  #join .advantage-box .intro-box .info-box {
    margin-top: 1rem;
    width: 100%; }

  #join .advantage-box .intro-box .info-box .tt {
    font-size: 18px;
    line-height: 24px; }

  #join .advantage-box .intro-box .info-box .desc {
    font-size: 14px;
    line-height: 26px; }

  #join .service-box {
    padding: 1rem 0; }

  #join .service-box .service-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }

  #join .service-box .service-list .item:nth-of-type(2n) {
    margin-right: 0; }

  #join .service-box .service-list .item .bottoms li {
    width: 100%;
    line-height: 22px;
    text-align: center;
    list-style: none; }

  #join .service-box .service-list .item .bottoms {
    margin-top: 0.2rem; }

  #join .service-box .service-list .item {
    padding: 0.4rem 0.2rem 0.2rem; }

  #join .service-box .service-list .item .tops img {
    width: 0.6rem; }

  #join .service-box .service-list {
    margin-top: 0.3rem; }

  #join .condition-box .condition-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem; }

  #join .condition-box .condition-list {
    padding-top: 40px; }

  #join .condition-box .condition-list .item .info {
    padding: 0.1rem; }

  #join .join-process {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem; }

  #join .join-process .process-banner .process-swiper .swiper-slide {
    width: 48% !important; }

  #join .join-process .process-banner {
    margin-top: 0.4rem; }

  #join .join-process .process-banner .process-swiper .swiper-slide .pot {
    margin-top: 0.4rem;
    margin-bottom: 0.3rem; }

  #join .join-process .title {
    font-size: 24px; }

  #join .join-process .process-banner .process-swiper .swiper-slide .title .en {
    font-size: 18px;
    line-height: 18px; }

  #join .join-process .process-banner .process-swiper .swiper-slide .title .cn {
    font-size: 16px;
    line-height: 16px; }

  #join .condition-box .condition-list .item .info .num {
    font-size: 26px;
    margin-right: 0.2rem; }

  #join .solution-box {
    height: 6rem;
    padding: 1rem 0.2rem 0; }

  #join .solution-box .title-box .title {
    font-size: 14px;
    line-height: 28px; }

  #join .solution-box .title-box .more {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 16px; }

  #join .join-mall .cart-nav .left .item {
    padding: 0 0.2rem;
    line-height: 30px;
    font-size: 14px; }

  #join .join-mall .cart-nav .left {
    flex-wrap: wrap; }

  #join .join-mall .cart-nav .cart-box {
    width: 2.4rem;
    height: 0.6rem;
    font-size: 12px;
    flex-shrink: 0; }

  #join .join-mall .cart-nav {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0.2rem;
    margin-top: 0.4rem;
    border-radius: 0;
    align-items: flex-start; }

  #join .join-mall .mall-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem; }

  #join .join-mall .mall-list {
    margin-top: 0.4rem; }

  #join .join-mall {
    padding-bottom: 1rem; }

  .cart-header {
    height: 60px; }

  .cart-header .logo {
    width: 3rem; }

  .cart-header .join-btn {
    width: 2.5rem;
    height: 0.6rem;
    font-size: 14px;
    line-height: 0.6rem; }

  #cart .cart-cont {
    padding: 0.6rem 0.2rem; }

  #cart .cart-cont .title {
    margin-top: 0; }

  #cart .cart-cont .items-top {
    margin-top: 0.3rem;
    display: none; }

  #cart .cart-cont .deliver-box {
    margin-top: 1rem; }

  #cart .cart-cont .deliver-box .tt {
    font-size: 20px;
    line-height: 20px; }

  #cart .cart-cont .deliver-box .form-box .lines {
    flex-wrap: wrap; }

  #cart .cart-cont .deliver-box .form-box .lines .label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0; }

  #cart .cart-cont .deliver-box .form-box {
    margin-bottom: 0.4rem;
    margin-top: 0.2rem; }

  #cart .cart-cont .deliver-box .form-box .lines .right {
    flex-wrap: wrap; }

  #cart .cart-cont .deliver-box .form-box .lines .right .select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem; }

  #cart .cart-cont .deliver-box .form-box .lines .right .select:last-of-type {
    margin-bottom: 0; }

  #cart .cart-cont .deliver-box .form-box .lines.has-tel .right {
    width: 100%; }

  #cart .cart-cont .deliver-box .form-box .lines.has-tel .mar {
    margin-left: 0;
    margin-top: 10px; }

  #cart .cart-cont .deliver-box .form-box .btn {
    margin-top: 1rem; }

  #cart .cart-cont .items {
    flex-wrap: wrap;
    border-bottom: 2px solid #e6e6e6; }

  #cart .cart-cont .item01 .pic {
    flex-shrink: 0; }

  #cart .cart-cont .items .item {
    width: 50%; }

  #cart .cart-cont .item01 .text {
    margin-left: 0.2rem; }

  #cart .cart-cont .item03 {
    margin-top: 0.2rem; }

  #cart .cart-cont .item04 {
    margin-top: 0.2rem; }

  #information .information-detail .left-content {
    padding: 0.4rem 0.2rem;
    width: 100%; }

  #information .information-detail .right-list {
    width: 100%;
    margin-top: 0.4rem; }

  #information .information-detail .right-list .items {
    padding: 0 0.2rem 0.3rem; }

  #information .information-detail .right-list .items .item .tt {
    font-size: 16px;
    line-height: 16px; }

  #information .information-detail .right-list .items .item .desc {
    font-size: 14px; }

  #information .information-detail .right-list .items .item {
    padding: 0.2rem 0; }

  #information .information-detail .right-list .title {
    padding-left: 0.3rem; }

  #information .information-detail .left-content .content {
    padding: 0.3rem 0 1rem; }

  #information .information-detail .left-content .title-box .title {
    font-size: 20px;
    line-height: 30px; }

  #information .information-detail .left-content .title-box {
    padding-bottom: 0.4rem; }

  #information .information-detail .left-content .detail-bottom {
    padding-top: 0.3rem; }

  #school {
    padding: 0.2rem 0 1rem; }

  #school .sch-item {
    margin-top: 0.2rem; }

  #school .sch-item .tops {
    padding: 0.3rem;
    flex-wrap: wrap; }

  #school .sch-item .tops .left {
    width: 100%; }

  #school .sch-item .tops .right {
    padding-left: 0; }

  #school .sch-item .tops .right .title-box .title {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    text-align: center; }

  #school .sch-item .tops .right .title-box .desc {
    flex-wrap: wrap; }

  #school .sch-item .tops .right .title-box .desc p {
    width: 50%;
    line-height: 24px;
    margin-right: 0; }

  #school .sch-item .bottoms {
    height: 1rem;
    line-height: 1rem; }

  #school .sch-item .bottoms span {
    font-size: 16px; }

  #search .search-content .search-result {
    font-size: 14px;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem; }

  #search .search-content .search-box .left {
    max-width: 60%; }

  #search .search-content .search-box .btn button {
    width: 1.5rem;
    font-size: 14px;
    height: 0.8rem;
    line-height: 0.8rem; }

  #search .search-content .search-box {
    margin: 0.4rem 0 0.3rem;
    height: 0.8rem; }

  #search .search-content {
    padding: 1rem 0; }

  #search .search-content .search-box .btn button i {
    font-size: 18px;
    margin-left: 0.2rem; }

  #search .search-content .search-box .left .input input {
    font-size: 14px; }

  #video .video-box .items .item .pic .mask i {
    font-size: 28px; }

  .video-layer .layui-layer-content {
    width: 400px !important;
    height: 225px !important;
    overflow: hidden !important; }

  #video .video-box {
    padding: 0.6rem 0; }

  #video .video-box .items .item {
    width: 49%; }

  #video .video-box .items .item:nth-of-type(3n) {
    margin-right: 2%; }

  #video .video-box .items .item:nth-of-type(2n) {
    margin-right: 0; }

  #video .video-box .items .item .info {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px; }

  .layer-win.login-form {
    padding: 0.6rem 0.4rem 0; }

  .layer-win.login-form .form-box {
    width: 100%; }

  .layer-win.login-form .close-box {
    width: 1rem;
    height: 1rem;
    line-height: 1rem; }

  .layui-layer-iframe {
    width: 320px !important;
    height: 300px !important; }

  .layer-win.login-form .form-box .lines {
    margin-bottom: 0.2rem; }

  .layer-win.login-form .form-box .lines .label {
    margin-bottom: 0.1rem; }

  .layer-win.login-form .form-box .btn {
    margin-top: 0.6rem;
    height: 1rem;
    line-height: 1rem; }

  #index .team-box .info-box .desc-box .desc p {
    line-height: 24px; }

  #download .download-box .items .item .left .pic {
    width: 80%;
    height: 3rem;
    margin: 0 auto; }

  #download .download-box .items .item .left .info {
    width: 100%;
    padding: 0.4rem 0 0; }

  #download .download-box .items .item {
    flex-wrap: wrap;
    padding: 0.3rem 0; }

  #download .download-box .items .item .left {
    width: 100%;
    flex-wrap: wrap; }

  #download .download-box .items .item .left .info .title {
    font-size: 16px; }

  #download .download-box .items .item .left .info .desc {
    font-size: 12px;
    margin-top: 0.1rem; }

  #download .download-box .items .item .right {
    margin: 0 auto;
    margin-top: 10px; }

  #download .download-box {
    padding: 0.2rem 0 1rem; }

  #index .system-box .system-items {
    padding: 0.2rem;
    height: 4.8rem;
    background-size: 40% auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem; }

  #index .system-box .system-items .item {
    position: static;
    margin-top: 0rem; }
	#index .system-box .system-items .item .inner p{
		font-size: 16px;
	}
	#index .system-box .system-items .cur .item{
	 	position: static;
    	margin-top: 0rem;	
		padding: 6px;
		background-color: rgba(203, 161, 99, 0.5);
	}
	.system-items .item .i3 i{ font-size: 40px; margin-top: -16px;}
	.system-items .item .i3 p{

		margin-top: -18px;
	}
  #join .join-box .join-items {
    padding: 0.2rem 0;
    height: 4.8rem;
    background-size: 40% auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem; }

  #join .join-box .join-items .item {
    position: static;
    margin-top: 0rem; }

  .right-menu {
    display: none; }

  .no-found{
    padding: 4rem 0 0;
  }
  .no-found img{
    width: 70%;
  }
  .no-found p{
    margin-top:0.6rem;
    font-size: 14px;
  }
  .no-found .no-found-more{
    width: 3rem;
    height:0.8rem;
    line-height: 0.8rem;
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .foot-online {
    display: flex;
    align-items: center;
    height: 1rem;
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    bottom: 0; }
  .foot-online .item {
    width: 50%;
    height: 100%;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block; }
  .foot-online .item.qq-item {
    background-color: #20205b; }
  .foot-online .item.tel-item {
    background-color: #caa061; }

  .m-footer-height {
    width: 100%;
    height: 1rem;
    display: block; } }
@media screen and (max-width: 480px) {
  .video-layer .layui-layer-content {
    width: 300px !important;
    height: 169px !important;
    overflow: hidden !important; } }

/*# sourceMappingURL=style.css.map */
