@charset "UTF-8";
.red, a.red {
  color: #a10000; }

@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.26rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 基础 */
/* 文本 */
/* input模块 */
/* 图片 */
/* css3动画 */
/* 以下是动画 */
@keyframes winnav_show {
  0% {
    transform: translate(20px, 0px);
    -webkit-transform: translate(20px, 0px);
    opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    opacity: 1; } }
@-webkit-keyframes winnav_show {
  0% {
    transform: translate(20px, 0px);
    -webkit-transform: translate(20px, 0px);
    opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    opacity: 1; } }
@keyframes winnavbox_show {
  0% {
    transform: translate(70vw, 0px);
    -webkit-transform: translate(70vw, 0px); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); } }
@-webkit-keyframes winnavbox_show {
  0% {
    transform: translate(70vw, 0px);
    -webkit-transform: translate(70vw, 0px); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); } }
body {
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #333;
  background: #fff; }

textarea.textarea {
  border: none;
  background: none;
  resize: none;
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #333;
  outline: none; }

input:focus, select:focus {
  outline: none; }

input.sub {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #333; }

input.text {
  background: none;
  border: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #333; }

select.select {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #333; }

.main {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%; }

.center {
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.clearafter::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.border-com {
  border: 1px solid #eee; }

.grey-bg {
  background: #ebebeb; }

.white-bg {
  background: #fff; }

/* 常用模块 */
.comheadbg {
  height: 1rem; }
  .comheadbg::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }

.comhead {
  z-index: 90;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eee; }
  .comhead .tit {
    font-size: 0.34rem;
    text-align: center;
    font-weight: 400; }
  .comhead .back {
    position: absolute;
    left: 4%;
    top: 0px;
    right: auto;
    bottom: auto;
    font-size: 0.5rem;
    color: #333; }
  .comhead .logo {
    position: absolute;
    left: 4%;
    top: 0.15rem;
    right: auto;
    bottom: auto; }
    .comhead .logo img {
      display: block;
      height: 0.7rem; }
  .comhead .menu {
    position: absolute;
    right: 4%;
    top: 0;
    font-size: 0.45rem;
    color: #333; }
  .comhead .close {
    z-index: 5;
    position: absolute;
    right: 4%;
    top: 0;
    line-height: 1rem;
    font-size: 0.24rem;
    color: #333; }

.comhead_search {
  position: relative; }

.comfoot {
  background: #1B1B1C;
  position: relative;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.3rem 0; }
  .comfoot .p1 {
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.8); }
  .comfoot .p2 {
    font-size: 0.18rem;
    margin-top: 0.1rem; }

.comfloat {
  z-index: 70;
  position: fixed;
  right: 4%;
  bottom: 20vh; }
  .comfloat .btn {
    display: block;
    width: 0.8rem;
    line-height: 0.8rem;
    height: 0.8rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 0.2rem;
    font-size: 0.4rem;
    color: #ccc;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s; }
  .comfloat .btn_hidden {
    visibility: hidden;
    opacity: 0; }

.loading {
  display: inline-block;
  color: #ccc;
  line-height: 0.6rem;
  padding-left: 0.6rem;
  background: url("../images/initial/loading.gif") no-repeat left center;
  background-size: 0.5rem; }

.searchbox {
  top: 0.15rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.4rem;
  background: #eee;
  width: 42%;
  padding: 0 1rem 0 1rem;
  overflow: hidden;
  position: relative; }
  .searchbox .text {
    border: none;
    background: none;
    font-family: "微软雅黑";
    line-height: 0.7rem;
    height: 0.7rem;
    width: 100%;
    font-size: 0.26rem;
    resize: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */ }
    .searchbox .text:focus {
      outline: none; }
    .searchbox .text::-webkit-input-placeholder {
      color: #ccc; }
    .searchbox .text::-moz-placeholder {
      color: #ccc; }
    .searchbox .text:-moz-placeholder {
      color: #ccc; }
    .searchbox .text:-ms-input-placeholder {
      color: #ccc; }
  .searchbox .ico01 {
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem;
    height: 0.7rem;
    background: url("../images/initial/clear.png") no-repeat center center;
    background-size: 0.4rem; }
  .searchbox .ico02 {
    position: absolute;
    left: 0.3rem;
    top: 0.03rem;
    right: auto;
    bottom: auto;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.4rem;
    color: #999; }

.scanlist {
  overflow: hidden;
  width: 96%;
  margin-left: 4%; }
  .scanlist p {
    font-size: 0.3rem; }
  .scanlist a {
    float: left;
    color: #666;
    margin: 0 0.2rem 0.2rem 0;
    background: #eee;
    line-height: 0.6rem;
    padding: 0 0.3rem; }

.winclosebg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%; }

.winbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none; }

.winnav {
  position: absolute;
  right: 0;
  top: 0;
  width: 70vw;
  height: 100vh;
  background: #EFEFEF;
  animation: winnavbox_show 0.5s linear 0s 1;
  -webkit-animation: winnavbox_show 0.5s linear 0s 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }
  .winnav nav {
    width: 100%;
    height: calc(100% - 1rem);
    overflow: auto;
    display: block; }
  .winnav .box {
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 1px #d9d9d9; }
    .winnav .box .a1 {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 0.3rem;
      color: #333;
      padding: 0 6%;
      line-height: 0.8rem;
      height: 0.8rem;
      position: relative; }
      .winnav .box .a1 i {
        position: absolute;
        right: 5%;
        top: 0;
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        color: #C4C4C4;
        font-size: 0.3rem; }
        .winnav .box .a1 i.ico02 {
          display: none;
          color: #fff; }
    .winnav .box menu {
      overflow: hidden;
      padding: 0.2rem 0;
      display: none;
      background: #fff; }
      .winnav .box menu a {
        display: block;
        color: #333;
        line-height: 0.65rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 6%;
        animation: winnav_show 0.3s linear 0s 1;
        -webkit-animation: winnav_show 0.3s linear 0s 1;
        animation-fill-mode: backwards;
        -webkit-animation-fill-mode: backwards; }
        .winnav .box menu a b {
          margin-right: 0.12rem;
          color: #c4c4c4;
          font-size: 0.4rem;
          position: relative;
          top: 2px; }
        .winnav .box menu a:nth-child(2) {
          animation-delay: 0.1s;
          -webkit-animation-delay: 0.1s; }
        .winnav .box menu a:nth-child(3) {
          animation-delay: 0.2s;
          -webkit-animation-delay: 0.2s; }
        .winnav .box menu a:nth-child(4) {
          animation-delay: 0.3s;
          -webkit-animation-delay: 0.3s; }
        .winnav .box menu a:nth-child(5) {
          animation-delay: 0.4s;
          -webkit-animation-delay: 0.4s; }
        .winnav .box menu a:nth-child(6) {
          animation-delay: 0.5s;
          -webkit-animation-delay: 0.5s; }
        .winnav .box menu a:nth-child(7) {
          animation-delay: 0.6s;
          -webkit-animation-delay: 0.6s; }
        .winnav .box menu a:nth-child(8) {
          animation-delay: 0.7s;
          -webkit-animation-delay: 0.7s; }
        .winnav .box menu a:nth-child(9) {
          animation-delay: 0.8s;
          -webkit-animation-delay: 0.8s; }
  .winnav .box_sel .a1 {
    color: #fff;
    background: #00A9A5; }
    .winnav .box_sel .a1 i.ico01 {
      display: none; }
    .winnav .box_sel .a1 i.ico02 {
      display: block; }
  .winnav .box_sel menu {
    display: block; }
  .winnav .topbox {
    width: 100%;
    position: relative;
    height: 1rem;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
    background: #fff; }
    .winnav .topbox .logo {
      position: absolute;
      left: 4%;
      top: 0.15rem;
      right: auto;
      bottom: auto; }
      .winnav .topbox .logo img {
        display: block;
        height: 0.7rem; }

.navclose {
  width: 1rem;
  line-height: 1rem;
  height: 1rem;
  text-align: center;
  font-size: 0.5rem !important;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

/* 列表 */
.imglist {
  display: flex;
  width: 100%;
  color: #333;
  margin-bottom: 0.3rem; }
  .imglist .img {
    object-fit: cover;
    width: 2.7rem;
    margin-right: 0.3rem;
    height: 1.5rem; }
  .imglist .p1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.3rem;
    padding-top: 0.05rem; }
  .imglist .p2 {
    color: #999;
    margin-top: 0.1rem; }

.newslist {
  display: block;
  padding: 0.35rem 0.3rem 0.35rem 1.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  color: #3C3D43;
  height: 0.9rem; }
  .newslist .time {
    position: absolute;
    left: 0;
    top: 0.35rem;
    text-align: center;
    color: #000;
    width: 1.4rem;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 0.35rem;
    padding: 0.1rem 0; }
    .newslist .time p {
      display: inline-block;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 0.22rem;
      padding: 0 0.1rem; }
  .newslist .p2 {
    position: absolute;
    left: 0;
    top: 0.35rem;
    text-align: center;
    color: #000;
    width: 1.4rem;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 0.7rem;
    height: 0.7rem;
    padding: 0.1rem 0; }
  .newslist .p1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.28rem;
    color: #3C3D43; }

.noticelist {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 30%;
  color: #333;
  font-size: 0.3rem;
  position: relative;
  line-height: 0.9rem;
  border-bottom: 1px solid #eee;
  min-height: 0.9rem; }
  .noticelist .time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.24rem;
    color: #999; }

.productlist {
  float: left;
  width: 48%;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 0.2rem; }
  .productlist:nth-child(even) {
    float: right; }
  .productlist .img {
    display: block;
    width: 100%;
    height: 2.5rem;
    object-fit: cover; }
  .productlist .p1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.3rem;
    margin: 0.2rem 0.2rem 0;
    display: block;
    color: #333; }
  .productlist .p2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.2rem;
    margin: 0 0.2rem;
    color: #999; }
  .productlist .price {
    margin: 0.1rem 0.2rem;
    color: #a10000;
    padding-right: 25%;
    min-height: 0.45rem;
    position: relative; }
    .productlist .price a {
      position: absolute;
      right: 0;
      top: 0;
      background: #00A9A5;
      color: #fff;
      font-size: 0.2rem;
      padding: 0 0.2rem; }

.honorlist {
  float: left;
  width: 48%;
  background: #fff;
  margin-bottom: 0.2rem; }
  .honorlist:nth-child(even) {
    float: right; }
  .honorlist .img {
    display: block;
    width: 100%;
    height: 2.5rem;
    object-fit: contain; }

/* swiper-6 */
.banner-index .swiper-pagination span {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  background: #fff;
  width: 0.14rem;
  height: 0.14rem;
  opacity: 0.6; }
  .banner-index .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.4rem;
    border-radius: 0.1rem;
    opacity: 1; }

.movelist-index {
  padding: 0.3rem 0 !important; }
  .movelist-index .swiper-slide {
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    color: #333; }
    .movelist-index .swiper-slide .img {
      object-fit: cover;
      width: 100%;
      height: 2.8rem;
      display: block;
      margin-bottom: 0.2rem; }

.noticebox {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 4% 0 2rem;
  position: relative; }
  .noticebox .tit {
    position: absolute;
    left: 4%;
    top: 0px;
    right: auto;
    bottom: auto;
    line-height: 0.8rem;
    color: #00A9A5; }
  .noticebox .swiper-container {
    height: 0.8rem; }
  .noticebox .swiper-slide {
    color: #333;
    line-height: 0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.title-con .swiper-slide {
  width: auto;
  font-size: 0.3rem;
  padding: 0 0.2rem;
  line-height: 0.65rem;
  border: 1px solid #00A9A5;
  color: #00A9A5;
  border-radius: 0 0.35rem 0.35rem 0.35rem; }
.title-con .sel {
  background: #00A9A5;
  color: #fff; }

/* myself js */
.reviewsbox {
  overflow: hidden;
  line-height: 0.6rem; }
  .reviewsbox i {
    float: left;
    font-size: 0.4rem;
    color: #999;
    margin-right: 0.1rem; }
    .reviewsbox i.sel {
      color: #a10000; }
  .reviewsbox span {
    float: left; }

.imglistshow {
  overflow: hidden; }
  .imglistshow p {
    float: left;
    margin: 0 0 0.2rem 0.2rem; }
    .imglistshow p img {
      display: block;
      width: 2rem;
      height: 2rem;
      object-fit: cover; }

.red, a.red {
  color: #a10000; }

@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.26rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 基础 */
/* 文本 */
/* input模块 */
/* 图片 */
/* css3动画 */
/* 以下是动画 */
@keyframes winnav_show {
  0% {
    transform: translate(20px, 0px);
    -webkit-transform: translate(20px, 0px);
    opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    opacity: 1; } }
@-webkit-keyframes winnav_show {
  0% {
    transform: translate(20px, 0px);
    -webkit-transform: translate(20px, 0px);
    opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    opacity: 1; } }
@keyframes winnavbox_show {
  0% {
    transform: translate(70vw, 0px);
    -webkit-transform: translate(70vw, 0px); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); } }
@-webkit-keyframes winnavbox_show {
  0% {
    transform: translate(70vw, 0px);
    -webkit-transform: translate(70vw, 0px); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); } }
.indexguide {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.25rem 0.25rem 0; }
  .indexguide a {
    display: flex;
    width: 2rem;
    color: #fff;
    height: 1rem;
    background: #FB8787;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.25rem; }
    .indexguide a i {
      display: block;
      background: rgba(0, 0, 0, 0.15) url("../images/index01.png") no-repeat center center;
      background-size: 65%;
      width: 0.55rem;
      height: 0.55rem;
      border-radius: 5px;
      margin-right: 0.1rem; }
    .indexguide a:nth-child(2) {
      background: #FFB55C; }
    .indexguide a:nth-child(3) {
      background: #8E81C1; }
    .indexguide a:nth-child(4) {
      background: #5DB3AA; }
    .indexguide a:nth-child(5) {
      background: #5D7AB3; }
    .indexguide a:nth-child(6) {
      background: #A25DB3; }

.indexbox {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.25rem 0.25rem 0;
  box-sizing: border-box;
  overflow: hidden; }

.indextit {
  position: relative; }
  .indextit h2 {
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.5rem; }
  .indextit p {
    position: relative;
    padding: 0 0 0 0.45rem;
    opacity: 0.3;
    color: #000;
    font-weight: bold; }
    .indextit p:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 0.38rem;
      border-bottom: 1px solid #000;
      height: 0.2rem; }
  .indextit .more {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    line-height: 0.5rem;
    height: 0.5rem;
    padding: 0 0.2rem;
    background: rgba(0, 168, 164, 0.3);
    border-radius: 0.25rem;
    font-size: 0.2rem;
    color: #333; }
    .indextit .more .iconfont {
      font-size: 0.17rem; }

.doctorlist {
  width: 48%;
  float: left;
  margin: 0 0 0.3rem; }
  .doctorlist:nth-child(even) {
    float: right; }
  .doctorlist .img {
    display: block;
    position: relative; }
    .doctorlist .img:before {
      content: '';
      width: 100%;
      height: 1.5rem;
      background: #00A9A5;
      border-radius: 0 1.5rem 0 0;
      position: absolute;
      left: 0;
      bottom: 0; }
    .doctorlist .img i {
      display: block;
      width: 100%;
      height: 4.1rem;
      position: relative;
      z-index: 3;
      background: url("../images/photos/img01-1.png") no-repeat center bottom;
      background-size: contain; }
  .doctorlist .a1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin: 0.15rem 0.25rem 0.1rem;
    font-size: 0.32rem;
    color: #333; }
  .doctorlist p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 0.22rem;
    margin: 0 0.25rem; }

.departbox {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; }
  .departbox ul, .departbox ol, .departbox li, .departbox dl, .departbox dd, .departbox dt {
    list-style: none;
    padding: 0;
    margin: 0; }
  .departbox li {
    width: 2rem; }
    .departbox li a {
      display: flex;
      width: 100%;
      height: 1.1rem;
      border-radius: 5px;
      overflow: hidden;
      justify-content: center;
      align-items: center;
      color: #333;
      background: rgba(35, 107, 254, 0.1);
      margin-bottom: 0.3rem; }
      .departbox li a i {
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        background: #D4E3FF url("../images/depart01.png") no-repeat center center;
        background-size: 60%;
        border-radius: 5px;
        margin-right: 0.1rem; }
      .departbox li a.btn02 {
        background: rgba(30, 192, 106, 0.1); }
        .departbox li a.btn02 i {
          background-color: #d9f1e3; }
      .departbox li a.btn03 {
        background: rgba(254, 124, 36, 0.1); }
        .departbox li a.btn03 i {
          background-color: #ffe5d5; }
      .departbox li a.btn04 {
        background: rgba(143, 140, 255, 0.1); }
        .departbox li a.btn04 i {
          background-color: #d6d5ff; }
    .departbox li:last-child a {
      flex-direction: column;
      height: 2.5rem;
      background: rgba(252, 30, 81, 0.1); }
      .departbox li:last-child a i {
        background-color: #ffd5d5;
        margin: 0 0 0.1rem; }

.equiplist {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 2.1rem;
  margin-bottom: 0.3rem; }
  .equiplist img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .equiplist p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 5%;
    bottom: 0.2rem;
    color: #fff;
    text-align: center;
    width: 90%;
    z-index: 5; }
  .equiplist:after {
    z-index: 2;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.19%, rgba(0, 0, 0, 0.5) 100%); }

.equipbox {
  display: flex;
  justify-content: space-between; }
  .equipbox li {
    width: 48%; }
    .equipbox li:first-child .equiplist {
      height: 4.5rem; }

.conbanner {
  display: block;
  width: 100%; }
  .conbanner img {
    display: block;
    width: 100%; }

.historylist {
  position: relative;
  padding: 0 0 0 1.1rem; }
  .historylist .tit {
    display: block;
    font-size: 0.35rem;
    color: #00A9A5;
    position: relative; }
    .historylist .tit:before {
      content: '';
      position: absolute;
      left: -1.1rem;
      width: 1rem;
      border-bottom: 1px solid #C6C7C7;
      height: 0.2rem; }
    .historylist .tit:after {
      content: '';
      width: 0.12rem;
      height: 0.12rem;
      border: 1px solid #00A9A5;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      left: -0.26rem;
      top: 0.14rem; }
  .historylist .box {
    margin: 0.2rem 0 0.5rem;
    position: relative;
    line-height: 0.38rem; }
    .historylist .box:before {
      content: '·';
      position: absolute;
      left: -0.25rem;
      top: -0.05rem;
      font-size: 0.6rem;
      color: #00A9A5; }

.essaybox {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  color: #666; }
  .essaybox .tit {
    text-align: center;
    font-size: 0.36rem;
    font-weight: 400;
    color: #000; }
  .essaybox .time {
    text-align: center;
    font-size: 0.2rem; }

.title-con01 {
  text-align: center; }
  .title-con01 a {
    font-size: 0.3rem;
    padding: 0 0.2rem;
    line-height: 0.65rem;
    border: 1px solid #00A9A5;
    color: #00A9A5;
    border-radius: 0 0.35rem 0.35rem 0.35rem;
    display: inline-block;
    margin: 0 0.05rem; }
    .title-con01 a.sel {
      background: #00A9A5;
      color: #fff; }

.resbox {
  background: rgba(0, 168, 164, 0.1);
  position: relative;
  margin-top: 0.3rem; }
  .resbox * {
    list-style: none;
    padding: 0;
    margin: 0; }
    .resbox * ul, .resbox * ol, .resbox * li, .resbox * dl, .resbox * dd, .resbox * dt {
      list-style: none;
      padding: 0;
      margin: 0; }
  .resbox .tit {
    width: 4rem;
    line-height: 0.6rem;
    height: 0.6rem;
    text-align: center;
    color: #fff;
    background: url("../images/photos/tit.png") no-repeat center top;
    background-size: contain;
    margin: 0 auto;
    position: relative;
    top: -0.2rem;
    letter-spacing: 2px; }
  .resbox .sys {
    padding: 0;
    margin: 0.3rem auto 0;
    width: 3.5rem; }
    .resbox .sys img {
      display: block;
      width: 100%; }
  .resbox .sum {
    width: 100%;
    margin-top: 0.3rem; }
    .resbox .sum li {
      width: 100%;
      box-sizing: border-box;
      position: relative;
      border-bottom: 1px dashed #ccc;
      padding: 0.3rem 0.2rem 0.3rem 0.1rem;
      display: flex;
      align-items: center;
      line-height: 0.4rem; }
      .resbox .sum li span {
        width: 0.5rem;
        line-height: 0.5rem;
        height: 0.5rem;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        background: #00A9A5;
        flex-shrink: 0;
        margin-right: 0.2rem; }
  .resbox .btn {
    display: flex;
    margin: 0.3rem 0.2rem 0;
    justify-content: center;
    color: #fff;
    font-size: 0.32rem;
    background: #00A9A5;
    line-height: 0.8rem;
    height: 0.8rem;
    border-radius: 0.4rem; }
    .resbox .btn .iconfont {
      font-size: 0.48rem;
      margin-right: 0.3rem;
      font-weight: 200; }
  .resbox .btn01 {
    background: #D04441; }
  .resbox .bot {
    display: flex;
    margin: 0.3rem 0.2rem 0.2rem;
    justify-content: center;
    font-size: 0.3rem; }
    .resbox .bot .iconfont {
      color: #00A8A4;
      margin-right: 0.1rem;
      font-size: 0.4rem; }

.conbox {
  width: 92%;
  margin-left: auto;
  margin-right: auto; }
  .conbox .equiplist {
    width: 48%;
    float: left;
    border-radius: 0; }
    .conbox .equiplist:nth-child(even) {
      float: right; }

.red, a.red {
  color: #a10000; }

@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.26rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 基础 */
/* 文本 */
/* input模块 */
/* 图片 */
/* css3动画 */
/* 以下是动画 */
@keyframes winnav_show {
  0% {
    transform: translate(20px, 0px);
    -webkit-transform: translate(20px, 0px);
    opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    opacity: 1; } }
@-webkit-keyframes winnav_show {
  0% {
    transform: translate(20px, 0px);
    -webkit-transform: translate(20px, 0px);
    opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    opacity: 1; } }
@keyframes winnavbox_show {
  0% {
    transform: translate(70vw, 0px);
    -webkit-transform: translate(70vw, 0px); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); } }
@-webkit-keyframes winnavbox_show {
  0% {
    transform: translate(70vw, 0px);
    -webkit-transform: translate(70vw, 0px); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.hotnews, .banner-content, .banner-index, .indextit01, .indexnewsbox .swiper-container, .imglist, .indexmovebox .tit, .movelist-index, .indexproject .tit, .indexproject .list, .indexvideo, .indexpeople .tit, .indexpeople .img, .indexpeople .p1, .indexpeople .p2, .indexbotbtn, .comfoot, .essaybox .tit, .essaybox .time, .banner-essay, .essaybox .box, .newslist, .centernav, .downlist, .contactbox, .caselist, .peoplelist, .honorlist, .noticelist, .indexguide a, .indexbox, .conbanner, .equiplist, .title-con, .historylist, .doctorlist {
  animation-duration: 1s;
  animation-fill-mode: both; }

.banner-content, .banner-index, .indexpeople .img, .indexpeople .p1, .conbanner {
  animation-name: fadeInDown; }

.indextit01, .imglist, .indexmovebox .tit, .indexproject .tit, .indexpeople .tit, .essaybox .time, .newslist, .centernav, .downlist, .peoplelist, .honorlist, .noticelist, .title-con, .historylist {
  animation-name: fadeInUp; }

.hotnews, .indexnewsbox .swiper-container, .indexproject .list, .indexvideo, .indexpeople .p2, .essaybox .tit, .contactbox, .caselist, .indexguide a, .indexbox, .equiplist, .doctorlist {
  animation-name: zoomIn; }

.movelist-index, .banner-essay {
  animation-name: fadeInRight; }

.indexbotbtn, .comfoot, .essaybox .box {
  animation-name: fadeIn; }

.indexnewsbox .imglist:nth-child(2), .indexguide a:nth-child(2) {
  animation-delay: 0.2s; }
.indexnewsbox .imglist:nth-child(3), .indexguide a:nth-child(3) {
  animation-delay: 0.3s; }
.indexnewsbox .imglist:nth-child(4), .indexguide a:nth-child(4) {
  animation-delay: 0.4s; }
.indexnewsbox .imglist:nth-child(5), .indexguide a:nth-child(5) {
  animation-delay: 0.5s; }
.indexnewsbox .imglist:nth-child(6), .indexguide a:nth-child(6) {
  animation-delay: 0.6s; }
.indexnewsbox .imglist:nth-child(7), .indexguide a:nth-child(7) {
  animation-delay: 0.7s; }
.indexnewsbox .imglist:nth-child(8), .indexguide a:nth-child(8) {
  animation-delay: 0.8s; }
.indexnewsbox .imglist:nth-child(9), .indexguide a:nth-child(9) {
  animation-delay: 0.9s; }
.indexnewsbox .imglist:nth-child(10), .indexguide a:nth-child(10) {
  animation-delay: 1s; }

/*# sourceMappingURL=style.css.map */
