﻿
/* CSS Document */
/* index */
body {
  padding-top: 0px;
}
.op0 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.wrap {
  max-width: 1450px;
  padding: 0 0%;
  margin: 0 auto;
}
.tab-cell {
  display: table-cell;
  vertical-align: middle;
}
.mob-nav {
  display: none;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  border-radius: 50%;
  margin-left: 10px;
  background-size: auto 40%;
  position: relative;
}
.mob-nav:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 26px;
  margin-left: -13px;
  margin-top: -8px;
  background: #333;
  transition: all 0.5s ease;
}
.mob-nav:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 26px;
  margin-left: -13px;
  margin-top: 6px;
  background: #333;
  transition: all 0.5s ease;
}
.mob-nav span {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 26px;
  margin-left: -13px;
  margin-top: -1px;
  background: #333;
  transition: all 0.5s ease;
}
.mob-nav.on {
  transition: all 0.5s ease;
}
.mob-nav.on:before {
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.mob-nav.on:after {
  margin-top: -1px;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.mob-nav.on span {
  width: 0;
  transition: all 0.5s ease;
}
.top {
  position: fixed;
  left: 0%;
  top: 0px;
  width: 100%;
  z-index: 12;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0 8%;
}

.ebunec {
  background: url(../image/tbg.png);
  line-height: 30px;
  color: #fff;
  padding: 10px 0;
}
.ebunec .tit a {
  color: #fff;
  margin-right: 20px;
}
.ebunec .tit a img {
  margin-right: 5px;
}
.ebunec .ac-lang {
  font-size: 16px;
}
.ebunec .ac-lang a {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  line-height: 28px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 15px;
  border-radius: 14px;
}

.t-logo {
  padding-top: 25px;
}
.T-nav {
  margin-left: 4%;
}
.T-nav > li {
  float: left;
  position: relative;
}
.T-nav > li > a {
  line-height: 85px;
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
  font-size: 17px;
  display: block;
  position: relative;
  transition: all 0.5s ease;
}
.T-nav > li > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #08d2d8;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.T-nav > li .thr {
  position: absolute;
  top: 85px;
  left: 0%;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.T-nav > li .thr a {
  display: block;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}

.s-t-search {
  margin-top: 30px;
}
.alanvl a {
  margin: 0 8px;
}
.s-t-search a {
  display: block;
  width: 58px;
  height: 32px;
  border-radius: 16px;
  background: url(../image/fd.png) no-repeat center center;
}
.alanvl {
  line-height: 58px;
}

.search-T {
  margin-top: 35px;
}
.search-T span {
  display: none;
}
.search-T p {
  width: 180px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
}
.search-T p .c1 {
  float: left;
  width: 148px;
  padding: 0 10px;
  border: none;
  height: 30px;
  background: none;
}
.search-T p .c2 {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
  border: none;
  cursor: pointer;
  background: #08d2d8 url(../image/fd.png) no-repeat center center;
}
.search-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 95px;
  width: 100%;
  height: calc(100% - 66px);
  z-index: 10;
  display: none;
}
.lbotal {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 5;
  height: 50px;
  width: 920px;
  border: 1px solid #ddd;
  border-radius: 25px;
  background: #fff;
  display: none;
}
.lbotal:before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  bottom: -20px;
  width: 100%;
}
.lbotal .c2 {
  float: left;
  width: 60px;
  height: 48px;
  border: none;
  cursor: pointer;
  background: url(../image/fd2.png) no-repeat center center;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
}
.lbotal .c1 {
  float: left;
  width: 800px;
  border: none;
  background: none;
  height: 48px;
  padding: 0 10px;
  font-size: 16px;
  opacity: 0;
  transform: translateX(80%);
  transition: all 0.5s ease;
}
.lbotal.on .c2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1s ease;
}
.lbotal.on .c1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1.5s ease;
}
.lbotal > .bgcl {
  float: left;
  height: 48px;
  width: 58px;
  position: relative;
  z-index: 2;
  background: url(../image/x.png) no-repeat center center;
}

.ind-01 {
  padding: 5% 0;
}
.bc-tit {
  font-size: 40px;
  font-weight: bold;
  width: 50%;
}
.bc-tit .d2 {
  margin-bottom: 3%;
  color: #08d2d8;
}
.eolcm {
  position: absolute;
  right: 0;
  top: 25px;
}
.eolcm a {
  padding: 10px 40px;
  color: #fff;
  background: #08d2d8;
}
.ind-02 {
  background: url(../image/02bg.jpg) center center no-repeat;
  padding: 3.7% 8%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zonena {
  width: 49%;
}
.zonena a .pic {
  overflow: hidden;
}
.zonena a .pic img {
  width: 100%;
  transition: all ease 0.5s; /* height:37vw;*/
}
.zonena a .tit {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.zonena a .tit {
  color: #fff;
  font-size: 2.6vw;
}
.rightdd {
  width: 42%;
}
.rightdd p {
  display: block;
  width: 100%;
}
.rightdd a {
  display: block;
  width: 100%;
  color: #08d2d8;
  line-height: 3;
}
.rightdd .d1 {
  font-size: 38px;
  color: #08d2d8;
}
.rightdd .d2 {
  font-size: 20px;
  color: #ddd;
}
.rightdd .d3 {
  font-size: 38px;
  color: #08d2d8;
}
.rightdd .d4 {
  font-size: 16px;
  line-height: 2;
  margin-top: 5%;
}

.otepac {
  width: 94%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.otepac li {
  width: 24%;
}
.otepac li:nth-child(4n) {
}
.otepac li a {
  display: block;
}
.otepac li a .pic img {
  width: 100%;
  height: 212px;
  object-fit: cover;
}
.otepac li a .con {
  background: #f1f1f1;
  padding: 30px;
}
.otepac li a .con .d1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.otepac li a .con .d2 {
  color: #999;
  line-height: 25px;
  height: 75px;
  margin: 20px 0;
  overflow: hidden;
}
.otepac li a .con .d3 {
  color: #999;
}

.ind-03 {
  background: #08d2d8 url(../image/cp.png) center center no-repeat;
  padding: 10% 0 6% 0;
}
.foot {
  background: #181818;
  padding: 0 8%;
}

.mieca {
  margin-top: 10%;
}
.mieca li {
  width: 33%;
  float: left;
}
.mieca li .d1 {
  font-size: 52px;
  font-weight: bold;
  color: #0cb0b4;
}
.mieca li .d2 {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}

.lmcebn {
  width: 100%;
}
#map {
  height: 40vw;
}
.olaemc {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  width: 366px;
  padding: 36px;
  position: absolute;
  right: 50%;
  margin-right: -650px;
  top: 50%;
  transform: translateY(-50%);
}
.olaemc .tit {
  font-size: 28px;
  padding-bottom: 12px;
}
.olaemc .tit strong {
  color: #08d2d8;
}

.olaemc .sct {
  margin-top: 14px;
}
.olaemc .sct select {
  width: 100%;
  height: 44px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: none;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
}
.olaemc .sct input {
  width: 100%;
  height: 44px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background: #08d2d8;
  font-size: 16px;
  font-weight: bold;
}

.svemba {
  padding: 4% 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.almbn {
  width: 240px;
  color: #fff;
}
.almbn p {
  font-size: 15px;
  margin-top: 10%;
}
.almbn strong {
  width: 100%;
  display: block;
  font-size: 22px;
}

.almbn a {
  margin-right: 30px;
}
.lmoca {
  width: 50%;
  margin-left: 15%;
}
.lmoca li {
  width: 20%;
  display: inline-grid;
}
.lmoca li p {
  margin-bottom: 10%;
}
.lmoca li span {
  display: block;
  line-height: 2;
}
.lmoca li p a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.lmoca li span a {
  color: #dbdada;
  font-size: 15px;
}
.bucen {
  width: 280px;
}
.bucen .list {
  width: 136px;
  display: inline-grid;
  text-align: center;
  color: #fff;
}
.bucen .list span {
  margin-bottom: 5%;
}

.ybcenm {
  padding: 25px 0;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #2c2c2c;
}
.ybcenm a {
  color: #fff;
}
.ny-main {
  padding: 180px 5% 4%;
}
.bemnac {
  background: #fff;
  padding: 5% 7%;
}
.bemnac .d1 {
  font-size: 36px;
}
.bemnac .d2 {
  margin-top: 4%;
  font-size: 16px;
  line-height: 2;
}
.bemnac .d3 {
  margin-top: 4%;
}
.bemnac .d3 a {
  font-size: 16px;
  color: #08d2d8;
}
.meonac {
  margin-top: 4%;
}
.meonac li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.meonac li:nth-child(3n) {
  margin-right: 0;
}
.meonac li a {
  display: block;
  color: #fff;
  position: relative;
}
.meonac li .pic {
  overflow: hidden;
}
.meonac li .pic img {
  width: 100%;
  height: 507px;
  object-fit: cover;
  transition: all 0.5s ease;
}
.meonac li .con {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.meonac li .con .d1 {
  font-size: 2vw;
}
.meonac li .con .d2 {
  margin-top: 12px;
}
.meonac li .con .d2 span {
  display: inline-block;
  width: 120px;
  line-height: 44px;
  border: 1px solid #fff;
  font-size: 16px;
}

.lmeanb {
  font-size: 36px;
  padding: 4% 0;
}
.ny-banner img {
  display: block;
  height: 630px;
  object-fit: cover;
}
.ny-nav {
  background: #fff;
}
.ny-nav span {
  display: none;
}
.ny-nav p a {
  float: left;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  transition: all 0.5s ease;
}
.ny-nav p a.cur {
  color: #fff;
  background: #08d2d8;
}
.sont-main {
  padding: 5% 0;
}
.lemba {
  margin: 4% 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.lemba .list {
  width: 25%;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.lemba .list .d1 strong {
  color: #08d2d8;
  font-size: 50px;
}

.edit-con {
  color: #333;
  line-height: 2;
  font-size: 16px;
}
.ovalma {
  padding: 5% 0;
  background: url(../image/t13.jpg) no-repeat center center;
  background-size: cover;
}

.aboutB-c {
  padding-bottom: 140px;
  position: relative;
  float: right;
  width: 43%;
}
.aboutB-b {
  float: left;
  position: relative;
}
.aboutB-b .c-menu {
  position: relative;
  height: 600px;
  margin-left: 300px;
  width: 350px;
  overflow: hidden;
}
.aboutB-b .items-list {
  position: absolute;
  left: -350px;
  top: 0px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.aboutB-b .item {
  position: absolute;
  opacity: 1;
  width: 600px;
  padding-left: 25px;
  font-size: 18px;
  transition: font-size 1s;
  text-align: left;
  cursor: pointer;
}
.aboutB-b .item a {
  position: relative;
  color: #fff;
  transition: color 0.5s;
}
.aboutB-b .item a:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #08d2d8;
  left: -22px;
  top: 50%;
  margin-top: -8px;
}
.aboutB-b .item:nth-child(4) {
  font-size: 28px;
  margin-top: -4px;
  transition: font-size 0.5s;
  opacity: 1;
}

.aboutB-b .img-box,
.hide {
  position: absolute;
  left: 0px;
  border-radius: 50%;
  overflow: hidden;
  top: 50px;
  width: 500px;
  height: 500px;
  opacity: 1;
  background: no-repeat center center;
  background-size: cover;
  transition: opacity, 2s;
}
.aboutB-b .hide {
  opacity: 0;
  transition: opacity, 0.5s;
}

.yobnbac li {
  margin-bottom: 5%;
}
.yobnbac li .pic {
  width: 43%;
}
.yobnbac li .con {
  width: 52%;
}
.yobnbac li .con .d1 {
  color: #08d2d8;
  font-size: 36px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.yobnbac li .con .d2 {
  font-size: 22px;
  line-height: 1.8;
  margin-top: 30px;
}
.yobnbac li .con .d3 {
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
}

.ubeanb {
  color: #666;
  line-height: 2;
  font-size: 16px;
}
.obneau {
  padding-top: 5%;
}
.obneau li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  position: relative;
}
.obneau li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #08d2d8;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.obneau li:nth-child(3n) {
  margin-right: 0;
}
.obneau li .tit {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.obneau li .pic {
  overflow: hidden;
}
.obneau li .pic img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.obneau li .con {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 40px;
  color: #fff;
  transition: all 0.5s ease;
}
.obneau li .con .d1 {
  font-weight: bold;
  font-size: 20px;
}
.obneau li .con .d2 {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
}

.paelnmb li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0 5px;
}
.paelnmb li .tit {
  font-size: 16px;
  margin-top: 15px;
}

.nolema li {
  background: #f7f7f9;
}
.nolema li:nth-child(2n) {
  background: #fff;
}
.nolema li a {
  display: block;
  padding: 4% 70px 4% 0;
  background: url(../image/ad.png) no-repeat right center;
}
.nolema li a .date {
  padding-right: 35px;
  border-right: 1px solid #ddd;
}
.nolema li a .date strong {
  display: block;
  font-size: 48px;
  line-height: 1.2;
}
.nolema li a .con {
  width: calc(100% - 140px);
}
.nolema li a .con .d1 {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.nolema li a .con .d2 {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-top: 10px;
}

.pagelmc {
  margin-top: 4%;
}
.pagelmc a {
  line-height: 45px;
  padding: 0 15px;
  display: inline-block;
  margin: 0 5px;
  min-width: 45px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
.pagelmc a.cur {
  color: #fff;
  background: #08d2d8;
  border: 1px solid #08d2d8;
}

.aelmbo {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.aelmbo .d1 {
  font-size: 32px;
  font-weight: bold;
}
.aelmbo .d2 {
  margin-top: 15px;
  color: #666;
  font-size: 16px;
}
.aelmbo .d2 > span {
  margin: 0 10px;
}
.eobpma {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-top: 5%;
}
.eobpma p {
  padding: 3px 0;
  line-height: 25px;
  font-size: 16px;
}
.eobpma .back {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50px;
  border: 1px solid #08d2d8;
  color: #08d2d8;
  line-height: 38px;
  padding: 0 10px;
  width: 125px;
  background: url(../image/ge.png) no-repeat 100px center;
}
.leunba {
  background: #fff;
  padding: 25px;
  line-height: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.leunba li {
  float: left;
  width: 25%;
  height: 30px;
  overflow: hidden;
}
.leunba li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #08d2d8;
}
.leunba li a {
}

.lebbuna {
  margin-top: 4%;
}
.lebbuna li {
  width: 30%;
  margin-bottom: 5%;
  margin-right: 5%;
  float: left;
}
.lebbuna li:nth-child(3n) {
  margin-right: 0;
}
.lebbuna li a {
  display: block;
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.lebbuna li a .pic {
  overflow: hidden;
}
.lebbuna li a .pic img {
  width: 100%;
  height: 320px;
  object-fit: scale-down;
}
.lebbuna li a .tit {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}

.ac-dreslt {
  line-height: 30px;
  padding: 120px 0 15px 0;
}
.ac-dreslt span {
  margin: 0 5px;
}

.leubna {
  width: 44%;
  border: 1px solid #ddd;
  padding: 20px;
}

.pbuobae {
  width: 52%;
}
.pbuobae .d1 {
  font-size: 36px;
  color: #54b9a8;
  font-weight: bold;
}
.pbuobae .d2 {
  font-size: 22px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.pbuobae .d3 {
  line-height: 2;
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
}
.pbuobae .d4 {
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 10px;
}
.pbuobae .d4 img {
  margin-right: 10px;
}
.pbuobae .d5 {
  margin-top: 40px;
}
.pbuobae .d5 a {
  border: 1px solid #ddd;
  padding: 5px 15px;
  line-height: 30px;
}

.ebunmb {
  background: #edecec;
}
.ebunmb span {
  float: left;
  width: 20%;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  line-height: 80px;
  font-size: 18px;
}
.ebunmb span.cur {
  background: #3bb0a0;
  color: #fff;
}

.meoblf {
  line-height: 2;
  font-size: 16px;
  color: #666;
}

.noaemtc {
  margin-top: 102px;
}
.lbeeatc {
  margin-bottom: 10px;
}
.lbeeatc a {
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -650px;
}
.lbeeatc a .d1 {
  font-size: 42px;
}
.lbeeatc a .d2 {
  opacity: 0.6;
  font-size: 18px;
}

.poealbe {
  padding: 0 2% 4%;
}
.poealbe li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.poealbe li:nth-child(3n) {
  margin-right: 0;
}
.poealbe li a {
  display: block;
  position: relative;
}
.poealbe li a .pic {
  overflow: hidden;
}
.poealbe li a .pic img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}
.poealbe li a .tit {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  padding: 5%;
  left: 0;
  bottom: 0;
}

.weotnb li {
  width: 49%;
  float: left;
  margin-bottom: 2%;
}
.weotnb li:nth-child(2n) {
  float: right;
}
.weotnb li a {
  display: block;
  background: #fff;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
  overflow: hidden;
}
.weotnb li a span {
  color: #999;
  float: right;
}
.weotnb li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #08d2d8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.lbueahg {
  margin-top: 3%;
}
.lbueahg a {
  font-size: 16px;
  color: #08d2d8;
}

.trbeun li {
  width: 33.33%;
  text-align: center;
  float: left;
}
.trbeun li a {
  display: inline-block;
}
.trbeun li a .pic span {
  display: inline-block;
  border-radius: 50%;
  width: 136px;
  height: 136px;
  background: #08d2d8 no-repeat center center;
  background-size: auto 45%;
}
.trbeun li a .tit {
  font-size: 26px;
  margin-top: 15px;
}

.lembbne {
  background: #fff;
  z-index: 3;
  position: absolute;
  right: 50%;
  margin-right: -650px;
  border-top: 6px solid #08d2d8;
  padding: 20px 0;
  top: 50%;
  transform: translateY(-50%);
  width: 555px;
}

.beanbm {
  padding: 0 40px;
  overflow: auto;
  height: 410px;
}
.beanbm li {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}
.beanbm li .d1 {
  font-size: 18px;
  line-height: 30px;
}
.beanbm li .d2 {
  margin-top: 10px;
  line-height: 22px;
  padding: 4px 0 4px 25px;
  background: url(../image/e1.png) no-repeat left 5px;
}
.beanbm li .d3 {
  margin-top: 10px;
  line-height: 22px;
  padding: 4px 0 4px 25px;
  background: url(../image/e2.png) no-repeat left 5px;
}

.lmecbua {
  background: #fdfdfb;
  padding: 3%;
}
.olembea .tit {
  font-size: 30px;
}
.olembea .con {
  width: 500px;
}
.olembea .con .c1 {
  width: calc(100% - 80px);
  float: left;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 16px;
}
.olembea .con .c2 {
  width: 80px;
  float: left;
  height: 45px;
  border: none;
  cursor: pointer;
  background: #08d2d8 url(../image/fd.png) no-repeat center center;
}
.luoebn {
  margin-top: 2%;
}
.luoebn li {
  border-bottom: 1px solid #ddd;
}
.luoebn li a {
  display: block;
  padding: 20px 50px 20px 0;
  background: url(../image/ra.png) no-repeat right center;
}
.luoebn li .d1 {
  color: #999;
}
.luoebn li .d2 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 5px;
}

.obuaen {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.obuaen li {
  width: 24%;
  background: #fff;
  border-top: 4px solid #08d2d8;
  padding: 35px;
}
.obuaen li .d2 {
  font-size: 18px;
  margin: 15px 0;
}
.obuaen li .d3 {
  line-height: 2;
  color: #999;
  font-size: 15px;
}

.womebn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}
.womebn .pic {
  width: 50%;
}
.womebn .con {
  width: 50%;
  padding: 0 4%;
  line-height: 2;
}
.womebn .con .d1 {
  font-size: 18px;
}
.womebn .con .d2 {
  font-size: 16px;
  color: #999;
  margin-top: 15px;
}

.eolmgga {
  background: #f8f8f8;
  padding: 0 25px;
  line-height: 50px;
  font-size: 16px;
}
.dnaemb li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  line-height: 48px;
}
.dnaemb li .tit {
  padding-left: 35px;
  font-size: 16px;
  width: calc(100% - 180px);
  background: url(../image/wb.png) no-repeat left center;
  height: 48px;
  overflow: hidden;
}
.dnaemb li a {
  width: 150px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
}

.welmbn {
  width: 40%;
}
.welmbn .d1 {
  color: #2d9da8;
  font-size: 30px;
  line-height: 2;
}
.welmbn .d2 {
  margin-top: 10px;
}
.welmbn .d2 .c1 {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  border: none;
  background: #f3f3f3;
}
.welmbn .d2 textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: none;
  background: #f3f3f3;
}
.welmbn .d3 {
  margin-top: 30px;
}
.welmbn .d3 input {
  color: #08d2d8;
  border: 2px solid #08d2d8;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  width: 100%;
}

.awlbun {
  width: 57%;
}
.awlbun .d1 {
  color: #279d91;
  text-align: center;
  font-size: 50px;
}

.awlbun .d1.a {
  color: #279d91;
  text-align: center;
  font-size: 25px;
}
.awlbun .d2 {
  font-size: 30px;
  margin-bottom: 5%;
}
.awlbun .d3 {
    color: #279d91;
  font-size: 28.5px;
  line-height: 1.6;
}



.awlbun .d4 {
    color: #279d91;
  line-height: 1;
}
.awlbun .d5 {
    color: #279d91;
  margin-top: -1%;
}
.awlbun .d5 .con {
  margin-left: 15px;
  line-height: 1.5;
}



.joinF_box {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.joinF_box .joinF_T {
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #565656;
  background: #f2f2f2;
}
.joinF_box .joinF_iptDiv {
  padding: 38px 0 20px;
}
.joinF_iptDiv .joinFIpt_one {
  width: 50%;
  float: left;
  margin-bottom: 12px;
}
.joinFIpt_one .joinF_ipt {
  width: 32%;
  margin-right: 3.2%;
  float: left;
  font-size: 14px;
  color: #7c7c7c;
  text-align: right;
  line-height: 36px;
}
.joinFIpt_one .joinF_exp {
  width: 24.2%;
  float: left;
  line-height: 36px;
  font-size: 14px;
  color: #a3a3a3;
}
.rqeIpt .joinF_exp:before {
  content: "*";
  color: #f00;
  display: inline-block;
  width: 24px;
  text-align: center;
}
.joinFIpt_one input,
.joinFIpt_one select {
  width: 40%;
  float: left;
  height: 36px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  font-size: 14px;
  color: #7c7c7c;
  padding-left: 10px;
}
.joinFIpt_one select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*background:#fff url(../images/drop_02.jpg) right center no-repeat;*/
}
.joinF_iptDiv .exp_box {
  padding: 25px 0 12px;
  border: 1px dashed #999;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.exp_box .exp_delete {
  width: 22px;
  height: 22px;
  background: url(../image/join_x.png) center no-repeat;
  position: absolute;
  top: -11px;
  right: -11px;
  cursor: pointer;
}
.add_epx {
  width: 160px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: auto;
  border-radius: 16px;
  font-size: 14px;
  color: #fff;
  background: #08d2d8;
  cursor: pointer;
}
.joinF_iptDiv textarea {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  width: 100%;
  height: 100px;
  font-size: 14px;
  color: #7c7c7c;
  padding: 5px 10px;
  resize: none;
}
.add_epx i {
  display: inline-block;
  padding-left: 16px;
  background: url(https://www.changermed.com/Public/Home/images/join_add.png) left center no-repeat;
}

.alodpc input {
  cursor: pointer;
  border: none;
  height: 35px;
  width: 150px;
  color: #fff;
  border-radius: 17px;
  background: #08d2d8;
}

.aeubnbc {
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 5%;
}
.aeubnbc .d1 {
  font-size: 32px;
}
.aeubnbc .d2 {
  margin-top: 15px;
  color: #666;
}
.aeubnbc .d3 {
  margin-top: 20px;
  max-width: 500px;
}
.aeubnbc .d3 .c1 {
  width: calc(100% - 150px);
  float: left;
  height: 40px;
  border: 1px solid #a2a2a2;
  padding: 0 10px;
}
.aeubnbc .d3 .c2 {
  float: left;
  color: #fff;
  width: 70px;
  height: 40px;
  background: #a2a2a2;
  border: none;
  cursor: pointer;
}
.aeubnbc .d3 .c3 {
  float: left;
  color: #fff;
  width: 70px;
  height: 40px;
  background: #08d2d8;
  margin-left: 10px;
  border: none;
  cursor: pointer;
}

.eunbma {
  padding: 0 55px;
}
.eunbma .prev,
.eunbma .next {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.eunbma .prev {
  left: 0;
  background-image: url(../image/left04.png);
}
.eunbma .next {
  right: 0;
  background-image: url(../image/right04.png);
}

.ewoloa {
  background: no-repeat center center;
  background-size: cover;
  padding: 4%;
  margin-top: 4%;
}

.wabekm {
  background: rgba(60, 194, 177, 0.7);
  color: #fff;
  padding: 5%;
}
.wabekm .d1 {
  font-size: 32px;
}
.wabekm .d2 {
  margin-top: 25px;
}
.wabekm .d2 a {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  padding: 0 35px;
  color: #fff;
}

.world-map {
  max-width: 1200px;
  margin: 0 auto;
}
.world-map .list {
  position: absolute;
  margin-left: -16px;
  margin-top: -16px;
}
.world-map .list01 {
  left: 10%;
  top: 35%;
}
.world-map .list02 {
  left: 5%;
  top: 50%;
}
.world-map .list03 {
  left: 31%;
  top: 55%;
}
.world-map .list04 {
  left: 37%;
  top: 40%;
}
.world-map .list05 {
  left: 72%;
  top: 41%;
}
.world-map .list06 {
  left: 87%;
  top: 67%;
}
.world-map .list > span {
  display: block;
  width: 33px;
  height: 33px;
  background: url(../image/n1.png);
}

.aelmbn {
  position: absolute;
  display: none;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  top: 33px;
  background: #fff;
  padding: 10px;
  width: 350px;
  padding: 15px;
}
.aelmbn .pic {
  width: 160px;
}
.aelmbn .con {
  width: calc(100% - 175px);
}
.aelmbn .con .d1 {
  font-size: 18px;
}
.aelmbn .con .d2 {
  margin-top: 8px;
  line-height: 1.8;
  color: #666;
}

.aeiob {
  font-size: 16px;
}
.aeiob span {
  color: #08d2d8;
  font-size: 22px;
  line-height: 2;
}

.ubaenm {
  background: url(../image/t44.png) no-repeat center center;
  background-size: 95% auto;
  height: 393px;
  margin-top: 6%;
}

.ubaenm .list {
  position: absolute;
  width: 280px;
}
.ubaenm .list01 {
  left: 3%;
  bottom: 30%;
}
.ubaenm .list02 {
  left: 43%;
  bottom: 45%;
}
.ubaenm .list03 {
  right: 0%;
  top: 45%;
}
.ubaenm .list .d1 {
  color: #3fb3a0;
  font-size: 26px;
}
.ubaenm .list .d2 {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-top: 10px;
}

.omlewba .d1 {
  font-weight: bold;
  font-size: 36px;
}
.omlewba .d2 {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  color: #666;
}
.plboena {
  margin-top: 4%;
}
.plboena li {
  width: 33.33%;
  text-align: center;
  float: left;
}
.plboena li .pic span {
  display: inline-block;
  width: 170px;
  height: 170px;
  background: #fff no-repeat center center;
  background-size: auto 30%;
  border-radius: 50%;
}
.plboena li .tit {
  font-size: 18px;
  color: #787878;
  margin-top: 15px;
}

.olebnga li {
  width: 48%;
  float: left;
  margin-top: 4%;
}
.olebnga li:nth-child(2n) {
  float: right;
}
.olebnga li .pic {
  overflow: hidden;
}
.olebnga li .pic img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.olebnga li .con {
  margin-top: 15px;
  color: #666;
}
.olebnga li .con .d1 {
  font-size: 26px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.olebnga li .con .d2 {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}

.eubbnac li {
  margin-top: 4%;
  background: #08d2d8;
}
.eubbnac li .pic {
  width: 50%;
  position: relative;
}
.eubbnac li:nth-child(2n) .pic {
  float: right;
}
.eubbnac li .pic img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.eubbnac li .con {
  width: 50%;
}
.eubbnac li .con .taelmc {
  width: 100%;
  height: 380px;
  display: table;
  padding: 0 8%;
  color: #fff;
  text-align: center;
}
.eubbnac li .con .taelmc .d1 {
  font-size: 30px;
}
.eubbnac li .con .taelmc .d2 {
  font-size: 22px;
  margin-top: 10px;
}

.meybna {
  border-top: 1px solid #ddd;
  margin-top: 3%;
  padding-top: 3%;
}
.lmneba {
  width: 60%;
}
.lmneba .d1 {
  color: #08d2d8;
  font-size: 42px;
}
.lmneba .d2 {
  line-height: 2;
  margin-top: 20px;
  font-size: 16px;
}
.bunema {
  width: 35%;
}
.bunema .list {
  width: 40%;
  text-align: center;
}
.bunema .list .d1 {
  color: #08d2d8;
  font-size: 42px;
  font-weight: bold;
}
.bunema .list .d2 {
  font-size: 16px;
  margin-top: 15px;
}

.aybuenc {
  color: #fff;
  padding: 9%;
  background: no-repeat center center;
  background-size: cover;
}
.aybuenc .d1 {
  font-size: 48px;
  font-weight: bold;
}
.aybuenc .d2 {
  font-size: 38px;
  margin-top: 10px;
}

.mbuenvb li {
  width: 30%;
  float: left;
  position: relative;
  margin-right: 5%;
  margin-bottom: 5%;
}
.mbuenvb li:nth-child(3n) {
  margin-right: 0;
}

.mbuenvb li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.mbuenvb li .tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 194, 177, 0.5);
  color: #fff;
  display: table;
  text-align: center;
  padding: 0 5%;
  font-size: 16px;
  opacity: 0;
  transition: all 0.5s ease;
}

.tlmenba .pic {
  width: 49%;
}
.ploren {
  width: 45%;
  padding: 40px 0;
}
.ploren .prev,
.ploren .next {
  width: 30px;
  height: 15px;
  position: absolute;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  background: no-repeat center center;
}
.ploren .prev {
  top: 0;
  background-image: url(../image/left02.png);
}
.ploren .next {
  bottom: 0;
  background-image: url(../image/right02.png);
}

.news-list {
}
.news-list li {
  transition: all 0.5s ease;
}
.news-list li .butc {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.news-list li a {
  display: block;
}
.news-list li a .pic {
  width: 225px;
}
.news-list li a .pic img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.news-list li a .date {
  margin-left: 50px;
  padding-top: 20px;
  width: 95px;
  color: #999;
  transition: all 0.5s ease;
}
.news-list li a .date:after {
  content: "";
  position: absolute;
  left: 95px;
  height: 1px;
  width: 35px;
  background: #ccc;
  top: 32px;
  transition: all 0.5s ease;
}
.news-list li a .date .d1 {
  font-size: 18px;
}
.news-list li a .date .d3 {
  margin-top: 30px;
}
.news-list li a .date .d3 span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../image/rt01.png) no-repeat center center;
  transition: all 0.5s ease;
}
.news-list li a .con {
  width: calc(100% - 465px);
  padding-top: 20px;
  transition: all 0.5s ease;
}
.news-list li a .con .d1 {
  line-height: 25px;
  height: 25px;
  font-weight: bold;
  overflow: hidden;
  font-size: 16px;
}
.news-list li a .con .d2 {
  margin-top: 15px;
  color: #999;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}

.lenolsa li {
  margin-bottom: 10px;
}
.dolsca span {
  float: left;
  height: 60px;
  line-height: 60px;
}
.dolsca img {
  margin-right: 10px;
}
.dolsca {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
  background: #fff;
  border: 1px solid #eee;
}
.dolsca.on {
  background: #f9f9f9;
  transition: all 0.5s ease;
}
.dolsca .d1 {
  width: 50%;
  text-indent: 20px;
  text-align: left;
}
.dolsca .d2,
.dolsca .d3,
.dolsca .d4 {
  text-align: center;
  width: 22%;
}
.dolsca .d5 {
  width: 5%;
}
.lourew {
  padding: 20px;
  line-height: 2;
  display: none;
}
.dolsca .d5 {
  padding-top: 14px;
  text-align: center;
}
.dolsca .d5 i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../image/xz.png) no-repeat center center;
  transition: all 0.5s ease;
}
.dolsca.on .d5 i {
  transform: rotate(135deg);
  transition: all 0.5s ease;
}

.mealbn {
  max-width: 675px;
  margin: 0 auto;
}
.mealbn > .pic > img {
  display: block;
  width: 675px;
  height: 537px;
}
.mealbn .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 675px;
  height: 537px;
  z-index: 1;
  display: none;
}
.mealbn .img.on {
  display: block;
}
.mealbn .img img {
  display: block;
  width: 675px;
  height: 537px;
}
.mealbn .city {
  position: absolute;
  text-align: center;
  width: 60px;
  z-index: 2;
}
.mealbn .city > .pic {
  display: none;
  height: 23px;
  cursor: pointer;
  background: url(https://www.changermed.com/Public/Home/images/xz41.png) no-repeat center center;
}
.mealbn .city.on > .pic {
  background: url(https://www.changermed.com/Public/Home/images/xz42.png) no-repeat center center;
}
.mealbn .city09.on .pic,
.mealbn .city04.on .pic,
.mealbn .city31.on .pic,
.mealbn .city32.on .pic,
.mealbn .city25.on .pic {
  background: url(https://www.changermed.com/Public/Home/images/xz41.png) no-repeat center center;
}
.mealbn .city.on {
  color: #fff;
  z-index: 3;
}
.mealbn .city .tit {
  color: #333;
  line-height: 42px;
}
.mealbn .city.on .tit {
  color: #fff;
}
.mealbn .city04.on .tit,
.mealbn .city09.on .tit,
.mealbn .city31.on .tit,
.mealbn .city32.on .tit {
  color: #333;
}
.mealbn .city.on .tit {
  display: block;
}
.mealbn .city01 {
  left: 572px;
  top: 58px;
}
.mealbn .city02 {
  left: 572px;
  top: 125px;
}
.mealbn .city03 {
  left: 541px;
  top: 160px;
}
.mealbn .city04 {
  left: 473px;
  top: 195px;
}
.mealbn .city05 {
  left: 487px;
  top: 237px;
}
.mealbn .city06 {
  left: 434px;
  top: 277px;
}
.mealbn .city07 {
  left: 427px;
  top: 319px;
}
.mealbn .city08 {
  left: 481px;
  top: 303px;
}
.mealbn .city09 {
  left: 541px;
  top: 303px;
}
.mealbn .city10 {
  left: 411px;
  top: 365px;
}
.mealbn .city11 {
  left: 465px;
  top: 365px;
}
.mealbn .city12 {
  left: 495px;
  top: 390px;
}
.mealbn .city13 {
  left: 375px;
  top: 425px;
}
.mealbn .city14 {
  left: 435px;
  top: 425px;
}
.mealbn .city15 {
  left: 225px;
  top: 235px;
}
.mealbn .city16 {
  left: 305px;
  top: 325px;
}
.mealbn .city17 {
  left: 370px;
  top: 175px;
}
.mealbn .city18 {
  left: 120px;
  top: 150px;
}
.mealbn .city19 {
  left: 235px;
  top: 170px;
}
.mealbn .city20 {
  left: 120px;
  top: 300px;
}
.mealbn .city21 {
  left: 344px;
  top: 221px;
}
.mealbn .city22 {
  left: 378px;
  top: 261px;
}
.mealbn .city23 {
  left: 415px;
  top: 229px;
}
.mealbn .city24 {
  left: 448px;
  top: 215px;
}
.mealbn .city25 {
  left: 462px;
  top: 174px;
}
.mealbn .city26 {
  left: 268px;
  top: 410px;
}
.mealbn .city27 {
  left: 348px;
  top: 380px;
}
.mealbn .city28 {
  left: 522px;
  top: 344px;
}
.mealbn .city29 {
  left: 386px;
  top: 498px;
}
.mealbn .city30 {
  left: 541px;
  top: 414px;
}
.mealbn .city31 {
  left: 451px;
  top: 448px;
}
.mealbn .city32 {
  left: 431px;
  top: 452px;
}
.mealbn .city33 {
  left: 510px;
  top: 283px;
}
.mealbn .city34 {
  left: 360px;
  top: 328px;
}
.mealbn .city:hover {
  z-index: 3;
}
.mealbn .city:hover .aelmbn {
  display: block;
}

@media (max-width: 1300px) {
  .T-nav > li > a {
    padding: 0 22px;
  }
  .olaemc {
    right: 2%;
    margin-right: 0;
  }
  .lbeeatc a {
    left: 4%;
    margin-left: 0;
  }
}

@media (min-width: 1201px) {
  .T-nav li .sec,
  .T-nav > li .thr {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.5s ease;
  }
  .T-nav li:hover .sec,
  .T-nav > li:hover .thr {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 0.5s ease;
  }
  .T-nav > li:hover > a:after,
  .T-nav > li > a.cur:after {
    width: 60px;
    transition: all 0.5s ease;
  }
  .T-nav > li:hover > a,
  .T-nav > li > a.cur {
    color: #08d2d8;
  }
  .bucen .list:hover p {
    display: block;
  }
  .obneau li:hover:before,
  .obneau li:hover .con {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
  }
  .world-map .list:hover > span {
    background: url(../image/n2.png);
  }
  .world-map .list:hover .aelmbn {
    display: block;
  }
  .eubbnac li .pic:before {
    content: "";
    width: 14px;
    height: 28px;
    background: url(../image/cc01.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .eubbnac li:nth-child(2n) .pic:before {
    left: 0;
    right: auto;
    background: url(../image/cc02.png);
  }
  .mbuenvb li:hover .tit {
    opacity: 1;
    transition: all 0.5s ease;
  }
  .ny-nav p a:hover {
    color: #fff;
    transition: all 0.5s ease;
    background: #08d2d8;
  }
  .zonena a:hover .pic img {
    width: 100%;
    transition: all ease 0.5s;
  }
}

@media (max-width: 1200px) {
  body {
    padding-top: 50px;
  }
  .main {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 3%;
  }
  .wrap {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 3%;
  }
  .top {
    display: block;
    padding: 0;
    top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 20;
  }
  .top > .wrap {
    padding: 0 3%;
  }
  .top .t-logo {
    padding: 10px 0;
  }
  .top .t-logo img {
    height: 30px;
  }
  .top .T-nav > li > a {
    color: #666;
    transition: all 0.5s ease;
  }
  .T-nav {
    position: fixed;
    left: 0;
    top: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    z-index: 22;
    overflow: auto;
    display: none;
  }
  .T-nav > li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .T-nav li > a {
    background: none !important;
    line-height: 45px;
    padding: 0 3%;
    font-size: 16px;
  }
  .T-nav > li .thr {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 0;
  }
  .T-nav > li .thr a {
    line-height: 45px;
    margin: 0;
    font-size: 15px;
    padding: 0 5%;
    text-align: left;
    width: 100%;
  }
  .mob-nav {
    display: block;
  }

  .search-T {
    margin-top: 9px;
  }
  .search-T span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    background: #08d2d8 url(../image/fd.png) no-repeat center center;
  }
  .search-T p {
    position: absolute;
    display: none;
    top: 0px;
    right: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  .ebunec {
    display: none;
  }

  .ind-01 .d1 {
    font-size: 20px;
  }
  .ind-01 .d2 {
    font-size: 16px;
  }
  .ind-01 .d3 a {
    width: 125px;
    line-height: 36px;
    font-size: 14px;
  }
  .zonena .tit a {
    font-size: 24px;
  }

  .svemba {
    padding: 15px 0;
  }
  .lmoca {
    width: 100%;
  }
  .bucen {
    display: none;
  }
  .ybcenm {
    line-height: 22px;
    padding: 15px 0;
  }
  .ny-main {
    padding: 4%;
  }
  .bemnac .d1 {
    font-size: 24px;
  }
  .bemnac .d2 {
    font-size: 15px;
  }
  .meonac li .pic img {
    height: 45vw;
  }
  .lmeanb {
    font-size: 20px;
    padding: 5% 0;
  }
  .ny-banner img {
    height: 30vw;
  }
  .ny-nav span {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: url(../image/xx.png) no-repeat right center;
  }
  .ny-nav p {
    display: none;
    position: absolute;
    background: #fff;
    width: 94%;
    z-index: 9;
 
  }
  .ny-nav p a {
    width: 100% !important;
    line-height: 45px;
    text-align: left;
    padding: 0 3%;
  }
  .lemba .list {
    font-size: 14px;
  }
  .lemba .list .d1 strong {
    font-size: 30px;
  }
  .edit-con {
    font-size: 14px;
  }

  .yobnbac li .con .d1 {
    font-size: 20px;
  }
  .yobnbac li .con .d2 {
    margin-top: 3%;
    font-size: 15px;
  }
  .yobnbac li .con .d3 {
    margin-top: 3%;
    font-size: 14px;
  }
  .obneau li .pic img {
    height: 200px;
  }
  .nolema li a {
    padding-right: 0;
    background: none;
  }
  .nolema li a .date {
    padding-right: 20px;
  }
  .nolema li a .date strong {
    font-size: 24px;
  }
  .nolema li a .con {
    width: calc(100% - 100px);
  }
  .nolema li a .con .d1 {
    font-size: 16px;
  }
  .nolema li a .con .d2 {
    height: 50px;
    overflow: hidden;
    font-size: 14px;
  }

  .pagelmc a.mob-none {
    display: none;
  }
  .aelmbo .d1 {
    font-size: 20px;
  }
  .aelmbo .d2 {
    font-size: 14px;
  }
  .aelmbo .d2 > span:last-child {
    display: none;
  }
  .eobpma p {
    font-size: 14px;
  }
  .eobpma p a {
    display: block;
  }
  .eobpma .back {
    position: relative;
    margin-top: 15px;
    top: 0;
  }
  .lebbuna li a .pic img {
    height: 180px;
  }

  .noaemtc {
    margin: 0;
  }
  .ac-dreslt {
    padding-top: 15px;
  }
  .leubna {
    width: 100%;
    padding: 4%;
  }
  .pbuobae {
    width: 100%;
    margin-top: 3%;
  }
  .pbuobae .d1 {
    font-size: 20px;
  }
  .pbuobae .d2 {
    font-size: 16px;
  }

  .lbeeatc a .d1 {
    font-size: 20px;
  }
  .lbeeatc a .d2 {
    font-size: 14px;
  }
  .poealbe li a .tit {
    font-size: 18px;
  }
  .lembbne {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    margin: 0;
    width: 100%;
  }
  .beanbm {
    height: 240px;
    padding: 0 20px;
  }
  .beanbm li {
    padding: 10px 0;
  }
  .beanbm li .d1 {
    font-size: 16px;
    line-height: 24px;
  }

  .olembea .tit {
    font-size: 20px;
  }
  .olembea .con {
    width: 100%;
    margin-top: 2%;
  }
  .luoebn li .d2 {
    font-size: 16px;
  }
  .womebn .pic {
    width: 100%;
  }
  .womebn .con {
    width: 100%;
    padding: 4%;
  }
  .obuaen li {
    padding: 3%;
  }
  .welmbn {
    width: 100%;
  }
  .awlbun {
    width: 100%;
    margin-top: 4%;
  }
  .awlbun .d1,
  .awlbun .d2,
  .aeubnbc .d1 {
    font-size: 20px;
  }
  .awlbun .d3 {
    font-size: 16px;
  }
  .awlbun .d5 img {
    width: 110px;
  }
  .awlbun .d5 .con {
    width: calc(100% - 130px);
  }

  .wabekm .d1 {
    font-size: 20px;
  }
  .world-map .list {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    margin: 10px 0 0;
  }
  .world-map .list > span {
    display: none;
  }
  .aelmbn {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
  }
  .aeiob {
    font-size: 14px;
  }
  .ubaenm {
    background: none;
  }
  .ubaenm .list {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100%;
    padding: 12px 0;
  }
  .ubaenm .list .d1 {
    font-size: 18px;
  }

  .omlewba .d1 {
    font-size: 20px;
  }
  .omlewba .d2 {
    font-size: 15px;
  }
  .plboena li {
    padding: 0 10px;
  }
  .plboena li .pic span {
    width: 80px;
    height: 80px;
    background-size: auto 50%;
  }
  .plboena li .tit {
    font-size: 14px;
  }
  .olebnga li .pic img {
    height: 220px;
  }
  .olebnga li .con .d1 {
    font-size: 18px;
  }
  .olebnga li .con .d2 {
    font-size: 14px;
  }

  .eubbnac li .pic img,
  .eubbnac li .con .taelmc {
    height: 220px;
  }
  .eubbnac li .con .taelmc .d1 {
    font-size: 20px;
  }
  .eubbnac li .con .taelmc .d2 {
    font-size: 15px;
  }

  .lmneba {
    width: 100%;
  }
  .lmneba .d1 {
    font-size: 20px;
  }
  .lmneba .d2 {
    font-size: 15px;
  }
  .bunema {
    width: 100%;
  }
  .bunema .list .d1 {
    font-size: 24px;
    margin-top: 4%;
  }
  .aybuenc .d1 {
    font-size: 20px;
  }
  .aybuenc .d2 {
    font-size: 16px;
  }
  .mbuenvb li img {
    height: 150px;
  }
  .mbuenvb li .tit {
    position: relative;
    opacity: 1;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    background: #fff;
    color: #333;
  }

  .ploren {
    display: none;
  }
  .tlmenba .pic {
    width: 100%;
  }
  .aboutB-b {
    display: none;
  }
  .aboutB-c {
    width: 100%;
    padding-bottom: 70px;
  }
  .scrollbar {
    display: none;
  }
  .mealbn > .pic {
    display: none;
  }
  .mealbn .img {
    display: none !important;
  }
  .mealbn .city {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    margin-bottom: 10px;
  }
  .mealbn .city .tit {
    display: none;
  }
}

@media (max-width: 900px) {
.ind-02{ padding:3.5%;}
.rightdd{width:100%;}
.rightdd .d1{ font-size:22px;}
.video{ width:100%; height:auto;}
.mieca li{ text-align:center;}
.mieca li .d1{ font-size:26px;}
.mieca li .d2{ font-size:12px;}
.bc-tit{ font-size:22px;}
.eolcm {top: 10px;}
.eolcm a {padding: 7px 15px;}
.otepac li {
    width: 100%;
}
.otepac li a .pic img {
    width: 100%;
     height: auto; padding:10% 0;  
  
}
.almbn p {
    font-size: 14px;
    margin-top: 2%;
}
.almbn strong {
 
    font-size: 18px;
}
.foot {
 
    padding: 0 3.5%;
}
.lmoca {
    
    margin-left: 0%; margin-top:4%; 
}
.lmoca li {
    width: 24%;
 
}
.lmoca li p a {
 
    font-size: 13px;
  
}
.lmoca li span a {
 
    font-size: 12px;
}
}

@media (max-width: 780px) {
  .zonena {
    width: 100%;
  }
  .lmcebn {
    width: 100%;
  }
  .zonena .pic img {
    height: 60vw;
  }
  .olaemc {
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
    transform: translateY(0);
    padding: 4%;
  }
  .olaemc .tit {
    font-size: 20px;
  }
  .meonac li .con .d1 {
    font-size: 18px;
  }
  .meonac li .con .d2 span {
    width: 80px;
    line-height: 32px;
    font-size: 12px;
  }
  .lemba .list {
    width: 50%;
    padding: 10px 0;
  }
  .paelnmb li .tit {
    font-size: 14px;
  }
  .lebbuna li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 0;
  }
  .lebbuna li a {
    padding: 15px;
  }
  .lebbuna li:nth-child(2n) {
    float: right;
  }
  .lebbuna li .pic img {
    height: 120px;
  }
  .weotnb li {
    width: 100%;
  }
  .weotnb li a {
    font-size: 14px;
  }
  .trbeun li a .pic span {
    width: 100px;
    height: 100px;
  }
  .trbeun li a .tit {
    font-size: 18px;
  }
  .ebunmb span {
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
  }
  .obuaen li {
    width: 48%;
    margin-bottom: 4%;
  }
  .eolmgga {
    display: none;
  }
  .dnaemb li {
    padding: 15px 0;
    line-height: 40px;
  }
  .dnaemb li a {
    width: 60px;
  }
  .dnaemb li .tit {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 75px);
    font-size: 15px;
  }
  .joinF_iptDiv .joinFIpt_one {
    width: 100%;
  }
  .joinF_main .joinF_box {
    padding: 0.3rem;
  }
  .joinF_box .joinF_iptDiv {
    padding: 0.2rem 0;
  }
  .joinFIpt_one .joinF_ipt {
    width: 100%;
    margin-right: 0;
    float: none;
    text-align: left;
    line-height: 26px;
  }
  .joinFIpt_one .joinF_exp {
    width: 35%;
  }
  .joinFIpt_one input,
  .joinFIpt_one select {
    width: 65%;
  }
  .joinF_iptDiv .exp_box {
    padding: 0.2rem;
  }
  .joinF_box .join_btn {
    margin: 0.3rem auto 0;
  }
  .news-list li a .date {
    display: none;
  }
  .news-list li .butc {
    padding: 3%;
  }
  .news-list li a .pic {
    width: 125px;
  }
  .news-list li a .pic img {
    height: 85px;
  }
  .news-list li a .con {
    width: calc(100% - 140px);
    padding: 0;
  }
  .news-list li a .con .d2 {
    margin-top: 5px;
    height: 50px;
  }
  .news-list li a .con .d3 {
    display: none;
  }
  .dolsca .d1 {
    width: 85%;
  }
  .dolsca .d3,
  .dolsca .d4 {
    display: none;
  }
}

@media (max-width: 640px) {
  .yobnbac li .pic {
    width: 100%;
  }
  .yobnbac li .con {
    width: 100%;
    margin-top: 3%;
  }
  .obneau li {
    width: 49%;
    margin-right: 0;
  }
  .obneau li:nth-child(2n) {
    float: right;
  }
  .obneau li .pic img {
    height: 150px;
  }
  .pbuobae .d5 a {
    width: 100%;
    margin: 5px 0;
  }
  .poealbe li {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
  }
  .poealbe li a .pic img {
    height: 50vw;
  }
  .olebnga li {
    width: 100%;
  }
  .olebnga li .pic img {
    height: auto;
  }
  .eubbnac li .pic {
    width: 100%;
  }
  .eubbnac li .pic img {
    height: auto;
  }
  .eubbnac li .con {
    width: 100%;
  }
  .eubbnac li .con .taelmc {
    height: auto;
    padding: 4%;
  }
  .mbuenvb li {
    width: 48%;
    margin-right: 0;
  }
  .mbuenvb li:nth-child(2n) {
    float: right;
  }
  .mbuenvb li img {
    height: 100px;
  }
}

.shade {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.big-video {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -240px;
  z-index: 22;
  display: none;
  margin-left: -450px;
  background-color: #fff;
  width: 900px;
  box-sizing: border-box;
}
.big-video-main {
  height: 480px;
}
.big-video-clo {
  position: absolute;
  right: -35px;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../image/icon30.png) no-repeat center center;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .big-video {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .big-video-main {
    height: 185px;
  }
  .big-video-clo {
    right: 0;
    z-index: 21;
  }
}

@-moz-keyframes mouse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes mouse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mouse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
