@charset "UTF-8";
.plans_msg > i {
  background-image: url("../images/icon-sprites.png");
  background-position: -98px -348px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px; }

.plans_content > div > i {
  background-image: url("../images/icon-sprites.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 90px;
  height: 631px; }

#rocket:hover {
  background-image: url("../images/icon-sprites.png");
  background-position: -98px 0px;
  background-repeat: no-repeat;
  width: 50px;
  height: 85px; }

#rocket {
  background-image: url("../images/icon-sprites.png");
  background-position: -98px -93px;
  background-repeat: no-repeat;
  width: 50px;
  height: 85px; }

.title_container .title_box > .title_bg_left {
  background-image: url("../images/icon-sprites.png");
  background-position: -98px -186px;
  background-repeat: no-repeat;
  width: 32px;
  height: 73px; }

.title_container .title_box > .title_bg_right {
  background-image: url("../images/icon-sprites.png");
  background-position: -98px -267px;
  background-repeat: no-repeat;
  width: 32px;
  height: 73px; }

/*公共样式*/
body, div, p, ul, ol, li, h2, h3, h4, table, thead, tr, td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  font-size: 16px;
  color: #333;
  font-family: "microsoft yahei", "Simsum";
  background: #F2F2F4; }

a {
  text-decoration: none;
  cursor: pointer; }

img {
  border: none;
  display: block; }

ul, li {
  list-style: none; }

.lf {
  float: left; }

.rt {
  float: right; }

.clear {
  clear: both; }

.header_content, .container {
  width: 960px;
  margin: 0 auto; }

.bg_container01 {
  width: 100%;
  height: 668px; }
  .bg_box {
    position: absolute;
    left: 50%;
    z-index: -1; }
    .bg_box .bg_content {
      position: relative;
      right: 50%; }
      .bg_box .bg_content img {
        display: block; }

.container {
  margin-bottom: 120px; }
  .title_container {
    text-align: center;
    margin-bottom: 20px; }
    .title_container .title_box {
      display: inline-block;
      height: 73px;
      position: relative; }
      .title_container .title_box > i {
        position: absolute;
        top: 0; }
      .title_container .title_box > .title_bg_left {
        left: -32px; }
      .title_container .title_box > .title_bg_right {
        right: -32px; }
      .title_container .title_box > span {
        display: inline-block;
        height: 100%;
        line-height: 73px;
        font-size: 40px;
        font-style: italic;
        font-family: simsum;
        font-weight: bold;
        color: #fff;
        background: #017fdb;
        padding: 0 40px; }
  .box {
    border: 2px solid #346ce7;
    -moz-border-radius: 26px;
    border-radius: 26px;
    padding: 30px;
    font-size: 18px;
    color: #4d4d4d; }
    .box:after {
      content: "";
      display: block;
      clear: both; }
    .box > .intro_left_content, .box .intro_right_content {
      float: left;
      width: 430px;
      text-align: justify;
      line-height: 40px; }
    .box > .intro_left_content {
      margin-right: 32px; }

.carousel {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }

.swiper-container {
  width: 825px;
  height: 466px;
  -webkit-box-shadow: 0 4px 5px #c5c6c1;
  -moz-box-shadow: 0 4px 5px #c5c6c1;
  box-shadow: 0 4px 5px #c5c6c1; }

.arrow-left, .arrow-right {
  position: absolute;
  top: 50%;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-family: monospace, sans-serif, serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: #c2c2c2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.arrow-left:hover, .arrow-right:hover {
  background: #2e68e6; }

.arrow-left {
  left: -14px; }

.arrow-right {
  right: -14px; }

.text-justify {
  text-align: justify;
  line-height: 0; }

.text-justify:after {
  content: ' ';
  display: inline-block;
  width: 100%;
  font-size: 0; }

.plans_msg:after {
  content: "";
  display: block;
  clear: both; }

.title_container.school_plans {
  margin-bottom: 96px; }

.plans_content {
  width: 100%;
  height: 631px;
  margin-top: -71px; }
  .plans_content:after {
    content: "";
    display: block;
    clear: both; }
  .plans_content > div {
    height: 100%;
    float: left;
    position: relative;
    margin-left: 92px; }
    .plans_content > div > i {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    .plans_content > div > div {
      position: relative;
      z-index: 2; }
      .plans_content > div > div > span {
        font-size: 24px;
        color: #fff;
        display: block;
        width: 90px;
        text-align: center;
        line-height: 100px;
        margin-bottom: 45px; }
      .plans_content > div > div > p {
        padding-left: 68px;
        font-size: 18px;
        color: #333; }
        .plans_content > div > div > p > span {
          height: 60px;
          display: table-cell;
          vertical-align: middle; }

.plans_msg {
  margin-left: 96px;
  margin-top: 65px; }
  .plans_msg > i {
    float: left;
    margin-top: -9px; }
  .plans_msg > p {
    float: right;
    width: 750px;
    line-height: 30px; }
    .plans_msg > p span {
      color: #017fdb; }

.company {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 30px; }
  .company > div {
    margin: 35px 0 0;
    line-height: 40px; }
    .company > div:first-child {
      margin-top: 0; }
    .company > div > h4 {
      font-size: 20px; }

.footer {
  height: 120px;
  line-height: 120px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #017fdb;
  position: relative; }
  .footer > p {
    width: 110%;
    height: 9px;
    background: url("../images/trangle_up.png") repeat-x;
    position: absolute;
    left: 0;
    top: -9px;
    margin-left: -3px; }

#rocket {
  position: fixed;
  bottom: 20%;
  right: 30px;
  cursor: pointer; }

@media screen and (max-width: 1050px) {
  #rocket {
    right: 10px; } }