@charset "utf-8";
html,
body,
p,
ul,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
body {
  font-size: 12px;
  background-color: #f1f1f1;
  touch-action: pan-y;
}
html,
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.l {
  float: left;
}
.r {
  float: right;
}
.c:after {
  content: "";
  display: block;
  clear: both;
}
.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 0.88rem;
  background-color: #fff;
}
.nav-list {
  height: 0.88rem;
}
.nav-item {
  position: relative;
  float: left;
  padding: 0 11px;
  height: 0.88rem;
  text-align: center;
}
.nav-active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.09rem;
  right: 0.09rem;
  bottom: 0;
  height: 0.05rem;
  background-color: #dc0606;
}
.nav-l {
  font-size: 14px;
  line-height: 0.88rem;
  color: #666;
}
.nav-active .nav-l {
  color: #dc0606;
}
.nav-son-wrap {
  display: none;
  position: absolute;
  left: 0.09rem;
  right: 0.09rem;
  top: 0.88rem;
}
.nav-son-l {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  opacity: 1;
  font-size: 14px;
  color: #666;
}
.n-s-active {
  color: #dc0606;
  background-color: #f1f1f1;
}
.shim {
  height: 0.98rem;
  background-color: transparent;
}
.b-item {
  width: 7.5rem;
  height: 3.2rem;
}
.b-l {
  display: block;
  height: 100%;
}
.b-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.75rem;
  padding: 0 0.3rem;
  background-color: #fff;
  margin-top: 5px;
}
.block-title {
  height: 0.32rem;
  font-size: 15px;
  color: #333;
  padding-left: 0.15rem;
  line-height: 0.32rem;
  border-left: 0.06rem solid #dc0606;
}
.block-l {
  font-size: 11px;
  color: #999;
}
.pdlr30 {
  padding: 0 0.3rem;
}
.todo-list {
  background-color: #fff;
}
.todo-l {
  display: flex;
  height: 1.6rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.todo-l:last-child {
  border-bottom: none;
}
.todo-img {
  flex: 0 1 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  object-fit: cover;
  margin-right: 0.32rem;
}
.todo-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 1.6rem;
}
.todo-title {
  font-size: 13px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.todo-text {
  font-size: 11px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.todo-time {
  align-self: flex-end;
  font-size: 11px;
  color: #999;
}
.display-img-wrap {
  position: relative;
  width: 100%;
  height: 3.3rem;
}
.display-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.display-more {
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  top: 1.68rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0.28rem 0.32rem;
  color: #fff;
  background-color: rgb(0,0,0);
  font-size: 12px;
  line-height: 0.5rem;
}
.display-more p{
  text-overflow: ellipsis;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.company-info-wrap {
  background-color: #fff;
  padding: .6rem 0.3rem 0.3rem;
}
.flex-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.com-info-img {
  flex: 0 1 0.26rem;
  width: 0.26rem;
  padding-top: 0.08rem;
  margin-right: 0.18rem;
}
.com-info-title {
  flex: 0 1 1.4rem;
  width: 1.4rem;
  font-size: 12px;
  color: #999;
}
.com-info-text {
  flex: 1;
  font-size: 12px;
  color: #666;
}
.call {
  display: block;
  width: 2.58rem;
  height: 0.68rem;
  background-color: #dc0606;
  border-radius: 0.34rem;
  text-align: center;
  line-height: 0.68rem;
  color: #fff;
  font-size: 12px;
  margin: 0.18rem auto 0;
}
.edge-box {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.edge-l {
  display: flex;
  flex-direction: column;
  padding-top: 0.37rem;
  float: left;
  width: 1.87rem;
  height: 1.87rem;
  box-sizing: border-box;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
}
.edge-img {
  width: 0.76rem;
  height: 0.76rem;
  margin-bottom: 0.16rem;
}
.edge-text {
  font-size: 10px;
  color: #333;
  text-align: center;
}
.overview-wrap {
  padding: 0 0.3rem;
  background-color: #fff;
}
.overview-l {
  display: block;
  font-size: 0;
  margin-bottom: 12px;
}
.overview-img {
  width: 6.9rem;
  height: 2.3rem;
}
.overview-text-box {
  height: 1.46rem;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  padding: 0.2rem;
}
.overview-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 11px;
  color: #666;
  text-align: justify;
}
.product-list {
  padding: 0 0.3rem 0.24rem;
  background-color: #fff;
  font-size: 0;
}
.pro-item {
  display: inline-block;
  width: 3.4rem;
  height: 4.06rem;
  margin: 0 0.1rem 0.1rem 0;
}
.pro-item:nth-child(2n) {
  margin-right: 0;
}
.pro-l {
  display: flex;
  flex-direction: column;
  width: 3.4rem;
  height: 4.06rem;
  overflow: hidden;
}
.pro-img {
  width: 3.4rem;
  height: 3.4rem;
}
.pro-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.15rem;
  height: 0.64rem;
  border: 1px solid #e8e8e8;
}
.pro-num {
  font-size: 12px;
  color: #333;
}
.pro-btn {
  color: #fff;
  width: 1.18rem;
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: 11px;
  background-color: #dc0606;
  border-radius: 0.06rem;
  text-align: center;
}
.cooperation-wrap {
  position: relative;
  height: 2.96rem;
  background-color: #fff;
}
.scroll-wrap {
  position: absolute;
  bottom: 0.26rem;
  left: 0;
  right: 0;
  height: 1.8rem;
  overflow: hidden;
}
.coo-item {
  float: left;
  width: 1.97rem;
  height: 1.8rem;
}
.coo-link {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.coo-img {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #f1f1f1;
}
.footer-wrap {
  height: 2rem;
  margin-top: 5px;
}
.footer-img {
  width: 100%;
  height: 1.34rem;
}
.footer-text {
  height: 0.66rem;
  line-height: 0.66rem;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.mt12 {
  margin-top: 0.88rem;
}
.pt10 {
  padding-top: 10px;
}
.detail-white {
  background-color: #fff;
}
.detail-title {
  text-align: center;
  font-size: 18px;
  color: #000;
  padding: 12px 0.3rem 0;
}
.detail-time {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin: 10px 0;
}
.detail-content,
.detail-content p {
  padding: 0 0.4rem;
  font-size: 14px;
  color: #666;
  text-align: justify;
}
.detail-content p {
  margin-bottom: 25px;
}
.go-back {
  position: fixed;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3) url("img/back-arrow.png") center no-repeat;
  background-size: 0.22rem 0.38rem;
}
.pro-list-wrap {
  position: fixed;
  top: 1.13rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.gray-bg {
  background-color: transparent;
}
.white-bg {
  background-color: #fff;
}
.spinner {
  margin: 0 auto;
  width: 1.5rem;
  height: 1.2rem;
  text-align: center;
}
.spinner > div {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #666;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
/* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(0.8);
  }
}
.bg-black {
  background-color: #000;
}
.big-img {
  width: 7.5rem;
  height: 7.5rem;
}
.img-info-wrap {
  padding: 0.3rem 0.52rem 0;
}
.img-info {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0.2rem;
  text-align: justify;
}
.recruit-img {
  width: 7.5rem;
  height: 2.08rem;
}
.fix-pos {
  position: fixed;
  top: 3.11rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.recruit-item {
  height: 2.08rem;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.recruit-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  height: 2.08rem;
  padding: 0.25rem;
}
.re-title {
  color: #000;
  font-size: 15px;
}
.re-text {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
}
.re-time {
  color: #999;
  font-size: 11px;
  align-self: flex-end;
}
.re-content-pd {
  padding: 0.3rem 0.4rem 0;
}
.fix-scroll {
  padding-bottom: 0.5rem;
}
.recruit-title {
  color: #333;
  font-size: 14px;
  margin-bottom: 0.18rem;
}
.recruit-detail {
  font-size: 14px;
  color: #666;
  margin-bottom: 0.55rem;
}
.down-load {
  display: block;
  width: 2.58rem;
  height: 0.68rem;
  border-radius: 0.34rem;
  background-color: #dc0606;
  text-align: center;
  line-height: 0.68rem;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
}
.coo-title {
  padding-top: 0.26rem;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 0.58rem;
}
.coo-detail-block {
  padding: 0 0.3rem;
  margin-bottom: 0.24rem;
}
.coo-d-title {
  font-weight: normal;
  color: #000;
  font-size: 18px;
  margin-bottom: 0.22rem;
}
.coo-d-item {
  float: left;
  width: 2.3rem;
  height: 1.7rem;
  font-size: 0;
  margin-bottom: 0.04rem;
}
.coo-d-img {
  width: 2.3rem;
  height: 1.16rem;
}
.coo-d-text {
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 12px;
  color: #666;
  text-align: center;
}
@-moz-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@-o-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
.btn-wrap{
	position: fixed;
	bottom: 5%;
	right: 5%;
	
}
.btn-wrap img{
	width: 1.25rem;
	height: 1.25rem;
}
