@charset "UTF-8";
.head {
  /*导航*/ }
  .head .main {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1200px;
    height: 72px;
    background: rgba(255, 255, 255, 0);
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    z-index: 100000; }
  .head .nav {
    position: absolute;
    width: 100%;
    height: 72px;
    z-index: 1000;
    top: 0; }
  .head .main #menu_hover_bg {
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    z-index: 999;
    overflow: hidden; }
  .head .nav .logo {
    float: left;
    width: 136px;
    height: 28px;
    margin-top: 22px; }
  .head .logo-menu {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 1247.98px) {
      .head .logo-menu {
        width: 96%; } }
  .head .nav .logo a img {
    border: 0px;
    width: 136px;
    height: 28px; }
  .head .nav .menu {
    position: absolute;
    left: 18%;
    line-height: 72px;
    width: 85%;
    display: flex; }
    @media (max-width: 1247.98px) {
      .head .nav .menu {
        left: 15%; } }
    @media screen and (max-width: 1080px) {
      .head .nav .menu {
        left: 16%; } }
    @media (max-width: 991.98px) {
      .head .nav .menu {
        left: 16.5%; } }
    @media screen and (max-width: 943px) {
      .head .nav .menu {
        left: 15%; } }
    @media screen and (max-width: 915px) {
      .head .nav .menu {
        left: 13%; } }
  .head .nav .menu .acenter {
    text-align: center; }
  .head .nav .menu .acenter > a {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    transition: color 0.5s linear; }
    @media (max-width: 991.98px) {
      .head .nav .menu .acenter > a {
        font-size: 14px; } }
  .head .nav .menu ul {
    width: 100%;
    display: flex; }
    .head .nav .menu ul::after {
      display: block;
      clear: both;
      content: ""; }
  .head .nav .menu ul li {
    float: left;
    width: 14.28%;
    padding-right: 0px; }
    @media screen and (max-width: 1180px) {
      .head .nav .menu ul li {
        width: 12%; } }
    @media screen and (max-width: 1080px) {
      .head .nav .menu ul li {
        width: 11.5%; } }
    @media screen and (max-width: 1000px) {
      .head .nav .menu ul li {
        width: 10.5%; } }
    @media screen and (max-width: 892px) {
      .head .nav .menu ul li {
        width: 9%; } }
    @media screen and (max-width: 820px) {
      .head .nav .menu ul li {
        width: 8%; } }
  .head .nav .menu ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff; }
  .head .nav .menu ul li .sub_menu {
    width: 130%;
    margin-left: -15%;
    height: 0;
    position: relative;
    z-index: 999;
    overflow: hidden; }
  .head .nav .menu ul li .sub_menu .sub_menu_list .list {
    text-align: center; }
  .head .nav .menu ul li .sub_menu .sub_menu_list .list a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #787878;
    line-height: 16px;
    margin-bottom: 25px; }
    @media (max-width: 991.98px) {
      .head .nav .menu ul li .sub_menu .sub_menu_list .list a {
        font-size: 14px; } }
  .head .nav .menu ul li .sub_menu .sub_menu_list .list a:nth-child(1) {
    margin-top: 20px; }
  .head .nav .menu ul li .sub_menu .sub_menu_list .list a .info p {
    margin: 0;
    padding: 0; }
  .head .nav .menu ul li .sub_menu .sub_menu_list .list a .info p:hover {
    color: #333333; }

.footer {
  width: 100%;
  height: 87px;
  background: #eeeeee; }
  .footer .foot-container {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 87px; }
    .footer .foot-container a {
      color: #999; }

.banner {
  position: relative;
  margin-top: 71px;
  padding-bottom: 53px; }
  .banner .bg {
    background: url("/imgs/about/pic_guanyuyurun.jpg") no-repeat top;
    background-size: cover;
    width: 100%;
    height: 482px;
    overflow: hidden; }
    @media (max-width: 1247.98px) {
      .banner .bg {
        height: 382px; } }
  .banner .slogan {
    width: 1200px;
    margin: 0 auto;
    color: #fff; }
    @media (max-width: 1247.98px) {
      .banner .slogan {
        width: 96%; } }
    .banner .slogan .title {
      margin-top: 195px;
      font-size: 44px;
      font-weight: bold;
      font-style: italic;
      color: #FFFFFF;
      height: 53px;
      letter-spacing: 0.3rem; }
      @media (max-width: 1247.98px) {
        .banner .slogan .title {
          margin-top: 160px; } }
    .banner .slogan .subTitle {
      margin-top: 17px;
      font-size: 20px;
      font-weight: 200;
      color: #FFFFFF;
      line-height: 30px;
      letter-spacing: 0.15rem; }

.tabs-container {
  box-sizing: border-box;
  border-bottom: 1px solid #E7E7E7;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  height: 53px;
  background: #FBFBFB;
  z-index: 2; }
  .tabs-container .tabs-content {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 53px;
    width: 1200px;
    height: 53px;
    margin: 0 auto; }
    @media (max-width: 1247.98px) {
      .tabs-container .tabs-content {
        width: 96%; } }
    .tabs-container .tabs-content .tabs-item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 30px !important;
      color: #333333;
      font-size: 1rem; }
      .tabs-container .tabs-content .tabs-item.tabs-item:first-child {
        padding-left: 0 !important; }
      @media (max-width: 1247.98px) {
        .tabs-container .tabs-content .tabs-item {
          padding: 0 30px !important;
          font-size: .875rem; } }
    .tabs-container .tabs-content img {
      width: 7px;
      height: 13px; }
    .tabs-container .tabs-content .tab {
      float: left;
      margin-right: 5%;
      padding: 0 4px;
      color: #000;
      transition: all 0.5s ease;
      font-size: 1rem; }
      @media (max-width: 1247.98px) {
        .tabs-container .tabs-content .tab {
          margin-right: 3%;
          font-size: .875rem; } }
      @media (max-width: 991.98px) {
        .tabs-container .tabs-content .tab {
          font-size: .75rem;
          margin-right: 3%; } }
    .tabs-container .tabs-content .tab-slider {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 3px;
      background: #4079E2;
      transition: left 0.6s ease; }

.tabs-container--top {
  position: fixed !important;
  top: 0; }

.head .nav .menu ul li > a {
  color: #333333 !important; }

.container .tabs {
  position: relative; }
  .container .tabs .bg {
    background: url("/imgs/IR/header.jpg") no-repeat top;
    background-size: cover; }

.container .content {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0  67px 0; }
  @media (max-width: 1247.98px) {
    .container .content {
      width: 96%; } }
  .container .content .item .title {
    padding: 60px 0 32px 0; }
    .container .content .item .title .company {
      font-size: 1.875rem;
      font-weight: bold;
      font-style: italic;
      color: #333333;
      margin-bottom: 20px; }
    .container .content .item .title .desc {
      width: 100%;
      font-size: 1rem;
      color: #666666;
      height: 16px;
      line-height: 16px; }
      .container .content .item .title .desc p {
        float: left; }
      .container .content .item .title .desc .trend {
        float: right; }
        .container .content .item .title .desc .trend p {
          font-size: 1rem;
          color: #4079E2; }
        .container .content .item .title .desc .trend img {
          border: none;
          width: 17px;
          height: 14px;
          margin-left: 13px; }
  .container .content .item .body {
    display: flex;
    flex-direction: column;
    padding-bottom: 33px;
    border-bottom: 1px solid #E7E7E7; }
    .container .content .item .body .item-image {
      width: 100%; }
      .container .content .item .body .item-image img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
    .container .content .item .body .item-content {
      margin-top: 12px;
      font-size: .875rem;
      line-height: 22px;
      color: #666666;
      text-indent: 2em; }
      @media (max-width: 1247.98px) {
        .container .content .item .body .item-content {
          font-size: .75rem; } }
      @media (max-width: 991.98px) {
        .container .content .item .body .item-content {
          font-size: .625rem; } }
  .container .content .item.item:last-child > .body {
    border: none; }
