.aling-center1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aling-center2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.aling-center3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.text-hidden1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover-style {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cover-style .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .layout {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.banner .swiper-wrapper {
  position: relative;
  z-index: 2;
}
.banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .btn-group {
  height: 40px;
  width: 105px;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 34%;
}
.banner .btn-group .prev-btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent url('/static/index/images/left1-w.png') no-repeat center center;
}
.banner .btn-group .prev-btn span {
  display: block;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width 0.3s 0s ease;
  -o-transition: width 0.3s 0s ease;
  -ms-transition: width 0.3s 0s ease;
  -moz-transition: width 0.3s 0s ease;
  -webkit-transition: width 0.3s 0s ease;
}
.banner .btn-group .prev-btn span i {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url('/static/index/images/left1-b.png') no-repeat center center;
}
.banner .btn-group .prev-btn:hover span {
  width: 100%;
}
.banner .btn-group .next-btn {
  float: right;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent url('/static/index/images/right1-w.png') no-repeat center center;
}
.banner .btn-group .next-btn span {
  display: block;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width 0.3s 0s ease;
  -o-transition: width 0.3s 0s ease;
  -ms-transition: width 0.3s 0s ease;
  -moz-transition: width 0.3s 0s ease;
  -webkit-transition: width 0.3s 0s ease;
  position: absolute;
  right: 0;
}
.banner .btn-group .next-btn span i {
  position: absolute;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url('/static/index/images/right1-b.png') no-repeat center center;
}
.banner .btn-group .next-btn:hover span {
  width: 100%;
}
.banner .banner-pagination {
  height: 6px;
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: 10%;
}
.banner .banner-pagination span {
  display: inline-block;
  width: 28px;
  height: 6px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #fff;
  opacity: .35;
  filter: alpha(opacity=35);
  cursor: pointer;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
}
.banner .banner-pagination span.on {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 46px;
}
.banner .hot {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  padding: 38px 30px 30px;
  width: 360px;
  background-color: #004f9f;
  background-color: rgba(0, 79, 159, 0.2);
}
.banner .hot .hot-change {
  height: 60px;
  position: relative;
}
.banner .hot .hot-change .item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.banner .hot .hot-change .item:first-child {
  display: block;
}
.banner .hot .hot-change .item p {
  height: 40px;
  font-size: 16px;
  width: 196px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.banner .hot .hot-change .item p a {
  color: #fff;
}
.banner .hot .hot-change .item p:hover a {
  text-decoration: underline;
}
.banner .hot .hot-change .item div {
  float: right;
  color: #fff;
  line-height: 36px;
}
.banner .hot .hot-change .item div span {
  font-size: 48px;
}
.banner .hot .hot-pagination {
  height: 8px;
}
.banner .hot .hot-pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s 0s ease;
  -o-transition: background-color 0.3s 0s ease;
  -ms-transition: background-color 0.3s 0s ease;
  -moz-transition: background-color 0.3s 0s ease;
  -webkit-transition: background-color 0.3s 0s ease;
}
.banner .hot .hot-pagination span.on {
  background-color: #004f9f;
}
.content1 {
  background-color: #fff;
  padding: 76px 0 90px;
}
.content1 .c1-layout {
  width: 1124px;
  margin: 0 auto;
}
.content1 .c1-layout .left {
  width: 510px;
  float: left;
}
.content1 .c1-layout .right {
  width: 542px;
  float: right;
}
.content1 .title {
  height: 40px;
  font-size: 22px;
}
.content1 .title span {
  font-size: 18px;
  color: #999;
  margin-left: 14px;
}
.content1 .title a {
  width: 70px;
  height: 32px;
  line-height: 32px;
  background-color: #004f9f;
  float: right;
  text-align: center;
  font-size: 12px;
  color: #fff;
  transition: background-color 0.3s 0s ease;
  -o-transition: background-color 0.3s 0s ease;
  -ms-transition: background-color 0.3s 0s ease;
  -moz-transition: background-color 0.3s 0s ease;
  -webkit-transition: background-color 0.3s 0s ease;
}
.content1 .title a:hover {
  background-color: #2180df;
}
.content1 .news-change {
  margin: 14px 0 30px;
  position: relative;
  height: 330px;
}
.content1 .news-change .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.content1 .news-change .item:first-child {
  display: block;
}
.content1 .news-change .item img {
  width: 100%;
}
.content1 .news-change .item em {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #004f9f;
  padding: 0 30px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 450px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content1 .news-change .news-pagination {
  padding: 16px;
  position: absolute;
  right: 16px;
  bottom: 52px;
}
.content1 .news-change .news-pagination span {
  display: inline-block;
  width: 22px;
  height: 6px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #fff;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: pointer;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
}
.content1 .news-change .news-pagination span.on {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 36px;
}
.content1 ul {
  color: #ccdcec;
  padding-left: 20px;
}
.content1 ul li {
  list-style-type: disc;
  color: #ccdcec;
  line-height: 14px;
  height: 14px;
  padding: 12px 0;
}
.content1 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
}
.content1 ul li a em {
  display: inline-block;
  font-style: normal;
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content1 ul li a span {
  float: right;
}
.content1 ul li:hover a {
  color: #587eb5;
}
.content1 ul li:hover a span,
.content1 ul li:hover a em {
  text-decoration: underline;
}
.content1 .list2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
.content2 {
  padding: 52px 0 56px;
  background: #ffffff url('/static/index/images/index-bg1.jpg?v=4') no-repeat center top;
}
.content2 .c2-title {
  text-align: center;
  color: #fff;
}
.content2 .c2-title h3 {
  font-size: 38px;
  margin-bottom: 6px;
}
.content2 .c2-title p {
  font-size: 18px;
}
.content2 .enter {
  margin-top: 70px;
}
.content2 .enter > div {
  width: 216px;
  height: 72px;
  line-height: 72px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
  float: left;
  margin: 0 0 60px 57.5px;
}
.content2 .enter > div a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
}
.content2 .enter > div i {
  width: 68px;
  height: 1px;
  background-color: #004f9f;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
}
.content2 .enter > div div {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 74px;
  background-color: #004f9f;
  overflow: hidden;
  transition: width 0.3s 0s ease;
  -o-transition: width 0.3s 0s ease;
  -ms-transition: width 0.3s 0s ease;
  -moz-transition: width 0.3s 0s ease;
  -webkit-transition: width 0.3s 0s ease;
}
.content2 .enter > div div span {
  height: 1px;
  width: 24px;
  background-color: #fff;
  position: absolute;
  left: 97px;
  bottom: 20px;
}
.content2 .enter > div.left1 {
  margin-left: 0;
}
.content2 .enter > div:hover div {
  width: 218px;
}
.content2 .more {
  margin-top: 30px;
  text-align: center;
}
.content2 .more a {
  display: inline-block;
  width: 160px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  background-color: #004f9f;
  transition: background-color 0.3s 0s ease;
  -o-transition: background-color 0.3s 0s ease;
  -ms-transition: background-color 0.3s 0s ease;
  -moz-transition: background-color 0.3s 0s ease;
  -webkit-transition: background-color 0.3s 0s ease;
}
.content2 .more a:hover {
  background-color: #2180df;
}
.content3 {
  padding: 100px 0 110px;
  background-color: #fff;
}
.content3 .title {
  margin-bottom: 30px;
  font-size: 22px;
}
.content3 .title span {
  font-size: 18px;
  color: #999;
  margin-left: 20px;
}
.content3 .title .btn-group {
  float: right;
}
.content3 .title .btn-group div {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
}
.content3 .title .btn-group .prev-btn {
  margin-right: 16px;
  background-image: url('/static/index/images/left2-w.png');
}
.content3 .title .btn-group .prev-btn:hover {
  background-image: url('/static/index/images/left2-b.png');
}
.content3 .title .btn-group .next-btn {
  background-image: url('/static/index/images/right2-w.png');
}
.content3 .title .btn-group .next-btn:hover {
  background-image: url('/static/index/images/right2-b.png');
}
.content3 .expert-scroll {
  height: 338px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content3 .expert-scroll .item-wrap {
  position: absolute;
  height: 338px;
  top: 0;
  left: 0;
}
.content3 .expert-scroll .item {
  width: 224px;
  height: 338px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-left: 50px;
}
.content3 .expert-scroll .item:first-child {
  margin-left: 0;
}
.content3 .expert-scroll .item img {
  width: 100%;
}
.content3 .expert-scroll .item div {
  background-color: #004f9f;
  background-color: rgba(0, 79, 159, 0.5);
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: -120px;
  transition: bottom 0.3s 0s ease;
  -o-transition: bottom 0.3s 0s ease;
  -ms-transition: bottom 0.3s 0s ease;
  -moz-transition: bottom 0.3s 0s ease;
  -webkit-transition: bottom 0.3s 0s ease;
  text-align: center;
}
.content3 .expert-scroll .item div a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.content3 .expert-scroll .item div strong {
  display: block;
  font-size: 16px;
  margin: 18px 0 6px;
}
.content3 .expert-scroll .item div span {
  display: block;
  margin-bottom: 10px;
}
.content3 .expert-scroll .item div i {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('/static/index/images/icon-enter.png');
}
.content3 .expert-scroll .item:hover div {
  bottom: 0;
}
.content4 {
  padding: 65px 0 500px;
  position: relative;
  background-color: #004f9f;
}
.content4 .title {
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  color: #fff;
  font-size: 26px;
}
.content4 .title span {
  font-size: 18px;
  margin-left: 20px;
}
.content4 .title a {
  width: 112px;
  height: 36px;
  line-height: 36px;
  float: right;
  text-align: center;
  background-color: #fff;
  color: #004f9f;
  font-size: 14px;
  position: relative;
  z-index: 3;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
}
.content4 .title a:hover {
  background-color: #2180df;
  color: #fff;
}
.content4 .c4-content {
  overflow: hidden;
  width: 1248px;
  height: 522px;
  padding: 110px 0 68px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35px;
}
.content4 .c4-content .c4-scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 416px;
  height: 522px;
}
.content4 .c4-content .c4-scroll .swiper-slide {
  transition: transform 0.3s 0s ease;
  -o-transition: -o-transform 0.3s 0s ease;
  -ms-transition: -ms-transform 0.3s 0s ease;
  -moz-transition: -moz-transform 0.3s 0s ease;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
}
.content4 .c4-content .c4-scroll .swiper-slide .item {
  width: 366px;
  margin: 0 25px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.content4 .c4-content .c4-scroll .swiper-slide .item img {
  width: 100%;
}
.content4 .c4-content .c4-scroll .swiper-slide .item .cover {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  transition: top 0.5s 0s ease;
  -o-transition: top 0.5s 0s ease;
  -ms-transition: top 0.5s 0s ease;
  -moz-transition: top 0.5s 0s ease;
  -webkit-transition: top 0.5s 0s ease;
}
.content4 .c4-content .c4-scroll .swiper-slide .item .cover .mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.content4 .c4-content .c4-scroll .swiper-slide .item .cover i {
  position: relative;
  z-index: 2;
  margin-top: 50%;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  padding-left: 45px;
  height: 38px;
  line-height: 38px;
  background: transparent url('/static/index/images/icon-enter2.png') no-repeat left center;
}
.content4 .c4-content .c4-scroll .swiper-slide .item .cover .text {
  display: block;
  padding: 18px 20px 0 26px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 48px;
  z-index: 2;
  width: 234px;
  height: 130px;
  background-color: #004f9f;
  background-color: rgba(0, 79, 159, 0.5);
}
.content4 .c4-content .c4-scroll .swiper-slide .item .cover .text span {
  margin-bottom: 10px;
  display: block;
  text-align: right;
}
.content4 .c4-content .c4-scroll .swiper-slide .item .cover .text em {
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  display: block;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content4 .c4-content .c4-scroll .on {
  transform: translateY(-110px);
  -o-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -moz-transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
}
.content4 .c4-content .c4-scroll .on .item .cover {
  top: 0;
}
.content4 .c4-content .c4-scroll .prev {
  transform: translateY(68px);
  -o-transform: translateY(68px);
  -ms-transform: translateY(68px);
  -moz-transform: translateY(68px);
  -webkit-transform: translateY(68px);
}
.content4 .prev-btn {
  position: absolute;
  top: 200px;
  left: -34px;
  cursor: pointer;
}
.content4 .next-btn {
  cursor: pointer;
  position: absolute;
  top: 200px;
  right: -34px;
}
.content5 {
  padding-top: 260px;
}
.content5 .left {
  float: left;
  width: 430px;
}
.content5 .right {
  float: right;
  width: 810px;
}
.content5 .title {
  height: 34px;
  line-height: 34px;
  font-size: 26px;
  margin-bottom: 26px;
}
.content5 .title span {
  color: #999;
  font-size: 18px;
  margin-left: 20px;
}
.content5 .title a {
  width: 112px;
  height: 34px;
  line-height: 34px;
  float: right;
  text-align: center;
  background-color: #004f9f;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 3;
}
.content5 .video {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.content5 .video .bg {
  width: 100%;
  transition: transform 0.3s 0s ease;
  -o-transition: -o-transform 0.3s 0s ease;
  -ms-transition: -ms-transform 0.3s 0s ease;
  -moz-transition: -moz-transform 0.3s 0s ease;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
}
.content5 .video .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.content5 .video:hover .bg {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.content5 .patient-content {
  height: 166px;
  padding: 67px 0;
  padding-left: 50px;
  background-color: #f7fbfb;
}
.content5 .patient-content .scroll-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content5 .c5-scroll {
  width: 810px;
  height: 166px;
}
.content5 .c5-scroll .swiper-slide {
  width: 270px;
  height: 166px;
}
.content5 .c5-scroll .swiper-slide a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 250px;
  height: 100%;
}
.content5 .c5-scroll .swiper-slide img {
  height: 100%;
}
.content5 .c5-scroll .swiper-slide span {
  display: block;
  width: 206px;
  padding: 0 22px;
  height: 166px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 166px;
  color: #fff;
  background-color: #004f9f;
  background-color: rgba(0, 79, 159, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  transition: left 0.3s 0s ease;
  -o-transition: left 0.3s 0s ease;
  -ms-transition: left 0.3s 0s ease;
  -moz-transition: left 0.3s 0s ease;
  -webkit-transition: left 0.3s 0s ease;
}
.content5 .c5-scroll .swiper-slide:hover span {
  left: 0;
}
.content5 .video-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.content5 .video-modal .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.content5 .video-modal video {
  width: 1080px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .content2 .enter > div {
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin: 0px 0 55px 42.5px;
  }
  .content2 .enter > div div {
    height: 62px;
  }
  .content2 .enter > div div span {
    bottom: 14px;
    left: 79px;
  }
  .content2 .enter > div:hover div {
    width: 182px;
  }
  .content3 .expert-scroll .item {
    margin-left: 61.33333px;
  }
  .content4 {
    padding-bottom: 450px;
  }
  .content4 .c4-content {
    width: 1080px;
  }
  .content4 .c4-content .c4-scroll {
    width: 362px;
    height: 445px;
  }
  .content4 .c4-content .c4-scroll .swiper-slide .item {
    width: 312px;
  }
  .content4 .c4-content .c4-scroll .on {
    transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
  }
  .content4 .c4-content .c4-scroll .prev {
    transform: translateY(46px);
    -o-transform: translateY(46px);
    -ms-transform: translateY(46px);
    -moz-transform: translateY(46px);
    -webkit-transform: translateY(46px);
  }
  .content5 {
    padding-top: 140px;
  }
  .content5 .left {
    width: 360px;
  }
  .content5 .right {
    width: 680px;
  }
  .content5 .video {
    height: 250px;
  }
  .content5 .patient-content {
    padding: 42px 0 42px 30px;
  }
}
