.main {
  background-color: #d3d5d76b;
}
.lists {
  display: flex;
  flex-direction: row;
  padding: 0.3rem;
  flex-wrap: wrap;
}
.lists li {
  width: calc(50% - 0.15rem);
  margin-right: 0.3rem;
  padding: 0.2rem;
  height: auto;
  border-radius: 0.09rem;
  background: #ffffff;
  margin-bottom: 0.3rem;
}
.lists li:nth-child(2n) {
  margin-right: 0;
}
.lists li img {
  height: calc(50vw - 0.75rem);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.09rem;
  margin-bottom: 0.3rem;
  /* height: auto; */
}
.lists li p {
  font-size: 0.28rem;
  color: #6d7278;
  letter-spacing: 0;
  text-align: center;
}
.intro {
  padding: 0.3rem;
  background: #ffffff;
  border-radius: 0.2rem 0.2rem 0 0;
}
.intro .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.35rem;
}
.intro .title img {
  width: 0.56rem;
  height: 0.36rem;
}
.intro .title h4 {
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  line-height: 0.36rem;
  margin-left: 0.1rem;
}
.intro .card {
  padding: 0.2rem 0.3rem;
  background: #f8f8f8;
  border-radius: 0.2rem;
  margin-bottom: 0.28rem;
}
.card li {
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.6rem;
}
.card li span {
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.6rem;
}
.card h5 {
  opacity: 0.4;
  font-size: 0.24rem;
  color: #6d7278;
  margin-bottom: 0.28rem;
  text-align: center;
}
.card p {
  font-size: 0.28rem;
  color: #6d7278;
  line-height: 0.4rem;
  text-align: justify;
  /*text-indent: 2em;*/
  margin-bottom: 0.1rem;
}
.btn-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
}

.btn-group a {
  border-radius: 0.2rem;
  display: block;
  font-size: 0.36rem;
  padding: 0.2rem 0.68rem;
  color: #e6212a;
  border: 2px solid #e6212a;
  background: #fff;
}
.btn-group a.red {
  background: #e6212a;
  border: 2px solid #e6212a;
  color: #ffffff;
  margin-right: 0.3rem;
}

.btn-group button {
    border-radius: 0.2rem;
    display: block;
    font-size: 0.36rem;
    padding: 0.2rem 0.68rem;
    color: #e6212a;
    border: 2px solid #e6212a;
    background: #fff;
}

.btn-group button.red {
    background: #e6212a;
    border: 2px solid #e6212a;
    color: #ffffff;
    margin-right: 0.3rem;
}

.card .prev {
  font-size: 0.32rem;
  color: #6d7278;
  line-height: 0.45rem;
  margin-bottom: 0.35rem;
}
.card .next {
  font-size: 0.32rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.45rem;
}
.hot-title {
  position: relative;
  margin-bottom: 0.1rem;
}
.hot-title::after {
  position: absolute;
  content: '';
  left: 1.56rem;
  width: 1.35rem;
  height: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/hot.png') no-repeat;
  background-size: 100% 100%;
}
.hot-title::before {
  position: absolute;
  content: '';
  right: 1.56rem;
  width: 1.35rem;
  height: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/hot2.png') no-repeat;
  background-size: 100% 100%;
}
.hot-title h4 {
  font-size: 0.32rem;
  color: #e6212a;
  text-align: center;
  line-height: 0.45rem;
}
.pd4 {
  padding-top: 0.4rem;
}
.pd20 {
  padding-bottom: 0.2rem;
}
.drop {
  position: relative;
}
.drop-chose {
  padding-left: 0.31rem;
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.28rem;
  color: #ffffff;
  background: #e6212a;
  display: flex;
  flex-direction: row;
  align-items: center;
}
i.crte {
  width: 0.2rem;
  height: 0.12rem;
  display: inline-block;
  background: url('../img/crte.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 0.15rem;
}
.droplist {
  background: rgba(0, 0, 0, 0.85);
  padding: 0.15rem 0;
  padding-left: 0.33rem;
  position: absolute;
  left: 0;
  top: 0.88rem;
  width: 100%;
  display: none;
}
.droplist li {
  line-height: 0.28rem;
  padding: 0.15rem 0;
}
.droplist li a {
  font-size: 0.28rem;
  color: #fff8ac;
  line-height: 0.28rem;
}
.droplist li.active a {
  font-weight: 600;
  font-size: 0.3rem;
}
/* 企业文化 */
.corporate {
  background: #f8f8f8;
}
.corporate-box {
  padding: 0.3rem;
  background-color: #fff;
}
.corporate-box li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.corporate-box li h4 {
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.5rem;
  font-weight: 600;
  text-align: center;
}
.cor-text {
  width: calc(100% - 3.3rem);
    margin:3px;
}
.corporate-box li p {
  font-size: 0.28rem;
  color: #6d7278;
  text-align: center;
  line-height: 0.4rem;
  padding-top: 0.15rem;
}
.corporate-box li .cor-img {
  width: 3.3rem;
  height: 2.8rem;
}
.corporate .btn-group {
  padding: 0.5rem 0;
}
/* 联系我们 */
.contact-us {
  background-color: #d3d5d7;
}
.contact-us .card {
  padding: 0.2rem 0.3rem;
  background: #f8f8f8;
  border-radius: 0.2rem;
  margin-bottom: 0.28rem;
}
.contact-us .contact-text{
  padding: 0.4rem 0.3rem;
  background-color: #fff;
  padding-bottom: 0.2rem;
}
.contact-us .contact-text h3 {
  font-size: 0.48rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.48rem;
  padding-bottom: 0.4rem;
  text-align: center;
}
.contact-us .btn-group {
  padding: 0.5rem 0;
  padding-top: 0.2rem;
  padding-top: 0;
}
.contact-input {
  padding: 0 0.3rem;
  padding-top: 0.45rem;
  margin-top: 0.1rem;
  background-color: #fff;
}
.contact-us .filed {
  margin-bottom: 0.3rem;
}
.contact-us input {
  background: rgba(248,248,248,1);
  width: 100%;
  height: 100%;
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  line-height: 0.9rem;
  height: 0.9rem;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
  font-size: 0.28rem;
  color: #6D7278;
}

input:-moz-placeholder,textarea:-moz-placeholder{
  font-size: 0.28rem;
  color: #6D7278;
}

input::-moz-placeholder,textarea::-moz-placeholder{
  font-size: 0.28rem;
  color: #6D7278;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
  font-size: 0.28rem;
  color: #6D7278;
}
.textarea textarea {
  min-height: 270px;
  background: rgba(248,248,248,1);
  width: 100%;
  height: 100%;
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 0.85);
  padding: 0 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  line-height: 0.5rem;
  padding-top: 0.15rem;
}
#tels{
  max-width: 4.4rem;
}
