@charset "UTF-8";

/* html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} */
/***公用样式*****/
.main-box{
	padding-bottom: 5em;
}
.main-nobot .main-box{
  padding-bottom: 0 !important;
}
.toper-box .imgs-box {
  height: 20em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #eaeaea;
}

.toper-box .nav-box {
  border-bottom: 1px solid #e2e2e2;
  line-height: 60px;
}

.toper-box .nav-box .pc-nav .left {
  float: left;
}

.toper-box .nav-box .pc-nav .left .back {
  float: left;
  width: 74px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  text-align: center;
}

.toper-box .nav-box .pc-nav .left .back img {
  margin-top: -3px;
}

.toper-box .nav-box .pc-nav .left .current {
  float: left;
  font-size: 16px;
  margin-left: 30px;
}

.toper-box .nav-box .pc-nav .right {
  float: right;
}

.toper-box .nav-box .pc-nav .right li {
  float: left;
  font-size: 16px;
  margin-left: 10px;
}

.toper-box .nav-box .pc-nav .right li:first-child {
  margin-left: 0;
}

.toper-box .nav-box .pc-nav .right li a {
  color: #666;
}

.toper-box .nav-box .pc-nav .right li.on a {
  color: #007272;
}

.toper-box .nav-box .pc-nav .right li a:hover {
  color: #007272;
}

.toper-box .swiper-container.ph-nav .swiper-slide {
  text-align: center;
  font-size: 0.15rem;
  float: left;
  width: auto;
  padding: 0 0.25rem;
}

.toper-box .swiper-container.ph-nav .swiper-slide a {
  display: block;
  color: #666666;
}

.toper-box .swiper-container.ph-nav .swiper-slide.on a {
  color: #007272;
}


@media screen and (max-width: 1400px) {
  .toper-box .nav-box .pc-nav .left .back {
    width: 54px;
  }

  .toper-box .nav-box .pc-nav .left .current {
    margin-left: 15px;
  }

  .toper-box .nav-box .pc-nav .right li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1120px) {
  .toper-box .nav-box .pc-nav .right li {
    margin-left: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .toper-box .imgs-box {
    height: 2.24rem;
  }

  .toper-box .nav-box {
    line-height: 0.56rem;
  }

  .main-box{
		padding-bottom: 0.5rem;
	}
}


/*** 公司简介开始 ****/
/*** 公共标题开始 ****/
.inner-title {
  padding-top: 2em;
}

.inner-title h5 {
  color: #333333;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 2.111em;
  text-align: center;
}

.inner-title .line {
  width: 1.5em;
  height: 3px;
  background: #31bc55;
  margin: 0 auto;
}


.intro-box .intro-doc {}

.intro-box .intro-doc .name {
  font-size: 20px;
  font-weight: bold;
  color: #007272;
  line-height: 30px;
  margin-bottom: 12px;
}

.intro-box .intro-doc .doc {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 26px;
}

.intro-box .intro-doc .doc span {
  font-weight: bold;
}

.intro-box .intro-doc .doc p {
  margin-bottom: 14px;
}

.intro-box .intro-zi {
  background: url(../../Img/images/intro-big-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 22.5em;
  margin-top: 2.5em;
  padding-top: 7.3em;
  margin-bottom: 2.75em;
}

.intro-box .intro-zi .list {
  overflow: hidden;
}

.intro-box .intro-zi .list li {
  float: left;
  color: #fff;
  width: 20%;
  text-align: center;
}

.intro-box .intro-zi .list .li1 {
  width: 60%;
}

.intro-box .intro-zi .list .li2 {
  width: 25%;
  display: none;
}

.intro-box .intro-zi .list .li3 {
  width: 43%;
}

.intro-box .intro-zi .list .li4 {
  width: 20%;
  display: none;
}

.intro-box .intro-zi .list .li5 {
  width: -30%;
  /* float: right; */
}

.intro-box .intro-zi .list .num {
  font-size: 3.8em;
  font-family: "arial";
}

.intro-box .intro-zi .list .num i {
  font-size: 16px;
  margin-left: 5px;
}

.intro-box .intro-zi .list .xian {
  width: 20px;
  height: 2px;
  margin: auto;
  margin-top: 1.6em;
  background: #39ea10;
}

.intro-box .intro-zi .list .name {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}

.intro-box .intro-history {
  background: #f5f5f5 url(../../Img/images/intro-history-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 25px;
  padding: 38px 0 44px 0;
}

.intro-box .intro-history .name {
  font-size: 20px;
  font-weight: bold;
  color: #007272;
  line-height: 1.5em;
}

.intro-box .intro-history .list {
  margin-top: 27px;
}

.intro-box .intro-history .list li {
  margin-bottom: 6px;
  line-height: 26px;
  color: #4c4c4c;
  font-size: 16px;
}

.intro-box .intro-history .list span {
  color: #007272;
  margin-right: 9px;
}

.intro-link {
  margin-top: 2.3em;
}

.intro-link .list {
  overflow: hidden;
}

.intro-link .list li {
  float: left;
  width: 31.5%;
  margin-right: 2.75%;
  position: relative;
  overflow: hidden;
}

.intro-link .list li:nth-child(3n) {
  margin-right: 0;
}

.intro-link .list .bg {
  width: 100%;
}

.intro-link .list .name {
  position: absolute;
  width: 100%;
  left: 0;
  top: 2.2em;
  overflow: hidden;
  padding: 0 2em;
  color: #fff;
  font-size: 24px;
}

.intro-link .list .name span {
  float: left;
  font-weight: bold;
}

.intro-link .list .name .more {
  float: right;
  margin-top: 0.3em;
  -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;
}

.intro-link .list li:hover .more {
  margin-right: -10px;
}


.intro-link .list .video-box {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -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;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.intro-link .list .vjs-poster {
  background-size: cover;
}

.intro-link .list .vjs-big-play-centered .vjs-big-play-button {
  width: 100px;
  height: 100px;
  background: url(../../Img/images/video-btn1.png) no-repeat center center;
  background-size: 100%;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  border: none;
  -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;
  border-radius: 50%;
}

.intro-link .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "";
}

.video-js .vjs-play-control.vjs-paused .vjs-icon-placeholder:before {
  content: "\f101";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.intro-link .title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 34%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 33px;
  margin-bottom: -16.5px;
  text-align: center;
  z-index: 10;
}

.intro-link .list li:hover .vjs-big-play-centered .vjs-big-play-button {
  margin-bottom: -30px;
}

@media screen and (max-width: 1400px) {
  .intro-link .list .name {
    font-size: 1.4em;
  }

  .intro-link .title {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 991px) {
  .intro-box .intro-zi .list .num {
    font-size: 0.4rem;
  }

  .intro-link .list .name {
    font-size: 0.2rem;
    top: 0.3rem;
  }

  .intro-link .title {
    font-size: 0.2rem;
    margin-bottom: -0.3rem;
    bottom: 40%;
  }
}

@media screen and (max-width: 767px) {
  .inner-title {
    padding-top: 0.16rem;
    margin-bottom: 0.22rem;
  }

  .inner-title h5 {
    font-size: 0.26rem;
    line-height: 0.48rem;
  }

  .inner-title .line {
    width: 0.36rem;
    height: 4px;
  }

  .intro-box .intro-doc .name {
    font-size: 0.17rem;
    line-height: 0.26rem;
    margin-bottom: 0.06rem;
  }

  .intro-box .intro-doc .doc {
    font-size: 0.15rem;
    line-height: 0.25rem;
  }

  .intro-box .intro-doc .doc p {
    margin-bottom: 0.23rem;
  }

  .intro-box .intro-zi .list .li1 {
    width: 100%;
  }

  .intro-box .intro-zi .list .li2 {
    width: 100%;
  }

  .intro-box .intro-zi .list .li3 {
    width: 100%;
  }

  .intro-box .intro-zi .list .li4 {
    width: 100%;
  }

  .intro-box .intro-zi .list .li5 {
    width: 100%;
  }

  .intro-box .intro-zi {
    height: auto;
    margin-top: 0.02rem;
    padding-top: 0.64rem;
    padding-bottom: 0.43rem;
    background: url(../../Img/images/intro-big-bg1.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 0.3rem;
  }

  .intro-box .intro-zi .list .num {
    font-size: 0.45rem;
    line-height: 0.75rem;
  }

  .intro-box .intro-zi .list .num i {
    font-size: 0.12rem;
  }

  .intro-box .intro-zi .list .xian {
    margin-top: 0;
    width: 11px;
    height: 1px;
  }

  .intro-box .intro-zi .list .name {
    font-size: 0.15rem;
    margin-top: 0.18rem;
    line-height: 0.19rem;
  }

  .intro-box .intro-zi .list li {
    margin-bottom: 0.1rem;
  }

  .intro-box .intro-history {
    margin-top: 0.2rem;
    padding: 0.3rem 0;
  }

  .intro-box .intro-history .name {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .intro-box .intro-history .list {
    margin-top: 0.2rem;
  }

  .intro-box .intro-history .list li {
    font-size: 0.15rem;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
  }

  .intro-link .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }

  .intro-link .list li:last-child {
    margin-bottom: 0;
  }

  .intro-link .list .name {
    top: 0.4rem;
  }

  .intro-link .list .vjs-big-play-centered .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
  }
}


/*** 组织架构 ****/
.frame-tab {
  overflow: hidden;
  position: relative;
  margin-top: 29px;
}

.frame-tab li {
  float: left;
  width: 50%;
  background: #f2f2f2;
  text-align: center;
  font-size: 1em;
  line-height: 3.35em;
  cursor: pointer;
}

.frame-tab li.on {
  font-weight: bold;
  color: #007272;
}

.frame-tab li:hover {
  font-weight: bold;
  color: #007272;
}

.frame-tab::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  margin-left: -0.5px;
  margin-top: -10px;
  background: #cccccc;
}

.frame-tab-cont {
  margin-top: 2.6em;
}

.frame-tab-cont .item {
  display: none;
}

.frame-tab-cont .item.on {
  display: block;
}

.frame-tab-cont .item .item-img img {
  width: 100%;

}

.frame-tab-cont .item .item-doc {
  overflow: hidden;
  margin-top: 3.3em;
}

.frame-tab-cont .item .item-doc .right {
  float: right;
}

.frame-tab-cont .item .item-doc .right li {
  margin-bottom: 15px;
  line-height: 22px;
  overflow: hidden;
}

.frame-tab-cont .item .item-doc .right img {
  float: left;
  margin-top: 5px;
}

.frame-tab-cont .item .item-doc .right span {
  float: left;
  font-size: 14px;
  color: #999999;
  margin-left: 20px;
}

.frame-tab-cont .item .item-doc .left {
  float: left;
}

.frame-tab-cont .item .item-doc .left li {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}


@media screen and (max-width: 767px) {
  .frame-tab {
    margin-top: 0.2rem;
  }

  .frame-tab li {
    font-size: 0.15rem;
    line-height: 0.5rem;
  }

  .frame-tab-cont {
    margin-top: 0.3rem;
  }

  .frame-tab-cont .item .item-doc {
    margin-top: 0.2rem;
  }

  .frame-tab-cont .item .item-img {
    overflow-x: scroll;
  }

  .frame-tab-cont .item .item-img img {
    width: 800px;
  }

  .frame-tab-cont .item .item-doc .right {
    float: left;
    width: 100%;
  }

  .frame-tab-cont .item .item-doc .left {
    width: 100%;
    margin-top: 0.2rem;
  }

  .frame-tab-cont .item .item-doc .left li {
    font-size: 0.15rem;
    line-height: 0.26rem;
  }

  .frame-tab-cont .item .item-doc .right span {
    font-size: 0.15rem;
    margin-left: 0.2rem;
  }

  .frame-tab-cont .item .item-doc .right li {
    line-height: 0.24rem;
    margin-bottom: 0.15rem;
  }
}


/*** 招股说明 ***/
.prosp-main {
  max-width: 1600px;
  width: 83.333%;
  margin: auto;
  margin-top: 2.5em;
  background: #ededed url(../../Img/images/prosp-main-bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-top: 2.5em;
  padding-bottom: 2.85em;
}

.prosp-main .top {
  overflow: hidden;
  font-size: 20px;
  line-height: 20px;
}

.prosp-main .top .doc {
  float: left;
  padding-right: 34px;
  margin-right: 34px;
  border-right: 1px solid #666666;
}

.prosp-main .top .doc1 {
  border-right: none;
}

.prosp-main .top .doc span {
  color: #007272;
}

.prosp-main .top .doc em {
  padding-left: 19px;
  background: url(../../Img/images/prosp-jiao1.png) no-repeat left bottom 5px;
  background-size: 14px;
  color: #c93232;
}

.prosp-main .top .doc em.on {
  background: url(../../Img/images/prosp-jiao2.png) no-repeat left bottom 5px;
  background-size: 14px;
  color: #007272;
}

.prosp-main .top .doc .e1 {
  margin-right: 15px;
}

.prosp-main .tips {
  color: #999999;
  font-size: 14px;
  line-height: 21px;
  margin-top: 14px;
}

.prosp-main .imgs-box {
  text-align: center;
  margin-top: 1.5em;
}

.prosp-main .imgs-box .imgs {
  display: inline-block;

  max-width: 100%;
  position: relative;
}

.prosp-main .imgs-box .imgs .bg {
  max-width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.prosp-main .imgs-box .looks {
  position: absolute;
  left: 100%;
  margin-left: 6.6em;
  bottom: 8.4em;
  width: 60px;
}

.prosp-main .imgs-box .looks img {
  margin-top: 1.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 50%;
}

@media screen and (max-width: 1500px) {
  .prosp-main {
    width: 94%;
  }
}

@media screen and (max-width: 991px) {
  .prosp-main .imgs-box .looks {
    position: relative;
    left: inherit;
    margin-left: 0;
    bottom: inherit;
    width: 100%;
  }

  .prosp-main .imgs-box .looks {
    margin-top: 0.2rem;
  }

  .prosp-main .imgs-box .looks img {
    margin-top: 0;
    margin: 0 0.2rem;
    width: 0.5rem;
  }

  .prosp-main {
    margin-top: 0.2rem;
    padding: 0.2rem 0;
    width: 100%;
  }

  .prosp-main .top {
    font-size: 0.15rem;
    line-height: 0.18rem;
  }

  .prosp-main .top .doc {
    margin-right: 0.2rem;
    padding-right: 0.2rem;
  }

  .prosp-main .top .doc1 {
    margin-top: 0.1rem;
  }

  .prosp-main .tips {
    font-size: 0.15rem;
    line-height: 0.2rem;
    margin-top: 0.15rem;
  }

  .prosp-main .imgs-box {
    margin-top: 0.2rem;
  }
}


/*** 公司治理开始 ***/
.govern-doc {
  font-size: 16px;
  line-height: 26px;
  margin-top: 44px;
}

.govern-doc p {
  margin-bottom: 15px;
}

.govern-doc span {
  font-weight: bold;
  color: #007272;
}

.govern-list {
  margin-top: 29px;
}

.govern-list li {
  float: left;
  width: 23.8%;
  margin-right: 1.6%;
  position: relative;
  overflow: hidden;
}

.govern-list li:nth-child(4n) {
  margin-right: 0;
}

.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;
}

.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;
}

.govern-tab {
  display: table;
  margin-top: 4.4em;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  position: relative;
  z-index: 10;
}

.govern-tab li {
  display: table-cell;
  text-align: center;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  font-size: 1em;
  color: #666666;
  width: 16.68%;
  height: 65px;
  line-height: 26px;
  cursor: pointer;
  background: #fff;
}

.govern-tab li a {
  display: block;
  color: #666666;
}

.govern-tab li.on {
  font-weight: bold;
  color: #fff;
  background: #007272;
}

.govern-tab li.on a {
  color: #fff;
}

.govern-tab1 {
  overflow: hidden;
  padding: 0 0.23rem;
  margin-top: 0.2rem;
  position: relative;
  z-index: 10;
}

.govern-tab1 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 0.5rem;
  line-height: 0.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #666666;
  font-size: 0.15rem;
  background: #fff;
}

.govern-tab1 li a {
  color: #666666;
}

.govern-tab1 li.on {
  font-weight: bold;
  color: #fff;
  background: #007272;
}

.govern-tab1 li.on a {
  color: #fff;
}

.govern-tab1 li:nth-child(3n) {
  margin-right: 0;
}

.govern-list1-box {
  max-width: 1600px;
  width: 83.333%;
  margin: auto;
  background: url(../../Img/images/govern-list1-box-bg.jpg) no-repeat center bottom;
  background-size: cover;
  margin-top: -23px;
  position: relative;
  z-index: 2;
  min-height: 300px;
}

.govern-list1-box .sm-global-inner {
  width: 100%;
}

.govern-list1 {
  overflow: hidden;
  padding-top: 2.5em;
  padding-bottom: 3.9em;
  display: none;
}

.govern-list1.on {
  display: block;
}

.govern-list1 li {
  float: left;
  width: 30%;
  margin-right: 5%;
  padding-bottom: 2.25em;
  border-bottom: 1px solid #cccccc;
  margin-top: 2.5em;
}

.govern-list1 li:nth-child(3n) {
  margin-right: 0;
}

.govern-list1 li .time {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}

.govern-list1 li .name {
  margin-top: 6px;
  line-height: 27px;
  font-size: 18px;
}

.govern-list1 li .name a {
  display: inline-block;
  color: #007272;
  max-width: 90%;
  background-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 27px;
  height: 54px;

}

.govern-list1 li .name a img {
  margin-left: 10px;
  width: 18px;
}

.govern-list1 li .name a:hover {
  color: #00a2a2;
}

.govern-list1 li .more {
  font-size: 14px;
  line-height: 23px;
}

.govern-list1 li .more a {
  color: #333;
  display: inline-block;
  padding-left: 34px;
  background: url(../../Img/images/online-icon1.png) no-repeat left center;
  background-size: 18px;
}

.govern-list1 li .more a:hover {
  color: #007272;
  background: url(../../Img/images/online-icon1-1.png) no-repeat left center;
}

@media screen and (max-width: 1600px) {
  .govern-list1-box {
    width: 94%;
  }

  .govern-list1-box .sm-global-inner {
    width: 90%;
  }
}

@media screen and (max-width: 1400px) {
  .govern-tab li {
    width: 16.7%;
  }
}

@media screen and (max-width: 991px) {
  .govern-doc {
    font-size: 0.15rem;
    line-height: 0.25rem;
    margin-top: 0.3rem;
  }

  .govern-doc p {
    margin-bottom: 0.1rem;
  }

  .govern-list {
    margin-top: 0.2rem;
  }

  .govern-list li .pops .name {
    font-size: 0.16rem;
  }

  .govern-list li .pops .down a {
    font-size: 0.15rem;
    width: 1.2rem;
    height: 0.35rem;
    line-height: 0.35rem;
  }

  .govern-list li .pops .xian {
    height: 0.2rem;
  }

  .govern-list1-box {
    width: 100%;
    margin-top: 0.15rem;
  }

  .govern-list1-box .sm-global-inner {
    width: 100%;
    padding: 0.1rem 0.23rem;
    padding-bottom: 0.3rem;
  }

  .govern-list1 li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }

  .govern-list1 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .govern-list1-box .sm-global-inner {
    padding-top: 0;
  }

  .govern-list {
    margin-top: 0.1rem;
  }

  .govern-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .govern-list li:nth-child(2n) {
    margin-right: 0;
  }

  .govern-list li .pops .name {
    -webkit-line-clamp: 2;
    font-size: 0.15rem;
    line-height: 0.22rem;
  }

  .govern-list li .pops .xian {
    height: 0.1rem;
    margin-top: 0.1rem;
  }

  .govern-list1 li {
    padding-bottom: 0.2rem;
  }

  .govern-list1 li .time {
    font-size: 0.15rem;
    line-height: 0.3rem;
  }

  .govern-list1 li .name {
    font-size: 0.17rem;
  }

  .govern-list1 li .name a {}

  .govern-list1 li .more {
    font-size: 0.15rem;
    margin-top: 0;
    line-height: 0.24rem;
  }

  .govern-list1 li .more a {
    padding-left: 0.3rem;
    background-size: 0.18rem;
  }
}

/*** 公司领导开始 ***/
.leader-list {
  margin: 0 -2%;
}

.leader-list:after {
  content: '';
  display: table;
  clear: both;
}

.leader-list li {
  float: left;
  width: 46%;
  margin: 0 2%;
  margin-bottom: 2.5em;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
  position: relative;
  padding-left: 9.15em;
  background: #ebf2f2;
}

.leader-list .imgs {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 7.5em;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.leader-list .imgs img {
  width: 100%;
}

.leader-list .cont {
  padding: 1.75em 2em 2.6em 2em;
  padding-left: 0;
}

.leader-list .cont .title {
  font-size: 14px;
  color: #007272;
  line-height: 20px;
  height: 20px;
}

.item.item2 .leader-list .cont {
  padding-bottom: 1.6em;
}

.leader-list .cont .name {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.417em;
  -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;
}

.leader-list .cont .doc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-top: 9px;
}

.leader-list .cont .more {
  margin-top: 0.5em;
}

.leader-list .cont .more span {
  color: #31ba53;
  font-size: 14px;
  cursor: pointer;
}

.leader-list .cont .more img {
  margin-left: 6px;
  width: 20px;
  -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;
  cursor: pointer;
}

.leader-list li:hover .cont .more img {
  margin-left: 15px;
}

.item2-tab {
  overflow: hidden;
  margin-bottom: 1.25em;
  text-align: center;
}

.item2-tab li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 1.5em;
}

.item2-tab li a {
  color: #333;
}

.item2-tab li.on a {
  color: #31bc55;
}

@media screen and (max-width: 1500px) {
  .item2-tab li {
    margin: 0 1em;
  }
}

@media screen and (max-width: 767px) {
  .leader-list {
    margin: 0;
  }

  .leader-list li {
    width: 48%;
    margin: 0;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }

  .item2-tab {
    margin-bottom: 0.15rem;
    text-align: left;
  }

  .item2-tab li {
    font-size: 0.15rem;
    margin-right: 0.25rem;
    line-height: 0.25rem;
  }
}

.pop-box {
  background: rgba(0, 0, 0, .4);
}

.leader-pop {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1158px;
  margin-left: -579px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: #fff;
  border-radius: 3px;
  min-height: 200px;
  padding: 56px 80px 100px 80px;
  overflow: hidden;
}

.leader-pop .left {
  width: 15%;
  float: left;
}

.leader-pop .left img {
  width: 100%;
}

.leader-pop .right {
  width: 80%;
  float: right;
}

.leader-pop .right .name {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.222em;
  margin-top: -5px;
}

.leader-pop .right .title {
  font-size: 1.2em;
  margin-top: 11px;
  line-height: 1.333em;
}

.leader-pop .right .doc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 27px;
}

.leader-pop .right .doc p {
  margin-bottom: 15px;
  padding-left: 17px;
  position: relative;
}

.leader-pop .right .doc p::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #007272;
}

.pop-box-close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 24px;
  cursor: pointer;
}

.leader-pop .mCSB_inside>.mCSB_container {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .leader-pop {
    width: 92%;
    left: 4%;
    margin-left: 0;
    padding: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .leader-pop .left {
    width: 100%;
    text-align: center;
  }

  .leader-pop .left img {
    width: 50%;
    max-width: 100%;
  }

  .leader-pop .right {
    width: 100%;
    margin-top: 0.2rem;
  }

  .leader-pop .right .name {
    font-size: 0.2rem;
    margin-top: 0;
    line-height: 0.24rem;
  }

  .leader-pop .right .title {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.05rem;
  }

  .leader-pop .right .doc {
    font-size: 0.15rem;
    margin-top: 0.1rem;
    line-height: 0.24rem;
    max-height: 1.5rem;
    overflow: scroll;
  }

  .leader-pop .right .doc p {
    margin-bottom: 0.05rem;
  }

  .leader-pop .right .doc p::after {
    top: 0.08rem;
  }

  .pop-box-close {
    width: 0.2rem;
  }
}

@media screen and (max-width: 450px) {
  .leader-list li {
    width: 100%;
    margin-right: 0;
    padding-left: 1.4rem;
  }

  .leader-list li:nth-child(3n) {
    margin-right: 0;
  }

  .leader-list .cont {
    padding: 0.25rem 0.23rem;
    padding-left: 0.1rem;
  }

  .leader-list .cont .name {
    font-size: 0.18rem;
  }

  .leader-list .cont .doc {
    font-size: 0.15rem;
    line-height: 0.24rem;
    height: 0.72rem;
  }

  .leader-list .cont .more span {
    font-size: 0.15rem;
  }

  .leader-list .cont .more img {
    margin-left: 0.1rem;
  }

  .leader-list .imgs {
    width: 1.2rem;
  }
}

/*** 荣誉列表开始 ***/
.honor-list-box {
  width: 1070px;
  margin: auto;
  margin-top: 2.5em;
  position: relative;
  padding-top: 16px;
  padding-bottom: 42px;
}

.honor-list-box .xian {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
  background: #138c80;
}

.honor-list:after {
  content: '';
  display: table;
  clear: both;
}

.honor-list li {
  width: 100%;
  float: left;
}

.honor-list .item {
  float: left;
  width: 50%;
  padding-right: 76px;
  position: relative;
}

.honor-list .item .cont {
  position: relative;
  background: #e6e6e6;
  min-height: 134px;
  padding-left: 117px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -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;
}

.honor-list .item .cont:hover {
  box-shadow: none;
}

.honor-list .item .cont .jiao {
  position: absolute;
  left: 100%;
  top: 33px;
}

.honor-list .item .cont .jiao2 {
  display: none;
}

.honor-list li.on .item .cont .jiao1 {
  display: none;
}

.honor-list li.on .item .cont .jiao2 {
  display: block;
}

.honor-list .item .cont .bg {
  position: absolute;
  left: 20px;
  top: -7px;
  width: 72px;
  height: 64px;
  background: url(../../Img/images/history-list-bg1.png) no-repeat center center;
  color: #ffffff;
  font-size: 22px;
  line-height: 64px;
  padding-left: 4px;
}

.honor-list .item .dian {
  position: absolute;
  right: 0;
  top: 32px;
  margin-right: -11.5px;
}

.honor-list .item .doc1 {
  line-height: 22px;
  font-size: 16px;
}

.honor-list .item .doc2 {
  line-height: 22px;
  font-size: 14px;
  color: #31bc55;
  font-weight: bold;
  margin-top: 7px;
}

.honor-list li.on .item {
  float: right;
  padding-right: 0;
  padding-left: 76px;
}

.honor-list li.on .item .dian {
  right: inherit;
  left: 0;
  margin-right: 0;
  margin-left: -11.5px;
}

.honor-list li.on .item .cont .jiao {
  left: inherit;
  right: 100%;
}

@media screen and (max-width: 1200px) {
  .honor-list-box {
    width: 100%;
    padding: 0 6%;
    margin-top: 0.4rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
}

@media screen and (max-width: 800px) {
  .honor-list-box .xian {
    left: 6%;
  }

  .honor-list .item .cont .jiao {
    left: inherit;
    right: 100%;
  }

  .honor-list .item .cont .jiao1 {
    display: none;
  }

  .honor-list .item .cont .jiao2 {
    display: block;
  }

  .honor-list .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .honor-list li .item .dian {
    right: inherit;
    left: 0;
    margin-right: 0;
    margin-left: -11.5px;
  }

  .honor-list .item {
    float: left;
    padding-right: 0;
    padding-left: 0.4rem;
  }

  .honor-list li.on .item {
    padding-left: 0.4rem;
  }

  .honor-list li.on .item {
    float: left;
  }

  .honor-list .item .doc1 {
    font-size: 0.15rem;
    line-height: 0.24rem;
  }

  .honor-list .item .cont {
    padding: 0.2rem 0.15rem 0.2rem 1.2rem;
    min-height: 1.1rem;
  }

  .honor-list .item .doc2 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
    line-height: 0.22rem;
  }
}

/*** 大事记开始 ***/
.events-box {
  padding-bottom: 7.7em;
  background: url(../../Img/images/events-box-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.events-main {
  margin-top: 3em;
}

.events-main .events-tab {
  overflow: hidden;
}

.events-main .events-tab li {
  float: left;
  width: 32.3%;
  margin-right: 1.55%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  border-bottom: 2px solid #007272;
  color: #007272;
  cursor: pointer;
}

.events-main .events-tab li:last-child {
  margin-right: 0;
}

.events-main .events-tab li.on {
  color: #fff;
  background: #007272;
}

.events-main .imgs-box {
  height: 17.5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

.events-main .imgs-box .name {
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 60px;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
}

body.notop .footer-box {
  margin-top: 0;
}

.events-list {
  margin-top: 2.35em;
  display: none;
}

.events-list.on {
  display: block;
}

.events-list li {
  position: relative;
  padding-left: 140px;
}

.events-list .year {
  position: absolute;
  left: 0;
  top: -12px;
  font-family: "arial";
  font-size: 40px;
  line-height: 1;
  color: #007272;
}

.events-list .dian {
  position: absolute;
  left: -7px;
  top: 0;
  width: 13px;
  height: 13px;
  background: #31bc55;
  border-radius: 50%;
}

.events-list li .cont {
  padding-left: 58px;
  position: relative;
  border-left: 1px solid #31bc55;
  padding-bottom: 1.75em;
}

.events-list li .cont .time {
  font-size: 16px;
  font-weight: bold;
  color: #007272;
  line-height: 1;
}

.events-list li .cont .item-box {
  border-bottom: 1px solid #e6e6e6;
}

.events-list li .cont .doc {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 25px;
  margin-top: 12px;
  padding-bottom: 21px;
}

.events-list li:last-child .cont {
  padding-bottom: 0;
}

.events-list li:last-child .cont .item-box {
  border-bottom: none;
}


@media screen and (max-width: 767px) {
  .events-box {
    padding-bottom: 0.5rem;
  }

  .events-main {
    margin-top: 0.3rem;
  }

  .events-main .events-tab li {
    font-size: 0.15rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }

  .events-main .imgs-box {
    height: 2rem;
  }

  .events-main .imgs-box .name {
    font-size: 0.25rem;
  }

  .events-list {
    margin-top: 0.35rem;
  }

  .events-list .year {
    font-size: 0.25rem;
    top: -0.05rem;
  }

  .events-list li {
    padding-left: 0.8rem;
  }

  .events-list li .cont {
    padding-left: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .events-list li .cont .time {
    font-size: 0.16rem;
  }

  .events-list li .cont .doc {
    font-size: 0.15rem;
    line-height: 0.24rem;
    margin-top: 0.1rem;
    padding-bottom: 0.25rem;
  }
}

/*** 新闻 ***/
body.news {
  background: #f8f8f8;
}

body.news .toper-box .nav-box {
  background: #fff;
}

.news-box .time-box {
  padding: 0 105px;
  width: 1284px;
  margin: auto;
  margin-top: 3em;
}

.news-box .time-boxs {
  padding: 0 58px;
  position: relative;
}

.news-box .time-boxs .time-left {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  cursor: pointer;
}

.news-box .time-boxs .time-right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  cursor: pointer;
}

.news-box .swiper-container.time {}

.news-box .swiper-container.time .swiper-slide {
  text-align: center;
  font-size: 16px;
  color: #007272;
  height: 60px;
  line-height: 60px;
  border-bottom: 3px solid #007272;
  float: left;
  width: 12.53%;
  margin-right: 20px;
  font-weight: bold;
}

.news-box .swiper-container.time .swiper-slide a {
  display: block;
  color: #007272;
}

.news-box .swiper-container.time .swiper-slide:hover {
  opacity: 0.7;
}

.news-box .swiper-container.time .swiper-slide.on {
  color: #fff;
  background: #007272;
}

.news-box .swiper-container.time .swiper-slide.on:hover {
  opacity: 1;
}

.news-box .swiper-container.time .swiper-slide.on a {
  color: #fff;
}

.news-box .news-list1 {
  overflow: hidden;
  margin-top: 2.5em;
}

.news-box .news-list1 li {
  float: left;
  width: 30.76%;
  margin-right: 3.86%;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.news-box .news-list1 li:nth-child(3n) {
  margin-right: 0;
}

.news-box .news-list1 .imgs {
  overflow: hidden;
}

.news-box .news-list1 .imgs img {
  width: 100%;
  display: block;
  -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;
  height: 12.2em;
}

.news-box .news-list1 .imgs:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.news-box .news-list1 .cont {
  height: 200px;
  padding: 1.5em 2em 2.25em 2em;
  color: #fff;
}

.news-box .news-list1 .li1 .cont {
  background: url(../../Img/images/news-list1-libg1.png) no-repeat center center;
  background-size: 100% 100%;
}

.news-box .news-list1 .li2 .cont {
  background: url(../../Img/images/news-list1-libg2.png) no-repeat center center;
  background-size: 100% 100%;
}

.news-box .news-list1 .li3 .cont {
  background: url(../../Img/images/news-list1-libg3.png) no-repeat center center;
  background-size: 100% 100%;
}

.news-box .news-list1 .cont .from {
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}

.news-box .news-list1 .cont .name {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.news-box .news-list1 .cont .time {
  margin-top: 20px;
  font-family: "arial";
  line-height: 22px;
  font-size: 16px;
}

.news-box .news-chax-box {
  margin-top: 2.2em;
  z-index: 100;
  position: relative;
  z-index: 10;
}

.news-box .news-chax {
  display: inline-block;
  position: static;
  z-index: 10;
}

.news-box .news-chax .news-chax-tit {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding-right: 17px;
  background: url("../../Img/images/news-chax-icon.png") no-repeat right center;
  color: #007272;
  font-weight: bold;
}

.news-box .news-chax .news-chax-pop {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  z-index: 10;
  background: #fff;
  display: none;
  max-width: 100%;
  padding: 13px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  max-height: 300px;
  overflow-x: hidden;
}

.news-box .news-chax .chax-item {
  font-size: 16px;
  line-height: 26px;
  padding: 3px 0;
}

.news-box .news-chax .chax-item a {
  padding: 0 23px 0 19px;
  color: #666;
  text-align: left;
  display: block;
}

.news-box .news-chax .chax-item a:hover {
  color: #007272;
}














.news-box .news-list2 {
  margin-top: 1.75em;
  min-height: 300px;
}

.news-box .news-list2 li {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: 1.5em;
  overflow: hidden;
  background: #fff;
  padding: 1.6em 2em;
  height: 163px;
}

.news-box .news-list2 li:nth-child(2n) {
  margin-right: 0;
}

.news-box .news-list2 li .left {
  float: left;
  width: 90px;
  height: 90px;
  background: url(../../Img/images/news-timebg.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  font-family: "arial";
  color: #00a2a2;
  padding-top: 15px;
}

.news-box .news-list2 li .left .date {
  font-weight: bold;
  font-size: 50px;
  line-height: 46px;
}

.news-box .news-list2 li .left .year {
  font-size: 14px;
  line-height: 20px;
}


.news-box .news-list2 li .right {
  float: right;
  width: 78%;
}

.news-box .news-list2 li .right .name {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: -3px;
}

.news-box .news-list2 li .right .r-ly {
  color: #00a2a2;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.news-box .news-list2 li .right .doc {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #999999;
  margin-top: 7px;
}

.news-box .news-list2 li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.news-box .news-list2 li:hover .name {
  color: #00a2a2;
}

.page-box {
  padding-top: 1.1em;
  /* padding-bottom: 3em; */
  text-align: center;
}

.page-box a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  margin: 0 1px;
  background: #fff;
  font-size: 18px;
  font-family: "arial";
  margin: 0 4px;
  color: #666;
}

.page-box a.on {
  color: #fff;
  background: #31bc55;
}

.page-box a:hover {
  color: #fff;
  background: #31bc55;
}

.page-box a.prev2 {
  width: 80px;
}

.page-box a.next2 {
  width: 80px;
}

.page-box .pages {
  display: inline-block;
}

.page-box a.ye {
  width: 70px;
}

.page-box .page {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  margin: 0 1px;
  background: #fff;
  font-size: 18px;
  font-family: "arial";
  color: #666666;
}

.page-box .page.on {
  color: #fff;
  background: #31bc55;
}

.page-box .page:hover {
  color: #fff;
  background: #31bc55;
}

.page-box .page.prev1 {
  background: #fff url(../../Img/images/page-left1.png) no-repeat center center;
  background-size: 100%;
}

.page-box .page.prev1:hover {
  background: #31bc55 url(../../Img/images/page-left1-1.png) no-repeat center center;
}

.page-box .page.prev2 {
  background: #fff url(../../Img/images/page-left2.png) no-repeat center center;
  background-size: 100%;
  margin-right: 30px;
}

.page-box .page.prev2:hover {
  background: #31bc55 url(../../Img/images/page-left2-1.png) no-repeat center center;
}

.page-box .page.next1 {
  background: #fff url(../../Img/images/page-right1.png) no-repeat center center;
  background-size: 100%;
}

.page-box .page.next1:hover {
  background: #31bc55 url(../../Img/images/page-right1-1.png) no-repeat center center;
}

.page-box .page.next2 {
  background: #fff url(../../Img/images/page-right2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 30px;
}

.page-box .page.next2:hover {
  background: #31bc55 url(../../Img/images/page-right2-1.png) no-repeat center center;
}

.news-box .ptw-list {
  width: 85%;
  max-width: 1066px;
  margin: 0 auto;
  margin-top: 1.5em;
  padding-bottom: 2em;
  min-height: 300px;
}

.news-box .ptw-list .ptw-item {
  padding: 16px 0 10px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.news-box .ptw-list .ptw-item .tit-time-item a {
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
}

.news-box .ptw-list .tit-time-item .item-tit {
  float: left;
  width: 82%;
}

.news-box .ptw-list .tit-time-item .item-tit:hover {
  color: #00a2a2;
}

.news-box .ptw-list .ptw-item .item-tit span {
  font-size: 16px;
  line-height: 1.4;
  max-height: 2.8em;
}

.news-box .ptw-list .ptw-item .item-time {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  width: 18%;
  float: right;
}

.news-box .ptw-list .ptw-item .tit-time-item .item-time {
  text-align: right;
}

.news-box .ptw-list .ptw-item a:hover .item-tit span {
  color: #31bc55;
}

.news-box .ptw-list .ptw-item .tit-time-item:hover {
  color: #31bc55;
}

.news-box .tit-time-item .item-tit span {
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1500px) {
  .news-box .news-list1 .imgs img {
    height: 14em;
  }
}

@media screen and (max-width: 991px) {
  .news-box .ptw-list {
    width: 100%;
    padding: 0 0.23rem;
  }
}

@media screen and (max-width: 767px) {

  .news-box .ptw-list .ptw-item {
    padding: 0.15rem 0 0.09rem;
  }

  .news-box .ptw-list .ptw-item .item-tit span {
    font-size: 0.18rem;
  }

  .news-box .ptw-list .ptw-item .item-time {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }

  .news-box .ptw-list .ptw-list {
    padding-bottom: 0.2rem;
  }
}


@media screen and (max-width: 1200px) {
  .news-box .time-box {
    width: 85%;
    padding: 0;
    margin-top: 0.3rem;
  }

  .news-box .news-list2 {
    margin-top: 0.2rem;
  }

  .news-box .news-list2 li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
  }

  .news-box .news-list2 li .left {
    width: 0.75rem;
    height: 0.75rem;
    padding-top: 0.15rem;
  }

  .news-box .news-list2 li .right {
    width: 70%;
    width: 100%;
    float: none;
    padding-left: 1rem;
  }

  .news-box .news-list2 li .right .name {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .news-box .news-list2 li .right .doc {
    font-size: 0.15rem;
    line-height: 0.22rem;
    margin-top: 0.1rem;
  }

  .news-box .news-list2 li .left .date {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .news-box .news-list2 li .left .year {
    font-size: 0.15rem;
    line-height: 0.22rem;
  }
}

@media screen and (max-width: 991px) {
  .news-box .news-list1 .cont .from {
    font-size: 0.15rem;
  }

  .news-box .news-list1 .cont {
    height: 1.8rem;
    padding: 0.2rem 0.3rem;
  }

  .news-box .news-list1 .cont .name {
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.48rem;
  }

  .news-box .news-list1 .cont .time {
    font-size: 0.15rem;
    margin-top: 0.15rem;
    line-height: 0.22rem;
  }
}


@media screen and (max-width: 767px) {
  .news-box .time-boxs {
    padding: 0;
  }

  .news-box .time-box {
    width: 100%;
    padding: 0 0.23rem;
  }

  .news-box .time-boxs .time-left {
    display: none;
  }

  .news-box .time-boxs .time-right {
    display: none;
  }

  .news-box .swiper-container.time .swiper-slide {
    font-size: 0.15rem;
    height: 0.4rem;
    line-height: 0.4rem;
    width: 20%;
    margin-right: 5%;
  }

  .news-box .news-list1 li {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .news-box .news-list1 .imgs img {
    height: 4rem;
  }

  .page-box .pages {
    display: none;
  }

  .page-box .page.prev2 {
    margin-right: 0.15rem;
  }

  .page-box .page.next2 {
    margin-left: 0.15rem;
  }

  .page-box .page {
    margin: 0 3px;
  }

  .page-box .pages {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .news-box .news-list1 .imgs img {
    height: 2.2rem;
  }
}


/*** 新闻详情页 ***/
body.newsd .header-box {
  position: absolute;
  border: none;
  background: #fff;
}

body.newsd .header-box .ph-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  background: #fff;
}

body.newsd .header-box .ph-box .ph-nav1 {
  display: none;
}

body.newsd .header-box .ph-box .ph-nav2 {
  display: inline-block;
}

body.newsd .header-box .ph-box .ph-sou1 {
  display: none;
}

body.newsd .header-box .ph-box .ph-sou2 {
  display: inline-block;
}

body.newsd .header-box .ph-box .logo1 {
  border-right: 1px solid #ccc;
}

body.newsd .header-box .ph-box .logo1-1 {
  display: inline-block;
}

body.newsd .header-box .ph-box .logo1-2 {
  display: none;
}

body.newsd .header-box .ph-box .logo2-1 {
  display: inline-block;
}

body.newsd .header-box .ph-box .logo2-2 {
  display: none;
}

body.newsd .header-box .header-pc .logo1 {
  border-right: 1px solid #ccc;
}

body.newsd .header-box .header-pc .logo1-1 {
  display: inline-block;
}

body.newsd .header-box .header-pc .logo1-2 {
  display: none;
}

body.newsd .header-box .header-pc .logo2-1 {
  display: inline-block;
}

body.newsd .header-box .header-pc .logo2-2 {
  display: none;
}

body.newsd .header-box .header-pc .list .lv1 {
  color: #333;
}

body.newsd .header-box .header-pc .search-box .btns1 {
  display: inline-block;
}

body.newsd .header-box .header-pc .search-box .btns2 {
  display: none;
}

body.newsd .header-box .header-pc .en a {
  color: #333;
}

body.newsd .header-box .header-pc .en a:hover {
  color: #00a2a2;
}

body.newsd .header-box .header-pc .search-box .search-mains .search-main-close.close1 {
  display: inline-block;
}

body.newsd .header-box .header-pc .search-box .search-mains .search-main-close.close2 {
  display: none;
}

body.newsd .header-box .header-pc .search-box .search-mains .search-cont .btns1-1 {
  display: inline-block;
}

body.newsd .header-box .header-pc .search-box .search-mains .search-cont .btns1-2 {
  display: none;
}

body.newsd .header-box .header-pc .search-box .search-mains .search-cont .txt {
  border: 1px solid #ccc;
}

.newsd-box {
  padding-top: 100px;
}

.newsd-box .newsd-top {
  height: 60px;
  line-height: 55px;
  background: url(../../Img/images/newsd-top-bg.jpg) no-repeat center center;
  background-size: cover;
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
}

.newsd-box .newsd-top a {
  color: #fff;
  margin-right: 9px;
}

.newsd-box .newsd-top img {
  margin-right: 9px;
}

.newsd-box .newsd-top .bg1 {
  margin-top: -8px;
}

.newsd-box .newsd-top a:hover {
  text-decoration: underline;
}

.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;
}

.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 (max-width:767px) {
  .newsd-box .newsd-top {
    height: 0.5rem;
    line-height: 0.5rem;
    padding-top: 2px;
  }

  .newsd-box .newsd-main {
    margin-top: 0.3rem;
  }

  .newsd-box .newsd-main .back {
    display: none;
  }

  .newsd-box .newsd-main {
    width: 100%;
    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;
  }
}


/*** 热线开始 ***/
.hot-main {
  width: 85%;
  max-width: 1108px;
  margin: auto;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 7.2em;
  background: url(../../Img/images/hot-main-bg.png) no-repeat top center;
}

.hot-main .title {
  text-align: center;
  color: #007272;
  font-size: 36px;
  line-height: 1.194em;
}

.hot-main .doc {
  font-size: 16px;
  margin-top: 23px;
  text-align: center;
  line-height: 25px;
}

.hot-main .cont {
  margin-top: 2.15em;
  padding-left: 41.15%;
  position: relative;
  background: #00a2a2;
}

.hot-main .cont .left {
  position: absolute;
  width: 41.15%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hot-main .cont .lefts {
  position: relative;
  width: 100%;
  height: 100%;
}

.hot-main .cont .lefts a {
  display: none;
}

.hot-main .cont .lefts .video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -36.5px;
  margin-top: -36.5px;
  width: 73px;
  height: 73px;
  -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;
}

.hot-main .cont .lefts:hover .video {
  top: 46%;
}

.hot-main .cont .right {
  padding: 3.1em 0 4.5em 0.7em;
  background: url(../../Img/images/hot-main-right-bg.jpg) no-repeat center center;
  background-size: cover;
}

.hot-main .cont .right .doc1 {
  padding-left: 124px;
  line-height: 85px;
  background: url(../../Img/images/doc1-bg1.png) no-repeat left center;
  background-size: 109px;
  font-size: 20px;
  color: #bdf2f4;
  margin-bottom: 0.5em;
}

.hot-main .cont .right .doc2 {
  padding-left: 121px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.hot-main .cont .right .doc2 span {
  font-size: 46px;
  font-weight: normal;
  font-family: "arial";
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

body.hot .footer-box {
  margin-top: 16px;
}

@media screen and (max-width:1200px) {
  .hot-main {
    background: url(../../Img/images/hot-main-bg.png) no-repeat center center;
    background-size: cover;
  }

  .hot-main .cont .left {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    height: 2rem;
  }

  .hot-main .cont {
    padding-left: 0;
  }

  .hot-main .cont .lefts .video {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
  }

  .hot-main .cont .right {
    padding: 0.2rem 0.23rem 0.3rem 0.23rem;
  }

  .hot-main .cont .right .doc1 {
    padding-left: 1rem;
    background-size: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }

  .hot-main .cont .right .doc2 {
    padding-left: 0;
    font-size: 0.18rem;
    line-height: 0.35rem;
  }

  .hot-main .cont .right .doc2 span {
    font-size: 0.24rem;
  }
}

@media screen and (max-width:767px) {
  .hot-main {
    width: 100%;
    padding: 0.1rem 0.23rem 0.6rem 0.23rem;
    margin-top: 0.2rem;
  }

  .hot-main .title {
    font-size: 0.25rem;
    line-height: 0.35rem;
  }

  .hot-main .doc {
    font-size: 0.15rem;
    margin-top: 0.1rem;
    line-height: 0.24rem;
  }

  .hot-main .cont {
    margin-top: 0.2rem;
  }
}


/*** 收费标准 ***/
.charge-main {
  margin-top: 2em;
  min-height: 300px;
}

.charge-main .left {
  /* float: left; */
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.charge-main .left .top-bg {
  display: table;
  height: 79px;
  background: url(../../Img/images/charge-main-leftbg1.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.charge-main .left .top-bg li {
  display: table-cell;
  text-align: center;
  width: 33.333%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.charge-main .left .top-bg .li1 {
  width: 5%;
  text-align: left;
  padding-left: 1.6em;
}

.charge-main .left .top-bg .li2 {
  width: 20%;
}

.charge-main .left .top-bg .li3 {
  width: 23%;
}

.charge-main .left .item {
  background: #00a2a2;
}

.charge-main .left .item .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  padding-left: 1.6em;
  background: #00b4b4;
}

.charge-main .left .item table {
  width: 100%;
}

.charge-main .left .item table td {
  border: none;
  width: 14%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0;
  line-height: 36px;
  white-space: nowrap;
}

.charge-main .left .item table tr td:first-child {
  text-align: left;
  padding-left: 3.15em;
  width: 14%;
}

.charge-main .right {
  /* float: right; */
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.charge-main .left .item.item2 {
  padding-bottom: 1em;
}

.charge-main .right .top-bg {
  display: table;
  height: 79px;
  background: url(../../Img/images/charge-main-rightbg1.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.charge-main .right .top-bg li {
  display: table-cell;
  text-align: center;
  width: 33.333%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.charge-main .right .top-bg .li1 {
  width: 8%;
  text-align: left;
  padding-left: 5em;
}

.charge-main .right .top-bg .li2 {
  width: 13%;
}

.charge-main .right .item .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #4c4c4c;
  padding-left: 1.6em;
  background: #f2f2f2;
  padding-left: 3.571em;
}

.charge-main .right .item table {
  width: 100%;
}

.charge-main .right .item table td {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 18px;
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;

}

.charge-main .right .item table td:nth-child(1) {
  width: 23%;
  padding-left: 5.643em;
}

.charge-main .right .item table td:nth-child(2) {
  width: 33%;
  padding-left: 3em;
  padding-right: 3.643em;
}

.charge-main .right .item.item2 table td {
  min-height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

body.charge .footer-box {
  margin-top: 0;
}

.charge-bottom {
  margin-top: 5.6em;
  background: url(../../Img/images/charge-bottom-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 5.35em;
  padding-bottom: 6em;
}

.charge-bottom .doc1 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.charge-bottom .doc2 {
  font-size: 14px;
  color: #cbefee;
  line-height: 28px;
}

.charge-bottom .list {
  margin-top: 2.2em;
  overflow: hidden;
}

.charge-bottom .list li {
  float: left;
  width: 31.5%;
  margin-right: 2.75%;
  background: #fff;
  padding: 27px 1.5em 22px 1.5em;
}

.charge-bottom .list li:nth-child(3n) {
  margin-right: 0;
}

.charge-bottom .list .name {
  font-size: 18px;

  line-height: 27px;
}

.charge-bottom .list .name a {
  color: #333333;
  padding-right: 38px;
  display: inline-block;
  background: url(../../Img/images/pdf-icon1.png) no-repeat right center;
  background-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.charge-bottom .list .name a:hover {
  color: #00a2a2;
}

.charge-bottom .list .pdf {
  margin-top: 1em;
  line-height: 24px;
}

.charge-bottom .list .pdf a {
  font-size: 14px;
  display: inline-block;
  padding-left: 23px;
  color: #333;
  background: url(../../Img/images/online-icon1.png) no-repeat left center;
  background-size: 18px;
}

.charge-bottom .list .pdf a:hover {
  background: url(../../Img/images/online-icon1-1.png) no-repeat left center;
}

@media screen and (max-width:1500px) {
  .charge-main .left .item table tr td:first-child {
    padding-left: 1.5em;
  }
}

@media screen and (max-width:767px) {
  .charge-main {
    margin-top: 0.3rem;
  }

  .charge-main .left {
    width: 100%;
    float: none;
  }

  .charge-main .left .top-bg {
    height: 0.7rem;
  }

  .charge-main .left .item .name {
    font-size: 0.15rem;
    line-height: 0.35rem;
  }

  .charge-main .left .item table td {
    font-size: 0.15rem;
    line-height: 0.36rem;
  }

  .charge-main .right {
    float: none;
    width: 100%;
    margin-top: 0.3rem;
  }

  .charge-main .left .top-bg li {
    font-size: 0.15rem;
    line-height: 0.2rem;
  }

  .charge-main .right .top-bg .li1 {
    padding-left: 0;
    width: 40%;
    text-align: left;
    padding-left: 1.6em;
  }

  .charge-main .right .top-bg .li2 {
    width: 60%;
  }

  .charge-main .right .top-bg {
    height: 0.7rem;
  }

  .charge-main .right .item .name {
    font-size: 0.15rem;
    line-height: 0.35rem;
    padding-left: 1.6em;
  }

  .charge-main .right .item table td:nth-child(1) {
    width: 40%;
    padding-left: 1.6em;
  }

  .charge-main .right .item table td:nth-child(2) {
    width: 60%;
    padding-left: 0.6em;
    padding-right: 1.2em;
  }

  .charge-bottom {
    margin-top: 0.5rem;
    padding: 0.35rem 0 0.3rem 0;
  }

  .charge-bottom .doc1 {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }

  .charge-bottom .doc2 {
    font-size: 0.15rem;
    line-height: 0.24rem;
  }

  .charge-bottom .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
  }

  .charge-bottom .list .name {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .charge-bottom .list .pdf {
    margin-top: 0.1rem;
    line-height: 0.24rem;
  }

  .charge-bottom .list .pdf a {
    font-size: 0.15rem;
    padding-left: 0.25rem;
    background: url(../../Img/images/online-icon1.png) no-repeat left top 0.05rem;
    background-size: 18px;
  }

}

/*** 讯报开始 ***/
.dis-mian {
  margin-top: 1.6em;
}

.dis-mian .year-select {
  line-height: 25px;
  color: #333333;
  font-size: 16px;
  padding-left: 45px;
  z-index: 10;
  position: relative;
}

.dis-mian .year-select .clear {
  clear: both;
}

.dis-mian .year-select span {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.dis-mian .year-select .news-chax-box {
  z-index: 100;
  position: relative;
  z-index: 10;
}

.dis-mian .year-select .news-chax {
  display: inline-block;
  position: static;
  z-index: 10;
}

.dis-mian .year-select .news-chax .news-chax-tit {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding-right: 17px;
  background: url("../../Img/images/news-chax-icon.png") no-repeat right center;
  color: #007272;
  font-weight: bold;
}

.dis-mian .year-select .news-chax .news-chax-pop {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  z-index: 10;
  background: #fff;
  display: none;
  max-width: 100%;
  padding: 13px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  max-height: 300px;
  overflow-x: hidden;
}

.dis-mian .year-select .news-chax .chax-item {
  font-size: 16px;
  line-height: 26px;
  padding: 3px 0;
}

.dis-mian .year-select .news-chax .chax-item a {
  padding: 0 23px 0 19px;
  color: #666;
  text-align: left;
  display: block;
}

.dis-mian .year-select .news-chax .chax-item a:hover {
  color: #007272;
}


.dis-mian .year-select select {
  float: left;
  display: none;
  padding-left: 5px;
  margin-left: 13px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: bold;
  color: #007272;
  padding-right: 19px;
  background: url(../../Img/images/year-icon1.png) no-repeat right center;
  background-size: 8px;
  cursor: pointer;
}

.dis-mian .dis-list {
  margin-top: 1.65em;
}

.dis-mian .dis-list li {
  overflow: hidden;
  margin-bottom: 2em;
}

.dis-mian .dis-list .left {
  float: left;
  width: 23.1%;
  position: relative;
  background: #e6e6e6;
  text-align: center;
  padding: 20px 0;
}

.dis-mian .dis-list .left .qi {
  position: absolute;
  width: 41px;
  height: 44px;
  background: url(../../Img/images/dis-list-qibg.png) no-repeat center center;
  color: #fff;
  left: 10px;
  top: 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
}

.dis-mian .dis-list .left .imgs {
  box-shadow: 5px 5px 0 #cccccc;
  max-width: 100%;
}

.dis-mian .dis-list .right {
  float: right;
  width: 74.61%;
}

.dis-mian .dis-list .right .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
}

.dis-mian .dis-list .right dl {
  margin-top: 12px;
  border-top: 2px solid #247d7d;
  padding-top: 1.3em;
  overflow: hidden;
}

.dis-mian .dis-list .right dl dd {
  float: left;
  line-height: 28px;
  margin-right: 2.7em;
  margin-bottom: 1em;
}

.dis-mian .dis-list .right dl dd a {
  display: inline-block;
  padding-left: 29px;
  background: url(../../Img/images/pdf-icon1.png) no-repeat left center;
  background-size: 18px;
  color: #333;
  font-size: 18px;
}

.dis-mian .dis-list .right dl dd a:hover {
  color: #00a2a2;
}


@media screen and (max-width:767px) {
  .dis-mian .dis-list .left {
    float: none;
    width: 100%;
    padding: 0.3rem 0;
  }

  .dis-mian .dis-list .right {
    float: none;
    width: 100%;
    margin-top: 0.1rem;
  }

  .dis-mian .dis-list .right .name {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }

  .dis-mian .dis-list .right dl {
    margin-top: 0.1rem;
    padding-top: 0.2rem;
  }

  .dis-mian .dis-list .right dl dd {
    line-height: 0.25rem;
    margin-right: 0.4rem;
    margin-bottom: 0.15rem;
  }

  .dis-mian .dis-list li {
    margin-bottom: 0.2rem;
  }
}

/*** 邵刚样式表 ***/

/*标题时间列表*/
.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;
}

/*翻页默认红 green绿*/
.scl-news-page .page-box {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.scl-news-page .page-box a {
  font-size: 18px;
  line-height: 2;
  height: 2em;
  width: 2em;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: #666666;
  display: inline-block;
  margin: 0 3.5px;
}

.scl-news-page .page-box a:hover {
  color: #fff;
  background: #f03876;
  border: 1px solid #f03876;
}

.scl-news-page.green .page-box a:hover {
  background: #31bc55;
  border: 1px solid #31bc55;
}

.scl-news-page .page-box .snp-num {
  display: inline-block;
  overflow: hidden;
  margin: 0 30px;
}

.scl-news-page .page-box .snp-num a {
  float: left;
}

.scl-news-page.green .page-box .snp-num a.on {
  color: #fff;
  background: #f03876;
  border: 1px solid #f03876;
}

.scl-news-page.green .page-box .snp-num a.on {
  color: #fff;
  background: #31bc55;
  border: 1px solid #31bc55;
}

.scl-news-page .page-box .snp-start {
  background: url("../../Img/images/snp-start.png") no-repeat center;
  background-size: 14px 14px;
}

.scl-news-page .page-box .snp-start:hover {
  background: #f03876 url("../../Img/images/snp-starton.png") no-repeat center;
  background-size: 14px 14px;
}

.scl-news-page.green .page-box .snp-start:hover {
  background: #31bc55 url("../../Img/images/snp-starton.png") no-repeat center;
  background-size: 14px 14px;
}

.scl-news-page .page-box .snp-prev {
  background: url("../../Img/images/snp-prev.png") no-repeat center;
  background-size: 8px 14px;
}

.scl-news-page .page-box .snp-prev:hover {
  background: #f03876 url("../../Img/images/snp-prevon.png") no-repeat center;
  background-size: 8px 14px;
}

.scl-news-page.green .page-box .snp-prev:hover {
  background: #31bc55 url("../../Img/images/snp-prevon.png") no-repeat center;
  background-size: 8px 14px;
}

.scl-news-page .page-box .snp-next {
  background: url("../../Img/images/snp-next.png") no-repeat center;
  background-size: 8px 14px;
}

.scl-news-page .page-box .snp-next:hover {
  background: #f03876 url("../../Img/images/snp-nexton.png") no-repeat center;
  background-size: 8px 14px;
}

.scl-news-page.green .page-box .snp-next:hover {
  background: #31bc55 url("../../Img/images/snp-nexton.png") no-repeat center;
  background-size: 8px 14px;
}

.scl-news-page .page-box .snp-end {
  background: url("../../Img/images/snp-end.png") no-repeat center;
  background-size: 14px 14px;
}

.scl-news-page .page-box .snp-end:hover {
  background: #f03876 url("../../Img/images/snp-endon.png") no-repeat center;
  background-size: 14px 14px;
}

.scl-news-page.green .page-box .snp-end:hover {
  background: #31bc55 url("../../Img/images/snp-endon.png") no-repeat center;
  background-size: 14px 14px;
}

@media screen and (max-width: 787px) {
  .scl-news-page .page-box .snp-num {
    margin: 0 0.1rem;
  }

  .main-box .scl-news-page .page-box a {
    font-size: 0.18rem;
  }

  .scl-news-page .page-box .snp-start, .scl-news-page .page-box .snp-start:hover, .scl-news-page.green .page-box .snp-start:hover {
    background-size: 0.14rem 0.14rem;
  }

  .scl-news-page .page-box .snp-prev, .scl-news-page .page-box .snp-prev:hover, .scl-news-page.green .page-box .snp-prev:hover {
    background-size: 0.08rem 0.14rem;
  }

  .scl-news-page .page-box .snp-next, .scl-news-page .page-box .snp-next:hover, .scl-news-page.green .page-box .snp-next:hover {
    background-size: 0.08rem 0.14rem;
  }

  .scl-news-page .page-box .snp-end, .scl-news-page .page-box .snp-end:hover, .scl-news-page.green .page-box .snp-end:hover {
    background-size: 0.14rem 0.14rem;
  }
}




.inner-title-nav {
  display: table;
  overflow: hidden;
  background: #f2f2f2;
  width: 100%;
}

.inner-title-nav .pt-nv-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 25%;
  padding: 0.825em 0;
}

.inner-title-nav .pt-nv-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: #cccccc;
}

.inner-title-nav .pt-nv-item:first-child:before {
  display: none;
}

.inner-title-nav .pt-nv-item a {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
}

.inner-title-nav .pt-nv-item a:hover {
  color: #00a2a2;
  font-weight: bold;
}

.inner-title-nav .pt-nv-item.on a {
  color: #007272;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .inner-title-nav .pt-nv-item {
    padding: 0.14rem;
  }

  .inner-title-nav .pt-nv-item a {
    font-size: 0.18rem;
  }
}



.inv-more {
  text-align: center;
}

.inv-more a {
  color: #006b6b;
  font-size: 1em;
  line-height: 1.5;
}

.inv-more a:hover {
  color: #00a2a2;
}



/*巾帼文明岗专题页面*/
.w1760 {
  width: 85%;
  max-width: 1760px;
  margin: 0 auto;
}

.w1285 {
  width: 85%;
  max-width: 1284px;
  margin: 0 auto;
}

.w1280 {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}

.w1140 {
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
}

.w1150 {
  width: 85%;
  max-width: 1150px;
  margin: 0 auto;
}

.w1066 {
  width: 85%;
  max-width: 1066px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .w1760 {
    width: 100%;
    padding: 0 0.23rem;
  }

  .w1285 {
    width: 100%;
    padding: 0 0.23rem;
  }

  .w1280 {
    width: 100%;
    padding: 0 0.23rem;
  }

  .w1140 {
    width: 100%;
    padding: 0 0.23rem;
  }

  .w1150 {
    width: 100%;
    padding: 0 0.23rem;
  }

  .w1066 {
    width: 100%;
    padding: 0 0.23rem;
  }
}

.adjust {
  width: 100%;
  position: relative;
  z-index: -5;
  opacity: 0;
  filter: alpha(opacity=0);
}

.specialLayout {
  position: relative;
  z-index: 10;
}

.specialLayout1 {
  z-index: 11;
}

.specialLayout .scl-header {
  /*position: fixed;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 22px 0 0;
}

.specialLayout .scl-bd {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.specialLayout .scl-nav-box {
  position: relative;
  z-index: 10;
  background: #f03876;
}

.specialLayout .scl-nav-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fc6598;
}

.specialLayout .nv-con {
  display: table;
  width: 100%;
  position: relative;
  z-index: 10;
  background: #f03876;
}

.specialLayout .nv-con .nv-item {
  display: table-cell;
  vertical-align: middle;
}

.specialLayout .nv-con .nv-item span {
  display: inline-block;
  position: relative;
}

.specialLayout .nv-con .nv-item dl {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #cf2760;
  text-align: center;
  display: none;
}

.specialLayout .nv-con .nv-link dl a {
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  display: block;
}

.specialLayout .nv-con .nv-link dl a:hover {
  background: #f03876;
}

.specialLayout .nv-con .nv-link a {
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  display: inline-block;
  min-width: 108px;
  text-align: center;
}

.specialLayout .nv-con .nv-link a:hover {
  background: #cf2760;
}

.specialLayout .nv-con .active a {
  background: #cf2760;
}

.specialLayout .nv-con .nv-goback {
  text-align: right;
  background: #fc6598 url("../../Img/images/special-nav-goback.jpg") no-repeat left center;
  background-size: auto 100%;
}

.specialLayout .nv-con .nv-goback a {
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  padding-left: 32px;
  background: url("../../Img/images/special-home.png") no-repeat left center;
  background-size: 21px 18px;
}

/*专题内容*/
.specialLayout .scl-con-first {
  margin-top: 2.5em;
}

.scl-con-first .scf-con {
  padding: 22px 3.8em 22px 1.8em;
  background: #fef8f8;
  display: table;
  width: 100%;
  overflow: hidden;
}

.scl-con-first .scf-con .img-box {
  float: left;
}

.scl-con-first .scf-con .img-box img {
  width: 71px;
}

.scl-con-first .scf-con .det-box {
  display: table-cell;
  vertical-align: top;
  padding-left: 2.3em;
}

.scl-con-first .scf-con .scf-det {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.5em;
  margin-top: 3px;
}

.scl-con-first .scf-con .scf-tel {
  color: #000033;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 11px;
}

.scl-con-second {
  margin-top: 2em;
}

.scl-con-second .scs-left {
  float: left;
  width: 42.5%;
  max-width: 483px;
  position: relative;
  z-index: 10;
}

.scl-con-second .scs-left .special-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.scl-con-second .scs-left .special-banner .swiper-container {
  height: 100%;
}

.scl-con-second .scs-left .special-banner .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.scl-con-second .scs-left .special-banner .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
}

.scl-con-second .swiper-pagination {
  text-align: right;
  padding-right: 10px;
}

.scl-con-second .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  opacity: 0.6;
}

.scl-con-second .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.scl-con-second .scs-left .special-banner .swiper-container .swiper-slide .name {
  position: absolute;
  width: 100%;
  height: 3em;
  line-height: 3em;
  font-size: 16px;
  padding: 0 20% 0 1em;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.scl-con-second .scs-left .scs-bd, .scl-con-second .scs-left .scs-bd ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.scl-con-second .scs-left .scs-bd li {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.scl-con-second .scs-left .scs-bd li img {
  width: 100%;
  height: 100%;
}

.scl-con-second .scs-left .scs-hd {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 16px;
  z-index: 20;
  padding-right: 10px;
  text-align: right;
  font-size: 0;
}

.scl-con-second .scs-left .scs-hd a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.67;
  filter: alpha(opacity=67);
  margin: 0 0 0 6px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.scl-con-second .scs-left .scs-hd a.on {
  opacity: 1;
  filter: alpha(opacity=100);
}

.scl-con-second .scs-right {
  float: right;
  width: 55%;
  max-width: 625px;
}

.specialLayout .scs-tit {
  position: relative;
  z-index: 10;
  padding: 0 2em 1.25em 0;
  border-bottom: 1px solid #999999;
}

.specialLayout .scs-tit .img-box {
  font-size: 1.8em;
  font-weight: bold;
}

.specialLayout .sct-honor .scs-tit .img-box {
  font-size: 1.5em;
}

.specialLayout .sct-staff .scs-tit .img-box {
  font-size: 1.5em;
}

.specialLayout .scs-tit:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
  width: 3.4em;
  height: 4px;
  background: #f03876;
}

.specialLayout .scs-link {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
}

.specialLayout .scs-link:hover {
  right: 13px;
}

.specialLayout .scs-link img {
  width: 26px;
}

.scl-con-second .scs-right .scs-con {
  padding-top: 14px;
}

.scl-con-second .scs-right .scs-item {
  padding: 0 0 0 18px;
  background: url("../../Img/images/special-second-icon.png") no-repeat left center;
  background-size: 6px;
  margin-top: 18px;
}

.scl-con-second .scs-right .item-tit span {
  font-size: 18px;
  line-height: 1.556;
  max-height: 1.556em;
  color: #333333;
}

.scl-con-second .scs-right a:hover .item-tit span {
  color: #f03876;
}

.scl-con-second .scs-right .item-time {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-left: 12px;
}



.scl-con-third {
  margin-top: 3.7em;
}

.scl-con-third .sct-top {
  position: relative;
  z-index: 10;
}

.scl-con-third .sct-top .sct-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 7.5em;
  z-index: -5;
}

.scl-con-third .sct-top .sct-top-bg .img-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.scl-con-third .sct-top-tit {
  text-align: center;
  margin-bottom: 1.75em;
  font-size: 1.6em;
  font-weight: bold;
}

.scl-con-third .sct-top .w1140 {
  padding-top: 3.4em;
  position: relative;
}

.scl-con-third .sct-top .sct-prev {
  position: absolute;
  bottom: 7.5em;
  left: -3.85em;
  width: 1.25em;
  height: 2.5em;
  background: url("../../Img/images/special-third-left.png") no-repeat center;
  background-size: 100% auto;
  margin-bottom: 13px;
  cursor: pointer;
}

.scl-con-third .sct-top .sct-prev:hover {
  background: url("../../Img/images/special-third-lefton.png") no-repeat center;
  background-size: 100% auto;
}

.scl-con-third .sct-top .sct-next {
  position: absolute;
  bottom: 7.5em;
  right: -3.85em;
  width: 1.25em;
  height: 2.5em;
  background: url("../../Img/images/special-third-right.png") no-repeat center;
  background-size: 100% auto;
  margin-bottom: 13px;
  cursor: pointer;
}

.scl-con-third .sct-top .sct-next:hover {
  background: url("../../Img/images/special-third-righton.png") no-repeat center;
  background-size: 100% auto;
}

.scl-con-third .sct-top .swiper-container {
  position: relative;
  z-index: 100;
}

.scl-con-third .sct-top .img-box {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.scl-con-third .sct-top .img-box .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.scl-con-third .sct-top .det-box {
  padding: 1.3em 1.9em 0;
  background: #f2f2f2;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  height: 7.5em;
}

@media screen and (max-width: 1500px) {
  .scl-con-third .sct-top .det-box {
    height: 9em;
  }
}

@media screen and (max-width: 767px) {
  .scl-con-third .sct-top .det-box {
    height: 8em;
  }
}

.scl-con-third .sct-top .det-box .db-tit {
  font-size: 18px;
  line-height: 1.444;
  height: 2.888em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.scl-con-third .sct-top .det-box .db-tit a {
  color: #000000;
}

.scl-con-third .sct-top .det-box .db-tit a:hover {
  color: #f03876;
}

.scl-con-third .sct-top .det-box .db-time {
  margin-top: 12px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}


.scl-con-third .sct-bottom {
  margin-top: -7.5em;
  padding-top: 7.5em;
  padding-bottom: 4.3em;
  position: relative;
  z-index: 5;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid #fbf7f0;
}

.scl-con-third .sct-bottom .sct-honor {
  margin-top: 2.8em;
}

.scl-con-third .sct-bottom .sct-honor-list {
  overflow: hidden;
  padding-top: 10px;
}

.scl-con-third .sct-honor-item {
  float: left;
  width: 46%;
  margin: 7px 0;
}

.scl-con-third .sct-honor-item:nth-child(2n) {
  float: right;
}

.scl-con-third .sct-honor-item .item-tit span {
  color: #333333;
  font-size: 18px;
  line-height: 1.556;
  max-height: 1.556em;
}

.scl-con-third .sct-honor-item a:hover .item-tit span {
  color: #f03876;
}

.scl-con-third .sct-honor-item .item-time {
  padding-left: 12px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.noMessage {
  margin: 0 1.65em;
  text-align: left;
  font-size: 1em;
}

.scl-con-third .sct-staff .staff-kong {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.scl-con-third .sct-staff .staff-kong .left {
  float: left;
  width: 10px;
  height: 19px;
  background: url(../../Img/images/staff-kong-leftbg1.png) no-repeat center center;
  cursor: pointer;
}

.scl-con-third .sct-staff .staff-kong .left:hover {
  background: url(../../Img/images/staff-kong-leftbg1-1.png) no-repeat center center;
}

.scl-con-third .sct-staff .staff-kong .right {
  float: left;
  width: 10px;
  height: 19px;
  background: url(../../Img/images/staff-kong-rightbg1.png) no-repeat center center;
  margin-left: 20px;
  cursor: pointer;
}

.scl-con-third .sct-staff .staff-kong .right:hover {
  background: url(../../Img/images/staff-kong-rightbg1-1.png) no-repeat center center;
}

.scl-con-third .sct-staff .staff-kong .num {
  display: none;
}


.scl-con-third .sct-staff {
  margin-top: 1.9em;
}

.scl-con-third .sct-staff-list {
  margin-top: 1.5em;
  overflow: hidden;
}

.scl-con-third .sct-staff-item {
  overflow: hidden;
  padding-right: 10px;
}

.scl-con-third .sct-staff-item .item-img {
  float: left;
  width: 37.5%;
  max-width: 138px;
}

.scl-con-third .sct-staff-item .item-img img {
  width: 100%;
}

.scl-con-third .sct-staff-item .item-det {
  float: right;
  width: 55%;
}

.scl-con-third .sct-staff-item .det-list {
  display: table;
  width: 100%;
  margin-top: 8px;
}

.scl-con-third .sct-staff-item .tit {
  display: table-cell;
  font-size: 16px;
  line-height: 1.625;
  color: #f03876;
  min-width: 3.25em;
}

.scl-con-third .sct-staff-item .det {
  display: table-cell;
  font-size: 16px;
  line-height: 1.625;
  color: #f03876;
  width: 100%;
}


.specialLayout .scl-footer {
  border-top: 5px solid #f03876;
  background: #fbf7f0;
  padding-top: 20px;
  padding-bottom: 2.4em;
}

.specialLayout .scl-ft-link {
  text-align: center;
  font-size: 0;
}

.specialLayout .scl-ft-link a {
  display: inline-block;
  margin: 5px 10px;
}

.specialLayout .scl-ft-link a img {
  max-width: 202px;
}

.specialLayout .scl-ft-nav {
  text-align: center;
  overflow: hidden;
  line-height: 0;
  margin: 20px 0 8px;
}

.specialLayout .scl-ft-nav a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  line-height: 15px;
  font-weight: bold;
  padding: 0 1.28em;
  border-left: 3px solid #333333;
  margin-bottom: 10px;
}

.specialLayout .scl-ft-nav a:hover {
  color: #f03876;
}

.specialLayout .scl-ft-nav a:first-child {
  border-left: none;
}

.specialLayout .scl-ft-copy {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.specialLayout .scl-ft-copy .copy-con {
  display: inline-block;
  overflow: hidden;
}

.specialLayout .scl-ft-copy .scl-copy-left {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-right: 12px;
}

.specialLayout .scl-ft-copy .scl-copy-left span {
  font-family: Arial;
}

.specialLayout .scl-ft-copy .scl-copy-left a {
  color: #333333;
}

.specialLayout .scl-ft-copy .scl-copy-left a:hover {
  color: #f03876;
}

.specialLayout .scl-ft-copy .foot-support {
  overflow: hidden;
}

.specialLayout .scl-ft-copy .foot-support .title {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.specialLayout .scl-ft-copy .foot-jszc-wrap {
  height: 24px;
  overflow: hidden;
}

.specialLayout .scl-ft-copy .foot-jszc-wrap a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.specialLayout .scl-ft-copy .foot-tecn {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .scl-con-third .sct-top .det-box .db-tit {
    height: 1.444em;
    -webkit-line-clamp: 1;
  }

  .scl-con-third .sct-honor-item {
    width: 100%;
  }

  .scl-con-third .sct-staff-item {
    padding: 0;
    margin-bottom: 10px;
  }

  .scl-con-third .sct-staff-item .item-det {
    float: none;
    width: 100%;
    padding-left: 155px;
  }

  .scl-copy-right {
    float: none;
    margin: 0 auto;
  }

  .scl-bd .adjust {
    height: 2.4rem;
  }
}

@media screen and (max-width: 767px) {

  /*专题首页*/
  .scl-con-second .scs-left {
    width: 100%;
    max-width: none;
  }

  .scl-con-second .scs-right {
    width: 100%;
    max-width: none;
    margin-top: 0.32rem;
  }

  .scl-con-third .sct-top .sct-prev {
    left: -1.5em;
    z-index: 50;
  }

  .scl-con-third .sct-top .sct-next {
    right: -1.5em;
  }

  .scl-con-first .scf-con .scf-det {
    font-size: 0.16rem;
  }

  .scl-con-first .scf-con .det-box {
    padding-left: 0.368rem;
  }

  .scl-con-first .scf-con .scf-tel {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }

  .scl-con-first .scf-con .img-box {
    width: 0.71rem;
  }

  .scl-con-second .scs-right .scs-item {
    margin-top: 0.18rem;
  }

  .scl-con-second .scs-right .item-tit span {
    font-size: 0.18rem;
  }

  .specialLayout .scs-link img {
    width: 0.26rem;
  }

  .specialLayout .scs-tit .img-box img {
    width: 0.8rem;
  }

  .scl-con-third .sct-top .det-box .db-tit {
    font-size: 0.18rem;
  }

  .scl-con-third .scs-tit .img-box img {
    width: 0.45rem;
  }

  .scl-con-third .sct-staff .scs-tit .img-box img {
    width: 0.8rem;
  }

  .scl-con-third .sct-top .det-box .db-time {
    font-size: 0.14rem;
    margin-top: 0.12rem;
    line-height: 0.22rem;
  }

  .scl-con-third .sct-top-tit {
    margin-bottom: 0.28rem;
  }

  .scl-con-third .sct-top-tit img {
    width: 1rem;
  }

  .scl-con-third .sct-honor-item .item-tit span {
    font-size: 0.18rem;
  }

  .scl-con-third .sct-honor-item .item-time {
    line-height: 0.22rem;
    font-size: 0.14rem;
    padding-left: 0.12rem;
  }

  .scl-con-third .sct-staff-item .det {
    font-size: 0.18rem;
  }

  .scl-con-third .sct-staff-item .tit {
    font-size: 0.16rem;
  }

  .specialLayout .scl-ft-copy .scl-copy-left {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-right: 0.12rem;
  }

  .specialLayout .scl-ft-link a img {
    max-width: 1.6rem;
  }

  .inv-more a {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 467px) {
  .scl-con-third .sct-staff-item .item-det {
    padding-left: 44%;
  }
}

.specialLayout .scl-news-list .scl-nav {
  overflow: hidden;
  padding-bottom: 1em;
}

.specialLayout .scl-news-list .scl-nav .left {
  float: left;
  font-size: 1.4em;
  color: #cf2760;
  font-weight: bold;
}

.specialLayout .scl-news-list .scl-nav .right {
  float: right;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.specialLayout .scl-news-list .scl-nav .right a:first-child {
  margin-left: 0;
}

.specialLayout .scl-news-list .scl-nav .right a {
  color: #999999;
  margin: 0 7px;
}

.specialLayout .scl-news-list .scl-nav .right a:hover {
  color: #cf2760;
}

.specialLayout .scl-news-list .scl-nav .right span {
  margin-left: 7px;
}

.specialLayout .scl-news-list {
  background: url("../../Img/images/special-news-bg.jpg") no-repeat bottom center;
  background-size: 100% auto;
  padding-top: 2.1em;
  padding-bottom: 3.5em;
}

.specialLayout .scl-news-list .scl-item-con {
  overflow: hidden;
  min-height: 300px;
}

.specialLayout .scl-news-list .scl-item {
  padding: 15px 0 9px;
  border-bottom: 1px solid #e6e6e6;
}

.specialLayout .scl-news-list .item-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 22px;
}

.specialLayout .scl-news-list .item-icon img {
  width: 16px;
  height: 16px;
}

.specialLayout .scl-news-list .item-tit span {
  color: #333333;
  font-size: 18px;
  line-height: 1.556;
  max-height: 1.556em;
  max-width: 90%;
}

.specialLayout .scl-news-list a:hover .item-tit span {
  color: #f03876;
}

.specialLayout .scl-news-list .item-time {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  min-width: 6em;
}

.specialLayout .scl-news-list .scl-news-page {
  margin-top: 2.5em;
}

body.special .page-box {
  padding-top: 2.5em;
}

body.special .page-box .page {
  border: 1px solid #e8e8e8;
}

body.special .page-box .page.on {
  border: none;
  background: #f03876;
}

body.special .page-box .page:hover {
  border: none;
  background-color: #f03876;
}

@media screen and (max-width: 767px) {
  .specialLayout .scl-news-list .scl-item {
    padding: 0.15rem 0 0.09rem;
  }

  .specialLayout .scl-news-list .item-tit span {
    font-size: 0.18rem;
  }

  .specialLayout .scl-news-list .item-time {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }

  .specialLayout .scl-news-list .scl-item-con {
    min-height: 200px;
  }

  .specialLayout .scl-news-list .scl-news-page {
    margin-top: 0.32rem;
  }

  .specialLayout .scl-news-list .item-icon {
    padding-right: 0.15rem;
  }

  .specialLayout .scl-news-list .scl-nav .right a {
    margin: 0 3px;
  }
}






.specialLayout .scl-news-detail {
  background: url("../../Img/images/special-news-bg.jpg") no-repeat bottom center;
  background-size: 100% auto;
  padding-top: 1.2em;
  padding-bottom: 5.5em;
}

.specialLayout .scl-news-detail .scl-goback {
  text-align: right;
}

.specialLayout .scl-news-detail .scl-goback a {
  color: #f03876;
  font-size: 18px;
  line-height: 1.556;
}

.specialLayout .scl-news-detail .scl-goback img {
  margin-right: 10px;
  transition: all 0.3s;
  width: 52px;
}

.specialLayout .scl-news-detail .scl-goback a:hover img {
  padding-right: 15px;
}

.specialLayout .scl-news-detail .scl-nd-box {
  margin-top: 20px;
}

.specialLayout .scl-news-detail h3 {
  color: #333333;
  font-size: 1.8em;
  line-height: 1.556;
  font-weight: bold;
  text-align: center;
}

.specialLayout .scl-news-detail .title {
  font-size: 20px;
  margin-top: 0.5em;
  line-height: 1.4em;
  padding: 0 7em;
  color: #666;
  text-align: center;
}

@media screen and (max-width:767px) {
  .specialLayout .scl-news-detail .title {
    padding: 0;
    font-size: 16px;
  }
}

.specialLayout .scl-news-detail .nd-aux {
  text-align: center;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-top: 6px;
}

.specialLayout .scl-news-detail .nd-aux .time {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.specialLayout .scl-news-detail .nd-aux .buzz {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin-left: 8px;
}

.specialLayout .scl-news-detail .nd-aux .buzz span {
  color: #f03876;
}

.specialLayout .scl-news-detail .nd-doc {
  border-top: 1px solid #cccccc;
  margin: 15px 0 0;
  padding: 16px 0 18px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.875;
  border-bottom: 1px solid #333333;
  min-height: 500px;
}

.specialLayout .scl-news-detail .nd-doc p {
  margin-bottom: 1.5em;
}

.specialLayout .scl-news-detail .nd-doc img {
  max-width: 100%;
  display: block;
  margin: auto;
}


.specialLayout .scl-news-detail .nd-page {
  margin-top: 2.5em;
  overflow: hidden;
}

.specialLayout .scl-news-detail .nd-prev {
  width: 32.5%;
  float: left;
  text-align: right;
}

.specialLayout .scl-news-detail .nd-next {
  width: 32.5%;
  float: right;
}

.specialLayout .scl-news-detail .nd-page-tit {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 14px;
}

.specialLayout .scl-news-detail .nd-page-det a {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  max-height: 24px;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.specialLayout .scl-news-detail .nd-page-det a:hover {
  color: #f03876;
}

.specialLayout .scl-news-detail .nd-prev .nd-page-det {
  padding-left: 3em;
  background: url("../../Img/images/special-news-det-prev.png") no-repeat left center;
  background-size: 35px 8px;
}

.specialLayout .scl-news-detail .nd-next .nd-page-det {
  padding-right: 3em;
  background: url("../../Img/images/special-news-det-next.png") no-repeat right center;
  background-size: 35px 8px;
}

.specialLayout .scl-news-detail .nd-home {
  text-align: center;
  float: left;
  width: 35%;
}

.specialLayout .scl-news-detail .nd-home a {
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  background: #f03876 url("../../Img/images/special-news-det-icon.png") no-repeat center;
  background-size: 18px;
}

@media screen and (max-width: 767px) {
  .specialLayout .scl-news-detail {
    padding: 0.1rem 0 0.8rem;
  }

  .specialLayout .scl-news-detail .scl-goback img {
    width: 0.52rem;
  }

  .specialLayout .scl-news-detail .scl-goback a {
    font-size: 0.18rem;
  }

  .specialLayout .scl-news-detail .scl-nd-box {
    margin-top: 0.2rem;
  }

  .specialLayout .scl-news-detail .nd-aux .time, .specialLayout .scl-news-detail .nd-aux .buzz {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }

  .specialLayout .scl-news-detail .nd-doc {
    font-size: 0.16rem;
  }


  .specialLayout .scl-news-detail .nd-prev, .specialLayout .scl-news-detail .nd-next {
    width: 45%;
  }

  .specialLayout .scl-news-detail .nd-home {
    display: none;
  }

  .specialLayout .scl-news-detail .nd-prev .nd-page-det {
    padding-left: 0;
    background: none;
  }

  .specialLayout .scl-news-detail .nd-page {
    margin-top: 0.3rem;
  }

  .specialLayout .scl-news-detail .nd-page-tit {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-bottom: 0.14rem;
  }

  .specialLayout .scl-news-detail .nd-next .nd-page-det {
    padding-right: 0;
    background: none;
  }

  .specialLayout .scl-news-detail h3 {
    font-size: 0.18rem;
  }

  .specialLayout .scl-news-detail .scl-goback {
    display: none;
  }

}







.partyLayout .party-wind {
  background: url("../../Img/images/party-doc-bg.jpg") no-repeat bottom center;
  background-size: 100% auto;
  padding: 0 0 2.75em;
}

.partyLayout .party-wind .ptw-recommend {
  margin-top: 2.25em;
}

.partyLayout .party-wind .ptw-recommend a {
  display: table;
  width: 100%;
}

.partyLayout .party-wind .img-box {
  overflow: hidden;
  float: left;
  width: 242px;
}

.partyLayout .party-wind .img-box .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.partyLayout .party-wind .int-box {
  display: table-cell;
  vertical-align: top;
  padding-left: 1.5em;
  width: 100%;
}

.partyLayout .page-box .page {
  border: 1px solid #e8e8e8;
}

.partyLayout .page-box .page.on {
  border: none;
}

.partyLayout .page-box .page:hover {
  border: none;
}

@media screen and (max-width: 540px) {
  .partyLayout .party-wind .ptw-recommend a {
    display: block;
  }

  .partyLayout .party-wind .img-box {
    float: none;
    width: 100%;
  }

  .partyLayout .party-wind .int-box {
    padding: 0;
    display: block;
    margin-top: 1em;
  }
}

.partyLayout .party-wind .int-box .tit {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  max-height: 1.5em;
  font-weight: bold;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.partyLayout .party-wind a:hover .int-box .tit {
  color: #00a2a2;
}

.partyLayout .party-wind .int-box .det {
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  height: 4.5em;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.partyLayout .party-wind .int-box .time {
  color: #31bc55;
  font-size: 14px;
  line-height: 24px;
  margin-top: 1em;
}

.partyLayout .party-wind .ptw-list {
  margin-top: 20px;
  padding-bottom: 3em;
}

.partyLayout .party-wind .ptw-item {
  padding: 15px 0 9px;
  border-bottom: 1px solid #e6e6e6;
}

.partyLayout .party-wind .ptw-item .item-tit span {
  color: #333333;
  font-size: 18px;
  line-height: 1.556;
  max-height: 1.556em;
}

.partyLayout .party-wind .ptw-item a:hover .item-tit span {
  color: #00a2a2;
}

.partyLayout .party-wind .ptw-item .item-time {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  min-width: 6em;
}

.partyLayout .party-wind .scl-news-page {
  margin-top: 3.9em;
}

@media screen and (max-width: 767px) {
  .partyLayout .party-wind .int-box .tit {
    font-size: 0.2rem;
  }

  .partyLayout .party-wind .int-box .det {
    font-size: 0.16rem;
  }

  .partyLayout .party-wind .int-box .time {
    font-size: 0.14rem;
    height: 0.22rem;
  }

  .partyLayout .party-wind .ptw-item {
    padding: 0.15rem 0 0.09rem;
  }

  .partyLayout .party-wind .ptw-item .item-tit span {
    font-size: 0.18rem;
  }

  .partyLayout .party-wind .ptw-item .item-time {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }

  .partyLayout .party-wind .ptw-list {
    padding-bottom: 0.2rem;
  }
}




/*纪检监察*/
.partyLayout .party-form-box .party-form-nav {
  margin-top: 1.75em;
  text-align: center;
}

.partyLayout .party-form-box .party-form-nav .pt-nv-item {
  display: inline-block;
}

.partyLayout .party-form-state {
  margin: 2.25em 0 1.25em;
  text-align: center;
  color: #007272;
  font-size: 16px;
  line-height: 1.625;
}

.partyLayout .party-form {
  width: 100%;
  padding-bottom: 4.9em;
  background: url("../../Img/images/party-form-bg.jpg") no-repeat bottom center;
  background-size: 100% auto;
  overflow: hidden;
}

.partyLayout .party-form .left {
  float: none;
  padding-right: 17.3em;
}

.partyLayout .party-form .left .global-form-box {
  width: 100%;
  max-width: 745px;
  margin: 0;
}

.partyLayout .party-form .form-group {
  padding: 15px 0 0;
}

.partyLayout .party-form .control-label {
  font-size: 18px;
  line-height: 28px;
}

.partyLayout .party-form .form-control {
  width: 100%;
  font-size: 16px;
  line-height: 2.75;
  height: 2.75em;
  background: #f7f7f7;
  box-shadow: inset 1px 2px 5px rgba(0, 0, 0, .1);
  border-color: transparent;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}

.partyLayout .party-form .form-group.has-error .form-control {
  border-color: #ff1111;
}

.partyLayout .party-form textarea.form-control {
  min-height: 174px;
}

.partyLayout .party-form #eMail {
  background: #f7f7f7 url(../../Img/images/email-input-bg.png) no-repeat left center;
  background-size: 41px 100%;
  padding-left: 3.5em;
}

.partyLayout .party-form .form-control[name="code"] {
  width: 6.75em;
  float: left;
}

.partyLayout .party-form .frm-btn-group {
  margin: 3.125em 0 0;
  padding: 0;
}

.partyLayout .party-form .btn-submit {
  width: 15em;
  height: auto;
  line-height: 3em;
  border-color: #007270;
  background: #007270;
}

.partyLayout .right {
  float: right;
  width: 16.3em;
}

.partyLayout .right h3 {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 2.11;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.partyLayout .right .r-contact {
  padding-top: 14px;
}

.partyLayout .right .r-ctt-item {
  display: table;
  padding: 5px 0;
}

.partyLayout .right .r-ctt-item .group-tit {
  display: table-cell;
  vertical-align: top;
  color: #007272;
  font-size: 16px;
  line-height: 1.625em;
  width: 6em;
}

.partyLayout .right .r-ctt-item .group-det {
  color: #666666;
  font-size: 16px;
  line-height: 1.625em;
}



.partyLayout .party-news-list {
  max-width: 1150px;
  margin: 3.9em auto 0;
}

.partyLayout .party-nl-item {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-bottom: 3em;
}

.partyLayout .party-nl-item .item-img {
  float: left;
  width: 50%;
  overflow: hidden;

}

.party-nl-item .item-img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.party-nl-item .item-doc {
  float: right;
  width: 43.2%;
  padding: 20px 0 0;
}

.party-nl-item .item-doc .item-tit {
  color: #007272;
  font-size: 1.3em;
  line-height: 1.385;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.party-nl-item .item-doc .item-det {
  color: #333333;
  font-size: 18px;
  line-height: 1.556;
  margin-top: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.party-nl-item .item-doc .item-line {
  border-bottom: 1px dashed #9d9d9d;
  margin: 1.45em 0 1.2em;
}

.party-nl-item .item-doc .item-txt {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  max-height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.party-nl-item .item-doc .item-link {
  margin-top: 2.25em;
}

.party-nl-item .item-doc .item-link a {
  display: block;
  color: #31bc55;
  border: 1px solid #31bc55;
  font-size: 16px;
  width: 8.3125em;
  line-height: 2.375;
  text-align: center;
}

.party-nl-item .item-doc .item-link a:hover {
  background: #31bc55;
  color: #fff;
}

.party-nl-item:nth-child(2n) .item-img {
  float: right;
}

.party-nl-item:nth-child(2n) .item-img .img-box {
  left: auto;
  right: 0;
}

.party-nl-item:nth-child(2n) .item-doc {
  float: left;
  width: 43.2%;
}

.partyLayout .party-form .img-box {
  float: left;
  font-size: 14px;
  margin-left: 11px;
  line-height: 3em;
}

.partyLayout .party-form .img-box a {
  color: #666666;
}

.partyLayout .party-form .img-box a:hover {
  text-decoration: underline;
}

.partyLayout .party-form .img-box img {
  margin-right: 15px;
  height: 2.75em;
}

.partyLayout .party-form .frm-ctrl-box {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .party-nl-item:nth-child(2n) .item-doc {
    width: 100%;
  }

  .partyLayout .party-news-list {
    margin: 0.4rem 0 0;
  }

  .party-nl-item .item-doc .item-line {
    margin: 0.2rem 0 0.18rem;
  }

  .party-nl-item .item-doc .item-tit {
    font-size: 0.26rem;
  }

  .party-nl-item .item-doc .item-det {
    font-size: 0.18rem;
  }

  .party-nl-item .item-doc .item-txt {
    font-size: 0.14rem;
    line-height: 0.24rem;
    max-height: 0.72rem;
  }

  .party-nl-item .item-doc .item-link {
    margin-top: 0.25rem;
  }

  .party-nl-item .item-doc .item-link a {
    font-size: 0.16rem;
  }

  .partyLayout .party-nl-item {
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 767px) {

  /*投诉举报*/
  .partyLayout .party-form .left {
    padding: 0;
  }

  .partyLayout .right {
    float: none;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .partyLayout .party-nl-item .item-img {
    width: 100%;
    float: none;
    position: relative;
  }

  .party-nl-item .item-img .img-box {
    width: 100%;
  }

  .party-nl-item .item-doc {
    float: none;
    width: 100%;
  }


  .partyLayout .party-form-state {
    margin: 0.3rem 0 0.2rem;
    font-size: 0.16rem;
  }

  .partyLayout .right h3 {
    font-size: 0.18rem;
  }

  .partyLayout .right .r-contact {
    padding-top: 10px;
  }

  .partyLayout .right .r-ctt-item {
    padding: 0;
  }

  .partyLayout .right .r-ctt-item .group-tit, .partyLayout .right .r-ctt-item .group-det {
    font-size: 0.16rem;
  }

  .partyLayout .party-form .control-label {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }

  .partyLayout .party-form .form-control {
    font-size: 0.16rem;
  }

  .partyLayout .party-form .form-group {
    padding-top: 10px;
  }

  textarea.form-control {
    min-height: 1rem;
  }

  .partyLayout .party-form .frm-btn-group {
    margin-top: 0.4rem;
  }

  .partyLayout .party-form .btn-submit {
    font-size: 0.16rem;
    width: 100%;
    margin: 0;
  }

  .partyLayout .party-form .img-box {
    font-size: 0.15rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }

  .partyLayout .party-form .img-box img {
    height: 100%;
  }
}


/*股价资讯*/
.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 .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;
  }
}


.invLayout .inv-report {
  padding-bottom: 4.75em;
}

.inv-report .inner-title-nav {
  margin-top: 1.4em;
}

.inv-report .inv-report-list {
  margin: 2em -1.65em 0;
  text-align: center;
  min-height: 300px;
}

.inv-report .inv-report-item {
  padding: 0 1.65em;
  margin-bottom: 3em;
}

.inv-report .inv-report-item .item-top {
  margin: 10px 0 0 10px;
  position: relative;
  z-index: 10;
}

.inv-report .inv-report-item .item-top:hover .img-box {
  top: 0;
  left: 0;
}

.inv-report .inv-report-item .img-box {
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #cccccc;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}

.inv-report .inv-report-item .img-bg {
  background: #00b295;
  z-index: -5;
}

.inv-report .inv-report-item .item-bot {
  margin-top: 1em;
}

.inv-report .inv-report-item .item-tit {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  height: 50px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;

}

.inv-report .inv-report-item .item-link {
  margin-top: 1.5em;
}

.inv-report .inv-report-item .item-link a {
  display: block;
  margin: 0 auto;
  color: #2f884e;
  font-size: 16px;
  line-height: 2.375;
  width: 8.4375em;
  border: 1px solid #2f884e;
}

.inv-report .inv-report-item .item-link a:hover {
  color: #fff;
  background: #2f884e;
}

.inv-report .inv-more {
  margin-top: 4px;
}

.inv-report-table {
  margin-bottom: 2em;
}

.inv-report-table table {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  text-align: center;
}

.inv-report-table table th {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 0;
  line-height: 30px;
  background: #00a2a2;
}

.inv-report-table table .t1 {
  width: 20%;
  border-right: none;
}

.inv-report-table table .t2 {
  width: 30%;
}

.inv-report-table table .t3 {
  width: 20%;
}

.inv-report-table table .t4 {
  width: 30%;
}

.inv-report-table table td {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 20px;
  padding: 1em 10px;
}

.inv-report-table table td a {
  color: #4c4c4c;
}

.inv-report-table table tr:nth-child(2n) td {
  background: #f5f5f5;
}

.inv-report-table table td span {
  margin-left: 11px;
}

.inv-report-table table td a:hover {
  color: #00a2a2;
}

@media screen and (max-width: 767px) {
  .invLayout .inv-report {
    padding-bottom: 0.7rem;
  }

  .inv-report .inv-report-item .item-bot, .inv-report .inv-report-item .item-link {
    margin-top: 0.1rem;
  }

  .inv-report .inv-report-item .item-tit, .inv-report .inv-report-item .item-link a {
    font-size: 0.16rem;
  }

  .inv-report .inv-report-item .item-tit {
    height: 0.5rem;
    line-height: 0.25rem;
  }

  .inv-report .inv-report-list {
    margin: 0.4rem -0.2rem 0;
  }

  .inv-report .inv-report-item {
    padding: 0 0.2rem;
  }

  .inv-report-table table th {
    font-size: 0.16rem;
  }

  .inv-report-table table td {
    font-size: 0.15rem;
    line-height: 0.2rem;
  }

  .inv-report-table table td span {
    margin-left: 5px;
  }
}







.invLayout .inv-publish {
  padding: 0 0 4.3em;
}

.inv-publish .inv-pub-recommend {
  margin: 2em auto 0;
  max-width: 1066px;
  overflow: hidden;
}

.inv-publish .inv-pr-con {
  overflow: hidden;
  margin: 0 -9px;
}

.inv-publish .inv-pr-con .inv-pr-item {
  padding: 0 9px;
  margin-bottom: 1em;
}

.inv-publish .inv-pr-con .inv-pr-item a {
  display: block;
  padding: 0 5px 5px 0;
  transition: all 0.3s;
}

.inv-publish .inv-pr-con .inv-pr-item a:hover {
  padding: 5px 0 0 5px;
}

.inv-publish .inv-pr-con .inv-pr-item a:hover .item-bgd {
  right: 0;
  bottom: 0;
}

.inv-publish .inv-pr-con .inv-pr-item .item-con {
  display: table;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 1.5em 12px 1.3em 1.5em;
  height: 7em;
}

.inv-publish .inv-pr-item .item-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inv-publish .inv-pr-item .item-bgd {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  z-index: -10;
  transition: all 0.3s;
}

.inv-publish .inv-pr-item .item-icon {
  float: left;
  border: 1px solid #cce0ef;
  padding: 6px 11px 13px;
}

.inv-publish .inv-pr-item .item-icon span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 3px;
}

.inv-publish .inv-pr-item .item-icon img {
  width: 40px;
}

.inv-publish .inv-pr-item .item-tit {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 20px;
}

.inv-publish .inv-pr-item .item-tit .txt1 {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-top: -5px;
}

.inv-publish .inv-pr-item .item-tit .txt2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  margin-top: 11px;
  max-height: 52px;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.inv-publish .inv-publish-list {
  margin: 2em auto 0;
  max-width: 1066px;
  overflow: hidden;
}

.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;
}

.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;
}

@media screen and (max-width: 767px) {
  .invLayout .inv-publish {
    padding-bottom: 3em;
  }

  .inv-publish .inv-pr-item .item-tit .txt1 {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }

  .inv-publish .inv-pr-item .item-tit .txt2 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    max-height: 0.52rem;
  }

  .inv-publish .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;
  }
}



/*新闻稿*/
.invLayout .inv-news {
  padding: 0 0 4.75em;
}

.inv-news .inv-news-recom {
  overflow: hidden;
  /* margin-top: 2.5em; */
}

.inv-news .inv-news-recom .inv-nr-left {
  float: left;
  width: 66.2%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: #ededed;
  font-size: 16px;
  height: 25em;
}

.inv-news-recom .inv-nr-left .img-box {
  position: absolute;
  width: 49.4%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.inv-news-recom .inv-nr-left .l-list {
  float: right;
  width: 50.6%;
}

.inv-news-recom .inv-nr-left .l-item {
  padding: 1.8em 0 0;
  width: 76.7%;
  margin: 0 auto;
}

.inv-news-recom .inv-nr-left .l-item .item-tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  height: 41px;
  margin-top: 5px;
}

.inv-news-recom .inv-nr-left .l-item .item-tit a {
  font-size: 18px;
  font-weight: bold;
  color: #484c55;
  display: inline-block;
}

.inv-news-recom .inv-nr-left .l-item .item-tit a:hover {
  color: #00a2a2;
}

.inv-news-recom .inv-nr-left .l-item .item-view {
  margin-top: 3px;
}

.inv-news-recom .inv-nr-left .l-item .item-view a {
  color: #666666;
  background: url("../../Img/images/inverstor-eye-green.png") no-repeat left center;
  background-size: 18px 11px;
}


.inv-news-item .item-time {
  font-size: 14px;
  line-height: 24px;
}

.inv-news-item .item-tit img {
  width: 18px;
  margin-left: 10px;
}

.inv-news-item .item-view {
  font-size: 14px;
  line-height: 24px;
}

.inv-news-item .item-view a {
  padding-left: 24px;
}

.inv-news .inv-news-recom .inv-nr-right {
  width: 33.8%;
  float: right;
  font-size: 16px;
}

.inv-news .inv-news-recom .inv-nr-right .r-list {
  padding-left: 20px;
}

.inv-nr-right .r-list .r-item {
  height: 11.875em;
  padding: 0 8.2% 0 12%;
}

.inv-nr-right .r-list .r-item:hover {
  opacity: 0.9;
}

.inv-nr-right .r-list .r-item .item-time {
  color: #ffffff;
  padding-top: 2.25em;
}

.inv-nr-right .r-list .r-item .item-tit {
  margin-top: 4px;
}

.inv-nr-right .r-list .r-item .item-tit a {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  height: 2.8em;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inv-nr-right .r-list .r-item .item-link {
  margin-top: 1.25em;
}

.inv-nr-right .r-list .r-item:first-child {
  background: #008ab8;
}

.inv-nr-right .r-list .r-item:nth-child(2) {
  background: #00b295;
  margin-top: 1.25em;
}


.inv-news .inv-news-list {
  margin: 3.5em -11px 0;
  text-align: center;
  overflow: hidden;
}

.inv-news .inv-news-list .newl-item {
  text-align: left;
  padding: 0 11px;
  display: block;
  margin-bottom: 20px;
}

.inv-news .inv-news-list .newl-item-con {
  background: #f8f8f8;
  padding: 1.3em 12% 1.8em;
}

.inv-news .inv-news-list .item-tit {
  margin-top: 8px;
}

.inv-news .inv-news-list .item-tit a {
  color: #333333;
  font-size: 18px;
  line-height: 1.556;
  height: 3.112em;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inv-news .inv-news-list .item-tit a:hover {
  color: #00a2a2;
}

.inv-news .inv-news-list .item-view {
  margin-top: 18px;
}

.inv-news .inv-news-list .item-view a {
  background: url("../../Img/images/inverstor-eye-gray.png") no-repeat left center;
  background-size: 18px 11px;
  color: #333333;
}

.inv-news .inv-news-list .item-view a:hover {
  background: url("../../Img/images/inverstor-eye-green.png") no-repeat left center;
}

.inv-news .inv-news-list .item-view a:hover {
  color: #00a2a2;
}

.inv-news .inv-more {
  margin-top: 1.8em;
}

@media screen and (max-width: 1500px) {
  .inv-news-recom .inv-nr-left .l-item .item-tit a {
    font-size: 17px;
  }

  .inv-news-recom .inv-nr-left .l-item {
    width: 78.7%;
  }
}

@media screen and (max-width: 991px) {

  /*新闻稿*/
  .inv-news .inv-news-recom .inv-nr-left {
    float: none;
    width: 100%;
  }

  .inv-news .inv-news-recom .inv-nr-right {
    float: none;
    width: 100%;
  }

  .inv-news .inv-news-recom .inv-nr-right .r-list {
    padding-left: 0;
  }

  .inv-nr-right .r-list .r-item {
    padding: 0 6% 1em;
    margin-top: 1.25em;
    height: auto;
  }

  .inv-nr-right .r-list .r-item .item-tit a {
    height: auto;
    max-height: 2.8em;
  }

  .inv-news .inv-news-list .newl-item-con {
    padding: 1.3em 6% 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .invLayout .inv-news {
    padding-bottom: 3em;
  }

  .inv-news .inv-news-recom .inv-nr-left {
    height: 22em;
  }

  .inv-news-recom .inv-nr-left .l-item {
    padding-top: 0.25rem;
  }

  .inv-news-item .item-time {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }

  .inv-news-recom .inv-nr-left .l-item .item-tit a {
    font-size: 0.18rem;
  }

  .inv-news-item .item-view {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }

  .inv-nr-right .r-list .r-item .item-time {
    padding-top: 1.25em;
  }

  .inv-nr-right .r-list .r-item .item-link {
    margin-top: 0.75em;
  }

  .inv-nr-right .r-list .r-item .item-tit a {
    font-size: 0.2rem;
  }

  .inv-news .inv-news-list {
    margin-top: 2em;
  }

  .inv-news .inv-news-list .item-tit a {
    font-size: 0.18rem;
  }

  .inv-news .inv-news-list .item-view {
    margin-top: 10px;
  }
}


@media screen and (max-width: 640px) {

  /*新闻稿*/
  .inv-news .inv-news-recom .inv-nr-left {
    height: auto;
  }

  .inv-news-recom .inv-nr-left .img-box {
    position: relative;
    width: 100%;
    height: auto;
  }

  .inv-news-recom .inv-nr-left .l-list {
    float: none;
    width: 100%;
    padding-bottom: 1.125em;
  }

  .inv-news-recom .inv-nr-left .l-item {
    padding: 1.125em 0 0;
    width: 86%;
  }
}


/* .inv-achie {
  padding: 0 0 3.3em;
  background: url("../../Img/images/investor-achie-bg1.jpg") no-repeat bottom center;
  background-size: 100% auto;
} */

.inv-achie .inv-achie-recom {
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.inv-achie .inv-ar-left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 20em;
}

.inv-achie .inv-ar-right {
  background: url("../../Img/images/investor-achie-bg2.jpg") no-repeat center;
  background-size: cover;
  height: 20em;
  padding: 0 10px;
}

.inv-achie .inv-ar-right .tit {
  color: #ffffff;
  font-size: 1.6em;
  line-height: 1.3125;
  padding: 1.8em 0 0;
  text-align: center;
}

.inv-achie .inv-arr-list {
  text-align: center;
}

.inv-achie .inv-arr-list .inv-arr-item {
  padding-top: 20px;
}

.inv-achie .inv-arr-list .inv-arr-item a {
  display: block;
  font-size: 16px;
  width: 18em;
  color: #fff;
  line-height: 2.5;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  padding-left: 16px;
}

.inv-achie .inv-arr-list .inv-arr-item a:hover {
  color: #00a2a2;
  background: #fff;
}

.inv-achie .inv-arr-list .inv-arr-item i {
  font-style: normal;
  min-width: 8em;
  display: inline-block;
}

.inv-achie .inv-arr-list .inv-arr-item img {
  width: 18px;
  height: 18px;
  margin: 0 12px 0 5px;
}

.inv-achie .inv-arr-list .inv-arr-item span {
  color: #59c8c8;
  min-width: 5em;
  display: inline-block;
  text-align: left;
}


.inv-achie .inv-achie-former {
  margin: 3em auto 0;
  background: url(../../Img/images/investor-achie-bg1.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 1.5em 0 3.3em;
}

.inv-achie .inv-af-tit {
  color: #000000;
  font-size: 1.5em;
  line-height: 1.417;
  position: relative;
  padding-left: 18px;
}

.inv-achie .inv-af-tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 4px;
  height: 1em;
  background: #31bc55;
}

@media screen and (max-width: 1500px) {
  .inv-achie .inv-ar-left {
    height: 24em;
  }

  .inv-achie .inv-ar-right {
    height: 24em;
  }
}


.table-con {
  width: 100%;
  overflow-y: hidden;
}

.inv-achie-table {
  width: 100%;
  text-align: center;
  margin-top: 1.75em;
  min-width: 767px;
  border-collapse: collapse;
  border: none;
}

.inv-achie-table .ft00 {
  width: 5.6%;
}

.inv-achie-table .ft01 {
  width: 15%;
}

.inv-achie-table .ft02 {
  width: 21.8%;
}

.inv-achie-table .ft03 {
  width: 17.45%;
}

.inv-achie-table .ft04 {
  width: 17.45%;
}

.inv-achie-table .ft05 {
  width: 16.8%;
}

.inv-achie-table .ft06 {
  width: 6.1%;
}

.inv-achie-table tr {
  padding: 0 5.6%;
  box-sizing: border-box;
  background: #e6e6e6;
}

.inv-achie-table tr:nth-child(2n) {
  background: #ffffff;
}

.inv-achie-table tr td {
  font-size: 14px;
  border: none;
}

.inv-achie-table tr td a {
  color: #999999;
}

.inv-achie-table tr td a:hover {
  color: #00a2a2;
}

.inv-achie-table tr td:nth-child(2) {
  color: #333333;
  font-size: 16px;
  line-height: 3.125;
}

.inv-achie-table tr td img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.inv-achie-table .head {
  background: #008fbf;
}

.inv-achie-table .head td {
  color: #fff;
  font-weight: bold;
  line-height: 3.125;
  font-size: 16px;
  width: 17%;
}

.inv-achie-table .head .ft01 {
  width: 25%;
}

.inv-achie-table .head .ft05 {
  width: 25%;
}

.inv-achie-table .head td:nth-child(2) {
  color: #fff;
}

.inv-achie-former .inv-more {
  margin-top: 1.5em;
}

.inv-achie-third {
  background: url("../../Img/images/investor-achie-bg3.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 3.2em 0 4.4em;
}

.inv-achie-third .tit {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.277;
  font-weight: bold;
}

.inv-achie-third .inv-more2 {
  margin-top: 18px;
}

.inv-achie-third .inv-more2 a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 7px;
  background: url("../../Img/images/inverstor-news-link.png") no-repeat bottom center;
  background-size: 91px 12px;
  min-width: 91px;
}

.inv-achie-third .inv-more2 a:hover {
  color: #00a2a2;
}

@media screen and (max-width: 991px) {

  /*业绩*/
  .inv-achie .inv-ar-left {
    height: auto;
  }

  .inv-achie .inv-ar-right {
    height: auto;
    padding-bottom: 2em;
  }

  .inv-achie .inv-ar-right .tit {
    padding: 1.5em 0 0;
  }
}

@media screen and (max-width: 767px) {

  /*业绩*/
  .inv-achie .inv-ar-right .tit {
    padding: 1em 0 0;
    font-size: 0.22rem;
  }

  .inv-achie .inv-arr-list .inv-arr-item {
    padding-top: 10px;
  }

  .inv-achie .inv-arr-list .inv-arr-item a {
    font-size: 0.16rem;
  }

  .inv-achie .inv-achie-former {
    margin-top: 2em;
  }

  .inv-achie .inv-af-tit {
    font-size: 0.21rem;
  }

  .inv-achie-third .tit {
    font-size: 0.25rem;
  }

  .inv-achie-third .inv-more2 {
    margin-top: 10px;
  }

  .inv-achie-third .inv-more2 a {
    font-size: 0.16rem;
  }

  .inv-achie-third {
    padding: 2em 0 3em;
  }

  .inv-achie {
    background-size: 100% 6rem;
  }
}




/*辅助栏目*/
/*法律声明*/
.inner-bread {
  background: url("../../Img/images/inner-bread-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 18px 0;
}

.inner-bread .w1285 {
  overflow: hidden;
}

.inner-bread .inner-bread-home {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding-left: 28px;
  background: url("../../Img/images/inner-bread-home.png") no-repeat left center;
  background-size: 19px 18px;
}

.inner-bread .inner-bread-place {
  float: left;
  margin-left: 9px;
  padding-left: 30px;
  background: url("../../Img/images/inner-bread-arr.png") no-repeat left center;
  background-size: 20px 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding-left: 28px;
}


.legal-box {
  padding: 2.3em 0 5.8em;
}

.legal-box .legal-tit {
  color: #333333;
  font-size: 1.6em;
  line-height: 1.278;
  font-weight: bold;
}

.legal-box .legal-det {
  color: #057674;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 2.5em;
}

.legal-box .legal-txt {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 2.0625em;
}

.legal-box .legal-doc {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  padding-top: 2em;
}

.legal-box .legal-doc p {
  margin-top: 14px;
}

.legal-box .legal-doc strong {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 32px;
  display: block;
}

@media screen and (max-width: 767px) {
  .legal-box {
    padding: 2em 0 3em;
  }

  .legal-box .legal-tit {
    font-size: 0.22rem;
  }

  .legal-box .legal-det {
    font-size: 0.16rem;
    margin-top: 1em;
  }

  .legal-box .legal-txt {
    font-size: 0.16rem;
    margin-top: 1em;
  }

  .legal-box .legal-doc {
    font-size: 0.16rem;
    padding-top: 1em;
  }

  .legal-box .legal-doc p {
    margin-top: 8px;
  }

  .legal-box .legal-doc strong {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }
}


.contact-map {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f5f5f5;
  position: relative;
}

.contact-map .map-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-box .contact-top {
  background: url("../../Img/images/contact-bg1.jpg") no-repeat right bottom;
  background-size: cover;
  padding: 2.8em 0 3.2em;
}

.contact-box .contact-top .tit {
  font-size: 1.6em;
  line-height: 1.3125;
  color: #333333;
  font-weight: bold;
}

.contact-box .contact-top .det {
  color: #007272;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.contact-box .cont-top-list {
  margin-top: 1.9em;
  overflow: hidden;
}

.contact-box .cont-tl-item {
  padding: 0 10px 0 22px;
}

.contact-box .cont-tl-item .txt1 {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  margin-bottom: 17px;
}

.contact-box .cont-tl-item .txt1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 11px;
  height: 3px;
  background: #31bc55;
}

.contact-box .cont-tl-item .item-group {
  margin-bottom: 11px;
  display: table;
  width: 100%;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.contact-box .cont-tl-item .item-group .group-name {
  min-width: 70px;
  display: table-cell;
  vertical-align: top;
}

.contact-box .cont-tl-item .item-group .grout-txt {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.contact-box .cont-tl-item .item-group .grout-txt span {
  color: #31bc55;
  margin-right: 3px;
}

.contact-bot {
  padding: 2.8em 0 4.75em;
  background: #f2f2f2;
}

.contact-bot h5 {
  text-align: center;
  color: #007272;
  font-size: 1.5em;
  line-height: 1.333;
}

.contact-bot .cont-bot-list {
  margin-top: 2.25em;
  margin: 2.25em -1.25em 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.contact-bot .cont-bl-item {
  padding: 0 1.25em;
  margin-bottom: 2.6em;
  min-height: 180px;
}

.contact-bot .cont-bl-item .item-con {
  height: 100%;
  position: relative;
  z-index: 10;
}

.contact-bot .cont-bl-item .item-con:hover .item-box {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.contact-bot .cont-bl-item .item-con:hover .item-box-green {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.contact-bot .cont-bl-item .item-box {
  background: #fff;
  padding: 1.3em 1em 13px;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.contact-bot .cont-bl-item .item-box-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #31bc55;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.contact-bot .cont-bl-item h6 {
  color: #333333;
  font-size: 18px;
  line-height: 1.556;
  font-weight: bold;
  margin-bottom: 12px;
}

.contact-bot .cont-bl-item .item-group {
  margin-bottom: 11px;
  display: table;
  width: 100%;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.contact-bot .cont-bl-item .group-name {
  min-width: 87px;
  display: table-cell;
  vertical-align: top;
  padding-left: 17px;
}

.contact-bot .cont-bl-item .grout-txt {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.contact-bot .cont-bl-item .group-add {
  background: url("../../Img/images/group-add-icon.png") no-repeat top 5px left;
  background-size: 10px 12px;
}

.contact-bot .cont-bl-item .group-tel {
  background: url("../../Img/images/group-tel-icon.png") no-repeat top 5px left;
  background-size: 12px 12px;
}

.contact-bot .cont-bl-item .item-box-green h6 {
  color: #fff;
}

.contact-bot .cont-bl-item .item-box-green .item-group {
  color: #fff;
}

.contact-bot .cont-bl-item .item-box-green .group-add {
  background: url("../../Img/images/group-add-iconon.png") no-repeat top 5px left;
  background-size: 10px 12px;
}

.contact-bot .cont-bl-item .item-box-green .group-tel {
  background: url("../../Img/images/group-tel-iconon.png") no-repeat top 5px left;
  background-size: 12px 12px;
}

@media screen and (max-width: 767px) {
  .contact-bot {
    padding: 2em 0 3em;
  }

  .contact-box .contact-top .tit {
    font-size: 0.22rem;
  }

  .contact-box .contact-top .det {
    font-size: 0.14rem;
  }

  .contact-box .cont-top-list {
    margin-top: 1em;
  }

  .contact-box .cont-tl-item .txt1 {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-bottom: 10px;
  }

  .contact-box .cont-tl-item .item-group {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }

  .contact-bot h5 {
    font-size: 0.21rem;
  }

  .contact-bot .cont-bl-item h6 {
    font-size: 0.18rem;
    margin-bottom: 8px;
  }

  .contact-bot .cont-bl-item .item-group {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }

  .contact-bot .cont-bl-item {
    min-height: auto;
    margin-bottom: 2em;
  }

  .contact-bot .cont-bot-list {
    display: block;
  }
}



.searchLayout {
  padding: 2.9em 0 5em;
  min-height: 500px;
}

.searchLayout .w1066:after {
  content: '';
  display: table;
  clear: both;
}

.searchLayout .left-nav {
  float: left;
  width: 217px;
}

.searchLayout .left-nav .tit {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.searchLayout .left-nav .tit:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 3px;
  background: #31bc55;
  height: 20px;
}

.searchLayout .left-nav .search-nv-item {
  margin-left: 25px;
  margin-top: 13px;
}

.searchLayout .left-nav .search-nv-item a {
  color: #333333;
  font-size: 16px;
  line-height: 1.625;
  padding-left: 20px;
  background: url("../../Img/images/search-lnv-arr.png") no-repeat left top 5px;
  background-size: 7px 13px;
}

.searchLayout .left-nav .search-nv-item a:hover {
  color: #007272;
  background: url("../../Img/images/search-lnv-arron.png") no-repeat left top 5px;
  background-size: 7px 13px;
}

.searchLayout .left-nav .on a {
  color: #007272;
  background: url("../../Img/images/search-lnv-arron.png") no-repeat left top 5px;
  background-size: 7px 13px;
}

.searchLayout .search-list {
  padding-left: 305px;
  min-height: 500px;
}

.searchLayout .search-list h3 {
  color: #4c4c4c;
  font-size: 1.6em;
  line-height: 1.3125;
  font-weight: bold;
  position: relative;
  top: -5px;
  padding-bottom: 5px;
}

.searchLayout .search-ipt {
  margin-top: 10px;
  padding: 10px 20px 8px 34px;
  background: #f7f7f7;
}

.searchLayout .search-ipt .ipt-con {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #007272;
}

.searchLayout .search-ipt input {
  padding-right: 40px;
  font-size: 18px;
  line-height: 38px;
  padding-left: 10px;
  width: 100%;
  background: none;
}

.searchLayout .search-ipt input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #007272;
}

.searchLayout .search-ipt input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #007272;
}

.searchLayout .search-ipt input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #007272;
}

.searchLayout .search-ipt input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #007272;
}

.searchLayout .search-ipt .ipt-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 38px;
  background: url("../../Img/images/searchLayout-btn.png") no-repeat center;
  background-size: 22px 23px;
}

.searchLayout .search-ipt .ipt-bottom {
  display: table;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}

.searchLayout .search-ipt .ipt-bottom .ipt-name {
  display: table-cell;
  vertical-align: top;
  min-width: 75px;
}

.searchLayout .search-ipt .ipt-bottom .ipt-txt {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}

.searchLayout .search-ipt .ipt-bottom .ipt-txt a {
  display: block;
  float: left;
  padding: 0 6px;
  color: #333333;
}

.searchLayout .search-ipt .ipt-bottom .ipt-txt a:hover {
  color: #00a2a2;
}

.searchLayout .search-bottom {
  margin-top: 2.3em;
}

.searchLayout .search-bottom .search-bitem {
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.searchLayout .search-bottom .search-bitem a {
  color: #333333;
  font-size: 20px;
  /* line-height: 1.5; */
}

.searchLayout .search-bottom .search-bitem a:hover {
  color: #00a2a2;
}

.searchLayout .search-bottom .search-bitem a span {
  color: #2dba51;
}

.searchLayout .scl-news-page {
  margin-top: 1.8em;
}

.searchLayout .scl-news-page .page-box {
  text-align: left;
}

.searchLayout .scl-news-page .page-box a {
  text-align: center;
}

.searchLayout .page-box {
  text-align: left;
}

.searchLayout .page-box .page {
  border: 1px solid #e8e8e8;
}

.searchLayout .page-box .page.on {
  border: none;
}

.searchLayout .page-box .page:hover {
  border: none;
}

@media screen and (max-width: 991px) {

  /*搜索结果页*/
  .searchLayout .search-list {
    padding-left: 230px;
  }
}

@media screen and (max-width: 767px) {

  /*搜索结果页*/
  .searchLayout {
    padding: 2em 0 3em;
  }

  .searchLayout .left-nav .tit {
    font-size: 0.2rem;
    margin-bottom: 10px;
  }

  .searchLayout .left-nav .search-nv-item {
    margin-top: 5px;
  }

  .searchLayout .left-nav .search-nv-item a {
    font-size: 0.16rem;
  }

  .searchLayout .search-list h3 {
    font-size: 0.22rem;
  }

  .searchLayout .search-ipt input {
    font-size: 0.18rem;
    line-height: 0.38rem;
  }

  .searchLayout .search-ipt .ipt-btn {
    width: 0.4rem;
    height: 0.38rem;
    background-size: 0.22rem 0.23rem;
  }

  .searchLayout .search-ipt .ipt-bottom {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }

  .searchLayout .left-nav {
    float: none;
    width: 100%;
  }

  .searchLayout .search-list {
    padding-left: 0;
    margin-top: 2em;
  }

  .searchLayout .search-bottom .search-bitem a {
    font-size: 0.18rem;
  }

  .searchLayout .search-bottom .search-bitem {
    margin-bottom: 0.15rem;
  }

  .searchLayout .page-box {
    text-align: center;
  }
}

.websiteLayout {
  padding: 2.9em 0 4.8em;
}

.websiteLayout h3 {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.3125;
}

.websiteLayout .website-list .website-item {
  margin-top: 2em;
}

.websiteLayout .website-list .item-tit {
  font-size: 18px;
  color: #007272;
  line-height: 1.556;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}

.websiteLayout .website-list .item-tit:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 3px;
  width: 5em;
  left: 0;
  background: #31bc55;
}

.websiteLayout .website-list .item-group-con {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.websiteLayout .website-list .group-column {
  padding: 0 15px;
  float: left;
  min-width: 125px;
}

.websiteLayout .website-list .group-tit {
  margin: 16px 0 16px;
  position: relative;
}

.websiteLayout .website-list .group-tit:before {
  position: absolute;
  content: '';
  top: 10px;
  left: -15px;
  width: 4px;
  height: 4px;
  background: #31bc55;
}

.websiteLayout .website-list .group-tit a {
  color: #333333;
  font-size: 16px;
  line-height: 1.625;
}

.websiteLayout .website-list .grout-link {
  margin-top: 10px;
  line-height: 0;
  max-width: 80px;
}

.websiteLayout .website-list .grout-link a {
  color: #808080;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}

.websiteLayout .website-list a:hover {
  color: #00a2a2;
}

@media screen and (max-width: 767px) {
  .websiteLayout h3 {
    font-size: 0.22rem;
  }

  .websiteLayout .website-list .website-item {
    margin-top: 1.25em;
  }

  .websiteLayout .website-list .item-tit {
    font-size: 0.18rem;
  }

  .websiteLayout .website-list .group-tit {
    margin: 0.16rem 0;
  }

  .websiteLayout .website-list .group-tit a {
    font-size: 0.16rem;
  }

  .websiteLayout .website-list .grout-link a {
    font-size: 0.14rem;
  }

  .websiteLayout .website-list .group-column {
    width: 50%;
  }

  .websiteLayout .website-list .grout-link {
    max-width: 100%;
  }
}

/****** 2019.01.15 *****/
.page-langts-box .footer-box {
  margin-top: 0;
}

.page-langts-box .main-box {
  min-height: 500px;
  padding-bottom: 8.6em;
  background: url('/Img/images/ts_bg.jpg') no-repeat center bottom;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .page-langts-box .main-box {
    padding-bottom: 3rem;
  }
}

.langts-box {
  overflow: hidden;
  text-align: center;
  margin-top: 3.8em;
}

.langts-box h5 {
  font-size: 20px;
  line-height: 28px;
  color: #333;
}

.langts-box h5 img {
  width: 24px;
  margin: -3px 8px 0 0;
}

.langts-box .txt {
  font-size: 16px;
  line-height: 50px;
  color: #666;
  margin-top: 23px;
}

.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 18px;
  text-align: center;
}

.langts-box .txt a img {
  margin: -3px 0 0 8px;
}

.langts-box .txt a.btn-sure {
  background-color: #01a2a2;
}

.langts-box .txt a.btn-cancel {
  background-color: #999;
}

/* @media screen and (max-width: 485px){
	.langts-box .txt span{
		display: block;
	}
} */

.contt-box {
  overflow: hidden;
  margin: 5em -3% 0;
}

.contt-imgs,
.contt-bd {
  padding: 0 3%;
  margin-bottom: 1.5em;
}

.contt-imgs .imgs-box {
  position: relative;
  padding-left: 2.8em;
}

.contt-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.contt-imgs .bl {
  width: 2.5em;
  height: 100%;
  display: block;
  background: #00a2a2;
  position: absolute;
  left: 0;
  top: 0;
}

.contt-list li {
  overflow: hidden;
  font-size: 16px;
  line-height: 2.25em;
  color: #333;
  margin-bottom: 1.25em;
}

.contt-list .tit {
  width: 7.75em;
  float: left;
  font-size: 1em;
  white-space: nowrap;
}

.contt-list .tit img {
  width: 2.25em;
  float: left;
  margin-right: 10px;
}

.contt-list .doc {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .contt-box {
    margin-top: 3em;
  }

  .contt-list li {
    font-size: 0.16rem;
  }
}

.inv-report .inv-report-item .img-box {
  background-size: cover;
}

/***** 2019.01.17 ****/
.searchLayout .search-bottom .search-bitem {
  line-height: 30px;
}

.searchLayout .search-bottom .search-bitem a {
  max-width: 70%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.searchLayout .search-bottom .search-bitem .time {
  float: right;
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .searchLayout .search-bottom .search-bitem {
    line-height: 0.3rem;
  }

  .searchLayout .search-bottom .search-bitem .time {
    font-size: 0.16rem;
  }
}

.layui-laydate-content td,
.layui-laydate-content th {
  border: none;
}

.publish-sch-box {
  max-width: 1066px;
  overflow: hidden;
  margin: 2em auto 0;
  line-height: 45px;
  font-size: 14px;
}

.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/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-input {
  width: 165px;
}

.publish-sch-box .tool {
  margin-left: 20px;
  font-size: 14px;
}

.publish-sch-box .btn-sch {
  width: 65px;
  display: block;
  line-height: 45px;
  color: #fff;
  background: #00a2a2;
  text-align: center;
  cursor: pointer;
}

.publish-sch-box .btn-clear {
  padding: 0 12px;
  color: #666666;
  margin-left: 8px;
  cursor: pointer;
}

.inv-publish .inv-pub-recommend {
  margin-top: 20px;
}

@media screen and (max-width: 660px) {
  .publish-sch-box .laydate-input {
    width: 45%;
  }

  .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 ****/
.searchLayout .search-ipt {
  padding-left: 20px;
}

.searchLayout .search-bottom .search-bitem a {
  font-size: 16px;
}

.searchLayout .search-bottom .search-bitem {
  margin-bottom: 10px;
}

.companyProfile-box {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: 34px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  -webkit-overflow-scrolling: touch;
}

.companyProfile-inner {
  width: 100%;
  min-width: 800px;
  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;
}

.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: 80px;
  float: left;
}

.companyProfile-box .adviser-item .doc {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}

/*** 20190128 **/
.inv-publish .inv-publish-list {
  min-height: 300px;
}

.frame-box .frame-tab-cont {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.frame-box .frame-tab-cont img {
  max-width: 800px;
}


/***20200902***/
.inner-title-nav {
  background: none;
}

.inner-title-nav .pt-nv-item {
  background: #f2f2f2;
}

/***** 2024.10.14 新增修改 ******/
/**** 车流量数据 ***/
.g-column-tit {
  font-size: 1.8em;
  line-height: 1.17em;
  color: #00a2a4;
  font-weight: bold;
}

.main-box.date {
  background: url(../../Img/images_en/public-box-bg.png) no-repeat left bottom
}

.date-box {
  margin: 2em 0 0;
}

.date-box .date-top {
  padding-left: 44.375%;
  position: relative;
}

.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; */
  line-height: 36px;
  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) {
  .date-box{
  	min-height: 400px;
  }
  .date-box .date-top {
    min-height: 13.25em;
	margin-top: 2em;
  }

  .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) {
  .g-column-tit {
    font-size: 0.26rem;
    line-height: 0.3rem;
    margin-top: -0.05rem;
  }

  .date-box {
    margin: .2rem 0 0;
  }

  .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;
  }
}

/* 幻灯片 */
.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;
  margin: 0 0 2.8em;
}

.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;
  position: relative;
}
.projector-top .proj-right::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.projector-top .proj-right .r-item {
  height: 5.9375em;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 5;
}

.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 (min-width: 768px) {
	.projector-top .proj-right{
		min-height: calc(5.9375em * 4);
	}
}
@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;
}

.p-hdp .footer-box {
  margin-top: 0;
}

@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;
  }
}

.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 .global-inner {
    width: 85%;
    max-width: 1284px;
  }

  .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;
  }
}
/* 新增轮播 */
.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;
}
.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) {
  .gong{
    font-size: 13px;
  }
  .addcur{
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 6px;
    font-family: "Arial";
  }
  .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;
  }
}

/* .addnewswiperStyle .imgwrap{
  padding-top: 75%;
  height: 0;
 
} */

/* 2025.1.24 add  */
.traffic-goen{
  width: 100%;
  display: flex;
  margin: 3.7em 0 0;
}
.addisbutton{
  position: relative;
  z-index: 2;
  padding-left:6.25%;
}
.traffic-goen a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url('/img/images/traffic-bg.jpg') no-repeat left center #007272;
  background-size: cover;
  padding: 0 14px;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  border-radius: 4px;
  height: 34px;
}
.traffic-goen .bi{
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
  margin:  0 0 0 5px;
}
.traffic-goen .bi-topright{
  background-image: url('/img/images/topright.svg');
}
@media (min-width: 992px) {
  .traffic-goen a:hover{
    opacity: .8;
  }
}
@media (max-width: 991.98px) {
  .addisbutton{
    padding-bottom: 1.5em;
  }
  .traffic-goen{
    margin:  1.5em 0 0;
  }
}