.company_service{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #E9E8E8;
    padding-bottom: 30px;
}

.company_service .title_div{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.company_service .title_div .title_en{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
    color: #848484;
    margin-top: 30px;
}

.company_service .title_div .title_zh{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bolder;
    font-size: 30px;
    color: black;
    margin-top: 30px;
}

.company_service .service_div{
    width: 95%;
    height: auto;
    /*background: red;*/
    margin-top: 30px;
    overflow: hidden;
    margin-left: 2.5%;
}

.company_service .service_div .item{
    width: 18%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
	margin-bottom: 15px;
}

.company_service .service_div .item .service_name_div{
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #FF0017;
}

.company_service .service_div .item .service_name_div .service_name{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10px;
}

.company_service .service_div .item .service_name_div .service_js{
    display: block;
    width: 90%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5%;
}

.company_service .service_div .item .service_name_div .detail{
    display: block;
    width: 40%;
    height: 25px;
    line-height: 25px;
    margin-left: 30%;
    border-radius: 15px;
    text-align: center;
    border: solid white 1px;
    margin-top: 17.5px;
    font-size: 14px;
    color: white;
    cursor: pointer;
}

.company_service .service_div .item .service_content_div{
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
}

.company_service .service_div .item .service_content_div a{
    display: block;
    width: 90%;
    height: 90px;
    line-height: 30px;
    margin-left: 5%;
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    color: #696969;
}

.integrate_content_div{
    width: 80%;
    height: auto;
    overflow: hidden;
    margin-left: 10%;
    margin-bottom: 50px;
}

.integrate_content_div .rating_report{
    width: 49%;
    height: auto;
    /*background: red;*/
    float: left;
    margin-right: 1%;
    margin-top: 15px;
    overflow: hidden;
    /*background: red;*/
}

.integrate_content_div .rating_report .top{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.integrate_content_div .rating_report .top .icon{
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 1%;
}

.integrate_content_div .rating_report .top .name{
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #CC000D;
    font-size: 22px;
    float: left;
    margin-left: 10px;
}

.integrate_content_div .rating_report .content2{
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #D8D6D6;
    padding-bottom: 10px;
    overflow: hidden;
    /*background: blue;*/
}

.integrate_content_div .rating_report .content2 .tab_header{
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #F3F3F3;
}

.integrate_content_div .rating_report .content2 .tab_header a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: black;
    font-weight: bolder;
    float: left;
}

.integrate_content_div .rating_report .content2 .tab_header .company{
    margin-left: 1%;
    width: 30%;
    text-align: left;
    /*background: red;*/
}

.integrate_content_div .rating_report .content2 .tab_header .level{
    width: 18%;
    text-align: center;
    /*background: blue;*/
}
.integrate_content_div .rating_report .content2 .tab_header .ratingOutlook{
    width: 9%;
    text-align: center;
    /*background: blue;*/
}
.integrate_content_div .rating_report .content2 .tab_header .time{
    width: 30%;
    text-align: center;
    /*background: yellow;*/
}
.integrate_content_div .rating_report .content2 .tab_header .detail{
    width: 10%;
    text-align: center;
    /*background: orange;*/
}

.integrate_content_div .rating_report .content2 .list{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.integrate_content_div .rating_report .content2  .item{
    width: 98%;
    height: 40px;
    margin-left: 1%;
    overflow: hidden;
    border-bottom: solid 1px #E7E7E7;
    background: white;
}

.integrate_content_div .rating_report .content2 .item a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: black;
    float: left;
}

.integrate_content_div .rating_report .content2 .item .company{
    width: 30%;
    text-align: left;
}

.integrate_content_div .rating_report .content2 .item .level{
    width: 20%;
    text-align: center;
}
.integrate_content_div .rating_report .content2 .item .ratingOutlook{
    width: 9%;
    text-align: center;
    /*background: blue;*/
}
.integrate_content_div .rating_report .content2 .item .time{
    width: 30%;
    text-align: center;
}

.integrate_content_div .rating_report .content2 .item .detail{
    width: 10%;
    text-align: center;
    cursor: pointer;
}

.integrate_content_div .rating_report .content2 .item .detail:hover{
    color: #5798E0;
}

.integrate_content_div .rating_method{
    width: 49%;
    height: auto;
    /*background: red;*/
    float: left;
    margin-left: 1%;
    margin-top: 15px;
    min-height: 320px;
    overflow: hidden;
}

.integrate_content_div .rating_method .top{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.integrate_content_div .rating_method .top .icon{
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 1%;
}

.integrate_content_div .rating_method .top .name{
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #CC000D;
    font-size: 22px;
    float: left;
    margin-left: 10px;
}

.integrate_content_div .rating_method .content2{
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #D8D6D6;
    padding-bottom: 10px;
}

.integrate_content_div .rating_method .content2 .tab_header{
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #F3F3F3;
}

.integrate_content_div .rating_method .content2 .tab_header a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: black;
    font-weight: bolder;
}

.integrate_content_div .rating_method .content2 .tab_header .function{
    margin-left: 1%;
    width: 89%;
    text-align: left;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.integrate_content_div .rating_method .content2 .tab_header .detail{
    width: 8%;
    text-align: center;
    float: left;
}

.integrate_content_div .rating_method .content2 .list{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.integrate_content_div .rating_method .content2  .item{
    width: 98%;
    height: 40px;
    margin-left: 1%;
    overflow: hidden;
    border-bottom: solid 1px #E7E7E7;
    background: white;
}

.integrate_content_div .rating_method .content2 .item a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: black;
}

.integrate_content_div .rating_method .content2 .item .function{
    width: 90%;
    text-align: left;
    float: left;
}

.integrate_content_div .rating_method .content2 .item .detail{
    width: 10%;
    text-align: center;
    float: right;
    cursor: pointer;
}

.integrate_content_div .rating_method .content2 .item .detail:hover{
    color: #5798E0;
}

.integrate_content_div .news{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-top: 15px;
}

.integrate_content_div .news .content_news{
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #D8D6D6;
    padding-bottom: 10px;
}

.integrate_content_div .news .content_news .top{
    width: 100%;
    height: 50px;
    background: #FF0017;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.integrate_content_div .news .content_news .top .icon{
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 1%;
    margin-top: 10px;
}

.integrate_content_div .news .content_news .top .name{
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.integrate_content_div .news .content_news .top .more{
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 16px;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
}

.integrate_content_div .news .content_news .list{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.integrate_content_div .news .content_news .list .item{
    width: 98%;
    height: 40px;
    margin-left: 1%;
    overflow: hidden;
    border-bottom: solid 1px #E7E7E7;
    background: white;
    cursor: pointer;
}

.integrate_content_div .news .content_news .list .item a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: black;
}

.integrate_content_div .news .content_news .list .item .title{
    width: 80%;
    text-align: left;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.integrate_content_div .news .content_news .list .item .time{
    width: 20%;
    text-align: center;
    float: right;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.integrate_content_div .message{
    width: 49%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 0;
    margin-top: 15px;
}

.integrate_content_div .message .message_pl{
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #D8D6D6;
    padding-bottom: 10px;
}