.page1 .tit {
  color: #000;
}
.page1 .sw_box {
  position: relative;
  height: 560px;
}
.page1 .sw_box .sw1 {
  height: 100%;
}
.page1 .sw_box .line {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #f0f0f0;
}
.page1 .sw_box .swiper-slide .dian {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 2px solid #f0f0f0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 10;
}
.page1 .sw_box .swiper-slide .dian::after {
  content: '';
  display: block;
  width: 45%;
  height: 45%;
  background: #110b6b;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page1 .sw_box .swiper-slide::after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  bottom: 50%;
  background: #f0f0f0;
}
.page1 .sw_box .swiper-slide .item {
  position: relative;
  z-index: 10;
}
.page1 .sw_box .swiper-slide .item p {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #000;
  -webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height:1.5;
	height:4.5em;
}
.page1 .sw_box .swiper-slide .item:hover .img img {
  transform: rotateY(180deg);
}
.page1 .sw_box .swiper-slide:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.page1 .sw_box .swiper-slide:nth-child(even)::after {
  top: 50%;
  bottom: 20%;
}
.page1 .sw_box .swiper-slide:nth-child(even) .item {
  display: flex;
  flex-direction: column-reverse;
}
.page1 .sw_box .swiper-slide:nth-child(even) .item p {
  margin-top: 10px;
}
.page2 .w1440 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.page2 .w1440 .txt_l {
  color: #000000;
  line-height: 1;
  width: 35%;
}
.page2 .w1440 .txt_r {
  width: 60%;
}
.page2 .w1440 .txt_r p {
  display: block;
  color: #666666;
  line-height: 1.8;
  font-family: 'SourceHanSansCN-Normal';
}
.page3 .tit {
  color: #000;
}
.page3 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page3 ul li {
  width: 48.4%;
  background: #f8f8f8;
}
.page3 ul li .img {
  width: 100%;
  overflow: hidden;
}
.page3 ul li .txt {
  background: #f8f8f8;
  padding: 4% 8% 6%;
}
.page3 ul li .txt p {
  display: block;
  color: #000000;
}
.page3 ul li .txt span {
  display: block;
  color: #666666;
  line-height: 1.7;
  font-family: 'SourceHanSansCN-Normal';
}
.page3 ul li .txt span a {
  color: #666666;
  font-family: 'SourceHanSansCN-Normal';
  display: inline-block;
  margin-right: 8px;
  transition: all 0.3s;
}
.page3 ul li .txt span a:hover {
 
  color: #110b6b;
}
.page3 ul li:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.page3 ul li:hover .img img {
  transform: scale(1.05);
}
/* 125% */
@media screen and (max-width: 1440px) {
  .page1 .sw_box {
    height: 450px;
  }
 
}
@media screen and (max-width: 1170px) {
 
}
/* 150 */
@media screen and (max-width: 998px) {
 
}
@media screen and (max-width: 768px) {
  .page1 .sw_box .swiper-slide .item p {
    font-size: 12px;
  }
  
  .page2 .w1440 {
    flex-wrap: wrap;
  }
  .page2 .w1440 .txt_l {
    width: 100%;
  }
  .page2 .w1440 .txt_r {
    width: 100%;
    margin-top: 15px;
  }
  .page3 ul {
    flex-wrap: wrap;
  }
  .page3 ul li {
    width: 100%;
  }
  .page3 ul li .txt p {
    font-size: 18px;
  }
  .page3 ul li:nth-child(even) {
    flex-direction: column;
  }
  .page3 ul li .txt span {
    font-size: 12px;
  }
  .page3 ul li .txt span a {
    font-size: 12px;
  }
}
/*# sourceMappingURL=./service.css.map */
