* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.fl {
  float: left; }

.fr {
  float: right; }

.cen {
  margin: 0 auto;
  width: 1200px; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block; }

input {
  border: none; }

li {
  list-style: none; }

.clear {
  clear: both; }

img {
  vertical-align: middle;
  max-width: 100%; }

@media (max-width: 750px) {
  html {
    font-size: 1rem; } }
@media (max-width: 330px) {
  html {
    font-size: 0.9rem; } }
// .section_1 {
//   background: url(../images/bg.jpg) no-repeat top center;
//   background-size: cover;
//   padding-bottom: 30px; }
  .section_1 .section_1box {
    float: left; }
    .section_1 .section_1box .video {
      width: 760px;
      height: 605px;
      background: url(../images/imac.png) no-repeat center center; }
    .section_1 .section_1box video {
      width: 694px;
      margin: 25px 33px; }
  .section_1 .logo {
    margin: 28px 0; }
  .section_1 .login {
    background: rgba(0, 0, 0, 0.6);
    width: 333px;
    height: 490px;
    float: right;
    padding: 40px; }
    .section_1 .login input {
      background: #fff;
      width: 260px;
      height: 46px;
      line-height: 46px;
      text-indent: 4px;
      margin-bottom: 20px; }
    .section_1 .login p {
      color: #fff;
      font-size: 18px;
      margin-bottom: 26px; }
    .section_1 .login .if_sel {
      color: #fff;
      font-size: 14px;
      text-align: center; }
      .section_1 .login .if_sel input {
        background: #fff;
        width: 12px;
        height: 12px;
        margin-bottom: 0; }
    .section_1 .login .sub {
      background: #32b8e2;
      cursor: pointer;
      margin-top: 20px;
      color: #fff;
      text-indent: none;
      text-align: center; }
      .section_1 .login .sub:hover {
        background: #1fabd7; }
    .section_1 .login .sex {
      background: #fff;
      border-radius: 22px;
      overflow: hidden;
      margin-bottom: 20px; }
      .section_1 .login .sex input {
        -webkit-appearance: none;
        width: 50%;
        display: block;
        float: left;
        margin-bottom: 0;
        text-align: center;
        color: #666;
        cursor: pointer;
        outline: none; }
      .section_1 .login .sex .current {
        color: #fff;
        background: #76c9e9;
        border-radius: 22px; }

#msg {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 20px;
  z-index: 10000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 14px; }

.title {
  text-align: center;
  font-size: 36px;
  color: #32b8e2;
  margin: 76px auto;
  font-weight: bold; }

.section_2 .section_2_left {
  width: 400px;
  height: 385px;
  border-radius: 50%;
  border: 2px dashed #ddd;
  background: url(../images/gx.png) no-repeat bottom center; }
  .section_2 .section_2_left h3 {
    text-align: center;
    color: #333;
    font-size: 24px;
    padding-top: 70px; }
    .section_2 .section_2_left h3 font {
      color: #ef3522;
      font-size: 48px; }
.section_2 .section_2_right {
  width: 740px;
  height: 550px;
  background: url(../images/act.jpg) no-repeat center center;
  float: right;
  position: relative;
  padding-right: 10px; }
  .section_2 .section_2_right .sec_cir {
    width: 375px;
    height: 475px;
    position: relative;
    margin: 0 auto; }
    .section_2 .section_2_right .sec_cir span {
      width: 27px;
      height: 27px;
      background: url(../images/cir.png) no-repeat center center;
      position: absolute;
      cursor: pointer;
      transition: all .3s; }
      .section_2 .section_2_right .sec_cir span:nth-child(1) {
        left: 124px;
        top: 132px; }
      .section_2 .section_2_right .sec_cir span:nth-child(2) {
        left: 242px;
        top: 130px; }
      .section_2 .section_2_right .sec_cir span:nth-child(3) {
        right: 0;
        top: 218px; }
      .section_2 .section_2_right .sec_cir span:nth-child(4) {
        bottom: 92px;
        right: 35px; }
      .section_2 .section_2_right .sec_cir span:nth-child(5) {
        bottom: 49px;
        right: 161px; }
      .section_2 .section_2_right .sec_cir span:nth-child(6) {
        left: 44px;
        bottom: 85px; }
      .section_2 .section_2_right .sec_cir span:nth-child(7) {
        left: 30px;
        bottom: 230px; }
    .section_2 .section_2_right .sec_cir .current {
      background: url(../images/cir2.png) no-repeat center center; }
  .section_2 .section_2_right .cir_txt span {
    background: #fff665;
    width: 167px;
    height: 74px;
    border-radius: 10px;
    display: block;
    position: absolute;
    transition: all .3s; }
    .section_2 .section_2_right .cir_txt span h4 {
      text-align: center;
      color: #32b8e2;
      font-size: 22px;
      font-weight: bold;
      padding-top: 12px; }
    .section_2 .section_2_right .cir_txt span p {
      text-align: center;
      color: #666;
      font-size: 16px; }
    .section_2 .section_2_right .cir_txt span .span_cir {
      width: 16px;
      height: 9px;
      background: url(../images/j1.png) no-repeat center center;
      position: absolute; }
    .section_2 .section_2_right .cir_txt span:nth-child(1) {
      top: 19px;
      left: 98px; }
      .section_2 .section_2_right .cir_txt span:nth-child(1) .span_cir {
        bottom: -9px;
        right: 20px;
        transform: rotateY(-360deg); }
    .section_2 .section_2_right .cir_txt span:nth-child(2) {
      top: 19px;
      right: 100px; }
      .section_2 .section_2_right .cir_txt span:nth-child(2) .span_cir {
        bottom: -9px;
        left: 20px;
        transform: rotateY(-180deg); }
    .section_2 .section_2_right .cir_txt span:nth-child(3) {
      top: 196px;
      right: -10px; }
      .section_2 .section_2_right .cir_txt span:nth-child(3) .span_cir {
        left: -14px;
        top: 20px;
        transform: rotateX(-180deg); }
    .section_2 .section_2_right .cir_txt span:nth-child(4) {
      bottom: 100px;
      right: 20px; }
      .section_2 .section_2_right .cir_txt span:nth-child(4) .span_cir {
        left: -14px;
        top: 20px; }
    .section_2 .section_2_right .cir_txt span:nth-child(5) {
      left: 300px;
      bottom: -8px; }
      .section_2 .section_2_right .cir_txt span:nth-child(5) .span_cir {
        top: -9px;
        left: 50px;
        transform: rotateX(-180deg); }
    .section_2 .section_2_right .cir_txt span:nth-child(6) {
      left: 30px;
      bottom: 100px; }
      .section_2 .section_2_right .cir_txt span:nth-child(6) .span_cir {
        right: -14px;
        top: 20px;
        transform: rotateY(-180deg); }
    .section_2 .section_2_right .cir_txt span:nth-child(7) {
      left: -4px;
      top: 210px; }
      .section_2 .section_2_right .cir_txt span:nth-child(7) .span_cir {
        right: -14px;
        top: 20px;
        transform: rotateY(-180deg); }
  .section_2 .section_2_right .cir_txt .current {
    background: #e5f8ff; }
    .section_2 .section_2_right .cir_txt .current .span_cir {
      background: url(../images/j2.png) no-repeat center center; }
.section_2 .cen {
  padding-bottom: 80px; }
.section_2 .score {
  text-align: right;
  color: #32b8e2;
  font-size: 18px; }

.section_3 {
  background: #f2f2f2;
  padding: 80px 0 10px; }
  .section_3 ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 100px; }
    .section_3 ul li:hover span {
      background: #000; }
    .section_3 ul li:hover a {
      border-bottom: 1px solid #000; }
  .section_3 ul span {
    width: 120px;
    height: 120px;
    display: inline-block;
    background: #32b8e2;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    float: left; }
  .section_3 ul .students_info {
    display: inline-block;
    width: 174px;
    margin-left: 36px; }
    .section_3 ul .students_info a {
      color: #000;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 18px;
      display: inline-block;
      margin-top: 10px; }
    .section_3 ul .students_info p {
      color: #999;
      font-size: 14px;
      line-height: 21px; }

.swiper_box {
  background: #f0f0f0;
  position: relative;
  padding: 35px;
  position: relative; }
  .swiper_box p {
    color: #666;
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px; }
  .swiper_box a {
    background: #000;
    font-size: 12px;
    display: block;
    float: right;
    width: 66px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px; }
    .swiper_box a:hover {
      transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05); }
  .swiper_box .swiper_title {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 140px solid #32b8e2;
    border-right: 140px solid transparent;
    top: 35px;
    left: 35px; }
  .swiper_box .swiper_title1 {
    border-top: 140px solid #e9a476; }
  .swiper_box .swiper_txt {
    width: 100px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 35px;
    left: 35px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 70px; }

#slide {
  padding-bottom: 60px; }
  #slide .swiper-slide {
    transition: all .5s;
    -webkit-transition: all .5; }
    #slide .swiper-slide:hover {
      transform: translateY(-20px);
      -webkit-transform: translateY(-20px); }

.section_4 {
  padding-bottom: 80px; }

.section_5 {
  background: #f2f2f2;
  padding: 0 0 50px;
  overflow: hidden; }
  .section_5 ul li {
    width: 277px;
    height: 242px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px #ccc;
    float: left;
    margin-left: 30px;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s; }
    .section_5 ul li:nth-child(1) {
      margin-left: 0; }
    .section_5 ul li img {
      width: 100%;
      max-height: 100%; }
    .section_5 ul li:hover {
      transform: translateY(-30px);
      -webkit-transform: translateY(-30px); }

.title img {
  margin-right: 8px; }

.section_6 {
  padding-bottom: 80px; }

.section_7 {
  background: #f4f4f4;
  overflow: hidden;
  padding-bottom: 30px; }
  .section_7 #company .swiper-slide {
    height: 147px;
    border: 1px solid #e4e4e4;
    background: #fff; }
    .section_7 #company .swiper-slide a {
      display: block;
      text-align: center;
      line-height: 147px; }
  .section_7 #company .swiper-wrapper {
    padding-bottom: 60px; }

footer {
  background: #111;
  padding: 40px 0; }
  footer .foot_txt {
    color: #999;
    font-size: 18px;
    width: 50%;
    float: left;
    line-height: 37px; }
    footer .foot_txt img {
      padding-right: 10px; }
  footer .foot_href {
    float: right; }
    footer .foot_href a {
      display: inline-block;
      margin-left: 3px; }

.fare_pic {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 0; }
  .fare_pic img {
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .3s;
    -webkit-transition: all .3s; }

.fare_current {
  opacity: 1;
  z-index: 1000; }
  .fare_current img {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

.big_pic {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed;
  display: none; }
  .big_pic .big_pic_infor {
    padding: 15px;
    background: #fff;
    font-size: 14px;
    color: #666; }
  .big_pic .big_pic_box {
    width: 600px;
    margin: 0 auto;
    position: relative;
    margin-top: 10%; }
  .big_pic .close_btn {
    text-align: right;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -13px;
    top: -15px;
    z-index: 105;
    cursor: pointer; }
    .big_pic .close_btn img {
      width: 100%; }

#swiper1 .swiper-slide img {
  width: 100%; }

.act2 {
  display: none; }

@media (max-width: 1200px) {
  .cen {
    width: 96%; }

  .section_1 .section_1box {
    width: 68%; }
    .section_1 .section_1box .video {
      width: 100%;
      overflow: hidden; }
    .section_1 .section_1box video {
      margin: 25px auto;
      display: block; } }
  @media (max-width: 1200px) and (max-width: 1000px) {
    .section_1 .section_1box {
      width: 100%;
      float: none; } }
@media (max-width: 1200px) {
  .section_1 .login {
    width: 30%; } }
@media (max-width: 1200px) and (max-width: 1000px) {
  .section_1 .login {
    width: 50%;
    float: none;
    margin: 1rem auto; }
    .section_1 .login input {
      width: 100%; } }
@media (max-width: 1200px) and (max-width: 750px) {
  .section_1 .section_1box .video {
    background-size: cover !important;
    height: auto; }
    .section_1 .section_1box .video video {
      width: 100%;
      margin: 0 auto; }
  .section_1 .login {
    width: 100%;
    padding: 1rem;
    height: auto; }
    .section_1 .login input {
      height: 40px;
      line-height: 40px; } }

@media (max-width: 1200px) {
  .section_2 .section_2_left {
    float: none;
    margin: 0 auto; }
  .section_2 .section_2_right {
    width: 100%;
    max-width: 700px;
    float: none;
    margin: 1rem auto; } }
@media (max-width: 1200px) and (max-width: 750px) {
  .section_2 .section_2_left {
    width: 100%;
    height: 350px; }
    .section_2 .section_2_left h3 {
      font-size: 1.2rem;
      padding-top: 3rem; }
  .section_2 .section_2_right {
    background: none;
    height: auto;
    max-width: 100%; }
    .section_2 .section_2_right .sec_cir, .section_2 .section_2_right .cir_txt {
      display: none; }
    .section_2 .section_2_right .act2 {
      display: block;
      width: 100%; } }

@media (max-width: 1200px) and (max-width: 1000px) {
  .title {
    font-size: 25px;
    margin: 30px auto; }

  .section_3 {
    padding: 50px 0 10px; }
    .section_3 ul li {
      width: 50%;
      margin-bottom: 5rem; } }
@media (max-width: 1200px) and (max-width: 750px) {
  .title {
    font-size: 1.2rem;
    margin: 1.2rem auto; }

  .section_3 {
    padding: 1rem 0; }
    .section_3 ul li {
      margin-bottom: 1rem;
      width: 100%;
      position: relative; }
      .section_3 ul li span {
        width: 100px;
        height: 100px;
        line-height: 100px; }
      .section_3 ul li .students_info {
        position: absolute;
        left: 110px;
        margin-left: 0;
        width: auto; }

  .section_4 {
    padding-bottom: 2rem; }
    .section_4 #slide {
      padding-bottom: 3rem; } }
@media (max-width: 1200px) {
  .section_5 ul li {
    width: 25%;
    height: auto;
    margin-left: 0;
    padding: .5rem;
    box-shadow: none;
    background: none; } }
  @media (max-width: 1200px) and (max-width: 1000px) {
    .section_5 ul li {
      width: 50%; }
      .section_5 ul li:nth-child(2n-1) {
        clear: both;
        content: ' ';
        display: block; } }

@media (max-width: 1200px) and (max-width: 750px) {
  .section_6 {
    padding-bottom: 2rem; }
    .section_6 .title img {
      height: 50px; } }

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