.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header .header_top {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.pc_header .header_top .logo_fl {
  width: 20%;
  text-align: center;
  padding-top: 12px;
  border-radius: 18px;
  font-size: 14px;
  color: #ffffff;
}

.pc_header .header_top .logo_fl ul {
  width: 106px;
  height: 35px;
  background-color: #71c4bb;
  line-height: 35px;
  border-radius: 18px;
  position: relative;
  z-index: 2;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  overflow: hidden;
}

.pc_header .header_top .logo_fl ul::before {
  content: "";
  position: absolute;
  bottom: -100%;
  height: 100%;
  background: #000;
  border-radius: 18px;
  width: 100%;
  left: 0;
  z-index: -1;
}

.pc_header .header_top .logo_fl ul:hover::before {
  bottom: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header .header_top .header_fr {
  font-size: 14px;
  line-height: 14px;
  color: #9fa4ab;
  padding-top: 11px;
}

.pc_header .header_top .center {
  font-size: 1.75rem;
  line-height: 35px;
  color: #99d2cc;
  display: table;
  margin: 0 auto;
}

.pc_header .header_top .center a {
  color: #99d2cc;
  font-weight: bolder;
}

.pc_header .header_top .center a img {
  margin-right: 10px;
}

.pc_header .header_top .lang_span {
  padding-right: 10px;
  border-right: 1px solid #e5e5e5;
  margin-right: 10px;
}

.pc_header .header_top .lang {
  display: inline-block;
  line-height: 37px;
  margin-right: 20px;
}

.pc_header .header_top .lang div {
  font-weight: 600;
  color: #94989d;
  font-size: 1rem;
}

.pc_header .header_top .lang ul {
  display: none;
}

.pc_header .header_top .circle span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}

.pc_header .header_top .circle span:nth-child(2) {
  background-color: #6d727a;
  color: #fff;
}

.pc_header .header_top .circle span:nth-child(1) {
  border: solid 1px #99d2cc;
  color: #71c4bb;
}

.pc_header .header_bot {
  line-height: 52px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.pc_header .header_bot .container>ul {
  display: flex;
  justify-content: space-between;
}

.pc_header .header_bot .container>ul>li {
  font-size: 1rem;
  font-weight: 600;
}

.pc_header .header_bot .container>ul>li>a {
  color: #262626;
  position: relative;
  padding: 0 15px;
}

.pc_header .header_bot .container>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 4px;
  left: 0;
  background-color: #99d2cc;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header .header_bot .container>ul>li.active>a::before,
.pc_header .header_bot .container>ul>li:hover>a::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header .header_bot .container>ul>li.active>a,
.pc_header .header_bot .container>ul>li:hover>a {
  color: #99d2cc;
}

.header_bot.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.procs .input {
  margin-bottom: 10px;
}

.logo_fl ul li {
  cursor: pointer;
}

.procs .input input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
}

.btn_btn button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 10px auto;
  border: 1px solid #70c1b8;
  background: #70c1b8;
  border-radius: 6px;
  color: #fff;
}

.banner .content {
  position: absolute;
  bottom: 20%;
  right: 20%;
}

.banner .content .name {
  font-size: 2.25rem;
  line-height: 45px;
  color: #ffffff;
  text-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  padding-left: 50%;
  padding-bottom: 10px;
}

.banner .content p {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  text-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  padding-left: 50%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  opacity: 0.5;
  background-size: 30px 30px;
}

.banner .swiper-button-next {
  right: 6%;
}

.banner .swiper-button-prev {
  left: 6%;
}

.index_qukliy {
  position: relative;
  margin: -55px 0 127px;
}

.index_qukliy .qukliy_swiper .swiper-slide:nth-child(1) {
  background-color: #99d2cc;
  background-image: url(../img/11.jpg);
  background-repeat: no-repeat;
  background-size: 77px 180px;
  background-position: right;
}

.index_qukliy .qukliy_swiper .swiper-slide:nth-child(1) .content {
  font-size: 1.125rem;
  line-height: 41px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 41px;
}

.index_qukliy .qukliy_swiper .swiper-slide:nth-child(1) .content img {
  margin-right: 10px;
}

.index_qukliy .swiper-slide {
  padding: 27px 60px 40px 50px;
}

.index_qukliy .name {
  font-size: 16px;
  line-height: 26px;
  font-kerning: 600;
  color: #ffffff;
  padding: 10px 0 15px;
}

.index_qukliy .text {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.index_qukliy .swiper-slide:nth-child(2) {
  background-color: #80c9c1;
  background-image: url(../img/14.jpg);
  background-repeat: no-repeat;
  background-size: 60px 142px;
  background-position: right;
}

.index_qukliy .swiper-slide:nth-child(3) {
  padding: 27px 60px 28px 50px;
  background-color: #70c1b8;
  background-image: url(../img/15.jpg);
  background-repeat: no-repeat;
  background-size: 71px 141px;
  background-position: right;
}

.index_qukliy .swiper-slide:nth-child(3) .name,
.index_qukliy .swiper-slide:nth-child(3) .text {
  padding: 0;
}

.index_qukliy .swiper-slide:nth-child(3) .content {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}

.index_qukliy .swiper-pagination {
  display: none;
}

.more {
  width: 124px;
  text-align: center;
  line-height: 39px;
  height: 39px;
  background-color: #80c9c1;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  box-sizing: content-box;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.more a {
  font-size: 14px;
  color: #ffffff;
}

.more a .iconfont {
  margin-right: 10px;
  font-size: 14px;
}

.more::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  background: #000;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.more:hover::before {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  bottom: 0;
}

.futitle {
  font-size: 1rem;
  line-height: 26px;
  color: #71c4bb;
  padding-left: 44px;
  position: relative;
}

.futitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 2px;
  background-color: #71c4bb;
  transform: translateY(-50%);
}

.title {
  font-size: 2.25rem;
  line-height: 40px;
  color: #000000;
}

.index_about {
  margin-bottom: 145px;
}

.index_about .content {
  font-size: 1rem;
  line-height: 26px;
  color: #707070;
  margin: 30px 0 0;
  text-align: justify;
}

.index_about .about_clearfix {
  display: none;
}

.index_about .title {
  text-align: left;
}

.index_about .left {
  padding-right: 150px;
}

.index_about .futitle {
  margin-bottom: 20px;
}
.index_about .more {
  margin-top: 0;
}
.index_about .circle {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  background-color: #99d2cc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  line-height: 35px;
  color: #ffffff;
  z-index: 2;
}

.index_about .circle .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 25px;
  width: 100%;
  text-align: center;
  line-height: 24px;
}

.index_about .circle .icon {
  position: absolute;
  top: 0px;
  right: -15px;
  cursor: pointer;
}

#prolunbo1 .modal-dialog1 {
  width: 60%;
}

.index_about .circle .icon span {
  font-size: 40px;
}

.index_about .circle::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  background-color: transparent;
  border-radius: 50%;
  border: 17px solid rgba(255, 255, 255, 0.5);
  left: -18px;
  top: -18px;
}

.cff {
  color: #fff !important;
}

.index_keshi .title,
.index_news .title {
  position: relative;
  padding-bottom: 20px;
}

.index_keshi .title::before,
.index_news .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 2px;
  background-color: #ffffff;
}

.index_keshi {
  background-color: #99d2cc;
  padding: 100px 0 120px;
}

.index_keshi .container {
  width: 1600px;
}

.index_keshi ul {
  margin-top: 70px;
}

.index_keshi ul li {
  float: left;
  width: 18%;
  margin: 0 0 39px 39px;
  border-radius: 10px;
  padding: 23px 29px;
  background-color: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_keshi ul li:nth-child(5n+1) {
  margin-left: 0;
}

.index_keshi ul li:hover .li_pa {
  opacity: 1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_keshi ul li:hover .yinying {
  opacity: 1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_keshi .yinying {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.45));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.45));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.45));
  background: -mos-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.45));
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.45));
  border-radius: 10px;
}

.index_keshi .yinying .name {
  position: absolute;
  bottom: 15px;
  left: 30px;
  color: #fff;
}

.index_keshi .yinying .more_a {
  position: absolute;
  right: 32px;
  bottom: -16px;
}

.index_keshi .yinying .more_a span {
  font-size: 30px;
  color: #70c1b8;
}

.index_keshi .li_pa {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  z-index: 1;
}

.index_keshi .li_pa img {
  border-radius: 10px;
}

.index_keshi .name {
  font-size: 16px;
  line-height: 35px;
  font-weight: bolder;
  color: #000000;
  padding: 10px 0 5px;
}

.index_keshi .text {
  font-size: 14px;
  line-height: 26px;
  color: #707070;
}

.index_doctor {
  padding: 100px 0;
}

.index_doctor .futitle {
  padding: 25px 0 30px;
  color: #606060;
}

.index_doctor .futitle::before {
  display: none;
}

.detail_ul {
  width: 84%;
  margin: 0 auto;
}

.banner .swiper-slide:nth-child(3) .content {
  display: none;
}

.index_doctor .detail_ul li {
  margin-top: 20px;
  margin-top: 20px;
  float: left;
  width: 16.666%;
}

.index_doctor .detail_ul li .name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 32px;
  color: #000000;
}

.index_doctor .detail_ul li .text {
  font-size: 14px;
  line-height: 24px;
  color: #707070;
}

.index_news {
  background-color: #f1f1f1;
  padding: 96px 0 105px;
}

.index_news .name {
  font-size: 1rem;
  padding: 0 20px;
  line-height: 62px;
  height: 62px;
  color: #ffffff;
  background-color: rgba(153, 210, 204, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index_news .name a {
  width: 70%;
  color: #ffffff;
}

.index_news .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 20px;
  line-height: 62px;
}

.index_news .swiper-pagination .swiper-pagination-bullet {
  background-color: #3d414a;
  opacity: 1;
  margin: 0 4px;
}

.index_news .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.index_news .index_news_ul li {
  line-height: 60px;
  border-bottom: 1px dashed #cacaca;
}

.index_news .index_news_ul li span:nth-child(1) {
  display: block;
  float: left;
  width: 25%;
  font-size: 14px;
  color: #5f5f5f;
  font-weight: 600;
}

.index_news .index_news_ul li span:nth-child(2) {
  display: block;
  float: left;
  width: 74%;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_news .index_news_ul li:hover span:nth-child(2) {
  color: #70c1b8;
}

.index_news .left {
  padding-right: 25px;
}

.index_news .right {
  padding-left: 25px;
}

.index_news .more {
  display: table;
  margin: 40px auto 0;
  background-color: transparent;
  border: solid 1px #99d2cc;
}

.index_news .more a {
  color: #99d2cc;
  font-weight: 600;
}

.index_news .more a span {
  margin: 0 0 0 15px;
}

.index_news .title {
  margin-bottom: 45px;
}

.index_news .title::before {
  background: #71c4bb;
}

.index_show .left,
.index_show .right {
  width: 50%;
}

.index_doctor_pr {
  width: 100%;
  margin: 0 auto;
}

.index_doctor_pr .fl:nth-child(1) .dian .dian1 {
  left: 42%;
}

.index_doctor_pr .fl:hover .dian a {
  display: block;
}

.dian a {
  position: absolute;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: #71c4bb;
  opacity: 0.8;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.625rem;
  color: #fff;
  display: none;
}

.dian .dian1 {
  top: 50%;
  left: 18%;
}

.dian .dian2 {
  top: 50%;
  left: 32%;
}

.dian .dian3 {
  top: 50%;
  left: 46%;
}

.dian .dian4 {
  top: 50%;
  left: 58%;
}

.dian .dian5 {
  top: 50%;
  left: 72%;
}

footer {
  background-color: #3d414a;
}

footer .footer_top {
  padding: 40px 0 35px;
  border-bottom: 1px solid #30353b;
}

footer .footer_top ul li {
  font-size: 1rem;
  line-height: 18px;
  color: #ffffff;
  float: left;
}

footer .footer_top ul li a {
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid #4e5157;
}

footer .footer_top ul li a:hover {
  color: #70c1b8;
}

footer .footer_top ul li:nth-child(1) a {
  padding-left: 0;
}

footer .footer_top ul li:last-child a {
  border: none;
}

footer .footer_bot {
  padding: 22px 0;
}

footer .footer_bot .fl {
  font-size: 14px;
  line-height: 33px;
  color: #787a81;
}

footer .footer_bot .fr .text {
  font-size: 14px;
  line-height: 33px;
  color: #787a81;
  margin-left: 25px;
  padding-top: 5px;
}

.pc_header .header_bot .container>ul>li:hover .xiala_nav {
  display: block;
}

.xiala_nav {
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: none;
}

.xiala_nav .left {
  width: 17%;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  padding: 60px 0 76px;
  position: relative;
}

.xiala_nav .left .name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #70c1b8;
  line-height: 45px;
}

.xiala_nav .left .detail {
  font-size: 12px;
  line-height: 26px;
  color: #787a81;
  font-weight: normal;
}

.xiala_nav .left::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 30px;
  background: url(../img/tmn_tit_bg.png);
  width: 77px;
  height: 38px;
}

.xiala_nav .left::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 17px;
  height: 17px;
  background: url(../img/tmn_tit_bgs.png);
}

.xiala_nav .left2 {
  width: 43%;
}

.xiala_nav .left2 ul {
  padding: 30px 30px 0;
}

.pc_header .header_bot .container>ul>li:nth-child(5) .xiala_nav .left2 ul li {
  width: 50%;
}

.xiala_nav .left2 ul li {
  float: left;
  width: 50%;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
}

.xiala_nav .left2 ul li span:nth-child(2) {
  opacity: 0;
  text-align: right;
  width: 6%;
  float: right;
  display: block;
}

.xiala_nav .left2 ul li:hover {
  background: #70c1b8;
}

.xiala_nav .left2 ul li:hover span:nth-child(2) {
  opacity: 1;
}

.xiala_nav .left2 ul li:hover a {
  color: #fff;
}

.xiala_nav .left3 {
  width: 25%;
}


.xiala_nav .right {
  width: 15%;
  border-right: 1px solid #ddd;
  padding: 25px 20px;
  text-align: center;
}

.xiala_nav .left3 {
  padding: 35px 20px 0px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.xiala_nav .left3 ul li {
  line-height: 25px;
  margin-bottom: 25px;
}

.xiala_nav .left3 ul li a div {
  font-weight: normal;
  color: #a1a1a1;
  font-size: 14px;
}

.xiala_nav .left3 ul li a {
  position: relative;
  padding-left: 60px;
}

.xiala_nav .left3 ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dddddd url(../img/layout_sprite.png);
}

.xiala_nav .left3 ul li:nth-child(1) a::before {
  background-position: 0px -50px;
}

.xiala_nav .left3 ul li:nth-child(1):hover a::before {
  background-position: 0px -100px;
  background-color: #70c1b8;
}

.xiala_nav .left3 ul li:nth-child(2) a::before {
  background-position: -47px -50px;
}

.xiala_nav .left3 ul li:nth-child(2):hover a::before {
  background-position: -47px -100px;
  background-color: #70c1b8;
}

.xiala_nav .left3 ul li:nth-child(3) a::before {
  background-position: -96px -50px;
}

.xiala_nav .left3 ul li:nth-child(3):hover a::before {
  background-position: -96px -100px;
  background-color: #70c1b8;
}

.bread {
  height: 52px;
  line-height: 52px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  font-size: 14px;
  color: #848484;
}

.bread a {
  color: #848484;
}

.bread a:last-child,
.bread a:hover {
  color: #71c4bb;
}

.p120100 {
  padding: 120px 0 100px;
}

.list_about {
  padding-bottom: 160px;
}

.list_about .content {
  font-size: 1rem;
  line-height: 35px;
  color: #707070;
  padding: 35px 0 60px;
}

.list_join .join_header {
  height: 57px;
  background-color: #99d2cc;
  line-height: 57px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  padding: 0 0 0 60px;
}

.list_join .w22 {
  width: 22%;
}

.list_join .w25 {
  width: 25%;
}

.list_join .w9 {
  width: 9%;
}

.list_join .sum>.clearfix {
  background-color: transparent;
  line-height: 57px;
  font-size: 14px;
  font-weight: 600;
  color: #626262;
  padding: 0 0 0 60px;
}

.list_join .sum>.clearfix .iconfont {
  color: #99d2cc;
}

.list_join .sum .content {
  font-size: 14px;
  line-height: 33px;
  color: #636363;
  padding: 30px 60px;
  border: solid 1px #e7e7e7;
  display: none;
}

.list_join .sum .content a {
  color: #71c4bb;
  margin-top: 20px;
}

.list_join .sum>.clearfix {
  cursor: pointer;
  background-color: #fafafa;
  margin: 4px 0;
}

.list_join .sum.active>.clearfix {
  margin-bottom: 0;
}

.list_join .sum.active>.clearfix {
  background-color: #e7e7e7;
  color: #000;

}

.list_join #page {
  margin-top: 60px;
}

.list_pro {
  padding-bottom: 115px;
}

.list_pro .left {
  width: 20%;
}

.list_pro .left .name {
  font-size: 18px;
  line-height: 20px;
  padding: 40px 0 40px 60px;
  position: relative;
  color: #ffffff;
  background-color: #70c1b8;
  font-weight: 600;
}

.list_pro .left .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  background: url(../img/29.png) no-repeat;
  width: 55px;
  height: 52px;
  z-index: 9;
  transform: translateY(-50%);
}

.list_pro .left .left_ul_fix {
  background-color: #f2f2f2;
}

.list_pro .left .left_ul_fix li {
  height: 53px;
  line-height: 53px;
  padding: 0 25px;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_pro .left .left_ul_fix li i {
  opacity: 0;
  display: block;
  width: 20%;
  float: left;
  font-size: 1.625rem;
  color: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  text-align: right;
}

.list_pro .left .left_ul_fix li span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: block;
  width: 80%;
  float: left;
}

.list_pro .left .left_ul_fix li.active,
.list_pro .left .left_ul_fix li:hover {
  background-color: #99d2cc;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_pro .left .left_ul_fix li.active span,
.list_pro .left .left_ul_fix li:hover span {
  color: #fff;
}

.list_pro .left .left_ul_fix li.active i,
.list_pro .left .left_ul_fix li:hover i {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  opacity: 1;
}

.list_pro .right {
  width: 80%;
  padding: 70px 0 0 65px;
}

.list_pro .right .text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 35px;
  color: #707070;
  margin-top: 25px;
}

.list_doctor {
  padding: 90px 0 100px;
}

.list_doctor .col-md-3 {
  margin-bottom: 50px;
}

.list_doctor .col-md-3>div {
  border: solid 1px #f2f2f2;
}

.list_doctor .col-md-3>div .doctor_pa {
  position: relative;
  margin-top: -25px;
}

.list_doctor .col-md-3>div .content {
  padding: 0 25px 30px;
}

.list_doctor .col-md-3>div .name {
  font-size: 1rem;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  padding: 10px 0;
}

.list_doctor .col-md-3>div .text {
  font-size: 14px;
  line-height: 26px;
  color: #707070;
}

.list_doctor .col-md-3:hover .over img {
  transform: scale(1.1);
}

.list_doctor .col-md-3:hover .name {
  color: #70c1b8;
}

.list_doctor .col-md-3:hover>div {
  border-color: #70c1b8;
}

.article_doctor .col-md-4 {
  padding-right: 0;
}

.article_doctor .col-md-8 {
  padding-left: 45px;
}

.article_doctor .name {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  padding: 15px 0 10px;
  font-weight: 600;
}

.article_doctor .content {
  font-size: 1rem;
  line-height: 32px;
  color: #707070;
  margin-bottom: 30px;
}

.article_doctor table {
  font-size: 14px;
  line-height: 24px;
  border: none;
  margin-bottom: 0;
}

.article_doctor table tr td {
  padding: 15px 0;
}

.article_doctor .table>tbody>tr>td,
.article_doctor .table>tbody>tr>th,
.article_doctor .table>tfoot>tr>td,
.article_doctor .table>tfoot>tr>th,
.article_doctor .table>thead>tr>td,
.article_doctor .table>thead>tr>th {
  border-color: #e3e3e3;
}

.article_doctor .table>tbody>tr:nth-child(1)>td {
  border-top-color: #71c4bb;
  color: #71c4bb;
}

.article_doctor .table>tbody>tr>td:nth-child(1) {
  border-left: none;
}

.article_doctor .table>tbody>tr>td:last-child {
  border-right: none;
}

.article_doctor .table>tbody>tr>td span {
  height: 25px;
  line-height: 23px;
  padding: 0 8px;
  border-radius: 15px;
  border: solid 1px #71c4bb;
  display: inline-block;
  color: #71c4bb;
}

.article_doctor .shanchang {
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  color: #5b5b5b;
  margin-top: 20px;
}

.list_article .article_name {
  font-size: 1.125rem;
  padding: 10px 0 0px;
  line-height: 35px;
  font-weight: bold;
  color: #000000;
}

.list_article .article_text {
  font-size: 1rem;
  line-height: 30px;
  color: #707070;
  margin: 10px 0 60px;
}

.list_article .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 53%;
}

.list_article .swiper-pagination span {
  margin: 0 4px;
}

.list_article .swiper-pagination-bullet {
  background-color: #3d414a;
  opacity: 1;
}

.list_article .swiper-pagination-bullet-active {
  background-color: #99d2cc;
}

.list_article .list_article_row {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #dcdcdc;
}

.list_article .bot_top {
  background-color: #f9f9f9;
  border-top: 3px solid #99d2cc;
}

.list_article .name_article_a {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
}

.list_article .name_article_a1 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
}

.list_article .bot {
  margin-top: 50px;
}

.list_article .data {
  font-size: 14px;
  color: #5f5f5f;
  font-weight: 600;
}

.list_article .list_article_row.hover:hover {
  background: #99d2cc;
}

.list_article .list_article_row.hover:hover .name_article_a,
.list_article .list_article_row.hover:hover .data {
  color: #fff;
}

.article_article .title {
  font-size: 1.625rem;
  line-height: 40px;
}

.article_article .data {
  margin: 20px 0 30px;
}

.article_article .content_article {
  font-size: 1rem;
  line-height: 30px;
  padding: 30px 0 0;
  border-top: 1px solid #f1f1f1;
}

.shangxia {
  padding: 20px 0 0;
  margin-top: 40px;
  font-size: 1rem;
  line-height: 36px;
  border-top: 1px solid #f1f1f1;
}

.lsit_search .col-md-4 {
  margin-bottom: 30px;
}

.lsit_search .col-md-4 .name {
  line-height: 50px;
  height: 50px;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #ddd;
}

.lsit_search .col-md-4 .img {
  height: 300px;
  background-repeat: no-repeat;
  width: 100%;
}

.lsit_search .col-md-4:hover .name {
  color: #fff;
  background: #70c1b8;
}

/* 导航 */

.xiala_show.active {
  display: block;
}

.xiala_show {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.xiala_title {
  height: 85px;
  line-height: 85px;
  font-size: 1.125rem;
  background-color: #5b5f65;
  color: #fff;
  padding: 0 40px;
}

.xiala_show_right {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 465px;
  padding-bottom: 45px;
  background: #fff;
  display: block;
  z-index: 9999;
  overflow-y: auto;


}

.ds {
  cursor: pointer;
}

.xiala_show_ul,
.xiala_last_bot {
  padding: 50px 40px;
}

.xiala_show_ul li:hover {
  background: #70c1b8;
}

.xiala_show_ul li:hover .fr {
  color: #fff;
}

.xiala_show_ul li:hover .iconfont {
  color: #fff;
}

.xiala_last_bot .weibu_fr_top a:hover {
  text-decoration: none;
  background: #70c1b8 !important;
  color: #fff !important;
  border-color: #70c1b8 !important;
}

/* .xiala_last_bot .weibu_fr_top  {
  display: table;
  margin: 0 auto;
} */
.xiala_show_bot {
  padding: 0 40px;
}

.xiala_show_bot li span {
  font-size: 20px;
  padding-right: 10px;
}

.xiala_show_ul li {
  float: left;
  width: 50%;
  background: #f4f4f4;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px;

}

.xiala_show_bot li {
  line-height: 35px;
}

.xiala_show_ul li .iconfont {
  font-size: 30px;
}

.header_fr_bg {
  cursor: pointer;
}

.xiala_show_ul li .fl {
  width: 30%;
}

.xiala_title_name {
  line-height: 30px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.xiala_show_ul li .fr {
  width: 70%;
  line-height: 45px;
  padding-left: 15px;

}

.xiala_title .fr {
  cursor: pointer;
}

.xiala_last_bot .weibu_fr_top a {
  color: #000 !important;
  border: 1px solid #000 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  display: inline-block !important;
  border-radius: 50% !important;
  padding-left: 0 !important;
  font-size: 18px !important;
}

.bshare-custom .bshare-weixin,
.bshare-custom .bshare-qqim,
.bshare-custom .bshare-sinaminiblog {
  background: none !important;
}

.list_gzhj {
  padding: 60px 0 80px;
}

.list_gzhj_ul li {
  float: left;
  width: 31.5%;
  margin-left: 25px;
  margin-bottom: 20px;
}

.list_gzhj_ul li:nth-child(3n+1) {
  margin-left: 0;
}

.article_about {
  padding: 60px 0;

}

.article_about_con {
  padding: 50px 0 0;
  font-size: 1rem;
  line-height: 34px;
  /* text-align: center; */
}

.list_about_title span::before,
.list_about_title span::after {
  left: 50%;
  transform: translateX(-50%);
}

.yyjztck .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  font-size: 1rem;
  z-index: 9999;
  line-height: 30px;
  box-shadow: 0 0 23px #ababab;
  font-weight: 600;
}

.yyjztck {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  display: none;
  z-index: 1000;
}

.guianbi {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 26px;
  background: #70c1b8;
  cursor: pointer;
}

.guianbi span {
  color: #fff;
}

.guianbi:hover {
  background: #000;
}

.modal-body.text {
  font-size: 1rem;
  line-height: 32px;
}

.modal.in .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

strong {
  font-weight: bold !important;
}

.index_doctor_pr1 {
  display: none;
}

.list_join .container >div:nth-child(1) {
  overflow-x: scroll;
} 
.list_join .container >div:nth-child(1) >div {
  width:800px;
  overflow-x: scroll;
}
.list_join .join_header {
  overflow: hidden;
}
@media (max-width: 1700px) {
  .index_keshi .container {
    width: 1440px;
  }

  .index_keshi ul li {
    margin: 0 0 35px 35px;
  }
  .index_about .content {
    margin-bottom: 0;
  }
}

@media (max-width: 1500px) {
  .index_keshi .container {
    width: 1300px;
  }

  .index_keshi ul li {
    margin: 0 0 31px 31px;
  }
}

@media (max-width: 1440px) {
  .list_pro .right {
    padding: 60px 0 0 60px;
  }

  .pc_header .header_top .logo_fl {
    padding-top: 14px;
  }

  .xiala_nav .left .name {
    font-size: 1.5rem;
  }

  .list_doctor {
    padding: 60px 0 80px;
  }

  .list_about {
    padding-bottom: 80px;
  }

  .p120100 {
    padding: 70px 0 70px;
  }

  .list_about .content {
    padding: 25px 0 35px;
  }

  .title {
    font-size: 2rem;
  }

  .list_article .article_text {
    margin: 10px 0 40px;
  }

  .list_doctor .col-md-3 {
    margin-bottom: 30px;
  }

  .banner .content p,
  .banner .content .name {
    padding-left: 65%;
  }

  .pc_header .header_bot .container>ul>li>a::before {
    height: 2px;
  }

  .index_qukliy {
    position: relative;
    margin: -55px 0 80px;
  }

  .index_about {
    margin-bottom: 80px;
  }

  .index_keshi {
    padding: 70px 0 80px;
  }

  .index_keshi ul {
    margin-top: 50px;
  }

  .index_doctor {
    padding: 70px 0;
  }

  .index_news {
    padding: 70px 0 75px;
  }
  .index_about .content { 
    margin: 15px 0 0;
  }
}

@media (max-width: 1366px) {
  .about_clearfix>div {
    width: 33.3%;
  }

  .index_keshi .container {
    width: 1170px;
  }

  .index_keshi ul li {
    margin: 0 0 28px 28px;
    padding: 15px;
  }

  .index_keshi .name {
    line-height: 30px;
    padding: 8px 0 10px;
  }

  .index_keshi .text {
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 1200px) {
  .list_pro .right {
    padding: 45px 0 0 45px;
  }

  .article_article .title {
    font-size: 1.5rem;
  }

  .list_pro .left .left_ul_fix li {
    padding: 0 15px;
  }

  .article_doctor .name {
    padding: 0px 0 10px;
  }

  .article_doctor .content {
    line-height: 28px;
    margin-bottom: 20px;
  }

  .article_doctor table tr td {
    padding: 10px 0;
  }

  .article_doctor .shanchang {
    line-height: 30px;
    margin-top: 15px;
  }

  .list_article .article_text {
    margin: 10px 0 20px;
  }

  .list_article .swiper-pagination {
    bottom: 0px;
  }

  .list_doctor .col-md-3>div .name {
    padding: 4px 0;
  }

  .list_doctor .col-md-3>div .content {
    padding: 0px 20px 20px;
  }

  .index_qukliy .swiper-slide {
    padding: 27px 25px 40px 22px;
  }

  .index_qukliy .swiper-slide:nth-child(3) {
    padding: 27px 20px 28px 25px;
  }

  .banner .content .name {
    font-size: 2rem;
    padding-bottom: 0;
  }

  .index_about .left {
    padding-right: 90px;
  }

  .index_about .circle::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    background-color: transparent;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.5);
    left: -10px;
    top: -10px;
  }

  .index_about .circle {
    width: 150px;
    height: 150px;
  }

  .index_about .circle .text {
    line-height: 24px;
    padding: 0 10px;
  }

  .index_about .icon img {
    width: 50px;
  }

  .index_about .content {
    line-height: 22px;
    margin: 15px 0 0;
  }

  .index_qukliy .qukliy_swiper .swiper-slide:nth-child(1) .content {
    margin-top:40px;
  }

  .index_keshi .container {
    width: 960px;
  }

  .index_keshi ul li {
    margin: 0 0 23px 23px;
  }

  .index_news .index_news_ul li {
    line-height: 47px;
  }

  .index_keshi .name {
    padding: 4px 0 0px;
  }

  .index_keshi ul li .icon img {
    width: 35px;
  }
}

@media (max-width: 990px) {
  .list_pro .left .name {
    padding: 30px 0 30px 15px;
  }

  .list_pro .left .name::before {
    left: 0px;
  }

  .list_pro .left .left_ul_fix li {
    height: 50px;
    line-height: 50px;
  }

  .article_article .title {
    font-size: 1.375rem;
    line-height: 32px;
  }

  .article_article .data {
    margin: 15px 0 20px;
  }

  .article_article .content_article {
    padding: 20px 0 0;
  }

  .list_pro {
    padding-bottom: 60px;
  }

  footer .footer_top ul li a {
    padding: 0 15px;
  }

  footer .footer_bot .fl {
    font-size: 12px;
  }

  footer .footer_bot .fr .text {
    font-size: 12px;
    line-height: 24px;
    margin-left: 15px;
    padding-top: 13px;
  }

  .pc_header {
    display: none;
  }

  .phone .phone_logo {
    font-size: 20px;
    font-weight: bold;
  }

  .phone .phone_logo img {
    width: 45px;
    margin-right: 10px;
  }

  .phone .phone_logo a {
    color: #99d2cc;
  }

  .list_pro .right {
    padding: 45px 0 0 30px;
  }

  .article_doctor .col-md-4 {
    padding-right: 15px;
  }

  .article_doctor .col-md-8 {
    padding: 15px 15px 0px;
  }

  .list_doctor {
    padding: 45px 0 55px;
  }

  .title {
    font-size: 1.8rem;
  }

  .p120100 {
    padding: 45px 0 55px;
  }

  .list_about .content {
    padding: 20px 0 25px;
    line-height: 30px;
  }

  .news_swiper {
    padding-bottom: 30px;
  }

  .list_article .article_text {
    margin: 0px 0 15px;
  }

  .list_join .join_header,
  .list_join .sum>.clearfix {
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
  }

  .list_join .sum .content {
    padding: 20px 40px 30px;
  }

  .list_join .sum .content a {
    margin-top: 10px;
  }

  .index_qukliy .swiper-slide {
    padding: 27px 15px 40px 15px;
  }

  .index_qukliy .qukliy_swiper .swiper-slide:nth-child(1) .content img {
    margin-right: 1px;
  }

  .index_qukliy {
    margin: 25px 0 25px;
  }
  .index_about .content {
    line-height: 26px;
  }

  .banner .content {
    bottom: 10%;
  }
  .index_qukliy .qukliy_swiper .swiper-slide:nth-child(2) .more {
    margin-top: 35px;
}
.index_qukliy .swiper-slide:nth-child(3) .content {
  padding: 0px 0; 
  margin-top: 7px;
}
.index_qukliy .qukliy_swiper .swiper-slide:nth-child(1) .content {
  margin-top: 34px;
}
  .index_about .left {
    padding: 0 15px 20px 15px;
  }

  .index_about .circle {
    display: none;
  }

  .index_about {
    margin-bottom: 45px;
  }

  .index_keshi {
    padding: 45px 0 45px;
  }

  .index_keshi ul li .li_pa,
  .index_keshi .yinying {
    display: none;
  }

  .index_keshi .container {
    width: 760px;
  }

  .index_keshi ul li {
    width: 23.4%;
    margin: 0 0 15px 15px !important;
  }

  .index_keshi ul li:nth-child(4n+1) {
    margin-left: 0 !important;
  }

  .index_doctor {
    padding: 45px 0;
  }

  .index_news {
    padding: 45px 0 45px;
  }
  .banner .content p, .banner .content .name {
    padding-left: 15%;
}
}

@media (max-width: 767px) {

  .list_pro .left,
  .bread {
    display: none;
  }

  .list_pro .right {
    width: 100%;
    padding: 25px 0 0;
  }

  .article_article .content_article {
    padding: 15px 0 0;
  }

  .list_pro {
    padding-bottom: 30px;
  }

  .shangxia {
    padding: 15px 0 0;
    margin-top: 20px;
    line-height: 30px;
  }

  footer .footer_top ul li:nth-child(1) a {
    padding-left: 15px;
  }

  footer .footer_top ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px;
  }

  footer .footer_top ul li a {
    border: none;
  }

  footer .footer_top {
    padding: 20px 0 10px;
  }

  footer .footer_bot .fl {
    font-size: 14px;
    float: none;
  }

  footer .footer_bot .fl span {
    display: block;
  }

  footer .footer_bot .fr .text {
    float: none;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-left: 0px;
    margin-top: 5px;
    padding-top: 0;
  }

  footer .footer_bot .fr {
    float: none;
    display: table;
    margin: 20px auto 0;
  }

  footer .footer_bot .fr .fl {
    float: none;
  }

  .article_doctor .content {
    margin-bottom: 15px;
  }

  .list_doctor {
    padding: 25px 0 30px;
  }

  .ny_ban img {
    height: 180px;
    object-fit: cover;
  }

  .list_about {
    padding: 25px 15px;
  }

  .title {
    font-size: 22px;
  }

  .list_about .content {
    padding: 10px 15px 15px;
    text-align: left;
  }

  .about_clearfix>div {
    width: 100%;
  }

  .list_article {
    padding: 0 15px 35px;
  }

  .list_article .list_article_row {
    height: auto;
    line-height: 36px;
    padding: 10px 0;
    text-align: left;
  }

  .list_article .data {
    text-align: left;
  }

  .list_article .bot_top {
    display: none;
  }

  .index_doctor_pr {
    width: 100%;
  }

  .list_article .list_article_row:nth-child(2) {
    border-top: 3px solid #99d2cc;
  }

  .list_doctor .col-md-3:nth-child(odd) {
    padding-right: 7.5px;
  }

  .list_doctor .col-md-3:nth-child(even) {
    padding-left: 7.5px;
  }

  .list_doctor .col-md-3 {
    margin-bottom: 15px;
  }

  .list_join .join_header,
  .list_join .sum>.clearfix {
    padding-left: 8px;
  }

  .list_join .w9 {
    display: none;
  }

  .list_join .w25 {
    width:35%;
  }

  .list_join .sum .content {
    padding: 15px 15px 20px;
  }

  .p120100 {
    padding: 25px 0 35px;
  }

  .list_pro .right .text {
    font-weight: normal;
    line-height: 30px;
    margin-top: 15px;
  }

  .index_keshi .container {
    width: 100%;
  }

  .index_keshi ul li {
    width: 48%;
    margin: 0 0 15px 0 !important;
  }

  .index_keshi ul li:nth-child(odd) {
    margin-right: 2% !important;
  }

  .index_keshi ul li:nth-child(even) {
    margin-left: 2% !important;
  }

  .banner .content p,
  .banner .content .name {
    padding-left: 0%;
  }

  .banner .content {
    bottom: 15px;
    right: 0%;
    width: 100%;
    display: none;
  }

  .banner .content .name {
    font-size: 1.6rem;
  }

  .banner .swiper-button-next {
    right: 15px;
  }

  .banner .swiper-button-prev {
    left: 15px;
  }

  .index_qukliy .swiper-slide:nth-child(3) .name {
    margin-top: 9px;
  }

  .index_qukliy .swiper-slide:nth-child(3) .content {
    margin-top: 16px;
  }

  .index_qukliy .qukliy_swiper .swiper-slide:nth-child(1) .content {
    margin-top: 34px;
  }

  .index_qukliy .swiper-pagination {
    display: block;
  }

  .index_qukliy .qukliy_swiper {
    padding-bottom: 45px;
  }

  .index_qukliy .qukliy_swiper .swiper-pagination-bullet-active {
    background: #70c1b8;
  }

  .index_about .futitle {
    margin-bottom: 5px;
  }

  .index_about .content {
    margin: 5px 0 0;
  }

  .index_keshi {
    padding: 25px 0 25px;
  }

  .index_keshi ul {
    margin-top: 25px;
  }

  .index_doctor {
    padding: 25px 0;
  }

  .index_about {
    margin-bottom: 25px;
  }

  .index_doctor .futitle {
    padding: 10px 0 15px;
  }

  .index_doctor_pr>div {
    width: 20%;
  }

  .index_news {
    padding: 25px 0 25px;
  }

  .index_news .title {
    margin-bottom: 20px;
  }

  .index_news .name {
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
  }

  .index_news .swiper-pagination {
    right: 15px;
    line-height: 50px;
  }

  .index_news .index_news_ul li {
    line-height: 50px;
  }

  .index_news .more {
    margin: 25px auto 0;
  }

  .index_show>.left {
    width: 100%;
  }

  .yyjztck {
    width: 100%;
  }

  .list_join .w22 {
    width: 20%;
  }

  .list_join .w22:nth-last-child(2) {
    width:25%;
  }

  .list_join #page {
    margin-top: 30px;
  }

  .index_doctor_pr1 {
    display: block;
  }

  .index_doctor_pr {
    display: none;
  }

  .detail_ul {
    width: 100%;
  }

  .index_doctor .detail_ul li {
    margin-top: 8px;
  }

  .list_join .sum>.clearfix {
    font-size: 12px;
  }

  .list_join .w22:nth-child(2) {
    width: 18%;
  }

  .list_join .w22:nth-child(3) {
    width: 22%;
  }

  .list_join .w22:nth-last-child(2) {
    text-align: right;
    padding-right: 10px;
  } 
  .index_doctor .detail_ul li .name {
    font-size: 13px; 
    line-height: 20px; 
    height: 40px;
}

}

#page ul a {
  border: 1px solid #dadada;
  padding: 0px 9px;
  line-height: 25px;
  display: inline-block;
}
#page ul a.on {
  background-color: #99d2cc;
  color: #fff;
}