﻿.conw {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.main .text {
  padding: 68px 0;
}
.main .service1 {
  background: url(../img/serviceMode.png) no-repeat center;
  background-size: cover;
}
.main .service1 p {
  text-align: center;
  margin: 0 auto;
}
.main .service2 ul,
.main .service3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .service2 ul li,
.main .service3 ul li {
  border: 1px solid #eeeeee;
  width: 15%;
  margin: 14px 0;
  transition: all 0.3s;
}
.main .service2 ul li img,
.main .service3 ul li img {
  text-align: center;
}
.main .service2 ul li:hover,
.main .service3 ul li:hover {
  cursor: pointer;
  box-shadow: 0px 0 8px #dfdfdf;
}
.main .service4 {
  background: url(../img/serviceCon.png) no-repeat center;
  background-size: cover;
}
.main .service4 .conw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .service4 .conw .textservice {
  width: 30%;
}
.main .service4 .conw .textservice .subtitle {
  text-align: left;
  color: #e4e4e2;
  font-size: 48px;
  padding-bottom: 28px;
}
.main .service4 .conw .textservice .subtitle span {
  color: #333;
  font-weight: normal;
  padding-bottom: 28px;
  position: relative;
  text-transform: uppercase;
  font-size: 48px;
}
.textservice .subtitle span:after {
    content: "";
    background-color: #90704D;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main .service4 .conw .textservice .subtitle span:after {
  left: 0;
  transform: translateX(0);
}
.main .service4 .conw .textservice .h2 {
  text-align: left;
  margin-bottom: 0;
  font-family: 'Courier New', Courier, monospace;
  font-size:30px;
  line-height: 3;
  font-weight: bold;
}
.main .service4 .conw .right {
  width: 70%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-around;
}
.main .service4 .conw .right ul {
  width: 130px;
}
.main .service4 .conw .right ul li {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #66666c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  margin: 70px 0;
  position: relative;
}
.main .service4 .conw .right ul li:first-of-type,
.main .service4 .conw .right ul li:last-of-type {
  left: 22px;
}
.main .service4 .conw .right ul .selected {
  background-color: #90704D;
  transition: all 0.4s;
  color: #ffffff;
  cursor: pointer;
}
.main .service4 .conw .right ul .selected::before {
  content: "";
  position: absolute;
  transition: all 0.4s;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #90704D);
}
.main .service4 .conw .right .service4Swiper {
  position: relative;
  width: 65%;
  padding: 0 18%;
  margin: 0;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper {
  align-items: center;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  color: #666;
  line-height: 3;
  width:450px;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide .bt {
  font-size: 30px;
  color: #333;
  line-height: 1;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide .subtitle {
  font-size: 18px;
  margin-bottom: 18px;
  color: #999;
  width:300px;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
.main .service4 .conw .right .service4Swiper .service4Next,
.main .service4 .conw .right .service4Swiper .service4Prev {
  display: none;
}
@media (max-width: 1200px) {
  .main .text {
    padding: 40px 0;
  }
  .main .text .subtitle {
    font-size: 42px;
    padding-bottom: 18px;
  }
  .main .text .subtitle span {
    padding-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .main .service2 ul li,
  .main .service3 ul li {
    width: 33%;
    margin: 1px 0;
  }
  .main .service4 .conw {
    flex-wrap: wrap;
	max-width: 980px;
    margin: 0 4%;
  }
  .main .subtitle span{
    font-size: 28px !important;
    margin-bottom: 12px;
    text-align: center;
}
  .main .service4 .conw .textservice {
    width: 100%;
  }
  .main .service4 .conw .textservice .subtitle,
  .main .service4 .conw .textservice .h2 {
    text-align: center;
  }
  .main .service4 .conw .textservice .subtitle span:after,
  .main .service4 .conw .textservice .h2 span:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .main .service4 .conw .right {
    width: 100%;
    flex-wrap: wrap;
  }
  .main .service4 .conw .right ul {
    display: none;
  }
  .main .service4 .conw .right .service4Swiper {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide p {
    text-align: center !important;
	width: 80%;
    margin: 0 auto;
  }
  .main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide .bt {
    font-size: 22px;
  }
  .main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide .subtitle {
    font-size: 12px !important;
    margin-bottom: -10px;
	width:100%;
  }
  .main .service4 .conw .right .service4Swiper .service4Next,
  .main .service4 .conw .right .service4Swiper .service4Prev {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 92%;
    z-index: 99;
    display: block;
  }
  .main .service4 .conw .right .service4Swiper .service4Next i,
  .main .service4 .conw .right .service4Swiper .service4Prev i {
    font-size: 32px;
    color: #caa883;
  }
  .main .service4 .conw .right .service4Swiper .service4Prev {
    left: 8%;
  }
}