@import url(reset.css);
body {
  font-family: "Microsoft Yahei";
  overflow-x: hidden; }

.block {
  padding: 60px 0 50px; }
  .block h3.title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px; }

.com-width {
  width: 1200px;
  margin: 0 auto; }

.text-center {
  text-align: center; }

.banner {
  position: relative;
  height: 938px;
  background: url(../images/banner.jpg) top center;
  overflow: hidden; }
  .banner .slogan1 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 190px;
    width: 522px;
    height: 56px;
    background: url(../images/banner_03.png) no-repeat top center; }
  .banner .slogan2 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 260px;
    width: 1200px;
    height: 97px;
    background: url(../images/banner_06.png) no-repeat top center; }
  .banner .slogan3 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 390px;
    width: 442px;
    height: 44px;
    background: url(../images/banner_09.png) no-repeat top center; }
  .banner .join-button {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 490px;
    width: 320px;
    height: 100px;
    background: #0485e3;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    text-decoration: none; }
    .banner .join-button:hover {
      opacity: 0.9;
      filter: alpha(opacity=90); }

.slogan-small {
  color: #fff;
  line-height: 2;
  padding: 24px 0;
  text-align: center;
  background: #15488a; }

.intro {
  background: #fff; }
  .intro .title {
    color: #0271bf; }
  .intro .sub-title {
    font-size: 24px;
    color: #05a0e0;
    padding: 10px 0;
    margin-bottom: 10px; }
  .intro .sub-wrap {
    position: relative;
    width: 1000px;
    padding: 0 100px;
    color: #1d456b;
    line-height: 1.5; }
    .intro .sub-wrap .arrow {
      position: absolute;
      top: 20px;
      width: 65px;
      height: 55px; }
      .intro .sub-wrap .arrow.arrow-left {
        left: 0;
        background: url(../images/images_06.png); }
      .intro .sub-wrap .arrow.arrow-right {
        right: 0;
        background: url(../images/images_03.png); }

.process {
  color: #fff;
  background: #006ec6; }
  .process .title {
    color: #fff; }
  .process .wrap {
    overflow: hidden; }
    .process .wrap .item {
      width: 25%;
      min-width: 120px;
      float: left;
      text-align: center;
      line-height: 28px; }
      .process .wrap .item .icon {
        display: block;
        margin: 25px auto;
        width: 106px;
        height: 106px; }
        .process .wrap .item .icon.icon1 {
          background: url(../images/images_11.png); }
        .process .wrap .item .icon.icon2 {
          background: url(../images/images_13.png); }
        .process .wrap .item .icon.icon3 {
          background: url(../images/images_15.png); }
        .process .wrap .item .icon.icon4 {
          background: url(../images/images_17.png); }

.guest {
  background: #fff url(../images/images_23.jpg) no-repeat top right;
  background-size: 100% 100%; }
  .guest .title {
    color: #0271bf; }
  .guest .wrap {
    overflow: hidden; }
    .guest .wrap .item {
      width: 200px;
      float: left;
      text-align: center;
      margin: 20px auto 30px; }
      .guest .wrap .item img {
        width: 100px;
        height: 100px;
        border: 5px solid #e6ebef;
        border-radius: 50%;
        margin: 0 auto; }
      .guest .wrap .item .name {
        font-size: 18px;
        color: #093760;
        padding: 10px 0; }
      .guest .wrap .item p {
        color: #174480;
        line-height: 20px;
        height: 60px; }

.resource {
  background: url(../images/images_25.jpg) top center; }
  .resource .title {
    color: #fff; }
  .resource .wrap {
    overflow: hidden; }
    .resource .wrap .item {
      width: 310px;
      padding: 15px;
      height: 370px;
      margin: 0 20px;
      float: left;
      background: #fff;
      border: 5px solid #1d456b;
      border-radius: 10px; }
      .resource .wrap .item img {
        width: 100%;
        display: block;
        margin-bottom: 15px; }
      .resource .wrap .item h4 {
        color: #05a0e0;
        font-size: 18px;
        margin-bottom: 15px; }
      .resource .wrap .item ul {
        margin-left: 30px;
        list-style: inherit; }
        .resource .wrap .item ul li {
          line-height: 24px;
          margin-bottom: 10px;
          color: #093760; }

.plan {
  color: #fff;
  background: #17437f url(../images/images_26.jpg) no-repeat top center; }
  .plan .title {
    margin-bottom: 30px; }
  .plan .sub-link {
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 1.5em; }
    .plan .sub-link a {
      color: #4eb7e7; }
  .plan .sub-title {
    line-height: 28px; }
  .plan .wrap {
    margin-top: 60px; }
    .plan .wrap .item {
      padding: 25px 20px;
      overflow: hidden;
      background: #fff;
      margin-bottom: 10px;
      border: 5px solid #1d456b;
      border-radius: 10px; }
      .plan .wrap .item .item-left {
        float: left;
        margin-right: 20px; }
      .plan .wrap .item .item-content {
        float: left; }
        .plan .wrap .item .item-content h4 {
          color: #05a0e0;
          font-size: 20px;
          line-height: 50px; }
        .plan .wrap .item .item-content ul {
          margin-left: 20px;
          padding-left: 15px;
          list-style: inherit; }
          .plan .wrap .item .item-content ul li {
            line-height: 22px;
            margin-bottom: 10px;
            color: #093760; }
            .plan .wrap .item .item-content ul li a {
              color: #05a0e0; }

.hit-the-hights-arrow {
  background: url(../images/images_27_arrow.jpg) top center;
  width: 100%;
  height: 14px; }

.hit-the-hights.block {
  padding: 46px 0 50px 0; }

.hit-the-hights {
  background: url(../images/images_27_bg.jpg) top center; }
  .hit-the-hights h3.title {
    color: #fff;
    margin-bottom: 40px; }
  .hit-the-hights .no-news-button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px; }
    .hit-the-hights .no-news-button a {
      color: #05a0e0; }

@media screen and (max-width: 1200px) {
  body {
    min-width: 1300px; } }

/*# sourceMappingURL=common.css.map */
