.content {
  width: 100%;
  padding-top: 64px;
}

.wrap {
  width: 100%;
  font-family: PingFangSC-Medium, PingFang SC;
}

.wrap1 {
  height: 761px;
  background: #FE7830 url(../images/new/b1.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.wrap1 .w {
  height: 100%;
}

.wrap1_rg {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.wrap1_rg img {
  width: 49%;
  height: auto;
  float: right;
}

.wrap1_lf {
  color: #fff;
  padding-top: 270px;
  position: relative;
  z-index: 1;
}

.wrap1_lf h1 {
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  margin-top: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.wrap1_lf p {
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}

.wrap1_lf a {
  width: 168px;
  height: 46px;
  line-height: 46px;
  background: #fff;
  color: #FF9443;
  font-size: 16px;
  margin-top: 40px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  padding-left: 48px;
  font-family: PingFangSC-Medium, PingFang SC;
}

.wrap1_lf a::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  left: 24px;
  background: url(../images/new/c2.png) no-repeat;
  background-size: cover;
}

.wrap h2 {
  width: 100%;
  line-height: 50px;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  position: relative;
  margin-bottom: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.wrap h2::before {
  content: "";
  width: 120px;
  height: 6px;
  border-radius: 3px;
  background: #FF9443;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -26px;
}

.wrap2 {
  padding: 100px 0;
}

.wrap2_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 41px 0 100px 0;
}

.wrap2_box1,
.wrap2_box2 {
  width: 100%;
  margin-top: 40px;
  padding: 40px 80px;
  display: flex;
  justify-content: space-between;
  background: #F8FBFD;
}

.wrap2_box1_lf {
  padding-left: 80px;
}

.wrap2_box1_lf h6,
.wrap2_box2_rg h6 {
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  margin-top: 60px;
}

.wrap2_box1_lf .wrap2_box1_pn,
.wrap2_box2_rg .wrap2_box1_pn {
  margin-top: 12px;
}

.wrap2_box1_lf .wrap2_box1_pn p,
.wrap2_box2_rg .wrap2_box1_pn p {
  position: relative;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  padding-left: 18px;
  width: 398px;
}

.wrap2_box1_lf .wrap2_box1_pn p::before,
.wrap2_box2_rg .wrap2_box1_pn p::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #FF9443;
  border-radius: 50%;
}

.wrap2_box1_rg,
.wrap2_box2_lf {
  width: 384px;
}

.wrap2_box1_rg img,
.wrap2_box2_lf img {
  width: 100%;
  height: auto;
}

.wrap2_box2_rg {
  width: 42%;
}

.wrap2_new {
  width: 100%;
  margin-top: 82px;
  display: flex;
  justify-content: space-between;
}

.wrap2_new li {
  width: calc(50% - 40px);
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.wrap2_new span {
  width: 100%;
}

.wrap2_new span img {
  width: 100%;
  height: auto;
}

.wrap2_new h6 {
  width: 100%;
  margin-top: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}

.wrap2_new em {
  position: relative;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FF9443;
  line-height: 24px;
  margin-top: 16px;
}

.wrap2_new em::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/new/e12.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -26px;
  top: 3px;
  transition: all 0.3s;
}

.wrap2_new li:hover em::before {
  transform: translateX(4px);
}

.layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.94);
  display: none;
}

.layer_head {
  position: absolute;
  right: 40px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 104px;
}

.layer_head img {
  width: 100%;
  height: auto;
}

.layer_cn {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 104px;
  margin-left: -400px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  height: calc(100% - 124px);
  overflow: auto;
  padding: 40px;
}

.layer_by {
  width: 100%;
}

.layer_by h3 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  width: 100%;
}

.layer_tt {
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  margin-top: 24px;
}

.layer_tt .layer_tp2,
.layer_tt .layer_tp1 {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.layer_tt .layer_tp1 {
  margin-top: 14px;
}

.layer_tt .layer_tp2 {
  margin-top: 35px;
  margin-bottom: 16px;
  text-align: right;
}

.layer_tpm,
.layer_tpm2 {
  width: 100%;
  margin: 16px 0 12px 0;
  text-align: center;
}

.layer_tpm img {
  width: 100%;
  height: auto;
}

.layer_tpm2 img {
  width: 300px;
  height: auto;
}

.wrap3 .wrap1_rg {
  bottom: 100px;
}

.wrap3 .wrap1_rg img {
  width: 44%;
}

.wrap4 {
  padding: 100px 0;
}

.wrap_info {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  margin-top: 66px;
}

.wrap4_box {
  margin: 40px 0 36px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap4_box li {
  margin-bottom: 64px;
  width: calc(50% - 40px);
  height: 292px;
  background: #FFFCFA;
  border: 1px dashed #FF9443;
  padding: 28px 3% 28px 3%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 0.3s;
  overflow: hidden;
}

.wrap4_box_li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrap4_box_li .wrap4_box_ln {
  width: 100%;
  transition: all 0.3s;
}

.wrap4_box li span {
  width: 100%;
}

.wrap4_box li span img {
  width: 64px;
  height: auto;
}

.wrap4_box li h6 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  width: 100%;
  margin-top: 16px;
}

.wrap4_box li p {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  min-height: 84px;
}

.wrap7 .wrap4_box li p {
  min-height: 112px;
}

.wrap4_box li a {
  width: 138px;
  height: 46px;
  background: #FF9443;
  border-radius: 4px;
  line-height: 48px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  padding-left: 24px;
  margin-top: 32px;
  display: inline-block;
  cursor: pointer;
}

.wrap7 .wrap4_box li a {
  margin-top: 28px;
}

.wrap4_box li a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/new/e21.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 26px;
  top: 16px;
}

.wrap4_box li:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #FF9443;
}

.wrap4_box li:hover .wrap4_box_ln {
  transform: translateY(-80px);
}

.wrap4_box .wrap4_box_noli:hover .wrap4_box_ln {
  transform: translateY(0);
}

.wrap5 .wrap1_rg {
  bottom: 147px;
}

.wrap5 .wrap1_rg img {
  width: 44%;
}

.wrap6 .wrap1_rg {
  bottom: 105px;
}

.wrap6 .wrap1_rg img {
  width: 44%;
}

.wrap4_box2 {
  justify-content: space-between;
}

.wrap4_box2 li {
  width: calc(33.33% - 40px);
  height: 320px;
}

.wrap10 .wrap1_rg {
  bottom: 90px;
}

.wrap11_new {
  margin-top: 82px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.wrap11_new li {
  width: 48.6%;
  position: relative;
}

.wrap11_new li img {
  width: 100%;
  height: auto;
}

.wrap11_new li p {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  padding-top: 110px;
}

.wrap10 .wrap4_box li {
  height: auto;
  padding: 32px 3% 40px 3%;
}

.wrap10 .wrap4_box li p {
  min-height: 10px;
}