@charset "UTF-8";

/********/
.main-box {
  padding: 0 0 5em;
}

.main-box.main-index {
  z-index: 1020;
}

@media screen and (max-width: 767px) {
  .main-box {
    padding-bottom: 0.5rem;
  }
}

/**** banner **/
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 8;
}

.banner .ban-tit {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 20;
  color: #fff;
}

.banner .lv1 {
  position: relative;
}

.banner .lv1:after {
  content: '';
  width: 1.5em;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner .lv2 {
  line-height: 1.3em;
  font-family: 'Arial';
  font-weight: bold;
}

.pc-ban {
  width: 100%;
  height: 17.1em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  position: relative;
}

.pc-ban .lv1 {
  font-size: 1em;
  line-height: 1.8em;
  padding-bottom: 2px;
  margin-bottom: 1em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.pc-ban .lv2 {
  max-width: 66%;
  font-size: 3em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1440px) {
  .pc-ban .lv2 {
    max-width: 80%;
  }
}

.ph-ban {
  width: 100%;
  height: 1.92rem;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}

.ph-ban .lv1 {
  font-size: 0.12rem;
  line-height: 0.2rem;
  padding-bottom: 1px;
  margin-bottom: 0.16rem;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.6);
}

.ph-ban .lv1:after {
  width: 0.2rem;
}

.ph-ban .lv2 {
  font-size: 0.34rem;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.6);
}

/**** factsheet ***/
.factsheet-latest {
  width: 100%;
  overflow: hidden;
}

.factsheet-latest .latest-list {
  overflow: hidden;
  margin: 0 -0.5em;
}

.factsheet-latest .latest-list li {
  padding: 0 0.5em;
  margin-top: 1.2em;
}

.factsheet-latest .latest-list li.item1 .item-inner {
  background: #008ab8;
}

.factsheet-latest .latest-list li.item2 .item-inner {
  background: #00c0c0;
}

.factsheet-latest .latest-list li.item3 .item-inner {
  background: #00b295;
}

.factsheet-latest .latest-list .item-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 1.1em 1.1em 1.4em;
  color: #fff;
}

.factsheet-latest .latest-list .item-date {
  font-size: 14px;
  line-height: 1.4em;
}

.factsheet-latest .latest-list .item-tit {
  height: 2.8em;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 0.2em;
}

.factsheet-latest .latest-list .item-tit img {
  width: 1em;
  margin: -3px 0 0 0.56em;
}

.factsheet-latest .latest-list .item-ft {
  overflow: hidden;
  margin-top: 1em;
}

.factsheet-latest .latest-list .item-more {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 5px;
  position: relative;
  border-bottom: solid 1px #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.factsheet-latest .latest-list .item-more:hover {
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .factsheet-latest .latest-list .item-date {
    font-size: 0.14rem;
  }

  .factsheet-latest .latest-list .item-tit {
    height: auto;
    font-size: 0.18rem;
  }

  .factsheet-latest .latest-list .item-more {
    font-size: 0.14rem;
  }
}

.factsheet-list {
  width: 100%;
  min-height: 25em;
  overflow: hidden;
  position: relative;
  margin-top: 2.5em;
}

.factsheet-list li {
  width: 100%;
  height: 3.125em;
  overflow: hidden;
  font-size: 16px;
  line-height: 3.125em;
  position: relative;
  padding: 0 15.3% 0 5.3%;
}

.factsheet-list li:nth-child(odd) {
  background: #eee;
}

.factsheet-list li:hover .item-date,
.factsheet-list li:hover .item-tit {
  color: #00a2a4;
  transform: translateX(1.25em);
  -webkit-transform: translateX(1.25em);
  -ms-transform: translateX(1.25em);
}

.factsheet-list li:hover .item-icon {
  transform: translateX(-3.125em);
  -webkit-transform: translateX(-3.125em);
  -ms-transform: translateX(-3.125em);
}

.factsheet-list .item-date {
  width: 13.75%;
  color: #333;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  float: left;
}

.factsheet-list .item-tit {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
  color: #010101;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.factsheet-list .item-tit a {
  width: 100%;
  height: 3.125em;
  overflow: hidden;
  display: block;
}

.factsheet-list .item-icon {
  width: 1.125em;
  display: block;
  position: absolute;
  right: 7%;
  top: 50%;
  margin-top: -0.5625em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

@media screen and (max-width: 991px) {
  .factsheet-list li {
    font-size: 0.16rem;
    padding: 0 0.8rem 0 0.1rem;
  }

  .factsheet-list .item-date {
    width: auto;
    white-space: nowrap;
    padding-right: 1em;
  }

  .factsheet-list .item-icon {
    right: 0.2rem;
  }
}

/**** about ***/
.about-sec1 .doc {
  font-size: 14px;
  line-height: 1.57em;
  color: #4c4c4c;
  margin-top: 2em;
}

.about-sec1 .data-list {
  overflow: hidden;
  margin: 1.8em -0.5em 0;
}

.about-sec1 .data-list li {
  width: 20%;
  padding: 0 0.5em;
  text-align: center;
  float: left;
}

.about-sec1 .data-list li:first-child {
  text-align: left;
}

.about-sec1 .data-list li:last-child {
  text-align: right;
}

.about-sec1 .data-list .item-inner {
  width: 9.6em;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.about-sec1 .data-list .item-data {
  width: 7.5em;
  height: 3.7em;
  color: #00b396;
  font-family: 'Arial';
  font-weight: bold;
  border-bottom: solid 2px #00b396;
  margin: 0 auto;
}

.about-sec1 .data-list .data {
  display: block;
  white-space: nowrap;
  font-size: 2.4em;
  line-height: 1em;
}

.about-sec1 .data-list .unit {
  font-size: 0.7em;
  line-height: 1em;
}

.about-sec1 .data-list .item-tit {
  font-size: 0.8em;
  line-height: 1.25em;
  color: #999;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .about-sec1 .doc {
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-top: 0.11rem;
  }

  .about-sec1 .data-list {
    margin-top: 0.12rem;
  }

  .about-sec1 .data-list li {
    width: 100%;
    float: none;
    text-align: center !important;
    margin-bottom: 0.32rem;
  }

  .about-sec1 .data-list .item-inner {
    width: 2.42rem;
  }

  .about-sec1 .data-list .item-data {
    width: 1.9rem;
    height: auto;
    padding-bottom: 0.14rem;
  }

  .about-sec1 .data-list .data {
    font-size: 0.6rem;
  }

  .about-sec1 .data-list .unit {
    font-size: 0.18rem;
  }

  .about-sec1 .data-list .item-tit {
    font-size: 0.2rem;
    line-height: 0.26rem;
    margin-top: 0.1rem;
  }
}

.about-sec2-item {
  width: 100%;
  overflow: hidden;
  margin-top: 2.5em;
}

.about-sec2-item .item-tit {
  width: 100%;
  height: 2.08em;
  display: block;
  background: no-repeat center right;
  background-size: auto 100%;
  padding: 0 1em;
  font-size: 1.2em;
  line-height: 2.08em;
  color: #fff;
  font-family: 'Arial';
  font-weight: bold;
}

.about-sec2-item .item-tit img {
  width: 0.75em;
  margin: -3px 8px 0 0;
}

.about-sec2-item .item-row {
  overflow: hidden;
  margin: 0 -0.7em;
  padding: 0 0 5px;
}

.about-sec2-item .item-imgs {
  padding: 2em 0.7em 0;
  overflow: hidden;
}

.about-sec2-item .item-imgs:hover img {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}

.about-sec2-item .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.about-sec2-item .item-bd {
  padding: 2em 0.7em 0;
}

.about-sec2-item .doc {
  font-size: 14px;
  line-height: 1.57em;
  color: #4c4c4c;
}

.about-sec2-item .doc h5 {
  font-size: 1.143em;
  font-family: 'Arial';
  font-weight: bold;
  margin: 1.25em 0 0.9em;
}

.about-sec2-item .doc h5:first-child {
  margin-top: 0;
}

.about-sec2-item.item1 .item-tit {
  background-image: url(/Img/images_en/about_01.png);
}

.about-sec2-item.item2 .item-tit {
  background-image: url(/Img/images_en/about_02.png);
}

@media screen and (max-width: 767px) {
  .about-sec2-item .item-tit {
    font-size: 0.2rem;
  }

  .about-sec2-item .doc {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
}

.about-sec3 {
  width: 100%;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  padding: 3em 3em 7em;
  margin-top: 3.5em;
}

.about-sec3 .sec-tit {
  font-size: 1.8em;
  line-height: 1.11em;
  color: #fff;
  font-family: 'Arial';
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-sec3 {
    margin-top: 0.5rem;
    padding: 0.3rem 0.3rem 0.38rem;
  }

  .about-sec3 .sec-tit {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }
}

.about-slide-box {
  width: 100%;
  overflow: hidden;
  margin-top: 3.1em;
  padding: 0 3em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about-slide-box {
    margin-top: 0.25rem;
    padding: 0 0.4rem;
  }
}

.about-slide-bd {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-slide-bd .swiper-wrapper {
  padding-top: 10px;
}

.about-slide-bd .swiper-slide {
  transition: 0.5s linear;
}

.about-slide-bd .swiper-slide:hover {
  margin-top: -10px;
}


.about-slide-bd .slide-inner {
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  position: relative;
  padding: 1.5em 0 1.3em;
}

.about-slide-bd .slide-year {
  height: 1em;
  font-size: 2em;
  line-height: 1em;
  color: #00c0c0;
  font-family: 'Arial';
  font-weight: bold;
  text-align: center;
  font-style: italic;
}

.about-slide-bd .slide-doc {
  width: 100%;
  height: 12em;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.57em;
  color: #333;
  margin-top: 0.57em;
}

.about-slide-bd .mCSB_inside>.mCSB_container {
  margin: 0 1.57em;
}

.about-slide-bd .mCSB_scrollTools {
  right: 0.5em;
}

@media screen and (max-width: 767px) {
  .about-slide-bd .slide-inner {
    padding: 0.24rem 0;
  }

  .about-slide-bd .slide-year {
    font-size: 0.34rem;
  }

  .about-slide-bd .slide-doc {
    height: 2.34rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-top: 0.16rem;
  }

  .about-slide-bd .mCSB_inside>.mCSB_container {
    margin: 0 0.18rem;
  }

  .about-slide-bd .mCSB_scrollTools {
    right: 0.1rem;
  }
}

.about-slide-ctrl {
  width: 3em;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.about-slide-ctrl.prev {
  background: url(/Img/images_en/prev_01.png) no-repeat left center;
  background-size: 2em auto;
  left: 0;
}

.about-slide-ctrl.next {
  background: url(/Img/images_en/next_01.png) no-repeat right center;
  background-size: 2em auto;
  right: 0;
}

.about-slide-ctrl.swiper-button-disabled {
  display: none;
}

.about-slide-ctrl:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .about-slide-ctrl {
    width: 0.4rem;
  }

  .about-slide-ctrl.prev,
  .about-slide-ctrl.next {
    background-size: 0.2rem auto;
  }
}

/**** structure ****/
.structure-imgs {
  width: 100%;
  overflow: hidden;
}

.structure-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.structure-ft {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 4.7em;
}

.structure-ft .item1 {
  padding: 0;
}

.structure-ft .item1 b {
  font-weight: normal;
  font-family: 'Arial';
}

.structure-ft .item2 {
  text-align: right;
  font-family: 'Arial';
  font-weight: bold;
  white-space: nowrap;
  padding: 0;
}

.structure-ft .item2 li {
  overflow: hidden;
}

.structure-ft .item2 img {
  width: 227px;
  margin-right: 20px;
}

.structure-ft .item2 h5 {
  width: 95px;
  float: right;
  text-align: left;
  font-family: 'Arial';
  font-weight: bold;
  color: #999;
}

@media screen and (max-width: 767px) {
  .structure-ft {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .structure-ft .item2 {
    text-align: left;
    margin-top: 0.3rem;
  }

  .structure-ft .item2 h5 {
    float: left;
    margin-right: 0.2rem;
  }

  .structure-ft .item2 img {
    width: 2.2rem;
    margin: 0;
  }

  .structure-imgs {
    overflow-x: scroll;
  }

  .structure-imgs img {
    width: 800px;
    max-width: inherit;
  }
}

/**** map ***/
.map-box {
  width: 100%;
  overflow: hidden;
}

.map-box img {
  width: 100%;
  max-width: 1030px;
  display: block;
  margin: 0 auto;
}

/**** financial ***/
.financial-box {
  width: 100%;
  overflow-x: auto;
}

.financial-box .about-sec2-item {
  min-width: 800px;
  -webkit-overflow-scrolling: touch;
}

.financial-box .about-sec2-item .item-bd {
  width: 100%;
  padding: 0;
  margin: 1em 0 0;
}

.financial-box .about-sec2-item .item-bd img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.financial-box .about-sec2-item.item1 {
  margin-top: 0;
}

.financial-box .about-sec2-item.item1 .item-tit {
  background-image: url(/Img/images_en/fin_bg_01.png);
}

.financial-box .about-sec2-item.item2 .item-tit {
  background-image: url(/Img/images_en/fin_bg_02.png);
}

.financial-box .about-sec2-item.item3 .item-tit {
  background-image: url(/Img/images_en/fin_bg_03.png);
}

.financial-box .about-sec2-item.item4 .item-tit {
  background-image: url(/Img/images_en/fin_bg_04.png);
}

/**** toll ***/
.toll-item {
  width: 100%;
  overflow: hidden;
  margin-top: 3.25em;
}

.toll-item:first-child {
  margin-top: 0;
}

.toll-item .g-column-tit {
  margin-bottom: 0.78em;
}

.toll-item .imgs-box {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.toll-item .imgs-box img {
  width: 100%;
  max-width: 100%;
  min-width: 1000px;
  display: block;
}

.toll-item .data-list li {
  margin-bottom: 2.1em;
}

.toll-item .data-list li:last-child {
  margin-bottom: 0;
}

.toll-item .data-list h5 {
  font-size: 1.2em;
  line-height: 1.25em;
  color: #333;
  font-family: 'Arial';
  font-weight: bold;
  margin-bottom: 0.75em;
}

.toll-item .data-list h5 img {
  width: 0.75em;
  margin: -3px 8px 0 0;
}

.toll-item .data-list .doc {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding-left: 1em;
  position: relative;
  margin-top: 1.85em;
}

.toll-item .data-list .doc:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  background: #00b396;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .toll-item .data-list .doc {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
}

/**** leader ***/
.page-leader-box {
  background: #f7f7f7;
}

.leader-list {
  min-height: 48.7em;
  overflow: hidden;
  margin: 0 -1.75em -2.5em;
}

.leader-list li {
  padding: 0 1.75em;
  margin-bottom: 2.5em;
}

.leader-list .item-inner {
  width: 100%;
  display: block;
  position: relative;
}

.leader-list .item-inner:hover .image {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}

.leader-list .item-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.leader-list .item-imgs .image {
  width: 100%;
  height: 12em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.leader-list .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.leader-list .item-bd {
  width: 100%;
  overflow: hidden;
  margin-top: 1em;
}

.leader-list .item-zw {
  font-size: 14px;
  line-height: 1.4em;
  color: #00a2a4;
  font-family: 'Arial';
  font-weight: bold;
}

.leader-list .item-name {
  height: 1.5em;
  overflow: hidden;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #333;
  font-family: 'Arial';
  font-weight: bold;
}

.leader-list .item-desc {
  height: 4.71em;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.57em;
  color: #666;
  margin-top: 0.7em;
}

.leader-list .item-ft {
  margin-top: 1.3em;
}

.leader-list .item-ft a {
  width: 110px;
  height: 45px;
  display: block;
  background: #01a899;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.leader-list .item-ft a:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {

  .leader-list .item-zw,
  .leader-list .item-desc {
    font-size: 0.16rem;
  }

  .leader-list .item-name {
    font-size: 0.24rem;
  }

  .leader-list .item-desc {
    margin-top: 0.5em;
  }

  .leader-list .item-ft {
    margin-top: 0.5em;
  }

  .leader-list .item-ft a {
    width: 1.2rem;
    height: 0.45rem;
    font-size: 0.16rem;
    line-height: 0.45rem;
  }
}

.pop-leader-box .pop-inner {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.pop-leader-box .pop-bd {
  width: 100%;
  /*height: 456px;*/
  display: block;
  overflow: hidden;
  background: url(/Img/images_en/leader_bg.jpg) no-repeat right bottom #fff;
  background-size: 100% auto;
  padding: 2.6em 0;
  margin: 0;
  padding: 2.6em 0 2.6em 4em;
}

.pop-leader-box .mCSB_inside>.mCSB_container {
  margin: 0 4em 0 0;
}

.pop-leader-box .leader-imgs {
  width: 11.25em;
  float: left;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 2.5em;
}

.pop-leader-box .leader-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.pop-leader-box .leader-bd {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
}

.pop-leader-box .leader-name .name {
  font-size: 1.8em;
  line-height: 1.1em;
  color: #333;
  font-family: 'Arial';
  font-weight: bold;
}

.pop-leader-box .leader-name .zw {
  font-size: 1em;
  line-height: 1.5em;
  color: #239ea4;
  font-family: 'Arial';
  font-weight: bold;
  margin-top: 5px;
}

.pop-leader-box .scrollbox {
  height: 322px;
  overflow: hidden;
}

.pop-leader-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
}

.pop-leader-box .doc {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 18px;
}

.pop-leader-box .doc p {
  padding-left: 1.29em;
  position: relative;
  margin-top: 22px;
}

.pop-leader-box .doc p:first-child {
  margin-top: 0;
}

.pop-leader-box .doc p:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background: #007272;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .pop-leader-box {
    background: #fff;
  }

  .pop-leader-box .pop-zhe {
    display: none !important;
  }

  .pop-leader-box .pop-inner {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .pop-leader-box .pop-bd {
    height: 100%;
    max-height: 100%;
    padding: 0.3rem 0;
  }

  .pop-leader-box .mCSB_inside>.mCSB_container {
    margin: 0 0;
  }

  .pop-leader-box .leader-imgs {
    margin: 0 auto;
    float: none;
  }

  .pop-leader-box .leader-bd {
    width: 100%;
    display: block;
    margin: 1em 0.2em 0;
  }

  .pop-leader-box .leader-name .name {
    font-size: 0.3rem;
  }

  .pop-leader-box .leader-name .zw {
    font-size: 0.2rem;
  }

  .pop-leader-box .leader-name .doc {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
}

/**** contact ****/
.contact-box {
  overflow: hidden;
  margin: 0 -1.5em;
}

.contact-item {
  padding: 0 1.5em;
}

.contact-item .item-inner {
  width: 100%;
  overflow: hidden;
}

.contact-item .item-tit {
  width: 100%;
  height: 55px;
  overflow: hidden;
  font-size: 24px;
  line-height: 55px;
  color: #fff;
  padding: 0 20px;
  background: no-repeat center center;
  background-size: cover;
}

.contact-item .item-tit img {
  width: 18px;
  margin: -3px 10px 0 0;
}

.contact-item .item-bd {
  width: 100%;
  overflow: hidden;
  background: #ededed;
  padding: 2.2em 2.4em 2.3em;
  background: no-repeat center bottom #ededed;
  background-size: cover;
}

.contact-item .item-bd li {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
}

.contact-item .item-bd li.li1 .doc {
  font-family: 'Arial';
  font-weight: bold;
}

.contact-item .item-bd h5 {
  width: 86px;
  float: left;
  font-family: 'Arial';
  font-weight: bold;
}

.contact-item .item-bd .doc {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
}

.contact-item.item1 .item-tit {
  background-image: url(/Img/images_en/contact_01.jpg);
}

.contact-item.item1 .item-bd li.li5 .doc {
  color: #008fbf;
}

.contact-item.item1 .item-bd h5 {
  color: #008ab8;
}

.contact-item.item2 .item-tit {
  background-image: url(/Img/images_en/contact_02.jpg);
}

.contact-item.item2 .item-bd li.li5 .doc {
  color: #23b69c;
}

.contact-item.item2 .item-bd h5 {
  color: #00b295;
}

@media screen and (max-width: 767px) {
  .contact-item .item-tit {
    font-size: 0.24rem;
    line-height: 0.55rem;
    height: 0.55rem;
    padding: 0 0.2rem;
  }

  .contact-item .item-tit img {
    width: 0.18rem;
  }

  .contact-item .item-bd {
    padding: 0.2rem 0.2rem 0.35rem;
  }

  .contact-item .item-bd li {
    margin-top: 0.16rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .contact-item .item-bd h5 {
    width: 0.86rem;
  }

  .contact-item.item2 {
    margin-top: 0.3rem;
  }
}

/**** hr ****/
.hr-top {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #4c4c4c;
}

.hr-tit {
  font-size: 1.2em;
  line-height: 1.9em;
  color: #00a2a4;
}

.hr-tit img {
  width: 0.75em;
  margin: -3px 8px 0 0;
}

@media screen and (max-width: 767px) {
  .hr-tit {
    font-size: 0.24rem;
  }
}

.hr-bss {
  margin-top: 1.8em;
}

.bss-list {
  overflow: hidden;
  margin: 0 -0.95em;
  display: flex;
  flex-wrap: wrap;
}

.bss-list li {
  padding: 0 0.95em;
  margin-top: 1em;
}

.bss-list .item-inner {
  width: 100%;
  padding: 2.3em 1.3em;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100%;
}

.bss-list .item-inner:hover .item-icon {
  animation: bounceFlv 2s both;
}

.bss-list .item-icon {
  width: 2.25em;
  float: left;
  margin-right: 0.75em;
}

.bss-list .item-doc {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.375em;
  color: #fff;
}

.bss-list .item-doc h5 {}

@media screen and (max-width: 767px) {
  .bss-list .item-imgs {
    width: 0.45rem;
  }

  .bss-list .item-doc {
    font-size: 0.16rem;
  }

  .bss-list .item-doc h5 {
    height: auto;
  }
}

.hr-ft {
  overflow: hidden;
  margin: 1.4em -1em 0;
  display: flex;
  flex-wrap: wrap;
}

.hr-ft .item-box {
  margin-top: 1.5em;
  padding: 0 1em;
}

.hr-ft .item-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.hr-ft .item-bd {
  width: 100%;
  overflow: hidden;
  margin-top: 1em;
  height: 100%;
}

.hr-ft .item-imgs {
  width: 100%;
  overflow: hidden;
}

.hr-ft .item-imgs:hover .image {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}

.hr-ft .item-imgs .image {
  width: 100%;
  height: 11em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.hr-ft .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.hr-ft .item-doc {
  width: 100%;
  overflow: hidden;
  padding: 1.8em 2.5em 2.7em;
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
}

.hr-ft .doc {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .hr-ft .doc {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hr-ft .item-doc {
    padding: 0.2rem;
  }

  .hr-ft .doc {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
}

/**** by gxb ***/
/**** report ***/
.report-box {}

.report-box .top-tab {
  border-bottom: 1px solid #e6e6e6;
}

.report-box .top-tab .list {
  width: 68.28%;
  max-width: 874px;
  margin: auto;
  display: table;
  border-collapse: collapse;
  position: relative;
  margin-bottom: -1px;
  z-index: 10;
}

/* .report-box .top-tab .list:after {
  content: '';
  display: table;
  clear: both;
} */

.report-box .top-tab .list li {
  display: table-cell;
  width: 33.333%;
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  height: 62px;
  line-height: 20px;
  cursor: pointer;
}

.report-box .top-tab .list li a {
  color: #666666;
}

.report-box .top-tab .list li.on {
  border-top: 3px solid #00a2a4;
  border-bottom: 1px solid #fff;
  background: #fff;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, .1);
}

.report-box .top-tab .list li.on a {
  color: #00a2a4;
  font-weight: bold;
}

.report-box .report-list {
  margin-top: 2.6em;
}

.report-box .report-list .item {
  display: none;
}

.report-box .report-list .item.on {
  display: block;
}

.report-box .report-list .list {}

.report-box .report-list .list:after {
  content: '';
  display: table;
  clear: both;
}

.report-box .report-list .list li {
  float: left;
  width: 20.47%;
  margin-right: 6.04%;
  margin-bottom: 2.5em;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  overflow: hidden;
}

.report-box .report-list .list li:nth-child(4n) {
  margin-right: 0;
}

.report-box .report-list .list li img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.report-box .report-list .list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.report-box .report-list .list li .time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 5px;
  color: #fff;
  background: rgba(0, 179, 150, .8);
}

.report-box .global-list-more {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .report-box .top-tab .list {
    width: 100%;
    padding: 0 0.17rem;
  }

  .report-box .top-tab .list li {
    font-size: 0.15rem;
    line-height: 0.15rem;
    height: 0.7rem;
  }

  .report-box .report-list .list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.25rem;
  }

  .report-box .report-list .list li:nth-child(4n) {
    margin-right: 4%;
  }

  .report-box .report-list .list li:nth-child(2n) {
    margin-right: 0;
  }

  .report-box .report-list {
    margin-top: 0.35rem;
  }
}

/**** public ***/
.main-box.public {
  background: url(../../Img/images_en/public-box-bg.png) no-repeat left bottom
}

.public-box .public-top {
  overflow: hidden;
}

.public-box .public-top li {
  width: 23.8%;
  float: left;
  margin-right: 1.6%;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.public-box .public-top li.on {
  width: 49.2%;
}

.public-box .public-top li .bg {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.public-box .public-top li:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.public-box .public-top li:last-child {
  margin-right: 0;
}

.public-box .public-top .pops {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  padding: 0 1.5em;
}

.public-box .public-top li.on .pops {
  width: 48.41%;
  background: rgba(0, 138, 184, .9);
}

.public-box .public-top .pops .cont {
  position: relative;
  height: 100%;
  padding-top: 2.25em;
}

.public-box .public-top .pops .cont .more {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.75em;
  line-height: 20px;
  padding-top: 0.8em;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
}

.public-box .public-top .pops .cont .more a {
  padding-left: 24px;
  background: url(../../Img/images_en/public-morebg1.png) no-repeat left center;
  background-size: 18px;
}

.public-box .public-top .pops .cont .more a:hover {
  opacity: 0.8;
}

.public-box .public-top .pops .cont .time {
  font-family: "arial";
  font-size: 14px;
  line-height: 20px;
}

.public-box .public-top .pops .cont .name {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 12px;
  position: relative;
}

.public-box .public-top .pops .cont .name a {
  position: static;
}

.public-box .public-top .pops .cont .name span {
  overflow: hidden;
  max-height: 96px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .public-box .public-top .pops .cont .name a {
    -webkit-line-clamp: 2;
  }

  .public-box .public-top .pops .cont .name span {
    display: inline;
  }
}

.public-box .public-top .pops .cont .name img {
  margin-top: -2px;
  width: 18px;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.public-list {
  overflow: hidden;
  padding-top: 0.75em;
}

.public-list li {
  float: left;
  width: 30%;
  margin-right: 5%;
  padding-bottom: 1.3em;
  border-bottom: 1px solid #cccccc;
  margin-top: 2.25em;
}

.public-list li:nth-child(3n) {
  margin-right: 0;
}

.public-list li .time {
  color: #999;
  font-family: "arial";
  line-height: 20px;
  font-size: 14px;
}

.public-list li .name {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
  height: 48px;
  overflow: hidden;
  position: relative;
  text-indent: 22px;
}

.public-list li .name a {
  color: #333;
  position: static;
  max-height: 48px;
  overflow: hidden;
}

.public-list li .name a:hover {
  color: #00a2a4;
}

.public-list li .name img {
  /*margin-top: -2px;*/
  width: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.public-list li .more {
  line-height: 20px;
  margin-top: 16px;
  font-size: 14px;
}

.public-list li .more a {
  padding-left: 24px;
  background: url(../../Img/images_en/public-morebg2.png) no-repeat left center;
  background-size: 18px;
}

.public-list li .more a:hover {
  color: #00a2a4;
}

@media screen and (max-width: 1400px) {
  .public-box .public-top .pops .cont {
    padding-top: 1.5em;
  }

  .public-box .public-top .pops .cont .more {
    bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .public-box .public-top li {
    margin-right: 4%;
    margin-bottom: 0.2rem;
    width: 48%;
  }

  .public-box .public-top li.on {
    width: 100%;
    margin-right: 0;
  }

  .public-box .public-top .pops .cont .name {
    font-size: 0.15rem;
    line-height: 0.2rem;
    margin-top: 0.1rem;
  }

  .public-box .public-top .pops .cont {
    padding-top: 0.1rem;
  }

  .public-box .public-top .pops .cont .more {
    margin-bottom: 0;
    padding-top: 0.15rem;
    bottom: 0.1rem;
  }

  .public-list li {
    margin-top: 0.3rem;
    width: 48%;
    margin-right: 4%;
  }

  .public-list li:nth-child(3n) {
    margin-right: 4%;
  }

  .public-list li:nth-child(2n) {
    margin-right: 0;
  }

  .public-list li .name {
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.48rem;
  }

  .public-list li .more {
    font-size: 0.15rem;
    line-height: 0.2rem;
  }
}

/**** 车流量数?***/
.main-box.date {
  background: url(../../Img/images_en/public-box-bg.png) no-repeat left bottom
}

.date-box {}

.date-box .date-top {
  padding-left: 44.375%;
  position: relative;
  min-height: 14em;
}

.date-box .date-top .left {
  width: 38.28%;
  position: absolute;
  left: 0;
  height: 302px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.date-box .date-top .right {
  padding-top: 1.3em;
  padding-bottom: 1.75em;
}

.date-box .date-top .right .name {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.33em;
  color: #333;
}

.date-box .date-top .right .list {
  overflow: hidden;
  margin-top: 2.35em;
}

.date-box .date-top .right .list li {
  width: 33.333%;
  float: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: 28px;
  font-size: 16px;
  padding: 5px 0;
}

.date-box .date-top .right .list li a {
  display: inline-block;
  padding-left: 25px;
  background: url(../../Img/images_en/icon_pdf2.png) no-repeat left center;
  background-size: 18px;
  color: #333;
}

.date-box .date-top .right .list li a:hover {
  color: #30a3a3;
}

.date-box .date-list {
  margin-top: 3.25em;
}

.date-box .date-list li {
  float: left;
  width: 16.4%;
  margin-right: 4.5%;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  margin-top: 2em;
}

.date-box .date-list li:nth-child(5n) {
  margin-right: 0;
}

.date-box .date-list .toll-item .g-column-tit {
  margin-bottom: 0;
  text-transform: uppercase;
}

.date-box .date-list .list {
  margin-top: -0.5em;
}

.date-box .date-list .list:after {
  content: '';
  display: table;
  clear: both;
}

.date-box .date-list .imgs {
  position: relative;
  overflow: hidden;
}

.date-box .date-list .imgs .bg {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.date-box .date-list .imgs:hover .bg {}

.date-box .date-list .imgs .pops {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  text-align: center;
  color: #fff;
}

.date-box .date-list .imgs .pops .time {
  font-size: 1.8em;
  line-height: 1.2em;
}

.date-box .date-list .imgs .pops .icon {
  margin-top: 0.2em;
}

.date-box .date-list .doc {
  padding: 1em 1em 1.4em 1em;
  line-height: 21px;
}

.date-box .date-list .doc:after {
  content: '';
  display: table;
  clear: both;
}

.date-box .date-list .doc .left {
  float: left;
  font-size: 14px;
}

.date-box .date-list .doc .right {
  float: right;
}

.date-box .date-list .doc .right img {
  margin-top: -2px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.date-box .date-list li:hover {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .rela-top-list .rela-top-item:hover .item-dowload {
    animation: xzFlash 0.5s linear;
    -webkit-animation: xzFlash 0.5s linear infinite;
    -moz-animation: xzFlash 0.5s linear infinite;
  }

  .date-box .date-list li:hover .right img {
    animation: xzFlash 1s linear;
    -webkit-animation: xzFlash 1s linear infinite;
    -moz-animation: xzFlash 1s linear infinite;
  }
}


@media screen and (max-width: 767px) {
  .date-box .date-top .left {
    position: relative;
    left: inherit;
    top: inherit;
    height: 2.5rem;
    width: 100%;
  }

  .date-box .date-top {
    padding: 0;
  }

  .date-box .date-top .right {
    padding: 0.2rem 0;
  }

  .date-box .date-top .right .name {
    font-size: 0.2rem;
  }

  .date-box .date-top .right .list {
    margin-top: 0.1rem;
  }

  .date-box .date-top .right .list li {
    font-size: 0.15rem;
    line-height: 0.28rem;
  }
}

@media screen and (max-width: 767px) {
  .date-box .date-list {
    margin-top: 0.3rem;
  }

  .date-box .date-list li {
    width: 48%;
    margin-right: 4%;
    margin-top: 0.3rem;
  }

  .date-box .date-list li:nth-child(5n) {
    margin-right: 4%;
  }

  .date-box .date-list li:nth-child(2n) {
    margin-right: 0;
  }

  .date-box .date-list .imgs .pops .time {
    font-size: 0.25rem;
  }

  .date-box .date-list .doc .left {
    font-size: 0.15rem;
  }
}




/*股价资讯*/
.stock-box {
  max-width: 1104px;
  margin: 0 auto;
}

.stock-box .stock-top {
  overflow-y: hidden;
}

.stock-box .inv-shares-img {
  text-align: center;
}

.stock-box .stock-top table {
  width: 100%;
  min-width: 970px;
}

.stock-box .stock-top tr, .stock-box .stock-top th, .stock-box .stock-top tr, .stock-box .stock-top td {
  border: none;
  text-align: center;
  padding: 0 5px;
}

.stock-box .stock-top .th1 {
  width: 35.6%;
  text-align: left;
  padding-left: 55px;
}

.stock-box .stock-top td:first-child {
  padding-left: 55px;
  text-align: left;
}

.stock-box .stock-top .th2 {
  width: 11.3%;
}

.stock-box .stock-top .th3 {
  width: 10.7%;
}

.stock-box .stock-top .th4 {
  width: 9.05%;
}

.stock-box .stock-top .th5 {
  width: 9.05%;
}

.stock-box .stock-top .th6 {
  width: 9.8%;
}

.stock-box .stock-top .th7 {
  width: 14.5%;
  padding-right: 20px;
}

.stock-box .stock-top td:last-child {
  padding-right: 20px;
}

.stock-box .stock-top th {
  font-size: 14px;
  line-height: 3.571;
  color: #ffffff;
  font-weight: bold;
  background: #00b396;
}

.stock-box .stock-top td {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #ededed;
}

.stock-box .stock-top span {
  display: inline-block;
}

.stock-box .stock-top span img {
  width: 14px;
  height: 7px;
}

.stock-box .stock-top .sp1 {
  font-size: 30px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .stock-box .stock-top th {
    font-size: 0.14rem;
  }

  .stock-box .stock-top td {
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #333333;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
}


/*业绩*/
.rela-top-list {
  overflow: hidden;
}

.rela-top-list .rela-top-item {
  float: left;
  width: 23%;
  margin-right: 2.666%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
}

.rela-top-list .rela-top-item:nth-child(4n) {
  margin-right: 0;
}

.rela-top-list .rela-top-item .item-txt {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}

.rela-top-list .rela-top-item .img-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 10;
  opacity: 0.2;
  transition: 0.5s linear;
}

.rela-top-list .rela-top-item .img-box img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .rela-top-list .rela-top-item .img-box img {
    min-height: 160px;
  }
}

.rela-top-list .rela-top-item .img-bg {
  position: absolute;
  z-index: -5;
  width: 100%;
  height: 100%;
}

.rela-top-list .rela-top-item:nth-child(1) .img-bg {
  background: #0078c6;
}

.rela-top-list .rela-top-item:nth-child(2) .img-bg {
  background: #018fbf;
}

.rela-top-list .rela-top-item:nth-child(3) .img-bg {
  background: #00c0c1;
}

.rela-top-list .rela-top-item:nth-child(4) .img-bg {
  background: #00b396;
}

.rela-top-list .rela-top-item .doc-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.15em;
  z-index: 10;
}

.rela-top-list .rela-top-item .txt1 {
  color: #ffffff;
  font-size: 1.8em;
  line-height: 1.277;
  text-align: center;
  padding: 0 5px;
}

.rela-top-list .rela-top-item .txt2 {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 7px;
}

.rela-top-list .rela-top-item .txt2 img {
  line-height: 18px;
  vertical-align: top;
  margin-right: 10px;
  width: 18px;
}

.rela-top-list .item-dowload {
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 20;
}

.rela-top-list .item-dowload img {
  display: block;
  width: 18px;
  height: 15px;
}

@keyframes xzFlash {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 992px) {
  .rela-top-list .rela-top-item:hover .img-box {
    transform: scale(1.2);
  }

  .rela-top-list .rela-top-item:hover .item-dowload {
    animation: xzFlash 0.5s linear;
    -webkit-animation: xzFlash 0.5s linear infinite;
    -moz-animation: xzFlash 0.5s linear infinite;
  }
}

.relations-con {
  margin-top: 2em;
}

.relations .adjust {
  opacity: 0;
}


.relations-con .toll-item .g-column-tit {
  margin-bottom: 0.66em;
}

.relations-con .rela-con-table {
  overflow-y: hidden;
}

.relations-con .rela-con-table table {
  width: 100%;
}

.relations-con .rela-con-table tr, .relations-con .rela-con-table th, .relations-con .rela-con-table td {
  text-align: center;
}

.relations-con .rela-con-table .th1 {
  width: 17.5%;
}

.relations-con .rela-con-table .th2 {
  width: 20.625%;
}

.relations-con .rela-con-table th {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  background: #289392;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  padding: 0 5px;
}

.relations-con .rela-con-table td {
  border: 1px solid #e6e6e6;
  border-top: none;
  font-size: 15px;
  line-height: 25px;
  padding: 17px 5px;
}

.relations-con .rela-con-table td a:hover {
  color: #289392;
}

.relations-con .rela-con-table td img {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .relations-con {
    margin-top: 0.2rem;
  }

  .rela-top-list .rela-top-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 0.25rem;
  }

  .rela-top-list .rela-top-item:nth-child(2n) {
    margin-right: 0;
  }

  .rela-top-list .rela-top-item:nth-child(4n) {
    margin-right: 0;
  }

  .rela-top-list .rela-top-item .doc-box {
    padding: 0.2rem 0;
    position: relative;
  }

  .rela-top-list .rela-top-item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  .rela-top-list .rela-top-item .txt1 {
    font-size: 0.36rem;
  }

  .rela-top-list .rela-top-item .txt2 {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }

  .rela-top-list .rela-top-item .txt2 img {
    width: 0.18rem;
    margin-right: 0.1rem;
  }

  .rela-top-list .item-dowload img {
    width: 0.18rem;
    height: 0.15rem;
  }

  .relations-con .rela-con-table th {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .relations-con .rela-con-table td {
    border: 1px solid #e6e6e6;
    border-top: none;
    font-size: 0.15rem;
    line-height: 0.25rem;
    padding: 0.17rem 5px;
  }

  .relations-con .rela-con-table td img {
    width: 0.18rem;
    height: 0.18rem;
    line-height: 0.18rem;
  }
}

.relations {
  /* padding-bottom: 0; */
}

.relations-bottom {
  background: #f2f2f2 url("../../Img/images_en/relations-bottom-bg.jpg") no-repeat bottom center;
  background-size: 100% auto;
  margin-top: 2.8em;
  padding: 2.6em 0 4em;
}

.projector .relations-bottom {
  background: #f2f2f2;
}

.relations-bottom .rela-bot-tit {
  font-size: 1.5em;
  color: #333333;
  line-height: 1.333;
  font-weight: bold;
}

.relations-bottom .rela-bot-list {
  margin-top: 1.2em;
}

.relations-bottom .rela-bot-item {
  width: 22.26%;
  margin-right: 3.65%;
  float: left;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.relations-bottom .rela-bot-item:nth-child(4n) {
  margin-right: 0;
}

.relations-bottom .rela-bot-item a {
  display: block;
}

.relations-bottom .rela-bot-item .item-top {
  overflow: hidden;
}

.relations-bottom .rela-bot-item .img-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s linear;
}

.relations-bottom .rela-bot-item .img-box img {
  width: 100%;
  opacity: 0;
}

.relations-bottom .rela-bot-item .item-bot {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  padding: 26px 14px 24px;
  background: #fff;
}

.relations-bottom .rela-bot-list {
  display: flex;
  flex-wrap: wrap;
}

.projector .rela-bot-item {
  background: #fff;
}


@media screen and (min-width: 992px) {
  .relations-bottom .rela-bot-item a:hover .img-box {
    transform: scale(1.2);
  }

  .relations-bottom .rela-bot-item a:hover .item-bot {
    color: #00a2a2;
  }
}

@media screen and (max-width: 767px) {
  .relations-bottom .rela-bot-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 0.2rem;
  }

  .relations-bottom .rela-bot-item:nth-child(2n) {
    margin-right: 0;
  }

  .relations-bottom .rela-bot-item:nth-child(4n) {
    margin-right: 0;
  }

  .relations-bottom .rela-bot-item .item-bot {
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0.26rem 0.14rem 0.24rem;
    height: auto;
  }
}



.projector {
  padding-bottom: 0;
}

.projector-top .l-item .img-box .adjust {
  width: 100%;
  opacity: 0;
}

.projector .rela-bot-item {
  margin-bottom: 2em;
}

.projector .global-list-more {
  margin-top: 1em;
}

.projector-top .l-item .img-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 100%;
}

.projector-top {
  position: relative;
  z-index: 10;
  min-height: 23.75em;
}

.projector-top .l-item {
  display: none;
  height: 100%;
}

.projector-top .l-item.active {
  display: block;
}

.projector-top .proj-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  box-shadow: 8px 0 5px rgba(0, 0, 0, 0.15);
}

.projector-top .proj-right {
  width: 50%;
  margin-left: 50%;
  background: url("../../Img/images_en/proj-right-bg.jpg") no-repeat center;
  background-size: cover;
}

.projector-top .proj-right .r-item {
  height: 5.9375em;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #fff;
}

.projector-top .proj-right .r-item.on {
  /*background: url("../../Img/images_en/projector-bg.jpg") no-repeat center;*/
  background: rgba(0, 179, 150, 0.9);
  background-size: cover;
}

.projector-top .proj-right .item-doc {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2em 6.25% 0;
}

.projector-top .proj-right .item-doc a {
  width: 100%;
  overflow: hidden;
}

.projector-top .proj-right .item-doc .item-txt {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: right;
  width: 69%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.projector-top .proj-right .item-doc .item-icon {
  width: 31%;
  padding-left: 10px;
  float: right;
}

@media screen and (max-width: 1440px) {
  .projector-top .proj-right .item-doc .item-txt {
    width: 83%;
  }

  .projector-top .proj-right .item-doc .item-icon {
    width: 15%;
  }
}

.projector-top .proj-right .item-doc .item-icon img {
  width: 18px;
  height: 18px;
  display: block;
  margin-top: 3px;
}

.projector-top .proj-right .item-doc .item-icon .icon2 {
  display: none;
}

.projector-top .proj-right .on .item-doc .item-icon .icon1 {
  display: none;
}

.projector-top .proj-right .on .item-doc .item-icon .icon2 {
  display: block;
}

.projector-top .proj-right .on .item-txt {
  color: #fff;
  font-size: 20px;
  padding-left: 33px;
  background: url("../../Img/images_en/projector-arr.png") no-repeat left center;
  background-size: 11px 13px;
}

@media screen and (max-width: 1440px) {
  .projector-top {
    min-height: 20em;
  }

  .projector-top .proj-right .on .item-txt {
    font-size: 16px;
  }

  .projector-top .proj-right .r-item {
    height: 5em;
  }

  .projector-top .proj-right .item-doc {
    padding-top: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .projector-top .proj-left {
    position: relative;
    box-shadow: none;
    width: 100%;
  }

  .projector-top .proj-right {
    width: 100%;
    margin: 0;
  }

  .projector-top .proj-right .r-item {
    height: auto;
  }

  .projector-top .proj-right .item-doc {
    padding: 0.3rem 6.25% 0.3rem;
  }

  .projector-top .proj-right .item-doc .item-txt {
    width: 85%;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }

  .projector-top .proj-right .item-doc .item-icon {
    width: 15%;
  }

  .projector-top .proj-right .item-doc .item-icon img {
    width: 0.18rem;
    height: 0.18rem;
    margin-top: 0.07rem;
  }

  .projector-top .proj-right .on .item-txt {
    padding-left: 0.23rem;
    background-size: 0.11rem 0.13rem;
  }
}


/*12.18修改*/
.factsheet-latest .latest-list li:nth-child(1) .item-inner {
  background: #008ab8;
}

.factsheet-latest .latest-list li:nth-child(2) .item-inner {
  background: #00c0c0;
}

.factsheet-latest .latest-list li:nth-child(3) .item-inner {
  background: #00b295;
}

.factsheet-latest .latest-list .item-inner {
  position: relative;
  z-index: 10;
}

.factsheet-latest .latest-list .item-inner:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
}


.leader-list {
  margin: 0 -1.4em -2.5em;
}

.leader-list li {
  padding: 0 1.4em;
}

/*@media screen and (min-width: 768px){*/
.leader-list .item-inner {
  padding: 0;
  background: #ebf2f2;
  display: table;
  overflow: hidden;
}

.leader-list .item-zw {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1.4em;
}

.leader-list .item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.leader-list .item-imgs {
  width: 7.5em;
  z-index: 10;
  border-radius: 0;
  float: left;
  position: static;
}

.leader-list .item-imgs .image {
  height: 100%;
  position: absolute;
  width: 7.5em;
  z-index: 10;
}

.leader-list .item-bd {
  width: 100%;
  margin-top: 0;
  display: table-cell;
  padding: 1.3em 2.5em 1.3em 1.5em;
  vertical-align: top;
}

/*}*/
@media screen and (max-width: 767px) {
  .leader-list .item-imgs {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 7.5em;
    height: 100%;
  }

  .leader-list .item-imgs .image {
    width: 100%;
    height: 100%;
    display: block !important;
  }

  .leader-list .item-bd {
    padding: 0.25rem 0.23rem;
    padding-left: 0.1rem;
    display: block;
  }

  .leader-list .item-inner {
    padding-left: 9.15em;
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .leader-list .item-imgs {
    width: 1.2rem;
  }

  .leader-list .item-inner {
    padding-left: 1.4rem;
    padding-left: 9.15em;
  }
}


.leader-list .item-ft a {
  color: #22b8b4;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 5px;
  position: relative;
  border-bottom: solid 1px #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  background: none;
  width: auto;
  height: auto;
}

.leader-list .item-ft a:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  letter-spacing: 1px;
}

.contact-item:nth-child(2) .item-tit {
  background-image: url(/Img/images_en/contact_02.jpg);
}

.contact-item:nth-child(2) .item-bd li.li5 .doc {
  color: #23b69c;
}

.contact-item:nth-child(2) .item-bd h5 {
  color: #00b295;
}


.report-box .report-list .item-table {
  overflow-y: hidden;
}

.report-box .report-list .item-table table {
  width: 100%;
  text-align: center;
  border: 1px solid #e6e6e3;
}

.report-box .item-table .th1 {
  width: 15.5%;
}

.report-box .item-table .th2 {
  width: 34.5%;
}

.report-box .item-table th {
  font-size: 18px;
  line-height: 30px;
  background: #00a2a2;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  border: none;
}

.report-box .item-table th:nth-child(2) {
  border-right: 1px solid #e6e6e3;
}

.report-box .item-table td {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 25px;
  padding: 17px 5px 15px;
  border: none;
  border-bottom: 1px solid #e6e6e3;
}

.report-box .item-table td:nth-child(2) {
  border-right: 1px solid #e6e6e3;
}

.report-box .item-table tr {
  background: #f5f5f5;
}

.report-box .item-table tr:nth-child(2n) {
  background: #fff;
}

.report-box .item-table td a {
  color: #4c4c4c;
}

.report-box .item-table td img {
  width: 18px;
  margin-right: 10px;
  margin-top: -2px;
}

.report-box .item-table td a:hover {
  color: #00a2a2;
}



/*法律声明*/
.inner-crumbs {
  background: url("../../Img/images_en/inner-crumbs.jpg") no-repeat center;
  background-size: cover;
}

.inner-crumbs .global-crumbs-box {
  margin: 0 auto;
  padding: 0.8em 0;
}

.inner-crumbs .global-crumbs-box a.last {
  color: #fff;
}

.inner-crumbs .global-crumbs-box a {
  color: #c0f0f2;
}

.inner-crumbs .global-crumbs-box a:after {
  color: #fff;
}

.inner-column-tit {
  font-size: 3em;
  color: #00a2a4;
  line-height: 1.167;
  margin: 0.667em 0 0.533em;
  font-family: 'Arial';
  font-weight: bold;
}

.legal-doc {
  font-family: 'Arial';
  font-size: 14px;
  line-height: 22px;
}

.legal-doc p {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .inner-column-tit {
    font-size: 0.3rem;
  }

  .legal-doc {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }

  .legal-doc p {
    margin-bottom: 0.14rem;
  }
}

/*网站地图*/
.sitemap-box .sitemap-item {
  margin-bottom: 2.5em;
}

.sitemap-box .sitemap-item:last-child {
  margin-bottom: 0;
}

.sitemap-box .item-top a {
  color: #00a2a4;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.sitemap-box .item-top a:hover {
  font-weight: bold;
}

.sitemap-box .item-top {
  padding-bottom: 9px;
  border-bottom: 1px solid #d9d9d9;
}

.sitemap-box .item-bot {
  overflow: hidden;
  padding-top: 12px;
}

.sitemap-box .item-bot .item-column {
  float: left;
  padding-right: 2.9em;
  padding-top: 15px;
}

.sitemap-box .item-bot .item-column a {
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  position: relative;
  display: block;
}

.sitemap-box .item-bot .item-column a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: #00b395;
  margin-top: -3px;
}

.sitemap-box .item-bot .item-column a:hover {
  color: #00a2a4;
}

@media screen and (max-width: 767px) {
  .sitemap-box .sitemap-item {
    margin-bottom: 0.25rem;
  }

  .sitemap-box .item-top a {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .sitemap-box .item-bot .item-column {
    padding-right: 0.29rem;
    padding-top: 0.15rem;
  }

  .sitemap-box .item-bot .item-column a {
    padding-left: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
}



/*搜索结果?/
.seachLayout {
  min-height: 520px;
}

.seachLayout .sch-left {
  float: left;
  width: 15.3em;
}

.seachLayout .l-box {
  position: relative;
}

.seachLayout .l-box input {
  width: 100%;
  background: #ededed;
  color: #00a2a4;
  font-size: 0.8em;
  line-height: 2.5em;
  padding-left: 1em;
  padding-right: 2.875em;
  border-radius: 3px;
  overflow: hidden;
}

.seachLayout .l-box .l-btn {
  display: block;
  background: url("../../Img/images_en/head_03.png") no-repeat left center;
  background-size: 1.1em 1.1em;
  width: 2.3em;
  position: absolute;
  top: 0;
  right: 0;
  height: 2em;
}

.seachLayout .l-tit {
  font-size: 0.8em;
  line-height: 1.625;
  color: #333333;
  margin-top: 1.5em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.seachLayout .l-list .l-item {
  margin-top: 1.4em;
}

.seachLayout .l-list .l-item a {
  overflow: hidden;
  display: block;
}

.seachLayout .l-list .item-icon {
  width: 1.1em;
  height: 1.1em;
  background: url("../../Img/images_en/seach-icon1.png") no-repeat center;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.9em;
  margin-top: 2px;
}

.seachLayout .l-list .item-txt {
  font-size: 0.8em;
  line-height: 1.625;
  color: #333333;
  float: left;
  width: 12.75em;
}

.seachLayout .l-list .item-num {
  color: #666666;
  font-size: 0.8em;
  line-height: 1.625;
  float: right;
  width: 3.25em;
  text-align: right;
}

.seachLayout .l-list .on .item-icon {
  background: url("../../Img/images_en/seach-icon2.png") no-repeat center;
  background-size: 100% 100%;
}

.seachLayout .l-list .on .item-txt {
  font-weight: bold;
}


.seachLayout .sch-right {
  padding-left: 18.6em;
}

.seachLayout .sch-right .r-top {
  color: #666666;
  font-size: 16px;
  padding: 0.5em 0 3px;
  border-bottom: 1px solid #cccccc;
}

.seachLayout .sch-right .r-top i {
  color: #00a2a4;
  font-style: normal;
}


.seachLayout .r-list {
  padding-bottom: 0.8em;
}

.seachLayout .r-list-tit {
  font-size: 1.2em;
  line-height: 1.416;
  margin-top: 1em;
  color: #333333;
  font-weight: bold;
}

.seachLayout .r-item {
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding-right: 7em;
  margin-top: 20px;
}

.seachLayout .r-item .item-date {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: -12px;
}

.seachLayout .r-item .item-txt {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 10;
  padding-right: 26px;
}

.seachLayout .r-item .item-txt span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  font-size: 0;
}

.seachLayout .r-item .item-txt span img {
  display: block;
  width: 18px;
}

.seachLayout .r-item .item-txt a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
}

.seachLayout .r-item .item-txt a i {
  font-style: normal;
  color: #00b396;
}

.seachLayout .r-item .item-txt a:hover {
  color: #00b396;
}

@media screen and (max-width: 991px) {
  .seachLayout .sch-left {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
  }

  .seachLayout .sch-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .seachLayout .r-item .item-txt span {
    width: 0.18rem;
    height: 0.18rem;
    margin-top: -0.09rem;
  }

  .seachLayout .r-item .item-txt span img {
    width: 0.18rem;
  }

  .seachLayout .r-item .item-txt a {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }

  .seachLayout .r-item .item-time {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-top: -0.12rem;
  }
}

/***** 2019.01.15 *****/
.langts-box {
  text-align: center;
  overflow: hidden;
  margin-top: 6.5em;
  word-wrap: break-word;
}

.langts-box h5 {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.langts-box h5 img {
  margin: -3px 10px 0 0;
}

.langts-box .txt {
  overflow: hidden;
  margin-top: 25px;
  font-size: 14px;
  line-height: 50px;
  color: #666;
}

.langts-box .txt a {
  width: 60px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 10px;
  text-align: center;
}

.langts-box .txt a.btn-yes {
  background-color: #01a2a2;
}

.langts-box .txt a.btn-no {
  background-color: #999;
}

.page-langts-box .main-box {
  background: url('/Img/images_en/ts_bg.jpg') no-repeat center bottom;
  background-size: 100% auto;
}

/* .report-box .item-table td a{
  width: 100px;
  margin: 0 auto;
  display: block;
  text-align: left;
} */

.govern-list {
  margin: 0 -0.8%;
  overflow: hidden;
}

.govern-list li {
  position: relative;
  overflow: hidden;
  padding: 0 0.8%;
  margin-top: 1.5em;
}

.govern-list li .item-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.govern-list li .bg {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.govern-list li:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.govern-list li .pops {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: #fff;
}

.govern-list li .pops .name {
  padding: 0 5%;
  /* display:-webkit-box;
  -webkit-box-orient:vertical; */
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 18px;
  line-height: 26px;
  height: 78px;
}

.govern-list li .pops .xian {
  width: 2px;
  height: 20px;
  margin: auto;
  margin-top: 1.5em;
  background: #fff;
}

.govern-list li .pops .down {
  margin-top: 1em;
}

.govern-list li .pops .down a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.govern-list li .pops .down a:hover {
  color: #00a2a2;
  background: #fff;
}

/***** 2019.01.17 ****/
.public-box .g-column-tit {
  margin-bottom: 0;
}

.layui-laydate-content td,
.layui-laydate-content th {
  border: none;
}

.publish-sch-box {
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 45px;
}

.publish-sch-box input {
  height: 45px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: #4c4c4c;
  border-radius: 0;
}

.publish-sch-box .laydate-input {
  width: 132px;
  padding-left: 40px;
  background-image: url('/Img/images_en/icon_date.png');
  background-position: 10px center;
  color: #10416c;
  font-family: arial;
}

.publish-sch-box .sch-date {
  margin-right: 10px;
}

.publish-sch-box .sch-date span {
  margin: 0 8px;
  color: #999999;
}

.publish-sch-box .sch-date span:first-child {
  margin-left: 0;
}

.publish-sch-box .sch-input {
  width: 165px;
}

.publish-sch-box .tool {
  margin-left: 20px;
  font-size: 14px;
}

.publish-sch-box .btn-sch {
  width: 85px;
  display: block;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  background: #00a2a2;
  text-align: center;
  cursor: pointer;
}

.publish-sch-box .btn-clear {
  color: #666666;
  margin-left: 20px;
  cursor: pointer;
}

.inv-publish .inv-pub-recommend {
  margin-top: 20px;
}

@media screen and (max-width: 660px) {
  .publish-sch-box .laydate-input {
    width: 38%;
  }

  .publish-sch-box .sch-date,
  .publish-sch-box .sch-input,
  .publish-sch-box .tool {
    width: 100%;
    margin: 0;
  }

  .publish-sch-box .sch-input,
  .publish-sch-box .tool {
    margin-top: 20px;
  }
}


/****** 2019.01.18 ****/
.page-publish2 .public-top {
  margin-bottom: 2.5em;
}

.page-publish2 .factsheet-list {
  margin-top: 0;
}

/**** 2019.01.21 ****/
.public-list {
  margin-top: -2.25em;
}

.seachLayout .l-list .item-txt {
  width: auto;
  max-width: 12.75em;
}

.seachLayout .l-list .item-num {
  float: left;
  max-width: 3.25em;
  width: auto;
  margin-left: 5px;
}

/**** 20190125 ***/
.companyProfile-box {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: 34px 0 0;
  font-size: 14px;
  line-height: 1.57em;
  color: #666;
  -webkit-overflow-scrolling: touch;
}

.companyProfile-inner {
  width: 100%;
  min-width: 900px;
  overflow: hidden;
}

.companyProfile-box .item {
  padding: 0 10px;
}

.companyProfile-box .item.item1 {
  padding-left: 0;
}

.companyProfile-box .item.item3 {
  padding-right: 0;
}

.companyProfile-box h5 {
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}

.companyProfile-box li {
  margin-bottom: 36px;
}

.companyProfile-box .addr {
  margin-bottom: 10px;
}

.companyProfile-box .adviser-item {
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 10px;
}

.companyProfile-box .adviser-item .tit {
  /* width: 120px;
  float: left; */
}

.companyProfile-box .adviser-item .doc {
  width: 100%;
  /* display: table-cell;
  vertical-align: top; */
}

/*** 20190128 **/
.structure-box {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* 2024.10.14 新增修改 */
/*股价资讯*/
.inv-shares {}

.inv-shares .stock {
  width: 100%;
  max-width: 892px;
  margin: 1em auto 0;
  position: relative;
  z-index: 5;
}

.inv-shares .stock .leftbg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 31%;
  height: 100%;
  background: #00a2a2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.inv-shares .stock .left {
  width: 31%;
  padding: 2.6em 20px 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 20;
}

.inv-shares .stock .stock-tit {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}

.inv-shares .stock .stock-tit1 {
  margin-top: 1em;
}

.inv-shares .stock .stock-det {
  color: #ffffff;
  font-family: Arial;
  font-size: 2em;
  line-height: 1.25;
  margin-top: 0.75em;
}

.inv-shares .stock .stock-scale {
  margin-top: 1.2em;
}

.inv-shares .stock .stock-scale span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}

.inv-shares .stock .stock-scale img {
  margin: 0 3px;
  width: 14px;
}

.inv-shares .stock .right {
  overflow: hidden;
  width: 69%;
  position: relative;
  z-index: 10;
}

.inv-shares .stock-item .item-tit {
  overflow: hidden;
  background: #ededed;
  padding: 11px 0;
}

.inv-shares .stock-item .it-txt {
  float: left;
  width: 50%;
  color: #168b87;
  font-size: 18px;
  line-height: 1.556;
  text-align: center;
}

.inv-shares .stock-item .item-num {
  overflow: hidden;
  background: #f7f7f7;
  padding: 17px 0 1.25em;
}

.inv-shares .stock-item .in-txt {
  float: left;
  width: 50%;
  color: #333333;
  font-size: 18px;
  line-height: 1.556;
  text-align: center;
}

.inv-shares .inv-shares-img {
  text-align: center;
}

.inv-shares .inv-shares-img iframe {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .inv-shares {}

  .inv-shares .stock .stock-tit {
    font-size: 0.2rem;
  }

  .inv-shares .stock .stock-tit1 {
    margin-top: 0.1rem;
  }

  .inv-shares .stock .stock-scale span {
    font-size: 0.2rem;
  }

  .inv-shares .stock-item .it-txt {
    font-size: 0.18rem;
  }

  .inv-shares .inv-shares-imgs {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 467px) {
  .inv-shares .stock{
    margin: 2em auto 3em;
  }
  .inv-shares .stock .left {
    width: 100%;
    background: #168b87;
    padding: 10px 0.2rem 10px;
  }

  .inv-shares .stock .stock-det {
    font-size: 0.2rem;
    margin-top: 5px;
  }

  .inv-shares .stock .stock-scale {
    margin-top: 0.1rem;
  }

  .inv-shares .stock .right {
    width: 100%;
  }

  .inv-shares .stock .leftbg {
    display: none;
  }
}

/* 202.11.27 新增 */
.publish-sch-box{
  max-width: 1066px;
  margin: 2em auto;
}
.inv-publish-list {
  margin: 2em auto 0;
  max-width: 1066px;
  overflow: hidden;
  min-height: 300px;
}
.inv-publish-list .inv-pb-item {
  padding: 16px 0 16px 1.4em;
  background: #f1f1f3;
}

.inv-publish-list .inv-pb-item:nth-child(2n) {
  background: #fff;
}

.tit-time-item {
  overflow: hidden;
}

.tit-time-item a {
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
}

.tit-time-item .item-tit {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.tit-time-item .item-tit span {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.tit-time-item .item-time {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.inv-publish-list .inv-pb-item .item-time {
  color: #666666;
  font-size: 16px;
  line-height: 1.625;
  min-width: 6em;
}

.inv-publish-list .inv-pb-item .item-tit span {
  padding-left: 15px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.625;
  background: url("../../Img/images/investor-publish-icon3.jpg") no-repeat left center;
  background-size: 5px;
}

.inv-publish-list .inv-pb-item a:hover .item-tit span {
  color: #00a2a2;
}

.inv-publish-list .inv-pb-item .item-icon {
  text-align: center;
  min-width: 8em;
}

.inv-publish-list .inv-pb-item .item-icon img {
  width: 18px;
  margin-top: 4px;
}

.inv-publish .inv-more {
  margin-top: 2.3em;
}

.newsd-box .newsd-main {
  max-width: 1068px;
  margin: auto;
  margin-top: 1.2em;
  width: 85%;
}

.newsd-box .newsd-main .back {
  text-align: right;
  line-height: 27px;
}

.newsd-box .newsd-main .back a {
  color: #007272;
  font-size: 18px;
}

.newsd-box .newsd-main .back img {
  margin-right: 11px;
  margin-top: -2px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.newsd-box .newsd-main .back a:hover img {
  margin-right: 20px;
}

.newsd-box .newsd-main .top-info {
  margin-top: 2.1em;
  padding-bottom: 14px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.newsd-box .newsd-main .top-info .name {
  line-height: 1.139em;
  font-size: 1.8em;
  padding: 0 3em;
}

.newsd-box .newsd-main .top-info .title {
  font-size: 20px;
  margin-top: 0.75em;
  line-height: 1.4em;
  padding: 0 7em;
  color: #666;
}

.newsd-box .newsd-main .top-info .doc {
  margin-top: 21px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}

.newsd-box .newsd-main .top-info .doc span {
  margin: 0 14px;
}

.newsd-box .newsd-main .top-info .doc em {
  color: #007272;
  font-style: normal;
}

.newsd-box .newsd-main .doc-box {
  margin-top: 42px;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #333333;
}

.newsd-box .newsd-main .doc-box img {
  display: block;
  margin: 10px auto;
  max-width: 700px;
}

.newsd-box .pages-box {
  margin-top: 2.5em;
}

.newsd-box .pages-box:after {
  content: '';
  display: table;
  clear: both;
}

.newsd-box .pages-box .left {
  width: 35%;
  float: left;
  text-align: right;
}

.newsd-box .pages-box .center {
  width: 30%;
  float: left;
  text-align: center;
}

.newsd-box .pages-box .center a:hover img {
  opacity: 0.9;
}

.newsd-box .pages-box .right {
  width: 35%;
  float: right;
}

.newsd-box .pages-box .doc {
  font-size: 14px;
  line-height: 32px;
}

.newsd-box .pages-box .name {
  font-size: 14px;
  position: relative;
  margin-top: 9px;
}

.newsd-box .pages-box .name a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}

.newsd-box .pages-box .left .name {
  padding-left: 63px;
}

.newsd-box .pages-box .left img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 35px;
}

.newsd-box .pages-box .left .name:hover img {
  left: -5px;
}

.newsd-box .pages-box .right .name {
  padding-right: 63px;
}

.newsd-box .pages-box .right img {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 35px;
}

.newsd-box .pages-box .right .name:hover img {
  right: -5px;
}

.newsd-box .pages-box .name:hover a {
  color: #00a2a2;
}

@media screen and (max-width: 1200px) {
  .newsd-box {
    padding-top: 0.71rem;
  }

  .newsd-box .newsd-main .doc-box img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px) {
  .inv-publish-list {
    margin-top: 1.5em;
  }

  .inv-publish-list .inv-pb-item .item-icon {
    min-width: 30px;
  }

  .inv-publish-list .inv-pb-item .item-time {
    font-size: 0.18rem;
  }

  .inv-publish-list .inv-pb-item .item-tit span {
    font-size: 0.16rem;
  }
	
  .newsd-box{
	padding: 0;
	margin: 0.3rem 0 0;
  }
  .newsd-box .newsd-main {
    margin-top: 0.3rem;
  }

  .newsd-box .newsd-main .back {
    display: none;
  }

  .newsd-box .newsd-main {
    width: 100%;
	padding: 0;
    /* padding: 0 0.23rem; */
  }

  .newsd-box .newsd-main .top-info {
    margin-top: 0;
    padding-bottom: 0.15rem;
  }

  .newsd-box .newsd-main .top-info .name {
    padding: 0;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }

  .newsd-box .newsd-main .top-info .title {
    padding: 0;
    margin-top: 0.5em;
    font-size: 16px;
  }

  .newsd-box .newsd-main .top-info .doc {
    margin-top: 0.15rem;
    line-height: 0.24rem;
    font-size: 0.15rem;
  }

  .newsd-box .newsd-main .top-info .doc span {
    margin: 0 0.1rem;
  }

  .newsd-box .newsd-main .doc-box {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding-bottom: 0.3rem;
  }

  .newsd-box .pages-box .center {
    display: none;
  }

  .newsd-box .pages-box .doc {
    display: none;
  }

  .newsd-box .pages-box {
    margin-top: 0.2rem;
  }

  .newsd-box .pages-box .left {
    width: 45%;
  }

  .newsd-box .pages-box .right {
    width: 45%;
  }

  .newsd-box .pages-box .left .name {
    padding-left: 0.4rem;
  }

  .newsd-box .pages-box .right .name {
    padding-right: 0.4rem;
  }

  .newsd-box .pages-box .left img {
    width: 0.3rem;
  }

  .newsd-box .pages-box .right img {
    width: 0.3rem;
  }
}

/* 新增轮播 */
.addnewswiper{
  overflow: hidden;
  position: relative;
}
.addnewswiperStyle .imgwrap{
  height: 100%;
  width: 100%;
 
}
.addnewswiperStyle .imgwrap img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.addnextStyle{
  background:url(/img/images/leftarrow.png) no-repeat center;
  background-size: 10.5px 18px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border:1px solid #fff;
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  left: 11.25px;
}
.addprevStyle{
  background:url(/img/images/leftarrow.png) no-repeat center;
  background-size: 10.5px 18px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border:1px solid #fff;
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%) rotate(180deg);
  right: 11.25px;
}

.projector-top .l-item{
  display: block !important;
  /* opacity: 0;
  pointer-events: none; */
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.projector-top .l-item.active{
  /* opacity: 1;
  pointer-events: auto; */
  visibility: visible;
}
.projector-top .proj-left .inner-box{
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .addnextStyle:hover{
    background: url(/img/images/arrowlefthover.png) no-repeat center #fff;
    background-size: 10.5px 18px;
    transform: translateY(-50%) rotate(-180deg);
    cursor: pointer;
  }
  .addprevStyle:hover{
    background: url(/img/images/arrowlefthover.png) no-repeat center #fff;
    background-size: 10.5px 18px;
    cursor: pointer;
    transform: translateY(-50%) rotate(0deg);
  }
}

.imgup-text{
  position: absolute;
  right: 0px;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 60.59%);
  background-size: 100% 100%;
  height: 218px;
  display: flex;
  z-index: 10;
  width: 100%;
  justify-content: end;
  align-items: end;
  pointer-events: none;
}
.addtotal{
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
  margin-right: 20px;
  font-family: "Arial";
}
.gong{
  font-size: 16.5px;
  color: #fff;
  margin-bottom: 15.5px;
  margin-right: 6px;
  font-size: 21.5px;
  position: relative;
  top: 4px;
}
.addcur{
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
    margin-right: 7.5px;
    font-family: "Arial";
}
.isone{
  pointer-events: none;
}
.isone .addnextStyle,.isone  .addprevStyle{
  display: none;
}
.isone .imgup-text{
  display: none;
}



@media screen and (max-width: 991px) {
  
  .imgup-text{
    height: 113px;
  }
  .projector-top .proj-left{
    height:250px;
  }
  .addnewswiperStyle .imgwrap img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
  }
  .addnextStyle,.addprevStyle{
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.14rem 0.24rem;
  }
  .gong{
    font-size: 13px;
    top: 0;
  }
  .addcur{
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 6px;
    font-family: "Arial";
  }
}

/* .addnewswiperStyle .imgwrap{
  padding-top: 75%;
  height: 0;
 
} */
