@charset "UTF-8";
/*Í¼Æ¬ÊÓÆµÉó²éµ¯´°*/
.layui-layer-viewGroup {
  background-color: #000 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100000; }
  .layui-layer-viewGroup .bg-blue {
    background-color: #00953d; }
  .layui-layer-viewGroup .bg-skyblue {
    background-color: #007630; }
  .layui-layer-viewGroup .viewGroup-close {
    width: 68px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 40px;
    cursor: pointer;
    z-index: 1000; }
    .layui-layer-viewGroup .viewGroup-close:hover {
      background-color: #007630; }
    .layui-layer-viewGroup .viewGroup-close:before, .layui-layer-viewGroup .viewGroup-close:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 40%;
      height: 2px;
      background-color: #fff;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px; }
    .layui-layer-viewGroup .viewGroup-close:before {
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .layui-layer-viewGroup .viewGroup-close:after {
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
  .layui-layer-viewGroup .viewGroup-main {
    width: 100%;
    height: 100%; }
    .layui-layer-viewGroup .viewGroup-main .viewGroup-main-img {
      max-width: 100%;
      max-height: 91%;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .layui-layer-viewGroup .viewGroup-main .last-btn, .layui-layer-viewGroup .viewGroup-main .next-btn {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #504747;
      width: 110px;
      height: 110px;
      border: none;
      line-height: 110px;
      text-align: center;
      color: #fff;
      cursor: pointer;
      font-size: 30px;
      -moz-transition: background-color .5s;
      -o-transition: background-color .5s;
      -webkit-transition: background-color .5s;
      transition: background-color .5s;
      z-index: 1000; }
      .layui-layer-viewGroup .viewGroup-main .last-btn:hover, .layui-layer-viewGroup .viewGroup-main .next-btn:hover {
        background-color: #a8a0a0; }
    .layui-layer-viewGroup .viewGroup-main .last-btn {
      left: 0; }
      .layui-layer-viewGroup .viewGroup-main .last-btn svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 20px;
        height: 20px; }
    .layui-layer-viewGroup .viewGroup-main .next-btn {
      right: 0; }
      .layui-layer-viewGroup .viewGroup-main .next-btn svg {
        width: 20px;
        height: 20px; }
  .layui-layer-viewGroup .viewGroup-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px; }
    .layui-layer-viewGroup .viewGroup-footer .viewGroup-select {
      position: absolute;
      left: 0;
      top: -4px;
      width: 100%;
      background-color: #484040;
      -moz-transition: top .5s;
      -o-transition: top .5s;
      -webkit-transition: top .5s;
      transition: top .5s;
      z-index: 8; }
      .layui-layer-viewGroup .viewGroup-footer .viewGroup-select:hover {
        top: -168px; }
      .layui-layer-viewGroup .viewGroup-footer .viewGroup-select:before {
        content: "";
        position: absolute;
        top: -15px;
        left: 50%;
        width: 0;
        height: 0;
        border-right: 15px solid transparent;
        border-bottom: 15px solid rgba(80, 71, 71, 0.9);
        border-left: 15px solid transparent;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-bar {
        height: 4px;
        display: flex;
        display: -webkit-flex;
        background-color: #b1b2b4; }
        .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-bar span {
          -ms-flex: 1;
          -webkit-flex: 1;
          flex: 1;
          border-right: 1px solid #877878; }
      .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list {
        position: relative; }
        .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items {
          font-size: 0;
          white-space: nowrap;
          overflow: hidden;
          margin: 0 38px; }
          .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item {
            display: inline-block;
            vertical-align: middle;
            margin: 10px 0;
            width: 252px;
            height: 144px;
            cursor: pointer; }
            .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item.swiper-slide-thumb-active {
              /*border: 5px solid #14a5c2;*/ }
              .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item.swiper-slide-thumb-active div:after {
                display: block;
                content: " ";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border: 5px solid #007630;
                box-sizing: border-box; }
            .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item div {
              width: 100%;
              height: 100%;
              background-size: cover !important;
              border: 5px solid #484040;
              box-sizing: border-box;
              position: relative;
              background-repeat: no-repeat;
              background-position: center !important; }
        .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .last-btn, .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .next-btn {
          position: absolute;
          top: 50%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          background-color: #a8a0a0;
          width: 28px;
          height: 28px;
          border: none;
          line-height: 28px;
          text-align: center;
          color: #fff;
          cursor: pointer; }
          .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .last-btn:hover, .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .next-btn:hover {
            background-color: #998e8e; }
        .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .last-btn {
          left: 0; }
          .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .last-btn svg {
            width: 12px;
            height: 12px;
            margin-top: 5px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .next-btn {
          right: 0; }
          .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .next-btn svg {
            width: 12px;
            height: 12px;
            margin-top: 5px; }
    .layui-layer-viewGroup .viewGroup-footer .viewGroup-nav {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 58px;
      z-index: 9; }
      .layui-layer-viewGroup .viewGroup-footer .viewGroup-nav .viewGroup-nav-item {
        float: left;
        width: 50%;
        height: 58px;
        line-height: 58px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: SourceHanSansCN-Regular;
        cursor: pointer; }
        .layui-layer-viewGroup .viewGroup-footer .viewGroup-nav .viewGroup-nav-item:hover {
          background-color: #007630; }
  .layui-layer-viewGroup .gallery-top, .layui-layer-viewGroup .swiper-wrapper, .layui-layer-viewGroup .swiper-slide {
    height: 100%; }
  .layui-layer-viewGroup .swiper-slide video {
    height: 65% !important;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    transform: translate3d(0px, 0px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    overflow: hidden; }
  .layui-layer-viewGroup .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-align: center; }

@media only screen and (max-width: 992px) {
  .layui-layer-viewGroup .viewGroup-close {
    width: 0.78125rem;
    height: 0.78125rem; }
  .layui-layer-viewGroup .viewGroup-main .last-btn, .layui-layer-viewGroup .viewGroup-main .next-btn {
    width: 0.70313rem;
    height: 0.70313rem;
    font-size: 0.3125rem; }
  .layui-layer-viewGroup .viewGroup-footer .viewGroup-select {
    top: -4px; }
    .layui-layer-viewGroup .viewGroup-footer .viewGroup-select:hover {
      top: -4px; }
    .layui-layer-viewGroup .viewGroup-footer .viewGroup-select:before {
      display: none; }
    .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item {
      height: 92px; } }

/*Í¶×ÊÕß¹ØÏµ ¹«¹²*/
.investors .banner {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .investors .banner .banner-name {
    width: 447px;
    margin: 0px auto;
    margin-top: 120px; }
    .investors .banner .banner-name img {
      width: 100%; }

.investors .investors-stock {
  background: #F0F9FD;
  height: 335px;
  margin-top: 80px;
  overflow: hidden; }

.investors .investors-stock-content {
  height: 100%; }

.investors .investors-stock-content-left {
  float: left;
  padding-left: 90px;
  width: 50%;
  border-right: 1px solid #E3E3E3;
  padding-top: 70px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.investors .investors-stock-content-name {
  font-size: 18px;
  font-family: 'SourceHanSerifCN-Regular'; }

.investors .investors-stock-content-name span {
  margin-left: 30px; }

.investors .investors-stock-content-price {
  font-size: 34px;
  font-family: 'SourceHanSerifCN-Bold'; }

.investors .investors-stock-content-price span {
  margin-left: 25px;
  color: #FF0000; }

.investors .investors-stock-content-time {
  color: #888888;
  font-size: 16px;
  font-family: 'SourceHanSerifCN-Regular'; }

.investors .investors-stock-content-btn {
  margin-top: 40px;
  display: block;
  font-family: 'SourceHanSerifCN-Regular';
  font-size: 16px;
  color: #000;
  line-height: 40px;
  border: 1px solid #000;
  width: 186px;
  text-align: center; }
  .investors .investors-stock-content-btn:hover {
    color: #00953D;
    border-color: #00953D; }

.investors .investors-stock-content-right {
  float: right;
  padding-left: 90px;
  width: 50%;
  padding-top: 70px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.investors .investors-stock-content-price.down span {
  color: #00953D !important; }

.investors .investors-news a.more {
  float: right;
  font-size: 16px;
  font-family: 'SourceHanSerifCN-Regular';
  font-style: italic;
  color: #000;
  background: url(/en/images/investors/investors-right.jpg) no-repeat right;
  line-height: 30px;
  padding-right: 40px;
  margin-top: 50px; }

@media only screen and (max-width: 992px) {
  .investors .banner {
    height: 6.25rem; }
    .investors .banner .banner-name {
      width: 6.875rem;
      margin-top: 2.03125rem; }
  .investors .center-wrap {
    padding: 0 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .investors .investors-stock {
    background: #F0F9FD;
    height: auto;
    margin-top: 1.09375rem;
    overflow: hidden; }
    .investors .investors-stock .investors-stock-content {
      height: auto; }
      .investors .investors-stock .investors-stock-content .investors-stock-content-left {
        float: none;
        margin-left: 0;
        width: auto;
        border-right: none;
        border-bottom: 1px solid #E3E3E3;
        padding: 0.78125rem 0 0.84375rem;
        height: auto; }
      .investors .investors-stock .investors-stock-content .investors-stock-content-right {
        float: none;
        margin-left: 0;
        width: auto;
        padding: 0.78125rem 0 0.84375rem;
        height: auto; }
      .investors .investors-stock .investors-stock-content .investors-stock-content-name {
        font-size: 0.4375rem;
        font-family: 'SourceHanSerifCN-Regular';
        color: #222; }
        .investors .investors-stock .investors-stock-content .investors-stock-content-name span {
          margin-left: 0.3125rem; }
      .investors .investors-stock .investors-stock-content .investors-stock-content-price {
        padding-top: 0.3125rem;
        font-size: 0.65625rem;
        font-family: 'SourceHanSansCN-Regular';
        font-weight: 600; }
        .investors .investors-stock .investors-stock-content .investors-stock-content-price span {
          margin-left: 0.34375rem;
          color: #FF0000; }
      .investors .investors-stock .investors-stock-content .investors-stock-content-time {
        color: #888888;
        font-size: 0.375rem;
        font-family: 'SourceHanSerifCN-Regular'; }
      .investors .investors-stock .investors-stock-content .investors-stock-content-btn {
        margin-top: 0.625rem;
        display: block;
        font-family: 'SourceHanSerifCN-Regular';
        font-size: 0.375rem;
        color: #000;
        line-height: 1.03125rem;
        border: 1px solid #222;
        width: 3.71875rem;
        text-align: center; }
  .investors .investors-news a.more {
    float: right;
    font-size: 0.375rem;
    font-family: 'SourceHanSerifCN-Regular';
    font-style: italic;
    color: #000;
    background: url(/en/images/investors/investors-right.jpg) no-repeat right;
    background-size: auto 100%;
    line-height: 0.46875rem;
    padding-right: 0.625rem;
    margin-top: 0.6875rem; } }

/*¹É¶«´ó»á*/
.investors-meeting .investors-news {
  margin-top: 80px;
  overflow: hidden; }

.investors-meeting .investors-news ul li:first-child {
  border-top: 1px solid #E0E0E0; }

.investors-meeting .investors-news ul li {
  line-height: 88px;
  border-bottom: 1px solid #E0E0E0;
  font-family: 'SourceHanSerifCN-Regular';
  overflow: hidden; }

.investors-meeting .investors-news ul li a {
  color: #000;
  font-size: 24px;
  float: left; }
  .investors-meeting .investors-news ul li a:hover {
    color: #00953D; }

.investors-meeting .investors-news ul li span {
  font-size: 16px;
  float: right;
  margin-right: 20px; }

.investors-meeting .investors-news ul li span a {
  margin-right: 70px; }

@media only screen and (max-width: 992px) {
  .investors-meeting .investors-news {
    margin-top: 0.78125rem; }
    .investors-meeting .investors-news ul li {
      line-height: 1.1;
      border-bottom: 1px solid #E0E0E0;
      font-family: 'SourceHanSerifCN-Regular';
      overflow: hidden;
      padding-bottom: 0.625rem; }
      .investors-meeting .investors-news ul li > a {
        display: block;
        color: #222;
        font-size: 0.5rem;
        line-height: 0.71875rem;
        float: none;
        padding-top: 0.5625rem; }
      .investors-meeting .investors-news ul li > span {
        font-size: 0.375rem;
        float: none;
        margin-right: 0;
        padding-top: 0.375rem;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; }
        .investors-meeting .investors-news ul li > span a {
          float: none;
          margin: 0;
          width: 2.40625rem;
          height: 1.03125rem;
          line-height: 0.9375rem;
          text-align: center;
          border: 1px solid #e0e0e0;
          font-size: 0.375rem; }
          .investors-meeting .investors-news ul li > span a img {
            width: 0.34375rem; }
          .investors-meeting .investors-news ul li > span a:after {
            content: 'ÏÂÔØ';
            font-size: 0.375rem;
            font-family: 'SourceHanSerifCN-Regular';
            color: #222;
            margin-left: 0.15625rem; } }

/*Ä±»®Äê±¨*/
.investors-report .investors-news {
  margin-top: 80px;
  overflow: hidden; }

.investors-report .report-content-left {
  float: left;
  /*}
    .report-content-left .report-content-top{*/
  width: 48.33%;
  height: 445px;
  /*background: url(/en/images/investors/report-img1.jpg) no-repeat center top;*/
  position: relative; }
  .investors-report .report-content-left:nth-child(2n) {
    margin-left: 3.33%; }

.investors-report .report-content-right {
  float: right;
  /*}
    .report-content-right .report-content-top{*/
  width: 48.33%;
  height: 380px;
  /*background: url(/en/images/investors/report-img2.jpg) no-repeat left;*/
  position: relative; }

.investors-report .report-content-top {
  width: 176px;
  height: 218px;
  background: #FFF;
  position: absolute;
  top: 112px;
  right: 60px; }

.investors-report .report-content-top-con {
  margin: 10px;
  border: 1px solid #E0E0E0;
  height: 186px;
  padding: 10px 0 0 15px;
  font-family: 'SourceHanSansCN-Regular'; }

.investors-report .report-content-top-con .hstd {
  color: #00953D;
  font-size: 12px; }

.investors-report .report-content-top-con .year {
  font-size: 56px;
  font-weight: lighter;
  line-height: 74px; }

.investors-report .report-content-top-con .border {
  width: 35px;
  border: 1px solid #00953D; }

.investors-report .report-content-top-con .company {
  font-size: 14px;
  width: 115px;
  line-height: 24px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.investors-report .report-content-top-con .title {
  font-size: 14px; }

.investors-report .report-content {
  /*height: 445px;*/
  overflow: hidden; }

.investors-report .report-content a {
  position: absolute;
  top: 395px;
  width: 100%;
  text-align: center;
  border: 1px solid #E0E0E0;
  line-height: 48px;
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  box-sizing: border-box; }
  .investors-report .report-content a img {
    display: none; }
    .investors-report .report-content a img:first-child {
      display: inline-block; }
  .investors-report .report-content a:hover {
    border-color: #00953D;
    color: #00953D; }
    .investors-report .report-content a:hover img {
      display: inline-block; }
      .investors-report .report-content a:hover img:first-child {
        display: none; }

@media only screen and (max-width: 992px) {
  .investors-report .investors-news {
    margin-top: 0.78125rem; }
  .investors-report .report-content {
    height: auto; }
    .investors-report .report-content .report-content-left {
      float: none;
      width: auto;
      height: 5.71875rem;
      background-image: url(/en/images/investors/report-img1.jpg);
      background-size: cover;
      position: relative;
      margin-bottom: 2.1875rem; }
      .investors-report .report-content .report-content-left:nth-child(2n) {
        margin-left: 0%; }
    .investors-report .report-content .report-content-right {
      float: none;
      width: auto;
      height: 5.71875rem;
      background-image: url(/en/images/investors/report-img2.jpg);
      background-size: cover;
      position: relative;
      margin-bottom: 1.40625rem; }
    .investors-report .report-content .report-content-top {
      width: 2.65625rem;
      height: 3.28125rem;
      background: #FFF;
      position: absolute;
      top: 1.6875rem;
      right: 0.9375rem; }
    .investors-report .report-content .report-content-top-con {
      margin: 0.125rem;
      border: 1px solid #E0E0E0;
      height: 2.9375rem;
      padding: 0.125rem 0.21875rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'SourceHanSansCN-Regular'; }
    .investors-report .report-content .report-content-top-con .hstd {
      color: #00953D;
      font-size: 0.1875rem; }
    .investors-report .report-content .report-content-top-con .year {
      font-size: 0.84375rem;
      font-weight: lighter;
      line-height: 1.125rem; }
    .investors-report .report-content .report-content-top-con .border {
      width: 0.53125rem;
      border: 1px solid #00953D; }
    .investors-report .report-content .report-content-top-con .company {
      font-size: 0.21875rem;
      width: auto;
      line-height: 0.375rem;
      padding-top: 0.125rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .investors-report .report-content .report-content-top-con .title {
      font-size: 0.21875rem; }
  .investors-report .report-content a {
    position: absolute;
    top: auto;
    bottom: -1.40625rem;
    width: 100%;
    text-align: center;
    border: 1px solid #E0E0E0;
    line-height: 1.03125rem;
    color: #000;
    vertical-align: middle;
    font-size: 0.375rem;
    box-sizing: border-box; }
    .investors-report .report-content a img {
      width: 0.32813rem;
      height: 0.34375rem; } }

.investors-structure .structure-news {
  margin-top: 80px;
  border: 1px solid #E5E9E9; }
  .investors-structure .structure-news table {
    width: 100%;
    border: 0; }
    .investors-structure .structure-news table tr.structure-subtitle th, .investors-structure .structure-news table tr.structure-subtitle td {
      color: #333; }
    .investors-structure .structure-news table tr th {
      font-size: 20px;
      font-family: 'SourceHanSerifCN-Regular';
      font-weight: bold;
      background: #fe8966;
      color: white;
      line-height: 70px;
      border: 0;
      padding: 0 40px;
      width: 33.33%;
      border-left: 1px solid #FFF; }
      .investors-structure .structure-news table tr th:first-child {
        text-align: left;
        border-left: 0; }
    .investors-structure .structure-news table tr td {
      font-size: 18px;
      text-align: center;
      line-height: 70px;
      border: 0;
      padding: 0 40px;
      width: 33.33%;
      font-family: 'SourceHanSansCN-Regular';
      border-left: 1px solid #e5e9e9;
      border-top: 1px solid #e5e9e9;
      color: #565656; }
      .investors-structure .structure-news table tr td:first-child {
        text-align: left;
        border-left: 0; }

.investors-structure .structure-title, .investors-structure .structure-subtitle, .investors-structure .structure-row {
  line-height: 70px;
  height: 70px; }

.investors-structure .structure-title {
  background: #fe8966;
  color: #fff;
  font-size: 20px;
  font-family: 'SourceHanSerifCN-Regular';
  font-weight: bold; }

.investors-structure .structure-news span {
  float: left;
  width: 33.33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.investors-structure .structure-news .col1 {
  text-indent: 40px; }

.investors-structure .structure-news .col2 {
  text-align: center; }

.investors-structure .structure-news .col3 {
  text-align: center; }

.investors-structure .col1, .investors-structure .col2 {
  border-right: 1px solid #e5e9e9; }

.investors-structure .structure-subtitle {
  background: #fff2ee;
  font-size: 18px;
  font-family: 'SourceHanSansCN-Regular';
  font-weight: bold; }

.investors-structure .structure-row {
  color: #666;
  font-size: 18px;
  font-family: 'SourceHanSansCN-Regular';
  border-top: 1px solid #E5E9E9; }

.investors-structure .structure-row.current {
  background: #F9F9F9; }

@media only screen and (max-width: 992px) {
  .investors-structure .structure-news {
    margin: 0;
    padding: 0.9375rem 0.625rem 0;
    border: none;
    overflow-x: scroll; }
    .investors-structure .structure-news .structure-table {
      border: 1px solid #e5e9e9;
      margin: 0;
      width: 100%; }
    .investors-structure .structure-news table tr th {
      font-size: 0.34375rem;
      line-height: 0.65625rem;
      padding: 0 0.3125rem;
      height: 1.3125rem; }
    .investors-structure .structure-news table tr td {
      font-size: 0.3125rem;
      line-height: 0.625rem;
      padding: 0 0.3125rem;
      height: 1.25rem; }
  .investors-structure .structure-title, .investors-structure .structure-subtitle, .investors-structure .structure-row {
    line-height: 1.46875rem;
    height: 1.46875rem;
    font-size: 0; }
  .investors-structure .structure-title {
    background: #00953D;
    color: #fff;
    font-family: 'SourceHanSerifCN-Regular';
    font-weight: bold;
    white-space: nowrap; }
    .investors-structure .structure-title span {
      font-size: 0.375rem; }
  .investors-structure .structure-subtitle span {
    font-size: 0.375rem; }
  .investors-structure .structure-row span {
    font-size: 0.375rem; }
  .investors-structure .structure-news span {
    float: none;
    display: inline-block;
    width: 33.33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .investors-structure .structure-news .col1 {
    text-indent: 0;
    line-height: 1.6; } }

/*Ã½ÌåÖÐÐÄ*/
.media .main .top-bg {
  height: 400px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative; }

.media .main .top-bg div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .media .main .top-bg div .pc {
    max-width: 1200px; }
  .media .main .top-bg div .md {
    display: none; }

.media .main .news-list {
  margin-top: 80px; }

.media .main .news-list li:last-child .limain {
  border-bottom: 1px solid #e0e0e0; }

.media .main .news-list li {
  overflow: hidden;
  font-family: "SourceHanSerifCN-Regular",'ËÎÌå'; }

.media .main .news-list li:hover {
  background: #f7fdff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.media .main .news-list li .limain {
  max-width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  padding: 50px 0px; }
  .media .main .news-list li .limain.nopic .dcenter {
    margin-left: 0; }

.media .main .news-list li:hover .limain {
  border-top: 0px;
  border-bottom: 0px; }

.media .main .news-list li:hover + li .limain {
  border-top: 0px; }

.media .main .news-list li .dinfo {
  float: left; }

.media .main .news-list li .dleft {
  width: 217px;
  height: 162px; }

.media .main .news-list li .dleft img {
  width: 100%;
  height: 100%; }

.media .main .news-list li .dcenter {
  margin-left: 260px;
  height: 162px; }
  .media .main .news-list li .dcenter.media-major-dcenter {
    margin-left: 0;
    height: auto; }
    .media .main .news-list li .dcenter.media-major-dcenter .desc {
      font-size: 16px;
      color: #565656;
      margin-top: 25px;
      width: 670px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden; }

.media .main .news-list li .dright {
  width: 110px;
  float: right;
  height: 162px;
  position: relative; }

.media .main .news-list li .dcenter .title {
  overflow: hidden;
  line-height: 1.4; }
  .media .main .news-list li .dcenter .title a {
    float: left;
    font-size: 26px;
    color: #222;
    width: 840px; }
  .media .main .news-list li .dcenter .title .time {
    float: right;
    font-size: 14px;
    text-align: right; }

.media .main .news-list li .dcenter .desc {
  font-size: 16px;
  color: #565656;
  margin-top: 15px;
  width: 740px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.media .main .news-list li .dcenter .more {
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  padding-top: 24px;
  display: block; }

.media .main .news-list li .dcenter .more .img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: url(/en/images/media/jt.jpg);
  background-size: 100%;
  float: right;
  margin-left: 5px; }

.media .main .news-list li:hover .dcenter .more .img {
  background: url(/en/images/media/jt-1.jpg); }

.media .main .news-list li .dcenter .more a {
  color: #565656; }

.media .main .news-list li:hover .dcenter .more a {
  color: #069742; }

.media .news-detail {
  font-family: "SourceHanSerifCN-Regular"; }

.media .news-detail .back {
  font-size: 16px;
  color: #848484;
  padding: 50px 0px 80px 0px;
  width: 1200px;
  margin: 0px auto; }

.media .news-detail .back a {
  color: #848484; }

.media .news-detail .nmain {
  width: 998px;
  margin: 0px auto; }

.media .news-detail .title {
  font-size: 32px; }

.media .news-detail .source {
  font-size: 16px;
  margin: 15px 0px 40px 0px;
  padding-bottom: 40px;
  color: #333;
  border-bottom: 1px solid #e0e0e0; }

.media .news-detail .content {
  font-size: 16px;
  margin-bottom: 100px;
  color: #333;
  line-height: 26px;
  overflow: hidden; }
  .media .news-detail .content img {
    max-width: 100%; }
  .media .news-detail .content .selectTdClass {
    background-color: #edf5fa !important; }
  .media .news-detail .content table.noBorderTable td, .media .news-detail .content table.noBorderTable th, .media .news-detail .content table.noBorderTable caption {
    border: 1px dashed #ddd !important; }
  .media .news-detail .content table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    max-width: 100%; }
  .media .news-detail .content td, .media .news-detail .content th {
    padding: 5px 10px;
    border: 1px solid #DDD; }
  .media .news-detail .content caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center; }
  .media .news-detail .content th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7; }
  .media .news-detail .content table tr.firstRow th {
    border-top-width: 2px; }
  .media .news-detail .content .ue-table-interlace-color-single {
    background-color: #fcfcfc; }
  .media .news-detail .content .ue-table-interlace-color-double {
    background-color: #f7faff; }
  .media .news-detail .content td p {
    margin: 0;
    padding: 0; }

.media .news-detail .content p {
  margin: 5px 0; }

.media .news-detail .content h1 {
  font-size: 32px; }

.media .news-detail .content h2 {
  font-size: 24px; }

.media .news-detail .content h3 {
  font-size: 18px; }

.media .news-detail .content h4 {
  font-size: 16px; }

.media .news-detail .content h5 {
  font-size: 13px; }

@media only screen and (max-width: 992px) {
  .media .main .top-bg {
    height: 6.25rem;
    background-image: url(/en/images/media/top_bg.jpg);
    background-size: cover;
    width: 100%;
    overflow: hidden; }
  .media .main .top-bg div .pc {
    display: none; }
  .media .main .top-bg div .md {
    display: block;
    width: 10rem; }
  .media .main .news-list {
    margin-top: 0.78125rem;
    padding: 0 0.625rem; }
  .media .main .news-list li:last-child .limain {
    border-bottom: 1px solid #e0e0e0; }
  .media .main .news-list li {
    overflow: hidden;
    font-family: "SourceHanSerifCN-Regular"; }
  .media .main .news-list li:hover {
    background: #f7fdff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
  .media .main .news-list li .limain {
    width: auto;
    margin: 0px auto;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    padding: 0.78125rem 0px; }
    .media .main .news-list li .limain.media-major-limain {
      padding: 0.625rem 0px; }
  .media .main .news-list li:hover .limain {
    border-top: 0px;
    border-bottom: 0px; }
  .media .main .news-list li:hover + li .limain {
    border-top: 0px; }
  .media .main .news-list li .dinfo {
    float: none; }
  .media .main .news-list li .dleft {
    width: auto;
    height: 6.5625rem; }
  .media .main .news-list li .dleft img {
    width: 100%;
    height: 100%; }
  .media .main .news-list li .dcenter {
    margin-left: 0;
    height: auto; }
    .media .main .news-list li .dcenter.media-major-dcenter .desc {
      font-size: 0.375rem;
      color: #565656;
      margin-top: 0.375rem;
      width: auto;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
  .media .main .news-list li .dcenter .title {
    overflow: hidden;
    line-height: 1; }
    .media .main .news-list li .dcenter .title a {
      float: none;
      display: block;
      font-size: 0.5rem;
      line-height: 0.65625rem;
      color: #222;
      padding-top: 0.625rem;
      padding-right: 0;
      width: 100%; }
    .media .main .news-list li .dcenter .title .time {
      float: none;
      display: block;
      font-size: 0.375rem;
      text-align: left;
      padding-top: 0.3125rem; }
    .media .main .news-list li .dcenter .title.media-major-title a {
      padding-top: 0; }
  .media .main .news-list li .dcenter .desc {
    font-size: 0.375rem;
    color: #565656;
    margin-top: 0.375rem;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden; }
  .media .main .news-list li .dcenter .more {
    font-size: 0.375rem;
    line-height: 0.59375rem;
    text-align: left;
    padding-top: 0.625rem;
    display: block; }
  .media .main .news-list li .dcenter .more .img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 0.46875rem;
    height: 0.46875rem;
    margin-top: 0px;
    background: url(/en/images/media/jt.jpg);
    background-size: 100%;
    float: none;
    margin-left: 5px; }
  .media .main .news-list li:hover .dcenter .more .img {
    background: url(/en/images/media/jt-1.jpg); }
  .media .main .news-list li .dcenter .more a {
    color: #565656; }
  .media .main .news-list li:hover .dcenter .more a {
    color: #069742; }
  .media .main .news-list li:hover .dcenter .more a .img {
    background-size: 100% auto !important; }
  .media .news-detail {
    margin-top: 1.875rem;
    font-family: "SourceHanSerifCN-Regular";
    padding: 0.78125rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .media .news-detail .back {
    display: none; }
  .media .news-detail .nmain {
    width: auto;
    margin: 0px auto; }
  .media .news-detail .title {
    font-size: 0.75rem;
    line-height: 0.96875rem; }
  .media .news-detail .source {
    font-size: 0.375rem;
    margin: 0.25rem 0px 0;
    padding-bottom: 0.625rem;
    color: #333;
    border-bottom: 1px solid #e0e0e0; }
  .media .news-detail .content {
    font-size: 0.375rem;
    margin-bottom: 0;
    color: #333;
    line-height: 0.84375rem;
    padding: 0.625rem 0 1.5625rem; }
    .media .news-detail .content table {
      width: 100%; } }

/*Ã½ÌåÖÐÐÄ£¬£¬ÊÓÆµ±¨µÀ*/
.media-video .media-video-list {
  padding-top: 80px; }
  .media-video .media-video-list ul {
    overflow: hidden; }
    .media-video .media-video-list ul li {
      float: left;
      width: 31.66%;
      height: 364px;
      margin-right: 2.4%; }
      .media-video .media-video-list ul li:nth-child(3n) {
        margin-right: 0; }
      .media-video .media-video-list ul li .item-img {
        height: 214px;
        background-size: cover; }
        .media-video .media-video-list ul li .item-img .item-img-mask {
          height: 100%;
          background-color: rgba(0, 0, 0, 0.4);
          position: relative; }
          .media-video .media-video-list ul li .item-img .item-img-mask img {
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            cursor: pointer; }
      .media-video .media-video-list ul li h6 {
        font-size: 20px;
        font-family: SourceHanSerifCN-Regular;
        font-weight: normal;
        color: #222;
        line-height: 38px;
        padding-top: 24px;
        text-overflow: ellipsis;
        overflow: hidden; }
        .media-video .media-video-list ul li h6:hover {
          color: #00953D;
          cursor: pointer; }
      .media-video .media-video-list ul li p {
        font-size: 14px;
        line-height: 38px;
        color: #676767; }

@media only screen and (max-width: 992px) {
  .media-video .media-video-list {
    padding: 1.25rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .media-video .media-video-list ul {
      overflow: hidden; }
      .media-video .media-video-list ul li {
        float: none;
        width: auto;
        height: 7.5rem;
        margin-right: 0; }
        .media-video .media-video-list ul li:nth-child(3n) {
          margin-right: 0; }
        .media-video .media-video-list ul li .item-img {
          height: 4.9375rem;
          background-size: cover; }
          .media-video .media-video-list ul li .item-img .item-img-mask {
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            position: relative; }
            .media-video .media-video-list ul li .item-img .item-img-mask img {
              width: 1.8125rem;
              height: 1.8125rem; }
        .media-video .media-video-list ul li h6 {
          font-size: 0.5rem;
          font-family: SourceHanSerifCN-Regular;
          font-weight: normal;
          color: #222;
          padding-top: 0.46875rem;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .media-video .media-video-list ul li p {
          font-size: 0.375rem;
          font-family: SourceHanSerifCN-Regular;
          line-height: 0.59375rem;
          color: #222; } }

/*½¹µã¹¤Òµ*/
.core {
  /*ÏÈÈÝÄ£¿£¿£¿£¿£¿£¿é*/
  /*Í¼Æ¬ÊÓÆµÕ¹Ê¾Ä£¿£¿£¿£¿£¿£¿é*/
  /*Í³¼ÆÄ£¿£¿£¿£¿£¿£¿é*/
  /*¾°Çø¶¯Ì¬*/
  /*¾°ÇøÏÈÈÝ*/
  /*Í¼Æ¬ÉÏ¸¡¶¯ÎÄ±¾*/
  /*Ïà¹ØÉèÊ©×ÊÔ´*/
  /*Í¼ÎÄÁÐ±íÄ£¿£¿£¿£¿£¿£¿é*/
  /*¿¨Æ¬Ä£¿£¿£¿£¿£¿£¿é*/
  /*ÏàÖúÁÐ±íÄ£¿£¿£¿£¿£¿£¿é*/ }
  .core .banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative; }
    .core .banner .banner-name {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .core .banner .banner-name .pc {
        max-width: 1200px; }
      .core .banner .banner-name .md {
        display: none; }
    .core .banner .banner-toplisted {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .core .banner .banner-toplisted .pc {
        max-width: 1200px; }
      .core .banner .banner-toplisted .md {
        display: none; }
  .core .banner-hotel {
    width: 250px;
    margin: 0px auto;
    margin-top: 160px; }
    .core .banner-hotel img {
      width: 100%; }
  .core .bg-skyblue {
    background-color: #eef8fd; }
  .core .introduce-warp {
    background-color: #eef8fd;
    padding-bottom: 120px; }
    .core .introduce-warp .center-wrap {
      position: relative;
      padding-top: 80px; }
  .core .banner-sub-wrap {
    position: absolute;
    left: 0;
    top: -74px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 114px;
    padding: 0 50px;
    background-color: #fff;
    -moz-box-shadow: 0 6px 30px 0 #e4eef4;
    -webkit-box-shadow: 0 6px 30px 0 #e4eef4;
    box-shadow: 0 6px 30px 0 #e4eef4; }
    .core .banner-sub-wrap h4 {
      float: left;
      line-height: 114px;
      font-size: 32px;
      color: #282828;
      font-family: SourceHanSerifCN-Bold;
      font-weight: normal; }
    .core .banner-sub-wrap .btn {
      float: right;
      width: 156px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      border: 1px solid #282828;
      font-size: 18px;
      color: #222;
      font-family: SourceHanSerifCN-Regular;
      margin-top: 30px; }
      .core .banner-sub-wrap .btn:hover {
        color: #00953D;
        border-color: #00953D; }
  .core .introduce-warp-close {
    display: inline-block;
    font-size: 16px;
    color: #848484;
    line-height: 38px;
    font-family: SourceHanSerifCN-Regular; }
  .core .introduce-warp-content {
    overflow: hidden;
    padding-top: 96px; }
    .core .introduce-warp-content .fl {
      float: left;
      width: 45.83%;
      min-height: 420px;
      background-color: #fff; }
      .core .introduce-warp-content .fl .content-logo {
        height: 180px;
        line-height: 180px;
        padding-left: 68px;
        border-bottom: 1px solid #d2d2d2; }
        .core .introduce-warp-content .fl .content-logo img {
          max-height: 175px; }
      .core .introduce-warp-content .fl .content-contact {
        padding: 30px 68px;
        font-family: SourceHanSerifCN-Regular; }
        .core .introduce-warp-content .fl .content-contact h6 {
          font-size: 24px;
          font-weight: normal; }
        .core .introduce-warp-content .fl .content-contact p {
          font-size: 18px;
          line-height: 26px;
          color: #222; }
        .core .introduce-warp-content .fl .content-contact .telephone {
          padding-top: 10px;
          font-size: 18px;
          line-height: 26px;
          color: #222;
          font-family: SourceHanSerifCN-Regular; }
          .core .introduce-warp-content .fl .content-contact .telephone img {
            /*height: 26px;*/
            width: 26px;
            vertical-align: middle; }
    .core .introduce-warp-content .fr {
      float: right;
      width: 50.83%;
      /*height: 420px;*/
      overflow: hidden; }
      .core .introduce-warp-content .fr .content-title {
        font-size: 26px;
        line-height: 40px;
        color: #222;
        font-family: SourceHanSerifCN-Regular; }
      .core .introduce-warp-content .fr p {
        font-size: 16px;
        line-height: 30px;
        color: #222;
        font-family: SourceHanSerifCN-Regular,'ËÎÌå';
        padding-top: 20px; }
  .core .core-show-warp {
    padding-top: 80px;
    overflow: hidden; }
    .core .core-show-warp .last-btn, .core .core-show-warp .next-btn {
      display: none; }
    .core .core-show-warp .picture-box, .core .core-show-warp .video-box {
      width: 49.16%; }
      .core .core-show-warp .picture-box ul, .core .core-show-warp .video-box ul {
        height: 457px; }
    .core .core-show-warp .core-show-btn {
      display: block;
      margin-top: 20px;
      height: 60px;
      line-height: 60px;
      background-color: #00953d;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-family: SourceHanSansCN-Regular; }
    .core .core-show-warp .picture-box {
      float: left; }
      .core .core-show-warp .picture-box ul {
        overflow: hidden; }
        .core .core-show-warp .picture-box ul li {
          float: left;
          width: 48.3%;
          margin-right: 3.38%;
          height: 214px;
          background-size: cover;
          background-position: center;
          margin-top: 28px; }
          .core .core-show-warp .picture-box ul li:nth-child(2n) {
            margin-right: 0; }
          .core .core-show-warp .picture-box ul li:nth-child(-n+2) {
            margin-top: 0; }
    .core .core-show-warp .video-box {
      float: right; }
      .core .core-show-warp .video-box ul li {
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        display: none; }
        .core .core-show-warp .video-box ul li img {
          position: absolute;
          left: 50%;
          top: 50%;
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          cursor: pointer; }
        .core .core-show-warp .video-box ul li:first-child {
          display: block; }
  .core .statistical {
    height: 743px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 140px; }
    .core .statistical .center-wrap ul {
      overflow: hidden;
      padding-top: 130px; }
      .core .statistical .center-wrap ul li {
        width: 385px;
        height: 230px;
        float: left;
        background: white;
        margin-right: 22px;
        margin-bottom: 22px;
        padding-top: 42px;
        box-sizing: border-box;
        padding-left: 52px; }
        .core .statistical .center-wrap ul li:nth-child(3n) {
          margin-right: 0; }
        .core .statistical .center-wrap ul li h2 {
          padding-left: 40px;
          color: #00953d;
          font-size: 14px;
          font-weight: normal;
          font-family: SourceHanSerifCN-Bold; }
          .core .statistical .center-wrap ul li h2.icon-01 {
            background: url(/en/images/stat-01.png) no-repeat left center; }
          .core .statistical .center-wrap ul li h2.icon-02 {
            background: url(/en/images/stat-02.png) no-repeat left center; }
          .core .statistical .center-wrap ul li h2.icon-02-1 {
            background: url(/en/images/stat-02-1.png) no-repeat left center; }
          .core .statistical .center-wrap ul li h2.icon-03 {
            background: url(/en/images/stat-03.png) no-repeat left center; }
          .core .statistical .center-wrap ul li h2.icon-04 {
            background: url(/en/images/stat-04.png) no-repeat left center; }
          .core .statistical .center-wrap ul li h2.icon-05 {
            background: url(/en/images/stat-05.png) no-repeat left center; }
        .core .statistical .center-wrap ul li strong {
          font-weight: normal;
          font-family: SourceHanSerifCN-Bold;
          font-size: 80px; }
        .core .statistical .center-wrap ul li em {
          font-size: 16px;
          font-style: normal; }
  .core .dynamic-wrap {
    background-color: #eef8fd; }
    .core .dynamic-wrap .center-wrap {
      padding: 80px 0 100px; }
      .core .dynamic-wrap .center-wrap .dynamic-title {
        font-size: 48px;
        color: #222;
        font-family: SourceHanSerifCN-Regular; }
      .core .dynamic-wrap .center-wrap .dynamic-list {
        margin-top: 40px; }
        .core .dynamic-wrap .center-wrap .dynamic-list ul li {
          line-height: 74px;
          overflow: hidden;
          border-bottom: 1px solid #d2d2d2; }
          .core .dynamic-wrap .center-wrap .dynamic-list ul li:first-child {
            border-top: 1px solid #d2d2d2; }
          .core .dynamic-wrap .center-wrap .dynamic-list ul li p {
            float: left;
            font-size: 18px;
            font-family: SourceHanSerifCN-Bold; }
            .core .dynamic-wrap .center-wrap .dynamic-list ul li p a {
              color: #222; }
          .core .dynamic-wrap .center-wrap .dynamic-list ul li i {
            float: right;
            font-size: 16px;
            font-family: SourceHanSerifCN-Regular; }
  .core .area-introduce-wrap {
    padding-top: 20px; }
    .core .area-introduce-wrap ul li {
      padding: 80px 0;
      border-bottom: 1px solid #d2d2d2; }
      .core .area-introduce-wrap ul li .item-title {
        font-size: 26px;
        line-height: 1.1;
        color: #222;
        font-family: SourceHanSerifCN-Regular;
        font-weight: normal; }
      .core .area-introduce-wrap ul li .item-main {
        overflow: hidden;
        padding-top: 50px; }
        .core .area-introduce-wrap ul li .item-main .fl {
          float: left; }
        .core .area-introduce-wrap ul li .item-main .fr {
          float: right; }
        .core .area-introduce-wrap ul li .item-main .item-text {
          font-size: 14px;
          color: #222;
          line-height: 20px;
          font-family: SourceHanSerifCN-Medium,'ËÎÌå';
          height: 590px;
          overflow: hidden; }
        .core .area-introduce-wrap ul li .item-main .item-img {
          height: 510px;
          background-size: cover; }
      .core .area-introduce-wrap ul li:first-child .item-main .item-text {
        width: 35.83%;
        line-height: 16px; }
      .core .area-introduce-wrap ul li:first-child .item-main .item-img {
        width: 60.5%;
        height: 560px; }
      .core .area-introduce-wrap ul li:nth-child(2) {
        padding-bottom: 0;
        border-bottom: none; }
        .core .area-introduce-wrap ul li:nth-child(2) .item-main .item-text {
          width: 40.83%;
          height: 570px; }
        .core .area-introduce-wrap ul li:nth-child(2) .item-main .item-img {
          width: 55%; }
  .core .text-above-picture .bg-picture {
    height: 520px; }
  .core .text-above-picture .center-wrap {
    height: 400px;
    position: relative; }
    .core .text-above-picture .center-wrap .main {
      position: absolute;
      right: 0;
      bottom: 6px;
      width: 712px;
      height: 800px;
      background-color: #fff;
      -moz-box-shadow: 0 6px 20px 0 #b2b2b2;
      -webkit-box-shadow: 0 6px 20px 0 #b2b2b2;
      box-shadow: 0 6px 20px 0 #b2b2b2;
      padding: 40px 54px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden; }
      .core .text-above-picture .center-wrap .main .title {
        font-size: 26px;
        line-height: 1.5;
        color: #222;
        font-family: SourceHanSerifCN-Regular;
        font-weight: normal; }
      .core .text-above-picture .center-wrap .main .text {
        font-size: 16px;
        line-height: 30px;
        color: #222;
        font-family: SourceHanSerifCN-Regular; }
  .core .relevant-wrap {
    background-color: #eef8fd; }
    .core .relevant-wrap .center-wrap {
      padding: 90px 0; }
    .core .relevant-wrap .relevant-title {
      font-size: 32px;
      line-height: 1.5;
      color: #222;
      font-family: SourceHanSerifCN-Regular;
      font-weight: normal;
      padding-bottom: 50px; }
    .core .relevant-wrap .relevant-main {
      overflow: hidden; }
      .core .relevant-wrap .relevant-main .fl {
        float: left; }
      .core .relevant-wrap .relevant-main .fr {
        float: right; }
      .core .relevant-wrap .relevant-main .relevant-item {
        width: 49.16%;
        height: 350px;
        background-color: #fff;
        padding: 0 40px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-shadow: 0 6px 20px 0 #e4eef4;
        -webkit-box-shadow: 0 6px 20px 0 #e4eef4;
        box-shadow: 0 6px 20px 0 #e4eef4;
        margin-bottom: 10px; }
        .core .relevant-wrap .relevant-main .relevant-item .title {
          border-bottom: 1px solid #d2d2d2;
          padding: 36px 0 20px;
          line-height: 54px; }
          .core .relevant-wrap .relevant-main .relevant-item .title img {
            height: 100%;
            vertical-align: bottom; }
          .core .relevant-wrap .relevant-main .relevant-item .title span {
            font-size: 26px;
            font-family: SourceHanSerifCN-Medium;
            color: #222;
            margin-left: 16px; }
        .core .relevant-wrap .relevant-main .relevant-item .list {
          padding-top: 18px; }
          .core .relevant-wrap .relevant-main .relevant-item .list ul {
            overflow: hidden; }
            .core .relevant-wrap .relevant-main .relevant-item .list ul li {
              float: left;
              width: 50%;
              font-size: 16px;
              color: #222;
              line-height: 32px;
              font-family: SourceHanSansCN-Regular; }
              .core .relevant-wrap .relevant-main .relevant-item .list ul li a {
                color: #222; }
                .core .relevant-wrap .relevant-main .relevant-item .list ul li a:hover {
                  color: #00953D; }
  .core .img-text-wrap {
    padding: 80px 0 100px; }
    .core .img-text-wrap .item-1 {
      overflow: hidden; }
      .core .img-text-wrap .item-1 .fl {
        width: 49.16%;
        float: left; }
      .core .img-text-wrap .item-1 .fr {
        width: 49.16%;
        float: right; }
    .core .img-text-wrap .item-title {
      font-size: 26px;
      line-height: 38px;
      color: #222;
      font-family: SourceHanSerifCN-Bold; }
    .core .img-text-wrap .item-text {
      padding-top: 24px;
      font-size: 16px;
      line-height: 28px;
      color: #222;
      font-family: SourceHanSerifCN-Regular,"\5B8B\4F53"; }
    .core .img-text-wrap .item-2 {
      margin-top: 50px;
      height: 400px;
      background-size: cover; }
    .core .img-text-wrap .item-3 {
      overflow: hidden;
      padding-top: 80px; }
      .core .img-text-wrap .item-3 .fl {
        width: 55%;
        float: left;
        height: 480px;
        background-size: cover; }
      .core .img-text-wrap .item-3 .fr {
        width: 40.83%;
        float: right; }
      .core .img-text-wrap .item-3 .item-hr {
        margin: 24px 0;
        height: 1px;
        background-color: #d2d2d2; }
  .core .card-list ul {
    overflow: hidden;
    padding-bottom: 70px; }
    .core .card-list ul li {
      float: left;
      width: 31.6%;
      margin-right: 2.4%;
      border-bottom: 2px solid #00953d;
      padding-bottom: 30px; }
      .core .card-list ul li:nth-child(3n) {
        margin-right: 0; }
      .core .card-list ul li .item-name {
        font-size: 26px;
        font-family: SourceHanSerifCN-Bold;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 40px;
        height: 160px; }
      .core .card-list ul li .item-text {
        font-size: 18px;
        font-family: SourceHanSerifCN-Regular;
        line-height: 28px;
        border-top: 1px solid #d2d2d2;
        padding-top: 20px; }
  .core .cooperate-wrap {
    padding-bottom: 64px; }
    .core .cooperate-wrap .cooperate-title {
      padding: 90px 0 60px;
      font-size: 32px;
      line-height: 1.1;
      color: #222;
      font-family: SourceHanSerifCN-Regular; }
    .core .cooperate-wrap .cooperate-list ul {
      overflow: hidden; }
      .core .cooperate-wrap .cooperate-list ul li {
        float: left;
        width: 31.83%;
        margin-right: 2.16%;
        min-height: 368px;
        margin-bottom: 46px; }
        .core .cooperate-wrap .cooperate-list ul li:nth-child(3n) {
          margin-right: 0; }
        .core .cooperate-wrap .cooperate-list ul li .item-logo {
          border: 1px solid #ededed;
          height: 212px;
          line-height: 212px;
          text-align: center; }
        .core .cooperate-wrap .cooperate-list ul li .item-name {
          font-size: 20px;
          font-family: SourceHanSerifCN-Medium;
          padding-top: 24px; }
          .core .cooperate-wrap .cooperate-list ul li .item-name a {
            color: #333; }
            .core .cooperate-wrap .cooperate-list ul li .item-name a:hover {
              color: #00953d; }
        .core .cooperate-wrap .cooperate-list ul li .item-text {
          font-size: 16px;
          font-family: 'SourceHanSerifCN-Regular','ËÎÌå';
          line-height: 20px;
          padding-top: 10px;
          height: 90px; }
        .core .cooperate-wrap .cooperate-list ul li .item-more {
          display: inline-block;
          font-size: 16px;
          font-family: 'SourceHanSerifCN-Regular';
          font-style: italic;
          color: #000;
          background: url(/en/images/investors/investors-right.jpg) no-repeat right;
          line-height: 30px;
          padding-right: 40px;
          margin: 24px 0; }
          .core .cooperate-wrap .cooperate-list ul li .item-more:hover {
            color: #00953d;
            background: url(/en/images/investors/investors-right_.jpg) no-repeat right; }
  .core .jiudian-main2 {
    padding: 100px 0 110px; }
    .core .jiudian-main2 .white-card {
      background-color: #fff;
      -moz-box-shadow: 0 4px 10px #e5e5e5;
      -webkit-box-shadow: 0 4px 10px #e5e5e5;
      box-shadow: 0 4px 10px #e5e5e5; }
    .core .jiudian-main2 .list-card .list-card-item {
      padding: 70px 30px;
      margin-bottom: 60px;
      font-size: 0;
      display: flex;
      display: -webkit-flex;
      -webkit-align-items: center;
      align-items: center; }
      .core .jiudian-main2 .list-card .list-card-item .icon-box {
        width: 210px;
        text-align: center; }
        .core .jiudian-main2 .list-card .list-card-item .icon-box img {
          max-width: 180px; }
      .core .jiudian-main2 .list-card .list-card-item .text-box {
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        padding: 0 50px;
        border-left: 1px solid #d2d2d2;
        min-height: 90px;
        overflow: hidden; }
        .core .jiudian-main2 .list-card .list-card-item .text-box .title {
          font-family: SourceHanSerifCN-Bold;
          font-size: 26px;
          line-height: 1.1; }
        .core .jiudian-main2 .list-card .list-card-item .text-box .p {
          padding-top: 24px;
          font-family: SourceHanSerifCN-Regular,'\5B8B\4F53';
          font-size: 16px;
          line-height: 28px;
          color: #222;
          white-space: normal; }
    .core .jiudian-main2 .main-img {
      height: 400px;
      background-size: cover;
      background-position: center; }
    .core .jiudian-main2 .main-end {
      margin-top: 80px;
      padding: 66px 74px 70px; }
      .core .jiudian-main2 .main-end .text {
        font-family: SourceHanSerifCN-Regular,'\5B8B\4F53';
        font-size: 18px;
        line-height: 28px; }
      .core .jiudian-main2 .main-end .reservation {
        display: inline-block;
        font-family: SourceHanSerifCN-Bold;
        font-size: 26px;
        margin-top: 30px;
        color: #222;
        border-bottom: 2px solid #222; }
        .core .jiudian-main2 .main-end .reservation:hover {
          color: #00953d;
          border-bottom: 2px solid #00953d; }

@media only screen and (max-width: 992px) {
  .core {
    /*ÏÈÈÝÄ£¿£¿£¿£¿£¿£¿é*/
    /*Í¼Æ¬ÊÓÆµÕ¹Ê¾Ä£¿£¿£¿£¿£¿£¿é*/
    /*Í³¼ÆÄ£¿£¿£¿£¿£¿£¿é*/
    /*¾°Çø¶¯Ì¬*/
    /*¾°ÇøÏÈÈÝ*/
    /*Í¼Æ¬ÉÏ¸¡¶¯ÎÄ±¾*/
    /*Ïà¹ØÉèÊ©×ÊÔ´*/
    /*Í¼ÎÄÁÐ±íÄ£¿£¿£¿£¿£¿£¿é*/
    /*¿¨Æ¬Ä£¿£¿£¿£¿£¿£¿é*/
    /*ÏàÖúÁÐ±íÄ£¿£¿£¿£¿£¿£¿é*/ }
    .core .banner {
      height: 6.25rem;
      background-size: auto 100%;
      background-position: center;
      overflow: hidden; }
      .core .banner .banner-name {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .core .banner .banner-name .pc {
          display: none; }
        .core .banner .banner-name .md {
          display: block;
          width: 10rem; }
      .core .banner .banner-toplisted {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .core .banner .banner-toplisted .pc {
          display: none; }
        .core .banner .banner-toplisted .md {
          display: block;
          width: 10rem; }
    .core .banner-hotel {
      width: 3.90625rem;
      margin: 0px auto;
      margin-top: 2.5rem; }
      .core .banner-hotel img {
        width: 100%; }
    .core .introduce-warp {
      background-color: #eef8fd;
      padding-bottom: 1.40625rem; }
      .core .introduce-warp .center-wrap {
        position: relative;
        padding-top: 3.125rem; }
    .core .banner-sub-wrap {
      position: absolute;
      left: 0.625rem;
      top: -0.875rem;
      width: 8.75rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 4.0625rem;
      padding: 0;
      background-color: #fff;
      -moz-box-shadow: 0 6px 30px 0 #e4eef4;
      -webkit-box-shadow: 0 6px 30px 0 #e4eef4;
      box-shadow: 0 6px 30px 0 #e4eef4;
      text-align: center; }
      .core .banner-sub-wrap.active {
        height: 2.5rem; }
      .core .banner-sub-wrap h4 {
        float: none;
        line-height: 1.1;
        font-size: 0.5625rem;
        color: #282828;
        font-family: SourceHanSerifCN-Bold;
        font-weight: normal;
        padding-top: 0.9375rem; }
      .core .banner-sub-wrap .btn {
        float: none;
        display: block;
        margin: 0 auto;
        width: 3.09375rem;
        height: 1.0625rem;
        line-height: 1.0625rem;
        text-align: center;
        border: 1px solid #282828;
        font-size: 0.375rem;
        color: #222;
        font-family: SourceHanSerifCN-Regular;
        margin-top: 0.46875rem; }
    .core .introduce-warp-close {
      display: none;
      /*display: inline-block;
                font-size: 16px;
                color: #848484;
                line-height: 38px;
                font-family: SourceHanSerifCN-Regular;*/ }
    .core .introduce-warp-content {
      overflow: auto;
      padding: 0.9375rem 0.625rem 0; }
      .core .introduce-warp-content .fl {
        float: none;
        width: auto;
        min-height: 4.6875rem;
        min-height: initial; }
        .core .introduce-warp-content .fl img {
          width: 100%; }
        .core .introduce-warp-content .fl .content-logo {
          height: 2.8125rem;
          line-height: 2.8125rem;
          padding-left: 1.0625rem;
          border-bottom: 1px solid #d2d2d2; }
          .core .introduce-warp-content .fl .content-logo img {
            max-height: 2.5rem;
            width: auto; }
        .core .introduce-warp-content .fl .content-contact {
          padding: 0.46875rem 0.9375rem 0.46875rem 1.0625rem;
          font-family: SourceHanSerifCN-Regular; }
          .core .introduce-warp-content .fl .content-contact h6 {
            font-size: 0.5rem;
            font-weight: normal; }
          .core .introduce-warp-content .fl .content-contact p {
            font-size: 0.375rem;
            line-height: 0.625rem;
            color: #222;
            padding-top: 0.15625rem; }
          .core .introduce-warp-content .fl .content-contact .telephone {
            padding-top: 0.15625rem;
            font-size: 0.375rem;
            line-height: 0.40625rem;
            color: #222;
            font-family: SourceHanSerifCN-Regular;
            white-space: nowrap; }
            .core .introduce-warp-content .fl .content-contact .telephone img {
              width: 0.40625rem;
              vertical-align: middle; }
      .core .introduce-warp-content .fr {
        float: none;
        width: auto;
        height: auto;
        overflow: hidden;
        padding-top: 0.71875rem; }
        .core .introduce-warp-content .fr .content-title {
          font-size: 0.75rem;
          line-height: 0.90625rem;
          color: #222;
          font-family: SourceHanSerifCN-Regular; }
        .core .introduce-warp-content .fr p {
          padding-top: 0.78125rem;
          font-size: 0.375rem;
          line-height: 0.625rem;
          color: #222;
          font-family: SourceHanSerifCN-Regular; }
    .core .core-show-warp {
      padding-top: 0.15625rem;
      overflow: hidden; }
      .core .core-show-warp .picture-box, .core .core-show-warp .video-box {
        width: auto;
        position: relative; }
        .core .core-show-warp .picture-box ul, .core .core-show-warp .video-box ul {
          height: auto;
          padding-top: 0.78125rem;
          margin: 0 0.625rem;
          font-size: 0;
          white-space: nowrap;
          overflow: hidden; }
        .core .core-show-warp .picture-box .last-btn, .core .core-show-warp .picture-box .next-btn, .core .core-show-warp .video-box .last-btn, .core .core-show-warp .video-box .next-btn {
          display: block;
          position: absolute;
          top: 50%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 0.625rem;
          height: 0.625rem;
          background-size: 100% 100%; }
        .core .core-show-warp .picture-box .last-btn, .core .core-show-warp .video-box .last-btn {
          left: 0;
          background-image: url("/en/images/icon/last.png"); }
        .core .core-show-warp .picture-box .next-btn, .core .core-show-warp .video-box .next-btn {
          right: 0;
          background-image: url("/en/images/icon/next.png"); }
      .core .core-show-warp .core-show-btn {
        display: block;
        margin: 0 0.625rem;
        height: 0.9375rem;
        line-height: 0.9375rem;
        background-color: #00953d;
        text-align: center;
        color: #fff;
        font-size: 0.375rem;
        font-family: SourceHanSansCN-Regular; }
        .core .core-show-warp .core-show-btn img {
          width: 0.375rem;
          vertical-align: text-bottom; }
      .core .core-show-warp .picture-box {
        float: none; }
        .core .core-show-warp .picture-box ul li {
          float: none;
          display: inline-block;
          width: 100%;
          margin-right: 0;
          height: 6.09375rem;
          background-size: cover;
          background-position: center;
          margin-top: 0; }
          .core .core-show-warp .picture-box ul li:nth-child(2n) {
            margin-right: 0; }
          .core .core-show-warp .picture-box ul li:nth-child(-n+2) {
            margin-top: 0; }
      .core .core-show-warp .video-box {
        float: none; }
        .core .core-show-warp .video-box ul li {
          display: inline-block;
          width: 100%;
          margin-right: 0;
          height: 6.09375rem;
          background-size: cover;
          background-position: center;
          position: relative; }
          .core .core-show-warp .video-box ul li img {
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            cursor: pointer;
            width: 1.8125rem; }
          .core .core-show-warp .video-box ul li:first-child {
            display: inline-block; }
    .core .statistical {
      height: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 2.1875rem; }
      .core .statistical .center-wrap ul {
        overflow: hidden;
        padding: 0 0.625rem;
        padding-top: 1.25rem;
        padding-bottom: 0.78125rem; }
        .core .statistical .center-wrap ul li {
          width: 100%;
          height: 4.6875rem;
          float: none;
          margin-right: 0;
          margin-bottom: 0.46875rem;
          padding-top: 0.90625rem;
          padding-left: 1.21875rem; }
          .core .statistical .center-wrap ul li:nth-child(3n) {
            margin-right: 0; }
          .core .statistical .center-wrap ul li h2 {
            padding-left: 1rem;
            color: #00953d;
            font-size: 0.25rem;
            white-space: normal; }
            .core .statistical .center-wrap ul li h2.icon-01 {
              background: url(/en/images/stat-01.png) no-repeat left center;
              background-size: contain; }
            .core .statistical .center-wrap ul li h2.icon-02 {
              background: url(/en/images/stat-02.png) no-repeat left center;
              background-size: contain;
              height: 0.5625rem; }
            .core .statistical .center-wrap ul li h2.icon-02-1 {
              background: url(/en/images/stat-02-1.png) no-repeat left center;
              background-size: contain; }
            .core .statistical .center-wrap ul li h2.icon-03 {
              background: url(/en/images/stat-03.png) no-repeat left center;
              background-size: contain; }
            .core .statistical .center-wrap ul li h2.icon-04 {
              background: url(/en/images/stat-04.png) no-repeat left center;
              background-size: contain; }
            .core .statistical .center-wrap ul li h2.icon-05 {
              background: url(/en/images/stat-05.png) no-repeat left center;
              background-size: contain;
              height: 0.5625rem; }
          .core .statistical .center-wrap ul li strong {
            font-size: 1.71875rem; }
          .core .statistical .center-wrap ul li em {
            font-size: 0.375rem; }
    .core .dynamic-wrap {
      background-color: #eef8fd; }
      .core .dynamic-wrap .center-wrap {
        padding: 0.46875rem 0.625rem 1.34375rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .core .dynamic-wrap .center-wrap .dynamic-title {
          font-size: 0.75rem;
          line-height: 2.1875rem;
          color: #222;
          font-family: SourceHanSerifCN-Regular; }
        .core .dynamic-wrap .center-wrap .dynamic-list {
          margin-top: 0; }
          .core .dynamic-wrap .center-wrap .dynamic-list ul li {
            line-height: normal;
            overflow: hidden;
            border-bottom: 1px solid #d2d2d2;
            padding: 0.25rem; }
            .core .dynamic-wrap .center-wrap .dynamic-list ul li:first-child {
              border-top: 1px solid #d2d2d2; }
            .core .dynamic-wrap .center-wrap .dynamic-list ul li p {
              float: none;
              font-size: 0.375rem;
              line-height: 0.625rem;
              font-family: SourceHanSerifCN-Bold; }
            .core .dynamic-wrap .center-wrap .dynamic-list ul li i {
              float: none;
              display: block;
              font-size: 0.375rem;
              line-height: 0.75rem;
              font-family: SourceHanSerifCN-Regular; }
    .core .area-introduce-wrap {
      padding: 0.21875rem 0.625rem 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .core .area-introduce-wrap ul li {
        padding: 1.25rem 0 0;
        border-bottom: none; }
        .core .area-introduce-wrap ul li .item-title {
          font-size: 0.75rem;
          line-height: 1.1;
          color: #222;
          font-family: SourceHanSerifCN-Regular;
          font-weight: normal; }
        .core .area-introduce-wrap ul li .item-main {
          overflow: hidden;
          padding-top: 0; }
          .core .area-introduce-wrap ul li .item-main .fl {
            float: none; }
          .core .area-introduce-wrap ul li .item-main .fr {
            float: none; }
          .core .area-introduce-wrap ul li .item-main .item-text {
            font-size: 0.375rem;
            color: #222;
            line-height: 0.625rem;
            font-family: SourceHanSerifCN-Medium;
            height: auto;
            overflow: hidden;
            padding-top: 0.46875rem; }
          .core .area-introduce-wrap ul li .item-main .item-img {
            height: 6.25rem;
            background-size: cover;
            margin-top: 0.78125rem; }
        .core .area-introduce-wrap ul li:first-child .item-main .item-text {
          width: auto; }
        .core .area-introduce-wrap ul li:first-child .item-main .item-img {
          width: auto; }
        .core .area-introduce-wrap ul li:nth-child(2) {
          padding-bottom: 0;
          border-bottom: none; }
          .core .area-introduce-wrap ul li:nth-child(2) .item-main .item-text {
            width: auto; }
          .core .area-introduce-wrap ul li:nth-child(2) .item-main .item-img {
            width: auto; }
    .core .text-above-picture .bg-picture {
      height: 6.25rem;
      margin: 0 0.625rem; }
    .core .text-above-picture .center-wrap {
      height: auto;
      position: static; }
      .core .text-above-picture .center-wrap .main {
        position: static;
        width: auto;
        height: auto;
        background-color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0.78125rem 0.625rem 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden; }
        .core .text-above-picture .center-wrap .main .title {
          font-size: 0.75rem;
          line-height: 1.1;
          color: #222;
          font-family: SourceHanSerifCN-Regular;
          font-weight: normal; }
        .core .text-above-picture .center-wrap .main .text {
          padding-top: 0.46875rem;
          font-size: 0.375rem;
          line-height: 0.625rem;
          color: #222;
          font-family: SourceHanSerifCN-Regular; }
    .core .relevant-wrap {
      background-color: #eef8fd; }
      .core .relevant-wrap .center-wrap {
        padding: 1.5625rem 0.625rem 0.625rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .core .relevant-wrap .relevant-title {
        font-size: 0.75rem;
        line-height: 1.1;
        color: #222;
        font-family: SourceHanSerifCN-Regular;
        font-weight: normal;
        padding-bottom: 0; }
      .core .relevant-wrap .relevant-main {
        overflow: hidden;
        padding-top: 0.78125rem; }
        .core .relevant-wrap .relevant-main .fl {
          float: none; }
        .core .relevant-wrap .relevant-main .fr {
          float: none; }
        .core .relevant-wrap .relevant-main .relevant-item {
          width: auto;
          height: 6.71875rem;
          background-color: #fff;
          padding: 0 0.5rem;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -moz-box-shadow: 0 6px 20px 0 #e4eef4;
          -webkit-box-shadow: 0 6px 20px 0 #e4eef4;
          box-shadow: 0 6px 20px 0 #e4eef4;
          margin-bottom: 0.9375rem; }
          .core .relevant-wrap .relevant-main .relevant-item .title {
            border-bottom: 1px solid #d2d2d2;
            padding: 0.5625rem 0 0.3125rem;
            height: 0.84375rem;
            line-height: 0.84375rem; }
            .core .relevant-wrap .relevant-main .relevant-item .title img {
              height: 100%;
              vertical-align: bottom; }
            .core .relevant-wrap .relevant-main .relevant-item .title span {
              font-size: 0.5rem;
              font-family: SourceHanSerifCN-Medium;
              color: #222;
              margin-left: 0; }
          .core .relevant-wrap .relevant-main .relevant-item .list {
            padding-top: 0.46875rem; }
            .core .relevant-wrap .relevant-main .relevant-item .list ul {
              overflow: hidden; }
              .core .relevant-wrap .relevant-main .relevant-item .list ul li {
                float: none;
                width: auto;
                font-size: 0.375rem;
                color: #222;
                line-height: 0.625rem;
                font-family: SourceHanSansCN-Regular; }
    .core .img-text-wrap {
      padding: 0.46875rem 0.625rem 0.625rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .core .img-text-wrap .item-1 {
        overflow: hidden; }
        .core .img-text-wrap .item-1 .fl {
          width: auto;
          float: none; }
        .core .img-text-wrap .item-1 .fr {
          width: auto;
          float: none; }
      .core .img-text-wrap .item-title {
        padding-top: 0.78125rem;
        font-size: 0.5625rem;
        line-height: 1.1;
        color: #222;
        font-family: SourceHanSerifCN-Bold; }
      .core .img-text-wrap .item-text {
        padding-top: 0.46875rem;
        font-size: 0.375rem;
        line-height: 0.625rem;
        color: #222;
        font-family: SourceHanSerifCN-Regular; }
      .core .img-text-wrap .item-2 {
        margin-top: 0.78125rem;
        height: 6.25rem;
        background-size: cover;
        background-position: left; }
      .core .img-text-wrap .item-3 {
        overflow: hidden;
        padding-top: 0; }
        .core .img-text-wrap .item-3 .fl {
          width: auto;
          float: none;
          height: 6.25rem;
          background-size: cover;
          margin-top: 0.78125rem; }
        .core .img-text-wrap .item-3 .fr {
          width: auto;
          float: none; }
        .core .img-text-wrap .item-3 .item-hr {
          display: none; }
    .core .card-list ul {
      overflow: hidden;
      padding-bottom: 1.25rem; }
      .core .card-list ul li {
        float: none;
        width: auto !important;
        margin-right: 0 !important;
        border-bottom: 2px solid #00953d;
        padding-bottom: 0.625rem; }
        .core .card-list ul li:nth-child(3n) {
          margin-right: 0; }
        .core .card-list ul li:nth-child(1) .item-name {
          padding-top: 0; }
        .core .card-list ul li .item-name {
          font-size: 0.5625rem;
          font-family: SourceHanSerifCN-Bold;
          padding-top: 1.09375rem;
          line-height: 1.1; }
        .core .card-list ul li .item-text {
          font-size: 0.375rem;
          font-family: SourceHanSerifCN-Regular;
          line-height: 0.625rem;
          border-top: none;
          padding-top: 0.46875rem; }
    .core .cooperate-wrap {
      padding: 0 0.625rem 0.625rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .core .cooperate-wrap .cooperate-title {
        padding: 1.15625rem 0 0.625rem;
        font-size: 0.75rem;
        line-height: 1.1;
        color: #222;
        font-family: SourceHanSerifCN-Regular; }
      .core .cooperate-wrap .cooperate-list ul {
        overflow: hidden; }
        .core .cooperate-wrap .cooperate-list ul li {
          float: none;
          width: auto;
          margin-right: 0;
          min-height: 6.25rem;
          margin-bottom: 0.15625rem; }
          .core .cooperate-wrap .cooperate-list ul li:nth-child(3n) {
            margin-right: 0; }
          .core .cooperate-wrap .cooperate-list ul li .item-logo {
            border: 1px solid #ededed;
            height: 3.3125rem;
            line-height: 3.3125rem;
            text-align: center; }
            .core .cooperate-wrap .cooperate-list ul li .item-logo img {
              max-height: 2.03125rem; }
          .core .cooperate-wrap .cooperate-list ul li .item-name {
            font-size: 0.5rem;
            font-family: SourceHanSerifCN-Bold;
            padding-top: 0.625rem; }
          .core .cooperate-wrap .cooperate-list ul li .item-text {
            font-size: 0.375rem;
            font-family: 'SourceHanSerifCN-Regular','ËÎÌå';
            line-height: 0.53125rem;
            padding-top: 10px;
            height: auto; }
          .core .cooperate-wrap .cooperate-list ul li .item-more {
            display: inline-block;
            font-size: 0.375rem;
            font-family: 'SourceHanSerifCN-Regular';
            font-style: italic;
            color: #000;
            background: url(/en/images/investors/investors-right.jpg) no-repeat right;
            background-size: auto 100%;
            line-height: 0.46875rem;
            padding-right: 0.625rem;
            margin: 0.375rem 0 0.9375rem; }
    .core .jiudian-main2 {
      padding: 1.5625rem 0.625rem 1.71875rem; }
      .core .jiudian-main2 .white-card {
        background-color: #fff;
        -moz-box-shadow: 0 4px 10px #e5e5e5;
        -webkit-box-shadow: 0 4px 10px #e5e5e5;
        box-shadow: 0 4px 10px #e5e5e5; }
      .core .jiudian-main2 .list-card .list-card-item {
        padding: 0.3125rem 0.78125rem 1rem;
        margin-bottom: 0.46875rem;
        font-size: 0;
        white-space: normal;
        display: block; }
        .core .jiudian-main2 .list-card .list-card-item .icon-box {
          width: auto;
          height: 2.96875rem;
          line-height: 2.96875rem;
          text-align: left; }
          .core .jiudian-main2 .list-card .list-card-item .icon-box img {
            max-width: none;
            max-height: 1.5625rem; }
        .core .jiudian-main2 .list-card .list-card-item .text-box {
          padding: 0;
          border-left: none;
          border-top: 1px solid #d2d2d2;
          overflow: hidden;
          padding-top: 0.25rem; }
          .core .jiudian-main2 .list-card .list-card-item .text-box .title {
            font-family: SourceHanSerifCN-Bold;
            font-size: 0.5rem;
            line-height: 1.1;
            padding-top: 0.375rem; }
          .core .jiudian-main2 .list-card .list-card-item .text-box .p {
            padding-top: 0.375rem;
            font-family: SourceHanSerifCN-Regular;
            font-size: 0.375rem;
            line-height: 0.59375rem;
            color: #222;
            white-space: normal; }
      .core .jiudian-main2 .main-img {
        height: 6.25rem;
        background-size: cover;
        background-position: center; }
      .core .jiudian-main2 .main-end {
        margin-top: 1.25rem;
        padding: 0.78125rem; }
        .core .jiudian-main2 .main-end .text {
          font-family: SourceHanSerifCN-Regular;
          font-size: 0.375rem;
          line-height: 0.59375rem; }
        .core .jiudian-main2 .main-end .reservation {
          display: inline-block;
          font-family: SourceHanSerifCN-Bold;
          font-size: 0.5rem;
          margin-top: 0.46875rem;
          color: #00953d;
          border-bottom: 2px solid #00953d; }
          .core .jiudian-main2 .main-end .reservation:hover {
            color: #00953d;
            border-bottom: 2px solid #00953d; } }

/*»ÆÉ½*/
.core-huangshan .huangshan-hr-img {
  background-position: center;
  background-repeat: no-repeat;
  height: 500px; }

.core-huangshan .huangshan-honor {
  padding: 80px 0; }
  .core-huangshan .huangshan-honor .title {
    font-size: 26px;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Regular; }
  .core-huangshan .huangshan-honor .img {
    margin-top: 40px;
    height: 400px;
    background-size: cover;
    background-position: center; }
  .core-huangshan .huangshan-honor .main {
    overflow: hidden;
    padding-top: 50px;
    font-size: 16px;
    line-height: 30px; }
    .core-huangshan .huangshan-honor .main .fl {
      width: 49.16%;
      float: left; }
    .core-huangshan .huangshan-honor .main .fr {
      width: 49.16%;
      float: right; }

.core-huangshan .text-above-picture-sub {
  padding-top: 0;
  padding-bottom: 50px; }
  .core-huangshan .text-above-picture-sub ul li {
    border-bottom: none; }
    .core-huangshan .text-above-picture-sub ul li .item-main {
      padding-top: 0; }
      .core-huangshan .text-above-picture-sub ul li .item-main .item-text {
        font-size: 16px; }

@media only screen and (max-width: 992px) {
  .core-huangshan .huangshan-hr-img {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 6.25rem; }
  .core-huangshan .huangshan-honor {
    padding: 1.40625rem 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .core-huangshan .huangshan-honor .title {
      font-size: 0.75rem;
      line-height: 1.1;
      color: #222;
      font-family: SourceHanSerifCN-Regular; }
    .core-huangshan .huangshan-honor .img {
      margin-top: 0.625rem;
      height: 6.25rem;
      background-size: cover;
      background-position: center; }
    .core-huangshan .huangshan-honor .main {
      overflow: hidden;
      padding-top: 0.78125rem;
      font-size: 0.375rem;
      line-height: 0.625rem; }
      .core-huangshan .huangshan-honor .main .fl {
        width: auto;
        float: none; }
      .core-huangshan .huangshan-honor .main .fr {
        width: auto;
        float: none; }
  .core-huangshan .text-above-picture-sub {
    padding-top: 0;
    padding-bottom: 1.25rem; }
    .core-huangshan .text-above-picture-sub ul li {
      padding-top: 0;
      border-bottom: none; }
      .core-huangshan .text-above-picture-sub ul li .item-main {
        padding-top: 0; }
        .core-huangshan .text-above-picture-sub ul li .item-main .item-text {
          font-size: 0.375rem; } }

/*»¨É½ÃÕ¿ß*/
.core-hsmk .core-hsmk-list {
  padding: 110px 0 120px; }
  .core-hsmk .core-hsmk-list .core-hsmk-img {
    height: 400px;
    background-size: cover; }
  .core-hsmk .core-hsmk-list ul {
    overflow: hidden;
    padding: 32px 0 78px; }
    .core-hsmk .core-hsmk-list ul li {
      float: left;
      width: 31.6%;
      margin-right: 2.4%;
      height: 280px;
      border-bottom: 2px solid #00953d; }
      .core-hsmk .core-hsmk-list ul li:nth-child(3n) {
        margin-right: 0; }
      .core-hsmk .core-hsmk-list ul li .item-name {
        font-size: 26px;
        font-family: SourceHanSerifCN-Bold;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 40px; }
      .core-hsmk .core-hsmk-list ul li .item-text {
        font-size: 16px;
        font-family: SourceHanSerifCN-Regular;
        line-height: 28px;
        border-top: 1px solid #d2d2d2;
        padding-top: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden; }
  .core-hsmk .core-hsmk-list .core-hsmk-more {
    margin: 0 auto;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #222;
    font-size: 16px;
    font-family: SourceHanSerifCN-Regular;
    cursor: pointer; }

@media only screen and (max-width: 992px) {
  .core-hsmk .core-hsmk-list {
    padding: 1.25rem 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .core-hsmk .core-hsmk-list .core-hsmk-img {
      height: 6.25rem;
      background-size: cover;
      background-position: center; }
    .core-hsmk .core-hsmk-list ul {
      overflow: hidden;
      padding: 0 0 1.03125rem; }
      .core-hsmk .core-hsmk-list ul li {
        float: none;
        width: auto;
        margin-right: 0;
        height: auto;
        border-bottom: 0.03125rem solid #00953d;
        padding-bottom: 0.625rem; }
        .core-hsmk .core-hsmk-list ul li:nth-child(3n) {
          margin-right: 0; }
        .core-hsmk .core-hsmk-list ul li .item-name {
          font-size: 0.5625rem;
          font-family: SourceHanSerifCN-Bold;
          padding-top: 0.1875rem;
          line-height: 1.5625rem; }
        .core-hsmk .core-hsmk-list ul li .item-text {
          font-size: 0.375rem;
          font-family: SourceHanSerifCN-Regular;
          line-height: 0.625rem;
          border-top: none;
          padding-top: 0;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          overflow: hidden; }
    .core-hsmk .core-hsmk-list .core-hsmk-more {
      margin: 0 auto;
      width: 3.09375rem;
      height: 1.0625rem;
      line-height: 1.0625rem;
      text-align: center;
      border: 1px solid #222;
      font-size: 0.375rem;
      font-family: SourceHanSerifCN-Regular;
      cursor: pointer; } }

/*»ÕÉÌ¼ÒÏç*/
.core-hshgldjd .core-hshgldjd-main {
  padding: 74px 0 110px; }
  .core-hshgldjd .core-hshgldjd-main .title {
    font-size: 32px;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Bold; }
  .core-hshgldjd .core-hshgldjd-main .text {
    font-size: 18px;
    line-height: 28px;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
    padding-top: 20px; }

@media only screen and (max-width: 992px) {
  .core-hshgldjd .introduce-warp .center-wrap {
    padding-top: 1.875rem; }
  .core-hshgldjd .core-hshgldjd-main {
    padding: 1.15625rem 0.625rem 1.40625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .core-hshgldjd .core-hshgldjd-main .title {
      font-size: 0.5625rem;
      line-height: 1.1;
      color: #222;
      font-family: SourceHanSerifCN-Bold; }
    .core-hshgldjd .core-hshgldjd-main .text {
      font-size: 0.375rem;
      line-height: 0.625rem;
      color: #222;
      font-family: SourceHanSerifCN-Regular;
      padding-top: 0.46875rem; } }

/*ÂÃÐÐÉç*/
.core-lxsh .introduce-warp-content {
  padding-top: 40px; }

.core-lxsh .core-lxsh-service {
  padding: 0 0 120px; }
  .core-lxsh .core-lxsh-service .title {
    font-size: 32px;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Bold; }
  .core-lxsh .core-lxsh-service .text {
    font-size: 18px;
    line-height: 28px;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
    padding-top: 20px; }
  .core-lxsh .core-lxsh-service .img {
    height: 400px;
    background-size: cover;
    background-position: center;
    margin-top: 36px; }

@media only screen and (max-width: 992px) {
  .core-lxsh .introduce-warp .center-wrap {
    padding-top: 1.875rem; }
  .core-lxsh .core-lxsh-service {
    padding: 0 0.625rem 0.9375rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .core-lxsh .core-lxsh-service .title {
      font-size: 0.5625rem;
      line-height: 1.1;
      color: #222;
      font-family: SourceHanSerifCN-Bold; }
    .core-lxsh .core-lxsh-service .text {
      font-size: 0.375rem;
      line-height: 0.625rem;
      color: #222;
      font-family: SourceHanSerifCN-Regular;
      padding-top: 0.375rem; }
    .core-lxsh .core-lxsh-service .img {
      height: 6.25rem;
      background-size: cover;
      background-position: center;
      margin-top: 0.78125rem; } }

/*»ÆÉ½°×ÔÆ±ö¹Ý*/
.core-bybg .core-bybg-main {
  border-top: 1px solid #d2d2d2; }
  .core-bybg .core-bybg-main .main-img {
    height: 400px;
    background-size: cover;
    background-position: center; }
  .core-bybg .core-bybg-main .main-end {
    padding-bottom: 110px; }
    .core-bybg .core-bybg-main .main-end .title {
      padding: 60px 0 40px;
      font-size: 32px;
      line-height: 1.1;
      font-family: SourceHanSerifCN-Bold; }
    .core-bybg .core-bybg-main .main-end .text {
      font-size: 18px;
      line-height: 28px;
      font-family: SourceHanSerifCN-Regular,'\5B8B\4F53'; }

@media only screen and (max-width: 992px) {
  .core-bybg .core-bybg-main {
    border-top: none;
    padding: 0.625rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .core-bybg .core-bybg-main .main-img {
      height: 6.25rem;
      background-size: cover;
      background-position: center; }
    .core-bybg .core-bybg-main .main-end {
      padding-bottom: 1.5625rem; }
      .core-bybg .core-bybg-main .main-end .title {
        padding: 0.625rem 0 0.46875rem;
        font-size: 0.5625rem;
        line-height: 1.1;
        font-family: SourceHanSerifCN-Bold; }
      .core-bybg .core-bybg-main .main-end .text {
        font-size: 0.375rem;
        line-height: 0.625rem;
        font-family: SourceHanSerifCN-Regular; } }

/*Ì«Æ½ºþ*/
.core-taipinghu .card-list {
  border-top: 1px solid #d2d2d2; }
  .core-taipinghu .card-list ul li {
    width: 23.75%;
    margin-right: 1.66%; }
    .core-taipinghu .card-list ul li:nth-child(3n) {
      margin-right: 1.66%; }
    .core-taipinghu .card-list ul li:nth-child(4n) {
      margin-right: 0; }

.core-taipinghu .area-introduce-wrap {
  padding-bottom: 120px; }

@media only screen and (max-width: 992px) {
  .core-taipinghu .card-list {
    border-top: none;
    padding: 0 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .core-taipinghu .area-introduce-wrap {
    padding-bottom: 1.15625rem; } }

/*»ÕÉÌ¼ÒÏçÎÄ»¯Éú³¤¼¯ÍÅ*/
.core-hshgl .introduce-warp-content .fl .content-logo {
  height: 100%;
  line-height: 420px;
  border: none;
  padding: 0;
  text-align: center; }
  .core-hshgl .introduce-warp-content .fl .content-logo img {
    vertical-align: middle; }

.core-hshgl .introduce-warp-content .fr p {
  padding-top: 0; }

.core-hshgl .introduce-warp-content .fr .content-title {
  padding: 30px 0 20px; }

.core-hshgl .img-text-wrap {
  border-bottom: 1px solid #d2d2d2; }

@media only screen and (max-width: 992px) {
  .core-hshgl .introduce-warp .center-wrap {
    padding-top: 1.875rem; }
  .core-hshgl .img-text-wrap {
    border-bottom: none;
    padding-bottom: 0; }
  .core-hshgl .introduce-warp-content .fl .content-logo {
    height: 100%;
    line-height: 6.5625rem;
    border: none;
    padding: 0;
    text-align: center; }
    .core-hshgl .introduce-warp-content .fl .content-logo img {
      max-height: 2.65625rem;
      vertical-align: middle; }
  .core-hshgl .introduce-warp-content .fr p {
    padding-top: 0; }
  .core-hshgl .introduce-warp-content .fr .content-title {
    padding: 0.625rem 0 0.375rem; } }

/*»ÕÅÉ²ÍÒû*/
.core-hpcy .cooperate-wrap .cooperate-list ul li .item-text {
  height: 144px;
  font-family: 'SourceHanSerifCN-Regular','ËÎÌå'; }

@media only screen and (max-width: 992px) {
  .core-hpcy .cooperate-wrap .cooperate-list ul li .item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: auto; } }

/*Ë÷µÀÓªÒµ*/
.core-sdyw .card-list ul li {
  width: 23.75%;
  margin-right: 1.66%; }
  .core-sdyw .card-list ul li:nth-child(3n) {
    margin-right: 1.66%; }
  .core-sdyw .card-list ul li:nth-child(4n) {
    margin-right: 0; }
  .core-sdyw .card-list ul li .item-logo {
    border: 1px solid #ededed;
    height: 158px;
    line-height: 158px;
    text-align: center; }
    .core-sdyw .card-list ul li .item-logo img {
      max-height: 110px; }
  .core-sdyw .card-list ul li .item-text {
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

@media only screen and (max-width: 992px) {
  .core-sdyw .card-list {
    padding: 0 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .core-sdyw .card-list ul li {
      width: auto;
      margin-right: 0;
      margin-top: 1.25rem; }
      .core-sdyw .card-list ul li:nth-child(1) {
        margin-top: 0; }
        .core-sdyw .card-list ul li:nth-child(1) .item-name {
          padding-top: 1.09375rem; }
      .core-sdyw .card-list ul li:nth-child(3n) {
        margin-right: 0; }
      .core-sdyw .card-list ul li:nth-child(4n) {
        margin-right: 0; }
      .core-sdyw .card-list ul li .item-logo {
        border: 1px solid #ededed;
        height: 3.28125rem;
        line-height: 3.28125rem;
        text-align: center; }
        .core-sdyw .card-list ul li .item-logo img {
          max-height: 1.71875rem; }
      .core-sdyw .card-list ul li .item-text {
        height: auto;
        overflow: auto;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; } }

/*¾°ÇøÖÎÀí*/
.core-jqgl .img-text-wrap .item-2 {
  height: 500px;
  position: relative; }
  .core-jqgl .img-text-wrap .item-2 .play {
    background-image: url("/en/images/icon/play.png");
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 116px;
    height: 116px; }

.core-jqgl .cooperate-wrap .cooperate-list ul li .item-name {
  line-height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 76px; }

.core-jqgl .cooperate-wrap .cooperate-list ul li .item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 112px; }

@media only screen and (max-width: 992px) {
  .core-jqgl .img-text-wrap .item-2 {
    height: 6.09375rem;
    position: relative; }
    .core-jqgl .img-text-wrap .item-2 .play {
      background-image: url("/en/images/icon/play.png");
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 1.8125rem;
      height: 1.8125rem; }
  .core-jqgl .cooperate-wrap .cooperate-list ul li .item-name {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto; }
  .core-jqgl .cooperate-wrap .cooperate-list ul li .item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: auto; } }

/*»ÆÉ½ÔÙ³ö·¢-»ÆÉ½1979*/
.hsh1979 .img-text-wrap .item-2 {
  height: 480px; }

.hsh1979 .img-text-wrap .item-3.reverse .fr {
  float: left; }

.hsh1979 .img-text-wrap .item-3.reverse .fl {
  float: right; }

.hsh1979 .img-text-wrap .item-3 .item-text {
  padding-top: 0; }

@media only screen and (max-width: 992px) {
  .hsh1979 .img-text-wrap .item-2 {
    height: 7.5rem;
    background-position: center; }
  .hsh1979 .img-text-wrap .item-3.reverse .fr, .hsh1979 .img-text-wrap .item-3.reverse .fl {
    float: none; }
  .hsh1979 .img-text-wrap .item-3.reverse .item-text {
    padding-top: 0.625rem; } }

/*»ÆÉ½ÔÙ³ö·¢ Ê×Ò³ÁÐ±í*/
.startagain {
  /*¿¨Æ¬Ä£¿£¿£¿£¿£¿£¿é*/
  /*¹ÉÆ±ÁÐ±í*/ }
  .startagain .startagain-first {
    padding: 114px 0 0; }
    .startagain .startagain-first .title {
      font-size: 32px;
      line-height: 60px;
      font-family: SourceHanSerifCN-Regular;
      padding-bottom: 50px; }
    .startagain .startagain-first .content {
      position: relative;
      height: 480px; }
      .startagain .startagain-first .content .bg {
        background-size: cover;
        height: 480px; }
      .startagain .startagain-first .content .card {
        position: absolute;
        left: 82px;
        top: 76px;
        background-color: #fff;
        width: 380px;
        height: 340px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 24px 30px; }
        .startagain .startagain-first .content .card .card-name {
          font-size: 22px;
          font-family: SourceHanSerifCN-Bold;
          line-height: 38px;
          padding: 14px 0; }
        .startagain .startagain-first .content .card .card-sub, .startagain .startagain-first .content .card .card-text {
          font-family: SourceHanSerifCN-Regular;
          font-size: 14px;
          line-height: 22px; }
        .startagain .startagain-first .content .card .card-text {
          padding-top: 16px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 5;
          overflow: hidden; }
  .startagain .card-more {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    color: #282828; }
    .startagain .card-more img {
      height: 30px;
      vertical-align: middle;
      margin-left: 10px; }
  .startagain .main .area-introduce-wrap ul li .item-main .item-text {
    width: 40.83%; }
  .startagain .main .area-introduce-wrap ul li .item-main .item-text-name {
    font-size: 20px;
    line-height: 34px;
    color: #282828;
    font-family: SourceHanSansCN-Regular;
    padding-bottom: 20px; }
  .startagain .main .area-introduce-wrap ul li .item-main .item-img {
    width: 55%;
    position: relative; }
    .startagain .main .area-introduce-wrap ul li .item-main .item-img .play {
      background-image: url("/en/images/icon/play.png");
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 116px;
      height: 116px; }
  .startagain .project {
    padding: 150px 0 176px; }
  .startagain .dianshang-first {
    padding: 90px 0 74px;
    font-family: SourceHanSerifCN-Regular; }
    .startagain .dianshang-first .title {
      font-size: 32px;
      line-height: 1.1; }
    .startagain .dianshang-first .add-title {
      padding-top: 100px; }
    .startagain .dianshang-first .text {
      font-size: 16px;
      line-height: 30px;
      padding-top: 40px; }
    .startagain .dianshang-first .content {
      margin-top: 40px;
      position: relative; }
      .startagain .dianshang-first .content .bg {
        background-size: cover;
        height: 480px; }
      .startagain .dianshang-first .content .card {
        position: absolute;
        left: 80px;
        top: 70px;
        width: 380px;
        height: 340px;
        background-color: rgba(255, 255, 255, 0.8); }
        .startagain .dianshang-first .content .card .card-name {
          padding-top: 70px;
          font-size: 22px;
          line-height: 32px;
          font-family: SourceHanSerifCN-Regular;
          width: 220px;
          margin: 0 auto; }
        .startagain .dianshang-first .content .card .card-btn {
          display: block;
          margin: 40px auto 0;
          width: 168px;
          height: 48px;
          line-height: 48px;
          text-align: center;
          border: 1px solid #222;
          font-size: 18px;
          font-family: SourceHanSerifCN-Regular; }
  .startagain .startagain-card-wrap {
    padding-bottom: 120px; }
    .startagain .startagain-card-wrap .item {
      padding: 144px 0;
      background-color: #eef8fd; }
      .startagain .startagain-card-wrap .item:nth-child(2n) {
        background-color: #fff; }
      .startagain .startagain-card-wrap .item .center-wrap {
        overflow: hidden; }
        .startagain .startagain-card-wrap .item .center-wrap .fl {
          float: left; }
        .startagain .startagain-card-wrap .item .center-wrap .fr {
          float: right; }
        .startagain .startagain-card-wrap .item .center-wrap .item-img {
          width: 49.16%;
          height: 330px;
          background-size: cover; }
        .startagain .startagain-card-wrap .item .center-wrap .item-text {
          font-family: SourceHanSerifCN-Regular;
          width: 43.66%; }
          .startagain .startagain-card-wrap .item .center-wrap .item-text .title {
            font-size: 26px;
            line-height: 38px;
            padding-bottom: 30px; }
          .startagain .startagain-card-wrap .item .center-wrap .item-text p {
            font-size: 16px;
            line-height: 30px; }
        .startagain .startagain-card-wrap .item .center-wrap .img_box img {
          width: 100%;
          max-width: 100%; }
        .startagain .startagain-card-wrap .item .center-wrap .video_box {
          position: relative; }
          .startagain .startagain-card-wrap .item .center-wrap .video_box img {
            max-width: 100%; }
          .startagain .startagain-card-wrap .item .center-wrap .video_box i {
            position: absolute;
            width: 76px;
            height: 76px;
            background: url(/en/images/icon/play.png) no-repeat center;
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
            left: 50%;
            top: 50%;
            margin-left: -38px;
            margin-top: -38px; }
    .startagain .startagain-card-wrap .add-text {
      padding-top: 70px;
      font-size: 18px;
      line-height: 30px;
      font-family: SourceHanSerifCN-Regular; }
  .startagain .shares-list {
    background-color: #eef8fd;
    padding: 96px 0; }
    .startagain .shares-list ul {
      width: 990px;
      overflow: hidden;
      margin: 0 auto; }
      .startagain .shares-list ul li {
        float: left;
        width: 25%;
        height: 212px;
        position: relative;
        text-align: center; }
        .startagain .shares-list ul li:after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #d2d2d2; }
        .startagain .shares-list ul li:last-child:after {
          display: none; }
        .startagain .shares-list ul li a {
          display: inline-block;
          vertical-align: top;
          padding-top: 8px; }
          .startagain .shares-list ul li a i {
            display: inline-block;
            width: 110px;
            height: 110px;
            background-size: 100% 100%;
            background-repeat: no-repeat; }
          .startagain .shares-list ul li a p {
            font-size: 20px;
            line-height: 1.1;
            font-family: SourceHanSerifCN-Regular;
            color: #222;
            padding-top: 20px; }
        .startagain .shares-list ul li:nth-child(1) a i {
          background-image: url("/en/images/icon/shares_icon1.png"); }
        .startagain .shares-list ul li:nth-child(1) a:hover i {
          background-image: url("/en/images/icon/shares_icon1_.png"); }
        .startagain .shares-list ul li:nth-child(2) a i {
          background-image: url("/en/images/icon/shares_icon2.png"); }
        .startagain .shares-list ul li:nth-child(2) a:hover i {
          background-image: url("/en/images/icon/shares_icon2_.png"); }
        .startagain .shares-list ul li:nth-child(3) a i {
          background-image: url("/en/images/icon/shares_icon3.png"); }
        .startagain .shares-list ul li:nth-child(3) a:hover i {
          background-image: url("/en/images/icon/shares_icon3_.png"); }
        .startagain .shares-list ul li:nth-child(4) a i {
          background-image: url("/en/images/icon/shares_icon4.png"); }
        .startagain .shares-list ul li:nth-child(4) a:hover i {
          background-image: url("/en/images/icon/shares_icon4_.png"); }

@media only screen and (max-width: 992px) {
  .startagain {
    /*¿¨Æ¬Ä£¿£¿£¿£¿£¿£¿é*/
    /*¹ÉÆ±ÁÐ±í*/ }
    .startagain .startagain-first {
      padding: 0.9375rem 0.625rem 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .startagain .startagain-first .title {
        font-size: 0.75rem;
        line-height: 0.9375rem;
        font-family: SourceHanSerifCN-Regular;
        padding-bottom: 0.625rem; }
      .startagain .startagain-first .content {
        position: static;
        height: auto; }
        .startagain .startagain-first .content .bg {
          background-size: cover;
          height: 7.5rem;
          background-position: center; }
        .startagain .startagain-first .content .card {
          position: static;
          background-color: #fff;
          width: auto;
          height: auto;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0.46875rem 0; }
          .startagain .startagain-first .content .card .card-name {
            font-size: 0.59375rem;
            font-family: SourceHanSerifCN-Bold;
            line-height: 0.9375rem;
            padding: 0; }
          .startagain .startagain-first .content .card .card-text, .startagain .startagain-first .content .card .card-more {
            font-family: SourceHanSerifCN-Regular; }
          .startagain .startagain-first .content .card .card-sub {
            font-family: SourceHanSansCN-Regular;
            font-size: 0.4375rem;
            line-height: 0.59375rem; }
          .startagain .startagain-first .content .card .card-text {
            padding-top: 0.3125rem;
            font-size: 0.375rem;
            line-height: 0.625rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden; }
    .startagain .card-more {
      display: block;
      padding-top: 0.53125rem;
      font-size: 0.375rem; }
      .startagain .card-more img {
        height: 0.46875rem;
        vertical-align: middle;
        margin-left: 0.15625rem; }
    .startagain .main .area-introduce-wrap ul li .item-main .item-text {
      width: auto; }
    .startagain .main .area-introduce-wrap ul li .item-main .item-text-name {
      font-size: 0.4375rem;
      line-height: 0.59375rem;
      color: #282828;
      font-family: SourceHanSansCN-Regular;
      padding-bottom: 0.3125rem; }
    .startagain .main .area-introduce-wrap ul li .item-main .item-img {
      width: auto;
      position: relative; }
      .startagain .main .area-introduce-wrap ul li .item-main .item-img .play {
        background-image: url("/en/images/icon/play.png");
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 1.8125rem;
        height: 1.8125rem; }
    .startagain .project {
      padding: 1.25rem 0 1.5rem; }
    .startagain .dianshang-first {
      padding: 1.09375rem 0.625rem 1.40625rem;
      font-family: SourceHanSerifCN-Regular;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .startagain .dianshang-first .title {
        font-size: 0.75rem;
        line-height: 1.1; }
      .startagain .dianshang-first .add-title {
        padding-top: 1.5625rem; }
      .startagain .dianshang-first .text {
        font-size: 0.375rem;
        line-height: 0.625rem;
        padding-top: 0.375rem; }
      .startagain .dianshang-first .content {
        margin-top: 0.78125rem;
        position: relative; }
        .startagain .dianshang-first .content .bg {
          background-size: cover;
          height: 7.5rem;
          background-position: right; }
        .startagain .dianshang-first .content .card {
          position: absolute;
          left: 0;
          top: auto;
          bottom: 0;
          width: 100%;
          height: 3.34375rem;
          background-color: rgba(255, 255, 255, 0.8); }
          .startagain .dianshang-first .content .card .card-name {
            padding-top: 0.625rem;
            font-size: 0.34375rem;
            line-height: 0.5rem;
            font-family: SourceHanSerifCN-Regular;
            width: auto;
            margin: 0 auto;
            text-align: center; }
          .startagain .dianshang-first .content .card .card-btn {
            display: block;
            margin: 0.25rem auto 0;
            width: 2.78125rem;
            height: 0.90625rem;
            line-height: 0.90625rem;
            text-align: center;
            border: 1px solid #222;
            font-size: 0.28125rem;
            font-family: SourceHanSerifCN-Regular; }
    .startagain .startagain-card-wrap {
      padding-bottom: 0; }
      .startagain .startagain-card-wrap .item {
        padding: 1.96875rem 0.625rem 1.34375rem;
        background-color: #eef8fd; }
        .startagain .startagain-card-wrap .item:nth-child(2n) {
          background-color: #fff; }
        .startagain .startagain-card-wrap .item .center-wrap {
          overflow: hidden; }
          .startagain .startagain-card-wrap .item .center-wrap .fl {
            float: none; }
          .startagain .startagain-card-wrap .item .center-wrap .fr {
            float: none; }
          .startagain .startagain-card-wrap .item .center-wrap .item-img {
            width: auto;
            height: 5.15625rem;
            background-size: cover; }
          .startagain .startagain-card-wrap .item .center-wrap .item-text {
            font-family: SourceHanSerifCN-Regular;
            width: auto;
            padding-top: 0.84375rem; }
            .startagain .startagain-card-wrap .item .center-wrap .item-text .title {
              font-size: 0.59375rem;
              line-height: 1.1;
              padding-bottom: 0.46875rem; }
            .startagain .startagain-card-wrap .item .center-wrap .item-text p {
              font-size: 0.375rem;
              line-height: 0.625rem; }
          .startagain .startagain-card-wrap .item .center-wrap .img_box img {
            width: 150%;
            max-width: 150%;
            margin-left: -25%; }
          .startagain .startagain-card-wrap .item .center-wrap .video_box {
            position: relative; }
            .startagain .startagain-card-wrap .item .center-wrap .video_box img {
              max-width: 150%;
              width: 150%;
              margin-left: -25%; }
            .startagain .startagain-card-wrap .item .center-wrap .video_box i {
              position: absolute;
              width: 2.34375rem;
              height: 2.34375rem;
              background: url(/en/images/icon/play.png) no-repeat center;
              background-size: contain;
              border-radius: 50%;
              margin-left: -1.17188rem;
              margin-top: -1.17188rem; }
      .startagain .startagain-card-wrap .add-text {
        padding: 1.09375rem 0.625rem 1.71875rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0.375rem;
        line-height: 0.625rem;
        font-family: SourceHanSerifCN-Regular; }
    .startagain .shares-list {
      background-color: #eef8fd;
      padding: 0.84375rem 0.625rem; }
      .startagain .shares-list ul {
        width: auto;
        overflow: hidden;
        margin: 0 auto; }
        .startagain .shares-list ul li {
          float: left;
          width: 50%;
          height: 4.5rem;
          position: relative;
          text-align: center; }
          .startagain .shares-list ul li:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0.625rem;
            bottom: 0.625rem;
            width: 1px;
            background: #d2d2d2; }
          .startagain .shares-list ul li:nth-child(2n):after {
            display: none; }
          .startagain .shares-list ul li a {
            display: inline-block;
            vertical-align: top;
            padding-top: 0.78125rem; }
            .startagain .shares-list ul li a i {
              display: block;
              width: 1.71875rem;
              height: 1.71875rem;
              background-size: 100% 100%;
              background-repeat: no-repeat;
              margin: 0 auto; }
            .startagain .shares-list ul li a p {
              font-size: 0.59375rem;
              line-height: 1.1;
              font-family: SourceHanSerifCN-Regular;
              color: #222;
              padding-top: 0.46875rem; }
          .startagain .shares-list ul li:nth-child(1) a i {
            background-image: url("/en/images/icon/shares_icon1.png"); }
          .startagain .shares-list ul li:nth-child(1) a:hover i {
            background-image: url("/en/images/icon/shares_icon1_.png"); }
          .startagain .shares-list ul li:nth-child(2) a i {
            background-image: url("/en/images/icon/shares_icon2.png"); }
          .startagain .shares-list ul li:nth-child(2) a:hover i {
            background-image: url("/en/images/icon/shares_icon2_.png"); }
          .startagain .shares-list ul li:nth-child(3) a i {
            background-image: url("/en/images/icon/shares_icon3.png"); }
          .startagain .shares-list ul li:nth-child(3) a:hover i {
            background-image: url("/en/images/icon/shares_icon3_.png"); }
          .startagain .shares-list ul li:nth-child(4) a i {
            background-image: url("/en/images/icon/shares_icon4.png"); }
          .startagain .shares-list ul li:nth-child(4) a:hover i {
            background-image: url("/en/images/icon/shares_icon4_.png"); } }

/*ÏêÇéµ¼º½*/
.details-navigation {
  line-height: 38px;
  padding-top: 26px; }
  .details-navigation .details-navigation-item {
    font-size: 16px;
    color: #848484;
    font-family: SourceHanSerifCN-Regular;
    font-style: normal;
    margin-right: 8px; }

/*Ö´·¨ÉùÃ÷*/
.legal-statement .legal-content {
  width: 998px;
  margin: 0 auto;
  font-family: SourceHanSerifCN-Regular;
  padding-bottom: 120px; }
  .legal-statement .legal-content h4 {
    font-size: 48px;
    font-weight: normal;
    color: #222;
    line-height: 184px; }
  .legal-statement .legal-content h5 {
    font-size: 28px;
    font-weight: normal;
    color: #222;
    line-height: 1.1; }
  .legal-statement .legal-content .legal-content-text {
    font-size: 18px;
    line-height: 32px;
    color: #222; }
  .legal-statement .legal-content .legal-content-hr {
    height: 36px; }
  .legal-statement .legal-content .legal-content-rule {
    padding: 60px 0;
    border-top: 1px solid #00953d;
    border-bottom: 1px solid #00953d; }
  .legal-statement .legal-content .legal-content-item {
    padding: 60px 0;
    border-bottom: 1px solid #ececec; }

@media only screen and (max-width: 992px) {
  .legal-statement .details-navigation {
    display: none; }
  .legal-statement .legal-content {
    width: auto;
    font-family: SourceHanSerifCN-Regular;
    padding: 0 0.625rem 1.875rem; }
    .legal-statement .legal-content h4 {
      font-size: 0.75rem;
      font-weight: normal;
      color: #222;
      line-height: 2.96875rem; }
    .legal-statement .legal-content h5 {
      font-size: 0.5rem;
      font-weight: normal;
      color: #222;
      line-height: 1.1; }
    .legal-statement .legal-content .legal-content-text {
      font-size: 0.375rem;
      line-height: 0.59375rem;
      color: #222; }
    .legal-statement .legal-content .legal-content-hr {
      height: 0.625rem; }
    .legal-statement .legal-content .legal-content-rule {
      padding: 0.9375rem 0;
      border-top: 1px solid #00953d;
      border-bottom: 1px solid #00953d; }
    .legal-statement .legal-content .legal-content-item {
      padding: 0.9375rem 0;
      border-bottom: 1px solid #ececec; } }

/*ÁªÏµºÀÔË¹ú¼Ê*/
.contact-us .main {
  font-family: SourceHanSerifCN-Regular; }

.contact-us h4 {
  font-size: 48px;
  font-weight: normal;
  color: #222;
  line-height: 184px; }

.contact-us .contact-us-content {
  overflow: hidden;
  padding-bottom: 120px; }
  .contact-us .contact-us-content .fl {
    float: left; }
  .contact-us .contact-us-content .fr {
    float: right; }
  .contact-us .contact-us-content .content-img {
    width: 60.41%;
    height: 510px;
    background-size: cover;
    /*background-image: url('/en/images/img/15.png');*/ }
  .contact-us .contact-us-content .content-box {
    width: 35.83%;
    height: 508px;
    border-top: 1px solid #00953d;
    border-bottom: 1px solid #00953d;
    padding: 50px 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .contact-us .contact-us-content .content-name {
    font-size: 28px;
    color: #222;
    line-height: 1.1;
    padding-bottom: 40px; }
  .contact-us .contact-us-content .content-text {
    font-size: 18px;
    color: #222;
    line-height: 38px; }

@media only screen and (max-width: 992px) {
  .contact-us {
    font-family: SourceHanSerifCN-Regular; }
    .contact-us .details-navigation {
      display: none; }
    .contact-us h4 {
      font-size: 0.75rem;
      font-weight: normal;
      color: #222;
      line-height: 2.96875rem; }
    .contact-us .center-wrap {
      padding: 0 0.625rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .contact-us .contact-us-content {
      overflow: hidden;
      padding-bottom: 1.5625rem; }
      .contact-us .contact-us-content .fl {
        float: none; }
      .contact-us .contact-us-content .fr {
        float: none; }
      .contact-us .contact-us-content .content-img {
        width: auto;
        height: 6.15625rem;
        background-size: cover;
        background-image: url("/en/images/img/15.png");
        margin-top: 0.9375rem; }
      .contact-us .contact-us-content .content-box {
        width: auto;
        height: auto;
        border-top: 1px solid #00953d;
        border-bottom: 1px solid #00953d;
        padding: 0.78125rem 0.4375rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .contact-us .contact-us-content .content-name {
        font-size: 0.5rem;
        color: #222;
        line-height: 1.1;
        padding-bottom: 0.625rem; }
      .contact-us .contact-us-content .content-text {
        font-size: 0.375rem;
        color: #222;
        line-height: 0.625rem; }
    .contact-us .pop_title {
      font-size: 0.4rem; }
    .contact-us .pop_desc {
      font-size: 0.3rem; } }

/*ËÑË÷Ð§¹û*/
.search-result {
  font-family: SourceHanSerifCN-Regular; }
  .search-result .search-input {
    margin-top: 46px;
    height: 48px;
    border: 1px solid #c5c5c5; }
    .search-result .search-input input {
      float: left;
      display: block;
      width: 90%;
      border: none;
      font-size: 20px;
      line-height: 1.1;
      text-indent: 1em;
      padding: 12px 0;
      background: none; }
    .search-result .search-input i {
      float: right;
      width: 66px;
      height: 100%;
      background-color: #c5c5c5;
      background-image: url("/en/images/icon/search_.png");
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
  .search-result .result-num {
    font-size: 16px;
    line-height: 1.1;
    padding: 56px 0 26px; }
    .search-result .result-num span {
      font-family: SourceHanSerifCN-Bold; }
  .search-result .result-list li {
    padding: 46px 0;
    overflow: hidden;
    border-top: 1px solid #d2d2d2; }
    .search-result .result-list li:last-child {
      border-bottom: 1px solid #d2d2d2; }
    .search-result .result-list li .font-active {
      color: #00953d; }
    .search-result .result-list li .item-top {
      overflow: hidden; }
      .search-result .result-list li .item-top .item-title {
        float: left;
        font-size: 28px;
        line-height: 1.4;
        max-width: 90%; }
        .search-result .result-list li .item-top .item-title a {
          color: #282828; }
          .search-result .result-list li .item-top .item-title a:hover {
            color: #00953D; }
      .search-result .result-list li .item-top .item-time {
        float: right;
        font-size: 14px;
        font-family: SourceHanSansCN-Regular; }
    .search-result .result-list li .item-text {
      font-size: 16px;
      line-height: 36px;
      font-family: SourceHanSansCN-Regular;
      padding-top: 18px; }

@media only screen and (max-width: 992px) {
  .search-result {
    font-family: SourceHanSerifCN-Regular; }
    .search-result .details-navigation {
      display: none; }
    .search-result .center-wrap {
      padding: 0 0.625rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .search-result .search-input {
      margin-top: 0.71875rem;
      height: 1.0625rem;
      border: 1px solid #c5c5c5;
      display: flex;
      display: -webkit-flex; }
      .search-result .search-input input {
        flex: 1;
        float: none;
        display: block;
        width: auto;
        border: none;
        font-size: 0.375rem;
        line-height: 1.1;
        text-indent: 1em;
        padding: 0.3125rem 0; }
      .search-result .search-input i {
        float: none;
        width: 1.25rem;
        height: 100%;
        background-color: #c5c5c5;
        background-image: url("/en/images/icon/search_.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 0.54688rem;
        cursor: pointer; }
    .search-result .result-num {
      font-size: 0.375rem;
      line-height: 1.1;
      padding: 0.71875rem 0 0.40625rem; }
      .search-result .result-num span {
        font-family: SourceHanSerifCN-Bold; }
    .search-result .result-list li {
      padding: 0.625rem 0;
      overflow: hidden;
      border-top: 1px solid #d2d2d2; }
      .search-result .result-list li:last-child {
        border-bottom: 1px solid #d2d2d2; }
      .search-result .result-list li .font-active {
        color: #00953d; }
      .search-result .result-list li .item-top {
        overflow: hidden; }
        .search-result .result-list li .item-top .item-title {
          float: none;
          font-size: 0.5rem;
          line-height: 0.71875rem;
          max-width: 100%; }
        .search-result .result-list li .item-top .item-time {
          float: none;
          font-size: 0.375rem;
          font-family: SourceHanSansCN-Regular;
          line-height: 1.15625rem; }
      .search-result .result-list li .item-text {
        font-size: 0.375rem;
        line-height: 0.625rem;
        font-family: SourceHanSansCN-Regular;
        padding-top: 0; } }
<!--ºÄÊ±1761002082.5641Ãë-->