﻿@charset "utf-8";
/*内容*/
.company_profile_content{
    width:100%;
    overflow: hidden;
}
.company_profile_container{
    width:1280px;
    overflow: hidden;
    margin:0 auto;
}
.company_profile_content_suggest,.company_profile_content_partner{
    margin-top: 50px;
}
.company_profile_content_suggest_title{
    width:100%;
    height: 80px;
    border-bottom: 3px solid #1e7bb3;
    line-height:80px;
}
.company_profile_content_suggest_title span{
    display: inline-block;
    padding: 0 20px;
    background-color: #1e7bb3;
    color: #fff;
    font-size: 16px;
}
.company_profile_content_suggest_content{
    margin: 50px 0;
}
.company_profile_content_partner_content{
    margin: 50px 0;
    text-align: center;
}
.company_profile_content_partner_content img{
    margin:0 9px 9px 0;
}
/* 手机 */
.main-mobile .company_profile_container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
}
.main-mobile .company_profile_content_suggest, .main-mobile .company_profile_content_partner {
    margin-top: 20px;
}
.main-mobile .company_profile_content_suggest_title {
    height: 50px;
    line-height: 50px;
}
.main-mobile .company_profile_content_suggest_content {
    margin: 20px 0;
}
.main-mobile .company_profile_content_partner_content {
    margin: 20px 0;
}
.main-mobile .company_profile_content_partner_content img {
    height: 50px;
}