.ho_sprite {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/Jingjia_wq/home/ho.png");
}

.in10_icon1 {
  width: 66px;
  height: 66px;
  background-position: -0px -66px;
}

.in10_icon2 {
  width: 66px;
  height: 66px;
  background-position: -132px -0px;
}

.in10_icon3 {
  width: 66px;
  height: 66px;
  background-position: -66px -0px;
}

.in10_icon4 {
  width: 66px;
  height: 66px;
  background-position: -0px -0px;
}

.in4_icon1 {
  width: 80px;
  height: 80px;
  background-position: -146px -66px;
}

.in4_icon2 {
  width: 80px;
  height: 80px;
  background-position: -80px -146px;
}

.in4_icon3 {
  width: 80px;
  height: 80px;
  background-position: -66px -66px;
}

.in4_icon4 {
  width: 80px;
  height: 80px;
  background-position: -0px -146px;
}

.ho_con {
  width: 1200px;
  margin: auto;
}

.text_center {
  text-align: center !important;
}

.banner {
  height: 475px;
  background: url("/Jingjia_wq/home/banner.jpg") no-repeat center/cover;
}

.banner .ho_con {
  position: relative;
  height: 100%;
}

.tab_yxd {
  position: absolute;
  right: 0;
  margin: auto;
  top: 69px;
  z-index: 999;
  width: 220px;
  background-color: #fff;
  background-image: url("/Jingjia_wq/home/yxd_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.tab_yxd .comm_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  cursor: pointer;
}

.tab_yxd .tab_yxd_p1 {
  font-size: 26px;
  font-weight: bold;
  color: #ff5923;
}

.tab_yxd .tab_yxd_p2 {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e6e6e6;
}

.tab_yxd .tab_yxd_p2:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: -2px;
  left: 80px;
  background: #f73d54;
}

.tab_yxd .tab_yxd_p2 span {
  color: #ff5923;
}

.tab_yxd .tab_yxd_inp {
  position: relative;
  margin: 11px 0;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  text-align: left;
  overflow: hidden;
}

.tab_yxd .tab_yxd_inp input {
  display: inline-block;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  width: 100%;
  line-height: 22px;
}

.tab_yxd .get_code2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  line-height: 34px;
  padding: 0 6px !important;
  text-align: center;
  color: #fff;
  background: #ff5923;
  border-radius: 6px;
  cursor: pointer;
}

.tab_yxd .tab_yxd_p3 {
  font-size: 12px;
  color: #999999;
  margin-top: 20px;
}

.tab_yxd .tab_yxd_btn {
  width: 90%;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  background: #ff5923;
  padding: 10px 0;
  -webkit-box-shadow: 0 10px 20px rgba(255, 89, 35, 0.3);
          box-shadow: 0 10px 20px rgba(255, 89, 35, 0.3);
}

.ho_tit {
  font-size: 110px;
  font-weight: bold;
  color: #ff5923;
}

.ho_tit span {
  font-size: 30px;
  color: #333333;
  margin-left: -63px;
  background: #fff;
  font-weight: lighter;
}

.ho1 .ho_con {
  padding: 80px 0;
  font-size: 0;
}

.ho1 .ho_con .ho1_con {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}

.ho1 .ho_con .ho1_item {
  position: relative;
  display: inline-block;
  width: 284px;
  height: 320px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #efedec;
  text-align: center;
  -webkit-transition: top .4s;
  transition: top .4s;
  top: 0;
  margin-right: 18px;
}

.ho1 .ho_con .ho1_item:last-child {
  margin-right: 0;
}

.ho1 .ho_con .ho1_item:hover {
  -webkit-box-shadow: 0 30px 30px rgba(255, 89, 35, 0.3);
          box-shadow: 0 30px 30px rgba(255, 89, 35, 0.3);
  border-width: 0;
  width: 286px;
  top: -20px;
}

.ho1 .ho_con .ho1_item:hover .ho1_item_d:before {
  opacity: 1;
}

.ho1 .ho_con .ho1_item:hover .ho1_p3 {
  color: #fff;
  background: #ff5923;
}

.ho1 .ho_con .ho1_item img {
  display: block;
  width: 100%;
}

.ho1 .ho_con .ho1_item .ho1_item_d {
  position: relative;
  margin-top: -20px;
}

.ho1 .ho_con .ho1_item .ho1_item_d:before {
  content: '';
  position: absolute;
  opacity: 0;
  width: 112%;
  height: 84px;
  top: -10px;
  left: -8%;
  border: 5px solid #ff5923;
  border-bottom-color: transparent;
  border-top-left-radius: 50% 55%;
  border-top-right-radius: 50% 55%;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.ho1 .ho_con .ho1_item .ho1_p1 {
  position: relative;
  width: 50%;
  font-size: 28px;
  margin: auto;
  color: #333333;
  text-align: center;
}

.ho1 .ho_con .ho1_item .ho1_p1:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 13px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background: #fed9cd;
}

.ho1 .ho_con .ho1_item .ho1_p1 span {
  position: relative;
  z-index: 2;
}

.ho1 .ho_con .ho1_item .ho1_p2 {
  display: inline-block;
  font-size: 18px;
  color: #555555;
  margin: 20px 8px 0;
}

.ho1 .ho_con .ho1_item .ho1_p2:nth-of-type(n+4) {
  margin-top: 14px;
}

.ho1 .ho_con .ho1_item .ho1_p3 {
  width: 86%;
  margin: 12px auto 0;
  font-size: 18px;
  color: #ff5923;
  padding: 6px 0;
  background: #f4f4f4;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: color .4s, background .4s;
  transition: color .4s, background .4s;
}

.ho2 {
  height: 554px;
  background: url("/Jingjia_wq/home/in2_bg.jpg") no-repeat center/cover;
}

.ho2 .ho_con .ho2_con_l, .ho2 .ho_con .ho2_con_r {
  display: inline-block;
  vertical-align: middle;
}

.ho2 .ho_con .ho2_con_l {
  width: 632px;
  color: #ffffff;
  font-size: 38px;
  margin-top: -72px;
  margin-right: 60px;
}

.ho2 .ho_con .ho2_con_l span {
  font-size: 60px;
  color: #ff5923;
}

.ho2 .ho_con .ho2_con_r {
  width: 470px;
}

.ho2 .ho_con .ho2_con_r p {
  text-align: justify;
  font-size: 18px;
  margin-bottom: 26px;
  color: #555555;
}

.ho2 .ho_con .ho2_con_r p span {
  color: #ff5923;
}

.ho2 .ho_con:before {
  content: '';
  display: inline-block;
  height: 554px;
  vertical-align: middle;
}

.ho3 {
  height: 260px;
  background: url("/Jingjia_wq/home/in3_bg.jpg") no-repeat center/cover;
  margin-top: 80px;
}

.ho3 .ho_con {
  position: relative;
}

.ho3 .ho_con .ho3_btn {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 250px;
  top: 85px;
  cursor: pointer;
}

.ho4 .ho_con {
  padding: 80px 0 116px;
}

.ho4 .ho_con .ho4_con1 {
  font-size: 0;
  margin-top: 30px;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item {
  position: relative;
  display: inline-block;
  width: 224px;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item:last-child {
  margin-right: 0;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 194px;
  background: #efefef;
  left: 0;
  top: 163px;
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
  -webkit-transition: background 0.4s, top 0.4s;
  transition: background 0.4s, top 0.4s;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item div {
  position: relative;
  height: 400px;
  text-align: center;
  top: 0;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item div img {
  display: block;
  margin: auto;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item div .ho4_1_b {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 82px;
  background: #ffffff;
  border: 1px solid #efefef;
  left: 0;
  top: initial;
  bottom: 0 !important;
  padding: 12px 10px;
  color: #000;
  overflow: hidden;
  -webkit-transition: height 0.4s, border-top 0.4s;
  transition: height 0.4s, border-top 0.4s;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item div .ho4_1_b .ho4_p1 {
  font-size: 26px;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item div .ho4_1_b .ho4_p2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item div .ho4_1_b .ho4_p2_2 {
  text-align: left;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item div .ho4_1_b .ho4_p3 {
  display: none;
  text-align: justify;
  font-size: 14px;
  color: #999999;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item .ho4_btn {
  display: block;
  width: 70%;
  margin: 20px auto 0;
  color: #ffffff;
  font-size: 18px;
  background: #ff5923;
  text-align: center;
  padding: 6px 0;
  border-radius: 30px;
  cursor: pointer;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item:hover:before {
  background: #fbc1ae;
  top: 120px;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item:hover div:before {
  -webkit-box-shadow: 0 30px 30px rgba(255, 89, 35, 0.3);
          box-shadow: 0 30px 30px rgba(255, 89, 35, 0.3);
}

.ho4 .ho_con .ho4_con1 .ho4_1_item:hover div .ho4_1_b {
  top: initial;
  bottom: 0 !important;
  height: 200px;
  border-top: 3px solid #ff5923;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item:hover div .ho4_p2 {
  margin-bottom: 0;
}

.ho4 .ho_con .ho4_con1 .ho4_1_item:hover div .ho4_p3 {
  display: block;
}

.ho4 .ho_con .ho4_con2 {
  margin-top: 80px;
  border: 1px solid #efefef;
  font-size: 0;
}

.ho4 .ho_con .ho4_con2 .ho4_2_item {
  display: inline-block;
  width: 25%;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

.ho4 .ho_con .ho4_con2 .ho4_2_item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80px;
  background: #efefef;
  right: 0;
  top: 28%;
}

.ho4 .ho_con .ho4_con2 .ho4_2_item:last-child:after {
  width: 0;
}

.ho4 .ho_con .ho4_con2 .ho4_2_item .ho_sprite {
  margin-bottom: 10px;
}

.ho4 .ho_con .ho4_con2 .ho4_2_item .ho4_2_p1 {
  font-size: 26px;
  color: #333333;
}

.ho4 .ho_con .ho4_con2 .ho4_2_item .ho4_2_p2 {
  font-size: 18px;
  color: #555555;
}

.ho4 .ho_con .ho4_con3 {
  position: relative;
  width: 1100px;
  margin: 80px 0 0 25px;
  border: 8px solid #fbc1ae;
}

.ho4 .ho_con .ho4_con3 .ho4_3_t, .ho4 .ho_con .ho4_con3 .ho4_3_l, .ho4 .ho_con .ho4_con3 .ho4_3_b {
  position: absolute;
  background: #ffffff;
}

.ho4 .ho_con .ho4_con3 .ho4_3_t {
  width: 755px;
  height: 8px;
  left: 100px;
  top: -8px;
}

.ho4 .ho_con .ho4_con3 .ho4_3_l {
  width: 8px;
  height: 198px;
  left: -8px;
  top: 100px;
}

.ho4 .ho_con .ho4_con3 .ho4_3_b {
  width: 528px;
  height: 8px;
  bottom: -8px;
  left: 126px;
}

.ho4 .ho_con .ho4_con3 .ho4_3_d {
  width: 682px;
  margin: 30px 0 30px 80px;
}

.ho4 .ho_con .ho4_con3 .ho4_3_d .ho4_3_p1 {
  text-align: center;
  font-size: 38px;
  color: #000;
}

.ho4 .ho_con .ho4_con3 .ho4_3_d .ho4_3_p1 span {
  color: #ff5923;
}

.ho4 .ho_con .ho4_con3 .ho4_3_d .ho4_3_p2 {
  font-size: 18px;
  margin-top: 30px;
}

.ho4 .ho_con .ho4_con3 .ho4_3_d .ho4_3_p2 span {
  color: #ff5923;
}

.ho4 .ho_con .ho4_con3 .ho4_3_r {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 308px;
}

.ho4 .ho_con .ho4_con3 .ho4_3_r .ho4_bg {
  position: absolute;
  width: 100%;
  height: 200px;
  background: #fbc1ae;
  left: 0;
  bottom: 0;
}

.ho4 .ho_con .ho4_con3 .ho4_3_r .ho4_bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: -60px;
  border-left: 154px solid transparent;
  border-bottom: 30px solid #fbc1ae;
  border-top: 30px solid transparent;
  border-right: 154px solid #fbc1ae;
}

.ho4 .ho_con .ho4_con3 .ho4_3_r img {
  position: relative;
  z-index: 3;
  display: block;
  width: 90%;
  margin: 0 auto 0;
}

.ho5 {
  height: 260px;
  background: url("/Jingjia_wq/home/in5_bg.jpg") no-repeat center/cover;
}

.ho5 .ho_con {
  position: relative;
}

.ho5 .ho_con .ho5_btn {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 302px;
  top: 80px;
  cursor: pointer;
}

.ho6 .ho_con {
  padding-top: 80px;
}

.ho6 .ho_con .ho6_con {
  position: relative;
  font-size: 0;
  padding: 30px 30px 60px;
  overflow: hidden;
}

.ho6 .ho_con .ho6_con .ho6_item {
  position: relative;
  display: inline-block;
  width: 340px;
  padding: 0 30px 20px;
}

.ho6 .ho_con .ho6_con .ho6_item:nth-of-type(2n) {
  margin-left: 340px;
}

.ho6 .ho_con .ho6_con .ho6_item:nth-of-type(n+3) {
  margin-top: 60px;
}

.ho6 .ho_con .ho6_con .ho6_item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 84%;
  left: 0;
  bottom: 0;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  border: 4px solid #fbc1ae;
  z-index: 1;
}

.ho6 .ho_con .ho6_con .ho6_item .ho6_p1 {
  position: relative;
  display: inline-block;
  z-index: 2;
  font-size: 28px;
  color: #ff5923;
  background: #fff;
  padding: 0 10px;
}

.ho6 .ho_con .ho6_con .ho6_item .ho6_p2 {
  font-size: 18px;
  color: #555555;
  text-align: justify;
  margin-top: 10px;
  padding-left: 10px;
}

.ho6 .ho_con .ho6_con img {
  position: absolute;
  left: 0;
  right: 0;
  width: 342px;
  bottom: -23px;
  margin: auto;
}

.ho7 {
  height: 360px;
  background: url("/Jingjia_wq/home/in7_bg.jpg") no-repeat center/cover;
}

.ho7 .ho_con {
  position: relative;
  height: 100%;
}

.ho7 .ho_con .ho7_con {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 720px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.3);
  line-height: 30px;
}

.ho8 {
  margin-top: 54px;
  height: 410px;
  background: url("/Jingjia_wq/home/in8_bg.jpg") no-repeat center/cover;
}

.ho8 .ho_con {
  position: relative;
  height: 100%;
}

.ho8 .ho_con .ho8_con_p {
  display: inline-block;
  width: 186px;
  text-align: center;
  font-size: 24px;
  border-radius: 4px;
  margin-top: 14px;
  padding: 4px 0;
}

.ho8 .ho_con .ho8_l {
  position: absolute;
  left: 112px;
  top: 37px;
  width: 310px;
  text-align: right;
}

.ho8 .ho_con .ho8_l .ho8_l_p1 {
  font-size: 38px;
  color: #ff835b;
}

.ho8 .ho_con .ho8_l .ho8_l_p2 {
  color: #ffffff;
  background: #c15a09;
}

.ho8 .ho_con .ho8_l .ho8_l_p2:nth-of-type(2) {
  margin-right: 20px;
}

.ho8 .ho_con .ho8_l .ho8_l_p2:nth-of-type(3) {
  margin-right: 40px;
}

.ho8 .ho_con .ho8_l .ho8_l_p2:nth-of-type(4) {
  margin-right: 60px;
}

.ho8 .ho_con .ho8_l .ho8_l_p2:nth-of-type(5) {
  margin-right: 80px;
}

.ho8 .ho_con .ho8_l .ho8_l_p2:nth-of-type(6) {
  margin-right: 100px;
}

.ho8 .ho_con .ho8_r {
  position: absolute;
  right: 154px;
  top: 137px;
  width: 235px;
}

.ho8 .ho_con .ho8_r .ho8_r_p1 {
  font-size: 38px;
  color: #ffffff;
}

.ho8 .ho_con .ho8_r .ho8_r_p2 {
  color: #000000;
  background: #dbdbdb;
}

.ho8 .ho_con .ho8_r .ho8_r_p2:nth-of-type(3) {
  margin-left: -20px;
}

.ho8 .ho_con .ho8_r .ho8_r_p2:nth-of-type(4) {
  margin-left: -40px;
}

.ho_con_btn {
  text-align: center;
}

.ho_con_btn span {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(255, 63, 0, 0.3);
          box-shadow: 0 5px 10px rgba(255, 63, 0, 0.3);
  font-size: 26px;
  color: #ffffff;
  background: #ff5923;
}

.ho9 {
  margin-top: 20px;
}

.ho9 .ho9_l {
  display: inline-block;
  width: 585px;
  vertical-align: top;
}

.ho9 .ho9_l .ho_tit span {
  margin-left: -67px;
}

.ho9 .ho9_l .ho9_l_con {
  font-size: 0;
}

.ho9 .ho9_l .ho9_l_item {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  text-align: center;
  border: 4px solid #fbc1ae;
  border-top: none;
  padding-bottom: 14px;
  margin-top: 40px;
}

.ho9 .ho9_l .ho9_l_item .ho9_l_p1 {
  font-size: 28px;
  color: #ff5923;
  margin-top: -32px;
}

.ho9 .ho9_l .ho9_l_item .ho9_l_p2 {
  font-size: 18px;
  color: #000;
}

.ho9 .ho9_l .ho9_l_item:nth-of-type(2n) {
  margin-top: 119px;
  margin-left: 20px;
}

.ho9 .ho9_r {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  margin-left: 3px;
}

.ho9 .ho9_r .ho9_swiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ho9 .ho9_r .ho9_swiper:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 336px;
  right: 0;
  top: 10px;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2));
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .swiper_con {
  margin: 10px 0 20px 10px;
  padding: 16px 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px rgba(255, 89, 35, 0.3);
          box-shadow: 0 4px 20px rgba(255, 89, 35, 0.3);
  background: #fff;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_img_t span {
  vertical-align: middle;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_p1 {
  margin-bottom: 6px;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_p1 span {
  display: inline-block;
  vertical-align: top;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_p1 .sw1 {
  width: 70px;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_p1 .sw1_h {
  color: #ff5923;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_p1 .sw2 {
  width: 315px;
  font-size: 14px;
  color: #555555;
  text-align: justify;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_p1 .sw_tit {
  font-size: 22px;
  color: #000;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_p1 .sw2_g1 {
  height: 95px;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_btn {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.ho9 .ho9_r .ho9_swiper .swiper-slide .sw_btn span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  background: #ff5923;
  cursor: pointer;
}

.ho9 .ho9_r .ho9_swiper .sw_bo_p {
  width: 76%;
  font-size: 12px;
  color: #ff5923;
  text-align: center;
  margin-top: -10px;
  padding: 2px 0 30px;
}

.ho9 .ho9_r .ho9_swiper .ho9_pag {
  width: 76%;
  bottom: 0;
}

.ho9 .ho9_r .ho9_swiper .ho9_pag span {
  background: #efefef;
  opacity: 1;
  margin: 0 6px;
}

.ho9 .ho9_r .ho9_swiper .ho9_pag .swiper-pagination-bullet-active {
  background: #ff5923;
}

.ho10 .ho_con {
  padding: 60px 0;
}

.ho10 .ho_con .ho10_con {
  margin: 0 60px;
  font-size: 0;
}

.ho10 .ho_con .ho10_con .ho10_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

.ho10 .ho_con .ho10_con .ho10_item:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff5923;
  bottom: -26px;
  left: 84px;
}

.ho10 .ho_con .ho10_con .ho10_item span {
  vertical-align: middle;
}

.ho10 .ho_con .ho10_con .ho10_item p {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.ho10 .ho_con .ho10_con .ho10_line {
  position: relative;
  margin-top: 19px;
  border-bottom: 2px dashed #ff5923;
}

.ho10 .ho_con .ho10_con .ho10_line:after {
  content: '';
  display: inline-block;
  position: absolute;
  border: 10px solid transparent;
  border-left-color: #ff5923;
  right: -20px;
  top: -9px;
}

.ho10 .ho_con .ho10_con .ho10_line span {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5923;
  top: -3px;
}

.ho10 .ho_con .ho10_con .ho10_line span:nth-of-type(2) {
  left: 225px;
}

.ho10 .ho_con .ho10_con .ho10_line span:nth-of-type(3) {
  left: 498px;
}

.ho10 .ho_con .ho10_con .ho10_line span:nth-of-type(4) {
  left: 768px;
}

.paddingNo {
  padding-bottom: 0 !important;
}

.hpjt {
  position: relative;
  height: 700px;
  width: 100%;
}

.hpjt .swiperBox {
  position: absolute;
  width: 1200px;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}

.hpjt .swiperBox .swiper-slide {
  -webkit-transition: .4s;
  transition: .4s;
}

.hpjt .swiperBox .swiper-slide img {
  width: 100%;
}

.hpjt .swiperBox .swiper-container {
  padding: 0 30px;
}

.hpjt .swiperBox .swiper-slide-next {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.hpjt .swiperBox .swiper-slide-prev {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.hpjt .swiperBox .swiper-button-prev {
  background: url(/Jingjia_wq/home/hp/p.png);
  background-size: cover;
  width: 41px;
}

.hpjt .swiperBox .swiper-button-next {
  background: url(/Jingjia_wq/home/hp/n.png);
  background-size: cover;
  width: 41px;
}
/*# sourceMappingURL=home.css.map */