
.home_service {
  padding-top: 55px;
}
.home_service .home_text {
  text-align: center;
  padding-bottom: 70px;
}
.home_service .home_service_nav ul li {
  cursor: pointer;
  width: 12%;
}
.home_service .home_service_nav ul li:hover p,
.home_service .home_service_nav ul li.active p {
  color: #000;
}
.home_service .home_service_nav ul li:hover div,
.home_service .home_service_nav ul li.active div {
  border-color: #ce9261;
}
.home_service .home_service_nav ul li:hover div img:first-child,
.home_service .home_service_nav ul li.active div img:first-child {
  display: block;
}
.home_service .home_service_nav ul li:hover div img:last-child,
.home_service .home_service_nav ul li.active div img:last-child {
  display: none;
}
.home_service .home_service_nav ul li p {
  padding-top: 5px;
  line-height: 25px;
  text-align: center;
  font-size: 1.0625rem;
  color: #555;
  font-weight: 500;
  transition: all 0.3s;
}
.home_service .home_service_nav ul li div {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s;
}
.home_service .home_service_nav ul li div img {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_service .home_service_nav ul li div img:first-child {
  display: none;
}
.home_service .home_service_main {
  padding: 80px 0 220px;
  position: relative;
}
.home_service .home_service_main .home_service_main_img {
  width: 676px;
  height: 437.5px;
  overflow: hidden;
  border-radius: 5px;
}
.home_service .home_service_main .home_service_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_service .home_service_main .home_service_main_text {
  flex: 1;
  margin-right: 140px;
  padding-top: 45px;
}
.home_service .home_service_main .home_service_main_text h3, .home_service .home_service_main .home_service_main_text strong{
  font-size: 2rem;
  font-weight: 600;
  display: block;
  color: #333333;
}
.home_service .home_service_main .home_service_main_text p {
  font-size: 1rem;
  color: #808080;
  line-height: 30px;
  margin: 25px 0 40px;
}
.home_service .home_service_main .home_service_main_text a {
  width: 194px;
  height: 52px;
  line-height: 52px;
  background-color: #1c222e;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
}
.home_service .home_service_main .home_service_main_text a:hover {
  background-color: #ce9260;
}
.home_service .home_service_main .bg {
  width: 500px;
  height: 524px;
  background-color: #fdf9f6;
  position: absolute;
  top: 40px;
  right: 80px;
  z-index: -1;
}