.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.88rem;
}
.content .con-img{
    width: 100%;
    height: 4.5rem;
}
.con-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.content .con-contact{
    width: 100%;
    height:auto;
    margin-top: 0.6rem;
}
.con-contact .con-title{
    width: 100%;
    height: 0.62rem;
    border-bottom: 0.01rem solid #ff9e02;
}
.con-title .title{
    width: 1.94rem;
    height: 0.62rem;
    border-top-right-radius: 0.8rem;
    background: #ff9e02;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.62rem;
}
.con-ul{
    width: 7.1rem;
    height: 4.3rem;
    padding: 0 0.2rem;
}
.con-ul .con-li{
    width: 100%;
    height: 1rem;
    border-bottom: 0.01rem dashed #cccccc;
    overflow: hidden;
}
.con-li:last-child{
    height: 2rem;
    border-bottom: none;
}
.con-li .iconfont{
    display: block;
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 50%;
    background: #ff9e02;
    margin-top: 0.3rem;
    float: left;
    font-size: 0.4rem;
    color: white;
    text-align: center;
    line-height: 0.58rem;
}
.con-li span{
    display: block;
    width: auto;
    height: auto;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.58rem;
    margin-top: 0.3rem;
    margin-left: 0.1rem;
    float: left;
}
.con-li span:last-child{
    line-height: 0.4rem;
}
.content .con-site{
    width: 100%;
    height: 7.56rem;
    margin-top: 0.4rem;
}
.con-site .sit-title{
    width: 100%;
    height: 0.62rem;
    border-bottom: 0.01rem solid #ff9e02;
    display: flex;
    justify-content: space-between;
}
.sit-title .title{
    width: 1.94rem;
    height: 0.62rem;
    border-top-right-radius: 0.8rem;
    background: #ff9e02;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.62rem;
}
.sit-title .more{
    width: 1.2rem;
    height: 0.3rem;
    margin-top: 0.16rem;
}
.more span{
    font-size: 0.24rem;
    color: #666666;
    float: left;
}
.more .iconfont{
    display: block;
    width: 0.17rem;
    height: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.24rem;
    float: left;
}
.sit-ul{
    width: 7.1rem;
    height: 6.8rem;
    padding: 0 0.2rem;
}
.sit-ul .sit-li{
    width: 100%;
    height: 2.22rem;
    border-bottom: 0.01rem solid #cccccc;
    display: flex;
    justify-content: space-between;
}
.sit-li .li-img{
    width: 1.62rem;
    height: 1.62rem;
    margin-top: 0.3rem;
}
.li-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.sit-li .li-right{
    width: 5.3rem;
    height: 1.62rem;
    margin-top: 0.3rem;
}
.li-right .ri-title{
    width: 100%;
    height: 0.5rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.5rem;
}
.li-right p{
    display: block;
    width: 100%;
    height: auto;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.4rem;
    margin-top: 0.14rem;
}
.content .con-address{
    width: 100%;
    height: 6.72rem;
    margin-top: 0.3rem;
}
.con-address .add-title{
    width: 100%;
    height: 0.62rem;
    border-bottom: 0.01rem solid #ff9e02;
    display: flex;
    justify-content: space-between;
}
.add-title .title{
    width: 1.94rem;
    height: 0.62rem;
    border-top-right-radius: 0.8rem;
    background: #ff9e02;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.62rem;
}
.add-title .more{
    width: 1.2rem;
    height: 0.3rem;
    margin-top: 0.16rem;
}
.add-ul{
    width: 7.1rem;
    height: auto;
    padding: 0 0.2rem;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.add-ul .ul-box{
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
}
.add-ul .add-li{
    width: 3.2rem;
    height: 2.67rem;
    padding: 0 0.14rem;
    border: 0.01rem solid #dddddd;
    border-radius: 0.1rem;
}

.add-li .li-title{
    width: 100%;
    height: 0.8rem;
    border-bottom: 0.01rem dashed #dddddd;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.8rem;
}
.add-li p{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.35rem;
}
