.content-info{
    box-sizing: border-box;
    padding-right: 12px;
    width: 932px;
}
.content-info-header{
    display: flex;
    padding: 10px;
    background: #fff;
}
.news-content-header{
    border-bottom: 1px solid #eaeaea;
    padding: 16px;
    display: block !important;
}
.info-properties{
    margin-top: 12px;
    font-size: 13px;
    color: #999;
}
.content-info-header .item-img {
    position: relative;
    margin-right: 16px;
    float: left;
    width: 240px;
    height: 240px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
.content-info-header .item-img img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}
.content-info-header .item-info{
    width: 680px;
}
.content-info-header .info-title{
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
}
.content-info-header .info-property{
    margin-top: 16px;
    color: #666;
    width: 50%;
    padding-right: 6px;
    display: inline-block;
    float: left;
}
.content-info-header .info-property h5{
    display: inline-block;
    margin-right: 6px;
}
.content-info-header .info-property .phone{
    display: inline-block;
    color: #f33;
    font-weight: bold;
    font-size: 18px;
}
.info-btn-box{
    width: 100%;
    clear: both;
    overflow: hidden;
}
.content-info-header .info-btn{
    margin: 20px 12px 0 0;
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    height: 42px;
    border-radius: 5px;
    padding: 0 24px;
}
.content-info-header .info-btn:hover{
    text-decoration: underline;
    color: #fff;
}
.info-collect{
    background-image: linear-gradient(90deg,#f93,#ffb266);
}
.content-info-header .info-contact{
    background-image: linear-gradient(90deg,#f33,#f66);
}
.content-info-header .info-btn .iconfont{
    font-size: 18px;
    margin-right: 4px;
}
.content-info-body{
    margin-top: 12px;
    background-color: #fff;
    overflow: hidden;
    padding:16px 10px;
}
.content-info-body .content-info-title{
    font-size: 18px;
    font-weight: bold;
    color: #7e7e7e;
}
.content-info-body .content-info-title .active {
    border-bottom: 3px solid red;
    padding-bottom: 3px;
    color: #333 !important;
}
.content-info-body .content-info-title hr{
    width: 72px;
    height: 4px;
    margin: 10px 0;
    background-color: #e63917;
    border: 0;
}
.content-info-body .content-info-text{
    padding:  0 6px 20px;
    line-height: 200%;
}
.content-info-body .company-view-intro {
    padding: 20px 6px 20px;
    font-size: 16px;
    line-height: 32px;
}
.content-info-footer{
    margin-top: 12px;
    background-color: #fff;
    overflow: hidden;
    padding:0 10px 16px;
    min-height: 200px;
}
.content-info-footer .item-box-title{
    /* margin-bottom: 12px; */
}
.content-info-footer .l-card-content a{
    width: 50%;
    float: left;
    padding-left: 24px;
}
.content-info-footer .l-card-content a:before{
    left: -4px;
    top: 3px;
    width: 30px;
    height: 30px;
    background: url(../images/icons/icon-arrow-box.png)no-repeat center;
    background-size: 100%;
}
.list-other-item {
    color: #999;
    margin-top: 12px;
}
/*帮助中心*/
.help-title{
    font-size: 28px;
    color: #555;
    text-align: center
}
.help-title:after {
    content: '';
    display: block;
    width: 38px;
    height: 4px;
    background-color: #f33;
    border-radius: 2px;
    margin: 14px auto 30px;
}
.part2-content {
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
}

.part2-content li {
    float: left;
    margin-bottom: 22px;
    margin-left: 22px;
    width: 282px;
    height: 120px;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #f3f3f3;
    box-sizing: border-box;
    padding: 24px 23px 0 13px;
    position: relative;
    cursor: pointer;
}
.part2-content li p {
    position: absolute;
    left: 100px;
    font-size: 20px;
    color: #555;
    top: 18px;
}
.part2-content li p:last-child {
    width: 168px;
    font-size: 14px;
    color: #999;
    top: 54px;
}
.part2-content li img{
    display: block;
    width: 73px;
    float: left;
}
.part3-content{
    margin-top: 20px;
    padding: 20px 0;
    background-color: #fff
}
.part3-content ul{
    overflow: hidden;
}
.part3-content li{
    float: left;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
    width: 282px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 22px;
}
.part3-content li span {
    font-size: 10px;
    color: #cfcfcf;
    float: left;
    margin-top: 3px;
    margin-right: 11px;
}
.part3-content li a:hover{
    text-decoration: underline;
    color: #f33;
}
.part4-content{
    margin-top: 20px;
    padding: 20px 0;
    background-color: #fff
}
.part4-content ul{
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.part4-content li{
    float: left;
    margin:0 15px;
    width: 380px;
    height: 260px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-sizing: border-box;
    padding-top: 24px;
    background-image: url('/static/images/icons/icon-phone.png');
    background-position: center 57px;
    background-repeat: no-repeat;
}
.part4-content li h3{
    font-size: 22px;
    color: #555;
    text-align: center;
    margin-bottom: 50px;
}
.part4-content li p{
    margin-left: 51px;
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}
.part4-content li span{
    color: #6ba9fd;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 31px;
}
.part4-content li div{
    text-align: center;
}
.part4-content li img{
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.box1 p{
    margin-left: 0 !important;
    text-align: center;
}
.part4-content li.box1{
    background-image: url('/static/images/icons/icon-kefu.png');
}
.part4-content li.box1 h3{
    margin-bottom: 36px;
}