/*@mixin mq-pc() {
	@media screen
	and (min-width: 980px)
	screen and (min-width: 769px){
		@content;
	}
}*/
.top #top_logo {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  margin-top: -129px;
  margin-left: -211px; }
  .top #top_logo img {
    width: 422px;
    height: auto; }

.top .page_top_movie {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  height: 100vh;
  min-height: 500px;
  background-color: #8e8eff; }
  .top .page_top_movie .scroll_btn {
    position: absolute;
    bottom: 20px;
    bottom: 0;
    left: 50%;
    margin-left: -36px;
    z-index: 10;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding: 70px 20px 0;
    color: #fff;
    opacity: 0; }
    .top .page_top_movie .scroll_btn span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 24px;
      height: 24px;
      margin-left: -12px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-animation: sdb 1.5s infinite;
      animation: sdb 1.5s infinite;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
  .top .page_top_movie #main_movie {
    position: absolute;
    opacity: 0.7; }
  @media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
    .top .page_top_movie #main_movie {
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-aspect-ratio: 16 / 9) {
    .top .page_top_movie #main_movie {
      height: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .top .page_top_movie .dotImg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/top/dot.png") repeat;
    background: url("../img/top/dot.png") repeat, rgba(101, 101, 224, 0.4);
    z-index: 1; }
  .top .page_top_movie .videoTitle {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/top/top-movie-str.png") no-repeat;
    background-position: center center;
    z-index: 2; }

.top .top_read_warp {
  padding-top: calc(( 100vh - 394px) / 2 + 1.5%);
  height: calc(100vh - (( 100vh - 394px) / 2) + 150px);
  min-height: 630px;
  position: relative; }
  .top .top_read_warp .block {
    position: relative;
    z-index: 10;
    width: 970px;
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .top .top_read_warp .block h2, .top .top_read_warp .block p {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      letter-spacing: 2px; }
    .top .top_read_warp .block h2 {
      font-size: 38px; }
    .top .top_read_warp .block p {
      margin-top: 20px;
      font-size: 17px;
      line-height: 43px;
      margin-right: 70px; }
    @media screen and (max-width: 1050px) {
      .top .top_read_warp .block {
        width: 900px; }
        .top .top_read_warp .block p {
          line-height: 38px; } }
    .top .top_read_warp .block.IEclass {
      position: absolute;
      left: 50%;
      margin-left: -485px; }
  .top .top_read_warp .img_warp {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-top: -129px;
    margin-left: -211px; }
    .top .top_read_warp .img_warp img {
      width: 422px;
      height: auto; }

.top .top_content {
  width: 100vw;
  min-width: 980px;
  overflow: hidden; }
  .top .top_content .content_width {
    position: relative;
    z-index: 10;
    max-width: 1480px; }
    .top .top_content .content_width .top_content_title {
      padding-top: 12px;
      z-index: 10; }
      .top .top_content .content_width .top_content_title h2 {
        color: #2A2F88;
        font-size: 115px;
        line-height: 100%; }
      .top .top_content .content_width .top_content_title p {
        color: #DC2525;
        font-size: 22px;
        font-weight: bold;
        line-height: 100%;
        position: relative;
        top: -7px; }
    .top .top_content .content_width .sub_1 p,
    .top .top_content .content_width .sub_2 p {
      font-size: 17px;
      line-height: 177%;
      color: #191919; }

.top .top_people_warp {
  position: relative;
  margin-bottom: 150px; }
  .top .top_people_warp:before {
    position: absolute;
    z-index: 6;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #2A2F88), color-stop(#2A2F88), color-stop(70%, transparent));
    background: -webkit-linear-gradient(right, #2A2F88 10%, #2A2F88, transparent 70%);
    background: -o-linear-gradient(right, #2A2F88 10%, #2A2F88, transparent 70%);
    background: linear-gradient(-90deg, #2A2F88 10%, #2A2F88, transparent 70%); }
  .top .top_people_warp .title_bg_img {
    position: absolute;
    z-index: 11;
    top: 100px;
    right: 40.2%; }
    .top .top_people_warp .title_bg_img img {
      width: auto;
      height: 125px; }
  .top .top_people_warp .content_width {
    height: 1074px;
    overflow: hidden;
    padding-top: 55px; }
    @media screen and (max-width: 1200px) {
      .top .top_people_warp .content_width {
        height: 1470px; } }
    .top .top_people_warp .content_width .top_content_title {
      position: absolute;
      margin-left: 140px; }
      .top .top_people_warp .content_width .top_content_title:before {
        content: '';
        background: url("../img/top/icon_30.jpg") no-repeat top left;
        width: 30px;
        height: 30px;
        position: absolute;
        top: -15px;
        left: -32px; }
    .top .top_people_warp .content_width .sub_1,
    .top .top_people_warp .content_width .sub_2 {
      position: absolute;
      z-index: 10; }
    .top .top_people_warp .content_width .sub_1 {
      top: 244px;
      left: 144px; }
    .top .top_people_warp .content_width .sub_2 {
      top: 700px;
      right: 11.1%; }
      .top .top_people_warp .content_width .sub_2 .back {
        position: absolute;
        width: 219px;
        height: 219px;
        left: -133px;
        top: -170px; }
      @media screen and (max-width: 1200px) {
        .top .top_people_warp .content_width .sub_2 {
          top: 860px; } }
    .top .top_people_warp .content_width .img_warp {
      z-index: 5;
      position: absolute;
      display: none; }
      .top .top_people_warp .content_width .img_warp .img_block {
        width: 400px;
        height: 400px; }
        .top .top_people_warp .content_width .img_warp .img_block a {
          display: block; }
          .top .top_people_warp .content_width .img_warp .img_block a .comming {
            width: 100%;
            height: calc(100% - 50%);
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            padding-top: 50%;
            opacity: 0.8; }
            .top .top_people_warp .content_width .img_warp .img_block a .comming p {
              color: #2A2F88;
              text-align: center;
              line-height: 0;
              font-size: 50px;
              letter-spacing: 1px; }
          .top .top_people_warp .content_width .img_warp .img_block a .hover {
            opacity: 0;
            -webkit-transition: opacity 0.6s;
            -o-transition: opacity 0.6s;
            transition: opacity 0.6s;
            width: 100%;
            height: calc(100% - 34%);
            position: absolute;
            top: 0;
            left: 0;
            background: #2a2f8b;
            padding-top: 34%; }
            .top .top_people_warp .content_width .img_warp .img_block a .hover p {
              color: #fff;
              text-align: center;
              line-height: 0; }
            .top .top_people_warp .content_width .img_warp .img_block a .hover .str {
              font-size: 30px; }
            .top .top_people_warp .content_width .img_warp .img_block a .hover .no {
              margin-top: 78px;
              font-size: 132px; }
          .top .top_people_warp .content_width .img_warp .img_block a:hover .hover {
            opacity: 0.5; }
      .top .top_people_warp .content_width .img_warp.img1 {
        display: block;
        top: 4px;
        right: 0; }
      .top .top_people_warp .content_width .img_warp.img2 {
        display: block;
        top: 180px;
        right: 30.7%; }
        .top .top_people_warp .content_width .img_warp.img2 .back {
          width: 370px;
          height: 370px;
          background: #EBECF4;
          position: absolute;
          z-index: -1;
          top: -38px;
          left: -68px; }
        @media screen and (max-width: 1200px) {
          .top .top_people_warp .content_width .img_warp.img2 {
            top: 400px; } }
      .top .top_people_warp .content_width .img_warp.img3 {
        display: block;
        top: 420px;
        left: 30px; }
        .top .top_people_warp .content_width .img_warp.img3 .back {
          width: 264px;
          height: 264px;
          background: #FCE9E9;
          position: absolute;
          z-index: -1;
          bottom: -63px;
          right: -57px; }
        @media screen and (max-width: 1200px) {
          .top .top_people_warp .content_width .img_warp.img3 {
            top: 780px; } }
      .top .top_people_warp .content_width .img_warp.img4 {
        display: block;
        top: 657px;
        left: 487px; }
        .top .top_people_warp .content_width .img_warp.img4 .back {
          width: 264px;
          height: 264px;
          background: #FCE9E9;
          position: absolute;
          z-index: -1;
          bottom: -63px;
          right: -57px; }
        @media screen and (max-width: 1200px) {
          .top .top_people_warp .content_width .img_warp.img4 {
            top: 1057px; } }
  .top .top_people_warp .btn_warp {
    position: relative;
    max-width: 1000px;
    min-width: 900px;
    width: 95%;
    background: #2A2F88;
    margin-left: auto;
    margin-right: auto; }
    .top .top_people_warp .btn_warp a {
      position: relative;
      display: block;
      text-align: center;
      font-size: 29px;
      color: #fff;
      padding-top: 45px;
      padding-bottom: 39px; }
      .top .top_people_warp .btn_warp a span {
        position: relative;
        z-index: 5; }
      .top .top_people_warp .btn_warp a .back {
        content: '';
        display: block;
        width: 0%;
        background: #2828D2;
        position: absolute;
        top: 0;
        z-index: 0;
        -webkit-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .top .top_people_warp .btn_warp a:hover .back {
        width: 100%; }

.top .top_company_warp:before {
  position: absolute;
  z-index: 6;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#DC2525), to(transparent));
  background: -webkit-linear-gradient(left, #DC2525, transparent);
  background: -o-linear-gradient(left, #DC2525, transparent);
  background: linear-gradient(90deg, #DC2525, transparent); }

.top .top_company_warp .title_bg_img {
  position: absolute;
  z-index: 11;
  top: 237px;
  left: 42%; }
  .top .top_company_warp .title_bg_img img {
    width: auto;
    height: 135px; }

.top .top_company_warp .content_width {
  height: 630px;
  padding-top: 4px; }
  .top .top_company_warp .content_width .lift_content {
    position: absolute;
    width: 800px;
    right: 46.8%;
    z-index: 4; }
    @media screen and (max-width: 1200px) {
      .top .top_company_warp .content_width .lift_content .img_warp {
        overflow: hidden; }
        .top .top_company_warp .content_width .lift_content .img_warp img {
          position: relative;
          left: 8%; } }
    @media screen and (max-width: 1000px) {
      .top .top_company_warp .content_width .lift_content .img_warp img {
        left: 15%; } }
    .top .top_company_warp .content_width .lift_content .back {
      z-index: -1;
      width: 889px;
      height: 570px;
      position: absolute;
      bottom: -58px;
      right: -137px;
      background: #FCE9E9; }
  .top .top_company_warp .content_width .right_content {
    position: relative;
    margin-left: 65.4%;
    padding-top: 183px;
    z-index: 10; }
    .top .top_company_warp .content_width .right_content .top_content_title {
      position: relative; }
      .top .top_company_warp .content_width .right_content .top_content_title:before {
        content: '';
        background: url("../img/top/icon_30.jpg") no-repeat top left;
        width: 30px;
        height: 30px;
        position: absolute;
        top: -15px;
        left: -32px; }
    .top .top_company_warp .content_width .right_content .sub_1 {
      margin-top: 41px; }
    .top .top_company_warp .content_width .right_content .btn_warp {
      width: 367px;
      margin-top: 60px;
      background: #2A2F88; }
      .top .top_company_warp .content_width .right_content .btn_warp a {
        position: relative;
        display: block;
        text-align: center;
        font-size: 30px;
        color: #fff;
        padding-top: 15px;
        padding-bottom: 10px; }
        .top .top_company_warp .content_width .right_content .btn_warp a span {
          position: relative;
          z-index: 5; }
        .top .top_company_warp .content_width .right_content .btn_warp a .back {
          content: '';
          display: block;
          width: 0%;
          background: #2828D2;
          position: absolute;
          top: 0;
          z-index: 0;
          -webkit-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -o-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        .top .top_company_warp .content_width .right_content .btn_warp a:hover .back {
          width: 100%; }
  @media screen and (max-width: 1300px) {
    .top .top_company_warp .content_width .lift_content {
      right: 49%; }
    .top .top_company_warp .content_width .right_content {
      margin-left: 57%; } }

.top .top_environment_warp {
  margin-top: 177px;
  margin-bottom: 150px; }
  .top .top_environment_warp:before {
    position: absolute;
    z-index: 6;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #2A2F88), color-stop(#2A2F88), color-stop(81%, transparent));
    background: -webkit-linear-gradient(right, #2A2F88 10%, #2A2F88, transparent 81%);
    background: -o-linear-gradient(right, #2A2F88 10%, #2A2F88, transparent 81%);
    background: linear-gradient(-90deg, #2A2F88 10%, #2A2F88, transparent 81%); }
  .top .top_environment_warp .title_bg_img {
    position: absolute;
    z-index: 11;
    top: 125px;
    right: 40.2%; }
    .top .top_environment_warp .title_bg_img img {
      width: auto;
      height: 125px; }
  .top .top_environment_warp .content_width {
    height: 795px;
    padding-top: 4px; }
    .top .top_environment_warp .content_width .lift_content {
      position: relative;
      margin-left: 8.9%;
      padding-top: 67px;
      z-index: 10;
      width: 550px; }
      .top .top_environment_warp .content_width .lift_content .top_content_title {
        position: relative; }
        .top .top_environment_warp .content_width .lift_content .top_content_title:before {
          content: '';
          background: url("../img/top/icon_30.jpg") no-repeat top left;
          width: 30px;
          height: 30px;
          position: absolute;
          top: -15px;
          left: -32px; }
      .top .top_environment_warp .content_width .lift_content .sub_1 {
        margin-top: 48px; }
      .top .top_environment_warp .content_width .lift_content .btn_warp {
        width: 367px;
        margin-top: 338px;
        background: #2A2F88; }
        .top .top_environment_warp .content_width .lift_content .btn_warp a {
          position: relative;
          display: block;
          text-align: center;
          font-size: 30px;
          color: #fff;
          padding-top: 15px;
          padding-bottom: 10px; }
          .top .top_environment_warp .content_width .lift_content .btn_warp a span {
            position: relative;
            z-index: 5; }
          .top .top_environment_warp .content_width .lift_content .btn_warp a .back {
            content: '';
            display: block;
            width: 0%;
            background: #2828D2;
            position: absolute;
            top: 0;
            z-index: 0;
            -webkit-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            -o-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
          .top .top_environment_warp .content_width .lift_content .btn_warp a:hover .back {
            width: 100%; }
    .top .top_environment_warp .content_width .right_content {
      position: absolute;
      top: 4px;
      left: 52.4%; }
      .top .top_environment_warp .content_width .right_content .img1_warp {
        width: 700px;
        height: 598px; }
        .top .top_environment_warp .content_width .right_content .img1_warp .back {
          z-index: -1;
          width: 506px;
          height: 410px;
          position: absolute;
          bottom: -132px;
          left: -224px;
          background: #EBECF4; }
        @media screen and (max-width: 1350px) {
          .top .top_environment_warp .content_width .right_content .img1_warp .img_warp {
            overflow: hidden; }
            .top .top_environment_warp .content_width .right_content .img1_warp .img_warp img {
              position: relative;
              right: 8%; } }
        @media screen and (max-width: 1250px) {
          .top .top_environment_warp .content_width .right_content .img1_warp .img_warp img {
            right: 15%; } }
        @media screen and (max-width: 1100px) {
          .top .top_environment_warp .content_width .right_content .img1_warp .img_warp img {
            right: 25%; } }
        @media screen and (max-width: 1000px) {
          .top .top_environment_warp .content_width .right_content .img1_warp .img_warp img {
            right: 33%; } }
      .top .top_environment_warp .content_width .right_content .img_warp2 {
        width: 445px;
        height: 295px;
        position: absolute;
        top: 396px;
        left: -403px; }
    @media screen and (max-width: 1300px) {
      .top .top_environment_warp .content_width .right_content .img_warp2 {
        top: 414px; } }

@media screen and (min-width: 769px) {
  .show_pc {
    display: inline-block !important; }
  .show_sp {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .show_pc {
    display: none !important; }
  .show_sp {
    display: inline-block !important; }
  /*@mixin mq-pc() {
	@media screen
	and (min-width: 980px)
	screen and (min-width: 769px){
		@content;
	}
}*/
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body, table {
    min-width: 1px; }
  .content_width {
    min-width: 1px; }
  footer .footer_content {
    margin: 0; }
  footer .copyright {
    margin: 0; }
  .top #top_logo {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .top #top_logo img {
      width: 100%;
      height: auto; }
  .top .page_top_movie {
    max-width: 100%; }
    .top .page_top_movie .scroll_btn {
      position: absolute;
      bottom: 20px;
      bottom: 0;
      left: 50%;
      margin-left: -36px;
      z-index: 10;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding: 70px 20px 0;
      color: #fff;
      opacity: 0; }
      .top .page_top_movie .scroll_btn span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
    .top .page_top_movie .videoTitle {
      width: 100%;
      height: 100%;
      position: absolute;
      background: url("../img/top/top-movie-str.png") no-repeat;
      background-size: 120px auto;
      background-position: center center;
      z-index: 2; }
  .top .top_read_warp {
    padding: 50px 20px 70px;
    height: auto !important;
    min-height: auto;
    position: relative;
    width: 100% !important; }
    .top .top_read_warp .scrollmagic-pin-spacer {
      min-height: 1px !important;
      height: auto !important;
      padding: 0 !important; }
    .top .top_read_warp .block {
      position: static !important;
      z-index: 10;
      width: 100% !important;
      margin: 0 auto;
      -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
      writing-mode: inherit;
      text-align: center; }
      .top .top_read_warp .block h2, .top .top_read_warp .block p {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        letter-spacing: 2px; }
      .top .top_read_warp .block h2 {
        font-size: 24px; }
      .top .top_read_warp .block p {
        font-size: 12px;
        margin-right: 0;
        line-height: 2.5;
        margin-top: 30px; }
    .top .top_read_warp .img_warp {
      position: absolute;
      opacity: 1;
      top: 50%;
      left: 50%;
      margin-top: 0;
      margin-left: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .top .top_read_warp .img_warp img {
        width: 150px;
        height: auto; }
  .top .top_content {
    width: 100% !important;
    min-width: 100% !important;
    overflow: hidden; }
    .top .top_content .content_width .top_content_title {
      padding-top: 12px;
      z-index: 10; }
      .top .top_content .content_width .top_content_title h2 {
        font-size: 52px; }
      .top .top_content .content_width .top_content_title p {
        font-size: 13px; }
    .top .top_content .content_width .sub_1 p,
    .top .top_content .content_width .sub_2 p {
      font-size: 12px; }
  .top .top_people_warp {
    width: 100% !important;
    position: relative;
    margin-bottom: 70px; }
    .top .top_people_warp:before {
      position: absolute;
      z-index: 6;
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(10%, #2A2F88), color-stop(#2A2F88), color-stop(70%, transparent));
      background: -webkit-linear-gradient(right, #2A2F88 10%, #2A2F88, transparent 70%);
      background: -o-linear-gradient(right, #2A2F88 10%, #2A2F88, transparent 70%);
      background: linear-gradient(-90deg, #2A2F88 10%, #2A2F88, transparent 70%); }
    .top .top_people_warp .title_bg_img {
      position: absolute;
      z-index: 11;
      top: 80px;
      right: 25%; }
      .top .top_people_warp .title_bg_img img {
        width: auto;
        height: 50px;
        opacity: 0.6; }
    .top .top_people_warp .content_width {
      width: 100%;
      min-width: 100%;
      height: auto;
      overflow: hidden;
      padding-top: 55px; }
      .top .top_people_warp .content_width .top_content_title {
        position: absolute;
        margin-left: 35px; }
        .top .top_people_warp .content_width .top_content_title:before {
          content: '';
          background: url("../img/top/icon_30.jpg") no-repeat top left;
          background-size: cover;
          width: 15px;
          height: 15px;
          position: absolute;
          top: -5px;
          left: -10px; }
      .top .top_people_warp .content_width .sub_1,
      .top .top_people_warp .content_width .sub_2 {
        position: absolute;
        z-index: 10; }
      .top .top_people_warp .content_width .sub_1 {
        position: static;
        margin: 105px 0 0 35px; }
      .top .top_people_warp .content_width .sub_2 {
        position: static;
        text-align: right;
        width: 100%;
        padding-right: 35px;
        margin: 15px 0 20px; }
        .top .top_people_warp .content_width .sub_2 .back {
          position: absolute;
          width: 75px;
          height: 75px;
          left: 0px;
          top: 0px; }
      .top .top_people_warp .content_width .img_warp {
        z-index: 5;
        position: relative;
        display: none; }
        .top .top_people_warp .content_width .img_warp .img_block {
          width: 200px;
          height: 200px;
          position: relative; }
          .top .top_people_warp .content_width .img_warp .img_block a {
            display: block; }
            .top .top_people_warp .content_width .img_warp .img_block a .comming {
              width: 100%;
              height: calc(100% - 50%);
              position: absolute;
              top: 0;
              left: 0;
              background: #fff;
              padding-top: 50%;
              opacity: 0.8; }
              .top .top_people_warp .content_width .img_warp .img_block a .comming p {
                color: #2A2F88;
                text-align: center;
                line-height: 0;
                font-size: 50px;
                letter-spacing: 1px; }
            .top .top_people_warp .content_width .img_warp .img_block a .hover {
              opacity: 1;
              width: auto;
              height: auto;
              position: absolute;
              top: auto;
              bottom: 0;
              left: 10px;
              background: none;
              padding-top: 0; }
              .top .top_people_warp .content_width .img_warp .img_block a .hover p {
                color: #fff;
                text-align: center;
                line-height: 1; }
              .top .top_people_warp .content_width .img_warp .img_block a .hover .str {
                font-size: 15px;
                letter-spacing: 1px; }
              .top .top_people_warp .content_width .img_warp .img_block a .hover .no {
                margin-top: 0;
                font-size: 66px; }
        .top .top_people_warp .content_width .img_warp.img1 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          top: 4px;
          right: 0;
          z-index: 5; }
        .top .top_people_warp .content_width .img_warp.img2 {
          display: block;
          top: 0;
          right: 0;
          margin-top: 30px;
          padding-left: 20px;
          z-index: 4; }
          .top .top_people_warp .content_width .img_warp.img2 .back {
            width: 184px;
            height: 184px;
            background: #EBECF4;
            position: absolute;
            z-index: -1;
            top: -90px;
            left: 0; }
          .top .top_people_warp .content_width .img_warp.img2 .img_block a .hover {
            left: auto;
            right: 10px; }
        .top .top_people_warp .content_width .img_warp.img3 {
          display: block;
          top: 0;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          z-index: 3;
          margin-top: 30px;
          padding-right: 20px; }
          .top .top_people_warp .content_width .img_warp.img3 .back {
            width: 115px;
            height: 115px;
            background: #FCE9E9;
            position: absolute;
            z-index: -1;
            top: -90px;
            bottom: auto;
            right: 0; }
        .top .top_people_warp .content_width .img_warp.img4 {
          display: block;
          top: 0;
          left: 0;
          margin-top: 30px;
          z-index: 2; }
          .top .top_people_warp .content_width .img_warp.img4:after {
            position: absolute;
            content: '';
            width: 75px;
            height: 75px;
            left: 110px;
            top: -60px;
            background: url(../img/top/top_sub_bg.png) left top no-repeat;
            background-size: cover;
            z-index: -1; }
          .top .top_people_warp .content_width .img_warp.img4 .back {
            width: 264px;
            height: 264px;
            background: #FCE9E9;
            position: absolute;
            z-index: -1;
            bottom: -63px;
            right: -57px; }
          .top .top_people_warp .content_width .img_warp.img4 .img_block a .hover {
            left: auto;
            right: 10px; }
    .top .top_people_warp .btn_warp {
      min-width: 1px;
      width: calc(100% - 40px); }
      .top .top_people_warp .btn_warp a {
        font-size: 15px;
        padding-top: 20px;
        padding-bottom: 20px; }
  .top .top_company_warp {
    padding-top: 25px; }
    .top .top_company_warp:before {
      position: absolute;
      z-index: 6;
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, right top, from(#DC2525), to(transparent));
      background: -webkit-linear-gradient(left, #DC2525, transparent);
      background: -o-linear-gradient(left, #DC2525, transparent);
      background: linear-gradient(90deg, #DC2525, transparent); }
    .top .top_company_warp .title_bg_img {
      position: absolute;
      z-index: 11;
      top: 62px;
      left: 30px; }
      .top .top_company_warp .title_bg_img img {
        width: auto;
        height: 50px;
        opacity: 0.6; }
    .top .top_company_warp .content_width {
      min-width: 100%;
      height: auto;
      padding: 4px 20px 0; }
      .top .top_company_warp .content_width .lift_content {
        position: absolute;
        width: 100%;
        padding-right: 20px;
        right: auto;
        left: 0;
        top: 200px;
        z-index: 4; }
        .top .top_company_warp .content_width .lift_content .img_warp img {
          left: 0; }
        .top .top_company_warp .content_width .lift_content .back {
          z-index: -1;
          width: 100%;
          height: 200px;
          position: absolute;
          bottom: -30px;
          right: -20px;
          background: #FCE9E9; }
      .top .top_company_warp .content_width .right_content {
        position: relative;
        margin-left: 0;
        padding-top: 0;
        z-index: 10; }
        .top .top_company_warp .content_width .right_content .top_content_title {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 15px; }
          .top .top_company_warp .content_width .right_content .top_content_title:before {
            content: '';
            background: url("../img/top/icon_30.jpg") no-repeat top left;
            background-size: cover;
            width: 15px;
            height: 15px;
            position: absolute;
            top: 0;
            left: auto;
            right: 0; }
          .top .top_company_warp .content_width .right_content .top_content_title p {
            width: 52%; }
        .top .top_company_warp .content_width .right_content .sub_1 {
          margin-top: 20px;
          text-align: right;
          padding-right: 15px; }
        .top .top_company_warp .content_width .right_content .btn_warp {
          width: 100%;
          margin-top: 360px; }
          .top .top_company_warp .content_width .right_content .btn_warp a {
            position: relative;
            display: block;
            text-align: center;
            font-size: 15px;
            color: #fff;
            padding-top: 20px;
            padding-bottom: 20px; }
            .top .top_company_warp .content_width .right_content .btn_warp a span {
              position: relative;
              z-index: 5; }
            .top .top_company_warp .content_width .right_content .btn_warp a .back {
              content: '';
              display: block;
              width: 0%;
              background: #2828D2;
              position: absolute;
              top: 0;
              z-index: 0;
              -webkit-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
              -o-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
              transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
            .top .top_company_warp .content_width .right_content .btn_warp a:hover .back {
              width: 100%; }
  .top .top_environment_warp {
    margin-top: 65px;
    margin-bottom: 70px;
    overflow: visible; }
    .top .top_environment_warp:before {
      position: absolute;
      z-index: 6;
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(10%, #2A2F88), color-stop(#2A2F88), color-stop(81%, transparent));
      background: -webkit-linear-gradient(right, #2A2F88 10%, #2A2F88, transparent 81%);
      background: -o-linear-gradient(right, #2A2F88 10%, #2A2F88, transparent 81%);
      background: linear-gradient(-90deg, #2A2F88 10%, #2A2F88, transparent 81%); }
    .top .top_environment_warp .title_bg_img {
      position: absolute;
      z-index: 11;
      top: 90px;
      right: 12%; }
      .top .top_environment_warp .title_bg_img img {
        width: auto;
        height: 60px;
        opacity: 0.6; }
    .top .top_environment_warp .content_width {
      min-width: 100%;
      height: auto;
      padding: 4px 20px 0; }
      .top .top_environment_warp .content_width .lift_content {
        position: relative;
        margin-left: 0;
        padding-top: 67px;
        z-index: 10;
        width: 100%; }
        .top .top_environment_warp .content_width .lift_content .top_content_title {
          position: relative;
          margin-left: 15px; }
          .top .top_environment_warp .content_width .lift_content .top_content_title:before {
            content: '';
            background: url("../img/top/icon_30.jpg") no-repeat top left;
            background-size: cover;
            width: 15px;
            height: 15px;
            position: absolute;
            top: -5px;
            left: -15px; }
        .top .top_environment_warp .content_width .lift_content .sub_1 {
          margin-top: 20px;
          padding-left: 16px; }
        .top .top_environment_warp .content_width .lift_content .btn_warp {
          width: 100%;
          margin-top: 465px; }
          .top .top_environment_warp .content_width .lift_content .btn_warp a {
            position: relative;
            display: block;
            text-align: center;
            font-size: 15px;
            color: #fff;
            padding-top: 20px;
            padding-bottom: 20px; }
            .top .top_environment_warp .content_width .lift_content .btn_warp a span {
              position: relative;
              z-index: 5; }
            .top .top_environment_warp .content_width .lift_content .btn_warp a .back {
              content: '';
              display: block;
              width: 0%;
              background: #2828D2;
              position: absolute;
              top: 0;
              z-index: 0;
              -webkit-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
              -o-transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
              transition: width 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
            .top .top_environment_warp .content_width .lift_content .btn_warp a:hover .back {
              width: 100%; }
      .top .top_environment_warp .content_width .right_content {
        position: absolute;
        top: 360px;
        left: 0; } }
      @media screen and (max-width: 768px) and (min-width: 435px) and (max-width: 750px) {
        .top .top_environment_warp .content_width .right_content {
          width: 100%; } }

@media screen and (max-width: 768px) {
        .top .top_environment_warp .content_width .right_content .img1_warp {
          width: 100%;
          height: auto;
          padding-left: 35px; }
          .top .top_environment_warp .content_width .right_content .img1_warp .back {
            z-index: -1;
            width: 203px;
            height: 165px;
            position: absolute;
            bottom: -30px;
            left: 0px;
            background: #EBECF4; }
          .top .top_environment_warp .content_width .right_content .img1_warp .img_warp {
            overflow: hidden; }
            .top .top_environment_warp .content_width .right_content .img1_warp .img_warp img {
              position: relative;
              right: 0;
              max-width: 400px; } }
            @media screen and (max-width: 768px) and (min-width: 435px) and (max-width: 750px) {
              .top .top_environment_warp .content_width .right_content .img1_warp .img_warp img {
                float: right; } }

@media screen and (max-width: 768px) {
        .top .top_environment_warp .content_width .right_content .img_warp2 {
          width: 180px;
          height: auto;
          position: absolute;
          top: -80px;
          left: 0; } }

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