.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;
}
.aling-center4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.aling-center5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.aling-center6 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.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);
}
.img-style1 {
  position: relative;
  overflow: hidden;
}
.img-style1 img {
  height: 100%;
  position: absolute;
  left: -300px;
  right: -300px;
  top: 0;
  margin: auto;
}
.img-style2 {
  position: relative;
  overflow: hidden;
}
.img-style2 img {
  width: 100%;
  position: absolute;
  top: -300px;
  bottom: -300px;
  left: 0;
  margin: auto;
}
.item-info:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.item-info .left {
  float: left;
  width: 662px;
  background-color: #fff;
}
.item-info .top {
  padding-left: 88px;
  padding-top: 86px;
  height: 400px;
}
.item-info .info {
    padding-right: 88px;
    height: 244px;
    border-bottom: 1px solid #f4f4f4;
}
.item-info .name {
    font-size: 37px;
    line-height: 1.3;
    margin-bottom: 28px;
}
.item-info p {
    line-height: 1.8;
    text-align: justify;
}
.item-info .link {
  height: 30px;
  line-height: 30px;
  padding: 34px 0;
}
.item-info .link a {
  display: inline-block;
  padding-left: 48px;
  background: url('../images/link1.png') no-repeat;
  background-size: auto 100%;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.item-info .link a:hover {
  opacity: 0.6;
}
.item-info .right {
  height: 630px;
  width: 938px;
  float: left;
  background-color: #e5e5e5;
  position: relative;
}
.item-info .bg {
  position: absolute;
  bottom: 0;
  left: 96px;
  width: 752px;
}
.item-info .bg:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.item-info img {
  width: 100%;
}
.item-info .hospital-img {
  width: 692px;
  height: 397px;
  overflow: hidden;
  position: absolute;
  bottom: 120px;
  left: 126px;
  background-color: #e5e5e5;
}
.item-info .swiper-slide {
  overflow: hidden;
}
.change-wrap {
  height: 144px;
}
.change-wrap > div {
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  background: no-repeat center 36px;
  line-height: 196px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.change-wrap > div:hover {
  opacity: 0.9;
}
.change-wrap a {
  display: block;
  height: 100%;
  color: #fff;
}
.change-wrap .prev {
  background-color: #1d4b99;
  background-image: url('../images/prev2.png');
}
.change-wrap .next {
  background-color: #ceced4;
  background-image: url('../images/enter1.png');
}
.item-record .top {
  height: 184px;
}
.item-record .top .section {
  background-color: #f8f9fb;
  border-color: #f8f9fb;
  font-size: 18px;
}
.item-record .wrap {
  width: 1600px;
  height: 184px;
  top: 92px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}
.item-record .wrap.float {
  position: fixed;
}
.item-record .left {
  float: left;
  height: 100%;
  line-height: 184px;
  width: 574px;
  padding-left: 88px;
  background-color: #19376a;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.item-record .section {
  float: left;
  background-color: #fff;
  width: 312px;
  border-left: 1px solid #e1e4e8;
  height: 100%;
  position: relative;
  text-align: center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.item-record .section.selected {
  border-left: 0;
}
.item-record .section div {
  line-height: 18px;
  margin: 66px 0 8px;
  color: #565656;
}
.item-record .section p {
  line-height: 12px;
  font-family: 'DINOT';
  color: #979798;
  padding-bottom: 30px;
  background: url('../images/down1.png') no-repeat center bottom;
}
.item-record .section img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.item-record .section a {
  display: block;
  height: 100%;
}
.item-record li {
  color: #565656;
  height: 54px;
  line-height: 54px;
}
.item-record li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.item-record .name {
  height: 100%;
  padding-left: 124px;
  width: 538px;
  background: #e5e5e5 url('../images/right1.png') no-repeat 106px 22px;
  float: left;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.item-record .title {
  height: 96px;
}
.item-record .title .name {
  background-position: 88px 44px;
  line-height: 130px;
  padding-left: 144px;
  width: 518px;
  font-size: 22px;
  font-weight: bold;
}
.item-record .title1 .name {
  background-image: url('../images/icon11-1.png');
}
.item-record .title2 .name {
  background-image: url('../images/icon11-2.png');
}
.item-record .title3 .name {
  background-image: url('../images/icon11-3.png');
}
.item-record .option:hover .name {
  background-color: #d7d7d7;
}
.item-record .option:hover .section {
  background-color: #f8f9fb;
}
.item-record .link-wrap:hover .link {
  width: 70px;
}
.item-record .link {
  display: inline-block;
  padding-left: 30px;
  background: url('../images/link2.png') no-repeat;
  height: 24px;
  line-height: 32px;
  font-size: 12px;
  color: #898a8b;
  overflow: hidden;
  width: 0;
  margin-top: 14px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.item-record .link span {
  display: inline-block;
  width: 70px;
}
.item-record .img-btn {
  cursor: pointer;
}
.item-record .void .name {
  background-image: none;
}
.item-record .img-btn:hover .img-link {
  width: 72px;
}
.item-record .img-link {
  display: inline-block;
  padding-left: 32px;
  background: url('../images/img1.png') no-repeat;
  height: 20px;
  line-height: 24px;
  margin-top: 18px;
  font-size: 12px;
  color: #898a8b;
  overflow: hidden;
  width: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.item-record .img-link span {
  width: 72px;
  display: inline-block;
}
#ascrail2000 {
  opacity: 0 !important;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
#ascrail2000.visible {
  opacity: 1 !important;
}
.img-cover {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display:none;
}
.img-cover .mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: opacity(0.9);
}
.img-cover .content {
  background-color: #eaeaea;
  width: 1200px;
  height: 675px;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  overflow: hidden;
}
.img-cover .colse {
  padding: 5px;
  width: 18px;
  height: 18px;
  background: url('../images/close2.png') no-repeat center;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.img-cover .colse:hover {
  opacity: 0.5;
}
.img-cover img {
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .item-info .left {
    width: 50%;
  }
  .item-info .top {
    padding: 44px 0 0 46px;
    height: 300px;
  }
  .item-info .name {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .item-info .info {
      padding-right: 46px;
      height: 194px;
  }
  .item-info .link {
    height: 24px;
    line-height: 24px;
    padding: 26px 0;
  }
  .item-info .link a {
    padding-left: 38px;
  }
  .item-info .right {
    width: 50%;
    height: 452px;
  }
  .item-info .bg {
    width: 564px;
    left: 70px;
  }
  .item-info .hospital-img {
    width: 520px;
    height: 298px;
    left: 94px;
    bottom: 90px;
  }
  .change-wrap {
    height: 108px;
  }
  .change-wrap > div {
    background-size: 24px;
    background-position: center 26px;
    line-height: 154px;
  }
  .item-record .top {
    height: 138px;
  }
  .item-record .top .section {
    font-size: 16px;
  }
  .item-record .wrap {
    height: 138px;
    width: 100%;
    top: 68px;
  }
  .item-record .left {
    width: calc(40% - 46px);
    padding-left: 46px;
    line-height: 138px;
  }
  .item-record .section {
    width: calc(20% - 2px);
  }
  .item-record .section div {
    line-height: 16px;
    margin: 46px 0 6px;
  }
  .item-record .section p {
    padding-bottom: 24px;
  }
  .item-record li {
    height: 46px;
    line-height: 46px;
  }
  .item-record .name {
    padding-left: 78px;
    width: calc(40% - 78px);
    background-position: 58px 18px;
  }
  .item-record .title {
    height: 72px;
  }
  .item-record .title .name {
    padding-left: 88px;
    width: calc(40% - 88px);
    background-size: 34px;
    background-position: 46px 30px;
    line-height: 98px;
  }
  .item-record .link {
    margin-top: 10px;
  }
  .item-record .img-link {
    margin-top: 14px;
  }
  
.item-record .wrap.float {
  position: fixed;
  width: 90%;
}
    .img-cover .content {
        width: 900px;
        height: 506px;
        padding: 20px;
    }
}
