* {
    margin: 0;
    padding: 0;
}

.coco_introduce_main {
    width: 100%;
    height: auto;
    padding: 100px 0 290px;
    background: url("./img/introduce_bg.png") bottom center no-repeat;
    background-size: 100%;
}

.coco_introduce_main .coco_introduce {
    width: 1200px;
    margin: 0 auto;
}

.coco_introduce_main .coco_introduce h6 {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.coco_introduce_text {
    width: 1060px;
    padding: 50px 70px 100px;
    -moz-box-shadow: 1px 0px 12px #eee;
    -webkit-box-shadow: 1px 0px 12px #eee;
    box-shadow: 1px 0px 12px #eee;
    border-radius: 5px;
}

.coco_introduce_text p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px;
}

.coco_introduce_logo {
    width: 100%;
    margin: 100px auto;
}

.coco_introduce_logo img {
    display: block;
    float: left;
    width: 220px;
    height: 65px;
    margin: 0 66px;
    justify-content: space-around;
}
.coco_introduce_text_Bottom{
    width: 100%;
    text-align: center;
    margin-top:20px;

}
.coco_introduce_text_Top{
    position: absolute;
    right:10px;
    top:10px;

}
.coco_introduce_text_Top span{
    padding:0 20px;
    color:#000;
}


.coco_introduce_text_Top a{
    text-decoration:none;
}