﻿/*@primary-color-light: #c92d42;*/
.clear-back {
  margin: 0;
  padding: 0;
}
.clear-ul {
  margin: 0;
  padding: 0;
}
.clear-ul > li {
  list-style: none;
}
.bg-img {
  background-position: top center;
  background-size: cover;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -webkit-transform: translateY(2px)} 100%{opacity:1;}}
@-moz-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -moz-transform: translateY(2px)} 100%{opacity:1;}}
@-o-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -o-transform: translateY(2px)} 100%{opacity:1;}}
@keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6;-webkit-transform: translateY(2px);-moz-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);} 100%{opacity:1;}}
[not-existing] {
  zoom: 1;
}
main {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  color: #333;
}
main h1 {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
}
main h1::before,
main h1::after {
  content: '';
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 300px;
  height: 1px;
  background: #ccc;
}
main h1::after {
  top: 46px;
  width: 60px;
  height: 5px;
  background: #ce1141;
}
main h2 {
  margin: 30px 0;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}
main ul {
  margin: 0;
  padding: 0;
}
main ul > li {
  list-style: none;
}
main .banner {
  height: 450px;
  background-size: cover;
  background-position: top center;
}
main .warp .intro {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 608px;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  color: #666;
}
main .warp .develop {
  margin-top: 70px;
}
main .warp .welfare {
  margin-bottom: 45px;
}
main .warp .welfare ul {
  margin: 30px auto;
  width: 75%;
  text-align: center;
  font-size: 0;
}
main .warp .welfare ul li {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 1rem;
  vertical-align: top;
}
main .warp .welfare .text {
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  padding: 15px 0;
  text-align: center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  vertical-align: bottom;
}
main .warp .welfare .text span {
  display: inline-block;
  margin-top: 5px;
  vertical-align: bottom;
  line-height: 1.4;
  font-weight: bold;
}
main .warp .jobs {
  padding-bottom: 50px;
}
main .warp .jobs .text-box {
  width: 612px;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  color: #666;
  margin: 30px auto;
}
main .warp .jobs table {
  width: 100%;
  border-collapse: collapse;
}
main .warp .jobs table tr {
  font-size: 0;
}
main .warp .jobs table tr td,
main .warp .jobs table tr th {
  text-align: center;
}
main .warp .jobs table tr th {
  position: relative;
  width: 25%;
  height: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  box-sizing: border-box;
}
main .warp .jobs table tr th::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background-color: #ccc;
}
main .warp .jobs table tr td {
  width: 25%;
  height: 80px;
  line-height: 100px;
  border-top: 20px solid #fff;
  background-color: #f6f6f6;
  font-size: 18px;
}
main .warp .jobs table tr td a {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #ce1141;
  color: #fff;
  cursor: pointer;
}
main .warp .look-more {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  color: #ce1141;
}
