.map_comp{
    width:100%;
    height:780px;
    text-align: center;
}
.map_comp .map_comp_item{
    width: 1200px;
    margin:0 auto;
    padding:54px 54px 48px 50px;
    box-sizing: border-box;
    display: none;
}
.map_comp .map_comp_item .map_comp_item_title{
    padding:0 100px  9px 143px;
    box-sizing: border-box;
}
.map_comp .map_comp_item .map_comp_item_title .map_comp_item_title_img{
    width: 957px;
    height: 64px;
    font-family: SourceHanSansCN-Heavy;
    font-size: 84px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3px;
    letter-spacing: 0px;
    color: #f6b13a;
}
.map_comp .map_comp_item .map_comp_item_title .map_comp_item_title_text{
    width: 957px;
    height: 34px;
    font-family: SourceHanSansCN-Normal;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #0a726d;
    margin-top:15px;
    text-align: right;
}
.map_comp .map_comp_item  .map_comp_item_content{
    width:100%;
    height:566px;
    position: relative;
}
.map_comp .map_comp_item  .map_comp_item_content img{
    width:769px;
    height:100%;
    position: absolute;
    left: 0;
    top:0;
}
.map_comp .map_comp_item  .map_comp_item_content .text{
    width: 332px;
    height: 42px;
    font-family: SimSun;
    font-size: 18px;
    /*font-weight: bold;*/
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    position: absolute;
    right: 0;
    top:206px;
    text-align: left;
}
.map_comp .map_comp_item  .map_comp_item_content .text .text_item{
    margin-top: 15px;
}