.link_body .banner{
    width: 100%;
}
.link_body .banner img{
    width: 100%;
    display: block;
}
.link_body .content{
    width: 1200px;
    margin: 0 auto;
}
.link_body .content .title{
    font-size:30px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:30px;
    margin-top: 60px;
    text-align: center;
}
.link_body .content>ul{
    display: inline-block;
    width: 1200px;
    margin-top: 60px;
}
.link_body .content>ul .link_item{
    float: left;
    width: 380px;
    margin-right: 30px;
    height: 160px;
    background-image: url("/img/index/index_pic2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.link_body .content>ul .link_item:last-child{
    margin-right: 0;
}
.link_body .content>ul .link_item .img{
    margin-top: 26px;
    text-align: center;
    margin-bottom: 17px;
}
.link_body .content>ul .link_item .img img{
    height: 30px;
    display: block;
    margin: 0 auto;
}
.link_body .content>ul .link_item .text{
    font-size:12px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 20px;
    text-align: center;
    white-space: pre-line;
}
.link_body .content .address{
    margin-top: 30px;
    width: 1200px;
    padding-bottom: 60px;
}
.link_body .content .map{
    width: 1200px !important;
    height: 400px !important;
    top: 0 !important;
}
.link_body .content .address .alert_title{
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}
.link_body .content .address .alert_des{
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    word-wrap: break-word;
}
