.banner{
    display: block;
    width: 100%;
}
.introduce{
    font-size: 1.15vw;
    line-height: 2.19vw;
    color: #535353;
    padding-top: 2.57vw;
    height: 24.7vw;
    background: #EEEEEE;
    letter-spacing: -0.03vw;
}
.serviceList{
    display: flex;
    justify-content: space-between;
    margin-top:-17.78vw
}
.serviceList li{
    width: 21.77vw;
    height: 31.81vw;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0vw 0vw 0.4vw rgba(0,0,0,0.15);
}
.serviceList li img{
    width: 21.77vw;
    height: 14.01vw;
    display: block;
    position: absolute;
    bottom: 0;
    left:0
}
.serviceList li .title{
    font-size: 1.41vw;
    display: block;
    padding: 2.92vw 0 1.3vw 0;
    text-align: center;
    color:#00a051;
    font-weight: bold;
}
.serviceList li .dicript{
    width: 18.05vw;
    margin: auto;
    font-size: 1.15vw;
    line-height: 1.8vw;
    color: #7D7D7D;
    letter-spacing: 0.012vw;
}
.modelTitle{
    font-size: 2.5vw;
    margin-top: 6vw;
    position: relative;
    display: block;
    color: #000;
}
.modelTitle::before{
    position: absolute;
    top: -1.1vw;
    content: "";
    display: block;
    width: 4.06vw;
    height: 0.68vw;
    background: #00a051;
}
.coreOutline{
    display: block;
    font-size:1.56vw;
    color: #000000;
    padding:0 0 0 1.72vw;
    position: relative;
    margin: 4.1vw 0 2.6vw 0;
    font-weight: bold;
}
.coreOutline:before{
    display: block;
    content: "";
    width: 1.15vw;
    height: 1.15vw;
    border-radius: 50%;
    background: #00a051;
    position: absolute;
    top:0.3vw;
    left: 0;
}
.coreDis{
    font-size: 1.25vw;
    color: #000000;
    line-height: 1.35vw;
    padding-left: 0.47vw;
}
.coreDis.contentMore{
    line-height: 2.16vw;
    color: #535353;
    font-size: 1.15vw;
    letter-spacing: -0.02vw;
}
.coreList{
    position: relative;
    height: 19.2vw;
}
.coreList li{
    display:inline-block;
    height: 2.76vw;
    font-size: 1.25vw;
    color: #7D7D7D;
    line-height: 2.76vw;
    padding: 0 1.61vw;
    background: #EEF1F1;
    position: absolute;
}
.coreList li:nth-child(1){
    left: 3.5vw;
    top: 3.48vw;
}
.coreList li:nth-child(2){
    top:3.48vw;
    right: 2.45vw
}
.coreList li:nth-child(3){
    top:8.44vw;
    left: 18.19vw;
}
.coreList li:nth-child(4){
    top:13.5vw;
    left: 8.14vw;
}
.coreList li:nth-child(5){
    top:17.3vw;
    right: 0;
}
.coreList li .num{
    font-size: 1.88vw;
    color: #00a051;
    line-height: 2.5vw;
    font-weight: bold;
}
.productLis{
    margin-top: 1.7vw;
}
.productLis li{
    font-size: 1.15vw;
    color: #626262;
    padding: 0.9vw 0;
    display: flex;
}
.productLis li em{
    color: #00a051;
    font-size: 1.15vw;
    font-style: normal;
    display: block;
    font-weight: bold;
    
}
.pageTitleBox{
    margin:5.16vw auto 3.75vw auto;
    position: relative;
}
.pageTitle{
    display: block;
    height: 3.02vw;
    margin: auto;
}
.pageTitleBox::after{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -3.02vw;
    width: 6.04vw;
    height: 0.73vw;
    background: #00A051;
    border-radius: 0.36vw;
    bottom:-1.15vw;
    
}
.productBox .modelTitle{
    margin-top: 0;
}
.productBox{
    background: #EEEEEE;
    padding: 4.48vw 0 2.17vw 0;
    margin: 7vw 0 3.65vw 0;
}
.productServiceBox{
    width: 68vw;
}
.productServiceTitle{
    margin-top: 2.6vw;
    font-size: 1.15vw;
    line-height: 2.16vw;
    color: #000;
}
.productServiceContent{
    font-size: 1.15vw;
    line-height: 2.16vw;
    color: #535353;
}