body{
    background: #fdfdfd;
}
.detailHead{
    height: 6.4rem;position: relative;
}
.headImg{
    display: block;width: 100%;height: 100%;
}
.title{
    font: .5rem/.5rem 微软雅黑;color: #fff;position: absolute;top: 1.8rem;left: .6rem;
}
.headInfor{
    font: .24rem/.24rem 微软雅黑;color: #fff;position: absolute;left: .6rem;top: 2.42rem;
}
.toWeb{
    display: block;width: .5rem;height: .5rem;font: .5rem/.5rem 微软雅黑;color: #fff;text-align: center;position: absolute;left: .6rem;top: 3.04rem;
}
.projectIntro{
    width: 7.1rem;border-radius: .08rem;background: #fff;margin: -1rem auto 0;position: relative;z-index:0;overflow: hidden;box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.06);margin-bottom: .2rem;
}
.projectIntro h3{
    font: .34rem/.75rem 微软雅黑;color: #303245;padding: .15rem .38rem 0;position: relative;
}
.projectIntro h3::after{
    display: block;width: .2rem;height: .05rem;background: #ff3934;position: absolute;bottom: 0;left: .38rem;
}
.projectIntro>p{
    font: .22rem/.32rem 微软雅黑;color: #999;padding: .22rem .38rem .26rem;
}
.lookSee{
    display: block;width: 1.56rem;font: .24rem/.62rem 微软雅黑;color: #999;border-radius: .04rem;text-align: center;background: #f5f5f5;margin:0 .38rem .56rem;
}
.projectInfor{
    height: 2.5rem;background: #fbfbfb;box-sizing: border-box;padding: .63rem .6rem 0;
}
.projectInfor p{
    font: .22rem/.36rem 微软雅黑;color: #999;
}
.detailImg{
    width: 7.1rem;padding: .2rem;background: #fff;border-radius: .04rem;box-sizing: border-box;box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.06);margin: 0 auto .7rem;
}
.detailImg img{
    background: #f4f4f4;display: block;width: 6.7rem;border-radius: .04rem;
}
.service{margin-bottom:1.0rem;}
.about_content_summary p{
  font: .22rem/.32rem 微软雅黑;color: #999;padding: .22rem .38rem .26rem;text-align: justify;
}
.about_content_img img {
	width: 100%;
}
.contact_content_summary dl {font: .22rem/.32rem 微软雅黑;color: #999;padding: .12rem .38rem .12rem; display: flex;}
.contact_content_summary dt {width: 2rem;text-align: right;margin-right: .1rem;}
.contact_content_summary dd {flex: 1}
.contact_box_content {
    display: none;
    border-top: 1px solid #ddd;
    margin-top: .12rem;
    padding: .24rem;
    line-height: .35em;
}

.contact_box_content_name {color: #333;font-size: .26rem;}
.contact_box_content_summary {font-size: .22rem; color: #999;margin-top: .12rem}
.contact_box_list ul {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem;
}
.contact_box_list ul li {
    width: calc(100%/4 - .24rem);
    margin-right: .24rem;
    padding: .15rem .20rem;
    font-size: .28rem;
    color: #333;
    box-sizing: border-box;
    text-align: center;
}
.contact_box_list ul li::nth-child(4n) {
    margin-right: 0;
}
.contact_box_list ul li.active {
    background-color: #ff3934;
    color: #fff;
}
.contact_box {
    margin-bottom: .5rem;
}
