@charset "UTF-8";
/* 首页 */
.IdxHome {
  width: 100%;
}

.IdxHome .idx-ban {
  width: 100%;
  position: relative;
}

.IdxHome .idx-ban .swiper-slide {
  width: 100%;
  position: relative;
}

.IdxHome .idx-ban .swiper-slide .slide-img {
  width: 100%;
}

.IdxHome .idx-ban .swiper-slide .slide-img .ban-wap {
  display: none;
}

.IdxHome .idx-ban .swiper-slide .slide-img .ban-pc {
  display: block;
}

@media (max-width: 600px) {
  .IdxHome .idx-ban .swiper-slide .slide-img .ban-wap {
    display: block;
  }
  .IdxHome .idx-ban .swiper-slide .slide-img .ban-pc {
    display: none;
  }
}

.IdxHome .idx-ban .swiper-slide .slide-img img {
  width: 100%;
}

.IdxHome .idx-ban .swiper-slide .slide-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 16%;
  left: 60%;
  z-index: 3;
  padding: .24rem .32rem;
  background-color: #d91b5c;
}

.IdxHome .idx-ban .swiper-slide .slide-more span {
  color: #fff;
  margin-right: 0.3rem;
  white-space: nowrap;
}

.IdxHome .idx-ban .swiper-slide .slide-more img {
  width: 0.23rem;
  height: 0.12rem;
  min-width: 23px;
  min-height: 12px;
}

.IdxHome .idx-ban .swiper-button-prev, .IdxHome .idx-ban .swiper-button-next {
  background: none;
  width: auto;
  height: auto;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.IdxHome .idx-ban .swiper-button-prev .text, .IdxHome .idx-ban .swiper-button-next .text {
  color: #fff;
  -webkit-transition: color .5s;
  transition: color .5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.IdxHome .idx-ban .swiper-button-prev {
  left: .1rem;
}

.IdxHome .idx-ban .swiper-button-prev:hover .text {
  color: #d91b5c;
}

.IdxHome .idx-ban .swiper-button-prev:hover::before {
  border-right-color: #d91b5c;
}

.IdxHome .idx-ban .swiper-button-prev::before {
  content: '';
  display: inline-block;
  border-top: .04rem solid transparent;
  border-bottom: .04rem solid transparent;
  border-right: .06rem solid #fff;
  width: 0;
  height: 0;
  margin-right: .05rem;
  -webkit-transition: border .5s;
  transition: border .5s;
}

.IdxHome .idx-ban .swiper-button-next {
  right: 0.1rem;
}

.IdxHome .idx-ban .swiper-button-next:hover .text {
  color: #d91b5c;
}

.IdxHome .idx-ban .swiper-button-next:hover::after {
  border-left-color: #d91b5c;
}

.IdxHome .idx-ban .swiper-button-next:after {
  content: '';
  display: inline-block;
  border-top: .04rem solid transparent;
  border-bottom: .04rem solid transparent;
  border-left: .06rem solid #fff;
  width: 0;
  height: 0;
  margin-left: .05rem;
  -webkit-transition: border .5s;
  transition: border .5s;
}

@media (max-width: 600px) {
  .IdxHome .idx-ban .swiper-slide .slide-more {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
}

.IdxHome .idx-prod {
  width: 100%;
  padding: .8rem 0;
  background-color: #fff;
}

.IdxHome .idx-prod .container {
  width: 16.4rem;
  margin: 0 auto;
}

.IdxHome .idx-prod .idx-prod-imgs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.IdxHome .idx-prod .idx-prod-imgs .idx-prod-img {
  width: 49.5%;
  position: relative;
  margin-bottom: 1%;
}

.IdxHome .idx-prod .idx-prod-imgs .idx-prod-img .img {
  width: 100%;
}

.IdxHome .idx-prod .idx-prod-imgs .idx-prod-img .img img {
  width: 100%;
}

.IdxHome .idx-prod .idx-prod-imgs .idx-prod-img .text {
  padding: .9rem .5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.IdxHome .idx-prod .idx-prod-imgs .idx-prod-img .guide {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.IdxHome .idx-prod .idx-prod-imgs .idx-prod-img .title {
  width: 100%;
  line-height: 1.5;
  color: #333;
  margin: .24rem 0 .64rem;
}

.IdxHome .idx-prod .idx-prod-imgs .idx-prod-img .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .24rem .32rem;
  background-color: #d91b5c;
}

.IdxHome .idx-prod .idx-prod-imgs .idx-prod-img .more span {
  color: #fff;
  margin-right: 0.3rem;
  white-space: nowrap;
}

.IdxHome .idx-prod .idx-prod-imgs .idx-prod-img .more img {
  width: 0.23rem;
  height: 0.12rem;
  min-width: 23px;
  min-height: 12px;
}

.IdxHome .idx-prod .idx-prod-swiper {
  width: 100%;
  position: relative;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-button-prev, .IdxHome .idx-prod .idx-prod-swiper .swiper-button-next {
  background: none;
  width: auto;
  height: auto;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(119, 89, 89, 0.1);
  z-index: 3;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-button-prev:hover, .IdxHome .idx-prod .idx-prod-swiper .swiper-button-next:hover {
  background-color: rgba(119, 89, 89, 0.6);
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-button-prev {
  left: 0;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-button-next {
  right: 0;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide {
  padding: .4rem;
  background-color: #f3f3f3;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide:hover {
  background-color: #d91b5c;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide:hover .slide-title {
  color: #fff;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide:hover .slide-text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide:hover .slide-more {
  display: inline-block;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide .slide-img {
  width: 100%;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide .slide-img img {
  width: 100%;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide .slide-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide .slide-title {
  color: #333;
  width: auto;
  text-align: center;
  padding: .1rem 0;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.IdxHome .idx-prod .idx-prod-swiper .swiper-slide .slide-more {
  padding: .15rem .34rem;
  background-color: #000;
  color: #fff;
  display: none;
}

@media (max-width: 800px) {
  .IdxHome .idx-prod .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 700px) {
  .IdxHome .idx-prod .idx-prod-imgs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .IdxHome .idx-prod .idx-prod-imgs .idx-prod-img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .IdxHome .idx-prod .idx-prod-imgs .idx-prod-img .text {
    padding: 16px 10px;
  }
}

.IdxHome .idx-about {
  width: 100%;
  padding: 1rem 0;
  background: url("../images/idx8.jpg") center center/100% 100% no-repeat;
  position: relative;
}

.IdxHome .idx-about .container {
  width: 14.4rem;
  margin: 0 auto;
}

.IdxHome .idx-about .idx-about-info {
  width: 50%;
  position: relative;
  z-index: 3;
}

.IdxHome .idx-about .idx-about-guide {
  width: 100%;
  color: #fff;
  border-left: .03rem solid #fff;
  padding-left: .12rem;
  line-height: 1.3;
}

.IdxHome .idx-about .idx-about-title {
  width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin: .52rem 0 .48rem;
}

.IdxHome .idx-about .idx-about-intro {
  width: 100%;
}

.IdxHome .idx-about .idx-about-intro p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.IdxHome .idx-about .idx-about-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .72rem;
}

.IdxHome .idx-about .idx-about-data .idx-about-datum {
  width: 25%;
}

.IdxHome .idx-about .idx-about-data .datum-icon {
  width: 0.42rem;
  min-width: 30px;
  height: 0.42rem;
  min-height: 30px;
}

.IdxHome .idx-about .idx-about-data .datum-icon img {
  width: 100%;
  height: 100%;
}

.IdxHome .idx-about .idx-about-data .datum-num {
  width: 100%;
  color: #fff;
  font-weight: 700;
  margin: .36rem 0 .2rem;
}

.IdxHome .idx-about .idx-about-data .datum-guide {
  width: 100%;
  color: #fff;
}

.IdxHome .idx-about .idx-about-bg {
  width: 8.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.IdxHome .idx-about .idx-about-bg img {
  width: 100%;
  height: auto;
}

@media (max-width: 1300px) {
  .IdxHome .idx-about .idx-about-info {
    width: 75%;
  }
}

@media (max-width: 800px) {
  .IdxHome .idx-about {
    padding: 0;
  }
  .IdxHome .idx-about .container {
    width: 100%;
  }
  .IdxHome .idx-about .idx-about-info {
    width: 100%;
    padding: 1rem 10px;
  }
  .IdxHome .idx-about .idx-about-bg {
    position: static;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
  }
}

.IdxHome .idx-part {
  width: 100%;
  padding: .7rem 0 1rem;
  background-color: #fff;
}

.IdxHome .idx-part .container {
  width: 16.4rem;
  margin: 0 auto;
}

.IdxHome .idx-part .idx-part-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.IdxHome .idx-part .idx-part-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.IdxHome .idx-part .idx-part-list .idx-part-item {
  width: 1.82rem;
  margin-right: .61rem;
  margin-bottom: .61rem;
  display: block;
  background-color: #fff;
  border-radius: .02rem;
  border: solid .02rem #f4ecec;
}

.IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(7n) {
  margin-right: 0;
}

.IdxHome .idx-part .idx-part-list .idx-part-item:hover {
  border-color: #000033;
}

.IdxHome .idx-part .idx-part-list .idx-part-item img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .IdxHome .idx-part .idx-part-list .idx-part-item {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(7n) {
    margin-right: 2%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(6n) {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .IdxHome .idx-part {
    display: none;
  }  
  .IdxHome .idx-part .container {
    width: 100%;
    padding: 0 10px;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item {
    width: 18.4%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(6n) {
    margin-right: 2%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media (max-width: 650px) {
  .IdxHome .idx-part .idx-part-list .idx-part-item {
    width: 23.5%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(5n) {
    margin-right: 2%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .IdxHome .idx-part .idx-part-list .idx-part-item {
    width: 32%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .IdxHome .idx-part .idx-part-list .idx-part-item {
    width: 49%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .IdxHome .idx-part .idx-part-list .idx-part-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.IdxHome .idx-news {
  width: 100%;
  padding: 1.4rem 0;
  background: url("../images/idx27.jpg") center center/100% 100% no-repeat;
}

.IdxHome .idx-news .container {
  width: 16.4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.IdxHome .idx-news .idx-news-text {
  width: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.IdxHome .idx-news .idx-news-info {
  width: 100%;
}

.IdxHome .idx-news .idx-news-title {
  width: 100%;
  color: #333;
  font-weight: 700;
}

.IdxHome .idx-news .idx-news-guide {
  width: 100%;
  color: #d91b5c;
  line-height: 1.5;
  margin: .24rem 0 1rem;
}

.IdxHome .idx-news .idx-news-switch {
  width: 100%;
}

.IdxHome .idx-news .idx-news-switch .idx-news-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: .2rem 0;
  background-color: #333;
  color: #fff;
  margin-bottom: 0.56rem;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.IdxHome .idx-news .idx-news-switch .idx-news-btn:hover {
  background-color: #d91b5c;
}

.IdxHome .idx-news .idx-news-switch .idxNewsBtn {
  background-color: #d91b5c;
}

.IdxHome .idx-news .idx-news-swiper {
  width: 13rem;
}

.IdxHome .idx-news .idx-news-swiper .swiper-container {
  padding: .5rem 0;
  display: none;
}

.IdxHome .idx-news .idx-news-swiper .swiper-container-show {
  display: block;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide {
  padding: .5rem .36rem;
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  cursor: pointer;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover {
  background-color: #d91b5c;
  -webkit-transform: scaleY(1.05);
          transform: scaleY(1.05);
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover .slide-date {
  text-align: center;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover .slide-date span {
  color: #fff;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover .slide-time {
  text-align: center;
  color: #fff;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover .slide-title {
  color: #fff;
  text-align: center;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover .slide-title-init {
  display: none;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover .slide-title-hover {
  display: -webkit-box;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover .slide-guide p {
  color: #fff;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover .slide-guide-init {
  display: none;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide:hover .slide-guide-hover {
  display: -webkit-box;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-date {
  width: 100%;
  -webkit-transition: text-align .5s;
  transition: text-align .5s;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-date span {
  color: #333;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-date .bold {
  font-weight: 700;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-time {
  width: 100%;
  color: #666;
  padding: .3rem 0 .4rem;
  border-bottom: .02rem solid #e5e5e5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-title {
  width: 100%;
  color: #000;
  line-height: 1.3;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-title-init {
  display: -webkit-box;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-title-hover {
  display: none;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-guide {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: .32rem;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-guide p {
  color: #666;
  line-height: 1.5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-guide-init {
  display: -webkit-box;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-guide-hover {
  display: none;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-img {
  width: 100%;
  margin-top: 0.48rem;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-img img {
  width: 100%;
  height: auto;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-more {
  width: 0.24rem;
  height: 0.12rem;
  margin: 0 auto;
  margin-top: .48rem;
}

.IdxHome .idx-news .idx-news-swiper .swiper-slide .slide-more img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .IdxHome .idx-news .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .IdxHome .idx-news .idx-news-text {
    width: 100%;
  }
  .IdxHome .idx-news .idx-news-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .IdxHome .idx-news .idx-news-switch .idx-news-btn {
    width: auto;
    margin-bottom: 0;
    padding: .2rem .48rem;
    margin-right: 0.2rem;
  }
  .IdxHome .idx-news .idx-news-guide {
    margin: .24rem 0 .3rem;
  }
  .IdxHome .idx-news .idx-news-swiper {
    width: 100%;
  }
}

@media (max-width: 950px) {
  .IdxHome .idx-news .container {
    width: 100%;
    padding: 0 10px;
  }
}

/* 联系我们 */
.ohrContact {
  width: 100%;
}

.ohrContact .contact-info {
  width: 100%;
  padding: .8rem 0;
}

.ohrContact .contact-info .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrContact .contact-info .info-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ohrContact .contact-info .info-list .info-item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ohrContact .contact-info .info-list .item-icon {
  width: 0.7rem;
  height: 0.7rem;
  min-width: 42px;
  min-height: 42px;
  margin-right: 0.2rem;
}

.ohrContact .contact-info .info-list .item-icon img {
  width: 100%;
  height: 100%;
}

.ohrContact .contact-info .info-list .item-text {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ohrContact .contact-info .info-list .item-title {
  width: 100%;
  color: #444;
  line-height: 2;
}

.ohrContact .contact-info .info-list .item-guide {
  width: 100%;
  color: #444;
  line-height: 2;
}

.ohrContact .contact-info .info-map {
  margin-top: 0.72rem;
  width: 100%;
}

.ohrContact .contact-info .info-map img {
  width: 100%;
}

@media (max-width: 900px) {
  .ohrContact .contact-info .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .ohrContact .contact-info .info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrContact .contact-info .info-list .info-item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

.ohrContact .contact-msg {
  width: 100%;
  background: url("../images/contact5.jpg") center center/100% 100% no-repeat;
  padding: .8rem 0;
}

.ohrContact .contact-msg .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrContact .contact-msg .msg-title {
  width: 100%;
  text-align: center;
  color: #d91a5b;
  font-weight: 700;
}

.ohrContact .contact-msg .msg-form {
  width: 100%;
  margin: .4rem 0 .68rem;
}

.ohrContact .contact-msg .msg-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ohrContact .contact-msg .msg-name, .ohrContact .contact-msg .msg-phone, .ohrContact .contact-msg .msg-email {
  width: 30%;
  margin-bottom: 0.32rem;
}

.ohrContact .contact-msg .msg-name .title, .ohrContact .contact-msg .msg-phone .title, .ohrContact .contact-msg .msg-email .title {
  width: 100%;
  display: block;
  color: #333;
  line-height: 2;
}

.ohrContact .contact-msg .msg-name input, .ohrContact .contact-msg .msg-phone input, .ohrContact .contact-msg .msg-email input {
  border: none;
  width: 100%;
  height: 0.5rem;
  min-height: 32px;
  display: block;
  text-indent: .12rem;
}

.ohrContact .contact-msg .msg-content {
  width: 100%;
}

.ohrContact .contact-msg .msg-content .title {
  width: 100%;
  display: block;
  color: #333;
  line-height: 2;
}

.ohrContact .contact-msg .msg-content textarea {
  width: 100%;
  border: none;
  height: 1.1rem;
  min-height: 80px;
  padding: .12rem;
}

.ohrContact .contact-msg .msg-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ohrContact .contact-msg .msg-btns .upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  padding: .16rem .36rem;
  cursor: pointer;
}

.ohrContact .contact-msg .msg-btns .upload img {
  width: 0.2rem;
  min-width: 16px;
  height: 0.2rem;
  min-height: 16px;
  margin-right: 0.1rem;
}

.ohrContact .contact-msg .msg-btns .upload span {
  color: #fff;
}

.ohrContact .contact-msg .msg-btns .file-name {
  margin: 0 .32rem;
}

.ohrContact .contact-msg .msg-btns .file-name input[type="file"] {
  display: none;
}

.ohrContact .contact-msg .msg-btns .file-name .name {
  color: #333;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ohrContact .contact-msg .msg-btns .subbtn {
  width: auto;
  padding: 0 .72rem;
  display: block;
  border: none;
  background-color: #d91a5b;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 550px) {
  .ohrContact .contact-msg .msg-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ohrContact .contact-msg .msg-btns .file-name {
    margin: .32rem 0;
  }
  .ohrContact .contact-msg .msg-btns .subbtn {
    padding: .2rem 0;
  }
}

@media (max-width: 900px) {
  .ohrContact .contact-msg .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .ohrContact .contact-msg .msg-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrContact .contact-msg .msg-name, .ohrContact .contact-msg .msg-phone, .ohrContact .contact-msg .msg-email {
    width: 100%;
  }
}

/* FAQ */
.ohrFAQ {
  width: 100%;
}

.ohrFAQ .FAQ-list {
  width: 100%;
  padding: .8rem 0;
}

.ohrFAQ .FAQ-list .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrFAQ .FAQ-list .FAQ-item {
  width: 100%;
  margin-bottom: 0.2rem;
}

.ohrFAQ .FAQ-list .FAQ-item .item-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .2rem .3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  background-color: #f8f8f8;
  cursor: pointer;
}

.ohrFAQ .FAQ-list .FAQ-item .item-header-icon {
  width: 0.24rem;
  height: 0.24rem;
  min-width: 20px;
  min-height: 20px;
}

.ohrFAQ .FAQ-list .FAQ-item .item-header-icon img {
  width: 100%;
  height: 100%;
}

.ohrFAQ .FAQ-list .FAQ-item .item-header-icon .init {
  display: block;
}

.ohrFAQ .FAQ-list .FAQ-item .item-header-icon .sel {
  display: none;
}

.ohrFAQ .FAQ-list .FAQ-item .item-header-text {
  margin-left: 0.3rem;
  width: auto;
  color: #333;
  line-height: 1.8;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrFAQ .FAQ-list .FAQ-item .item-main {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: .3rem;
  display: none;
}

.ohrFAQ .FAQ-list .FAQ-item .item-main-icon {
  width: 0.24rem;
  height: 0.24rem;
  min-width: 20px;
  min-height: 20px;
}

.ohrFAQ .FAQ-list .FAQ-item .item-main-icon img {
  width: 100%;
  height: 100%;
}

.ohrFAQ .FAQ-list .FAQ-item .item-main-icon .init {
  display: block;
}

.ohrFAQ .FAQ-list .FAQ-item .item-main-icon .sel {
  display: none;
}

.ohrFAQ .FAQ-list .FAQ-item .item-main-text {
  margin-left: 0.3rem;
  width: auto;
}

.ohrFAQ .FAQ-list .FAQ-item .item-main-text p {
  color: #333;
  line-height: 1.8;
}

.ohrFAQ .FAQ-list .FAQItemIs .item-header {
  background-color: #d91b5c;
}

.ohrFAQ .FAQ-list .FAQItemIs .item-header-text {
  color: #fff;
}

.ohrFAQ .FAQ-list .FAQItemIs .item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrFAQ .FAQ-list .FAQItemIs .item-header-icon .init {
  display: none;
}

.ohrFAQ .FAQ-list .FAQItemIs .item-header-icon .sel {
  display: block;
}

@media (max-width: 950px) {
  .ohrFAQ .FAQ-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

.ohrFAQ .list-pages {
  margin-bottom: 0.8rem;
}

/* 展会预告 */
.ohrReport {
  width: 100%;
  background-color: #f9f9f9;
}

.ohrReport .report-crumbs {
  width: 100%;
}

.ohrReport .report-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrReport .report-crumbs .report-crumb {
  width: 50%;
  display: inline-block;
  text-align: center;
  color: #333;
  padding: .22rem 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.ohrReport .report-crumbs .report-crumb:hover {
  color: #fff;
  background-color: #d91b5c;
}

.ohrReport .report-crumbs .reportCrumbIs {
  color: #fff;
  background-color: #d91b5c;
}

@media (max-width: 950px) {
  .ohrReport .report-crumbs .container {
    width: 100%;
  }
}

.ohrReport .report-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding: .5rem 0 .56rem;
  line-height: 1.3;
}

.ohrReport .report-list {
  width: 100%;
}

.ohrReport .report-list .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ohrReport .report-list .report-item {
  width: 32%;
  display: block;
  padding: .4rem;
  margin-right: 2%;
  margin-bottom: 3%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.ohrReport .report-list .report-item:nth-of-type(3n) {
  margin-right: 0;
}

.ohrReport .report-list .report-item .item-time {
  color: #666;
  width: 100%;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrReport .report-list .report-item .item-title {
  color: #000;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: .28rem 0 .38rem;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrReport .report-list .report-item .item-img {
  width: 100%;
  margin-bottom: 0.3rem;
  overflow: hidden;
}

.ohrReport .report-list .report-item .item-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.ohrReport .report-list .report-item .item-guide {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ohrReport .report-list .report-item .item-guide p {
  line-height: 2;
  color: #666;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrReport .report-list .report-item:hover {
  padding: .3rem .4rem .5rem;
  background-color: #d91b5c;
}

.ohrReport .report-list .report-item:hover .item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ohrReport .report-list .report-item:hover .item-time {
  color: #fff;
}

.ohrReport .report-list .report-item:hover .item-title {
  color: #fff;
}

.ohrReport .report-list .report-item:hover .item-guide p {
  color: #fff;
}

.ohrReport .report-list .report-item:hover .item-more {
  opacity: 1;
}

.ohrReport .report-list .report-item .item-more {
  color: #fff;
  background-color: #333;
  display: inline-block;
  margin: 0 auto;
  padding: .2rem .8rem;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media (max-width: 950px) {
  .ohrReport .report-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 650px) {
  .ohrReport .report-list .report-item {
    width: 49%;
  }
  .ohrReport .report-list .report-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .ohrReport .report-list .report-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .ohrReport .report-list .report-item {
    width: 100%;
    margin-right: 0;
  }
  .ohrReport .report-list .report-item:nth-of-type(3n) {
    margin-right: 0%;
  }
}

.ohrReport .list-pages {
  padding: .6rem 0 .8rem;
}

/* 新闻列表 */
.ohrNews {
  width: 100%;
}

.ohrNews .news-crumbs {
  width: 100%;
}

.ohrNews .news-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrNews .news-crumbs .news-crumb {
  width: 50%;
  display: inline-block;
  text-align: center;
  color: #333;
  padding: .22rem 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.ohrNews .news-crumbs .news-crumb:hover {
  color: #fff;
  background-color: #d91b5c;
}

.ohrNews .news-crumbs .newsCrumbIs {
  color: #fff;
  background-color: #d91b5c;
}

@media (max-width: 950px) {
  .ohrNews .news-crumbs .container {
    width: 100%;
  }
}

.ohrNews .news-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding: .5rem 0 .56rem;
  line-height: 1.3;
}

.ohrNews .news-swiper {
  width: 14rem;
  margin: 0 auto;
}

.ohrNews .news-swiper .swiper-slide {
  position: relative;
}

.ohrNews .news-swiper .swiper-slide:hover .slide-title {
  color: #d91b5c;
}

.ohrNews .news-swiper .swiper-slide:hover .slide-time {
  background-color: #d91b5c;
}

.ohrNews .news-swiper .swiper-slide:hover .slide-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ohrNews .news-swiper .swiper-slide .slide-img {
  width: 100%;
  overflow: hidden;
}

.ohrNews .news-swiper .swiper-slide .slide-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.ohrNews .news-swiper .swiper-slide .slide-title {
  width: 100%;
  color: #333;
  -webkit-transition: color .5s;
  transition: color .5s;
  margin: .3rem 0 .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ohrNews .news-swiper .swiper-slide .slide-guide {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ohrNews .news-swiper .swiper-slide .slide-guide p {
  line-height: 1.8;
  color: #666;
}

.ohrNews .news-swiper .swiper-slide .slide-time {
  color: #fff;
  padding: .2rem;
  background-color: #333333;
  border-bottom-right-radius: .3rem;
  border-top-right-radius: .3rem;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 3;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

@media (max-width: 950px) {
  .ohrNews .news-swiper {
    width: 100%;
    padding: 0 10px;
  }
}

.ohrNews .news-list {
  width: 100%;
  margin-top: 1rem;
}

.ohrNews .news-list .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrNews .news-list .news-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: .01rem solid #efefef;
  padding: .3rem;
}

.ohrNews .news-list .news-item:first-of-type {
  border-top: .01rem solid #efefef;
}

@media (min-width: 1201px) {
  .ohrNews .news-list .news-item:hover {
    background-color: #d91b5c;
  }
  .ohrNews .news-list .news-item:hover .item-time .s14 {
    color: #fff;
  }
  .ohrNews .news-list .news-item:hover .item-time .s26 {
    color: #fff;
  }
  .ohrNews .news-list .news-item:hover .item-title {
    color: #fff;
  }
  .ohrNews .news-list .news-item:hover .item-guide {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ohrNews .news-list .news-item:hover .item-img {
    display: block;
  }
  .ohrNews .news-list .news-item:hover .item-more {
    color: #fff;
  }
}

.ohrNews .news-list .news-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
}

.ohrNews .news-list .news-item .item-content {
  width: 90%;
  position: relative;
}

.ohrNews .news-list .news-item .item-time {
  width: 10%;
  margin-right: 1.2rem;
}

.ohrNews .news-list .news-item .item-time .s14 {
  display: block;
  color: #888;
  line-height: 1.5;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrNews .news-list .news-item .item-time .s26 {
  display: block;
  color: #333;
  line-height: 1.5;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrNews .news-list .news-item .item-title {
  width: 100%;
  color: #333;
  line-height: 1.5;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrNews .news-list .news-item .item-guide {
  width: 65%;
  display: none;
}

.ohrNews .news-list .news-item .item-guide p {
  line-height: 1.5;
  color: #fff;
}

.ohrNews .news-list .news-item .item-img {
  width: 2.9rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.ohrNews .news-list .news-item .item-img img {
  width: 100%;
  height: auto;
}

.ohrNews .news-list .news-item .item-more {
  width: 6%;
  color: #666;
  -webkit-transition: color .5s;
  transition: color .5s;
  white-space: nowrap;
}

@media (max-width: 950px) {
  .ohrNews .news-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 650px) {
  .ohrNews .news-list .news-item .item-info {
    width: auto;
  }
  .ohrNews .news-list .news-item .item-content {
    width: auto;
  }
  .ohrNews .news-list .news-item .item-time {
    width: auto;
    margin-right: 20px;
  }
  .ohrNews .news-list .news-item .item-more {
    width: auto;
  }
}

@media (max-width: 500px) {
  .ohrNews .news-list .news-item .item-content {
    width: 50%;
  }
  .ohrNews .news-list .news-item .item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.ohrNews .list-pages {
  padding: .6rem 0 .8rem;
}

/* 新闻详情 */
.ohrNewsDetail {
  width: 100%;
}

.ohrNewsDetail .news-crumbs {
  width: 100%;
}

.ohrNewsDetail .news-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrNewsDetail .news-crumbs .news-crumb {
  width: 50%;
  display: inline-block;
  text-align: center;
  color: #333;
  padding: .22rem 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.ohrNewsDetail .news-crumbs .news-crumb:hover {
  color: #fff;
  background-color: #d91b5c;
}

.ohrNewsDetail .news-crumbs .newsCrumbIs {
  color: #fff;
  background-color: #d91b5c;
}

@media (max-width: 950px) {
  .ohrNewsDetail .news-crumbs .container {
    width: 100%;
  }
}

.ohrNewsDetail .news-detail {
  width: 100%;
  padding: .8rem 0;
}

.ohrNewsDetail .news-detail .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrNewsDetail .news-detail .detail-left {
  width: 72%;
}

.ohrNewsDetail .news-detail .detail-header {
  width: 100%;
}

.ohrNewsDetail .news-detail .detail-title {
  width: 100%;
  color: #333;
}

.ohrNewsDetail .news-detail .detail-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: .3rem 0 .4rem;
}

.ohrNewsDetail .news-detail .detail-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ohrNewsDetail .news-detail .detail-time img {
  width: 0.2rem;
  min-width: 16px;
  height: 0.2rem;
  min-height: 16px;
  margin-right: .1rem;
}

.ohrNewsDetail .news-detail .detail-time span {
  color: #888;
}

.ohrNewsDetail .news-detail .detail-links {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ohrNewsDetail .news-detail .detail-links .detail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.26rem;
  min-width: 26px;
  height: 0.26rem;
  min-height: 26px;
  cursor: pointer;
  margin: 0 .03rem;
}

.ohrNewsDetail .news-detail .detail-links .detail-link img {
  width: 100%;
}

.ohrNewsDetail .news-detail .detail-links .detail-link .init {
  display: block;
}

.ohrNewsDetail .news-detail .detail-links .detail-link .hover {
  display: none;
}

.ohrNewsDetail .news-detail .detail-links .detail-link:hover .init {
  display: none;
}

.ohrNewsDetail .news-detail .detail-links .detail-link:hover .hover {
  display: block;
}

.ohrNewsDetail .news-detail .detail-main {
  width: 100%;
  border-top: .01rem solid #f5f5f5;
  border-bottom: .01rem solid #f5f5f5;
  padding: .3rem 0;
}

.ohrNewsDetail .news-detail .detail-main p {
  line-height: 2;
  color: #555;
}

.ohrNewsDetail .news-detail .detail-main img {
  display: block;
  max-width: 100%;
  padding: 0 .3rem;
}

.ohrNewsDetail .news-detail .detail-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .3rem 0;
}

.ohrNewsDetail .news-detail .detail-footer .detail-pages {
  width: auto;
  margin-bottom: 0.3rem;
}

.ohrNewsDetail .news-detail .detail-footer .detail-pages .prev-page, .ohrNewsDetail .news-detail .detail-footer .detail-pages .next-page {
  display: block;
  width: auto;
  color: #555;
  line-height: 2;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrNewsDetail .news-detail .detail-footer .detail-pages .prev-page:hover, .ohrNewsDetail .news-detail .detail-footer .detail-pages .next-page:hover {
  color: #d91b5c;
}

.ohrNewsDetail .news-detail .detail-footer .detail-return {
  display: inline-block;
  padding: .16rem .5rem;
  color: #fff;
  background-color: #d91b5c;
}

.ohrNewsDetail .news-detail .detail-line {
  width: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ohrNewsDetail .news-detail .detail-line:after {
  content: '';
  display: block;
  height: 100%;
  width: 0.01rem;
  background-color: #f5f5f5;
}

.ohrNewsDetail .news-detail .detail-right {
  width: 22%;
}

.ohrNewsDetail .news-detail .detail-right .extra-title {
  width: 100%;
  color: #333;
  margin-bottom: 0.3rem;
}

.ohrNewsDetail .news-detail .detail-right .extra-list {
  width: 100%;
}

.ohrNewsDetail .news-detail .detail-right .extra-list .extra-item {
  width: 100%;
  display: block;
  padding: .3rem 0;
  border-bottom: .01rem solid #e9e9e9;
}

.ohrNewsDetail .news-detail .detail-right .extra-list .extra-item:hover .item-title {
  color: #d91b5c;
}

.ohrNewsDetail .news-detail .detail-right .extra-list .item-title {
  width: 100%;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  font-weight: 700;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ohrNewsDetail .news-detail .detail-right .extra-list .item-guide {
  width: 100%;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
}

@media (max-width: 950px) {
  .ohrNewsDetail .news-detail .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .ohrNewsDetail .news-detail .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrNewsDetail .news-detail .detail-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .ohrNewsDetail .news-detail .detail-line {
    display: none;
  }
  .ohrNewsDetail .news-detail .detail-right {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .ohrNewsDetail .news-detail .detail-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrNewsDetail .news-detail .detail-time {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .ohrNewsDetail .news-detail .detail-links {
    width: 100%;
  }
}

/* 团队照片 */
.ohrTeam {
  width: 100%;
}

.ohrTeam .about-crumbs {
  width: 100%;
}

.ohrTeam .about-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrTeam .about-crumbs .about-crumb {
  width: 25%;
  padding: .3rem 0;
}

.ohrTeam .about-crumbs .about-crumb:hover .crumb-icon .init {
  display: none;
}

.ohrTeam .about-crumbs .about-crumb:hover .crumb-icon .sel {
  display: block;
}

.ohrTeam .about-crumbs .about-crumb:hover .crumb-text {
  color: #d91a5b;
}

.ohrTeam .about-crumbs .about-crumb .crumb-icon {
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  margin: 0 auto;
}

.ohrTeam .about-crumbs .about-crumb .crumb-icon .init {
  display: block;
}

.ohrTeam .about-crumbs .about-crumb .crumb-icon .sel {
  display: none;
}

.ohrTeam .about-crumbs .about-crumb .crumb-icon img {
  width: 100%;
  height: 100%;
}

.ohrTeam .about-crumbs .about-crumb .crumb-text {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
  font-weight: 700;
}

.ohrTeam .about-crumbs .aboutCrumbIs .crumb-icon .init {
  display: none;
}

.ohrTeam .about-crumbs .aboutCrumbIs .crumb-icon .sel {
  display: block;
}

.ohrTeam .about-crumbs .aboutCrumbIs .crumb-text {
  color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrTeam .about-crumbs .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 950px) {
  .ohrTeam .about-crumbs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrTeam .about-crumbs .about-crumb {
    width: 50%;
  }
}

.ohrTeam .team-title {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 700;
}

.ohrTeam .team-tabs {
  width: 100%;
  margin: .6rem 0;
}

.ohrTeam .team-tabs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ohrTeam .team-tabs .team-tab {
  width: 1.8rem;
  min-width: 120px;
  margin: 0 .15rem;
  margin-bottom: .15rem;
}

.ohrTeam .team-tabs .team-tab .s18 {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: .2rem 0;
  color: #fff;
  background-color: #333;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.ohrTeam .team-tabs .team-tab .s18:hover {
  background-color: #d91a5b;
}

.ohrTeam .team-tabs .teamTabIs .s18 {
  background-color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrTeam .team-tabs .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 850px) {
  .ohrTeam .team-tabs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrTeam .team-tabs .team-tab {
    width: 30%;
  }
}

@media (max-width: 450px) {
  .ohrTeam .team-tabs .team-tab {
    width: 40%;
  }
}

.ohrTeam .team-list {
  width: 100%;
  margin-bottom: .3rem;
}

.ohrTeam .team-list .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ohrTeam .team-list .team-item {
  display: block;
  cursor: pointer;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1%;
}

.ohrTeam .team-list .team-item:nth-of-type(3n) {
  margin-right: 0;
}

.ohrTeam .team-list .team-item:hover .item-text {
  color: #d91b5c;
}

.ohrTeam .team-list .team-item:hover .item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ohrTeam .team-list .team-item .item-img {
  width: 100%;
  overflow: hidden;
}

.ohrTeam .team-list .team-item .item-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.ohrTeam .team-list .team-item .item-text {
  padding: .1rem 0;
  color: #333;
  line-height: 2;
  text-align: center;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media (max-width: 950px) {
  .ohrTeam .team-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 650px) {
  .ohrTeam .team-list .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrTeam .team-list .team-item {
    width: 49%;
  }
  .ohrTeam .team-list .team-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .ohrTeam .team-list .team-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .ohrTeam .team-list .team-item {
    width: 100%;
    margin-right: 0;
  }
  .ohrTeam .team-list .team-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* 证书认证 */
.ohrHonor {
  width: 100%;
}

.ohrHonor .about-crumbs {
  width: 100%;
}

.ohrHonor .about-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrHonor .about-crumbs .about-crumb {
  width: 25%;
  padding: .3rem 0;
}

.ohrHonor .about-crumbs .about-crumb:hover .crumb-icon .init {
  display: none;
}

.ohrHonor .about-crumbs .about-crumb:hover .crumb-icon .sel {
  display: block;
}

.ohrHonor .about-crumbs .about-crumb:hover .crumb-text {
  color: #d91a5b;
}

.ohrHonor .about-crumbs .about-crumb .crumb-icon {
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  margin: 0 auto;
}

.ohrHonor .about-crumbs .about-crumb .crumb-icon .init {
  display: block;
}

.ohrHonor .about-crumbs .about-crumb .crumb-icon .sel {
  display: none;
}

.ohrHonor .about-crumbs .about-crumb .crumb-icon img {
  width: 100%;
  height: 100%;
}

.ohrHonor .about-crumbs .about-crumb .crumb-text {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
  font-weight: 700;
}

.ohrHonor .about-crumbs .aboutCrumbIs .crumb-icon .init {
  display: none;
}

.ohrHonor .about-crumbs .aboutCrumbIs .crumb-icon .sel {
  display: block;
}

.ohrHonor .about-crumbs .aboutCrumbIs .crumb-text {
  color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrHonor .about-crumbs .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 950px) {
  .ohrHonor .about-crumbs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrHonor .about-crumbs .about-crumb {
    width: 50%;
  }
}

.ohrHonor .honor-intro {
  width: 100%;
  padding: .8rem 0;
}

.ohrHonor .honor-intro .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrHonor .honor-intro .honor-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.6rem;
}

.ohrHonor .honor-intro .honor-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
}

.ohrHonor .honor-intro .honor-img {
  width: 42%;
}

.ohrHonor .honor-intro .honor-img .img {
  display: none;
}

.ohrHonor .honor-intro .honor-text {
  width: 58%;
  padding: .4rem .6rem;
}

.ohrHonor .honor-intro .honor-text .text {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.ohrHonor .honor-intro .honor-text .text p {
  line-height: 2;
  color: #333;
}

.ohrHonor .honor-intro .honor-text .text h6 {
  line-height: 2;
  color: #d91b5c;
}

.ohrHonor .honor-intro .honor-text .text::-webkit-scrollbar {
  width: .03rem;
}

.ohrHonor .honor-intro .honor-text .text::-webkit-scrollbar-track {
  border-radius: .1rem;
}

.ohrHonor .honor-intro .honor-text .text::-webkit-scrollbar-thumb {
  border-radius: .1rem;
}

@media (max-width: 950px) {
  .ohrHonor .honor-intro .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .ohrHonor .honor-intro .honor-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrHonor .honor-intro .honor-img {
    width: 100%;
    background: none;
  }
  .ohrHonor .honor-intro .honor-img .img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ohrHonor .honor-intro .honor-text {
    width: 100%;
    height: auto;
    padding: .2rem;
  }
}

.ohrHonor .honor-tabs {
  width: 100%;
  margin: .6rem 0;
}

.ohrHonor .honor-tabs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ohrHonor .honor-tabs .honor-tab {
  margin: 0 .15rem;
  margin-bottom: .15rem;
  width: 1.8rem;
  min-width: 120px;
}

.ohrHonor .honor-tabs .honor-tab .s16 {
  width: 100%;
  padding: .2rem 0;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  background-color: #333;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.ohrHonor .honor-tabs .honor-tab .s16:hover {
  background-color: #d91a5b;
}

.ohrHonor .honor-tabs .honorTabIs .s16 {
  background-color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrHonor .honor-tabs .container {
    width: 100%;
    padding: 0 10px;
  }
  .ohrHonor .honor-tabs .honor-tab {
    margin: 0 .1rem .15rem;
  }
}

@media (max-width: 550px) {
  .ohrHonor .honor-tabs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrHonor .honor-tabs .honor-tab {
    width: 40%;
  }
}

.ohrHonor .honor-list-group {
  width: 100%;
}

.ohrHonor .honor-list {
  width: 100%;
  display: none;
}

.ohrHonor .honor-list .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ohrHonor .honor-list .honor-item {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 4%;
}

.ohrHonor .honor-list .honor-item:nth-of-type(5n) {
  margin-right: 0;
}

.ohrHonor .honor-list .honor-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ohrHonor .honor-list .honor-item .item-img {
  width: 100%;
}

.ohrHonor .honor-list .honor-item .item-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media (max-width: 950px) {
  .ohrHonor .honor-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .ohrHonor .honor-list .honor-item {
    width: 23%;
  }
  .ohrHonor .honor-list .honor-item:nth-of-type(5n) {
    margin-right: 2%;
  }
  .ohrHonor .honor-list .honor-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .ohrHonor .honor-list .honor-item {
    width: 32%;
  }
  .ohrHonor .honor-list .honor-item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .ohrHonor .honor-list .honor-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .ohrHonor .honor-list .honor-item {
    width: 49%;
  }
  .ohrHonor .honor-list .honor-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .ohrHonor .honor-list .honor-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 320px) {
  .ohrHonor .honor-list .honor-item {
    width: 100%;
    margin-right: 0;
  }
  .ohrHonor .honor-list .honor-item:nth-of-type(3n) {
    margin-right: 0%;
  }
}

.ohrHonor .honor-list-show {
  display: block;
}

/* 产品中心 */
.ohrProd {
  width: 100%;
  background-color: #f3f3f3;
}

.ohrProd .prod-crumbs {
  width: 100%;
  padding: .3rem 0;
  background-color: #fff;
}

.ohrProd .prod-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrProd .prod-crumbs .prod-crumb {
  width: 2rem;
  display: block;
}

.ohrProd .prod-crumbs .prod-crumb:hover .crumb-icon .init {
  display: none;
}

.ohrProd .prod-crumbs .prod-crumb:hover .crumb-icon .sel {
  display: block;
}

.ohrProd .prod-crumbs .prod-crumb:hover .crumb-text {
  color: #d91a5b;
}

.ohrProd .prod-crumbs .prod-crumb .crumb-icon {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  min-width: 40px;
  min-height: 40px;
}

.ohrProd .prod-crumbs .prod-crumb .crumb-icon img {
  width: 100%;
  height: 100%;
}

.ohrProd .prod-crumbs .prod-crumb .crumb-icon .init {
  display: block;
}

.ohrProd .prod-crumbs .prod-crumb .crumb-icon .sel {
  display: none;
}

.ohrProd .prod-crumbs .prod-crumb .crumb-text {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
}

.ohrProd .prod-crumbs .prodCrumbIs .crumb-icon .init {
  display: none;
}

.ohrProd .prod-crumbs .prodCrumbIs .crumb-icon .sel {
  display: block;
}

.ohrProd .prod-crumbs .prodCrumbIs .crumb-text {
  color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrProd .prod-crumbs .container {
    width: 100%;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ohrProd .prod-crumbs .prod-crumb {
    width: 14.2%;
  }
}

@media (max-width: 600px) {
  .ohrProd .prod-crumbs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ohrProd .prod-crumbs .prod-crumb {
    width: 33.3%;
    margin-bottom: 2%;
  }
}

.ohrProd .prod-title {
  width: 100%;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding: .6rem 0 .5rem;
}

.ohrProd .prod-list {
  width: 100%;
}

.ohrProd .prod-list .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ohrProd .prod-list .prod-item {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}

.ohrProd .prod-list .prod-item:hover .item-layer {
  bottom: 0;
}

.ohrProd .prod-list .prod-item:hover .item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ohrProd .prod-list .prod-item .item-img {
  width: 100%;
  overflow: hidden;
}

.ohrProd .prod-list .prod-item .item-img img {
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.ohrProd .prod-list .prod-item .item-text {
  width: 100%;
  background-color: #fff;
  padding: .2rem 0;
}

.ohrProd .prod-list .prod-item .item-title {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
}

.ohrProd .prod-list .prod-item .item-guide {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 2;
}

.ohrProd .prod-list .prod-item .item-layer {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50%;
  padding: .2rem 0 .3rem;
  background-color: #d91a5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: bottom .5s;
  transition: bottom .5s;
}

.ohrProd .prod-list .prod-item .item-layer-title {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-bottom: 0.1rem;
}

.ohrProd .prod-list .prod-item .item-layer-more {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .08rem .14rem;
  border-radius: .24rem;
}

.ohrProd .prod-list .prod-item .item-layer-more .text {
  color: #d91a5b;
  margin: 0 .4rem;
}

.ohrProd .prod-list .prod-item .item-layer-more .icon {
  width: 0.32rem;
  height: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/prod9.png") center center/100% 100% no-repeat;
}

.ohrProd .prod-list .prod-item .item-layer-more .icon img {
  width: 0.06rem;
  height: 0.11rem;
  min-width: 6px;
  min-height: 11px;
}

.ohrProd .prod-list .prod-item-row-pc, .ohrProd .prod-list .prod-item-row-wap {
  width: 66%;
  position: relative;
  margin-bottom: 2%;
}

.ohrProd .prod-list .prod-item-row-pc .item-img, .ohrProd .prod-list .prod-item-row-wap .item-img {
  width: 100%;
  height: 100%;
}

.ohrProd .prod-list .prod-item-row-pc .item-img img, .ohrProd .prod-list .prod-item-row-wap .item-img img {
  width: 100%;
  height: 100%;
}

.ohrProd .prod-list .prod-item-row-pc .item-text, .ohrProd .prod-list .prod-item-row-wap .item-text {
  position: absolute;
  top: 50%;
  left: .5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ohrProd .prod-list .prod-item-row-pc .item-guide, .ohrProd .prod-list .prod-item-row-wap .item-guide {
  color: #666;
  line-height: 2;
}

.ohrProd .prod-list .prod-item-row-pc .item-title, .ohrProd .prod-list .prod-item-row-wap .item-title {
  color: #000;
  font-weight: 700;
  margin: .3rem 0 .9rem;
}

.ohrProd .prod-list .prod-item-row-pc .item-more, .ohrProd .prod-list .prod-item-row-wap .item-more {
  background-color: #d91a5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .08rem .14rem;
  border-radius: .24rem;
}

.ohrProd .prod-list .prod-item-row-pc .item-more .text, .ohrProd .prod-list .prod-item-row-wap .item-more .text {
  color: #fff;
  margin: 0 .4rem;
}

.ohrProd .prod-list .prod-item-row-pc .item-more .icon, .ohrProd .prod-list .prod-item-row-wap .item-more .icon {
  width: 0.32rem;
  height: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/prod11.png") center center/100% 100% no-repeat;
}

.ohrProd .prod-list .prod-item-row-pc .item-more .icon img, .ohrProd .prod-list .prod-item-row-wap .item-more .icon img {
  width: 0.06rem;
  height: 0.11rem;
  min-width: 6px;
  min-height: 11px;
}

.ohrProd .prod-list .prod-item-row-wap {
  display: none;
}

.ohrProd .prod-list .prod-item-row-wap .item-img {
  width: 100%;
}

.ohrProd .prod-list .prod-item-row-wap .item-img img {
  width: 100%;
  height: auto;
}

.ohrProd .prod-list .prod-item-right-over {
  margin-right: 0;
}

@media (max-width: 950px) {
  .ohrProd .prod-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 650px) {
  .ohrProd .prod-list .prod-item {
    width: 100%;
    margin-right: 0;
  }
  .ohrProd .prod-list .prod-item-row-pc {
    display: none;
  }
  .ohrProd .prod-list .prod-item-row-wap {
    display: block;
    width: 100%;
  }
}

.ohrProd .list-pages {
  padding: .9rem 0 1rem;
}

/* 关于欣可 */
.ohrAbout {
  width: 100%;
}

.ohrAbout .about-crumbs {
  width: 100%;
}

.ohrAbout .about-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrAbout .about-crumbs .about-crumb {
  width: 25%;
  padding: .3rem 0;
}

.ohrAbout .about-crumbs .about-crumb:hover .crumb-icon .init {
  display: none;
}

.ohrAbout .about-crumbs .about-crumb:hover .crumb-icon .sel {
  display: block;
}

.ohrAbout .about-crumbs .about-crumb:hover .crumb-text {
  color: #d91a5b;
}

.ohrAbout .about-crumbs .about-crumb .crumb-icon {
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  margin: 0 auto;
}

.ohrAbout .about-crumbs .about-crumb .crumb-icon .init {
  display: block;
}

.ohrAbout .about-crumbs .about-crumb .crumb-icon .sel {
  display: none;
}

.ohrAbout .about-crumbs .about-crumb .crumb-icon img {
  width: 100%;
  height: 100%;
}

.ohrAbout .about-crumbs .about-crumb .crumb-text {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
  font-weight: 700;
}

.ohrAbout .about-crumbs .aboutCrumbIs .crumb-icon .init {
  display: none;
}

.ohrAbout .about-crumbs .aboutCrumbIs .crumb-icon .sel {
  display: block;
}

.ohrAbout .about-crumbs .aboutCrumbIs .crumb-text {
  color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrAbout .about-crumbs .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 950px) {
  .ohrAbout .about-crumbs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrAbout .about-crumbs .about-crumb {
    width: 50%;
  }
}

.ohrAbout .about-intro {
  width: 100%;
}

.ohrAbout .about-intro .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrAbout .about-intro .intro-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding: .6rem 0 .4rem;
}

.ohrAbout .about-intro .intro-guide {
  width: 100%;
}

.ohrAbout .about-intro .intro-guide p {
  color: #333;
  line-height: 2;
}

.ohrAbout .about-intro .intro-video {
  margin: .5rem auto;
  width: 80%;
  position: relative;
  cursor: pointer;
}

.ohrAbout .about-intro .intro-video .cover {
  width: 100%;
}

.ohrAbout .about-intro .intro-video .cover img {
  width: 100%;
}

.ohrAbout .about-intro .intro-video .play {
  width: 0.68rem;
  min-width: 50px;
  height: 0.68rem;
  min-height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ohrAbout .about-intro .intro-video .play img {
  width: 100%;
  height: 100%;
}

.ohrAbout .about-intro .intro-list {
  width: 100%;
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ohrAbout .about-intro .intro-list .intro-item {
  width: 49%;
  display: block;
  margin-right: 2%;
  margin-bottom: 2%;
}

.ohrAbout .about-intro .intro-list .intro-item:nth-of-type(2n) {
  margin-right: 0;
}

.ohrAbout .about-intro .intro-list .intro-item img {
  width: 100%;
}

.ohrAbout .about-intro .intro-more {
  width: 100%;
  text-align: center;
  padding: .3rem 0 .8rem;
}

.ohrAbout .about-intro .intro-more .more-btn {
  display: inline-block;
  padding: .18rem .56rem;
  color: #fff;
  background-color: #333;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.ohrAbout .about-intro .intro-more .more-btn:hover {
  background-color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrAbout .about-intro .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .ohrAbout .about-intro .intro-video {
    width: 100%;
  }
  .ohrAbout .about-intro .intro-list .intro-item {
    width: 100%;
    margin-right: 0;
  }
}

.ohrAbout .about-honor {
  width: 100%;
  padding: .8rem 0;
  background-color: #fbf9f9;
}

.ohrAbout .about-honor .container {
  width: 12rem;
  margin: 0 auto;
}

.ohrAbout .about-honor .honor-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.ohrAbout .about-honor .honor-swiper {
  position: relative;
}

.ohrAbout .about-honor .honor-swiper .swiper-container {
  padding: .6rem .2rem;
}

.ohrAbout .about-honor .honor-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ohrAbout .about-honor .honor-swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ohrAbout .about-honor .honor-swiper .swiper-slide img {
  width: 2.5rem;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.ohrAbout .about-honor .honor-swiper .swiper-button-prev, .ohrAbout .about-honor .honor-swiper .swiper-button-next {
  width: 0.44rem;
  min-width: 32px;
  height: 0.44rem;
  min-height: 32px;
  margin-top: 0;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  z-index: 3;
}

.ohrAbout .about-honor .honor-swiper .swiper-button-prev:hover, .ohrAbout .about-honor .honor-swiper .swiper-button-next:hover {
  background-color: #d91b5c;
}

.ohrAbout .about-honor .honor-swiper .swiper-button-prev img, .ohrAbout .about-honor .honor-swiper .swiper-button-next img {
  width: 0.12rem;
  min-width: 12px;
  height: 0.21rem;
  min-height: 21px;
}

.ohrAbout .about-honor .honor-swiper .swiper-button-prev {
  left: -10%;
}

.ohrAbout .about-honor .honor-swiper .swiper-button-next {
  right: -10%;
}

.ohrAbout .about-honor .honor-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ohrAbout .about-honor .honor-more {
  display: inline-block;
  color: #fff;
  background-color: #333;
  padding: .18rem .54rem;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.ohrAbout .about-honor .honor-more:hover {
  background-color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrAbout .about-honor .container {
    width: 100%;
    padding: 0 10px;
  }
  .ohrAbout .about-honor .honor-swiper .swiper-button-prev {
    left: 0;
  }
  .ohrAbout .about-honor .honor-swiper .swiper-button-next {
    right: 0;
  }
}

.ohrAbout .about-market {
  width: 100%;
  padding: .8rem 0;
  background: url("../images/about13.jpg") center center/100% 100% no-repeat;
}

.ohrAbout .about-market .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrAbout .about-market .market-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.7rem;
}

.ohrAbout .about-market .market-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.43rem 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 0.43rem 0 rgba(0, 0, 0, 0.03);
}

.ohrAbout .about-market .market-range .range-img {
  width: 6.5rem;
  height: 100%;
}

.ohrAbout .about-market .market-range .range-img img {
  width: 100%;
  height: 100%;
}

.ohrAbout .about-market .market-range .range-text {
  width: 7.5rem;
}

.ohrAbout .about-market .market-range .range-tabs {
  width: 100%;
  padding: 0 .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: .02rem solid #f3f3f3;
}

.ohrAbout .about-market .market-range .range-tab {
  padding: .3rem 0;
  display: inline-block;
  position: relative;
  color: #333;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrAbout .about-market .market-range .range-tab:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 0.02rem;
  background-color: transparent;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.ohrAbout .about-market .market-range .range-tab:hover {
  color: #d91a5b;
}

.ohrAbout .about-market .market-range .range-tab:hover:after {
  background-color: #d91a5b;
}

.ohrAbout .about-market .market-range .rangeTabIs {
  color: #d91a5b;
}

.ohrAbout .about-market .market-range .rangeTabIs:after {
  background-color: #d91a5b;
}

.ohrAbout .about-market .market-range .range-infos {
  width: 100%;
}

.ohrAbout .about-market .market-range .range-info {
  display: none;
  width: 100%;
  padding: .3rem .8rem;
  height: 4rem;
  overflow-y: scroll;
}

.ohrAbout .about-market .market-range .range-info:hover::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.ohrAbout .about-market .market-range .range-info:hover::-webkit-scrollbar-thumb {
  background-color: #d91a5b;
}

.ohrAbout .about-market .market-range .range-info::-webkit-scrollbar {
  width: .03rem;
}

.ohrAbout .about-market .market-range .range-info::-webkit-scrollbar-track {
  border-radius: .1rem;
}

.ohrAbout .about-market .market-range .range-info::-webkit-scrollbar-thumb {
  border-radius: .1rem;
}

.ohrAbout .about-market .market-range .range-info .range-pos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4rem;
}

.ohrAbout .about-market .market-range .range-info .range-pos .pos-name {
  color: #000;
  width: 10%;
}

.ohrAbout .about-market .market-range .range-info .range-pos .pos-list {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ohrAbout .about-market .market-range .range-info .range-pos .pos-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .2rem 0;
}

.ohrAbout .about-market .market-range .range-info .range-pos .pos-item .item-img {
  width: 0.48rem;
  margin-right: 0.1rem;
}

.ohrAbout .about-market .market-range .range-info .range-pos .pos-item .item-img img {
  width: 100%;
  height: auto;
}

.ohrAbout .about-market .market-range .range-info .range-pos .pos-item .item-text {
  color: #555;
}

.ohrAbout .about-market .market-range .range-info-show {
  display: block;
}

@media (max-width: 1200px) {
  .ohrAbout .about-market .container {
    width: 100%;
    padding: 0 10px;
  }
  .ohrAbout .about-market .market-range {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrAbout .about-market .market-range .range-text {
    width: 100%;
  }
  .ohrAbout .about-market .market-range .range-img {
    width: 100%;
  }
  .ohrAbout .about-market .market-range .range-info {
    overflow-y: auto;
    height: auto;
  }
  .ohrAbout .about-market .market-range .range-tabs {
    padding: 0 10px;
  }
  .ohrAbout .about-market .market-range .range-info {
    padding: 5px 10px;
  }
}

@media (max-width: 400px) {
  .ohrAbout .about-market .market-range {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrAbout .about-market .market-range .range-info .range-pos .pos-item {
    width: 50%;
  }
  .ohrAbout .about-market .market-range .range-info .range-pos .pos-name {
    width: 20%;
  }
  .ohrAbout .about-market .market-range .range-info .range-pos .pos-list {
    width: 80%;
  }
}

.ohrAbout .about-photo {
  width: 100%;
  padding: .8rem 0;
  background-color: #f3f3f3;
}

.ohrAbout .about-photo .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrAbout .about-photo .photo-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.7rem;
}

.ohrAbout .about-photo .photo-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ohrAbout .about-photo .photo-list .photo-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}

.ohrAbout .about-photo .photo-list .photo-item:nth-of-type(4n) {
  margin-right: 0;
}

.ohrAbout .about-photo .photo-list .photo-item:hover .item-layer {
  bottom: 0;
}

.ohrAbout .about-photo .photo-list .photo-item .item-show {
  width: 100%;
}

.ohrAbout .about-photo .photo-list .photo-item .item-img {
  width: 100%;
}

.ohrAbout .about-photo .photo-list .photo-item .item-img img {
  width: 100%;
  height: auto;
}

.ohrAbout .about-photo .photo-list .photo-item .item-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 3;
  background-color: rgba(217, 26, 91, 0.8);
  -webkit-transition: bottom .5s;
  transition: bottom .5s;
}

.ohrAbout .about-photo .photo-list .photo-item .item-more {
  display: inline-block;
  background-color: #fff;
  color: #d91a5b;
  padding: .16rem .4rem;
}

@media (max-width: 950px) {
  .ohrAbout .about-photo .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 650px) {
  .ohrAbout .about-photo .photo-list .photo-item {
    width: 49%;
  }
  .ohrAbout .about-photo .photo-list .photo-item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .ohrAbout .about-photo .photo-list .photo-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .ohrAbout .about-photo .photo-list .photo-item {
    width: 100%;
    margin-right: 0;
  }
  .ohrAbout .about-photo .photo-list .photo-item:nth-of-type(4n) {
    margin-right: 0%;
  }
}

/* 产品详情 */
.ohrProdDetail {
  width: 100%;
}

.ohrProdDetail .prod-crumbs {
  width: 100%;
  padding: .3rem 0;
  background-color: #fff;
}

.ohrProdDetail .prod-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrProdDetail .prod-crumbs .prod-crumb {
  width: 2rem;
  display: block;
}

.ohrProdDetail .prod-crumbs .prod-crumb:hover .crumb-icon .init {
  display: none;
}

.ohrProdDetail .prod-crumbs .prod-crumb:hover .crumb-icon .sel {
  display: block;
}

.ohrProdDetail .prod-crumbs .prod-crumb:hover .crumb-text {
  color: #d91a5b;
}

.ohrProdDetail .prod-crumbs .prod-crumb .crumb-icon {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  min-width: 40px;
  min-height: 40px;
}

.ohrProdDetail .prod-crumbs .prod-crumb .crumb-icon img {
  width: 100%;
  height: 100%;
}

.ohrProdDetail .prod-crumbs .prod-crumb .crumb-icon .init {
  display: block;
}

.ohrProdDetail .prod-crumbs .prod-crumb .crumb-icon .sel {
  display: none;
}

.ohrProdDetail .prod-crumbs .prod-crumb .crumb-text {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
}

.ohrProdDetail .prod-crumbs .prodCrumbIs .crumb-icon .init {
  display: none;
}

.ohrProdDetail .prod-crumbs .prodCrumbIs .crumb-icon .sel {
  display: block;
}

.ohrProdDetail .prod-crumbs .prodCrumbIs .crumb-text {
  color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrProdDetail .prod-crumbs .container {
    width: 100%;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ohrProdDetail .prod-crumbs .prod-crumb {
    width: 14.2%;
  }
}

@media (max-width: 600px) {
  .ohrProdDetail .prod-crumbs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ohrProdDetail .prod-crumbs .prod-crumb {
    width: 33.3%;
    margin-bottom: 2%;
  }
}

.ohrProdDetail .prod-detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrProdDetail .prod-detail .detail-left {
  width: 10.8rem;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ohrProdDetail .prod-detail .detail-left .container {
  width: 7.8rem;
  padding: .3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ohrProdDetail .prod-detail .col-swiper {
  width: 1.2rem;
  padding: .2rem 0;
  height: 6.2rem;
}

.ohrProdDetail .prod-detail .col-swiper .swiper-container {
  height: 100%;
}

.ohrProdDetail .prod-detail .col-swiper .swiper-slide {
  cursor: pointer;
}

.ohrProdDetail .prod-detail .col-swiper .swiper-slide .slide-img {
  width: 100%;
  border: .02rem solid transparent;
  -webkit-transition: border .5s;
  transition: border .5s;
}

.ohrProdDetail .prod-detail .col-swiper .swiper-slide .slide-img img {
  width: 100%;
  height: auto;
}

.ohrProdDetail .prod-detail .col-swiper .swiper-slide-clickActive .slide-img {
  border-color: #d91a5b;
}

.ohrProdDetail .prod-detail .row-swiper {
  width: 6.2rem;
}

.ohrProdDetail .prod-detail .row-swiper .swiper-container {
  overflow: visible;
}

.ohrProdDetail .prod-detail .row-swiper .swiper-slide .slide-img {
  width: 100%;
  display: block;
}

.ohrProdDetail .prod-detail .row-swiper .swiper-slide .slide-img a {
  display: block;
}

.ohrProdDetail .prod-detail .row-swiper .swiper-slide .slide-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.ohrProdDetail .prod-detail .row-swiper .swiper-slide .slide-text {
  width: 100%;
  text-align: center;
}

.ohrProdDetail .prod-detail .row-swiper .swiper-slide .slide-text span {
  color: #888;
  line-height: 1.5;
  vertical-align: middle;
}

.ohrProdDetail .prod-detail .row-swiper .swiper-slide .slide-text img {
  width: 0.16rem;
  height: 0.16rem;
  min-width: 16px;
  min-height: 16px;
  vertical-align: middle;
}

.ohrProdDetail .prod-detail .detail-right {
  width: 8.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ohrProdDetail .prod-detail .detail-right .container {
  width: 6.2rem;
  padding: .6rem .5rem;
}

.ohrProdDetail .prod-detail .detail-header {
  width: 100%;
  border-bottom: .01rem solid #e1e1e1;
}

.ohrProdDetail .prod-detail .detail-num {
  width: 100%;
  color: #d91b5c;
  font-weight: 700;
}

.ohrProdDetail .prod-detail .detail-title {
  font-weight: 700;
  width: 100%;
  line-height: 1.3;
  color: #333;
  margin: .32rem 0 .4rem;
}

.ohrProdDetail .prod-detail .detail-main {
  padding: .4rem 0;
  width: 100%;
}

.ohrProdDetail .prod-detail .detail-guide {
  width: 100%;
}

.ohrProdDetail .prod-detail .detail-guide .icon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 20px;
  min-height: 20px;
  vertical-align: middle;
}

.ohrProdDetail .prod-detail .detail-guide .text {
  color: #555;
  line-height: 1.5;
  vertical-align: middle;
}

.ohrProdDetail .prod-detail .detail-size {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .6rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ohrProdDetail .prod-detail .detail-size .icon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 20px;
  min-height: 20px;
  margin-right: 0.05rem;
}

.ohrProdDetail .prod-detail .detail-size .text {
  color: #555;
  line-height: 1.5;
}

.ohrProdDetail .prod-detail .detail-size .sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.1rem;
}

.ohrProdDetail .prod-detail .detail-size .sizes .size {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #666;
  background-color: #f0f0f0;
}

.ohrProdDetail .prod-detail .detail-color {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ohrProdDetail .prod-detail .detail-color .icon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 20px;
  min-height: 20px;
  margin-right: 0.05rem;
}

.ohrProdDetail .prod-detail .detail-color .text {
  color: #555;
  line-height: 1.5;
}

.ohrProdDetail .prod-detail .detail-color .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.1rem;
}

.ohrProdDetail .prod-detail .detail-color .colors .color {
  margin-right: 0.36rem;
}

.ohrProdDetail .prod-detail .detail-color .colors .color .color-show {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin: 0 auto;
}

.ohrProdDetail .prod-detail .detail-color .colors .color .color-text {
  color: #666;
  text-align: center;
  margin-top: .08rem;
  width: 100%;
}

.ohrProdDetail .prod-detail .detail-color .colors .color1 {
  background-color: #a9786b;
}

.ohrProdDetail .prod-detail .detail-color .colors .color2 {
  background-color: #ffbcaa;
}

.ohrProdDetail .prod-detail .detail-color .colors .color3 {
  background-color: #f2c5ab;
}

.ohrProdDetail .prod-detail .detail-footer {
  width: 100%;
}

.ohrProdDetail .prod-detail .detail-contact {
  display: inline-block;
  width: auto;
  padding: .16rem .48rem;
  color: #fff;
  background-color: #d91b5c;
}

@media (max-width: 1500px) {
  .ohrProdDetail .prod-detail .detail-left .container {
    width: 100%;
    padding-left: 10px;
  }
  .ohrProdDetail .prod-detail .detail-right .container {
    width: 100%;
    padding-right: 10px;
  }
  .ohrProdDetail .prod-detail .col-swiper {
    width: 15%;
    min-width: 100px;
    height: 620px;
  }
  .ohrProdDetail .prod-detail .row-swiper {
    width: 75%;
  }
}

@media (max-width: 950px) {
  .ohrProdDetail .prod-detail {
    padding: 0 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrProdDetail .prod-detail .detail-left {
    width: 100%;
  }
  .ohrProdDetail .prod-detail .detail-left .container {
    padding-left: 0;
  }
  .ohrProdDetail .prod-detail .detail-right {
    width: 100%;
  }
  .ohrProdDetail .prod-detail .detail-right .container {
    padding: .2rem;
  }
  .ohrProdDetail .prod-detail .row-swiper {
    width: 80%;
  }
  .ohrProdDetail .prod-detail .row-swiper .swiper-slide .slide-text {
    display: none;
  }
  .ohrProdDetail .prod-detail .col-swiper {
    width: 15%;
  }
}

@media (max-width: 650px) {
  .ohrProdDetail .prod-detail .col-swiper {
    display: none;
  }
  .ohrProdDetail .prod-detail .row-swiper {
    width: 100%;
  }
}

.ohrProdDetail .prod-info {
  width: 100%;
}

.ohrProdDetail .prod-info .info-header {
  width: 100%;
}

.ohrProdDetail .prod-info .info-header .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrProdDetail .prod-info .info-title {
  background-color: #d91b5c;
  width: 100%;
  padding: .42rem 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.ohrProdDetail .prod-info .info-main {
  width: 100%;
}

.ohrProdDetail .prod-info .info-main .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrProdDetail .prod-info .info-video {
  width: 100%;
  padding: .8rem 0 .6rem;
  border-bottom: .01rem solid #ececec;
}

.ohrProdDetail .prod-info .info-video .video-title {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 700;
}

.ohrProdDetail .prod-info .info-video .video-title:after {
  content: '';
  display: block;
  margin: .24rem auto .6rem;
  width: 0.54rem;
  height: 0.04rem;
  background-color: #d91b5c;
}

.ohrProdDetail .prod-info .info-video .video-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ohrProdDetail .prod-info .info-video .video-item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  cursor: pointer;
}

.ohrProdDetail .prod-info .info-video .video-item:nth-of-type(2n) {
  margin-right: 0;
}

.ohrProdDetail .prod-info .info-video .video-item .item-img {
  position: relative;
  width: 100%;
}

.ohrProdDetail .prod-info .info-video .video-item .item-img .img {
  width: 100%;
}

.ohrProdDetail .prod-info .info-video .video-item .item-img .img img {
  width: 100%;
  height: auto;
}

.ohrProdDetail .prod-info .info-video .video-item .item-img .play {
  width: 0.46rem;
  height: 0.46rem;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ohrProdDetail .prod-info .info-video .video-item .item-img .play img {
  width: 100%;
  height: 100%;
}

.ohrProdDetail .prod-info .info-video .video-item .item-text {
  width: 100%;
  color: #333;
  line-height: 2;
  text-align: center;
}

.ohrProdDetail .prod-info .info-point {
  width: 100%;
}

.ohrProdDetail .prod-info .info-point .point-title {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 700;
  padding: .8rem 0 .2rem;
}

.ohrProdDetail .prod-info .info-point .point-title:after {
  content: '';
  display: block;
  margin: .24rem auto 0;
  width: 0.54rem;
  height: 0.04rem;
  background-color: #d91b5c;
}

.ohrProdDetail .prod-info .info-point .point-imgs {
  width: 100%;
}

.ohrProdDetail .prod-info .info-point .point-imgs .img {
  width: 100%;
  padding: .4rem 0 .8rem;
  border-bottom: .01rem solid #ececec;
  cursor: pointer;
}

.ohrProdDetail .prod-info .info-point .point-imgs .img img {
  max-width: 100%;
  height: auto;
}

.ohrProdDetail .prod-info .info-size {
  width: 100%;
}

.ohrProdDetail .prod-info .info-size .size-title {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 700;
  padding: .8rem 0 .2rem;
}

.ohrProdDetail .prod-info .info-size .size-title:after {
  content: '';
  display: block;
  margin: .24rem auto 0;
  width: 0.54rem;
  height: 0.04rem;
  background-color: #d91b5c;
}

.ohrProdDetail .prod-info .info-size .size-imgs {
  width: 100%;
}

.ohrProdDetail .prod-info .info-size .size-imgs .img {
  width: 100%;
  padding: .2rem 0 .6rem;
  border-bottom: .01rem solid #ececec;
}

.ohrProdDetail .prod-info .info-size .size-imgs .img img {
  width: 100%;
  height: auto;
}

.ohrProdDetail .prod-info .info-package {
  width: 100%;
  padding: .6rem 0;
}

.ohrProdDetail .prod-info .info-package .package-title {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 700;
  padding: .2rem 0;
}

.ohrProdDetail .prod-info .info-package .package-title:after {
  content: '';
  display: block;
  margin: .24rem auto 0;
  width: 0.54rem;
  height: 0.04rem;
  background-color: #d91b5c;
}

.ohrProdDetail .prod-info .info-package .package-imgs {
  width: 62%;
  margin: 0 auto;
}

.ohrProdDetail .prod-info .info-package .package-imgs .img {
  width: 100%;
  padding: .2rem 0 .6rem;
}

.ohrProdDetail .prod-info .info-package .package-imgs .img img {
  width: 100%;
  height: auto;
}

.ohrProdDetail .prod-info .info-footer {
  width: 100%;
  background-color: #f9f9f9;
}

.ohrProdDetail .prod-info .info-related {
  width: 100%;
}

.ohrProdDetail .prod-info .info-related .related-header {
  width: 100%;
  position: relative;
}

.ohrProdDetail .prod-info .info-related .related-header .container {
  width: 14rem;
  margin: 0 auto;
  padding: .6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ohrProdDetail .prod-info .info-related .related-header:after {
  content: '';
  display: block;
  width: 12rem;
  height: 0.01rem;
  background-color: #ececec;
  margin: 0 auto;
}

.ohrProdDetail .prod-info .info-related .related-header .swiper-pagination {
  width: auto;
  position: static;
  left: auto;
  bottom: auto;
  z-index: auto;
}

.ohrProdDetail .prod-info .info-related .related-header .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  min-width: 12px;
  min-height: 12px;
  margin: 0 .1rem;
  background-color: #333333;
  opacity: 1;
}

.ohrProdDetail .prod-info .info-related .related-header .swiper-pagination-bullet-active {
  background-color: #d71155;
}

.ohrProdDetail .prod-info .info-related .related-title {
  color: #333;
  font-weight: 700;
}

.ohrProdDetail .prod-info .info-related .related-main {
  width: 100%;
  padding: .6rem 0 1.1rem;
}

.ohrProdDetail .prod-info .info-related .related-main .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide {
  display: block;
  position: relative;
  overflow: hidden;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide:hover .item-layer {
  bottom: 0;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide:hover .item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-img {
  width: 100%;
  overflow: hidden;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-text {
  width: 100%;
  background-color: #fff;
  padding: .2rem 0;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-title {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-guide {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 2;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-layer {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50%;
  padding: .2rem 0 .3rem;
  background-color: #d91a5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: bottom .5s;
  transition: bottom .5s;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-layer-title {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-bottom: 0.1rem;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-layer-more {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .08rem .14rem;
  border-radius: .24rem;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-layer-more .text {
  color: #d91a5b;
  margin: 0 .4rem;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-layer-more .icon {
  width: 0.32rem;
  height: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/prod9.png") center center/100% 100% no-repeat;
}

.ohrProdDetail .prod-info .info-related .related-swiper .swiper-slide .item-layer-more .icon img {
  width: 0.06rem;
  height: 0.11rem;
  min-width: 6px;
  min-height: 11px;
}

@media (max-width: 950px) {
  .ohrProdDetail .prod-info .info-header .container {
    width: 100%;
    padding: 0 10px;
  }
  .ohrProdDetail .prod-info .info-main .container {
    width: 100%;
    padding: 0 10px;
  }
  .ohrProdDetail .prod-info .info-package .package-imgs {
    width: 100%;
  }
  .ohrProdDetail .prod-info .info-related .related-header .container {
    width: 100%;
    padding: .6rem 10px;
  }
  .ohrProdDetail .prod-info .info-related .related-header:after {
    width: 90%;
  }
  .ohrProdDetail .prod-info .info-related .related-main .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .ohrProdDetail .prod-info .info-video .video-item {
    width: 100%;
    margin-right: 0;
  }
  .ohrProdDetail .prod-info .info-related .related-header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrProdDetail .prod-info .info-related .related-header .swiper-pagination {
    width: 100%;
    text-align: left;
    margin-top: .3rem;
  }
  .ohrProdDetail .prod-info .info-related .related-header .related-title {
    width: 100%;
  }
}

/* 发展历程 */
.ohrCourse {
  width: 100%;
}

.ohrCourse .about-crumbs {
  width: 100%;
}

.ohrCourse .about-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrCourse .about-crumbs .about-crumb {
  width: 25%;
  padding: .3rem 0;
}

.ohrCourse .about-crumbs .about-crumb:hover .crumb-icon .init {
  display: none;
}

.ohrCourse .about-crumbs .about-crumb:hover .crumb-icon .sel {
  display: block;
}

.ohrCourse .about-crumbs .about-crumb:hover .crumb-text {
  color: #d91a5b;
}

.ohrCourse .about-crumbs .about-crumb .crumb-icon {
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  margin: 0 auto;
}

.ohrCourse .about-crumbs .about-crumb .crumb-icon .init {
  display: block;
}

.ohrCourse .about-crumbs .about-crumb .crumb-icon .sel {
  display: none;
}

.ohrCourse .about-crumbs .about-crumb .crumb-icon img {
  width: 100%;
  height: 100%;
}

.ohrCourse .about-crumbs .about-crumb .crumb-text {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
  font-weight: 700;
}

.ohrCourse .about-crumbs .aboutCrumbIs .crumb-icon .init {
  display: none;
}

.ohrCourse .about-crumbs .aboutCrumbIs .crumb-icon .sel {
  display: block;
}

.ohrCourse .about-crumbs .aboutCrumbIs .crumb-text {
  color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrCourse .about-crumbs .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 950px) {
  .ohrCourse .about-crumbs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrCourse .about-crumbs .about-crumb {
    width: 50%;
  }
}

.ohrCourse .about-course {
  width: 100%;
  padding: .6rem 0 1rem;
  background: url("../images/course1.jpg") center center/100% 100% no-repeat;
}

.ohrCourse .about-course .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrCourse .about-course .course-title {
  width: 100%;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.6rem;
  text-align: center;
}

.ohrCourse .about-course .course-swiper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ohrCourse .about-course .content-swiper {
  width: 12rem;
  background-color: #fff;
}

.ohrCourse .about-course .content-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .4rem;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-img {
  width: 55%;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-img img {
  width: 100%;
  height: auto;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-text {
  width: 45%;
  padding: .3rem .6rem;
  position: relative;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-time {
  width: 100%;
  color: #333;
  font-weight: 700;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-title {
  color: #d91b5c;
  width: 100%;
  font-weight: 700;
  margin: .6rem 0 .24rem;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-guide {
  width: 100%;
  color: #333;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: .4rem;
  left: .6rem;
  z-index: 3;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-btns .slide-prev, .ohrCourse .about-course .content-swiper .swiper-slide .slide-btns .slide-next {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 32px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333;
  margin-right: 0.3rem;
  cursor: pointer;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-btns .slide-prev:hover, .ohrCourse .about-course .content-swiper .swiper-slide .slide-btns .slide-next:hover {
  background-color: #d91a5b;
}

.ohrCourse .about-course .content-swiper .swiper-slide .slide-btns .slide-prev img, .ohrCourse .about-course .content-swiper .swiper-slide .slide-btns .slide-next img {
  width: 0.12rem;
  height: 0.21rem;
  min-width: 12px;
  min-height: 21px;
}

.ohrCourse .about-course .time-swiper {
  min-width: 100px;
  height: 5.2rem;
  padding: .6rem 0;
  position: relative;
  background-color: #fff;
}

.ohrCourse .about-course .time-swiper .swiper-container {
  width: 120%;
  height: 100%;
}

.ohrCourse .about-course .time-swiper .swiper-slide {
  width: 1rem;
  min-width: 100px;
  position: relative;
  cursor: pointer;
}

.ohrCourse .about-course .time-swiper .swiper-slide .slide-time {
  width: 100%;
  text-align: center;
  padding: .18rem 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 3;
}

.ohrCourse .about-course .time-swiper .swiper-slide:after {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.01rem;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 3;
}

.ohrCourse .about-course .time-swiper .swiper-slide-time-active {
  left: .2rem;
}

.ohrCourse .about-course .time-swiper .swiper-slide-time-active .slide-time {
  background-color: #d91b5c;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1921px) {
  .ohrCourse .about-course .time-swiper .swiper-slide-time-active .slide-time {
    font-size: calc(26 * 100vw / 1920);
  }
}

@media (max-width: 1920px) and (min-width: 551px) {
  .ohrCourse .about-course .time-swiper .swiper-slide-time-active .slide-time {
    font-size: calc(12px + 14 * 100vw / 1920);
  }
}

@media (max-width: 550px) {
  .ohrCourse .about-course .time-swiper .swiper-slide-time-active .slide-time {
    font-size: calc(12px + 14 * 550px / 1920);
  }
}

.ohrCourse .about-course .time-swiper .swiper-slide-time-active:after {
  width: 0.2rem;
  left: -.24rem;
  background-color: #d91b5c;
}

.ohrCourse .about-course .time-swiper .swiper-button-prev, .ohrCourse .about-course .time-swiper .swiper-button-next {
  background: none;
  margin-top: 0;
  right: auto;
  top: .32rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.24rem;
  height: 0.24rem;
  min-width: 24px;
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}

.ohrCourse .about-course .time-swiper .swiper-button-prev img, .ohrCourse .about-course .time-swiper .swiper-button-next img {
  width: 0.21rem;
  min-width: 21px;
  height: .12rem;
  min-height: 12px;
}

.ohrCourse .about-course .time-swiper .swiper-button-prev .init, .ohrCourse .about-course .time-swiper .swiper-button-next .init {
  display: none;
}

.ohrCourse .about-course .time-swiper .swiper-button-prev .oper, .ohrCourse .about-course .time-swiper .swiper-button-next .oper {
  display: block;
}

.ohrCourse .about-course .time-swiper .swiper-button-next {
  top: auto;
  bottom: .32rem;
}

.ohrCourse .about-course .time-swiper .swiper-button-prev.swiper-button-disabled, .ohrCourse .about-course .time-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.ohrCourse .about-course .time-swiper .swiper-button-prev.swiper-button-disabled .init, .ohrCourse .about-course .time-swiper .swiper-button-next.swiper-button-disabled .init {
  display: block;
}

.ohrCourse .about-course .time-swiper .swiper-button-prev.swiper-button-disabled .oper, .ohrCourse .about-course .time-swiper .swiper-button-next.swiper-button-disabled .oper {
  display: none;
}

@media (max-width: 1200px) {
  .ohrCourse .about-course .course-swiper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ohrCourse .about-course .content-swiper {
    width: 100%;
  }
  .ohrCourse .about-course .time-swiper {
    width: 100%;
    height: auto;
    min-width: auto;
    padding: .4rem 32px;
  }
  .ohrCourse .about-course .time-swiper .swiper-container {
    width: 100%;
    height: auto;
  }
  .ohrCourse .about-course .time-swiper .swiper-slide {
    min-width: auto;
  }
  .ohrCourse .about-course .time-swiper .swiper-slide:after {
    display: none;
  }
  .ohrCourse .about-course .time-swiper .swiper-slide .slide-time {
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    position: static;
    z-index: auto;
    padding: 16px 0;
  }
  .ohrCourse .about-course .time-swiper .swiper-slide-time-active {
    left: auto;
  }
  .ohrCourse .about-course .time-swiper .swiper-button-prev, .ohrCourse .about-course .time-swiper .swiper-button-next {
    bottom: auto;
    left: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
  }
  .ohrCourse .about-course .time-swiper .swiper-button-prev {
    left: .1rem;
  }
  .ohrCourse .about-course .time-swiper .swiper-button-next {
    right: .1rem;
  }
}

@media (max-width: 950px) {
  .ohrCourse .about-course .container {
    width: 100%;
    padding: 0 10px;
  }
  .ohrCourse .about-course .content-swiper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrCourse .about-course .content-swiper .swiper-slide .slide-img {
    width: 100%;
  }
  .ohrCourse .about-course .content-swiper .swiper-slide .slide-text {
    width: 100%;
    padding: .4rem 0;
  }
  .ohrCourse .about-course .content-swiper .swiper-slide .slide-guide {
    display: block;
  }
  .ohrCourse .about-course .content-swiper .swiper-slide .slide-btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    bottom: auto;
    left: auto;
    z-index: auto;
    margin-top: 0.2rem;
  }
}

/* 解决方案 */
.ohrCase {
  width: 100%;
}

.ohrCase .about-crumbs {
  width: 100%;
}

.ohrCase .about-crumbs .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ohrCase .about-crumbs .about-crumb {
  width: 25%;
  padding: .3rem 0;
}

.ohrCase .about-crumbs .about-crumb:hover .crumb-icon .init {
  display: none;
}

.ohrCase .about-crumbs .about-crumb:hover .crumb-icon .sel {
  display: block;
}

.ohrCase .about-crumbs .about-crumb:hover .crumb-text {
  color: #d91a5b;
}

.ohrCase .about-crumbs .about-crumb .crumb-icon {
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  margin: 0 auto;
}

.ohrCase .about-crumbs .about-crumb .crumb-icon .init {
  display: block;
}

.ohrCase .about-crumbs .about-crumb .crumb-icon .sel {
  display: none;
}

.ohrCase .about-crumbs .about-crumb .crumb-icon img {
  width: 100%;
  height: 100%;
}

.ohrCase .about-crumbs .about-crumb .crumb-text {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
  font-weight: 700;
}

.ohrCase .about-crumbs .aboutCrumbIs .crumb-icon .init {
  display: none;
}

.ohrCase .about-crumbs .aboutCrumbIs .crumb-icon .sel {
  display: block;
}

.ohrCase .about-crumbs .aboutCrumbIs .crumb-text {
  color: #d91a5b;
}

@media (max-width: 950px) {
  .ohrCase .about-crumbs .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 950px) {
  .ohrCase .about-crumbs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ohrCase .about-crumbs .about-crumb {
    width: 50%;
  }
}

.ohrCase .news-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding: .5rem 0 .56rem;
  line-height: 1.3;
}

.ohrCase .news-swiper {
  width: 14rem;
  margin: 0 auto;
}

.ohrCase .news-swiper .swiper-slide {
  position: relative;
}

.ohrCase .news-swiper .swiper-slide:hover .slide-title {
  color: #d91b5c;
}

.ohrCase .news-swiper .swiper-slide:hover .slide-time {
  background-color: #d91b5c;
}

.ohrCase .news-swiper .swiper-slide:hover .slide-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ohrCase .news-swiper .swiper-slide .slide-img {
  width: 100%;
  overflow: hidden;
}

.ohrCase .news-swiper .swiper-slide .slide-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.ohrCase .news-swiper .swiper-slide .slide-title {
  width: 100%;
  color: #333;
  -webkit-transition: color .5s;
  transition: color .5s;
  margin: .3rem 0 .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ohrCase .news-swiper .swiper-slide .slide-guide {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ohrCase .news-swiper .swiper-slide .slide-guide p {
  line-height: 1.8;
  color: #666;
}

.ohrCase .news-swiper .swiper-slide .slide-time {
  color: #fff;
  padding: .2rem;
  background-color: #333333;
  border-bottom-right-radius: .3rem;
  border-top-right-radius: .3rem;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 3;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

@media (max-width: 950px) {
  .ohrCase .news-swiper {
    width: 100%;
    padding: 0 10px;
  }
}

.ohrCase .news-list {
  width: 100%;
  margin-top: 1rem;
}

.ohrCase .news-list .container {
  width: 14rem;
  margin: 0 auto;
}

.ohrCase .news-list .news-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: .01rem solid #efefef;
  padding: .3rem;
}

.ohrCase .news-list .news-item:first-of-type {
  border-top: .01rem solid #efefef;
}

@media (min-width: 1201px) {
  .ohrCase .news-list .news-item:hover {
    background-color: #d91b5c;
  }
  .ohrCase .news-list .news-item:hover .item-time .s14 {
    color: #fff;
  }
  .ohrCase .news-list .news-item:hover .item-time .s26 {
    color: #fff;
  }
  .ohrCase .news-list .news-item:hover .item-title {
    color: #fff;
  }
  .ohrCase .news-list .news-item:hover .item-guide {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ohrCase .news-list .news-item:hover .item-img {
    display: block;
  }
  .ohrCase .news-list .news-item:hover .item-more {
    color: #fff;
  }
}

.ohrCase .news-list .news-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
}

.ohrCase .news-list .news-item .item-content {
  width: 90%;
  position: relative;
}

.ohrCase .news-list .news-item .item-time {
  width: 10%;
  margin-right: 1.2rem;
}

.ohrCase .news-list .news-item .item-time .s14 {
  display: block;
  color: #888;
  line-height: 1.5;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrCase .news-list .news-item .item-time .s26 {
  display: block;
  color: #333;
  line-height: 1.5;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrCase .news-list .news-item .item-title {
  width: 100%;
  color: #333;
  line-height: 1.5;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ohrCase .news-list .news-item .item-guide {
  width: 65%;
  display: none;
}

.ohrCase .news-list .news-item .item-guide p {
  line-height: 1.5;
  color: #fff;
}

.ohrCase .news-list .news-item .item-img {
  width: 2.9rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.ohrCase .news-list .news-item .item-img img {
  width: 100%;
  height: auto;
}

.ohrCase .news-list .news-item .item-more {
  width: 6%;
  color: #666;
  -webkit-transition: color .5s;
  transition: color .5s;
  white-space: nowrap;
}

@media (max-width: 950px) {
  .ohrCase .news-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 650px) {
  .ohrCase .news-list .news-item .item-info {
    width: auto;
  }
  .ohrCase .news-list .news-item .item-content {
    width: auto;
  }
  .ohrCase .news-list .news-item .item-time {
    width: auto;
    margin-right: 20px;
  }
  .ohrCase .news-list .news-item .item-more {
    width: auto;
  }
}

@media (max-width: 500px) {
  .ohrCase .news-list .news-item .item-content {
    width: 50%;
  }
  .ohrCase .news-list .news-item .item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.ohrCase .list-pages {
  padding: .6rem 0 .8rem;
}
/*# sourceMappingURL=main.css.map */