body {
  overflow-x: hidden;
  background: #fff;
}

.serviceBlock {
  background: url(../images/service/serviceBlockBg.jpg) no-repeat center/cover;
}
.serviceBlock .w1680 {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 80px;
}
.serviceBlock .w1680 .list {
  text-align: center;
  width: calc((100% - 120px) / 5);
  max-width: 250px;
  padding: 36px 0;
}
.serviceBlock .w1680 .list p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 66px;
}
.serviceBlock .w1680 .list p span {
  font-weight: bold;
  margin-right: 2px;
}
.serviceBlock .w1680 .list p em {
  transform: translateY(14px);
  font-style: normal;
  font-size: 20px;
}
.serviceBlock .w1680 .list div {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #142637;
}

.serviceBlock2 {
  padding: 112px 0 100px;
  background: #F3F6FA;
}
.serviceBlock2 .w1680 .tabClick {
  position: relative;
  white-space: nowrap;
  margin-top: 38px;
}
.serviceBlock2 .w1680 .tabClick a {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: color 0.3s, border 0.3s;
  width: auto;
  min-width: 270px;
  padding: 18px 8px;
  border-bottom: 3px solid rgba(216, 0, 49, 0);
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  color: #142637;
}
.serviceBlock2 .w1680 .tabClick a.on {
  border-color: #d80031;
  color: #d80031;
}
.serviceBlock2 .w1680 .tabClick::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background: #142637;
  opacity: 0.1;
}
.serviceBlock2 .w1680 .content {
  margin-top: 76px;
}
.serviceBlock2 .w1680 .content .cont {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
}
.serviceBlock2 .w1680 .content .cont .left {
  width: 43.1547619048%;
}
.serviceBlock2 .w1680 .content .cont .left .list {
  border-top: 1px solid #C4C4C4;
}
.serviceBlock2 .w1680 .content .cont .left .list .title {
  display: flex;
  padding: 25px 0;
  cursor: pointer;
}
.serviceBlock2 .w1680 .content .cont .left .list .title .ico {
  position: relative;
  transform: translateY(3px);
  width: 24px;
  height: 24px;
  font-size: 0;
}
.serviceBlock2 .w1680 .content .cont .left .list .title .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.serviceBlock2 .w1680 .content .cont .left .list .title .ico img:last-child {
  opacity: 0;
}
.serviceBlock2 .w1680 .content .cont .left .list .title p {
  width: calc(100% - 24px);
  padding-left: 66px;
  font-size: 24px;
  line-height: 30px;
  color: #142637;
}
.serviceBlock2 .w1680 .content .cont .left .menu {
  display: flex;
  padding-top: 60px;
  border-top: 1px solid #C4C4C4;
}
.serviceBlock2 .w1680 .content .cont .left .menu a {
  border-radius: 20px;
  line-height: 54px;
}
.serviceBlock2 .w1680 .content .cont .right {
  overflow: hidden;
  width: 47.619047619%;
  border-radius: 30px;
  font-size: 0;
}

.serviceBlock3 {
  padding: 112px 0 160px;
  border-radius: 60px;
  background: linear-gradient(0deg, rgba(216, 0, 49, 0.8), rgba(255, 255, 255, 0) 74.809%);
}
.serviceBlock3 .w1680 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.serviceBlock3 .w1680 .content .list {
  width: calc((100% - 90px) / 3);
  margin-left: 45px;
  padding: 60px 60px 90px;
  background: #fff;
  border-radius: 16px;
}
.serviceBlock3 .w1680 .content .list .img {
  display: flex;
  align-items: center;
  height: 96px;
  font-size: 0;
}
.serviceBlock3 .w1680 .content .list .title {
  margin-top: 20px;
  font-size: 36px;
  line-height: 46px;
  color: #142637;
}
.serviceBlock3 .w1680 .content .list .tips {
  margin-top: 17px;
  font-size: 24px;
  line-height: 30px;
  color: #142637;
}
.serviceBlock3 .w1680 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.serviceBlock4 {
  padding-top: 132px;
  padding-bottom: 110px;
}
.serviceBlock4 .w1680 .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.serviceBlock4 .w1680 .top .blockTitle h3 {
  text-align: left;
}
.serviceBlock4 .w1680 .top .right {
  position: relative;
  display: flex;
  transform: translateY(-12px);
}
.serviceBlock4 .w1680 .top .right div {
  position: initial;
  top: 0;
  width: 64px;
  height: 64px;
  margin-top: 0;
  font-size: 0;
  opacity: 1;
}
.serviceBlock4 .w1680 .top .right div::after {
  display: none;
}
.serviceBlock4 .w1680 .top .right .swiper-button-next {
  margin-left: 30px;
}
.serviceBlock4 .w1680 .top .right .swiper-button-next img {
  transform: rotate(180deg);
}
.serviceBlock4 .w1680 .serviceBlock4Swiper {
  margin-top: 110px;
}
.serviceBlock4 .w1680 .serviceBlock4Swiper .swiper-wrapper .swiper-slide .img {
  height: 60px;
  font-size: 0;
}
.serviceBlock4 .w1680 .serviceBlock4Swiper .swiper-wrapper .swiper-slide .tips {
  margin-top: 26px;
  padding-top: 32px;
  border-top: 2px solid #142637;
  font-size: 30px;
  line-height: 38px;
  color: #142637;
}

.service2Block {
  padding: 108px 0 38px;
}
.service2Block .w1680 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service2Block .w1680 .left {
  width: 45.9523809524%;
  font-size: 0;
}
.service2Block .w1680 .right {
  width: 46.7261904762%;
}
.service2Block .w1680 .right .title {
  font-size: 48px;
  line-height: 54px;
}
.service2Block .w1680 .right .tips {
  margin-top: 14px;
  font-size: 18px;
  line-height: 24px;
}
.service2Block .w1680 .right .text {
  margin-top: 15px;
}
.service2Block .w1680 .right .text p {
  margin-bottom: 10px;
  padding-left: 36px;
  background: url(../images/service/ico.png) no-repeat top 2px left;
  font-size: 18px;
  line-height: 24px;
  color: rgba(20, 38, 55, 0.8);
}
.service2Block .w1680 .right .button {
  display: block;
  width: 180px;
  margin-top: 30px;
  line-height: 54px;
}

.service2Block2 {
  padding: 60px 0;
}
.service2Block2 .w1680 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service2Block2 .w1680 .left {
  width: 46.7261904762%;
}
.service2Block2 .w1680 .left .title {
  font-size: 48px;
  line-height: 54px;
}
.service2Block2 .w1680 .left .tips {
  margin-top: 14px;
  font-size: 18px;
  line-height: 24px;
}
.service2Block2 .w1680 .left .button {
  display: block;
  width: 230px;
  margin-top: 30px;
  line-height: 54px;
}
.service2Block2 .w1680 .right {
  position: relative;
  width: 47.619047619%;
  padding-right: 40px;
  padding-bottom: 40px;
}
.service2Block2 .w1680 .right > img {
  position: relative;
  z-index: 1;
  border-radius: 80px 30px 80px 30px;
}
.service2Block2 .w1680 .right .posi {
  position: absolute;
  top: 28px;
  left: -88px;
  z-index: 1;
  font-size: 0;
}
.service2Block2 .w1680 .right::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95%;
  aspect-ratio: 76/60;
  background: #D80031;
  border-radius: 80px 30px 100px 30px;
  opacity: 0.15;
}

.service2Block3 {
  background: linear-gradient(0deg, rgba(216, 0, 49, 0.8), rgba(255, 255, 255, 0) 74.809%);
  border-radius: 0px 0px 60px 60px;
}
.service2Block3 .w1680 {
  flex-direction: row-reverse;
}
.service2Block3 .w1680 .right {
  padding: 0 0 40px 40px;
}
.service2Block3 .w1680 .right img {
  border-radius: 30px 80px 30px 80px;
}
.service2Block3 .w1680 .right::after {
  right: auto;
  left: 0;
  background: none;
  border-radius: 30px 80px 30px 100px;
  border: 2px solid rgb(255, 255, 255);
}

.service2Block4 {
  padding-top: 140px;
  padding-bottom: 160px;
}
.service2Block4 .w1680 {
  position: relative;
}
.service2Block4 .w1680 .service2Block4Swiper {
  max-width: 1110px;
  margin: 0 auto;
}
.service2Block4 .w1680 .service2Block4Swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.service2Block4 .w1680 .service2Block4Swiper .swiper-wrapper .swiper-slide .img {
  margin-top: 53px;
  font-size: 0;
}
.service2Block4 .w1680 .service2Block4Swiper .swiper-wrapper .swiper-slide .tips {
  margin-top: 36px;
  font-size: 32px;
  line-height: 41px;
}
.service2Block4 .w1680 .swiper-button-prev,
.service2Block4 .w1680 .swiper-button-next {
  width: 64px;
  height: 64px;
  font-size: 0;
  background: url(../images/solution/left.png) no-repeat center;
}
.service2Block4 .w1680 .swiper-button-prev::after,
.service2Block4 .w1680 .swiper-button-next::after {
  display: none;
}
.service2Block4 .w1680 .swiper-button-disabled {
  background: url(../images/solution/left2.png) no-repeat center;
}
.service2Block4 .w1680 .swiper-button-next {
  transform: rotate(-180deg);
}

.service2Block5 {
  padding-bottom: 80px;
}
.service2Block5 .w1680 .title {
  font-size: 48px;
  line-height: 60px;
  color: #142637;
}
.service2Block5 .service2Block5Swiper {
  margin-top: 70px;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper {

}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  width: 480px;
  padding: 40px 40px 125px;
  border: 1px solid rgba(216, 0, 49, 0.3);
  border-radius: 30px;
  height: auto;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/service/service2Block5Bg.png);
  font-size: 0;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .img img {
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .menu {
  display: flex;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .menu .button {
  min-width: auto;
  width: 110px;
  margin-right: 0;
  padding: 0;
  border-radius: 14px;
  font-size: 14px;
  line-height: 40px;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .menu .button:nth-child(2) {
  border-color: rgba(20, 38, 55, 0);
  background: rgba(20, 38, 55, 0.05);
  color: #142637;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 214px;
  font-size: 32px;
  line-height: 40px;
  color: #142637;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .ico {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  font-size: 0;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .ico svg circle, .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .ico svg path {
  transition: stroke 0.3s;
  stroke: #D80031;
}
.service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .ico svg rect {
  transition: fill 0.3s;
  fill: #D80031;
}
.service2Block5 .swiper-pagination {
  position: relative;
  width: 320px;
  height: 6px;
  margin: 80px auto;
  border-radius: 6px;
  background: rgba(20, 38, 55, 0.1);
  opacity: 1;
}
.service2Block5 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #D80031;
  border-radius: 6px;
}
.service2Block5 > .button {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 0;
  line-height: 54px;
  border-radius: 20px;
}

.serviceBlock2Block6 .w1680 .content .right img {
  width: 67.625%;
}

.service3Block2 {
  padding: 0;
}
.service3Block2 .w1680 .right {
  position: relative;
  z-index: -1;
  width: 46.7857142857%;
  height: 100%;
  padding: 100px 0;
  background: url(../images/service/service3Block2Img2.png) no-repeat left -20px center/cover;
  font-size: 0;
}
.service3Block2 .w1680 .right img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.service3Block2 .w1680 .right::after {
  display: none;
}

.service3Block3 {
  background: linear-gradient(0deg, rgba(216, 0, 49, 0.8), rgba(255, 255, 255, 0) 74.809%);
  border-radius: 0px 0px 60px 60px;
}
.service3Block3 .w1680 {
  flex-direction: row-reverse;
  padding: 26px 0;
}
.service3Block3 .w1680 .right {
  padding: 0;
}
.service3Block3 .w1680 .right img {
  border-radius: 0;
  filter: drop-shadow(0 0.2rem 1rem rgba(0, 0, 0, 0.2));
}
.service3Block3 .w1680 .right::after {
  display: none;
}

.service4Block {
  padding: 112px 0 0;
}
.service4Block .w1680 .blockTitle h3 {
  text-align: left;
}
.service4Block .w1680 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 78px;
}
.service4Block .w1680 .content .left {
  width: 42.8571428571%;
}
.service4Block .w1680 .content .left .list {
  border-top: 1px solid #C4C4C4;
}
.service4Block .w1680 .content .left .list .title {
  display: flex;
  align-items: center;
  height: 80px;
  cursor: pointer;
}
.service4Block .w1680 .content .left .list .title .ico {
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
}
.service4Block .w1680 .content .left .list .title .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.service4Block .w1680 .content .left .list .title .ico img:last-child {
  opacity: 0;
}
.service4Block .w1680 .content .left .list .title p {
  width: calc(100% - 40px);
  padding-left: 66px;
  font-size: 24px;
  line-height: 30px;
  color: #142637;
}
.service4Block .w1680 .content .left .list .title .menu {
  position: relative;
  width: 16px;
  height: 16px;
  transition: opacity 0.3s;
}
.service4Block .w1680 .content .left .list .title .menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background: rgba(20, 38, 55, 0.5);
}
.service4Block .w1680 .content .left .list .title .menu span + span {
  width: 2px;
  height: 16px;
}
.service4Block .w1680 .content .left .list .title.on .ico img {
  opacity: 0;
}
.service4Block .w1680 .content .left .list .title.on .ico img:last-child {
  opacity: 1;
}
.service4Block .w1680 .content .left .list .title.on .menu {
  opacity: 0;
}
.service4Block .w1680 .content .left .list .text {
  overflow: hidden;
  height: 0;
}
.service4Block .w1680 .content .left .list .text .center {
  padding-left: 95px;
  padding-right: 70px;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  color: #142637;
}
.service4Block .w1680 .content .left > .menu {
  padding-top: 50px;
  border-top: 1px solid #C4C4C4;
}
.service4Block .w1680 .content .left > .menu .button {
  display: block;
  width: 180px;
}
.service4Block .w1680 .content .right {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47.619047619%;
  aspect-ratio: 800/634;
  border-radius: 100px 40px 100px 40px;
  background: rgba(216, 0, 49, 0.05);
  font-size: 0;
}
.service5Block5 {
  padding: 112px 0 5px;
}
.service5Block5 .w1680 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
.service5Block5 .w1680 .content .list {
  width: calc((100% - 90px) / 3);
  margin-left: 45px;
  margin-bottom: 45px;
  padding: 80px 20px 70px;
  border: 1px solid rgba(216, 0, 49, 0.2);
  border-radius: 16px;
}
.service5Block5 .w1680 .content .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  font-size: 0;
}
.service5Block5 .w1680 .content .list p {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}
.service5Block5 .w1680 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.service6Block2 {
  padding: 112px 0 138px;
  border-radius: 60px;
  background: linear-gradient(0deg, rgba(216, 0, 49, 0.8), rgba(255, 255, 255, 0) 74.809%);
}
.service6Block2 .w1680 .content {
  display: flex;
  margin-top: 50px;
}
.service6Block2 .w1680 .content .list {
  width: calc((100% - 90px) / 3);
  margin-left: 45px;
  padding-bottom: 102px;
  border-radius: 16px;
  background: #fff;
}
.service6Block2 .w1680 .content .list .img {
  overflow: hidden;
  border-radius: 16px;
  font-size: 0;
}
.service6Block2 .w1680 .content .list .title {
  margin: 0 30px;
  margin-top: 30px;
  font-size: 30px;
  line-height: 38px;
  color: #142637;
}
.service6Block2 .w1680 .content .list .tips {
  margin: 0 30px;
  margin-top: 14px;
  font-size: 24px;
  line-height: 36px;
  color: #142637;
}
.service6Block2 .w1680 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.service6Block3 {
  padding: 128px 0 135px;
}
.service6Block3 .w1680 .content {
  display: flex;
  margin-top: 55px;
}
.service6Block3 .w1680 .content .list {
  width: calc((100% - 90px) / 3);
  margin-left: 45px;
  padding: 50px 30px 55px;
  border-radius: 16px;
  border: 1px solid rgba(216, 0, 49, 0.2);
  border-radius: 16px;
}
.service6Block3 .w1680 .content .list .img {
  display: flex;
  align-items: center;
  height: 94px;
  font-size: 0;
}
.service6Block3 .w1680 .content .list .title {
  margin-top: 44px;
  font-size: 24px;
  line-height: 30px;
  color: #142637;
}
.service6Block3 .w1680 .content .list .tips {
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #142637;
}
.service6Block3 .w1680 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.service6Block4 .w1680 .content {
  flex-direction: row-reverse;
}
.service6Block4 .w1680 .content .left .list .text .center ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service6Block4 .w1680 .content .left .list .text .center ul li {
  position: relative;
  width: calc((100% - 30px) / 2);
  margin-bottom: 14px;
  padding-left: 10px;
  font-size: 17px;
  line-height: 22px;
}
.service6Block4 .w1680 .content .left .list .text .center ul li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #D80031;
}

.service6Block5 {
  padding-top: 112px;
  padding-bottom: 140px;
}
.service6Block5 .w1680 .blockTitle h3 {
  text-align: left;
}
.service6Block5 .w1680 .content {
  padding-top: 34px;
}
.service6Block5 .w1680 .content .list {
  display: flex;
  position: relative;
}
.service6Block5 .w1680 .content .list .left {
  max-width: 1200px;
  width: 71.4285714286%;
  padding: 50px 0;
  border-bottom: 3px solid rgba(20, 38, 55, 0.1);
}
.service6Block5 .w1680 .content .list .left .year {
  width: 100px;
  border-radius: 15px;
  background: #D80031;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.service6Block5 .w1680 .content .list .left .title {
  width: 62%;
  margin-top: 30px;
  font-size: 48px;
  line-height: 60px;
  color: #142637;
}
.service6Block5 .w1680 .content .list .left .tips {
  width: 62%;
  margin-top: 4px;
  font-size: 16px;
  line-height: 20px;
  color: #142637;
}
.service6Block5 .w1680 .content .list .right {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -40px;
  transition: opacity 0.3s;
  width: 47.619047619%;
  border-radius: 30px;
  font-size: 0;
  opacity: 0;
}

.service6Block6 {
  padding: 190px 0 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service6Block6 .w1680 .left {
  width: 62.5%;
}
.service6Block6 .w1680 .left .type {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.service6Block6 .w1680 .left .blockTitle {
  margin-top: 9px;
  text-align: left;
}
.service6Block6 .w1680 .left .blockTitle h3 {
  color: #fff;
}
.service6Block6 .w1680 .left .tips {
  margin-top: 30px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.service6Block6 .w1680 .left .text {
  margin-top: 40px;
}
.service6Block6 .w1680 .left .text p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.service6Block6 .w1680 .left .text div {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.service6Block6 .w1680 .left .button {
  display: block;
  margin-top: 48px;
  width: 200px;
  padding: 0;
}

.service7Block {
  padding-top: 112px;
  padding-bottom: 120px;
}
.service7Block .w1680 .tabClick {
  position: relative;
  white-space: nowrap;
  margin-top: 38px;
}
.service7Block .w1680 .tabClick a {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: color 0.3s, border 0.3s;
  width: auto;
  min-width: 270px;
  padding: 18px 8px;
  border-bottom: 3px solid rgba(216, 0, 49, 0);
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #142637;
}
.service7Block .w1680 .tabClick a.on {
  border-color: #d80031;
  color: #d80031;
}
.service7Block .w1680 .tabClick::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background: #142637;
  opacity: 0.1;
}
.service7Block .w1680 .content {
  margin-top: 75px;
}
.service7Block .w1680 .content .cont {
  display: none;
  justify-content: space-between;
}
.service7Block .w1680 .content .cont .left {
  width: 47.619047619%;
  padding-top: 50px;
}
.service7Block .w1680 .content .cont .left .title {
  margin-bottom: 23px;
  font-size: 38px;
  line-height: 38px;
  color: #142637;
}
.service7Block .w1680 .content .cont .left p {
  font-size: 18px;
  line-height: 2;
  color: rgba(20, 38, 55, 0.8);
}
.service7Block .w1680 .content .cont .left p img {
  transform: translateY(2px);
}
.service7Block .w1680 .content .cont .right {
  overflow: hidden;
  width: 47.619047619%;
  border-radius: 30px;
  font-size: 0;
}

.service7Block2 {
  position: relative;
}
.service7Block2 .service7Block2Swiper {
  margin-top: 70px;
}
.service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  width: 480px;
  height: 640px;
  padding: 70px 40px 85px;
  border-radius: 30px;
}
.service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide > .img {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
.service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide > .title {
  transition: opacity 0.3s;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  opacity: 0;
}
.service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .tips {
  transition: opacity 0.3s;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  opacity: 0;
}
.service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .tips p {
  margin-top: 38px;
}
.service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .position {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  padding: 70px 40px 85px;
  border: 1px solid rgba(216, 0, 49, 0.3);
  border-radius: 30px;
  background: url(../images/service/service2Block5Bg.png);
}
.service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .position .img {
  overflow: hidden;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 0;
}
.service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .position .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 36px;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  color: #142637;
}
.service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .position .ico {
  margin-top: 38px;
  text-align: center;
  font-size: 0;
}
.service7Block2 .swiper-pagination {
  position: relative;
  width: 320px;
  height: 6px;
  margin: 80px auto 0;
  border-radius: 6px;
  background: rgba(20, 38, 55, 0.1);
  opacity: 1;
}
.service7Block2 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #D80031;
  border-radius: 6px;
}

.service7Block3 {
  padding-top: 112px;
}
.service7Block3 .w1680 .content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
.service7Block3 .w1680 .content .list {
  width: calc((100% - 120px) / 4);
  margin-left: 40px;
  margin-top: 40px;
  padding: 70px 35px 80px;
  border: 1px solid rgba(216, 0, 49, 0.2);
  border-radius: 16px;
}
.service7Block3 .w1680 .content .list .img {
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 0;
}
.service7Block3 .w1680 .content .list .title {
  margin-top: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #142637;
}
.service7Block3 .w1680 .content .list .tips {
  margin-top: 15px;
  font-size: 20px;
  line-height: 25px;
  color: #142637;
}
.service7Block3 .w1680 .content .list:nth-child(4n+1) {
  margin-left: 0;
}
.service7Block3 .w1680 .content.center .list .img {
  justify-content: center;
}
.service7Block3 .w1680 .content.center .list .title, .service7Block3 .w1680 .content.center .list .tips {
  text-align: center;
}

.service8Block {
  background: none;
}
.service8Block .w1680 .tabClick a {
  padding: 18px;
}
.service8Block .w1680 .content {
  margin-top: 90px;
}
.service8Block .w1680 .content .cont .right {
  border-radius: 100px 40px 100px 40px;
}

.service8Block2 {
  padding-bottom: 50px;
}
.service8Block2 .w1680 .content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
.service8Block2 .w1680 .content .list {
  width: calc((100% - 120px) / 4);
  margin-left: 40px;
  margin-top: 40px;
  padding: 90px 32px 110px;
  border: 1px solid rgba(216, 0, 49, 0.2);
  border-radius: 16px;
}
.service8Block2 .w1680 .content .list .img {
  height: 80px;
  text-align: center;
  font-size: 0;
}
.service8Block2 .w1680 .content .list .title {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #142637;
}
.service8Block2 .w1680 .content .list:nth-child(4n+1) {
  margin-left: 0;
}

.service9Block .w1680 .left {
  position: relative;
}
.service9Block .w1680 .left .position {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  aspect-ratio: 867/600;
}

.service9Block2 .w1680 .left .text {
  margin-top: 15px;
}
.service9Block2 .w1680 .left .text p {
  margin-bottom: 10px;
  padding-left: 36px;
  background: url(../images/service/ico.png) no-repeat top 2px left;
  font-size: 18px;
  line-height: 24px;
  color: rgba(20, 38, 55, 0.8);
}

.service9Block3 .w1680 {
  flex-direction: row-reverse;
}
.service9Block3 .w1680 .right {
  padding-right: 0;
  padding-left: 40px;
}
.service9Block3 .w1680 .right img {
  border-radius: 30px 80px 30px 80px;
}
.service9Block3 .w1680 .right::after {
  right: auto;
  left: 0;
  background: none;
  border: 2px solid rgba(216, 0, 49, 0.6);
  border-radius: 30px 80px 30px 100px;
}

.service9Block4 .w1680 {
  flex-direction: row;
}
.service9Block4 .w1680 .right {
  padding-left: 0;
  padding-right: 40px;
}
.service9Block4 .w1680 .right img {
  border-radius: 80px 30px 80px 30px;
}
.service9Block4 .w1680 .right::after {
  left: auto;
  right: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 80px 30px 80px 30px;
  opacity: 0.2;
}

.service10Block {
  padding-top: 112px;
  padding-bottom: 120px;
}
.service10Block .w1680 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
.service10Block .w1680 .content .left {
  width: 45.2380952381%;
}
.service10Block .w1680 .content .left .service10BlockSwiper {
  height: 884px;
}
.service10Block .w1680 .content .left .service10BlockSwiper .swiper-wrapper .swiper-slide {
  position: relative;
  min-height: 442px;
  padding: 120px 0 30px;
}
.service10Block .w1680 .content .left .service10BlockSwiper .swiper-wrapper .swiper-slide .title {
  font-size: 36px;
  line-height: 46px;
}
.service10Block .w1680 .content .left .service10BlockSwiper .swiper-wrapper .swiper-slide .tips {
  margin-top: 26px;
}
.service10Block .w1680 .content .left .service10BlockSwiper .swiper-wrapper .swiper-slide .tips p {
  font-size: 20px;
  line-height: 25px;
}
.service10Block .w1680 .content .left .service10BlockSwiper .swiper-wrapper .swiper-slide .button {
  display: block;
  margin-top: 45px;
  width: 180px;
  line-height: 54px;
}
.service10Block .w1680 .content .left .service10BlockSwiper .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgb(255, 255, 255));
}
.service10Block .w1680 .content .left .service10BlockSwiper .swiper-wrapper .swiper-slide-active .bg {
  display: none;
}
.service10Block .w1680 .content .right {
  overflow: hidden;
  width: 47.619047619%;
  aspect-ratio: 800/634;
  border-radius: 100px 40px 100px 40px;
  font-size: 0;
}
.service10Block .w1680 .content .right img {
  display: none;
}

.service11Block {
  background: none;
}
.service11Block .w1680 .content .cont .left {
  padding-top: 66px;
}
.service11Block .w1680 .content .cont .left .tips {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  color: #142637;
}

.service11Block2 .blockTitle {
  margin-bottom: 50px;
}

.service12Block {
  padding-top: 112px;
  padding-bottom: 120px;
}
.service12Block .w1680 .content {
  margin-top: 50px;
}
.service12Block .w1680 .content .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service12Block .w1680 .content .list .left {
  width: 41.6666666667%;
  padding: 50px 0;
}
.service12Block .w1680 .content .list .left .title {
  font-size: 36px;
  line-height: 46px;
  color: #142637;
}
.service12Block .w1680 .content .list .left .tips {
  margin-top: 26px;
  font-size: 20px;
  line-height: 25px;
  color: #142637;
}
.service12Block .w1680 .content .list .left .text {
  margin-top: 22px;
}
.service12Block .w1680 .content .list .left .text p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 18px;
  line-height: 32px;
  color: #142637;
}
.service12Block .w1680 .content .list .left .text p span {
  width: calc(100% - 30px);
}
.service12Block .w1680 .content .list .left .text p img {
  transform: translateY(5px);
}
.service12Block .w1680 .content .list .right {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  aspect-ratio: 840/570;
  border-radius: 100px 40px 100px 40px;
  font-size: 0;
}

@media (any-hover: hover) {
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide:hover .menu .button:nth-child(2) {
    background: #fff;
    border-color: #fff;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide:hover .text {
    color: #fff;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide:hover .ico svg circle, .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide:hover .ico svg path {
    stroke: #fff;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide:hover .ico svg rect {
    fill: #fff;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide:hover .img img {
    opacity: 1;
  }
  .service6Block5 .w1680 .content .list:hover .right {
    opacity: 1;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide:hover .title, .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide:hover .img, .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide:hover .tips {
    opacity: 1;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide:hover .position {
    opacity: 0;
  }
}
@media (max-width: 1440px) {
  .service2Block4 .w1680 .swiper-button-next {
    right: -30px;
  }
  .service2Block4 .w1680 .swiper-button-prev {
    left: -30px;
  }
  .service2Block4 .w1680 .service2Block4Swiper {
    width: 80%;
  }
  .service2Block4 .w1680 .service2Block4Swiper .swiper-wrapper .swiper-slide .img {
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .serviceBlock {
    padding: 40px 0;
  }
  .serviceBlock .w1680 {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
  }
  .serviceBlock .w1680 .list {
    width: calc((100% - 60px) / 3);
    margin: 0 15px;
  }
  .serviceBlock2 {
    padding: 40px 0;
  }
  .serviceBlock2 .w1680 .tabClick {
    margin-top: 30px;
  }
  .serviceBlock2 .w1680 .tabClick a {
    min-width: 220px;
    padding: 10px;
  }
  .serviceBlock2 .w1680 .content {
    margin-top: 40px;
  }
  .serviceBlock2 .w1680 .content .cont {
    flex-direction: column;
  }
  .serviceBlock2 .w1680 .content .cont .left {
    width: 100%;
  }
  .serviceBlock2 .w1680 .content .cont .left .list .title {
    padding: 20px 0;
  }
  .serviceBlock2 .w1680 .content .cont .left .list .title p {
    padding-left: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
  .serviceBlock2 .w1680 .content .cont .left .menu {
    padding-top: 30px;
  }
  .serviceBlock2 .w1680 .content .cont .right {
    width: 100%;
    margin-top: 40px;
  }
  .serviceBlock2 .w1680 .content .cont .right img {
    width: 100%;
  }
  .serviceBlock3 {
    padding: 40px 0;
    background: linear-gradient(0deg, rgba(216, 0, 49, 0.8), rgba(255, 255, 255, 0) 85.809%);
    border-radius: 0;
  }
  .serviceBlock3 .w1680 .content {
    margin-top: 0;
  }
  .serviceBlock3 .w1680 .content .list {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding: 30px 30px 50px;
  }
  .serviceBlock3 .w1680 .content .list .img {
    width: 50px;
    height: 50px;
  }
  .serviceBlock3 .w1680 .content .list .img img {
    max-width: 100%;
    max-height: 100%;
  }
  .serviceBlock3 .w1680 .content .list .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .serviceBlock3 .w1680 .content .list .tips {
    font-size: 16px;
    line-height: 1.5;
  }
  .serviceBlock4 {
    padding: 40px 0;
  }
  .serviceBlock4 .w1680 .top .blockTitle {
    width: 100%;
  }
  .serviceBlock4 .w1680 .top .right {
    display: none;
  }
  .serviceBlock4 .w1680 .serviceBlock4Swiper {
    margin-top: 30px;
  }
  .serviceBlock4 .w1680 .serviceBlock4Swiper .swiper-wrapper .swiper-slide .tips {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .service2Block {
    padding: 40px 0;
  }
  .service2Block .w1680 {
    flex-direction: column;
  }
  .service2Block .w1680 .left {
    width: 100%;
  }
  .service2Block .w1680 .right {
    width: 100%;
    margin-top: 30px;
  }
  .service2Block .w1680 .right .title {
    font-size: 32px;
    line-height: 1.5;
  }
  .service2Block .w1680 .right .tips {
    font-size: 16px;
    line-height: 1.5;
  }
  .service2Block2 {
    padding: 40px 0;
  }
  .service2Block2 .w1680 {
    flex-direction: column-reverse;
  }
  .service2Block2 .w1680 .left {
    width: 100%;
    margin-top: 30px;
  }
  .service2Block2 .w1680 .left .title {
    font-size: 32px;
    line-height: 1.5;
  }
  .service2Block2 .w1680 .left .tips {
    font-size: 16px;
    line-height: 1.5;
  }
  .service2Block2 .w1680 .right {
    width: 90%;
    padding: 0 !important;
    border-radius: 0;
  }
  .service2Block2 .w1680 .right::after {
    display: none;
  }
  .service2Block2 .w1680 .right .posi {
    width: 44.0789473684%;
    left: -11.5789473684%;
  }
  .service2Block3 {
    border-radius: 0;
  }
  .service2Block4 {
    padding: 40px 0;
  }
  .service2Block4 .w1680 .service2Block4Swiper .swiper-wrapper .swiper-slide .tips {
    font-size: 18px;
    line-height: 1.6;
  }
  .service2Block4 .w1680 .swiper-button-next {
    right: 0;
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .service2Block4 .w1680 .swiper-button-prev {
    left: 0;
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .service2Block5 {
    padding-bottom: 40px;
  }
  .service2Block5 .w1680 .title {
    font-size: 32px;
    line-height: 1.5;
  }
  .service2Block5 .service2Block5Swiper {
    margin-top: 30px;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .text {
    font-size: 18px;
    line-height: 1.5;
  }
  .service4Block {
    padding: 40px 0 0;
  }
  .service4Block .w1680 .content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .service4Block .w1680 .content .left {
    width: 100%;
  }
  .service4Block .w1680 .content .left .list .title {
    height: 60px;
  }
  .service4Block .w1680 .content .left .list .title p {
    padding-left: 16px;
    font-size: 18px;
  }
  .service4Block .w1680 .content .left .list .text .center {
    padding: 0 0px 30px;
  }
  .service4Block .w1680 .content .right {
    width: 100%;
    border-radius: 16px;
  }
  .service5Block5 {
    padding: 40px 0 0;
  }
  .service5Block5 .w1680 .content {
    justify-content: space-between;
    margin-top: 30px;
  }
  .service5Block5 .w1680 .content .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .service5Block5 .w1680 .content .list .img {
    height: 60px;
  }
  .service5Block5 .w1680 .content .list .img img {
    max-height: 100%;
  }
  .service5Block5 .w1680 .content .list p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .service5Block5 .w1680 .content .list .titleText {
    font-size: 20px;
  }
  .service5Block5 .w1680 .content .list .titleTips {
    font-size: 16px;
  }
  .service7Block {
    padding: 40px 0 10px;
  }
  .service7Block .w1680 .tabClick {
    margin-top: 20px;
  }
  .service7Block .w1680 .content {
    margin-top: 0px;
  }
  .service7Block .w1680 .content .cont {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .service7Block .w1680 .content .cont .left {
    width: 100%;
    padding: 0;
  }
  .service7Block .w1680 .content .cont .right {
    width: 100%;
    margin-top: 30px;
  }
  .service7Block .w1680 .content .cont .left .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .service7Block2 {
    padding: 0 5%;
  }
  .service7Block2 .service7Block2Swiper {
    margin-top: 30px;
    padding-left: 0 !important;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide {
    min-height: 450px;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .title, .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .img, .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .tips {
    opacity: 1;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .tips p {
    margin-top: 20px;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .position {
    opacity: 0;
  }
  .service7Block2 .swiper-pagination {
    margin-top: 30px;
  }
  .service10Block {
    padding: 40px 0;
  }
  .service10Block .w1680 .content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .service10Block .w1680 .content .left1 {
    width: 100%;
  }
  .service10Block .w1680 .content .left1 .swiper_left_box {
    height: auto;
    margin-bottom: 30px;
  }
  .service10Block .w1680 .content .right1 {
    display: none;
  }
  .service12Block {
    padding: 40px 0;
  }
  .service12Block .w1680 .content {
    margin-top: 30px;
  }
  .service12Block .w1680 .content .list {
    flex-wrap: wrap;
  }
  .service12Block .w1680 .content .list .left {
    width: 100%;
    padding: 0;
  }
  .service7Block3, .service8Block2 {
    padding: 40px 0;
  }
  .service7Block3 .w1680 .content, .service8Block2 .w1680 .content {
    justify-content: space-between;
    margin-top: 0;
  }
  .service7Block3 .w1680 .content .list, .service8Block2 .w1680 .content .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
    margin-top: 30px;
    padding: 30px;
  }
  .service8Block2 {
    padding-top: 10px;
  }
  .service12Block {
    padding-bottom: 0;
  }
  .service12Block .w1680 .content {
    margin-top: 0;
  }
  .service12Block .w1680 .content .list {
    background: #fff;
  }
  .service12Block .w1680 .content .list .left .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .service12Block .w1680 .content .list .right {
    width: 100%;
    margin-top: 30px;
    border-radius: 0;
  }
  .service12Block .w1680 .content .list.box {
    top: 80px;
    padding: 30px 0 30px;
  }
}
@media (max-width: 750px) {
  .serviceBlock .w1680 {
    justify-content: space-between;
  }
  .serviceBlock .w1680 .list {
    max-width: 100%;
    width: calc((100% - 30px) / 2);
    margin: 0;
  }
  .serviceBlock .w1680 .list p {
    font-size: 32px;
    line-height: 1;
  }
  .serviceBlock .w1680 .list p span {
    font-size: 32px;
  }
  .serviceBlock .w1680 .list div {
    line-height: 1.5;
  }
  .service2Block5 .service2Block5Swiper {
    margin: 0 5%;
    margin-top: 30px;
    padding-left: 0 !important;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    padding: 30px 30px 100px;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .img {
    background-size: cover;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .text {
    margin-top: 50px;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .menu {
    flex-wrap: wrap;
  }
  .service2Block5 .service2Block5Swiper .swiper-wrapper .swiper-slide .menu a {
    margin-bottom: 20px;
  }
  .service2Block5 .swiper-pagination {
    width: 90%;
    margin: 40px 5%;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide {
    height: auto;
    padding: 30px;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .position {
    display: none;
    padding: 30px;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .position .title {
    font-size: 20px;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
  }
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide .tips {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .service7Block2 .service7Block2Swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .service2Block .w1680 .right .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .service5Block5 .w1680 .content .list {
    width: 100%;
  }
  .service2Block .w1680 .right .text p {
    font-size: 16px;
  }
  .service7Block3 .w1680 .content .list, .service8Block2 .w1680 .content .list {
    width: 100%;
  }
  .service2Block2 .w1680 .left .title {
    font-size: 24px;
  }
}/*# sourceMappingURL=service.css.map */