@charset "gb2312";
@keyframes msClock {
  0%, 70%, 100% {
    transform: rotate(0) scale(1);
  }
  10%, 30% {
    transform: rotate(-15deg) scale(1);
  }
  20%, 40% {
    transform: rotate(15deg) scale(1);
  }
}
@keyframes mouse {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  to {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
@-webkit-keyframes mouse {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  to {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
/*首页banner*/
.box_01 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.pics_wrap {
  width: 100%;
  overflow: hidden;
  max-height: 600px;
}
.html5zoo-img-0 img {
  width: 100%;
  vertical-align: top;
}
.html5zoo-arrow-left-0 {
  left: 10% !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}
.html5zoo-arrow-right-0 {
  right: 10% !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}
.html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}
.html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 48% !important;
}
.html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}
.banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}
.banner ul.bb li {
  position: absolute;
  display: none;
}
.banner .num {
  position: absolute;
  right: 2px;
  bottom: 10px;
  z-index: 100;
}
.banner .num li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  line-height: 18px;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 10px;
}
.banner .num li.num_hover {
  background-color: #f7de07;
}
.banner .num li.num_hover a {
  color: #fff;
}
.banner .num li a {
  float: left;
  display: block;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#bannerArrow, #bannerCircle {
  display: none;
}

.box_01 .list {
  width: 1170px;
  height: 70px;
  padding: 0 55px;
  background: rgba(255, 255, 255, 0.85);
  line-height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -640px;
  bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.box_01 .list li {
  width: auto;
  float: left;
}
.box_01 .list li a {
  display: block;
  padding-left: 40px;
  height: 70px;
  font-size: 16px;
  color: #575757;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:hover a {
  color: #264ba3;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(1) a {
  background: url(/public/images/list_icon_01.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(2) a {
  background: url(/public/images/list_icon_03.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(3) a {
  background: url(/public/images/list_icon_05.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(4) a {
  background: url(/public/images/list_icon_07.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(5) a {
  background: url(/public/images/list_icon_09.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(6) a {
  background: url(/public/images/list_icon_11.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(1):hover a {
  background: url(/public/images/list_icon_02.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(2):hover a {
  background: url(/public/images/list_icon_04.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(3):hover a {
  background: url(/public/images/list_icon_06.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(4):hover a {
  background: url(/public/images/list_icon_08.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(5):hover a {
  background: url(/public/images/list_icon_10.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_01 .list li:nth-of-type(6):hover a {
  background: url(/public/images/list_icon_12.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
/* banner 结束 */
/* 科室导航 */
.box_02 {
  width: 100%;
  height: auto;
  padding: 60px 0;
  overflow: hidden;
}
.box_02 .center {
  width: 1280px;
  height: 285px;
  margin: 0 auto;
  overflow: hidden;
}
.box_02 .center .left {
  width: 760px;
  height: 285px;
  float: left;
}
.box_02 .center .left .h_title {
  width: 760px;
  height: 35px;
  position: relative;
}
.box_02 .center .left .h_title::after {
  content: '';
  width: 760px;
  height: 2px;
  background: #e1e1e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_02 .center .left .h_title h3 {
  width: 760px;
  height: 35px;
}
.box_02 .center .left .h_title h3 a {
  display: block;
  width: 760px;
  height: 35px;
  font-size: 18px;
  color: #303030;
  line-height: 22px;
  background: url(/public/images/jia02.png) right top no-repeat;
  position: relative;
}
.box_02 .center .left .h_title h3 a::after {
  content: '';
  width: 75px;
  height: 2px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.box_02 .center .left .list {
  width: 760px;
  height: 240px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.box_02 .center .left .list li {
  width: 240px;
  height: 40px;
  
  overflow: hidden;
  float: left;
  margin: 20px 20px 0 0px;
}
.box_02 .center .left .list li:nth-of-type(3n) {
  margin-right: 0;
}
.box_02 .center .left .list li a {
  display: block;
  width: 240px;
  height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.box_02 .center .left .list li a::before {
  content: '';
  width: 240px;
  height: 0px;
  background: #264ba3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_02 .center .left .list li:hover a::before {
  content: '';
  width: 240px;
  height: 40px;
  background: #264ba3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_02 .center .left .list li a p {
  width: 120px;
  height: 40px;
  float: left;
  line-height: 40px;
  padding: 0 15px 0 65px;
  font-size: 15px;
  color: #222;
  background: url(/public/images/ks_icon_01.png) 30px center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_02 .center .left .list li:hover a p {
  color: #fff;
  background: url(/public/images/ks_icon_02.png) 30px center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_02 .center .left .list li a i {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  background: url(/public/images/ks_jt_01.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_02 .center .left .list li:hover a i {
  background: url(/public/images/ks_jt_02.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_02 .center .right {
  width: 470px;
  height: 285px;
  float: right;
  overflow: hidden;
  position: relative;
}
.box_02 .center .right .img {
  width: 470px;
  height: 285px;
  overflow: hidden;
}
.box_02 .center .right .img img {
  display: block;
  width: 470px;
  height: 285px;
  vertical-align: top;
}
.box_02 .center .right .txt {
  width: 360px;
  height: 285px;
  padding: 0 55px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.box_02 .center .right .txt p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  height: 90px;
  margin-top: 40px;
  overflow: hidden;
  text-align: center;
}
.box_02 .center .right .txt .more {
  display: block;
  width: 116px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: solid 2px #fff;
  margin: 20px auto 0 auto;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_02 .center .right .txt .more:hover {
  background: #4bb399;
  border: solid 2px #4bb399;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_02 .center .right .pos {
  width: 470px;
  height: 60px;
  background: #264ba3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
}
.box_02 .center .right .pos .name {
  display: block;
  width: 450px;
  padding-left: 20px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background: url(/public/images/jia01.png) 430px center no-repeat;
}
/* 专家介绍 */
.box_03 {
  width: 100%;
  height: 470px;
  padding-top: 60px;
  
  overflow: hidden;
}
.box_03 .h_title {
  width: 1280px;
  height: 35px;
  position: relative;
  margin: 0 auto;
}
.box_03 .h_title::after {
  content: '';
  width: 1280px;
  height: 2px;
  background: #8fb8dd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_03 .h_title h3 {
  width: 1280px;
  height: 35px;
}
.box_03 .h_title h3 a {
  display: block;
  width: 1280px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  background: url(/public/images/jia01.png) right top no-repeat;
  position: relative;
}
.box_03 .h_title h3 a::after {
  content: '';
  width: 75px;
  height: 2px;
  background: #4bb399;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.box_03 .picScroll-left01 {
  width: 1400px;
  height: 325px;
  margin: 40px auto 0 auto;
  position: relative;
}
.box_03 .picScroll-left01 .hd {
  width: 1400px;
  height: 325px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box_03 .picScroll-left01 .hd .prev {
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  margin-top: 140px;
  cursor: pointer;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_03 .picScroll-left01 .hd .next {
  float: right;
  width: 45px;
  height: 45px;
  border-radius: 23px;
  margin-top: 140px;
  cursor: pointer;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_03 .picScroll-left01 .bd {
  width: 1200px;
  height: 325px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  overflow: hidden;
}
.box_03 .picScroll-left01 .bd ul {
  width: 1200px;
  height: 325px;
  overflow: hidden;
  zoom: 1;
}
.box_03 .picScroll-left01 .bd ul li {
  width: 200px;
  height: 325px;
  overflow: hidden;
  margin-right: 50px;
  background: #fff;
  position: relative;
  float: left;
}
.box_03 .picScroll-left01 .bd ul li::before {
  content: '';
  width: 50px;
  height: 4px;
  background: #264ba3;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_03 .picScroll-left01 .bd ul li:hover::before {
  content: '';
  width: 200px;
  height: 4px;
  background: #264ba3;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_03 .picScroll-left01 .bd ul li a {
  display: block;
}
.box_03 .picScroll-left01 .bd ul li .name {
  font-size: 16px;
  padding: 0 30px;
  color: #264ba3;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box_03 .picScroll-left01 .bd ul li h4 {
  font-size: 14px;
  color: #808080;
  line-height: 15px;
  padding: 0 30px;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box_03 .picScroll-left01 .bd ul li .img {
  width: 144px;
  height: 200px;
  margin: 15px auto 0 auto;
  overflow: hidden;
}
.box_03 .picScroll-left01 .bd ul li .img img {
  width: 144px;
  height: 200px;
  vertical-align: top;
  transition: all 1s;
  object-fit: cover;
}
.box_03 .picScroll-left01 .bd ul li:hover .img img {
  transform: scale(1.1);
}
.box_03 .picScroll-left01 .bd ul li p {
  font-size: 14px;
  color: #373737;
  line-height: 15px;
  padding: 0 30px;
  text-align: center;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 新闻 */
.box_04 {
  width: 100%;
  height: auto;
  padding: 60px 0;
  overflow: hidden;
}
.box_04 .center {
  width: 1280px;
  height: 355px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.box_04 .center .left {
  width: 400px;
  height: 355px;
  float: left;
  overflow: hidden;
}
.box_04 .center .left h4 {
  width: 400px;
  height: 20px;
  line-height: 20px;
}
.box_04 .center .left h4 a {
  display: block;
  font-size: 18px;
  color: #271e1c;
  padding-left: 10px;
  border-left: solid 5px #264ba3;
}
.box_04 .center .left .picScroll-left02 {
  width: 400px;
  height: 305px;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.box_04 .center .left .picScroll-left02 .bd {
  width: 400px;
  height: 305px;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.box_04 .center .left .picScroll-left02 .bd ul {
  width: 400px;
  height: 305px;
  overflow: hidden;
  zoom: 1;
}
.box_04 .center .left .picScroll-left02 .bd ul li {
  width: 400px;
  height: 305px;
  margin-right: 10px;
  float: left;
  position: relative;
  overflow: hidden;
}
.box_04 .center .left .picScroll-left02 .bd ul li a {
  display: block;
}
.box_04 .center .left .picScroll-left02 .bd ul li .img {
  width: 400px;
  height: 305px;
  overflow: hidden;
}
.box_04 .center .left .picScroll-left02 .bd ul li .img img {
  width: 400px;
  height: 305px;
  vertical-align: top;
  transition: all 1s;
  object-fit: cover;
}
.box_04 .center .left .picScroll-left02 .bd ul li:hover .img img {
  transform: scale(1.05);
}
.box_04 .center .left .picScroll-left02 .bd ul li .txt {
  width: 400px;
  height: 64px;
  line-height: 64px;

  position: absolute;
  left: 0;
  bottom: 0;
}
.box_04 .center .left .picScroll-left02 .bd ul li .txt .name {
  padding: 0 100px 0 20px;
  width: 280px;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .left .picScroll-left02 .hd {
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 9;
}
.box_04 .center .left .picScroll-left02 .hd ul {
  width: 70px;
  height: 4px;
  text-align: center;
}
.box_04 .center .left .picScroll-left02 .hd ul li {
  display: inline-block;
  width: 14px;
  height: 4px;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
}
.box_04 .center .left .picScroll-left02 .hd ul li.on {
  background: #264ba3;
}
.box_04 .center .news_center {
  width: 500px;
  height: 355px;
  overflow: hidden;
  float: left;
}
.box_04 .center .news_center .hd {
  width: 500px;
  height: 30px;
  position: relative;
  background: url(/public/images/jia02.png) right top no-repeat;
}
.box_04 .center .news_center .hd::after {
  content: '';
  width: 500px;
  height: 2px;
  background: #e1e1e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_04 .center .news_center .hd ul {
  width: 200px;
  height: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.box_04 .center .news_center .hd ul li {
  width: 80px;
  height: 30px;
  text-align: center;
  float: left;
}
.box_04 .center .news_center .hd ul li:nth-of-type(2) {
  float: right;
}
.box_04 .center .news_center .hd ul li a {
  display: block;
  font-size: 18px;
  height: 30px;
  line-height: 18px;
  color: #303030;
  position: relative;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .news_center .hd ul li.on a {
  color: #264ba3;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .news_center .hd ul li a::after {
  content: '';
  width: 0px;
  height: 2px;
  background: #264ba3;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .news_center .hd ul li.on a::after {
  content: '';
  width: 80px;
  height: 2px;
  background: #264ba3;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .news_center .flist {
  width: 500px;
  height: 305px;
  margin-top: 20px;line-height: 42px;
}
.box_04 .center .news_center .flist ul li{border-bottom: 1px dashed #ccc;}
.box_04 .center .news_center .flist ul li time{float: right;color: #666666;}
.box_04 .center .right {
  width: 315px;
  height: 355px;
  overflow: hidden;
  float: right;
}
.box_04 .center .right a {
  display: block;
  width: 270px;
  padding-left: 45px;
  height: 115px;
  background: #264ba3;
  margin-bottom: 5px;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .right a:hover {
  background: #4bb399;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .right a .icon {
  width: 46px;
  height: 115px;
  float: left;
  margin-right: 15px;
}
.box_04 .center .right a:hover .icon {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.box_04 .center .right a:nth-of-type(1) .icon {
  background: url(/public/images/n_icon_01.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .right a:nth-of-type(2) .icon {
  background: url(/public/images/n_icon_02.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .right a:nth-of-type(3) .icon {
  background: url(/public/images/n_icon_03.png) left center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .right a .txt {
  width: auto;
  height: 115px;
  float: left;
}
.box_04 .center .right a .txt p {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  margin-top: 40px;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .right a:hover .txt p {
  margin-left: 5px;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_04 .center .right a .txt span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 10px;
  margin-top: 12px;
  text-transform: Uppercase;
}
/* 广告 */
.box_05 {
  width: 1280px;
  height: 166px;
  margin: 0 auto;
  overflow: hidden;
}
.box_05 img {
  display: block;
  width: 1280px;
  height: 166px;
  vertical-align: top;
}
/* 新闻 */
.box_06 {
  width: 100%;
  height: auto;
  margin-top: 60px;
  overflow: hidden;
}
.box_06 .center {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.box_06 .center .left {
  width: 610px;
  height: 340px;margin-right: 60px;margin-bottom: 30px;float: left;
}
.box_06 .center .left:nth-child(2n){margin-right:0;}
.box_06 .center .left .h_title {
  width: 610px;
  height: 35px;
  position: relative;
}
.box_06 .center .left .h_title::after {
  content: '';
  width: 610px;
  height: 2px;
  background: #e1e1e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_06 .center .left .h_title h3 {
  width: 610px;
  height: 35px;
}
.box_06 .center .left .h_title h3 a {
  display: block;
  width: 610px;
  height: 35px;
  font-size: 18px;
  color: #303030;
  line-height: 22px;
  background: url(/public/images/jia02.png) right top no-repeat;
  position: relative;
}
.box_06 .center .left .h_title h3 a::after {
  content: '';
  width: 90px;
  height: 2px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.box_06 .center .left .bx {
  width: 610px;
  height: 105px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.box_06 .center .left .bx a {
  display: block;
}
.box_06 .center .left .bx .img {
  width: 145px;
  height: 105px;
  float: left;
  overflow: hidden;
}
.box_06 .center .left .bx .img img {
  width: 145px;
  height: 105px;
  vertical-align: top;
  object-fit: cover;
  transition: all 1s;
}
.box_06 .center .left .bx:hover .img img {
  transform: scale(1.1);
}
.box_06 .center .left .bx .txt {
  width: 445px;
  height: 105px;
  float: right;
  overflow: hidden;
}
.box_06 .center .left .bx .txt .name {
  display: block;
  line-height: 15px;
  font-size: 14px;
  color: #232323;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .left .bx:hover .txt .name {
  margin-left: 5px;
  color: #264ba3;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .left .bx .txt span {
  display: block;
  width: auto;
  line-height: 10px;
  font-size: 12px;
  color: #9f9f9f;
  margin-top: 13px;
}
.box_06 .center .left .bx .txt p {
  font-size: 14px;
  color: #908f8f;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.box_06 .center .left .list {
  width: 610px;
  height: 160px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.box_06 .center .left .list li {
  width: 610px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.box_06 .center .left .list li::after {
  content: '';
  width: 0px;
  height: 1px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .left .list li:hover::after {
  content: '';
  width: 610px;
  height: 1px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .left .list li .name {
  display: block;
  width: 450px;
  padding-left: 25px;
  font-size: 15px;
  color: #575859;
  float: left;
  background: url(/public/images/dian01.png) 0 center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .left .list li:hover .name {
  color: #264ba3;
  padding-left: 30px;
  background: url(/public/images/dian02.png) 5px center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .left .list li span {
  display: block;
  font-size: 12px;
  color: #9f9f9f;
  float: right;
}
.box_06 .center .right {
  width: 610px;
  height: 340px;
}
.box_06 .center .right .h_title {
  width: 610px;
  height: 35px;
  position: relative;
}
.box_06 .center .right .h_title::after {
  content: '';
  width: 610px;
  height: 2px;
  background: #e1e1e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_06 .center .right .h_title h3 {
  width: 610px;
  height: 35px;
}
.box_06 .center .right .h_title h3 a {
  display: block;
  width: 610px;
  height: 35px;
  font-size: 18px;
  color: #303030;
  line-height: 22px;
  background: url(/public/images/jia02.png) right top no-repeat;
  position: relative;
}
.box_06 .center .right .h_title h3 a::after {
  content: '';
  width: 90px;
  height: 2px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.box_06 .center .right .bx {
  width: 610px;
  height: 104px;
  overflow: hidden;
  margin-top: 30px;
  border-bottom: dashed 1px #eee;
}
.box_06 .center .right .bx a {
  display: block;
}
.box_06 .center .right .bx .name {
  padding-left: 25px;
  line-height: 15px;
  font-size: 14px;
  color: #232323;
  background: url(/public/images/dian01.png) 0 center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .right .bx:hover .name {
  margin-left: 5px;
  color: #264ba3;
  background: url(/public/images/dian02.png) 0 center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .right .bx span {
  display: block;
  width: auto;
  line-height: 10px;
  font-size: 12px;
  color: #9f9f9f;
  margin-top: 13px;
}
.box_06 .center .right .bx p {
  font-size: 14px;
  color: #908f8f;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.box_06 .center .right .list {
  width: 610px;
  height: 160px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.box_06 .center .right .list li {
  width: 610px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.box_06 .center .right .list li::after {
  content: '';
  width: 0px;
  height: 1px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .right .list li:hover::after {
  content: '';
  width: 610px;
  height: 1px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .right .list li .name {
  display: block;
  width: 450px;
  padding-left: 25px;
  font-size: 15px;
  color: #575859;
  float: left;
  background: url(/public/images/dian01.png) 0 center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .right .list li:hover .name {
  color: #264ba3;
  padding-left: 30px;
  background: url(/public/images/dian02.png) 5px center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_06 .center .right .list li span {
  display: block;
  font-size: 12px;
  color: #9f9f9f;
  float: right;
}
/* 新闻 */
.box_07 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.box_07 .center {
  width: 1280px;
  height: 340px;
  margin: 0 auto;
  overflow: hidden;
}
.box_07 .center .left {
  width: 610px;
  height: 340px;
}
.box_07 .center .left .h_title {
  width: 610px;
  height: 35px;
  position: relative;
}
.box_07 .center .left .h_title::after {
  content: '';
  width: 610px;
  height: 2px;
  background: #e1e1e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_07 .center .left .h_title h3 {
  width: 610px;
  height: 35px;
}
.box_07 .center .left .h_title h3 a {
  display: block;
  width: 610px;
  height: 35px;
  font-size: 18px;
  color: #303030;
  line-height: 22px;
  background: url(/public/images/jia02.png) right top no-repeat;
  position: relative;
}
.box_07 .center .left .h_title h3 a::after {
  content: '';
  width: 90px;
  height: 2px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.box_07 .center .left .bx {
  width: 610px;
  height: 105px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.box_07 .center .left .bx a {
  display: block;
}
.box_07 .center .left .bx .img {
  width: 145px;
  height: 105px;
  float: left;
  overflow: hidden;
}
.box_07 .center .left .bx .img img {
  width: 145px;
  height: 105px;
  vertical-align: top;
  object-fit: cover;
  transition: all 1s;
}
.box_07 .center .left .bx:hover .img img {
  transform: scale(1.1);
}
.box_07 .center .left .bx .txt {
  width: 445px;
  height: 105px;
  float: right;
  overflow: hidden;
}
.box_07 .center .left .bx .txt .name {
  display: block;
  line-height: 15px;
  font-size: 14px;
  color: #232323;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .left .bx:hover .txt .name {
  margin-left: 5px;
  color: #264ba3;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .left .bx .txt span {
  display: block;
  width: auto;
  line-height: 10px;
  font-size: 12px;
  color: #9f9f9f;
  margin-top: 13px;
}
.box_07 .center .left .bx .txt p {
  font-size: 14px;
  color: #908f8f;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.box_07 .center .left .list {
  width: 610px;
  height: 160px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.box_07 .center .left .list li {
  width: 610px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.box_07 .center .left .list li::after {
  content: '';
  width: 0px;
  height: 1px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .left .list li:hover::after {
  content: '';
  width: 610px;
  height: 1px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .left .list li .name {
  display: block;
  width: 450px;
  padding-left: 25px;
  font-size: 15px;
  color: #575859;
  float: left;
  background: url(/public/images/dian01.png) 0 center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .left .list li:hover .name {
  color: #264ba3;
  padding-left: 30px;
  background: url(/public/images/dian02.png) 5px center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .left .list li span {
  display: block;
  font-size: 12px;
  color: #9f9f9f;
  float: right;
}
.box_07 .center .right {
  width: 610px;
  height: 340px;
}
.box_07 .center .right .h_title {
  width: 610px;
  height: 35px;
  position: relative;
}
.box_07 .center .right .h_title::after {
  content: '';
  width: 610px;
  height: 2px;
  background: #e1e1e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_07 .center .right .h_title h3 {
  width: 610px;
  height: 35px;
}
.box_07 .center .right .h_title h3 a {
  display: block;
  width: 610px;
  height: 35px;
  font-size: 18px;
  color: #303030;
  line-height: 22px;
  background: url(/public/images/jia02.png) right top no-repeat;
  position: relative;
}
.box_07 .center .right .h_title h3 a::after {
  content: '';
  width: 90px;
  height: 2px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.box_07 .center .right .bx {
  width: 610px;
  height: 104px;
  overflow: hidden;
  margin-top: 30px;
  border-bottom: dashed 1px #eee;
}
.box_07 .center .right .bx a {
  display: block;
}
.box_07 .center .right .bx .name {
  padding-left: 25px;
  line-height: 15px;
  font-size: 14px;
  color: #232323;
  background: url(/public/images/dian01.png) 0 center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .right .bx:hover .name {
  margin-left: 5px;
  color: #264ba3;
  background: url(/public/images/dian02.png) 0 center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .right .bx span {
  display: block;
  width: auto;
  line-height: 10px;
  font-size: 12px;
  color: #9f9f9f;
  margin-top: 13px;
}
.box_07 .center .right .bx p {
  font-size: 14px;
  color: #908f8f;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.box_07 .center .right .list {
  width: 610px;
  height: 40px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.box_07 .center .right .list li {
  width: 610px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.box_07 .center .right .list li::after {
  content: '';
  width: 0px;
  height: 1px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .right .list li:hover::after {
  content: '';
  width: 610px;
  height: 1px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .right .list li .name {
  display: block;
  width: 450px;
  padding-left: 25px;
  font-size: 15px;
  color: #575859;
  float: left;
  background: url(/public/images/dian01.png) 0 center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .right .list li:hover .name {
  color: #264ba3;
  padding-left: 30px;
  background: url(/public/images/dian02.png) 5px center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.box_07 .center .right .list li span {
  display: block;
  font-size: 12px;
  color: #9f9f9f;
  float: right;
}
.box_07 .center .right .bottom {
  width: 610px;
  height: 125px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.box_07 .center .right .bottom .vedio {
  display: block;
  width: 299px;
  height: 125px;
  float: left;
  
}
.box_07 .center .right .bottom .vedio i {
  display: block;
  width: 30px;
  height: 31px;
  margin: 30px auto 0 auto;
}
.box_07 .center .right .bottom .vedio p {
  font-size: 15px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  margin-top: 15px;
}
.box_07 .center .right .bottom .ln {
  display: block;
  width: 299px;
  height: 125px;
  float: right;

}
.box_07 .center .right .bottom .ln i {
  display: block;
  width: 30px;
  height: 31px;
  margin: 30px auto 0 auto;

}
.box_07 .center .right .bottom .ln p {
  font-size: 15px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  margin-top: 15px;
}
/* 广告 */
.box_08 {
  width: 1280px;
  height: 166px;
  margin: 60px auto 0 auto;
  overflow: hidden;
}
.box_08 img {
  display: block;
  width: 1280px;
  height: 166px;
  vertical-align: top;
}
/* 医疗设备 */
.box_09 {
  width: 100%;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
}
.box_09 .h_title {
  width: 1280px;
  height: 35px;
  margin: 0 auto;
  position: relative;
}
.box_09 .h_title::after {
  content: '';
  width: 1280px;
  height: 2px;
  background: #e1e1e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_09 .h_title h3 {
  width: 1280px;
  height: 35px;
}
.box_09 .h_title h3 a {
  display: block;
  width: 1280px;
  height: 35px;
  font-size: 18px;
  color: #303030;
  line-height: 22px;
  background: url(/public/images/jia02.png) right top no-repeat;
  position: relative;
}
.box_09 .h_title h3 a::after {
  content: '';
  width: 75px;
  height: 2px;
  background: #264ba3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.box_09 .picScroll-left03 {
  width: 1280px;
  overflow: hidden;
  margin: 30px auto 0 auto;
  position: relative;
}
.box_09 .picScroll-left03 img{width: 240px;float: left;margin: 10px;}
.box_09 .picScroll-left03 img:first-child{margin-left: 0;}
.box_09 .picScroll-left03 img:last-child{margin-right: 0;}

.flink{overflow: hidden;width: 1280px;padding: 15px 0;margin: 0 auto;}
.flink a{color: #333333;margin-right: 10px;}
/* animated home */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
.animated_1 {
  animation-delay: 0.3s;
}
.animated_2 {
  animation-delay: 0.6s;
}
.animated_3 {
  animation-delay: 0.9s;
}
.animated_4 {
  animation-delay: 1.1s;
}
.animated_5 {
  animation-delay: 1.7s;
}
.animated_6 {
  animation-delay: 1.8s;
}
.animated_7 {
  animation-delay: 2.1s;
}
.animated_8 {
  animation-delay: 2.4s;
}
.animated_9 {
  animation-delay: 2.7s;
}
.animated_10 {
  animation-delay: 3s;
}
.animated_11 {
  animation-delay: 3.3s;
}
.animated_12 {
  animation-delay: 3.6s;
}
/* animated end */
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}