.newschImg {
  width: 100%;
  height: 100%;
  background: url(../image/about/banner.jpg) no-repeat;
  background-size: 100% 100%;
}

.lmenu {
  border-bottom: 1px solid #e4e4e4;
  overflow-x: auto;
  white-space: nowrap
}

.lmenu::-webkit-scrollbar {
  height: 2px;
  background-color: transparent
}

.lmenu::-webkit-scrollbar-thumb {
  background-color: #fabd00;
  border-radius: 10px
}

.lmenu a {
  font-size: 18px;
  line-height: 26px;
  color: #999;
  display: inline-block;
  margin-right: 80px;
  padding: 10px 0
}

.lmenu a:last-child {
  margin-right: 0
}

.lmenu a.on,
.lmenu a:hover {
  font-size: 22px;
  color: #333;
  border-bottom: 3px solid #c22222;
}


/*********************/
.quality-tit {
  font-size: 46px;
  color: #111;
  text-align: center
}

.quality-des {
  font-size: 20px;
  line-height: 26px;
  color: #666;
  text-align: center;
  margin-top: 13px
}

.quality-one {
  padding-top: 60px
}

.quality-one-cont {
  margin-top: 60px
}

.quality-one-cont ul {}

.quality-one-cont li {
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 35px;
  margin-bottom: 80px
}

.quality-one-icon {
  width: 132px;
  height: 132px;
  line-height: 132px;
  position: relative;
  text-align: center;
  margin: 0 auto
}

.quality-one-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  transition: ease .5s;
  left: 0;
  top: 0;
  z-index: 5
}

.quality-one-cont li:hover .quality-one-icon::before {
  background: #c22222;
  transform: rotateY(180deg)
}

.quality-one-icon span {
  display: block;
  position: absolute;
  font-size: 100px;
  color: #e8e8e8;
  font-family: "mon-r";
  right: -25%;
  top: -43%
}

.quality-one-icon img {
  width: 79px;
  height: 79px;
  position: relative;
  z-index: 6
}

.quality-one-cont li h4 {
  font-size: 20px;
  line-height: 26px;
  color: #666;
  margin-top: 20px
}

.quality-two {
  padding-bottom: 80px
}

.quality-two-cont {
  position: relative;
  margin-top: 40px
}

.quality-two .swiper-slide {
  text-align: center;
  position: relative;
  width: 20%;
}

.quality-two .swiper-slide img {
  width: 80%
}

.quality-two .swiper-slide h3 {
  position: absolute;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 17px 0
}

.quality-two .swiper-button-next,
.quality-two .swiper-button-prev {
  width: 60px;
  height: 160px;
  background: #fff;
}

/* .quality-two .swiper-button-next {
  background: url(../images/qual-right.png)no-repeat center right;
  right: 0px
}

.quality-two .swiper-button-prev {
  background: url(../images/qual-left.png)no-repeat center left;
  left: 0px
} */

@media(max-width:1560px) {
  .quality-two-cont {
    padding: 0px
  }

  .quality-two .swiper-button-next {
    right: 5px;
  }

  .quality-two .swiper-button-prev {
    left: 5px;
  }
}

.quality-three {
  background: #f6f6f6;
  padding: 71px 0 20px
}

.quality-three-cont {
  margin-top: 76px
}

.quality-three-cont ul {}

.quality-three-cont li {
  margin-bottom: 60px
}

.quality-three-img {
  width: 54.16%;
  float: left
}

.quality-three-img img {
  width: 100%
}

.quality-three-txt {
  width: 400px;
  float: left;
  background: url(../images/qual3-ba.png)no-repeat left top 68px;
  padding-left: 135px;
  margin-top: 60px
}

.quality-three-tit {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 47px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.quality-three-des {
  border: 1px solid #000;
  background: #fff;
  padding: 30px 25px 40px
}

.quality-three-des p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden
}

.quality-three-cont li.quality3-rightli .quality-three-img {
  float: right
}

.quality-three-cont li.quality3-rightli .quality-three-txt {
  background: url(../images/qual3-ba.png)no-repeat right top 68px;
  padding-right: 135px;
  padding-left: 0;
  float: right
}

@media(max-width:1025px) {
  .quality-one-cont li {
    width: 25%
  }

  .quality-three-txt {
    margin-top: 10px
  }

  .quality-three-tit {
    padding: 15px 0
  }

  .quality-three-des {
    padding: 20px 25px
  }

  .quality-three-txt {
    width: 50%
  }

  .quality-three-img {
    width: 50%
  }
}

@media(max-width:767px) {
  .quality-three-txt {
    padding-left: 80px
  }

  .quality-three-cont li.quality3-rightli .quality-three-txt {
    padding-right: 80px
  }

  .qual-bannertxt span {
    font-size: 40px;
    line-height: 40px
  }

  .qual-bannertxt {
    font-size: 22px
  }

  .quality-tit {
    font-size: 26px
  }

  .quality-des {
    font-size: 14px;
    line-height: 22px;
    margin-top: 3px
  }

  .quality-one-cont {
    margin-top: 20px
  }

  .quality-one-cont li {
    width: 50%;
    padding-top: 20px;
    margin-bottom: 20px
  }

  .quality-one-cont li h4 {
    font-size: 16px
  }

  .quality-one-icon {
    width: 90px;
    height: 90px;
    line-height: 90px
  }

  .quality-one-icon img {
    width: 50px;
    height: 50px
  }

  .quality-one-icon span {
    font-size: 50px
  }

  .quality-two-cont {
    margin-top: 20px;
    padding: 0 30px
  }

  .quality-one {
    padding-top: 40px
  }

  .quality-two {
    padding: 20px 0 40px
  }

  .quality-two .swiper-slide h3 {
    font-size: 16px;
    padding: 8px 0
  }

  .quality-two .swiper-button-next,
  .quality-two .swiper-button-prev {
    width: 10px
  }

  .quality-three-cont ul {
    padding: 0 15px
  }

  .quality-three-img {
    float: none;
    width: 100%
  }

  .quality-three-txt {
    width: 100%;
    float: none;
    background: none;
    padding: 0 !important
  }

  .quality-three-cont li {
    margin-bottom: 20px
  }

  .quality-three-tit {
    font-size: 16px;
    line-height: 26px
  }

  .quality-three-des p {
    font-size: 14px;
    line-height: 22px
  }

  .quality-three-des {
    padding: 10px 15px
  }

  .quality-three {
    padding: 40px 0 20px
  }

  .quality-three-cont {
    margin-top: 20px
  }
}

/***************/
.product-con {
  float: right;
  width: 95%;
  margin-top: 30px;
}

.product-con ul {
  margin: 0 -10px 20px
}

.product-con li {
  float: left;
  width: 90%;
  padding: 0 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.product-con li a {
  display: block;
  width: 100%;
  background: #fff;
  padding-top: 25px;
  position: relative;
  transition: ease .5s;
  overflow: hidden
}

.product-con li:hover a::before {
  top: 0
}

.product-img {
  width: 120%;
  height: auto;
  margin: 0px auto;
  overflow: hidden
}

.product-img img {
  width: 100%;
  transition: ease .5s
}

.product-con li:hover .product-img img {
  transform: scale(1.04)
}

.product-txt {
  background: #F5F5F5;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.product {
  padding: 20px 0 80px;
  background: #F3F3F3;
}

/**********/
.college2-page {
  text-align: center;
  width: 352px;
  margin: 0 auto
}

.college2-page a {
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  background: transparent;
  transition: ease .5s;
  border-right: 1px solid #f3f3f3;
  background: #fff;
  padding: 13px 20px
}

.college2-page a:last-child {
  border-right-color: transparent
}

.college2-page a:hover,
.college2-page a.on {
  color: #fff;
  background: #c22222
}

.college2-page a i {
  display: block;
  font-size: 16px;
  color: #999;
  width: 10px
}

.college2-page a:hover i {
  color: #fff
}

.college2-page a {
  font-size: 14px;
  padding: 8px 14px
}

.college2-page a i {
  width: 7px;
  font-size: 14px
}

.college2-page {
  width: 260px
}

.case-list .college2-page {
  display: none
}


/******/
.product-hea {
  list-style: none;
  margin: 0 auto;
  height: 50px;
  width: 400px;
  text-align: center;
}

.product-hea li {
  float: left;
  width: 100px;
  height: 50px;
  border: 1px solid #EAEAEA;
  line-height: 50px;
  margin-left: 20px;
  font-size: 20px;
}

.product-hea li:hover {
  background: red;
  ;
  color: #fff;
}

.home-viewmo {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  transition: ease .4s;
  padding: 9px 60px 9px 34px;
  border: 1px solid transparent;
  border-radius: 30px;
  background: #000 url(../image/more1.png)no-repeat top 14px right 32px;
  cursor: pointer;
  width: fit-content;
  margin-top: 20px;
  max-width: 300px;
}

.home-viewmo:hover {
  background: #C22222;
  background: #C22222 url(../image/more1.png)no-repeat top 14px right 32px;
}


/*****/
.home-about {
  padding: 40px 0 80px
}

.home-about-top {
  position: relative;
  width: 100%;
  height: 100%
}

.home-about-top .home-title,
.home-about-top .home-des {
  text-align: left
}

.home-about-left {
  float: left;
  width: 38%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0
}

.home-about-right {
  float: right;
  width: 50%
}

.home-about-left span {
  display: inline-block;
  width: 43px;
  height: 2px;
  background: #c22222;
  margin: 20px 4px 20px 0
}

.home-about-top .home-title span {
  width: auto;
  height: auto;
  background: none;
  margin: 0
}

.home-about-lecon {}

.home-about-left>div {
  display: table;
  width: 100%;
  height: 100%
}

.home-about-left>div>div {
  display: table-cell;
  vertical-align: middle
}

.home-about-lecon h3 {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px
}

.home-about-lecon p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  max-height: 240px
}

.home-about-img {
  position: relative;
  width: 100%
}

.home-about-img img {
  width: 100%
}

.ino-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #dda700;
  border-radius: 50%;
  transition: ease .5s
}

.ino-dot1 {
  top: 66.27%;
  left: 51.14%
}

.ino-dot2 {
  top: 68.09%;
  left: 59.85%
}

.ino-dot3 {
  top: 78.27%;
  left: 64.71%
}

.ino-dot4 {
  top: 79%;
  left: 69.5%
}

.ino-dot5 {
  top: 64.45%;
  left: 70.85%
}

.ino-dot6 {
  top: 84.45%;
  left: 73.28%
}

.ino-dot7 {
  top: 48.09%;
  left: 76.85%
}

.ino-dot8 {
  top: 62.54%;
  left: 82.57%
}

.ino-dot h3 {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  min-width: 35px;
  position: absolute;
  top: 100%;
  left: -100%
}

.inodot-txt {
  background: url(../image/homemap-ba.png)no-repeat bottom left 50%;
  min-width: 328px;
  position: absolute;
  display: none;
  padding-bottom: 10px;
  bottom: 216%;
  left: -1772%;
  z-index: 5
}

.inodot-txt>div {
  background: rgba(0, 0, 0, .6);
  border-radius: 3px;
  padding: 18px
}

.inodot-txt h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: bold
}

.inodot-txt p {
  font-size: 14px;
  line-height: 28px;
  color: #fff
}

.ino-dot.on .inodot-txt {
  display: block
}

.ino-dot:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0;
  filter: alpha(opacity=0)\9;
  border-radius: 50%;
  background: radial-gradient(circle, #dda700, rgba(221, 167, 0, 0.0.3));
  -webkit-animation: kuosan-1 2s linear infinite;
  animation: kuosan-1 2s linear infinite;
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms
}

.ino-dot:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0;
  filter: alpha(opacity=0)\9;
  border-radius: 50%;
  background: radial-gradient(circle, #dda700, rgba(255, 255, 255, 1));
  -webkit-animation: kuosan-1 2s linear infinite;
  animation: kuosan-1 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms
}



.home-about-bottom li {
  float: left;
  width: 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-about-icon {
  width: 38px;
  line-height: 84px;
  height: 34px;
  margin: 0 0 0 50px;
  margin: 0 0 0 50px;
}

.home-about-bottom li:hover .home-about-icon {
  transform: rotateY(180deg)
}

.home-about-icon img {
  width: 100%;
  margin-top: -40px;
}

.home-about-bottom li h3 {
  font-size: 31px;
  color: #333;
  font-family: "mon-b"
}

.home-about-bottom li h3 span {
  display: inline-block;
  font-size: 48px;
  color: #333;
  font-family: "mon-b"
}

.home-about-bottom li p {
  font-size: 16px;
  line-height: 30px;
  color: #666
}


/**************/
.about-fiv {
  padding: 30px 0 80px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25)
}

.about-tit {
  font-size: 46px;
  color: #111;
  text-align: center;
}

.medical-seven-con ul {
  position: relative;
  margin-top: 50px;
}

.med7-li1 {
  margin-left: 400px;
}

.med7-li2 {
  margin-top: 10px;
  margin-left: 223px;
}

.med7-li3 {
  position: absolute;
  right: 0px;
  top: 80px;
}

.med7-li4 {
  margin-left: 325px;
  margin-top: 58px;
}

.medical-seven-icon {
  float: left;
  width: 49px;
  height: 49px;
}

.medical-seven-txt {
  background: #f1f1f1;
  transition: ease .5s;
  padding: 13px 25px;
  position: relative;
  border-radius: 5px;
  margin-left: 18px;
  display: inline-block;
  max-width: 90%;
}

.medical-seven-con li:hover .medical-seven-txt {
  background-color: #c22222;
  color: #fff;
}