html,
body {
  background-color: #f8f8f8;
}
._imgbox {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
._imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  -webkit-transition: 0.6s all ease-in-out ;
  -moz-transition: 0.6s all ease-in-out ;
  -o-transition: 0.6s all ease-in-out ;
  transition: 0.6s all ease-in-out ;
}
.g-title {
  position: relative;
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 20px;
}
.g-title ._ft {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding: 0 0 14px;
  font-weight: bold;
}
.g-title ._ft:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00a539;
}
.g-title > b._ft {
  color: #19a6b7;
}
.g-title > b._ft:after {
  height: 2px;
  background-color: #19a6b7;
}
.g-title ._more {
  position: absolute;
  z-index: 1;
  zoom: 1;
  line-height: 20px;
  top: 50%;
  right: 0;
  margin-top: -17px;
  text-transform: capitalize;
}
.g-title ._more i {
  padding-left: 0.1em;
  color: #19a6b7;
}
.g-title ._more:hover {
  color: #19a6b7;
}
.tooltip[role=tooltip] {
  font-size: 12px;
  line-height: 2;
  padding: .3em 1em;
  max-width: 300px;
  margin-top: -8px;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.tooltip[role=tooltip]:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 100%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0 -6px;
}
.s_qrcode .codeBox {
  display: none;
  position: absolute;
  z-index: 999;
  zoom: 1;
  top: 100%;
  left: 50%;
  width: 120px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.s_qrcode .codeBox:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0 -6px;
  -webkit-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);
}
.s_qrcode:hover .codeBox {
  display: block;
}
.lay-code-modal {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lay-code-modal .lay-codebox {
  text-align: center;
  width: 260px;
  padding: 20px 0 30px;
}
.lay-code-modal .lay-codebox h1 {
  font-size: 1.36rem;
  color: #333;
  font-weight: 400;
  padding: 1rem 0;
}
.lay-code-modal .lay-codebox img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.lay-code-modal .lay-codebox p {
  padding-top: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.g-head {
  background-color: #fff;
  z-index: 100;
}
.g-head .wrapper {
  position: relative;
  padding: 18px 350px 18px 0;
}
.g-head ._logo,
.g-head _hn {
  float: left;
}
.g-head ._logo {
  background-color: #19a6b7;
}
.g-head ._hn {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px #f5f5f5 solid;
}
.g-head ._right {
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 0;
  top: 50%;
  height: 50px;
  margin-top: -25px;
}
.g-head ._right > * {
  display: inline-block;
  float: left;
  margin: 0 14px;
}
.g-head ._right a {
  position: relative;
  width: 42px;
  line-height: 42px;
  margin: 4px 0 4px 15px;
  margin-right: 0;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  font-size: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-head ._right a:hover {
  background-color: #19a6b7;
}
.g-menu {
  position: relative;
  background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
  background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
  background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
  background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
}
.g-menu .first > li {
  float: left;
  width: 9.09090909%;
}
.g-menu .first > li > a {
  position: relative;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .first > li > a .fk-right {
  display: none;
}
.g-menu .first > li > a i {
  padding-left: 0.3em;
  font-size: 12px;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
.g-menu .first > li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.g-menu .first > li:hover > a {
  color: #b0f0ad;
}
.g-menu .second-wrap {
  display: none;
  position: absolute;
  z-index: 110;
  zoom: 1;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 35px 0 45px;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
}
.g-menu .second-wrap .wrapper {
  position: relative;
  padding-left: 180px;
  min-height: 150px;
}
.g-menu .second-wrap ._title {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  font-size: 13px;
  width: 180px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.36);
}
.g-menu .second-wrap ._title h1 {
  padding-bottom: 5px;
  font-size: 30px;
  color: #19a6b7;
  line-height: 1.2;
}
.g-menu .second-wrap ._tit {
  line-height: 1;
  font-size: 18px;
  padding-left: 8px;
  border-left: 3px #19a6b7 solid;
  margin-bottom: 0.8em;
}
.g-menu .second-wrap ._more {
  padding-top: 0.5em;
  text-align: right;
}
.g-menu .second-wrap ._more a {
  color: #e84d3d;
}
.g-menu .second-wrap ._more a:hover {
  color: #2a71ab;
}
.g-menu .second-wrap ._nav {
  float: left;
  width: 26%;
  padding-right: 15px;
  border-right: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._nav li {
  float: left;
  width: 50%;
  margin-bottom: 0.8em;
  padding-right: 1em;
}
.g-menu .second-wrap ._nav li a {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  color: #4d4d4d;
}
.g-menu .second-wrap ._nav li a:hover {
  color: #19a6b7;
}
.g-menu .second-wrap ._info {
  float: left;
  width: 44%;
  padding: 0 40px;
  border-right: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._info .txt {
  line-height: 2;
  color: #999;
  font-size: 13px;
}
.g-menu .second-wrap ._info ul {
  padding-top: 12px;
  margin: 0 -5px;
}
.g-menu .second-wrap ._info ul > li {
  float: left;
  margin: 0 0 6px;
  width: 50%;
  padding: 0 5px;
}
.g-menu .second-wrap ._info ul a {
  display: block;
  line-height: 36px;
  background-color: #f6f6f6;
  text-align: center;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._info ul a i {
  display: none;
}
.g-menu .second-wrap ._info ul a:hover {
  color: #00a539;
  background-color: #f2f2f2;
}
.g-menu .second-wrap ._zx {
  float: left;
  width: 30%;
  padding-left: 40px;
}
.g-menu .second-wrap ._zx ul {
  margin: 0 -5px;
}
.g-menu .second-wrap ._zx ul > li {
  float: left;
  margin: 0 0 20px;
  width: 50%;
  padding: 0 5px;
}
.g-menu .second-wrap ._zx li {
  text-align: center;
}
.g-menu .second-wrap ._zx li a {
  display: block;
  color: #555;
  padding-top: 15px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._zx li a:hover {
  color: #00a539;
}
.g-menu .second-wrap ._zx li a:hover i {
  color: #fff;
  background-color: #00a539;
}
.g-menu .second-wrap ._zx li i {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  -o-border-radius: 30%;
  border-radius: 30%;
  font-size: 30px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._zx li span {
  display: block;
  padding-top: 0.8em;
  font-size: 15px;
}
.g-menu .second-wrap ._ks {
  border-left: 1px #f6f6f6 solid;
  padding-left: 40px;
}
.g-menu .second-wrap ._ks ._tit {
  margin-bottom: 0.6em;
  color: #19a6b7;
}
.g-menu .second-wrap ._ks ul {
  padding-bottom: 15px;
  margin: 0 -5px;
}
.g-menu .second-wrap ._ks ul > li {
  float: left;
  margin: 0 0 0;
  width: 12.5%;
  padding: 0 5px;
}
.g-menu .second-wrap ._ks ul li {
  line-height: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-menu .second-wrap ._ks ul li a:hover {
  color: #e84d3d;
}
.g-menu .second-wrap ._nav2 {
  float: left;
  width: 13%;
  padding-right: 15px;
}
.g-menu .second-wrap ._nav2 li {
  margin-bottom: 0.8em;
}
.g-menu .second-wrap ._nav2 a {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  color: #4d4d4d;
}
.g-menu .second-wrap ._nav2 a:hover {
  color: #19a6b7;
}
.g-menu .second-wrap ._list1 {
  float: left;
  width: 55%;
  padding: 0 40px;
  border-left: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._list1 ul {
  margin: 0 -12px;
}
.g-menu .second-wrap ._list1 ul > li {
  float: left;
  margin: 0 0 0;
  width: 50%;
  padding: 0 12px;
}
.g-menu .second-wrap ._list1 a {
  display: block;
}
.g-menu .second-wrap ._list1 a ._imgbox {
  height: 135px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 0.6em;
}
.g-menu .second-wrap ._list1 a ._imgbox:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.g-menu .second-wrap ._list1 a h5 {
  font-size: 15px;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
}
.g-menu .second-wrap ._list1 a:hover {
  color: #19a6b7;
}
.g-menu .second-wrap ._list2 {
  float: left;
  width: 32%;
  padding-left: 40px;
  border-left: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._list2 li {
  line-height: 1.2;
  margin-bottom: 0.9em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-menu .second-wrap ._list2 li a:hover {
  color: #e84d3d;
}
.g-menu .second-wrap ._list2 li:last-child {
  margin: inherit;
}
.g-menu .second-wrap ._list3 {
  float: left;
  width: 32%;
  padding-left: 40px;
  border-left: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._list3 ul {
  margin: 0 -8px;
}
.g-menu .second-wrap ._list3 ul > li {
  float: left;
  margin: 0 0 15px;
  width: 50%;
  padding: 0 8px;
}
.g-menu .second-wrap ._list3 a {
  display: block;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._list3 a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.32));
  background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.32));
  background-image: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.32));
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.32));
}
.g-menu .second-wrap ._list3 a ._imgbox {
  height: 85px;
}
.g-menu .second-wrap ._list3 a i {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 50%;
  top: 50%;
  margin: -1.2em 0 0 -1.2em;
  width: 2.4em;
  height: 2.4em;
  background: url(../images/play-icon.png) center no-repeat;
  background-size: contain;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._list3 a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.g-menu .second-wrap ._list3 a:hover img {
  -webkit-filter: saturate(1.8);
  -moz-filter: saturate(1.8);
  -o-filter: saturate(1.8);
  filter: saturate(1.8);
}
.g-menu .second-wrap ._list3 a:hover i {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.x-left,
.x-right {
  display: inline-block;
  color: rgba(45, 59, 73, 0.3);
  font-size: 80px;
  position: absolute;
  z-index: 20;
  zoom: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-left:hover,
.x-right:hover {
  color: rgba(45, 59, 73, 0.8);
}
.g-banner {
  width: 100%;
  position: relative;
  z-index: 0 !important;
  background-color: #fff;
}
.g-banner .swiper-slide {
  position: relative;
  display: block;
  height: 550px;
  text-align: center;
}
.g-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.g-banner .swiper-slide .m {
  display: none;
}
.g-banner .swiper-slide:hover {
  -webkit-filter: brightness(1.02);
  -moz-filter: brightness(1.02);
  -o-filter: brightness(1.02);
  filter: brightness(1.02);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-banner .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 20;
  zoom: 1;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.g-banner .u-pagination .bull {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.g-banner .u-pagination .active {
  background-color: #2a71ab !important;
}
.g-banner .x-left {
  left: 20px;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.g-banner .x-right {
  right: 20px;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.g-banner:hover .x-left,
.g-banner:hover .x-right {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.g-service {
  padding: 30px 0;
}
.g-service ul {
  margin: 0 -10px;
}
.g-service ul > li {
  float: left;
  margin: 0 0 0;
  width: 20%;
  padding: 0 10px;
}
.g-service a {
  display: block;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-service a i {
  display: inline-block;
  width: 106px;
  line-height: 106px;
  background-color: #fff;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -o-border-radius: 40%;
  border-radius: 40%;
  font-size: 42px;
  color: #19a6b7;
  -webkit-box-shadow: 0 0 10px rgba(0, 165, 57, 0.06);
  -moz-box-shadow: 0 0 10px rgba(0, 165, 57, 0.06);
  -o-box-shadow: 0 0 10px rgba(0, 165, 57, 0.06);
  box-shadow: 0 0 10px rgba(0, 165, 57, 0.06);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-service a p {
  font-size: 18px;
  padding-top: 1em;
}
.g-service a:hover {
  color: #19a6b7;
}
.g-service a:hover i {
  color: #fff;
  background-color: #19a6b7;
  background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
}
.x-news {
  padding: 35px 0;
  background-color: #fff;
}
.x-news ._tab {
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 25px;
}
.x-news ._tab li {
  float: left;
  padding: 0 20px;
  font-size: 18px;
  border-left: 1px #f2f2f2 solid;
  margin-bottom: 20px;
}
.x-news ._tab li:first-child {
  padding-left: 0;
  border: none;
}
.x-news ._tab li a {
  display: inline-block;
  position: relative;
}
.x-news ._tab li.active {
  font-weight: bold;
}
.x-news ._tab li.active a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 19px;
  height: 3px;
  background-color: #00a539;
}
.x-news ._box {
  position: relative;
  padding-left: 450px;
  min-height: 290px;
}
.x-news .tab_ul {
  padding-bottom: 20px;
}
.x-news .tab_ul ul {
  margin: 0 -14px;
}
.x-news .tab_ul ul > li {
  float: left;
  margin: 0 0 0;
  width: 50%;
  padding: 0 14px;
}
.x-news .tab_ul ul a {
  display: block;
  position: relative;
  padding: 16px 120px 0 0;
  margin-bottom: 16px;
  border-top: 1px solid #f2f2f2;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-news .tab_ul ul a h3 {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 12px;
}
.x-news .tab_ul ul a p {
  line-height: 1;
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.x-news .tab_ul ul a p u {
  padding: 0 1em;
  color: #ccc;
}
.x-news .tab_ul ul a ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 16px;
  right: 0;
  width: 110px;
  height: 74px;
}
.x-news .tab_ul ul a:hover {
  color: #19a6b7;
}
.x-news .tab_ul ul li:nth-child(1) a,
.x-news .tab_ul ul li:nth-child(2) a {
  padding-top: 0;
  border: none;
}
.x-news .tab_ul ul li:nth-child(1) a ._imgbox,
.x-news .tab_ul ul li:nth-child(2) a ._imgbox {
  top: 0;
}
.x-news .tab_ul ._more {
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 100%;
  right: 0;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.x-news .tab_ul ._more i {
  padding-left: 3px;
  color: #19a6b7;
}
.x-news .tab_ul ._more:hover {
  color: #19a6b7;
}
.new_slide {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  width: 420px;
  height: 290px;
  overflow: hidden;
}
.new_slide .swiper-slide {
  width: 400px;
  height: 290px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.new_slide .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
}
.new_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  -webkit-transition: 0.6s all ease-in-out ;
  -moz-transition: 0.6s all ease-in-out ;
  -o-transition: 0.6s all ease-in-out ;
  transition: 0.6s all ease-in-out ;
}
.new_slide .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.new_slide .swiper-slide h3 {
  position: absolute;
  z-index: 2;
  zoom: 1;
  left: 0;
  bottom: 35px;
  padding: 0 1.2em;
  text-align: left;
  width: 100%;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.new_slide .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 10;
  zoom: 1;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.new_slide .u-pagination .bull {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 2px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.new_slide .u-pagination .active {
  background-color: #c0ffbe !important;
}
.x-keshi {
  background-color: #fff;
  padding-bottom: 40px;
}
.x-keshi .wrapper {
  position: relative;
  padding-right: 30px;
}
.x-keshi .wrapper > * {
  position: relative;
  z-index: 2;
}
.x-keshi ._title {
  margin: 0 200px 20px 0;
  max-height: 40px;
  overflow: hidden;
}
.x-keshi ._title b {
  display: inline-block;
  position: relative;
  float: left;
  font-size: 20px;
  line-height: 1;
  padding: 5px 0 15px;
}
.x-keshi ._title b:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00a539;
}
.x-keshi ._title p {
  float: left;
  padding-left: 4em;
  padding-top: 11px;
  color: #dadada;
  font-size: 13px;
}
.x-keshi ._title p span {
  display: inline-block;
  padding: 0 6px;
  line-height: 1;
  border-right: 1px solid #eee;
}
.x-keshi ._more {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  line-height: 65px;
  padding: 0 3em;
  text-align: center;
  color: #fff;
  border-radius: 50px 0 0 0;
  background-image: -webkit-linear-gradient(135deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
  background-image: -moz-linear-gradient(135deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
  background-image: -o-linear-gradient(135deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
  background-image: linear-gradient(135deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
}
.x-keshi ._tab {
  background-color: #f8f8f8;
}
.x-keshi ._tab li {
  float: left;
  width: 33.3333%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-keshi ._tab li.active {
  font-weight: bold;
  background-color: #19a6b7;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
}
.x-keshi .ks_ul {
  min-height: 250px;
  padding-right: 20px;
  background-color: #fff;
}
.x-keshi .ks_ul ul {
  padding-top: 5px;
  margin: 0 -14px;
}
.x-keshi .ks_ul ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 14px;
}
.x-keshi .ks_ul ul li {
  padding-top: 10px;
}
.x-keshi .ks_ul ul a {
  display: block;
  line-height: 2.2;
  background-color: #fafafa;
  padding: 0 1em;
  border-left: 3px #9ef3e7 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: -webkit-linear-gradient(45deg,#fafafa,#fff);
  background-image: -moz-linear-gradient(45deg,#fafafa,#fff);
  background-image: -o-linear-gradient(45deg,#fafafa,#fff);
  background-image: linear-gradient(45deg,#fafafa,#fff);
}
.x-keshi .ks_ul ul a:before {
  content: '·';
  display: inline;
  padding-right: 8px;
  color: #ddd;
  font-weight: bold;
  font-size: 20px;
}
.x-keshi .ks_ul ul a:hover {
  color: #00a539;
}
.x-notice ul {
  margin: 0 -14px;
}
.x-notice ul > li {
  float: left;
  margin: 0 0 0;
  width: 50%;
  padding: 0 14px;
}
.x-notice ul li {
  line-height: 2.4;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.x-notice ul li span {
  padding-right: 1em;
  color: #aaa;
}
.x-notice ul li a:hover {
  color: #e84d3d;
}
.w-doctor {
  padding-bottom: 20px;
}
.x-doctor {
  position: relative;
  padding: 35px 0 15px;
  background: url(../images/yy1.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.x-doctor:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(246, 246, 246, 0.95);
}
.x-doctor .wrapper {
  position: relative;
  z-index: 10;
}
.g-doctor {
  margin: 0 -8px;
}
.g-doctor > li {
  float: left;
  margin: 0 0 16px;
  width: 33.33333333%;
  padding: 0 8px;
}
.g-doctor ._item {
  position: relative;
  padding: 20px 20px 70px 165px;
  min-height: 252px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.g-doctor ._item ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: inline-block;
  width: 130px;
  height: 165px;
  overflow: hidden;
  left: 20px;
  top: 20px;
  background-color: #42abe5;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-doctor ._item h1 {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
}
.g-doctor ._item h1 a {
  float: left;
  font-size: 20px;
  color: #19a6b7;
}
.g-doctor ._item h1 a:hover {
  color: #e84d3d;
}
.g-doctor ._item h1 span {
  float: left;
  padding-left: 4px;
  color: #999;
}
.g-doctor ._item .info {
  max-height: 125px;
  overflow: hidden;
}
.g-doctor ._item .ks {
  position: relative;
  padding-left: 3em;
  line-height: 22px;
  max-height: 44px;
  margin-right: -0.5em;
  margin-bottom: 3px;
  overflow: hidden;
  color: #666;
}
.g-doctor ._item .ks > strong {
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: inline-block;
  left: 0;
  top: 0;
  color: #444;
}
.g-doctor ._item .ks a {
  display: inline-block;
  margin-right: 4px;
  color: #333;
}
.g-doctor ._item .ks a:hover {
  color: #00a539;
}
.g-doctor ._item .sc {
  max-height: 76px;
  line-height: 24px;
  overflow: hidden;
  color: #888;
}
.g-doctor ._item .sc > strong {
  color: #444;
}
.g-doctor ._item ._bar {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 20px;
  bottom: 14px;
  right: 20px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #f1fafb;
}
.g-doctor ._item ._bar a {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 40px;
  text-align: center;
}
.g-doctor ._item ._bar a i {
  color: #19a6b7;
  margin-right: 4px;
}
.g-doctor ._item ._bar a:hover {
  color: #19a6b7;
}
.g-doctor ._item ._more {
  display: none;
}
.g-doctor ._item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.g-doctor ._item:hover ._imgbox {
  background-color: #2685b9;
}
.x-about {
  padding: 35px 0 0;
  background-color: #fff;
}
.x-about > .wrapper {
  padding-bottom: 35px;
}
.x-about > .wrapper ._box {
  position: relative;
  padding-left: 540px;
  min-height: 250px;
}
.x-about > .wrapper ._box ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  width: 500px;
  height: 100%;
}
.x-about > .wrapper ._box .txt p {
  line-height: 2.1;
  margin-bottom: 1em;
  font-size: 15px;
}
.x-about > .wrapper ._item {
  padding-top: 20px;
  margin: 0 -1px;
}
.x-about > .wrapper ._item > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 1px;
}
.x-about > .wrapper ._item ._alt {
  background-color: #f9f9f9;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}
.x-about > .wrapper ._item ._alt:hover {
  background-color: #f2fefb;
}
.x-about > .wrapper ._item b {
  font-size: 42px;
  color: #19a6b7;
  font-weight: 400;
}
.x-about > .wrapper ._item p {
  line-height: 2;
  font-size: 16px;
}
.x-maps {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.x-maps .anchorBL {
  display: none !important;
}
.x-maps .mapBox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
}
.x-maps .mapBox img {
  max-width: inherit;
}
.x-maps .wrapper {
  padding: 80px 0;
}
.x-maps .tabbox {
  position: relative;
  z-index: 100;
  float: right;
  background-color: rgba(25, 166, 183, 0.96);
  width: 450px;
  min-height: 500px;
  color: #fff;
}
.x-maps .tabbox > li > h1 {
  line-height: 60px;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  color: #b0f0ad;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-maps .tabbox > li ul {
  display: none;
  min-height: 260px;
  padding: 20px 40px;
  overflow: hidden;
}
.x-maps .tabbox > li ul li {
  position: relative;
  padding: 10px 0 10px 35px;
  font-size: 15px;
}
.x-maps .tabbox > li ul li i {
  line-height: 30px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 50%;
  margin-top: -15px;
  font-size: 24px;
}
.x-maps .tabbox > li ul li a {
  float: left;
  display: inline-block;
  width: 47%;
  line-height: 2.2;
  padding: 0 1em;
  border: 1px rgba(255, 255, 255, 0.6) solid;
  color: #fff;
  margin-right: 3%;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.x-maps .tabbox > li ul li a:hover {
  color: #b0f0ad;
  border-color: #b0f0ad;
}
.x-maps .tabbox > li.active > h1 {
  color: #fff !important;
  background-color: #1796a5;
  border: none;
}
.x-maps .tabbox > li.active ul {
  display: block;
}
.lay_maps .x-maps {
  height: 100vh;
  max-width: 100%;
}
.lay_maps .x-maps .wrapper {
  max-width: 100%;
  padding: 50px;
}
.lay_maps .x-maps .tabbox {
  width: 400px;
}
.g-footer {
  background-color: #fff;
}
.g-footer > .wrapper {
  padding: 40px 0;
}
.g-footer .info {
  float: left;
  display: inline-block;
}
.g-footer .info ul {
  max-width: 500px;
  padding: 10px 0;
}
.g-footer .info li {
  float: left;
  width: 160px;
  line-height: 2.2;
  font-size: 17px;
}
.g-footer .info li a:hover {
  color: #19a6b7;
}
.g-footer .wxBox {
  float: right;
  display: inline-block;
}
.g-footer .wxBox ul li {
  float: left;
  margin-left: 40px;
  text-align: center;
}
.g-footer .wxBox ul li img {
  width: 110px;
}
.g-footer .wxBox ul li span {
  display: block;
  padding-top: 8px;
}
.g-footer .copy {
  max-width: 1800px;
  margin: 0 auto;
  border-top: 1px #f2f2f2 solid;
  padding: 30px 0;
}
.g-footer .copy .link {
  float: left;
}
.g-footer .copy .link u {
  padding: 0 1em;
  color: #888;
}
.g-footer .copy .txt {
  float: right;
}
.g-footer .copy .txt span {
  padding-left: 0.5em;
}
.g-position {
  padding: 1.5em 0;
  color: #888;
}
.g-position a:hover {
  color: #19a6b7;
}
.g-relative {
  position: relative;
}
.g-container {
  min-height: 800px;
  background-color: #fff;
}
.w-left,
.w-right {
  padding: 25px;
  min-height: 900px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}
.w-left {
  width: 70.5%;
  padding: 25px 35px;
}
.w-right {
  width: 28%;
  max-width: 336px;
}
.w-right.fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  margin-left: 18px;
  margin-bottom: 10px;
}
.w-right.absolute {
  position: absolute;
  z-index: 100;
  bottom: 0;
  margin-left: 18px;
}
.w-right .g-title ._ft {
  font-size: 16px;
}
.w-listImg {
  padding-top: 10px;
}
.w-listImg li {
  padding-bottom: 25px;
  border-bottom: 1px #f2f2f2 dashed;
  margin-bottom: 20px;
}
.w-listImg li h1 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0.3em;
  font-weight: normal;
}
.w-listImg li h1 b {
  font-weight: normal;
}
.w-listImg li h1 a {
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  color: #555;
}
.w-listImg li h1 a:hover {
  color: #19a6b7;
}
.w-listImg li .txt {
  line-height: 1.8;
  color: #888;
  margin-bottom: 0.8em;
}
.w-listImg li .bar {
  position: relative;
  font-size: 13px;
  color: #666;
  line-height: 1.2;
}
.w-listImg li .bar span {
  margin-right: 1em;
}
.w-listImg li ._imgbox {
  display: none;
}
.w-page {
  padding: 1em 0;
  text-align: center;
  font-size: 1rem;
}
.w-page ul,
.w-page li {
  list-style: none;
  display: inline-block;
}
.w-page:before,
.w-page:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.w-page .page-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.w-page a,
.w-page b,
.w-page input,
.w-page button,
.w-page select {
  display: inline-block;
  float: left;
  line-height: 2.2rem;
  padding: 0 0.8rem;
  color: #2d3b49;
  background-color: #fff;
  margin: 0 3px 0.4rem 0;
  border: 1px #eee solid;
  border-radius: 1px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}
.w-page a:hover {
  border: 1px solid #e84d3d;
  background-color: rgba(232, 77, 61, 0.09);
  color: #e84d3d;
}
.w-page a:active {
  color: #fff;
  background-color: #e84d3d;
}
.w-page b {
  color: #fff;
  background-color: #19a6b7;
  border-color: #19a6b7;
  cursor: no-drop;
}
.w-page input {
  width: 5rem;
  height: 2rem;
}
.w-page select {
  width: 4rem !important;
  height: 2.2rem;
}
.right-hot {
  padding-bottom: 1em;
}
.right-hot li {
  padding-bottom: 1.2em;
}
.right-hot li a {
  display: block;
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
}
.right-hot li a em {
  display: inline-block;
  font-size: 8px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: #999;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.right-hot li a:hover {
  color: #e84d3d;
}
.right-hot li:nth-child(1) em {
  background: #fc6c6c;
}
.right-hot li:nth-child(2) em {
  background: #ffa169;
}
.right-hot li:nth-child(3) em {
  background: #ffc861;
}
.right-img {
  padding-bottom: 5px;
}
.right-img a {
  display: block;
  position: relative;
  padding: 2px 0 0 120px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.right-img a h3 {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 8px;
}
.right-img a p {
  line-height: 1;
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.right-img a p u {
  padding: 0 0.8em;
  color: #eee;
}
.right-img a ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  left: 0;
  width: 110px;
  height: 74px;
}
.right-img a:hover {
  color: #19a6b7;
}
.right-img li {
  padding-top: 18px;
}
.right-img li:nth-child(1) {
  padding: 0;
}
.art-title {
  border-bottom: 1px #eee solid;
  margin-bottom: 20px;
}
.art-title h1 {
  line-height: 1.4;
  font-weight: normal;
  padding: 0.3em 0 0.6em;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.art-title .alt {
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  padding-bottom: 20px;
  position: relative;
}
.art-title .alt > span {
  margin-right: 10px;
}
.art-title .alt .bdsharebuttonbox {
  position: absolute;
  z-index: 10;
  zoom: 1;
  right: 0;
  top: 2px;
  height: 20px;
  line-height: 20px;
}
.art-title .alt .bdsharebuttonbox a,
.art-title .alt .bdsharebuttonbox .bds_more {
  font-size: 14px !important;
  margin: 0 6px 0 0 !important;
}
.art-title .alt .bdsharebuttonbox .none {
  background: none !important;
  color: #666 !important;
}
.art-title .alt .bdsharebuttonbox .none .fa {
  font-size: 16px;
}
.g-html {
  line-height: 2;
  font-size: 15px;
  color: #4d4d4d;
  overflow: hidden;
}
.g-html > * {
  max-width: 100%;
}
.g-html img {
  max-width: 100%;
  background: url(../images/loading_min.png) center #f9f9f9 no-repeat !important;
}
.g-html a {
  color: #2d3b49;
}
.g-html a:hover {
  color: #2a71ab;
}
.art-link {
  padding: 20px 10px;
  line-height: 2.4;
  color: #888;
  font-size: 16px;
}
.art-link a:hover {
  color: #e84d3d;
}
.w-first {
  background-color: #fff;
  padding: 25px 35px;
  margin-bottom: 20px;
}
.w-first li {
  position: relative;
  padding-left: 5.5em;
  padding-bottom: 10px;
}
.w-first li > span {
  display: inline-block;
  line-height: 36px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #19a6b7;
}
.w-first li p {
  margin-right: -15px;
}
.w-first li p a {
  float: left;
  margin: 0 10px 8px 0;
  display: inline-block;
  line-height: 36px;
  padding: 0 1em;
  min-width: 8.8em;
  background-color: #f9f9f9;
  text-align: center;
}
.w-first li p a:hover {
  color: #19a6b7;
  background-color: #f2f2f2;
}
.w-first li p a.active {
  color: #fff;
  background-color: #19a6b7;
}
.doctor-head {
  position: relative;
  padding: 30px 280px 30px 210px;
  background-color: #fff;
  min-height: 250px;
  margin-bottom: 20px;
}
.doctor-head ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  width: 150px;
  height: 190px;
  left: 30px;
  top: 30px;
  background-color: #42abe5;
}
.doctor-head h1 {
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 0.3em;
  font-weight: bold;
  color: #19a6b7;
}
.doctor-head ._item li {
  line-height: 1.8;
  color: #444;
  font-size: 15px;
}
.doctor-head ._item li span {
  color: #999;
  font-size: 15px;
}
.doctor-head ._item li p {
  padding-top: 4px;
  font-size: 14px;
  color: #666;
}
.doctor-head ._item li i {
  margin-left: 0.5em;
  cursor: pointer;
  font-size: 16px;
}
.doctor-head ._item li a:hover {
  color: #00a539;
}
.doctor-head ._service {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 30px;
  right: 30px;
  width: 220px;
}
.doctor-head ._service ul {
  margin: 0 -4px;
}
.doctor-head ._service ul > li {
  float: left;
  margin: 0 0 8px;
  width: 50%;
  padding: 0 4px;
}
.doctor-head ._service ul a {
  display: block;
  border: 1px #f2f2f2 solid;
  text-align: center;
  padding: 20px 10px;
  line-height: 1;
}
.doctor-head ._service ul a i {
  font-size: 32px;
}
.doctor-head ._service ul a span {
  padding-top: 0.5em;
  display: block;
}
.doctor-head ._service ul a:hover {
  color: #00a539;
  border-color: #00a539;
}
.doctor-article {
  padding: 30px;
  background-color: #fff;
  min-height: 500px;
  margin-bottom: 20px;
}
.doctor-hot {
  padding-bottom: 20px;
}
.doctor-hot h1._tit {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 10px 0 30px;
}
.ks-abc {
  padding: 1.2em 0;
  color: #aaa;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ks-abc span {
  display: inline-block;
  padding: 0 8px;
  line-height: 1;
  border-right: 1px solid #eee;
}
.ks-map {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 30px;
}
.ks-map ._tab {
  background-color: #f9f9f9;
  border: 1px #f2f2f2 solid;
}
.ks-map ._tab li {
  float: left;
  width: 33.3333%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  border-left: 1px #f2f2f2 solid;
}
.ks-map ._tab li:nth-child(1) {
  border: none;
}
.ks-map ._tab li.active {
  font-weight: bold;
  background-color: #19a6b7;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg,#33ccb0,#19a6b7,#4794d3);
  background-image: -moz-linear-gradient(45deg,#33ccb0,#19a6b7,#4794d3);
  background-image: -o-linear-gradient(45deg,#33ccb0,#19a6b7,#4794d3);
  background-image: linear-gradient(45deg,#33ccb0,#19a6b7,#4794d3);
}
.ks-map .ks_ul {
  padding: 5px 0;
  min-height: 250px;
  margin: 0 -10px;
}
.ks-map .ks_ul > li {
  float: left;
  margin: 0 0 0;
  width: 33.33333333%;
  padding: 0 10px;
}
.ks-map .ks_ul li {
  padding-top: 15px;
}
.ks-map .ks_ul li .hd {
  position: relative;
  border-bottom: 1px #f0f0f0 solid;
}
.ks-map .ks_ul li .hd h3 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 0 14px;
  font-weight: bold;
}
.ks-map .ks_ul li .hd h3 a {
  color: #666;
}
.ks-map .ks_ul li .hd h3 a:hover {
  color: #00a539;
}
.ks-map .ks_ul li .hd h3:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a539;
}
.ks-map .ks_ul li .hd .bar {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: -4px;
  right: 0;
}
.ks-map .ks_ul li .hd .bar a {
  float: left;
  position: relative;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  background-color: #f2f2f2;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #888;
}
.ks-map .ks_ul li .hd .bar a:hover {
  color: #fff;
  background-color: #00a539 !important;
}
.ks-map .ks_ul li .box {
  display: block;
  padding-top: 10px;
}
.ks-map .ks_ul li .box p {
  line-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ks-map .ks_ul li .box p span {
  color: #999;
}
.ks-map .ks_ul li .box p.txt {
  padding-top: 0.2em;
  height: 3.4em;
  line-height: 1.6;
  color: #888;
  white-space: initial;
  font-size: 13px;
}
.ks-map .ks_ul li ._item {
  border: 1px #f2f2f2 solid;
  padding: 15px 20px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.ks-map .ks_ul li ._item:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background-color: #f2fefb;
}
.ks-map .ks_ul li ._item:hover .hd p a {
  background-color: #33ccb0;
  color: #fff;
}
.ks-head {
  padding: 35px 0;
  background-color: #fff;
}
.ks-head .wrapper {
  position: relative;
  padding-right: 580px;
}
.ks-head ._ksbar {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  right: 0;
  width: 540px;
}
.ks-head ._ksbar .ks_slide {
  width: 100%;
  height: 340px;
  background-color: #f6f6f6;
}
.ks-head ._ksbar .lk {
  padding-top: 25px;
  margin: 0 -8px;
}
.ks-head ._ksbar .lk > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 8px;
}
.ks-head ._ksbar .lk a {
  display: block;
  text-align: center;
  padding: 25px 0;
  background-color: #f6f6f6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  line-height: 1;
}
.ks-head ._ksbar .lk a i {
  font-size: 30px;
}
.ks-head ._ksbar .lk a span {
  display: block;
  padding-top: 0.8em;
  font-size: 15px;
}
.ks-head ._ksbar .lk a:hover {
  background-color: #eaf6f7;
  color: #00a539;
}
.ks-head ._info {
  min-height: 480px;
}
.ks-head ._info .tit {
  margin-bottom: 18px;
  border-left: 5px #00a539 solid;
  line-height: 1;
  padding-left: 15px;
}
.ks-head ._info .tit h1 {
  font-size: 28px;
  font-weight: bold;
  color: #555;
  padding-top: 2px;
}
.ks-head ._info .tit p {
  text-transform: uppercase;
  color: #aaa;
  padding-top: 0.5em;
  font-size: 14px;
}
.ks-head ._info .txt {
  line-height: 2;
  color: #666;
  margin-bottom: 15px;
}
.ks-head ._info .txt p {
  display: block;
  font-size: 15px;
  margin-bottom: 1em;
}
.ks-head ._info .txt a {
  display: block;
  background-color: #f1fafb;
  color: #19a6b7;
  line-height: 3;
  text-align: center;
  border-radius: 4px;
}
.ks-head ._info .txt a:hover {
  background-color: #19a6b7;
  color: #fff;
}
.ks-head ._info ._more {
  display: inline-block;
  line-height: 2.4;
  background-color: #eaf6f7;
  color: #00a539;
  margin-bottom: 20px;
  padding: 0 1.4em;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.ks-head ._info ._more:hover {
  color: #fff;
  background-color: #00a539;
}
.ks-head .vmap {
  border-top: 1px #f6f6f6 solid;
  padding-top: 15px;
}
.ks-head .vmap li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  line-height: 2;
  font-size: 15px;
}
.ks-head .vmap li span {
  color: #888;
}
.ks-head .vmap li span i {
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: inline-block;
  line-height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 20px;
  color: #00a539;
}
.ks-head .vmap li a {
  margin-right: 1em;
}
.ks-head .vmap li a i {
  color: #00a539;
  padding-left: 2px;
}
.ks-head .vmap li a:hover {
  color: #00a539;
}
.ks_slide {
  overflow: hidden;
}
.ks_slide .swiper-slide {
  width: 100%;
  height: 340px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.ks_slide .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
}
.ks_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  -webkit-transition: 0.6s all ease-in-out ;
  -moz-transition: 0.6s all ease-in-out ;
  -o-transition: 0.6s all ease-in-out ;
  transition: 0.6s all ease-in-out ;
  -webkit-filter: saturate(1.6);
  -moz-filter: saturate(1.6);
  -o-filter: saturate(1.6);
  filter: saturate(1.6);
}
.ks_slide .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.ks_slide .swiper-slide h3 {
  position: absolute;
  z-index: 2;
  zoom: 1;
  left: 0;
  bottom: 35px;
  padding: 0 1.2em;
  text-align: left;
  width: 100%;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.ks_slide .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 10;
  zoom: 1;
  left: 50%;
  bottom: 18px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ks_slide .u-pagination .bull {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ks_slide .u-pagination .active {
  background-color: #c0ffbe !important;
}
.ks-doctor {
  padding: 35px 0;
}
.g-single {
  padding: 25px 35px;
  background-color: #fff;
  margin-bottom: 30px;
  min-height: 70vh;
}
.layer_layimage {
  max-width: 70vh;
}
.layer_layimage i.fk-close {
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.layer_layimage .layimg {
  text-align: center;
  padding: 1.6em 2em;
}
.layer_layimage .layimg img {
  min-width: 400px;
}
.layer_layimage .laytitle {
  max-width: 100%;
  border-bottom: 1px #f2f2f2 solid;
  padding: 1.2em 4em 1em 2em;
  font-size: 16px;
  background-color: #fcfcfc;
}
.ks-device {
  padding: 35px 0;
  background-color: #fff;
  border-bottom: 1px #f2f2f2 solid;
}
.jb-hd {
  padding: 40px 45px;
  background-color: #fff;
  margin-bottom: 20px;
}
.jb-hd .txt {
  float: left;
  width: 60%;
  padding-right: 40px;
  font-size: 15px;
  line-height: 2;
  color: #666;
}
.jb-hd .card {
  float: right;
  width: 40%;
  padding-left: 40px;
  border-left: 1px #f2f2f2 solid;
}
.jb-hd .card h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #666;
}
.jb-hd .card li {
  padding-top: 0.5em;
  line-height: 1.45;
}
.jb-hd .card li span {
  color: #999;
}
.jb-list {
  margin: 0 -10px;
}
.jb-list > li {
  float: left;
  margin: 0 0 15px;
  width: 33.33333333%;
  padding: 0 10px;
}
.jb-list a {
  display: block;
  padding: 25px 35px;
  background-color: #fff;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.jb-list a h1 {
  font-size: 16px;
}
.jb-list a h1 b {
  font-weight: normal;
}
.jb-list a .many {
  padding-top: 12px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #777;
}
.jb-list a .many u {
  color: #ccc;
  padding: 0 0.5em;
}
.jb-list a .daiyu {
  padding-top: 10px;
  color: #e84d3d;
}
.jb-list a:hover {
  color: #00a539;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background-color: #f2fefb;
}
.jb-wrapper {
  padding-bottom: 15px;
  min-height: 80vh;
}
.job-article {
  padding: 35px 50px;
  background-color: #fff;
  min-height: 80vh;
  margin-bottom: 30px;
}
.job-article .job-bar {
  position: relative;
  padding-right: 300px;
  padding-bottom: 35px;
  margin-bottom: 10px;
  border-bottom: 1px #f2f2f2 solid;
}
.job-article .job-bar h1 {
  font-size: 28px;
}
.job-article .job-bar h1 b {
  padding-left: 5px;
  color: #00a539;
  font-size: 26px;
}
.job-article .job-bar .many {
  padding-top: 15px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}
.job-article .job-bar .many u {
  color: #ccc;
  padding: 0 1em;
}
.abtitle,
.jbtitle {
  padding: 20px 0;
}
.abtitle span,
.jbtitle span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.5em;
  position: relative;
}
.abtitle span:after,
.jbtitle span:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: -2px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #00a539;
}
.abtitle {
  padding: 10px 0;
}
.jobtn_box {
  position: absolute;
  z-index: 2;
  zoom: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.jobtn_box .jbbtn {
  display: block;
  line-height: 2.6em;
  font-size: 16px;
  text-align: center;
  padding: 0 4.2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: -32px;
  background-color: #19a6b7;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.jobtn_box .jbbtn:hover {
  background-color: #00a539;
}
.jobtn_box i {
  color: #00a539;
}
.jobtn_box .wxcode {
  float: left;
  position: relative;
}
.jobtn_box .wxcode:hover {
  color: #00a539;
}
.jobtn_box .jbshare {
  float: right;
}
.jobtn_box .jbshare:hover {
  color: #00a539;
}
.lay_jobsBox .lay_jbclose {
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 100%;
  right: 10px;
}
.lay_jobsBox .layui-layer-title {
  padding: 1.2em 40px;
  height: auto;
  line-height: 1;
  font-size: 16px;
  background-color: #19a6b7;
  color: #fff;
}
.lay_jobsBox .Msg_jobs {
  width: 900px;
  padding: 15px 40px;
}
.lay_jobsBox .ur_formjobs {
  margin: 0 -1%;
}
.lay_jobsBox .ur-inline {
  float: left;
  width: 23%;
  margin: 0 1%;
  padding-bottom: 0.2em;
}
.lay_jobsBox .ur-text {
  width: 98%;
}
.lay_jobsBox .ur-textarea {
  height: 80px;
}
.lay_jobsBox .ur-form-label span {
  color: #f00;
  font-weight: bold;
  font-size: 16px;
  padding-right: 3px;
}
.lay_jobsBox .lay_button {
  padding: 0.8em 0 0.5em;
  text-align: center;
}
.lay_jobsBox .lay_button a {
  display: inline-block;
  line-height: 2.4;
  padding: 0 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px #19a6b7 solid;
}
.lay_jobsBox .lay_button a.a_submit {
  background-color: #19a6b7;
  color: #fff;
}
.list-container,
.ab-container {
  background-color: #fff;
  margin-bottom: 30px;
  min-height: 60vh;
}
.list-container {
  padding: 35px 45px;
}
.w-listTxt li {
  line-height: 40px;
  font-size: 16px;
  padding-left: 1em;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w-listTxt li:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 18px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #666;
}
.w-listTxt li:nth-child(5n) {
  padding-bottom: 1.2em;
  border-bottom: 1px #f0f0f0 dashed;
  margin-bottom: 1.2em;
}
.w-listTxt li:last-child {
  padding-bottom: 1.2em;
  border: none;
  margin: 0;
}
.w-listTxt li a:hover {
  color: #e84d3d;
}
.ab-container {
  padding: 35px 55px;
}
.ab-container .g-html p {
  padding: 0.5em 0;
  text-indent: 2em;
}
.ab-container .ab_data ul {
  padding: 1em 0;
  margin: 0 -2px;
}
.ab-container .ab_data ul > li {
  float: left;
  margin: 0 0 0;
  width: 16.66666667%;
  padding: 0 2px;
}
.ab-container .ab_data ul ._alt {
  background-color: #f2fefb;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}
.ab-container .ab_data ul b {
  font-size: 32px;
  color: #19a6b7;
  font-weight: 400;
}
.ab-container .ab_data ul p {
  line-height: 2;
  font-size: 14px;
}
.ab-container .ab_hd .g-html {
  float: right;
  width: 47%;
}
.ab-container .ab_hd ._imgbox {
  float: left;
  width: 50%;
  margin-top: 0.5em;
}
.ab-container .ab_hd ._imgbox span {
  display: none;
}
.ab-container .ab_district ul {
  padding: 1em 0;
  margin: 0 -2px;
}
.ab-container .ab_district ul > li {
  float: left;
  margin: 0 0 5px;
  width: 25%;
  padding: 0 2px;
}
.ab-container .ab_district ul a {
  display: block;
  line-height: 3;
  background-color: #f6f6f6;
  text-align: center;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  font-size: 16px;
}
.ab-container .ab_district ul a:hover {
  color: #fff;
  background-color: #19a6b7;
}
.ab-container .ab_zlhz {
  padding: 1em 0;
}
.ab-container .ab_zlhz ul {
  border-left: 1px #fff solid;
  border-top: 1px #fff solid;
  margin: 0 0;
}
.ab-container .ab_zlhz ul > li {
  float: left;
  margin: 0 0 0;
  width: 20%;
}
.ab-container .ab_zlhz ul span {
  display: block;
  text-align: center;
  border-bottom: 1px #fff solid;
  border-right: 1px #fff solid;
}
.ab-container .ab_zlhz ul img {
  max-width: 100%;
  max-height: 150px;
}
.ab-container .ab_wh ul {
  padding: 1em 0;
  margin: 0 -15px;
}
.ab-container .ab_wh ul > li {
  float: left;
  margin: 0 0 0;
  width: 33.33333333%;
  padding: 0 15px;
}
.ab-container .ab_wh ul h3 {
  line-height: 1.8;
  padding: 0 0.8em;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: bold;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
  background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
  background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
  background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
}
.ab-container .ab_wh ul h1 {
  padding: 0.8em 0 0.6em;
  font-size: 20px;
  font-weight: bold;
}
.ab-container .ab_wh ul p {
  line-height: 1.6;
  color: #888;
  font-size: 15px;
  position: relative;
}
.ab-container .ab_wh ul.on {
  padding: 2em 0 3em;
}
.ab-container .ab_wh ul.on p {
  padding-bottom: 1em;
}
.ab-container .ab_wh ul.on p:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: -2px;
  left: 0;
  width: 3em;
  height: 3px;
  background-color: #00a539;
}
.ab-container .ab_logo {
  position: relative;
  padding: 10px 300px 30px 0;
}
.ab-container .ab_logo ._img {
  position: absolute;
  z-index: 1;
  zoom: 1;
  width: 240px;
  top: 32px;
  right: 0;
  background-color: #fafafa;
  border: 1px #f2f2f2 solid;
  padding: 15px 20px;
  text-align: center;
}
.ab-container .ab_logo ._img img {
  height: 100px;
}
.ab-lctitle {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 0.3em;
}
.ab-lctxt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 10px;
}
.ab-lctabs {
  position: relative;
  padding: 40px 0 20px 24px;
  background: url(../images/app-img3.png) 5px 0 repeat-y;
}
.ab-lctabs:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  height: 50px;
  width: 60px;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0),#fff);
  background-image: -moz-linear-gradient(180deg,rgba(255,255,255,0),#fff);
  background-image: -o-linear-gradient(180deg,rgba(255,255,255,0),#fff);
  background-image: linear-gradient(180deg,rgba(255,255,255,0),#fff);
}
.ab-lctabs > i {
  display: inline-block;
  width: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: -2px;
  top: -4px;
  font-size: 12px;
  color: #19a6b7;
}
.ab-lctabs .ab-lcul > li {
  position: relative;
  padding-bottom: 20px;
}
.ab-lctabs .ab-lcul > li .lcyear {
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #19a6b7;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  padding-bottom: 5px;
}
.ab-lctabs .ab-lcul > li:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 2;
  zoom: 1;
  top: 12px;
  left: -16px;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 3px #19a6b7 solid;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ab-lctabs .ab-lcul ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding: 6px 0 6px 6.5em;
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.ab-lctabs .ab-lcul ul li > b {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 6px;
  padding-right: 0.5em;
  font-size: 15px;
  color: #999;
  font-weight: normal;
}
.ab-lctabs .ab-lcul ul li p {
  display: none;
  position: relative;
  background-color: #f6f6f6;
  color: #888;
  padding: 12px 20px 15px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 8px 0 0 -20px;
}
.ab-lctabs .ab-lcul ul li p:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  left: 22px;
  width: 14px;
  height: 14px;
  background-color: #f6f6f6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -7px 0 0 -8px;
}
.ab-lctabs .ab-lcul ul li:hover {
  color: #e84d3d;
}
.ab_hrlist ul {
  padding-top: 5px;
  margin: 0 -12px;
}
.ab_hrlist ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 12px;
}
.ab_hrlist ul a {
  display: block;
  padding: 10px 0;
}
.ab_hrlist ul ._imgbox {
  height: 160px;
  margin-bottom: 5px;
}
.ab_hrlist ul h3 {
  height: 50px;
  line-height: 25px;
  font-size: 16px;
}
.ab_dvlist ul {
  padding-top: 5px;
  margin: 0 -12px;
}
.ab_dvlist ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 12px;
}
.ab_dvlist ul a {
  display: block;
  padding: 10px 0;
}
.ab_dvlist ul a:hover {
  color: #00a539;
}
.ab_dvlist ul a:hover ._item {
  border-color: #00a539;
}
.ab_dvlist ul ._item {
  position: relative;
  overflow: hidden;
  border: 1px #f2f2f2 solid;
  margin-bottom: 10px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.ab_dvlist ul ._item > img {
  width: 100%;
}
.ab_dvlist ul ._item ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ab_dvlist ul ._item ._imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}
.ab_dvlist ul h3 {
  height: 50px;
  line-height: 25px;
  font-size: 16px;
}
.tv-wrapper {
  padding-bottom: 1.5em;
}
.w-listTv {
  margin: 0 -15px;
}
.w-listTv > li {
  float: left;
  margin: 0 0 25px;
  width: 25%;
  padding: 0 15px;
}
.w-listTv a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.w-listTv a ._imgbox {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.w-listTv a ._imgbox span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 1em;
  bottom: 0.6em;
  color: #fff;
}
.w-listTv a ._imgbox i {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 50%;
  top: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 3em;
  height: 3em;
  background: url(../images/play-icon.png) center no-repeat;
  background-size: contain;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.w-listTv a h1 {
  padding: 1em 1.1em 1.1em;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  font-size: 15px;
}
.w-listTv a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.w-listTv a:hover ._imgbox i {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.fr_wenjuan h1 {
  font-size: 24px;
  color: #666;
  text-align: center;
  line-height: 1;
  padding: 1em 0;
  font-weight: bold;
}
.fr_wenjuan .fr_info {
  background: #F8F8F8;
  border: 1px dashed #ddd;
  padding: 1em 1.2em;
  margin-bottom: 1em;
  line-height: 2;
}
.fr_wenjuan h3 {
  padding: 0.5em 0;
  font-size: 15px;
  color: #484848;
}
.fr_wenjuan .checkbox-custom {
  padding: 0.5em 0 1em;
}
.fr_wenjuan .checkbox-custom label {
  float: left;
  margin-right: 2em;
}
.fr_wenjuan .checkbox-custom + .ur-inline {
  padding: 8px 20px 14px;
  background-color: #fafafa;
  border: 1px #f6f6f6 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fr_wenjuan .ur-form-input {
  padding: 0.5em 0;
}
.fr_wenjuan .fr_button {
  padding: 1em 0;
  text-align: center;
}
.fr_wenjuan .fr_button a {
  display: inline-block;
  line-height: 36px;
  padding: 0 1.5em;
  font-size: 15px;
  color: #fff;
  background-color: #19a6b7;
  margin: 0 0.5em;
  border-radius: 4px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
}
.fr_wenjuan .fr_button a.esc {
  background-color: #f6f6f6;
  color: #333;
}
.fr_wenjuan .ur-textarea {
  -webkit-appearance: none;
  outline: 0;
}
.fr_wenjuan .upfile {
  position: relative;
  padding: 0.5em 0;
}
.fr_wenjuan .upfile .ur-input {
  text-align: center;
  background-color: #f9f9f9;
  height: 54px;
  line-height: 54px;
}
.fr_wenjuan .upfile .ur-input i {
  color: #19a6b7;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  margin-right: 0.4em;
}
.fr_wenjuan .upfile input {
  position: absolute;
  z-index: 3;
  zoom: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
}
.fr_wenjuan .upfile div.ur-input {
  position: absolute;
  z-index: 2;
  zoom: 1;
  left: 0;
  top: 0.5em;
  bottom: 0.5em;
  width: 100%;
  padding-left: 70px;
  background-color: #fbfbfb;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fr_wenjuan .upfile div.ur-input ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 5px;
  top: 0;
  bottom: 5px;
  width: 50px;
}
.fr_wenjuan .upfile div.ur-input a {
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 2em;
  top: 0;
  line-height: 54px;
  color: #19a6b7;
}
.fr_wenjuan .upfile:hover .ur-input {
  background-color: #f6f6f6;
}
.fr_wenjuan .fr_error {
  background-color: #fffafa !important;
  border: 1px #f2bbb5 solid !important;
  padding: 0.5em 1em;
}
.m-block {
  display: none;
}
@media screen and (max-width: 640px) {
  body,
  html {
    font-size: 9pt;
    background-color: #f2f2f2;
  }
  body {
    padding-top: 4.2em;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .g-menu {
    display: block;
  }
  body.menu-open .g-head .mi-menu {
    font-size: 1.8em;
  }
  body.menu-open .g-head .mi-menu:before {
    content: "\e61a";
  }
  body.loading {
    position: relative;
  }
  body.loading:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '\52a0\8f7d\4e2d\002e\002e\002e';
    display: inline-block;
    padding-left: 2rem;
    font-size: 1.2em;
    color: #999;
    height: 4.2rem;
    line-height: 4.2rem;
    background: url(../images/load.gif) left center no-repeat;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-size: 1.6rem;
  }
  .g-title {
    margin-bottom: 1rem;
  }
  .g-title ._ft {
    font-size: 1.4em;
    padding: 0 0 0.8rem;
  }
  .g-title ._ft:after {
    bottom: -1px;
    height: 2px;
    background-color: #39baac;
  }
  .g-title > b._ft {
    color: #19a6b7;
  }
  .g-title > b._ft:after {
    height: 2px;
    background-color: #19a6b7;
  }
  .g-title ._more {
    line-height: 1rem;
    margin-top: -1rem;
    font-size: 1.1em;
  }
  .x-about,
  .g-position {
    display: none !important;
  }
  .m-block {
    display: block;
  }
  .g-head {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .g-head .wrapper {
    padding: 0.8em 1em;
  }
  .g-head img {
    height: 2.6em;
  }
  .g-head ._hn,
  .g-head ._right {
    display: none;
  }
  .g-head .mi-menu {
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 3.6rem;
    width: 4rem;
    text-align: center;
    color: #19a6b7;
    font-size: 2.2em;
  }
  .g-menu {
    display: none;
    position: fixed;
    z-index: 900;
    top: 4.1em;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.5em 1.5em 2em;
    background-image: none !important;
    background-color: #fff;
    overflow-y: auto;
  }
  .g-menu .first > li {
    float: none;
    width: 100%;
  }
  .g-menu .first > li > a {
    line-height: 4rem;
    text-align: left;
    color: #333;
    font-size: 1.3em;
    border-bottom: 1px #f2f2f2 solid;
  }
  .g-menu .first > li > a i {
    display: inline-block !important;
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 0;
    top: 50%;
    padding: 0;
    font-size: 1.2em;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .g-menu .first > li:hover > a {
    color: #19a6b7;
  }
  .g-menu .second-wrap {
    display: block !important;
    position: inherit;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .g-menu .second-wrap .wrapper {
    padding: 0;
    min-height: 0;
  }
  .g-menu .second-wrap ._nav,
  .g-menu .second-wrap ._nav2 {
    float: none;
    width: auto;
    padding: 1em 0 0;
    border: none;
    margin: 0 -1%;
  }
  .g-menu .second-wrap ._nav li,
  .g-menu .second-wrap ._nav2 li {
    float: left;
    width: 48%;
    margin: 0 1%;
    margin-bottom: 0.8em;
    padding: 0;
  }
  .g-menu .second-wrap ._nav li a,
  .g-menu .second-wrap ._nav2 li a {
    display: block;
    text-align: center;
    background-color: #f6f6f6;
    line-height: 2.5;
    font-size: 1.26em;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .g-menu .second-wrap ._zx {
    float: none;
    width: 100%;
    background-color: #f9f9f9;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0.5em;
  }
  .g-menu .second-wrap ._zx ul {
    margin: 0 -5px;
  }
  .g-menu .second-wrap ._zx ul > li {
    float: left;
    margin: 0 0 8px;
    width: 50%;
    padding: 0 5px;
  }
  .g-menu .second-wrap ._zx li {
    text-align: center;
  }
  .g-menu .second-wrap ._zx li i {
    width: 2em;
    line-height: 2em;
    background-color: #19a6b7;
    background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    -o-border-radius: 30%;
    border-radius: 30%;
    font-size: 2.4em;
  }
  .g-menu .second-wrap ._zx li span {
    color: #333;
    padding-top: 0.5em;
    font-size: 1.2em;
  }
  .g-menu .second-wrap ._zx li a {
    color: #fff;
    padding-top: 0.6em;
  }
  .g-menu .second-wrap ._info {
    float: none;
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .g-menu .second-wrap ._info .txt {
    display: none;
  }
  .g-menu .second-wrap ._info ul {
    padding-top: 0;
    margin: 0 -1%;
  }
  .g-menu .second-wrap ._info ul > li {
    float: left;
    margin: 0 1% 0;
    width: 48%;
  }
  .g-menu .second-wrap ._info ul li {
    padding: 0;
    margin-bottom: 0.8em;
  }
  .g-menu .second-wrap ._info ul a {
    line-height: 2.4;
    background-image: -webkit-linear-gradient(45deg,#0dc0b0,#19a6b7,#24cbad);
    background-image: -moz-linear-gradient(45deg,#0dc0b0,#19a6b7,#24cbad);
    background-image: -o-linear-gradient(45deg,#0dc0b0,#19a6b7,#24cbad);
    background-image: linear-gradient(45deg,#0dc0b0,#19a6b7,#24cbad);
    font-size: 1.26em;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .g-menu .second-wrap ._info ul a:hover {
    color: #fff;
  }
  .g-menu .second-wrap ._ks,
  .g-menu .second-wrap ._tit,
  .g-menu .second-wrap ._more,
  .g-menu .second-wrap ._title,
  .g-menu .second-wrap ._list1,
  .g-menu .second-wrap ._list2,
  .g-menu .second-wrap ._list3 {
    display: none;
  }
  .wx-menu {
    padding: 0 !important;
  }
  .wx-menu .g-menu {
    display: block !important;
    top: 0 !important;
    border-top: 1px #f6f6f6 solid;
  }
  .app-media {
    padding: 0 !important;
  }
  .app-media .g-head,
  .app-media .g-footer {
    display: none !important;
  }
  .g-banner .swiper-slide {
    height: 58vw;
  }
  .g-banner .swiper-slide .pc {
    display: none;
  }
  .g-banner .swiper-slide .m {
    display: block;
  }
  .g-banner .u-pagination {
    bottom: 1em;
  }
  .g-banner .u-pagination .bull {
    width: 2em;
    height: 0.18em;
    margin: 0 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .g-banner .u-pagination .active {
    background-color: #c0ffbe !important;
  }
  .g-banner .x-left,
  .g-banner .x-right {
    display: none;
  }
  .g-service {
    padding: 1em 1em 1.5em;
  }
  .g-service ul {
    margin: 0 -5px;
  }
  .g-service ul > li {
    float: left;
    margin: 0 0 0;
    width: 25%;
    padding: 0 5px;
  }
  .g-service li:nth-child(3),
  .g-service li:nth-child(6) {
    display: none;
  }
  .g-service a {
    padding: 1em 0;
  }
  .g-service a i {
    width: 2em;
    line-height: 2em;
    font-size: 2.2em;
  }
  .g-service a p {
    font-size: 1.2em;
    padding-top: 0.8em;
  }
  .x-news {
    padding: 58vw 0 1em;
    position: relative;
  }
  .x-news ._tab {
    padding-top: 1em;
    margin-bottom: 1.2em;
    border-color: #eee;
  }
  .x-news ._tab li {
    width: 25%;
    padding: 0;
    font-size: 1.32em;
    border: none;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: center;
  }
  .x-news ._tab li:nth-child(4) {
    display: none;
  }
  .x-news ._tab li a {
    padding-bottom: 0.5em;
  }
  .x-news ._tab li.active a {
    color: #39baac;
  }
  .x-news ._tab li.active a:after {
    margin-top: -1px;
    height: 2px;
    background-color: #39baac;
  }
  .x-news ._box {
    position: initial;
    padding: 0 0 1em;
    min-height: 0;
  }
  .x-news .tab_ul {
    padding: 0 1em;
  }
  .x-news .tab_ul ul {
    margin: 0 0;
  }
  .x-news .tab_ul ul > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
  }
  .x-news .tab_ul ul a {
    padding: 1em 10.2rem 0 0;
    margin-bottom: 1em;
  }
  .x-news .tab_ul ul a h3 {
    height: 4rem;
    line-height: 2rem;
    font-size: 1.26em;
    margin-bottom: 0.5rem;
  }
  .x-news .tab_ul ul a p {
    font-size: 1em;
    color: #aaa;
  }
  .x-news .tab_ul ul a ._imgbox {
    top: 1em;
    width: 9rem;
    height: 5.4rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .x-news .tab_ul ul li {
    padding: 0;
  }
  .x-news .tab_ul ul li:nth-child(2) a {
    padding-top: 1em;
    border-top: 1px solid #f2f2f2;
  }
  .x-news .tab_ul ul li:nth-child(2) a ._imgbox {
    top: 1em;
  }
  .x-news .tab_ul ul li:nth-child(6) {
    display: none;
  }
  .x-news .tab_ul ._more {
    display: none;
  }
  .new_slide {
    width: 100%;
    height: 58vw;
  }
  .new_slide .swiper-slide {
    width: 100%;
    height: 58vw;
  }
  .new_slide .swiper-slide:after {
    height: 10vw;
  }
  .new_slide .swiper-slide h3 {
    bottom: 3rem;
    padding: 0 1em;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.36em;
  }
  .new_slide .u-pagination {
    bottom: 1em;
  }
  .new_slide .u-pagination .bull {
    display: inline-block;
    width: 2em;
    height: 0.2em;
  }
  .x-notice {
    padding: 0 1em;
  }
  .x-notice ul {
    margin: 0 0;
  }
  .x-notice ul > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
  }
  .x-notice ul li {
    position: relative;
    padding: 0 8rem 0 0;
    line-height: 2.2;
    font-size: 1.26em;
  }
  .x-notice ul li:nth-child(9),
  .x-notice ul li:nth-child(10) {
    display: none;
  }
  .x-notice ul li span {
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: -0.5rem;
    top: 50%;
    width: 7rem;
    padding: 0;
    font-size: 1rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .x-keshi {
    padding-bottom: 1.5em;
  }
  .x-keshi .wrapper {
    padding: 0 0.5em;
    background: url(../images/ks1.jpg) center top no-repeat;
    background-size: 100%;
  }
  .x-keshi ._title {
    margin: 0;
    padding: 1.8em 0 1.5em;
    max-height: initial;
    text-align: center;
  }
  .x-keshi ._title b {
    float: none;
    font-size: 1.4em;
    padding: 0 0 0.8rem;
    color: #fff;
  }
  .x-keshi ._title b:after {
    height: 1px;
    background-color: #c0ffbe;
  }
  .x-keshi ._title p {
    display: none;
  }
  .x-keshi ._more {
    width: 100%;
    padding: 0;
    border-radius: 0;
    -khtml-opacity: 0.95;
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    -o-opacity: 0.95;
    opacity: 0.95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    filter: alpha(opacity=95);
    background-image: -webkit-linear-gradient(180deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
    background-image: -moz-linear-gradient(180deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
    background-image: -o-linear-gradient(180deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
    background-image: linear-gradient(180deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
  }
  .x-keshi ._more span {
    display: none;
  }
  .x-keshi ._tab {
    background-color: #fff;
    padding: 0 1em;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .x-keshi ._tab li {
    border-bottom: 1px #eee solid;
    line-height: 1;
    font-size: 1.26em;
    position: relative;
  }
  .x-keshi ._tab li span {
    position: relative;
    display: inline-block;
    padding: 1.2em 0 0.6em;
  }
  .x-keshi ._tab li.active {
    font-weight: bold;
    background-color: transparent;
    color: #39baac;
    background-image: none !important;
  }
  .x-keshi ._tab li.active span:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #39baac;
  }
  .x-keshi .ks_ul {
    min-height: 0;
    padding: 0.5em 1em;
  }
  .x-keshi .ks_ul ul {
    padding-top: 0;
    margin: 0 -5px;
  }
  .x-keshi .ks_ul ul > li {
    float: left;
    margin: 0 0 0;
    width: 33.33333333%;
    padding: 0 5px;
  }
  .x-keshi .ks_ul ul li {
    padding-top: 10px;
  }
  .x-keshi .ks_ul ul a {
    line-height: 2.2;
    background-color: #fff;
    text-align: center;
    color: #666;
    padding: 0 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 1.1em;
    background-image: none !important;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #9ef3e7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .x-keshi .ks_ul ul a:before {
    display: none;
  }
  .x-keshi .ks_ul ul a:hover {
    color: #39baac;
  }
  .w-doctor {
    padding: 0;
    background-color: #fff;
  }
  .w-doctor .ajax_list {
    padding: 0 1em
                     ;
  }
  .x-doctor {
    padding: 0 1em 1em;
    background: none;
    background-color: #fff;
  }
  .x-doctor:after {
    display: none;
  }
  .g-doctor.dt_img {
    padding-top: 0.3em;
    margin: 0 -2%;
  }
  .g-doctor.dt_img > li {
    float: left;
    margin: 0 2% 0;
    width: 29.33333333%;
  }
  .g-doctor.dt_img li {
    padding: 0;
    margin-bottom: 1.2em;
  }
  .g-doctor.dt_img ._item {
    padding: 0;
    min-height: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: center;
  }
  .g-doctor.dt_img ._item ._imgbox {
    position: initial;
    left: auto;
    top: auto;
    width: 100%;
    height: 35vw;
  }
  .g-doctor.dt_img ._item h1 {
    height: auto;
    line-height: 1;
    padding: 1em 0 0;
    margin: 0;
  }
  .g-doctor.dt_img ._item h1 a {
    float: none;
    font-size: 1.36em;
    color: #444;
  }
  .g-doctor.dt_img ._item h1 a:hover {
    color: #e84d3d;
  }
  .g-doctor.dt_img ._item .info {
    max-height: none;
    min-height: 3.2em;
  }
  .g-doctor.dt_img ._item .ks {
    padding: 0.6em 0 0;
    line-height: 1;
    max-height: none;
    margin: 0;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1em;
  }
  .g-doctor.dt_img ._item .ks > strong {
    display: none;
  }
  .g-doctor.dt_img ._item .ks a {
    display: inline;
    margin: 0;
    color: #666;
  }
  .g-doctor.dt_img ._item .sc,
  .g-doctor.dt_img ._item ._bar {
    display: none;
  }
  .g-doctor.dt_img ._item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .g-doctor.dt_list {
    margin: 0 0;
  }
  .g-doctor.dt_list > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
  }
  .g-doctor.dt_list li {
    padding: 0;
    border-bottom: 1px #f2f2f2 solid;
  }
  .g-doctor.dt_list li:last-child {
    border: none;
  }
  .g-doctor.dt_list ._item {
    padding: 1.2em 2.5em 1.2em 9.3em;
    min-height: 12.4em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .g-doctor.dt_list ._item ._imgbox {
    width: 8.2em;
    height: 10em;
    left: 0;
    top: 1.2em;
  }
  .g-doctor.dt_list ._item h1 {
    height: auto;
    padding-top: 0.3rem;
    line-height: 1.8rem;
    margin: 0;
  }
  .g-doctor.dt_list ._item h1 a {
    float: none;
    font-size: 1.56em;
  }
  .g-doctor.dt_list ._item .info {
    max-height: none;
    font-size: 1.06em;
  }
  .g-doctor.dt_list ._item .ks {
    padding-left: 3em;
    padding-top: 0.5rem;
    line-height: 1.4rem;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .g-doctor.dt_list ._item .ks > strong {
    top: 0.5rem;
  }
  .g-doctor.dt_list ._item .sc {
    padding-top: 0.4rem;
    max-height: 4rem;
    line-height: 1.8rem;
    text-align: justify;
  }
  .g-doctor.dt_list ._item ._bar {
    left: auto;
    bottom: auto;
    top: 1.3em;
    right: 0;
    height: auto;
    padding: 0 0.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #f1fafb;
  }
  .g-doctor.dt_list ._item ._bar a {
    float: none;
    width: auto;
    line-height: 2;
    text-align: center;
  }
  .g-doctor.dt_list ._item ._bar a:nth-child(2) {
    display: none;
  }
  .g-doctor.dt_list ._item ._more {
    display: inline-block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 0;
    top: 50%;
    color: #999;
    font-size: 1.2em;
    margin-top: -0.3em;
  }
  .g-doctor.dt_list ._item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .tm-search {
    padding: 1.2em 1em;
    background-color: #fff;
    border-bottom: 1px #f2f2f2 solid;
  }
  .tm-search ._box {
    position: relative;
    z-index: 100;
  }
  .tm-search ._box > input {
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border: 1px #f0f0f0 solid;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -o-border-radius: 3rem;
    border-radius: 3rem;
    padding: 0 1em 0 7.5rem;
    font-size: 1.2em;
  }
  .tm-search ._box button,
  .tm-search ._box i {
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.6rem;
    color: #39baac;
  }
  .tm-search ._box button {
    z-index: 2;
    width: 2rem;
    height: 2rem;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
  }
  .tm-search .ur-form-select {
    position: absolute;
    z-index: 1;
    zoom: 1;
    width: 6.5rem;
    left: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .tm-search .ur-form-select .ur-input {
    border: none;
    padding: 0;
    padding-left: 0.2rem;
    height: 2rem;
    line-height: 2rem;
    color: #888;
  }
  .x-maps .mapBox {
    position: initial;
    left: auto;
    top: auto;
    bottom: auto;
    height: calc(100vh - 18.7rem);
  }
  .x-maps .wrapper {
    padding: 0;
  }
  .x-maps .tabbox {
    float: none;
    width: 100%;
    min-height: initial;
  }
  .x-maps .tabbox > li > h1 {
    line-height: 2.8;
    color: #b0f0ad;
    font-size: 1.3em;
    background-color: transparent;
  }
  .x-maps .tabbox > li ul {
    min-height: initial;
    padding: 1em 1.5em 1.5em;
  }
  .x-maps .tabbox > li ul li {
    position: relative;
    padding: 0.3em 0 0.3em 2em;
    font-size: 1.2em;
  }
  .x-maps .tabbox > li ul li i {
    font-size: 1.4em;
  }
  .x-maps .tabbox > li ul li a {
    margin-top: 0.2em;
  }
  .x-maps .tabbox > li.active > h1 {
    color: #fff !important;
    font-weight: bold;
  }
  .x-maps .tabbox > li.active ul {
    display: block;
  }
  .lay_maps {
    padding: 0;
  }
  .lay_maps .x-maps {
    height: 100vh;
    max-width: 100%;
  }
  .lay_maps .x-maps .wrapper {
    max-width: 100%;
    padding: 0;
  }
  .lay_maps .x-maps .tabbox {
    width: auto;
  }
  .g-footer {
    border-top: 0.6em #f0f0f0 solid;
    padding: 0 1.5em;
  }
  .g-footer > .wrapper {
    padding: 1.5em 0;
    text-align: center;
  }
  .g-footer .info {
    display: none;
  }
  .g-footer .wxBox {
    float: none;
    display: inline-block;
  }
  .g-footer .wxBox ul li {
    margin: 0 1em;
  }
  .g-footer .wxBox ul li img {
    width: auto;
    width: 23vw;
    max-width: 10em;
  }
  .g-footer .wxBox ul li span {
    padding-top: 0.2em;
    font-size: 1.1em;
  }
  .g-footer .copy {
    border-top: 1px #f2f2f2 solid;
    padding: 0;
    text-align: center;
  }
  .g-footer .copy .link {
    float: none;
    border-bottom: 1px #f2f2f2 solid;
    line-height: 2.6;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .g-footer .copy .link u {
    padding: 0 1em;
    color: #888;
  }
  .g-footer .copy .txt {
    float: none;
    padding: 1em 0;
    line-height: 1.6;
  }
  .g-footer .copy .txt span {
    padding: 0 0.2em;
  }
  .g-container {
    min-height: initial;
  }
  .w-left,
  .w-right {
    display: block;
    float: none;
    padding: 0;
    min-height: initial;
    margin-bottom: 0;
  }
  .w-left,
  .g-single {
    width: auto;
    padding: 0;
  }
  .w-left .g-title,
  .g-single .g-title {
    padding: 0;
    margin: 0;
  }
  .w-left .g-title ._ft,
  .g-single .g-title ._ft {
    font-size: 1.6em;
    padding: 1rem;
  }
  .w-left .g-title ._ft:after,
  .g-single .g-title ._ft:after {
    display: none;
  }
  .w-left .g-title > b._ft,
  .g-single .g-title > b._ft {
    color: #555;
  }
  .w-left .g-title ._more,
  .g-single .g-title ._more {
    display: none;
  }
  .w-right {
    display: none;
  }
  .w-listImg {
    padding: 0;
  }
  .w-listImg li {
    position: relative;
    padding: 1.1em 11.2em 1.3em 1em;
    margin: 0;
    border-bottom: 1px #f2f2f2 solid;
  }
  .w-listImg li:last-child {
    border: none;
  }
  .w-listImg li h1 {
    height: 4rem;
    line-height: 2rem;
    font-size: 1.26em;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .w-listImg li .txt {
    display: none;
    line-height: 1.8;
    color: #888;
    margin-bottom: 0.5em;
  }
  .w-listImg li .bar {
    font-size: 1em;
    line-height: 1;
    color: #888;
  }
  .w-listImg li .bar font,
  .w-listImg li .bar .n {
    display: none;
  }
  .w-listImg li ._imgbox {
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 1em;
    top: 1.2em;
    width: 9rem;
    height: 5.6rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .w-page {
    display: none;
  }
  .m-page {
    padding: 0.5em 1em 1.5em;
  }
  .m-page a {
    display: block;
    line-height: 2.6;
    font-size: 1.16em;
    background-color: rgba(9, 183, 139, 0.05);
    text-align: center;
    color: #19a6b7;
    padding: 0 3px;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #19a6b7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .m-page a:active {
    background-color: #39baac;
    color: #fff;
  }
  .x-notice .m-page,
  .x-doctor .m-page,
  .ks-doctor .m-page,
  .doctor-hot .m-page {
    padding: 0.5em 0;
  }
  .x-notice .m-page a,
  .x-doctor .m-page a,
  .ks-doctor .m-page a,
  .doctor-hot .m-page a {
    line-height: 2.4;
  }
  .art-title {
    border-bottom: 1px #eee solid;
    padding: 1em;
    margin-bottom: 1em;
  }
  .art-title h1 {
    padding: 0.3em 0 0.6em;
    font-size: 1.66em;
  }
  .art-title .alt {
    font-size: 1em;
    padding-bottom: 0.5em;
  }
  .art-title .alt > span {
    margin-right: 0.5em;
  }
  .g-html {
    margin: 0 1rem;
    font-size: 1.2em;
    text-align: justify;
  }
  .g-html img {
    height: auto !important;
  }
  .art-link {
    padding: 1em 1em 1.5em;
    line-height: 1.6;
    font-size: 1.2em;
    overflow: hidden;
  }
  .art-link p {
    display: block;
    width: 100%;
    padding: 0.2em 0;
  }
  .w-first {
    display: none;
    background-color: #fff;
    padding: 25px 35px;
    margin-bottom: 20px;
  }
  .w-first li {
    position: relative;
    padding-left: 5.5em;
    padding-bottom: 10px;
  }
  .w-first li > span {
    display: inline-block;
    line-height: 36px;
    position: absolute;
    z-index: 1;
    zoom: 1;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #19a6b7;
  }
  .w-first li p {
    margin-right: -15px;
  }
  .w-first li p a {
    float: left;
    margin: 0 10px 8px 0;
    display: inline-block;
    line-height: 36px;
    padding: 0 1em;
    min-width: 8.8em;
    background-color: #f9f9f9;
    text-align: center;
  }
  .w-first li p a:hover {
    color: #19a6b7;
    background-color: #f2f2f2;
  }
  .w-first li p a.active {
    color: #fff;
    background-color: #19a6b7;
  }
  .doctor-head {
    padding: 1em 0 0;
    min-height: initial;
    margin-bottom: 0.5em;
  }
  .doctor-head ._imgbox {
    width: 8.2em;
    height: 10em;
    left: auto;
    right: 1em;
    top: 1em;
  }
  .doctor-head h1 {
    padding: 0.5rem 9.5rem 0.5rem 1rem;
    font-size: 2em;
    line-height: 1.6;
  }
  .doctor-head ._item {
    padding-bottom: 1em;
  }
  .doctor-head ._item li {
    font-size: 1.2rem;
  }
  .doctor-head ._item li span {
    font-size: 1.2rem;
  }
  .doctor-head ._item li p {
    padding-top: 4px;
    font-size: 1.2rem;
  }
  .doctor-head ._item li i {
    font-size: 16px;
  }
  .doctor-head ._item .ks {
    padding: 0 9.5rem 0 1rem;
  }
  .doctor-head ._item .sc {
    padding: 2.4rem 1rem 0 1rem;
  }
  .doctor-head ._item .sc span {
    color: #555;
    font-weight: bold;
  }
  .doctor-head ._service {
    background-color: #f2f2f2;
    padding: 0.5em 1em;
    -webkit-border-radius: 1.4em 1.4em 0 0;
    -moz-border-radius: 1.4em 1.4em 0 0;
    -o-border-radius: 1.4em 1.4em 0 0;
    border-radius: 1.4em 1.4em 0 0;
    position: initial;
    top: auto;
    right: auto;
    width: auto;
  }
  .doctor-head ._service ul {
    margin: 0 -1px;
  }
  .doctor-head ._service ul > li {
    float: left;
    margin: 0 0 0;
    width: 33.33333333%;
    padding: 0 1px;
  }
  .doctor-head ._service ul li:last-child {
    display: none;
  }
  .doctor-head ._service ul a {
    padding: 1em 0.5em;
    border: none;
  }
  .doctor-head ._service ul a i {
    font-size: 2.2em;
  }
  .doctor-head ._service ul a span {
    font-size: 1.1em;
  }
  .doctor-article {
    padding: 1.2em 0;
    min-height: 60vh;
    margin-bottom: 0.5em;
  }
  .doctor-article .g-title {
    margin: 0 1em 1em;
  }
  .doctor-article .g-title a {
    color: #39baac;
  }
  .doctor-hot {
    padding: 1em;
    background-color: #fff;
  }
  .doctor-hot h1._tit {
    font-size: 1.4em;
    color: #333;
    text-align: center;
    padding: 0.5em 0 0.8em;
  }
  .ks-abc {
    padding: 1em 1rem;
    font-size: 0.9em;
    max-width: 100%;
  }
  .ks-abc span {
    padding: 0 2px;
  }
  .ks-map {
    padding: 1em;
    margin-bottom: 0;
  }
  .ks-map ._tab li {
    line-height: 2.4;
    font-size: 1.2em;
  }
  .ks-map .ks_ul {
    padding: 0.5em 0;
    min-height: initial;
    margin: 0 -1.5%;
  }
  .ks-map .ks_ul > li {
    float: left;
    margin: 0 1.5% 0;
    width: 47%;
  }
  .ks-map .ks_ul li {
    padding: 0.3em 0;
    text-align: center;
  }
  .ks-map .ks_ul li .hd {
    border: none;
  }
  .ks-map .ks_ul li .hd h3 {
    display: block;
    font-size: 1.2em;
    line-height: 2.2;
    padding: 0;
    font-weight: normal;
  }
  .ks-map .ks_ul li .hd h3 a {
    display: block;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ks-map .ks_ul li .hd h3:after {
    display: none;
  }
  .ks-map .ks_ul li .hd .bar {
    display: none;
  }
  .ks-map .ks_ul li .box {
    display: none;
  }
  .ks-map .ks_ul li ._item {
    padding: 0;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #9ef3e7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .ks-map .ks_ul li ._item:hover {
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    background-color: #f2fefb;
  }
  .ks-map .ks_ul li ._item:hover .hd p a {
    background-color: #33ccb0;
    color: #fff;
  }
  .ks-head {
    padding: 0;
  }
  .ks-head .wrapper {
    padding: 56vw 0 0;
  }
  .ks-head ._ksbar {
    position: initial;
    top: auto;
    right: auto;
    width: auto;
  }
  .ks-head ._ksbar .ks_slide {
    height: 56vw;
  }
  .ks-head ._ksbar .lk {
    padding: 1.4em 1em;
    background-color: #f2f2f2;
    margin: 0 -1px;
  }
  .ks-head ._ksbar .lk > li {
    float: left;
    margin: 0 0 0;
    width: 25%;
    padding: 0 1px;
  }
  .ks-head ._ksbar .lk a {
    padding: 1em 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .ks-head ._ksbar .lk a i {
    font-size: 2em;
  }
  .ks-head ._ksbar .lk a span {
    padding-top: 0.8em;
    font-size: 1.1em;
  }
  .ks-head ._ksbar .lk a:hover {
    background-color: transparent;
    color: #39baac;
  }
  .ks-head ._info {
    position: relative;
    z-index: 10;
    padding-bottom: 5em;
    margin-top: -1em;
    background-color: #fff;
    -webkit-border-radius: 1em 1em 0 0;
    -moz-border-radius: 1em 1em 0 0;
    -o-border-radius: 1em 1em 0 0;
    border-radius: 1em 1em 0 0;
    min-height: initial;
  }
  .ks-head ._info .tit {
    position: relative;
    margin: 0 0 1em;
    border: none;
    padding: 1.8em 1em 1em;
    text-align: center;
  }
  .ks-head ._info .tit:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    bottom: 0;
    left: 50%;
    width: 4em;
    height: 2px;
    background-color: #39baac;
    margin-left: -2em;
  }
  .ks-head ._info .tit h1 {
    font-size: 1.66em;
    padding: 0;
    font-weight: normal;
  }
  .ks-head ._info .tit p {
    font-size: 0.9em;
  }
  .ks-head ._info .txt {
    padding: 0 1em;
    font-size: 1em;
    margin-bottom: 1.4em;
  }
  .ks-head ._info .txt p {
    display: block;
    font-size: 1.1em;
    line-height: 2rem;
    max-height: 20rem;
    overflow: hidden;
  }
  .ks-head ._info .txt a {
    position: absolute;
    z-index: 1;
    zoom: 1;
    bottom: 1.2rem;
    left: 1rem;
    right: 1rem;
    margin: 0;
    display: block;
    line-height: 2.6;
    font-size: 1.16em;
    text-align: center;
    color: #19a6b7;
    padding: 0 3px;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #19a6b7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .ks-head ._info .txt a:hover {
    color: #e84d3d;
  }
  .ks-head .vmap {
    margin: 0 1em 1em;
    padding-top: 1em;
  }
  .ks-head .vmap li {
    padding-left: 0;
    margin-bottom: 0.4em;
    font-size: 1.2em;
  }
  .ks-head .vmap li span i {
    display: none;
    font-size: 1.2em;
    color: #39baac;
  }
  .ks-head .vmap li a {
    margin-right: 1em;
  }
  .ks-head .vmap li a i {
    color: #39baac;
    padding-left: 2px;
  }
  .ks-head .vmap li a:hover {
    color: #39baac;
  }
  .ks_slide {
    position: absolute;
    z-index: 1;
    zoom: 1;
    left: 0;
    top: 0;
    width: 100%;
  }
  .ks_slide .swiper-slide {
    width: 100%;
    height: 56vw;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
  .ks_slide .swiper-slide:after {
    height: 15vw;
  }
  .ks_slide .u-pagination {
    bottom: 2em;
  }
  .ks_slide .u-pagination .bull {
    width: 2em;
    height: 0.1em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .ks_slide .u-pagination .active {
    background-color: #c0ffbe !important;
  }
  .ks-doctor {
    padding: 1em;
    background-color: #fff;
  }
  .g-single {
    padding: 0.5em 0 1.5em;
    margin: 0;
    min-height: 50vh;
  }
  .g-single .g-title {
    margin: 0 1em 1em;
    text-align: center;
  }
  .layer_layimage {
    max-width: 96vw;
    max-height: 96vh;
  }
  .layer_layimage i.fk-close {
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 1em;
    top: 1em;
  }
  .layer_layimage .layimg img {
    min-width: initial;
    max-width: 100%;
    max-height: 100%;
  }
  .layer_layimage .laytitle {
    padding: 1em 4em 1em 1.5em;
    font-size: 1.1em;
  }
  .jb-wrapper {
    padding: 0;
    min-height: 40vh;
    background-color: #fff;
  }
  .jb-hd {
    padding: 1em;
    border-bottom: 0.5em #f2f2f2 solid;
    text-align: justify;
    margin: 0;
  }
  .jb-hd .txt {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }
  .jb-hd .card {
    float: none;
    width: 100%;
    padding: 0.6em 0;
    border-left: none;
    border-top: 1px #f2f2f2 solid;
  }
  .jb-hd .card h1 {
    display: none;
    font-size: 1.46em;
    margin-bottom: 0.2em;
  }
  .jb-hd .card li {
    position: relative;
    padding: 0.3rem 0 0 5em;
    line-height: 1.8rem;
    font-size: 1.1em;
  }
  .jb-hd .card li span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    left: 0;
    top: 0.3rem;
    line-height: 1.8rem;
  }
  .jb-list {
    padding: 0.5em 1em 0;
    background-color: #fff;
    margin: 0 -1px;
  }
  .jb-list > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
    padding: 0 1px;
  }
  .jb-list li:last-child a {
    border: none !important;
  }
  .jb-list a {
    position: relative;
    padding: 1.2em 0 1.4em;
    border-bottom: 1px #f2f2f2 solid;
    color: #555;
  }
  .jb-list a h1 {
    font-size: 1.36em;
    padding-right: 5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .jb-list a .many {
    padding-top: 0.6em;
    font-size: 1.1em;
    color: #aaa;
  }
  .jb-list a .daiyu {
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 1rem;
    right: 0;
    padding: 0;
    font-size: 1.36em;
    color: #39baac;
    font-weight: bold;
  }
  .jb-list a .daiyu span {
    display: none;
  }
  .jb-list a:hover {
    color: #39baac;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .job-article {
    padding: 1em 0;
    min-height: 40vh;
    margin: 0;
  }
  .job-article .job-bar {
    position: initial;
    padding: 0.3em 1em 1.8em;
    margin: 0;
    border: none;
  }
  .job-article .job-bar h1 {
    font-size: 1.6em;
    line-height: 1.6;
  }
  .job-article .job-bar h1 span {
    padding-right: 0.3em;
  }
  .job-article .job-bar h1 b {
    padding: 0;
    color: #e84d3d;
    font-size: 1em;
  }
  .job-article .job-bar .many {
    padding-top: 1em;
    font-size: 1.06em;
  }
  .job-article .job-bar .many u {
    padding: 0 0.5em;
  }
  .job-article .g-html {
    padding-bottom: 1.5em;
  }
  .abtitle,
  .jbtitle {
    padding: 1em 1em 0.6em;
  }
  .abtitle span,
  .jbtitle span {
    font-size: 1.36em;
    padding-bottom: 0.5em;
    color: #39baac;
  }
  .abtitle span:after,
  .jbtitle span:after {
    bottom: 0;
    width: 60%;
    height: 2px;
    background-color: #39baac;
  }
  .jbtitle {
    border-top: 0.5em #f2f2f2 solid;
  }
  .abtitle {
    padding: 0.5em 0;
    margin: 0 1em;
  }
  .abtitle span {
    color: #2d3b49;
    font-size: 1.46em;
  }
  .abtitle.at {
    padding-top: 1em;
  }
  .jobtn_box {
    position: fixed;
    z-index: 100;
    top: auto;
    bottom: 0;
    padding: 1em;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border-top: 1px #f2f2f2 solid;
  }
  .jobtn_box .jbbtn {
    padding: 0;
    margin: 0;
    line-height: 2.6;
    font-size: 1.4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #39baac;
  }
  .jobtn_box .clearfix {
    display: none;
  }
  .lay_jobsBox {
    max-width: 100vw;
    left: 0 !important;
    top: 0 !important;
    max-height: 100vh;
  }
  .lay_jobsBox .layui-layer-content {
    overflow: hidden;
    overflow-y: auto;
  }
  .lay_jobsBox .lay_jbclose {
    right: 1em;
  }
  .lay_jobsBox .layui-layer-title {
    padding: 1.1em 1.2em;
    font-size: 1.2em;
  }
  .lay_jobsBox .Msg_jobs {
    width: 100%;
    padding: 0.5em 1.2em;
  }
  .lay_jobsBox .ur-inline {
    width: 48%;
    padding-bottom: 0.2em;
  }
  .lay_jobsBox .ur-text {
    width: 98%;
  }
  .lay_jobsBox .ur-textarea {
    -webkit-appearance: none;
  }
  .lay_jobsBox .lay_button {
    padding: 0.8em 0 0.5em 0.5em;
    text-align: center;
  }
  .lay_jobsBox .lay_button p {
    margin: 0 -1%;
  }
  .lay_jobsBox .lay_button a {
    display: block;
    float: left;
    width: 48%;
    margin: 0 1%;
    line-height: 2.4;
    font-size: 1.3em;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #19a6b7;
  }
  .list-container,
  .ab-container {
    margin-bottom: 0;
  }
  .list-container {
    padding: 35px 45px;
  }
  .w-listTxt {
    padding: 1em 1em 0.5em;
  }
  .w-listTxt li {
    padding: 0;
    line-height: 2.1;
    font-size: 1.26em;
  }
  .w-listTxt li:after {
    display: none;
  }
  .w-listTxt li:nth-child(5n) {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
  .w-listTxt li:last-child {
    padding-bottom: 0.6em;
  }
  .ab-container {
    padding: 0 0 1em;
  }
  .ab-container .g-html p {
    padding: 0.5em 0;
    text-indent: 2em;
  }
  .ab-container .ab_data {
    margin: 0 1em;
  }
  .ab-container .ab_data ul {
    padding: 0;
    margin: 0 -2px;
  }
  .ab-container .ab_data ul > li {
    float: left;
    margin: 0 0 5px;
    width: 33.33333333%;
    padding: 0 2px;
  }
  .ab-container .ab_data ul ._alt {
    background-color: #f2fefb;
    padding: 1em 0.5em;
    background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .ab-container .ab_data ul b {
    font-size: 1.4em;
    color: #c0ffbe;
  }
  .ab-container .ab_data ul p {
    font-size: 0.9em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ab-container .ab_hd {
    position: relative;
    padding-top: 56vw;
  }
  .ab-container .ab_hd .g-html {
    float: none;
    width: auto;
    margin: 0;
    position: relative;
    z-index: 2;
    margin-top: -1.5em;
    background-color: #fff;
    padding: 1em 1em 0;
    -webkit-border-radius: 1em 1em 0 0;
    -moz-border-radius: 1em 1em 0 0;
    -o-border-radius: 1em 1em 0 0;
    border-radius: 1em 1em 0 0;
  }
  .ab-container .ab_hd ._imgbox {
    float: none;
    width: 100%;
    margin-top: 0;
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 0;
    left: 0;
    height: 56vw;
  }
  .ab-container .ab_hd .ab_hdtit {
    font-size: 1.36em;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
  }
  .ab-container .ab_district {
    margin: 0 1em;
  }
  .ab-container .ab_district ul {
    padding: 0.5em 0 0;
    margin: 0 -4px;
  }
  .ab-container .ab_district ul > li {
    float: left;
    margin: 0 0 8px;
    width: 50%;
    padding: 0 4px;
  }
  .ab-container .ab_district ul a {
    display: block;
    line-height: 2.6;
    font-size: 1.16em;
    background-color: rgba(9, 183, 139, 0.05);
    text-align: center;
    color: #19a6b7;
    padding: 0 3px;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #19a6b7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .ab-container .ab_district ul a:active {
    background-color: #39baac;
    color: #fff;
  }
  .ab-container .ab_zlhz {
    padding: 0;
  }
  .ab-container .ab_wh {
    margin: 0 1em;
  }
  .ab-container .ab_wh ul {
    padding: 0;
    margin: 0 -1px;
  }
  .ab-container .ab_wh ul > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
    padding: 0 1px;
  }
  .ab-container .ab_wh ul h3 {
    font-size: 1em;
  }
  .ab-container .ab_wh ul h1 {
    padding: 0.6em 0 0.4em;
    font-size: 1.4em;
    line-height: 1;
  }
  .ab-container .ab_wh ul p {
    font-size: 1.2em;
    padding-bottom: 1em;
  }
  .ab-container .ab_wh ul.on {
    padding: 2em 0 3em;
  }
  .ab-container .ab_wh ul.on p {
    padding-bottom: 1em;
  }
  .ab-container .ab_wh ul.on p:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    bottom: -2px;
    left: 0;
    width: 3em;
    height: 3px;
    background-color: #39baac;
  }
  .ab-container .ab_logo {
    padding: 0;
  }
  .ab-container .ab_logo .abtitle {
    margin-bottom: 1em;
  }
  .ab-container .ab_logo ._img {
    position: initial;
    width: auto;
    margin: 0 1em;
    top: auto;
    right: auto;
    padding: 2em;
  }
  .ab-container .ab_logo ._img img {
    height: 25vw;
  }
  .ab-lctitle {
    font-size: 1.8em;
    padding: 1rem 1rem 0.5rem;
  }
  .ab-lctxt {
    font-size: 1.2em;
    margin: 0 1rem 1rem;
    text-align: justify;
  }
  .ab-lctxt.abt {
    padding-top: 1em;
  }
  .ab-lctabs {
    margin: 0 1em;
    padding: 0;
    background: no-repeat;
  }
  .ab-lctabs:before,
  .ab-lctabs > i {
    display: none;
  }
  .ab-lctabs .ab-lcul > li {
    padding-bottom: 0.5em;
  }
  .ab-lctabs .ab-lcul > li .lcyear {
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.7;
    font-size: 1.3em;
    color: #fff;
    background-color: #19a6b7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
    background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
    background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
    background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
  }
  .ab-lctabs .ab-lcul > li:after {
    display: none;
  }
  .ab-lctabs .ab-lcul ul {
    padding: 0 0 0 0.9rem;
  }
  .ab-lctabs .ab-lcul ul li {
    font-size: 1.2em;
    line-height: 1.7;
    padding: 0.3em 0 0.3em 6em;
  }
  .ab-lctabs .ab-lcul ul li > b {
    top: 0.3em;
    font-size: 1em;
  }
  .ab-lctabs .ab-lcul ul li p {
    padding: 0.8em 1.2em;
    font-size: 1rem;
    margin: 0.8em 0 0 -1.2em;
    text-align: justify;
  }
  .ab-lctabs .ab-lcul ul li p:after {
    left: 1em;
    width: 1em;
    height: 1em;
    margin: -0.5em 0 0 -0.6em;
  }
  .ab-lctabs .ab-lcul ul li:hover {
    color: #e84d3d;
  }
  .ab_hrlist {
    margin: 0 1em;
  }
  .ab_hrlist ul {
    padding-top: 0;
    margin: 0 -1%;
  }
  .ab_hrlist ul > li {
    float: left;
    margin: 0 1% 0;
    width: 31.33333333%;
  }
  .ab_hrlist ul li {
    padding: 0;
  }
  .ab_hrlist ul a {
    padding: 0.5em 0;
    color: #777;
  }
  .ab_hrlist ul ._imgbox {
    height: 20vw;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .ab_hrlist ul h3 {
    height: 4.8em;
    line-height: 1.6;
    font-size: 1.06em;
    overflow: hidden;
  }
  .ab_dvlist {
    margin: 0 1em;
  }
  .ab_dvlist ul {
    padding-top: 0;
    margin: 0 -1%;
  }
  .ab_dvlist ul > li {
    float: left;
    margin: 0 1% 0;
    width: 48%;
  }
  .ab_dvlist ul li {
    padding: 0;
  }
  .ab_dvlist ul a {
    padding: 0.5em 0;
  }
  .ab_dvlist ul ._item {
    margin-bottom: 0.5em;
  }
  .ab_dvlist ul h3 {
    height: 3.2em;
    overflow: hidden;
    line-height: 1.6;
    font-size: 1.2em;
  }
  .tv-wrapper {
    padding: 1em;
  }
  .tv-wrapper .m-page {
    padding: 0.5em 0;
  }
  .w-listTv {
    margin: 0 -1.2%;
  }
  .w-listTv > li {
    float: left;
    margin: 0 1.2% 1em;
    width: 47.6%;
  }
  .w-listTv li {
    padding: 0;
  }
  .w-listTv a ._imgbox {
    height: 26vw;
  }
  .w-listTv a h1 {
    padding: 1em 0.5em 1.1em;
    font-size: 1.1em;
  }
}
