

.content {
    padding: 50px;
    background: url("../img/index/bg.png") no-repeat 0 150px;
    background-size: 100% auto;
}

.content .public-content {
    padding: 0 0 20px 0;
}

.content .public-content .phone1 {
    width: 100%;
}

.content .public-content .phone2 {
    width: 100%;
}
.content .public-content .parters {
    width: 100%;
    margin-bottom: 45px;
}
.content .public-content .parters li{
    width: 25%;
    float: left;
}
.content .public-content .parters li img{
    width: 260px;
}
.content .public-content .opencitys {
    width: 100%;
    margin-bottom: 20px;
}
.content .public-content .opencitys li{
    width: 12%;
    float: left;
}

.openword{
    float: left;
    width: 100px;
    height: 36px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 300;
    color: #39C599;
    line-height: 45px;
}
.noopen{
    float: left;
    width: 100px;
    height: 36px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 300;
    color: #999999;
    line-height: 45px;
}


