html,
body {
  min-width: 1528px;
  margin: 0 auto;
}
.bx {
  width: 1200px;
  margin: 0 auto;
}
.Service {
  width: 100%;
  overflow: hidden;
}
.Service .banner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.Service .banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 48px;
  color: #fff;
}
.Service .banner h1 span {
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #fff;
  position: absolute;
}
.Service .banner h1 span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
}
.Service .banner h1 .left {
  left: -84px;
  top: -50px;
}
.Service .banner h1 .right {
  right: -84px;
  bottom: -50px;
}
.Service .problem {
  padding: 95px 0 100px 0;
  text-align: center;
}
.Service .problem h3 {
  font-size: 40px;
  color: #191919;
}
.Service .problem .problem_box {
  font-size: 0;
  margin: 0 -5px;
  margin-top: 60px;
  text-align: center;
}
.Service .problem .list {
  width: 205px;
  height: 448px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.Service .problem .box {
  display: inline-block;
  vertical-align: top;
  width: 204px;
  height: 219px;
  margin-left: 10px;
  box-sizing: border-box;
  position: relative;
  transition: transform 0.5s;
}
.Service .problem .box:hover {
  transform: translate(0, -5px);
}
.Service .problem .w224 {
  width: 224px;
}
.Service .problem .w420 {
  width: 420px;
  margin-left: 0;
}
.Service .problem .h448 {
  height: 448px;
  transition: transform 0.5s;
}
.Service .problem .h448:hover {
  transform: translate(0, -5px);
}
.Service .problem .w634 {
  width: 634px;
}
.Service .problem .mt10 {
  margin-top: 10px;
}
.Service .problem img {
  width: 100%;
  height: 100%;
}
.Service .problem .text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0 0 25px;
  box-sizing: border-box;
  color: #ffffff;
  text-align-last: left;
}
.Service .problem .text h4 {
  font-size: 20px;
}
.Service .problem .text p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
.Service .purpose {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.Service .purpose .bx {
  padding: 0 54px;
  box-sizing: border-box;
  padding-top: 67px;
}
.Service .purpose .text1 {
  font-size: 20px;
  color: #191919;
  line-height: 30px;
  margin-top: 40px;
}
.Service .purpose .text2 {
  font-size: 30px;
  line-height: 50px;
  margin-top: 35px;
}
.Service .purpose .text2 span {
  color: #ec6d46;
  font-weight: bold;
}
.Service .purpose .left {
  float: left;
}
.Service .purpose .right {
  float: right;
}
.Service .service_steps {
  padding-top: 100px;
  padding-bottom: 70px;
  text-align: center;
}
.Service .service_steps h2 {
  font-size: 40px;
  color: #191919;
}
.Service .service_steps h4 {
  font-size: 16px;
  color: #666666;
  margin-top: 28px;
}
.Service .service_steps ul {
  margin-top: 62px;
}
.Service .service_steps li {
  width: 100%;
}
.Service .service_steps li .img,
.Service .service_steps li .text {
  width: 50%;
  height: 305px;
  float: left;
}
.Service .service_steps li img {
  width: 100%;
  height: 100%;
}
.Service .service_steps li .text {
  padding: 50px 0 0 40px;
  text-align: left;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.Service .service_steps li h3 {
  font-size: 24px;
  color: #191919;
}
.Service .service_steps li h5 {
  font-size: 18px;
  color: #ec6d46;
  margin-top: 36px;
}
.Service .service_steps li p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 28px;
}
.Service .bright_spot {
  margin: 138px 0 0 0;
  text-align: center;
  background: #f7f7f7;
}
.Service .bright_spot h2 {
  display: inline-block;
  background: #fff;
  font-size: 40px;
  color: #363434;
  line-height: 83px;
  position: relative;
  margin-top: -44px;
}
.Service .bright_spot h2::before {
  content: "";
  position: absolute;
  left: -88px;
  top: 0;
  border: 44px solid transparent;
  border-right-color: #fff;
}
.Service .bright_spot h2::after {
  content: "";
  position: absolute;
  right: -88px;
  top: 0;
  border: 44px solid transparent;
  border-left-color: #fff;
}
.Service .bright_spot ul {
  margin: 0 -9px;
  font-size: 0;
  margin-top: 54px;
}
.Service .bright_spot li {
  width: 386px;
  height: 280px;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
  margin-bottom: 30px;
  padding: 0 60px;
  box-sizing: border-box;
}
.Service .bright_spot li img {
  transition: transform 1s;
}
.Service .bright_spot li:hover img {
  transform: translate(0, -4px);
}
.Service .bright_spot li h3 {
  font-size: 20px;
  color: #363636;
  margin-top: 20px;
}
.Service .bright_spot li p {
  margin-top: 16px;
  font-size: 14px;
  color: #7b7b7b;
  line-height: 22px;
  text-align: left;
}
.Service .bright_spot li p span {
  color: #ec6d46;
}
.Service .service_team {
  background-size: cover;
  padding: 138px 0 138px 0;
  text-align: center;
}
.Service .service_team .bx {
  width: 1528px;
}
.Service .service_team h2 {
  font-size: 30px;
  color: #363434;
}
.Service .service_team h4 {
  font-size: 16px;
  color: #7b7b7b;
  margin-top: 28px;
  margin-bottom: 66px;
}
.Service .service_team ul {
  font-size: 0;
  margin: 0 -6px;
  padding: 18px 0;
}
.Service .service_team li {
  margin: 0 6px;
  width: 230px;
  height: 214px;
  margin-top: 15px;
  overflow: hidden;
  float: left;
}
.Service .service_team li .content {
  width: 100%;
  height: 100%;
  position: relative;
}
.Service .service_team li img {
  width: 100%;
  height: 100%;
}
.Service .service_team li:hover .information {
  transform: translate(0, 0);
}
.Service .service_team li .information {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 100%);
  width: 100%;
  height: 100%;
  background: rgba(236, 109, 70, 0.9);
  color: #fff;
  transition: all 1s;
}
.Service .service_team li .information h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 114px;
}
.Service .service_team li .information p {
  font-size: 12px;
  margin-top: 6px;
}
.Service .service_team li .information .star {
  display: inline-block;
  font-size: 12px;
  margin-top: 25px;
}
.Service .service_team li .information .el-icon-star-on {
  letter-spacing: -3px;
}
.Service .service_team li .information .el-icon-star-off {
  font-size: 11px;
  font-weight: lighter;
}
.Service .service_team .team_container {
  padding: 0 160px;
  box-sizing: border-box;
}
.Service .service_team .team_next,
.Service .service_team .team_prev {
  width: 78px;
  height: 157px;
  margin-top: -39px;
  background-size: 100% 100%;
}
.Service .service_team .swiper-button-prev,
.Service .service_team .swiper-container-rtl .swiper-button-next {
  background-image: url("../../img/home/service/zuo.jpg");
  left: 0;
}
.Service .service_team .swiper-button-next,
.Service .service_team .swiper-container-rtl .swiper-button-prev {
  background-image: url("../../img/home/service/you.jpg");
  right: 0;
}
.Service .service_wuyou {
  margin: 138px 0 0 0;
  text-align: center;
  background: #f7f7f7;
}
.Service .service_wuyou h2 {
  display: inline-block;
  background: #fff;
  font-size: 38px;
  color: #363434;
  line-height: 83px;
  position: relative;
  margin-top: -44px;
}
.Service .service_wuyou h2::before {
  content: "";
  position: absolute;
  left: -88px;
  top: 0;
  border: 44px solid transparent;
  border-right-color: #fff;
}
.Service .service_wuyou h2::after {
  content: "";
  position: absolute;
  right: -88px;
  top: 0;
  border: 44px solid transparent;
  border-left-color: #fff;
}
.Service .service_wuyou ul {
  font-size: 0;
  margin-top: 35px;
  display: flex;
  margin-bottom: 104px;
}
.Service .service_wuyou li {
  width: 350px;
  height: 182px;
  display: flex;
  vertical-align: middle;
  margin: 0 25px;
  padding: 0 20px 0px 20px;
  box-sizing: border-box;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 3px #dfdfdf;
}
.Service .service_wuyou li img {
  transition: transform 1s;
  width: 140px;
  height: 140px;
  margin-left: 40px;
}
.Service .service_wuyou li h3 {
  font-size: 20px;
  color: #363636;
  width: 140px;
  text-align: center;
}
.Service .service_wuyou li h3::before {
  content: "| ";
  color: #ec6d46;
}
