body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.page {
  overflow: hidden;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

@-webkit-keyframes flicker {
  from {
    opacity: 100%;
  }

  to {
    opacity: 20%;
  }
}

@keyframes flicker {
  from {
    opacity: 100%;
  }

  to {
    opacity: 20%;
  }
}

[o-animation="flicker"] {
  -webkit-animation: flicker 2s linear 0s infinite alternate;
  animation: flicker 2s linear 0s infinite alternate;
}
[o-hover="grow"] {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
[o-hover="grow"]:hover, [o-hover="grow"]:focus, [o-hover="grow"]:active {
  transform: scale(1.1);
}

.swiper-container,
.simple-swiper .swiper-wrapper,
.simple-swiper .swiper-wrapper a {
  width: 100%;
  height: 100%;
  position: relative;
}

.simple-swiper .swiper-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.simple-swiper .swiper-wrapper img {
  display: block;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
/*  position: absolute;
  left: 0;
  right: 0;
  top: -50%;
  bottom: -50%;
  margin: auto;*/
}

.simple-swiper .left-button {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 90;
}

.simple-swiper .right-button {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 90;
}
.swiper-nQRKuKHI {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}

.swiper-nQRKuKHI .swiper-container {
  width: 100%;
  height: 660px;
}

.swiper-nQRKuKHI .swiper-container .swiper-slide:nth-child(even) .show {
  position: absolute;
  bottom: 0;
}

.swiper-nQRKuKHI .swiper-container .swiper-slide:nth-child(even) .info {
  position: absolute;
  top: 0;
}

.swiper-nQRKuKHI .swiper-container .swiper-slide {
  position: relative;
}

.swiper-nQRKuKHI .swiper-container .swiper-slide .show {
  width: 100%;
  height: 50%;
  position: relative;
}

.swiper-nQRKuKHI .swiper-container .swiper-slide .show img,
.swiper-nQRKuKHI .swiper-container .swiper-slide .show a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-nQRKuKHI .swiper-container .swiper-slide a:hover {
  text-decoration: none;
}

.swiper-nQRKuKHI .swiper-container .info {
  padding: 20px;
  height: 50%;
  background-color: #6f9366;
  color: white;
  width: 100%;
}

.swiper-nQRKuKHI .swiper-container .people {
  line-height: 30px;
}

.swiper-nQRKuKHI .swiper-container .people h3 {
  display: block;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  line-height: 38px;
  margin-bottom: 10px;
  text-align: left;
}

.swiper-nQRKuKHI .swiper-container p {
  line-height: 1.7;
  height: 200px;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
}

.swiper-nQRKuKHI .swiper-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.swiper-nQRKuKHI .next {
  left: -7%;
}

.swiper-nQRKuKHI .prev {
  right: -5%;
  transform: rotate(180deg);
}

.swiper-nQRKuKHI .swiper-conn {
  width: 96%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.swiper-nQRKuKHI .more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  height: 35px;
}

.swiper-nQRKuKHI .pagination {
  position: absolute;
  width: 200px;
  height: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.swiper-nQRKuKHI .pagination .swiper-pagination-switch {
  width: 20px;
  height: 20px;
  background-color: #aba5a5;
  display: inline-block;
}

.swiper-nQRKuKHI .pagination .swiper-active-switch {
  background-color: #ff3333;
}
.plurilingual {
  background-color: #f5f5f5;
  padding: 40px 0;
  padding-top: 80px;
}

.plurilingual .tab-bar {
  text-align: center;
  margin-bottom: 40px;
}

.plurilingual .tab-bar li {
  display: inline-block;
  width: 140px;
  line-height: 40px;
  font-size: 20px;
  color: #00a29a;
  cursor: pointer;
  margin: 0 20px;
}

.plurilingual .tab-bar .active {
  background-color: #00a29a;
  color: white;
}

.plurilingual .left {
  float: left;
}

.plurilingual .right {
  float: right;
  width: 600px;
  text-align: left;
}

.plurilingual .pen {
  width: 1200px;
  margin: 0 auto;
}

.plurilingual a {
  display: block;
}

.plurilingual .left {
  width: 500px;
  height: 280px;
}

.plurilingual .card {
  margin-bottom: 20px;
  height: 280px;
  overflow: hidden;
}

.plurilingual .card h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 15px;
}

.plurilingual .card .text {
  font-size: 14px;
  color: #333;
  height: 170px;
  overflow: hidden;
}
#copyright {
  height: 60px;
  padding: 40px 0;
  position: relative;
  font-size: 14px;
  height: 60px;
  color: #000000;
  z-index: 999;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
}
.start {
  width: 100%;
  height: 100vh;
  background-color: burlywood;
  position: relative;
}

.start .mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
}

.video-box {
  width: 100%;
  height: 100vh;
}

.big-image-show {
  width: 100%;
  height: auto;
  position: relative;
}

.big-image-show .swiper-active-switch {
  background-color: #00a29a;
}

.menu-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  height: 60px;
  line-height: 60px;
  color: white;
}

.menu-bar a {
  color: white;
  display: inline-block;
  font-size: 26px;
  width: 160px;
  height: 30px;
  line-height: 30px;
  margin: 15px 0;
  border-right: 1px solid #ccc;
}

.menu-bar a:hover {
  color: white;
}

.menu-bar a:last-child {
  border-right: none;
}

.share-box {
  height: 800px;
  background-image: url('../resource/bg-2.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}

.share-box .share {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper-show-box {
  background-position: center;
  background-size: cover;
  margin-top: 20px;
}

.big-image-show .swiper-container,
.big-image-show .swiper-wrapper,
.big-image-show .swiper-wrapper a {
  height: 57vw;
}

.big-swiper-pagination {
  height: 6px;
  width: 100%;
  z-index: 99;
  line-height: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.big-swiper-pagination .swiper-pagination-switch {
  background-color: #e5e5e5;
  width: 24px;
  height: 6px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 3px;
}
.show-2 .big-swiper-pagination .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 5px;
}

.show-2 .big-swiper-pagination {
  position: absolute;
  left: 1290px;
  right: 0;
  width: 260px;
  text-align: right;
  bottom: 20px;
}

.phone .big-image-show,
.phone .video-box {
  height: auto; margin-top:20px;
}

.phone .swiper-nQRKuKHI {
  width: 100%;
}
.phone .swiper-nQRKuKHI .swiper-container .swiper-slide .show img,.phone .swiper-nQRKuKHI .swiper-container .swiper-slide .show a{
height:100%;width:auto;display:block;margin:0 auto;max-width:100%;max-height:100%;
}
.phone .plurilingual .pen {
  width: 98vw;
}

.phone .plurilingual {
  padding: 0;
}

.phone .plurilingual .tab-bar li {
  width: 46%;
  margin: 0 1.5%;
}

.phone .plurilingual .left {
  width: 40vw;
  height: 22.5vw;
}

.phone .plurilingual .right {
  width: 56vw;
}

.phone .plurilingual .card {
  height: 23vw;
}

.phone .plurilingual .card h3 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 3px;
}

.phone .plurilingual .card .text {
  font-size: 12px;
  color: #333;
  overflow: auto;
  height: auto;
  line-height: 17px;
}

.phone .share-box {
  height: 153vw;
}

.phone .share.no-pc {
  height: 91vw;
  top: -31vw;
}

.show-2 .bottom-info {
  position: absolute;
  width: 100%;
  background-color: #1b9b93;
  height: 60px;
  z-index: 999;
  bottom: 0;
}

.show-2 .bottom-info span {
  display: block;
  height: 100%;
  line-height: 60px;
  background-color: #2cb7ae;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding-left: 36px;
  color: white;
  font-size: 22px;
  background-image: url('../resource/line-1.png');
  background-repeat: no-repeat;
  background-size: auto 36px;
  background-position: 15px center;
}

.text-2 {
  color: #1b9b93;
  font-size: 32px;
  line-height: 110px;
  font-weight: bold;
  text-align: center;
}

.text-2 a {
  color: #1b9b93;
}

.bk .swiper-outer {
  overflow: hidden;
}

.vc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}

.bk-fixed-qrcode-wrap {
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: 660px;
  text-align: center;
  color: #787878;
}

.bk-fixed-qrcode-wrap .btn-close-qrcode {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
  cursor: pointer;
}

.bk-fixed-qrcode-wrap li {
  line-height: 0;
  margin-bottom: 20px;
}

.bk-fixed-qrcode-wrap li .img-box {
  padding: 15px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.bk-fixed-qrcode-wrap li p {
  font: normal 14px/1.5 'Microsoft YaHei';
}

.bk-newsfirst {
  text-align: center;
  font-size: 0;
}

.bk-newsfirst h1,
.bk-newsfirst h2,
.bk-newsfirst h3 {
  font: bold 40px/1 "Microsoft YaHei";
  margin-bottom: 20px;
  text-align: center;
  color: #8a2718;
}

.bk-newsfirst .list-subtitles li {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  color: #9d5e56;
}

.bk-newsfirst .list-subtitles li:first-child {
  margin-left: 0;
}

.bk-jdt {
  margin-bottom: 20px;
  overflow: hidden;
}

.bk-jdt .left-swiper {
  position: relative;
  float: left;
  width: 675px;
  height: 420px;
}

.bk-jdt .left-swiper .pagination1 {
  position: absolute;
  text-align: right;
  bottom: 16px;
  right: 10px;
  z-index: 2;
  z-index: 999;
}

.bk-jdt .left-swiper .swiper-slide {
  position: relative;
}

.bk-jdt .left-swiper .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  font: normal 18px/60px "Microsoft YaHei";
  padding-left: 20px;
  padding-right: 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bk-jdt .left-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #8d8e90;
  margin: 0 3px;
  cursor: pointer;
}

.bk-jdt .left-swiper .swiper-pagination-bullet {
  background: #8d8e90;
  margin: 0 3px;
}

.bk-jdt .left-swiper .swiper-pagination-bullet-active {
  background: #da3c36;
}

.bk-jdt .left-swiper .swiper-active-switch {
  background: #da3c36;
}

.bk-jdt .right-news {
  position: relative;
  margin-left: 684px;
}



.bk-jdt .right-news li a {
  display: block;
  position: relative;
  z-index: 2;
  color: #333333;
}

.bk-jdt .right-news li > div {
  position: relative;
  z-index: 2;
}

.bk-jdt .right-news li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #52d0c8;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.bk-jdt .right-news li:hover {
  border-left: 12px solid #1b9b93;
  color: #fff;
}

.bk-jdt .right-news li:hover a {
  color: #fff;
  text-decoration: none;
}

.bk-jdt .right-news li:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 0.5;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.g-w1200 {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bk-jdt .right-news li {
  position: relative;
  height: 82px;
  background: #bfeae7;
  margin-bottom: 3px;
  border-left: 12px solid #bfeae7;
  padding-left: 20px;
  padding-top: 8px;
  font: normal 18px/180% "Microsoft YaHei";
  color: #333333;
}

.bk-jdt .right-news li a {
  display: block;
  position: relative;
  z-index: 2;
}

.bk-jdt .right-news li>div {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}


.bk-jdt .left-swiper .swiper-slide p {
  font-size: 16px;
}

.bk-live {
  margin-bottom: 7px;
}

.bk-live .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 675px;
  height: 392px;
  overflow: hidden;
}

.bk-live .left video {
  display: none;
}

.bk-live .left .btn-play {
  position: absolute;
  right: 37px;
  bottom: 84px;
  cursor: pointer;
}

.bk-live .left .btn-play:hover {
  opacity: 0.8;
}

.bk-live .right {
  position: relative;
  margin-left: 684px;
  height: 394px;
  background: #d0f2f0;
}

.bk-live .right .top {
  padding: 35px 20px 0;
}

.bk-live .right .top h3 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
}

.bk-live .right .top h3, .bk-live .right .top h3 a {
  color: #1b9b93;
}

.bk-live .right .top p {
  text-indent: 2em;
  text-align: left;
  font: normal 16px/2.2 "Microsoft YaHei";
  color: #6f8e8c;
}

.bk-live .right .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 40px;
  background: #bfeae7;
}

.bk-live .right .bottom * {
  vertical-align: middle;
}

.bk-live .right .bottom b {
  font-style: normal;
  color: #a34638;
}

.bk-live-small-imgs .swiper-container {
  height: 228px;
}

.bk-live-small-imgs .swiper-wrapper {
  height: 100%;
}

.bk-live-small-imgs .swiper-slide {
  position: relative;
  height: 228px;
  font-size: 0;
}

.bk-live-small-imgs .arrow2 {
  position: absolute;
  top: 100px;
  z-index: 2;
  cursor: pointer;
}

.bk-live-small-imgs .al2 {
  left: 10px;
}

.bk-live-small-imgs .ar2 {
  right: 15px;
}

.bk-live-small-imgs .desc2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 295px;
  height: 69px;
  background: #f1eae1;
  color: #201914;
  font-size: 18px;
  margin-right: 7px;
  text-align: left;
  line-height: 1.6;
  align-content: center;
  padding: 5px 10px;
  margin-top: 5px;
}

.title-bar {
  background-image: url('../resource/title-bar.png');
  background-repeat: no-repeat;
  height: 60px;
  background-position: left center;
  line-height: 60px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
  background-size: auto 26px;
  color: #1b9b93;
}

.card3 .show {
  float: left;
}

.card3 .show:nth-child(2n) {
  margin: 0 24px;
}

.news-list {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 20px;
}
.news-list li {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  background-image: url('../resource/list-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.nav-line {
  height: 120px;
  background-image: url('../resource/line-3.png');
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center 25px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.nav-line li {
  float: left;
  background-image: url('../resource/li-no.png');
  background-repeat: no-repeat;
  background-position: center 14px;
  width: 100px;
  text-align: center;
  padding-top: 50px;
  font-size: 14px;
  cursor: pointer;
}
.nav-line li.active{background-image: url('../resource/li-active.png');}
.show-1 .swiper-slide span{
  color: white;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.20), #000000); display:none;
}

.bk-cehua {
}

.bk-cehua .cehua-detail {
}

.bk-cehua .cehua-detail .swiper-outer6 {
  position: relative;
  width: 100%;
  height: 512px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide {
  position: relative;
  height: 100%;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block {
  width: 424px;
  height: 512px;
  background-color: #93ac92;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  color: #fff;
}

.bk-cehua .cehua-detail .swiper-outer6 .right-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 778px;
  height: 514px;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line1 {
  text-align: right;
  padding: 20px 20px 0 0;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line1 img {
  width: 15px;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line2 {
  padding-top: 70px;
  font-size: 25px;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line3 {
  width: 20px;
  height: 2px;
  margin-top: 20px;
  background-color: #fff;
  margin-left: 0;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line4 {
  font-size: 16px;
  margin-top: 20px;
  padding-right: 90px;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line5 {
  margin-top: 86px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  margin-left: 0;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line5 img {
  width: 100%;
  height: auto;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .right-block img {
  width: 776px;
  height: 514px;
}

.bk-cehua .cehua-detail .swiper-outer6 .pagination-edit {
  position: absolute;
  bottom: 50px;
  right: 64px;
  height: 20px;
}

.bk-cehua .cehua-detail .swiper-outer6 .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-active-switch {
  background: #5b755a;
}

.swiper-slide a {
  display: block;
}

.swiper-container-fangtan6 .right-block {
  left: 0;
}

.swiper-container-fangtan6 .left-block {
  right: 0;
  position: absolute;
}

.mtjj .swiper-container .swiper-item {
  width: 240px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mtjj .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.mtjj {
  position: relative;
}

.mtjj .swiper-button {
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 30px;
  margin: auto;
  cursor: pointer;
  z-index: 999;
}

.mtjj .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.mtjj .swiper-button-prev {
  left: 0;
}
.mtjj-box {
  height: 580px;
  position: relative;
  margin-top: -20px;
}
.mtjj-box .list-item {
  margin-top: 20px;
}
.mtjj-box .list-item .left {
  border: 1px solid #ccc;
  border-top: 3px solid #004d86;
  padding: 20px;
  width: 400px;
  height: 270px;
}

.mtjj-box .list-item .left h3 {
  font-size: 22px;
  line-height: 32px;
}

.mtjj-box .list-item .left p {
  font-size: 16px;
  margin-top: 10px;
  text-indent: 2em;
  line-height: 24px;
}

.mtjj-box .list-item .right {
  width: 790px;
  height: 270px;
  overflow: hidden;
}

.mtjj-box .list-item .right .card {
  width: 385px;
  float: left;
  border-top: 3px solid #1b9b93;
  margin: 5px;
  margin-top: 0;
  border-radius: 3px;
  background-color: #f4fafa;
  padding: 20px;
  height: 130px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #4b4b4b;
  line-height: 30px;
}

.mtjj-box .list-item .right .card a {
  display: block;
  width: 100%;
  height: 100%;
}

.mtjj-box .list-item a:hover {
  color: #4b4b4b;
}

.mtjj-box .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -50px;
}

.mtjj-box .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -50px;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); 	/* Opera */
}

.swiper-button {
  cursor: pointer;
}


.yllm .image-card-box li {
  float: left;
  width: 600px;
  height: 200px;
}

.yllm .image-card-box li img, .image-card-box li .right {
  float: left;
}

.yllm .image-card-box li .right {
  width: 370px;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.yllm .image-card-box li .right h3 {
  font-size: 22px;
  line-height: 30px;
  color: #4b4b4b;
}

.yllm .image-card-box li .right p {
  font-size: 16px;
  margin-top: 20px;
  text-indent: 2em;
  line-height: 26px;
  color: #666666;
}

.yllm .news-list {
  border: none;
}

.languageTabTitle .title{width:100%;height:147px;text-align:center;position:relative;padding:30px 0 50px 0;}
.languageTabTitle .title span{display:inline-block;height:147px;width:508px;background: url(http://lianghui.people.com.cn/img/2019lh/static/images/title_language.jpg) no-repeat;}
.languageTabTitle{width:100%;height:auto; margin-top:20px;}
.languageTabTitle .languageTabTop{padding-bottom: 20px;}
.languageTabTitle .languageTabTop span{display: inline-block;width:10.5%;text-align: center;height:30px;}
.languageTabTitle .languageTabTop span a{display:inline-block;width:100%;height:30px;}
.languageTabTitle .languageTabTop .e1{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e1.png) no-repeat center center;}
.languageTabTitle .languageTabTop .e2{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e2.png) no-repeat center center;}
.languageTabTitle .languageTabTop .e3{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e3.png) no-repeat center center;}
.languageTabTitle .languageTabTop .e4{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e4.png) no-repeat center center;}
.languageTabTitle .languageTabTop .e5{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e5.png) no-repeat center center;}
.languageTabTitle .languageTabTop .e6{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e6.png) no-repeat center center;}
.languageTabTitle .languageTabTop .e7{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e7.png) no-repeat center center;}
.languageTabTitle .languageTabTop .e8{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e8.png) no-repeat center center;}
.languageTabTitle .languageTabTop .e9{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e9.png) no-repeat center center;}
.languageTabTitle .languageTabTop span.active{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/e1_hover.png) no-repeat center center #1b9b93;}
.languageTabTitle .languageTabBottom{width:520px;margin:0 auto;padding-bottom:30px;}
.languageTabTitle .languageTabBottom span{display:inline-block;width:18%;text-align:center;height:36px;background-size:contain;}
.languageTabTitle .languageTabBottom span a{display:inline-block;width:100%;height:30px;}
.languageTabTitle .languageTabBottom .m1{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m1.png) no-repeat center center;background-size: contain;}
.languageTabTitle .languageTabBottom .m2{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m2.png) no-repeat center center;}
.languageTabTitle .languageTabBottom .m3{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m3.png) no-repeat center center;}
.languageTabTitle .languageTabBottom .m4{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m4.png) no-repeat center center;}
.languageTabTitle .languageTabBottom .m5{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m5.png) no-repeat center center;}
.languageTabTitle .languageTabBottom .m6{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m6.png) no-repeat center center;}
.languageTabTitle .languageTabBottom .m7{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m7.png) no-repeat center center;}
.languageTabTitle .languageTabBottom span.m1:hover{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m1_hover.png) no-repeat center center #c71f29;}
.languageTabTitle .languageTabBottom span.m2:hover{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m2_hover.png) no-repeat center center #c71f29;}
.languageTabTitle .languageTabBottom span.m3:hover{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m3_hover.png) no-repeat center center #c71f29;}
.languageTabTitle .languageTabBottom span.m4:hover{background:url(http://lianghui.people.com.cn/img/2019lh/static/images/m4_hover.png) no-repeat center center #c71f29;}
.languageTabTitle .languageTabBottom span.m5:hover{background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m5_hover.png) no-repeat center center #c71f29;}
.phone .languageTabTitle .languageTabBottom{ width:100%; display:none;}
.waiBox, .title-bar {
  margin-top: 20px;
}

.title-bar {
  margin-bottom: 10px;
}

.bk-live-small-imgs {
  margin-top: 20px;
}

.phone .news-head h1 a {
  font-size: 20px;
  line-height: 30px;
}

.phone .news-head p a {
  padding-top: 5px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}

.phone .show-2 .bottom-info {
  height: 24px;
  line-height: 24px;
}

.phone .show-2 .bottom-info span {
  line-height: 28px;
  height: 28px;
  background-size: auto 80%;
  background-position: 5px center;
  padding-left: 14px;
  font-size: 14px;
}

.phone .text-2 {
  font-size: 20px;
  line-height: 28px;
  margin: 10px;
}

.phone .bk-jdt .left-swiper {
  width: 100%;
  height: 62vw;
}

.phone .g-w1200 {
  width: 100%;
}


.phone .bk-jdt .right-news {
  margin: 0;
}

.phone .bk-jdt .left-swiper {
  float: none;
} 

.phone .bk-jdt .right-news li {
  height: auto;
  padding: 3px 0px;
  font-size: 14px;
}

.phone .bk-jdt .left-swiper .swiper-slide p {
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  width: 100%;
  padding: 0 5px;
}

.phone .bk-jdt .left-swiper .pagination1 {
  display: none;
}

.phone .bk-live .left {
  width: 100%;
  height: 58vw;
  position: relative;
}

.phone .bk-live .left .img-live, .phone .bk-live .left video {
  width: 100%;
  height: 100%;
}

.phone .bk-live .right .top {
  padding: 15px 10px 0;
}

.phone .bk-live .right {
  margin: auto;
}

.phone .bk-live .right .top h3 {
  line-height: 28px;
  margin-bottom: 0;
}

.phone .bk-live .left .btn-play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 45px;
}

.phone .w1200 {
  width: 100%;
}

.phone .card3 .show {
  width: 98%;
  height: auto;
  margin: 0 auto;
  float: none;
}

.phone .card3 .show img {
  width: 100%;
  height: auto;
}

.phone .news-list li {
  width: 100%;
  background-position: left 8px;
}

.phone .nav-line li {
  width: 40px;
}

.phone .bk-live-small-imgs {
  margin-top: 0;
}

.phone .bk-live-small-imgs .swiper-slide img {
  width: 100%;
  height: auto;
}

.phone .bk-live-small-imgs .swiper-container, .phone .bk-live-small-imgs {
  width: 98vw !important;
  height: 70vw;
}

.phone .bk-live-small-imgs a, .phone .bk-live-small-imgs img {
  display: block;
}

.phone .bk-live-small-imgs .desc2 {
  width: 100%;
  position: relative;
  font-size: 16px;
}

.phone .bk-live-small-imgs .swiper-container, .phone .bk-live-small-imgs .swiper-slide {
  height: 70vw !important;
}

.phone .bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block{
  position: absolute;
  width: 100%;
  height: 265px;
  bottom: 0;
  padding: 10px;
}

.phone .bk-cehua .cehua-detail .swiper-outer6 .right-block {
  width: 100%;
  height: 66vw;
}

.phone .bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line2 {
  padding-top: 0;
  font-size: 24px;
}

.phone .bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line2 img {
  margin-top: 15px;
  height: 30px;
  width: auto;
}

.phone .bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line1 {
  padding: 0;
}

.phone .bk-cehua .cehua-detail .swiper-outer6 .pagination-edit {
  bottom: 0;
}

.phone .bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line4 {
  padding: 0;
  line-height: 24px;
}

.phone .bk-cehua .cehua-detail .swiper-outer6 {
  height: calc(66vw + 256px);
}
.phone .swiper-show-box {
  margin-top: 0;
}

.phone .mtjj-box .list-item .left {
  width: 98%;
  float: none;
  margin: 0 auto;
}

.phone .mtjj-box .list-item .right {
  float: none;
  width: 98%;
  margin: 0 auto;
  position: relative;
  height: auto;
}

.phone .mtjj-box {
  height: 1170px;
}

.phone .mtjj-box .list-item .right .card {
  width: 100%;
  float: none;
  margin: 0 auto;
  margin-top: 3px;
  font-size: 14px;
  height: 70px;
  padding: 5px;
}

.phone .yllm .image-card-box li {
  float: none;
  width: 100%;
  height: auto;
}

.phone .yllm .image-card-box li img, .phone .image-card-box li .right {
  float: none;
  height: auto;
}

.phone .yllm .image-card-box li img {
  display: block;
  margin: 0 auto;
}

.phone .yllm .image-card-box li .right {
  width: 96%;
  padding: 0;
  margin: 0 auto;
  margin-top: 10px;
}

.phone .yllm .image-card-box li .right h3 {
  font-size: 20px;
}

.phone .languageTabTitle .languageTabTop span,.phone .languageTabTitle .languageTabBottom span{
  display:block;
  width:50%;
  text-align: center;
  height:10vw; margin-bottom:3vw;
  float:left;
}
.phone .languageTabTitle .languageTabTop{padding-bottom:0px;}
.phone #copyright{padding:20px 0;}
.phone .yllm .image-card-box li .right p{margin-bottom:5px;margin-top:5px;}
.phone .news-head {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
}
#chart {
  max-height:600px;
  max-width:1200px;
  width: 100vw;
  height: 70vw;
  margin: 20px auto;
}
.phone #waiWenUrl{height:256vw;}
