﻿.home-show .scon{position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;}
.home-show .scon .item{width: 50%;text-align: center;margin-bottom: 3%;margin-top: 2%;padding: 0 2%;}
.home-show .scon .title{color: var(--color);margin:2% 0;font-size: 32px;}
.home-show .scon .text{color:#666;margin-bottom: 5%;}
.home-show .scon a{padding: 10px 5px;border-left: 1px solid var(--color);border-right: 1px solid var(--color);}
.home-show .scon::after{position: absolute;content: '';width: 100%;height: 2px;background: #eee;left: 0;top: 50%;}
.home-show .scon::before{position: absolute;content: '';height: 100%;width: 2px;background: #eee;left: 50%;top: 0;}
.home-show .scon .circle{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: var(--color);width: 180px;height: 180px;display: flex;justify-content: center;align-items: center;font-size: 40px;z-index: 99;border-radius: 50%;color: #fff;}
@media(max-width:768px){.home-show .scon::after{display:none;}.home-show .scon::before{display:none;}.home-show .scon .circle{display:none;}.home-show .scon .item{width:100%;}.home-show .scon .title{font-size:18px;}}
.home-show{margin-top:4%;}
.home-service .service-item img{filter: brightness(0.5);}
.home-service .service-item .box{top:0;bottom:auto;}