html,
body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-width: 320px;
  background-color: rgba(255, 255, 255, 1);
}
html{
  /* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
video:focus {
  outline: none;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC,
  Hiragino Sans GB, Arial, sans-serif;
  /* 全局黑白代码 */
  /* filter: grayscale(1); */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.title.title-img{
  min-height: 200px;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
}
.banner .banner-cate {
  position: absolute;
  /* bottom: -20px; */
  left: auto;
  width: 70.8%;
  margin-left: 16%;
  justify-content: space-between;
  z-index: 9;
}
.banner .banner-cate a {
  flex: 1;
  text-align: center;
  background-color: #b8b8b8;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
}
.banner .banner-cate a.active {
  background-color: #dc162d;
}
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.adaptive-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.mob-banner-none-img {
  display: block;
  width: 100%;
  height:calc(100vh - 130px);
}
.zoomImage,
.zoomImageX,
.zoomImageY,
.zoomImageX-innovate,
.load-more-btn,
.mob-digestion-patient-img {
  display: none;
}
.limit-width-container {
  max-width: 1920px;
  margin: 0 auto;
}

.static-width-wrapper {
  margin: 0 auto;
  width: 1100px;
}

.static-width-wrapper span,
.static-width-wrapper img {
  cursor: pointer;
}

.min-width-container {
  /* min-width: 1190px; */
  margin: 0 auto;
}

/* Nav */
.lang-switch-container {
  height: 30px;
  text-align: right;
  font-size: 14px;
  padding: 6px 0px 5px 0;
}

.lang-switch-container img {
  width: 17px;
  height: 17px;
}

.lang-switch-container span {
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #888888;
}

.lang-switch-container span:first-child {
  padding-right: 4px;
}

.lang-switch-container a {
  text-decoration: none;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #888888;
}

.nav-container {
  position: relative;
  background-color: #ffffff;
}

.nav-container .nav-bottom{
  padding-top: 60px;
}

.nav-container .nav-logo {
  float: left;
  width: 200px;
  height: auto;
  margin-right: 150px;
}

.lang-switch-container span:nth-child(1) {
  margin-right: 5px;
  border-right: 1px solid #666;
}

.nav-container {
  position: relative;
}

.nav-container .nav-core-box {
  float: left;
}

.nav-item {
  float: left;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  position:  relative;
}

.nav-item .triangle {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/*.nav-core-box .nav-item:first-child {*/
/*margin-right: 60px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(2) {*/
/*margin-right: 45px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(3) {*/
/*margin-right: 28px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(4) {*/
/*margin-right: 29px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(5),*/
/*.nav-core-box .nav-item:nth-child(6) {*/
/*margin-right: 37px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(7) {*/
/*margin-right: 45px;*/
/*}*/
.nav-core-box {
  width: 750px;
  display: flex;
  justify-content: space-between;
}

.nav-item a {
  padding: 0 10px 0 17px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #404242;
  line-height: 40px;
}

.nav-core-box .nav-item:first-of-type a .triangle {
  margin-left: -14px;
}

.nav-core-box .nav-item:last-of-type a .triangle {
  margin-left: 5px;
}

.nav-core-box .nav-item:last-of-type a {
  padding-right: 0;
}

.nav-item a:hover {
  color: #333;
}

.nav-item-title {
  color: #333;
}

.nav-item.active > a {
  color: #e10020;
}
.nav-item.select > a {
  color: #e10020;
}
.nav-item a {
  position: relative;
  top: 0;
  left: 0;
}

.nav-item a .triangle {
  display: none;
}

.nav-item .nav-hover {
  overflow: hidden;
  position: absolute;
  top: auto;
  left: 0;
  z-index: 999;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 10px;
  /* border-bottom:  solid #000; */
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.2);
  width: 170px;
}

/* SubMenu */
.sub-nav-container {
  /* display: flex; */
  /* flex-wrap: wrap; */
  border-top: 0.25px solid #eee;
  padding-top: 10px;
  width: 100%;
}

.sub-nav-item {
  /* width: 20%; */
  margin-bottom: 10px;
  /* float: left; */
}

.sub-nav-item-title {
  display: block;
  /* border-bottom: 1px solid #eee; */
  cursor: pointer;
  transition: all 1s;
  color: #a0a0a0;
  font-weight: 500;
}

.sub-nav-item-title-text{
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  padding-right: 15px;
}

.sub-nav-item-icon{
  width: 20px;
  height: 20px;
  display: none;
}

.sub-nav-item:hover .sub-nav-item-title {
  /* border-bottom: 1px solid #d9002c; */
  color: #d9002c;
}

.sub-nav-item:hover .sub-nav-item-icon {
  /* border-bottom: 1px solid #d9002c; */
  display: inline-block;
}
.sub-nav-item:hover .sub-nav-item-title-text{
  border-color: #D0131E;
}

/* ThirdMenu */
.third-nav-container {
  padding: 10px 0;
  /* display: none; */
}

.third-nav-item {
  line-height: 40px;
}

.third-nav-item .third-nav-item-title {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.third-nav-item:hover .third-nav-item-title {
  color: #d9002c;
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .static-width-wrapper {
    width: 910.16px;
  }
  .nav-core-box {
    width: 671.25px;
  }
  .nav-container .nav-logo {
    margin-right: 118px;
  }
  .nav-item a {
    padding: 0 6px;
  }
  .nav-core-box .nav-item:last-of-type a .triangle {
    margin-left: 0;
  }
  .nav-core-box .nav-item:first-of-type a .triangle {
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .static-width-wrapper {
    width: 736.45px;
  }
  .nav-core-box {
    width: 620.68px;
  }
  .nav-container .nav-logo {
    margin-right: 24px;
    width: 90px;
    vertical-align: middle;
  }
  .nav-item a {
    padding: 0;
  }
  .nav-core-box .nav-item:first-of-type a .triangle {
    margin-left: -6px;
  }
  .nav-core-box .nav-item:last-of-type a .triangle {
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .nav-core-box {
    display: none;
  }

  .nav-bottom .mob-nav {
    display: block;
  }
  .data {
    display: none;
  }
  .swiper-slide {
    height: auto;
  }
  .lang-switch-container {
    display: none;
  }
  .mob-banner-none-img {
    display: none;
  }
  .zoomImage,
  .zoomImageX,
  .zoomImageY,
  .zoomImageX-innovate,
  .load-more-btn,
  .mob-digestion-patient-img {
    display: block;
  }
  .zoomImage {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 82%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  /*.title .zoomImage{*/
  /*height: 306px;*/
  /*}*/

  .zoomImageY {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 110%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .zoomImageX {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 58%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .zoomImageX-innovate {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 48%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .insert {
    background: #e10020 !important;
  }
  .progress {
    margin-bottom: 0;
  }
  .ckin-play:before {
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
  }
}
.default__button.fullscreen {
  margin-top: -16px;
  font-size: 16px;
  display: block;
  color: #f2f2f3;
  opacity: 0.8;
}
.progress {
  margin-bottom: 0;
}
.default .progress {
  height: 5px;
}
.glyphicon {
  top: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .nav-container .nav-logo {
    margin: 2.4rem 0 2.4rem 2.4rem;
  }
  .nav-container img.nav-logo {
    width: 27.2%;
  }
}
/* Nav */
/* mob-nav */
.mobile-nav-container {
  position: fixed;
  top: 8.28rem;
  left: 0;
  z-index: 999;
  background-color: #fff;
  bottom: 0;
  width: 40%;
  overflow-y: auto;
  border-right: 1px solid #eaecef;
  z-index: 999;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  min-width: 128px;
  height: auto;
  line-height: unset;
  background: #fff;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .static-width-wrapper {
    width: 100%;
  }

  .lang-switch-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .nav-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .mobile-nav-container {
    display: none;
  }
  .mob-footer-bottom {
    display: none;
  }
  .top-section-title.line:hover .red-line {
    transform: translate(0, 0);
  }
}

.mobile-nav-container.actived {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#nav-core-mobile-trigger {
  position: absolute;
  right: 1.76rem;
  top: 25px;
  display: none;
}

@media screen and (max-width: 768px) {
  #nav-core-mobile-trigger {
    display: block;
    width: 2.72rem;
    padding: 0;
  }
  .swiper-wrapper .swiper-slide .insert {
    z-index: 9;
  }


}
/* .mob-layer{
  position: fixed;
  top: 10.4rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
} */
.mob-nav-list li {
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  text-align: left;
  width: auto;
  position: relative;
}
.mob-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
}
/*上箭头*/
.mob-arrow .mob-arrow-top {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 2;
  display: none;
}
.top-arrow1,
.top-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-top: 6px transparent dashed;
  border-left: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-bottom: 6px white solid;
  overflow: hidden;
}
.top-arrow1 {
  border-bottom: 6px #333 solid;
}
.top-arrow2 {
  top: 2px;
  border-bottom: 6px #fff solid;
}
.mob-arrow-bottom {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 2;
}
.bottom-arrow1,
.bottom-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-bottom: 6px transparent dashed;
  border-left: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-top: 6px white solid;
  overflow: hidden;
}
.bottom-arrow1 {
  top: 2px;
  border-top: 6px #333 solid;
}
.bottom-arrow2 {
  border-top: 6px #fff solid;
}
/* 加载更多箭头 */
.load-more-mob-arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.load-more-mob-arrow-bottom {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
}
.load-more-bottom-arrow1,
.load-more-bottom-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-bottom: 4px transparent dashed;
  border-left: 4px transparent dashed;
  border-right: 4px transparent dashed;
  border-top: 4px white solid;
  overflow: hidden;
}
.load-more-bottom-arrow1 {
  top: 2px;
  border-top: 4px #383838 solid;
}
.load-more-bottom-arrow2 {
  border-top: 5px #fff solid;
}
.submenu div a {
  font-size: 13px !important;
  color: #333 !important;
  line-height: 40px !important;
}
.mob-nav-list li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 44px;
  color: #000;
}
/* mob-nav */
/* swiper insert*/
.swiper-slide .insert {
  position: absolute;
  width: 37.08%;
  height: 44.48%;
  /* padding: 40px 0 0 30px; */
  background-color: rgb(231, 80, 73);
  mix-blend-mode: multiply;
  /* display: none; */
}

.swiper-slide .position-insert5 {
  background-color: rgba(160, 13, 6, 0.75);
  /* mix-blend-mode: normal; */
  opacity: 0.75;
  width: 28.23%;
  height: 45.15%;
}

.swiper-slide .text {
  cursor: pointer;
  color: #fff;
}

.swiper-slide .text span {
  font-size: 1.3125rem;
  font-weight: 800;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.swiper-slide .triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0;
  top: 1.875rem;
  border-right: 0.65625rem solid #fff;
  border-left: none;
  border-top: 0.390625rem solid transparent;
  border-bottom: 0.390625rem solid transparent;
}

.swiper-slide .text5 .triangle {
  border-left: 0.65625rem solid #fff;
  border-right: none;
  left: 0;
}

.swiper-slide .text {
  position: absolute;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  padding: 41px 50px 41px 50px;
}

.swiper-slide .text span:first-of-type {
  padding-top: 1.28125rem;
  padding-bottom: 1.21875rem;
  line-height: 1em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swiper-slide .insert {
    background-color: rgba(160, 13, 6, 0.75) !important;
    opacity: 0.8 !important;
  }
}
@media (max-width: 992px) {
  .swiper-slide .text span:first-of-type {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.swiper-slide .text .link {
  padding-bottom: 1.25rem;
  margin-top: 1.125rem;
  font-size: 0.5rem;
}

.swiper-slide .text span:nth-child(2) {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
}
.swiper-slide .text span:nth-child(3) {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
}

.swiper-slide .text2 {
  width: 33.75%;
  height: 44.48%;
  bottom: 1.5rem;
  left: 18.75%;
  padding: 0 0 0 1.875rem;
}

.swiper-slide .text3,
.swiper-slide .text4 {
  width: 37.08%;
  height: 44.48%;
  top: 33px;
  left: 18.8%;
  padding: 0 0 0 1.875rem;
}

.swiper-slide .text3 {
  width: 33.59%;
  left: 18.8%;
}

.swiper-slide .text5 {
  width: 28.23%;
  height: 45.15%;
  bottom: 1.5rem;
  left: 18.8%;
  padding: 0 0 0 1.84375rem;
}

.swiper-wrapper .swiper-slide .insert {
  opacity: 0;
}

.swiper-wrapper .swiper-slide .text {
  opacity: 0;
}

.swiper-wrapper .swiper-slide .position-insert2 {
  bottom: 1.5rem;
  left: 18.75%;
  width: 33.75%;
  height: 44.48%;
}

.swiper-slide .position-insert3,
.swiper-slide .position-insert4 {
  top: 33px;
  left: 18.8%;
}

.swiper-slide .position-insert3 {
  width: 33.59%;
  left: 18.8%;
}
/* .static-width-wrapper img.login {
  float: left;
  width: 133px;
  height: 33px;
} */
.swiper-slide .position-insert5 {
  bottom: 1.5rem;
  left: 18.8%;
}

.swiper-slide .position-insert5 span {
  line-height: 46px;
}

.swiper-slide .position-insert5 .triangle {
  left: 0;
  border-left: 21px solid #fff;
  border-right: none;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

/* swiper insert*/
.title {
  position: relative;
}

.title img {
  width: 100%;
  height: 100%;
}
.second-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .title-img {
    margin-top: 63px;
    overflow: hidden;
  }
}

/* 手机端中上拉加载样式 */
@media (max-width: 768px) {
  input,
  textarea {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /** 点击高亮 */
  }
  .swiper-slide .text5 .triangle {
    border-left: 8px solid #fff;
    border-right: none;
    left: 0;
  }
  .dropload-down {
    font-size: 1.92rem;
    position: absolute;
    bottom: -55px;
    left: 50%;
    z-index: 999;
  }
  .dropload-down div {
    margin-left: -50%;
  }
  .title .text span:nth-of-type(1) {
    font-size: 15px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
  }
  .title .text span {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    /* display: block !important;
    -webkit-line-clamp: 10 !important; */
  }
}

/* welfare */
.welfare {
  max-width: 1198px;
  margin: 0 auto 60px;
}
.welfare h2 {
  padding: 36px 0 20px;
  font-size: 32px;
  /* font-weight: bold; */
  color: #E81728;
  position: relative;
  text-align: center;

}
.welfare .welfare-more{
  position: absolute;
  top: 40px;
  right: 0;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}
.welfare .welfare-more-text{
  font-size: 16px;
  vertical-align: middle;
  letter-spacing: 3px;
}
.welfare-more>i{
  display: inline-block;
  height: 8px;
  width: 17px;
  background-size: cover;
}
.welfare .sub-title {
  font-size: 14px;
  padding-bottom: 40px;
  text-align: center;
  color: #6A6969;
}
/* .welfare .sub-title img{
  width: 140px;
} */
.welfare-item{
  float: left;
  width: 33.3333333%;
  padding: 10px;
  position: relative;
  text-align: center;
}
/* .welfare-item .welfare-item-content{
  width: 240px;
  height: 240px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
} */
.welfare-item img{
  width: 240px;
  height: 240px;
}
.welfare-item .welfare-more{
  width: 100%;
  height: 100%;
  background-color: rgba(209,14,24,0.8);
  position: absolute;
  cursor: pointer;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* line-height: 240px; */
}
.welfare-item .welfare-more a{
  color: #ffffff;
}
.welfare-item:hover .welfare-more{
  display: block;
}
.welfare-item .line{
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 1px;
  background-color: #F1F1F2;
}
.welfare-item::before{
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background-color: #F1F1F2;
  position: absolute;
  left: 5%;
  top: 0;
}
.welfare-item::after{
  content: '';
  display: block;
  width: 1px;
  height: 90%;
  background-color: #F1F1F2;
  position: absolute;
  top: 5%;
  right: 0;
}
.welfare-item:nth-child(3)::after,
.welfare-item:nth-child(6)::after{
  display: none;
}
.welfare-item:nth-child(1) .line,
.welfare-item:nth-child(2) .line,
.welfare-item:nth-child(3) .line{
  display: none;
}
/* welfare */
/* life */
.life {
  width: 100%;
  height: 20.5625rem;
  /*background-image: url("../img/index/life-center.jpg");*/
  background-size: cover;
  margin-bottom: 20px;
  background-position: center;
}
.life#joinUs{
  height: 20rem;
}
.life .life-text {
  width: 18.0625rem;
  float: right;
  margin-top: 4.6875rem;
  margin-right: 13.5625rem;
  text-align: center;
}
.life .life-text .title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E81A2A;
  line-height: 0.9375rem;
  margin-top: 10px;
}
.life .life-text p {
  margin-bottom: 0;
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 1.25rem;
}
.life .life-text p:first-of-type {
  margin-bottom: 10px;
}
.life .life-text .know  {
  width: 36%;
  margin: 0 auto;
}
.life .life-text .know a {
  display: block;
  width: 100%;
  margin: 1.71875rem auto 0;
  padding: 0 0.4375rem;
  border: 1px solid #fff;
  font-size: 0.5625rem;
  line-height: 0.9375rem;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .life .life-text .know a:hover {
    background-color: #e10020;
    color: #fff;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .life {
    height: 150px;
  }
}
/* life */
/* Footer */
.footer-container {
  background: #fff;
  position: relative;
}
.footer-container .footer-item {
  width: 1198px;
  margin: 0 auto;
  padding: 20px 40px 10px;
  border-bottom: 1px solid #ECECED;
}
.footer-container .footer-top{
  padding-bottom: 20px;
}
.footer-logo {
  /* margin-top: 50px; */
  margin-left: 50px;
}
.footer-logo img{
  width: 240px;
}
.footer-item li{
  margin-bottom: 30px;
  font-size: 15px;
}
.footer-item li a{
  color:#5C5A5A;
  transition: 0.3s;
}
.footer-item li a:hover{
  color:#D0131E;
}
.footer-nav{
  padding-top: 15px;
}
.bottom-nav{
  display: inline-block;
  width: 100px;
}
.bottom-nav a{
  color:#5C5A5A;
  font-size: 15px;
  transition: 0.3s;
  line-height: 30px;
}
.bottom-nav a:hover{
  color:#D0131E;
}
.footer-description{
  font-size: 12px;
  padding-top: 20px;
  line-height: 23px;
}
.contact-us{
  font-size: 13px;
}
.contact-us p{
  margin-bottom: 6px;
}
.contact-us img{
  width: 9px;
}
.footer-bottom{
  text-align: center;
  padding: 15px 0 40px;
  color:#9FA0A0;
  font-size: 12px;
}
.footer-bottom a{
  color:#9FA0A0;
  transition: 0.3s;
  text-decoration: none;
}
.footer-bottom a:hover{
  color:#e10020;
}

.to-top{
  position: fixed;
  bottom: calc(100vh * 0.3);
  right: calc((100vw - 1200px) / 2 - 60px);
  width: 40px;
  color: #969797;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 999;
}
.to-top-icon{
  width: 100%;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Footer */
/* bread */
.bread .active {
  color: #000000;
  font-size: 16px;
}

.bread {
  width: 1200px;
  margin: 0 auto;
}
.bread,
.bread a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 52px;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 768px) {
  .bottom-info-mob {
    display: none;
  }
  .bottom-info span {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .bread {
    width: 972px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bread {
    width: 748px;
  }
}
@media (max-width: 768px) {
  .bread {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }
  .bread,
  .bread a {
    font-size: 1.76rem;
    line-height: 6.4rem;
  }
  .bread .active {
    font-size: 1.76rem;
    font-weight: 500;
  }
  .page-box .page-footer {
    display: none;
  }
  .load-more-box {
    text-align: center;
  }
  .load-more-btn {
    text-align: center;
    color: #595959;
    font-size: 11px;
    font-weight: 400;
  }
}
/* bread */
/* page */
.page-box {
  width: 100%;
  text-align: center;
}
.page-footer {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.page-footer #ampagination1,
.page-footer #ampagination2,
.page-footer #ampagination3,
.page-footer #ampagination,
.page-footer .router {
  float: left;
}

.page-footer .router {
  height: 40px;
}

#ampagination1,
#ampagination2,
#ampagination3,
#ampagination {
  margin-right: 2px;
}

#ampagination1 input,
#ampagination2 input,
#ampagination3 input,
#ampagination input {
  outline: none;
}

.sub {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  color: #3d3d3d;
  background-color: #fff;
  border: 1px solid #ededed;
  cursor: pointer;
  line-height: 20px;
}

.page-footer .router {
  width: 212px;
  padding: 22px 0;
}

.page-footer .router > span {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 34px;
}

.page-footer span {
  color: #3d3d3d;
}

.page-footer input {
  width: 32px;
  height: 22px;
  font-size: 14px;
  vertical-align: middle;
}

/* page */
/* Custom Scroll Bar */
::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(226, 226, 226, 1);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(226, 226, 226, 1);
}
@keyframes move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.text-center{
  text-align: center;
}