@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../font/YouSheBiaoTiHei.ttf");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap {
  background: url(../images/bottom2.png) no-repeat center top / 100%, url(../images/bottom.png) no-repeat center bottom / 100%;
  background-color: #d3feff;
  position: relative;
}
#wrap.w1 {
  padding-bottom: 480px;
}
#wrap.w2 {
  padding-bottom: 273px;
}
#wrap.w3 {
  padding-bottom: 312px;
  background: 100%, url(../images/bottom.png) no-repeat center bottom -100px / 100%;
  background-color: #d3feff;
}
#wrap .w {
  width: 1200px;
  margin: 0 auto;
}
#wrap .bt {
  margin: 90px auto 0;
}
#wrap img {
  display: block;
}
#wrap .copyright {
  background: none;
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
}
#wrap .head {
  height: 100px;
  background: #fff;
}
#wrap .head .top {
  width: 1300px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wrap .head .navs {
  display: flex;
  align-items: center;
}
#wrap .head .navs a {
  display: block;
  margin: 0 32px;
  width: 147px;
}
#wrap .head .navs a img {
  display: block;
  margin: 0 auto;
}
#wrap .about {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
#wrap .about .company {
  width: 550px;
  margin-right: 20px;
  margin-top: 30px;
}
#wrap .about .company div {
  width: 525px;
  height: 63px;
  text-align: center;
  line-height: 63px;
  background: url(../images/tbg2.png) no-repeat center center / 100% 100%;
  margin-bottom: 33px;
  font-size: 25px;
  color: #537297;
  cursor: pointer;
}
#wrap .about .company div.active {
  background-image: url(../images/tbg1.png);
  width: 555px;
  height: 90px;
  color: #fff;
  font-weight: bold;
  line-height: 90px;
}
#wrap .about .company_about {
  flex: 1;
}
#wrap .about .company_about .cont {
  display: none;
  background: #fff;
  padding: 40px;
  padding-bottom: 65px;
  line-height: 2;
  font-size: 24px;
  text-align: justify;
}
#wrap .about .company_about .cont p {
  text-indent: 2em;
  color: #284493;
}
#wrap .about .company_about .cont p span {
  color: #fa4d03;
  font-weight: bold;
}
#wrap .about .company_about .cont.active {
  display: block;
}
#wrap .flow {
  margin: 52px auto 0;
}
#wrap .target {
  background: url(../images/m_bg1.png) no-repeat center center / 100% 100%;
  padding: 75px 82px 40px 32px;
  margin-top: 41px;
}
#wrap .target .sbt {
  width: 210px;
  background: url(../images/tbg3.png) no-repeat center center / 100% 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-family: YouSheBiaoTiHei;
  color: #fff;
  font-size: 33px;
  margin-left: 48px;
}
#wrap .target .conts {
  margin-top: 25px;
  margin-bottom: 40px;
}
#wrap .target .conts p {
  text-indent: 2em;
  font-size: 24px;
  line-height: 2;
}
#wrap .job1 {
  margin-bottom: 83px;
}
#wrap .job2 {
  margin-bottom: 60px;
}
#wrap .job {
  margin-top: 45px;
}
#wrap .job .job-tip {
  margin: 0 auto 10px;
  width: 90%;
}
#wrap .job table {
  border-radius: 25px;
  overflow: hidden;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
#wrap .job table .table_head {
  height: 90px;
  background: linear-gradient(to bottom, #00bcef, #0063d4);
  border-bottom: 1px solid #0063d4;
}
#wrap .job table tr {
  background: #fff;
}
#wrap .job table th {
  font-size: 30px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-family: YouSheBiaoTiHei;
  position: relative;
}
#wrap .job table th p {
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
#wrap .job table th div {
  line-height: 1;
}
#wrap .job table td {
  text-align: center;
  border: 2px solid #c2edfe;
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 24px;
  line-height: 2;
}
#wrap .job table td a {
  font-size: 22px;
  color: #ff8c41;
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: 1px solid #ff8c41;
}
#wrap .job table td.info {
  padding: 30px 25px;
  text-align: left;
}
#wrap .job table .no td {
  border-top: none;
}
#wrap .job table .b_no {
  border-bottom: none;
}
#wrap .job table .b_no td {
  border-bottom: none;
}
#wrap .pay {
  background: url(../images/m_bg2.png) no-repeat center center / 100% 100%;
  padding: 75px 82px 60px 32px;
  margin-top: 60px;
  font-size: 24px;
  line-height: 2;
}
#wrap .pay p {
  text-indent: 2em;
}
