
.stace h1{
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
}
.fuwuH1{
    color: rgb(12, 160, 58);
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.fuH2{
    font-size: 20px;
    padding-left: 40px;
    box-sizing: border-box;
    margin: 30px 0 15px 0;
}
.fuP{
    font-size: 17px;
    text-indent: 34px;
}
.kong{
    width: 100%;
    height: 30px;
}
.imageSize{
    width: 100%;
    margin-top: 15px;
}
.h{
    height: 600px;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.sh{
    height: 600px;
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top: 15px;
}
.fuH3{
    font-size: 17px;
    padding-left: 60px;
    box-sizing: border-box;
    margin: 30px 0 15px 0;
}
.imgClass{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.imgClass img{
    display: inline-block;
    margin-right: 15px;
    width: 47%;
}
table {  
    width: 100%;  
    border-collapse: collapse; /* 移除表格单元格之间的空白 */  
}  
th, td {  
    border: 1px solid black; /* 添加边框 */  
    padding: 8px; /* 添加内边距 */  
    text-align: center; /* 文本左对齐 */  
    height: 40px;
    line-height: 40px;
}  
th{
    background-color:  #f2f2f2;
}
@media screen and (max-width: 700px){
.detailpage .w1240{
    width: 100%;
}
.imageSize{
    width: 100%;
}
.stace h1{
    text-align: center;
    padding-bottom: 25px;
    font-size: 24px;
}

.fuwuH1{
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 16px;
}

.fuH2{
    font-size: 15px;
    padding-left: 36px;
}
.fuP{
    display: block;
    width: 100%;
    font-size: 14px;
    text-indent: 32px;
}
.kong{
    width: 100%;
    height: 30px;
}
.imageSize{
    width: 100%;
    margin-top: 15px;
}
.h{
    height: 400px;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.sh{
    height: 400px;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.fuH3{
    font-size: 10px;
    padding-left: 60px;
    box-sizing: border-box;
    margin: 30px 0 15px 0;
}
.imgClass{
    width: 100%;
    margin-top: 20px;
}
.imgClass img{
    display: inline-block;
    margin-right: 15px;
    width: 45%;
}
}