@charset "utf-8";
body {
  font-family: "Helvitica Neue", "Hiragino Sans GB", "Microsoft YaHei", "STXihei", Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  overflow-x: hidden;
  margin: 0 auto;
  font-size: 62.5%;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  font-size: 10px;
}
.viewport {
  margin: 0 auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: 0;
  display: block;
}
a {
  color: #666;
  text-decoration: none;
  outline: 0;
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  html {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
  html {
    font-size: 16.88px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) {
  html {
    font-size: 12.94px;
  }
}
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
  html {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
  html {
    font-size: 11.72px;
  }
}
@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
  html {
    font-size: 11.25px;
  }
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 240px), only screen and (max-device-width: 240px) {
  html {
    font-size: 7.5px;
  }
}
.m-cont {
  width: 100%;
}
section,
header {
  width: 96.875%;
  margin: 0 auto;
  padding-top: 1rem;
  text-align: center;
}
header ul {
  width: 96.875%;
  margin: 0 auto;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
header ul li {
  float: left;
}
header ul li:nth-child(1) {
  text-align: left;
  font-size: 1.1rem;
  color: #333;
  padding-top: 0.5rem;
}
header ul li:nth-child(2) {
  font-size: 0.9rem;
  color: #ff6000;
  border-left: 1px #bbb solid;
  border-right: 1px #bbb solid;
}
header ul li:nth-child(3) {
  text-align: right;
  padding-top: 0.5rem;
}
header ul li:nth-child(3) a {
  font-size: 1.1rem;
  padding: 0.4rem 0.6rem 0.4rem 1.6rem;
  border-radius: 0.5rem;
  color: #fff;
  background: url('../images/4.png') no-repeat left center #ff6000;
  background-size: 1rem 1rem;
  background-position: 0.5rem 0.5rem;
}
header h3 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
  padding-top: 0.5rem;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  zoom: 1;
}
.zx {
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.zx a {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.zx a:nth-child(1) {
  margin-right: 0.5rem;
}
.zx .red {
  background-color: #ff6000;
  color: #fff;
}
.zx .org {
  background-color: #fcd913;
  color: #333;
}
.m-banner {
  width: 100%;
  display: block;
  position: relative;
}
.m-banner .m-bn-box {
  width: 66%;
  height: 56%;
  position: absolute;
  top: 22%;
  left: 17%;
  background: url('../images/2.png') no-repeat center;
  background-size: cover;
  -webkit-transition: opacity 0.6s;
  animation: topShow 1s ease-in-out forwards;
  -webkit-animation: topShow 1s ease-in-out forwards;
}
.m-banner .m-bn-box img {
  width: 86%;
  position: absolute;
  left: 7%;
  top: 10%;
  opacity: 0;
  animation: topFall 1s ease-in-out forwards;
  -webkit-animation: topFall 1s ease-in-out forwards;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
@keyframes topShow {
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes topShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes topFall {
  from {
    opacity: 0;
    transform: translateY(-4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes topFall {
  from {
    opacity: 0;
    -webkit-transform: translateY(-4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.m1 {
  background-color: #fff;
}
.m1 section h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #ff6000;
}
.m1 section h4 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #333;
}
.m1 .m1-bd {
  width: 100%;
  padding: 1rem;
  background-color: #ff6000;
}
.m1 .m1-bd .bd-a {
  width: 96%;
  height: 4.6rem;
  margin: 0 auto;
  background: url('../images/1.png') no-repeat left center;
  background-size: 4.85rem 4.6rem;
  color: #fff;
}
.m1 .m1-bd .bd-a h5 {
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 1rem;
  padding-top: 0.8rem;
  float: left;
  color: #333;
}
.m1 .m1-bd .bd-a .bd-des {
  padding-left: 6rem;
  padding-top: 0.8rem;
  text-align: left;
}
.m1 .m1-bd .bd-a .bd-des h4 {
  font-size: 1.3rem;
  font-weight: 400;
}
.m1 .m1-bd .bd-a .bd-des h6 {
  font-size: 1.1rem;
  font-weight: 400;
}
.m1 .m1-bd .bd-a .bd-des h6 a {
  font-size: 1.1rem;
  font-style: normal;
  color: #fff600;
}
.m3 header li:nth-child(1) {
  width: 30%;
}
.m3 header li:nth-child(2) {
  width: 43%;
  text-align: center;
}
.m3 header li:nth-child(3) {
  width: 27%;
}
.m3 section ul {
  width: 100%;
}
.m3 section ul li {
  width: 49%;
  color: #333;
}
.m3 section ul li:nth-child(1) {
  float: left;
}
.m3 section ul li:nth-child(2) {
  float: right;
}
.m3 section ul li h4 {
  font-size: 1.1rem;
  font-weight: 700;
  padding-top: 1rem;
}
.m3 section ul li p {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-top: 0.5rem;
}
.m4 header li:nth-child(1) {
  width: 34%;
}
.m4 header li:nth-child(2) {
  width: 40%;
  text-align: center;
  padding-left: 0.4rem;
}
.m4 header li:nth-child(3) {
  width: 26%;
}
.m4 section ul {
  width: 100%;
}
.m4 section ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.8rem;
  color: #333;
  float: left;
}
.m4 section ul li:nth-child(3n) {
  margin-right: 0;
}
.m4 section ul li:nth-child(n+) {
  margin-bottom: 0;
}
.m4 section ul li h5 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 0.5rem;
}
.m4 section ul li h6 {
  font-size: 0.9rem;
  font-weight: 400;
}
.m5 header li:nth-child(1) {
  width: 34%;
}
.m5 header li:nth-child(2) {
  width: 40%;
  text-align: center;
  padding-left: 0.4rem;
}
.m5 header li:nth-child(3) {
  width: 26%;
}
.m5 section {
  padding-bottom: 1rem;
}
.m5 section li {
  width: 49%;
  margin-right: 2%;
  float: left;
  padding: 1rem 0 1.5rem;
}
.m5 section li:nth-child(2n) {
  margin-right: 0;
}
.m5 section li h4 {
  font-size: 1.2rem;
  font-weight: 400;
}
.m5 section li h4 i {
  font-style: normal;
  color: #ff6600;
}
.m5 section li h5 {
  font-size: 1rem;
  font-weight: 400;
}
.m5 section li img {
  margin: 0.5rem auto;
}
.m5 section li .zx {
  margin-top: 0;
  padding: 0;
  padding-top: 0.5rem;
}

/* 薪资 */
.content {
  width: 95%;
  margin-left: 2.5%;
}
.xz{
  padding-bottom: 0.390625rem;
}
.xz img{
  display: block;
  width: 100%;
  font-size: 0px;
}
.xz h2:nth-child(1){
  font-size:1.5rem;
  font-weight: bold;
  font-family: "微软雅黑";
  -webkit-font-family:"微软雅黑";
  text-align: center;
  padding:1rem 0 0.390625rem 0;
  border-bottom:1px solid #ddd;
}
.xz div:nth-child(2)>p{
  font-size:1.2rem;
  background:url("http://shxdf-file.oss-cn-hangzhou.aliyuncs.com/index/2018/xz/q_03.png") 21.5% no-repeat;
  background-size:1.5rem;
  text-align: center;
  padding:0.6rem 0;
}
.xz div:nth-child(2)>div>p{
  font-size:1rem;
  padding-bottom: 0.85rem;
  border-bottom:1px solid #ccc;
  margin-bottom:0.85rem;
  line-height: 1.5rem;
}
.xz div:nth-child(2)>div>h3{
 padding:0.7rem 0 .39rem 0;
  
}
.xz h2:nth-child(3){
  font-size:1.5rem;
  font-weight: bold;
  font-family: "微软雅黑";
  -webkit-font-family:"微软雅黑";
  text-align: left;
  padding:0 0 0.390625rem 0;
  border-bottom:1px solid #ddd;
  
}
.xz h2:nth-child(3) span{
  color:#ee5400;
}
.xz div:nth-child(4){
  text-align: center;
}
.xz div:nth-child(4)>div{
  background-color: #ca3900;
  padding:1.2rem 0;
}
.xz div:nth-child(4)>div>p:nth-child(1){
  font-size:1.2rem;
  color:#fff;
}
.xz div:nth-child(4)>div>p:nth-child(2){
  display: inline-block;
  padding:0.3rem 0.6rem;
  border-radius: 50px;
  background-color: #ffd800;
 color:#ee5400;
 font-weight: bold;
 margin-top:0.7rem;
 font-size:1.1rem;
 font-family: "微软雅黑";
 -webkit-font-family:"微软雅黑";
}
.xz div:nth-child(4)>div>p:nth-child(2) span{
  color:#000;
}
.xz div:nth-child(4)>p{
  font-size: 1rem;
  background-color:#ee5400;
  color:#fff;
  padding:0.9rem;
  text-align: left;
  line-height: 1.5rem;
}
.xz div:nth-child(4)>a{
  display:inline-block;
  padding:0.6rem 1.2rem;
  background-color:#ee5400;
  color:#fff;
  font-size:1rem;
  border-radius: 30px;
  margin-top:0.5rem;
}