.banner {
    position: relative;
    height: 779px;
    min-width: 1200px;
    overflow: hidden;
}

.banner img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#map_container{
    width:100%;
    height: 100%;
}
.link-content {
    background: #ECECEC;
}

.link-content-block {
    height: 380px;
    background: #ECECEC;
    position: relative;
    width: 1200px;
    margin: auto;
}

.link-con {
    height: 530px;
    width: 1159px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: -292px;
    z-index: 1;
    padding: 68px 13px 44px 28px;
}

.contact-title {
    text-align: center;
    padding-bottom: 49px;
}

.contact-title:before {
    display: inline-block;
    content: "";
    background: url('/website/images/link-title-icon.png') no-repeat;
    background-size: 19px;
    width: 31px;
    height: 19px;
}

.contact-title:after {
    display: inline-block;
    content: "";
    background: url('/website/images/link-title-icon.png') no-repeat right;
    background-size: 19px;
    width: 31px;
    height: 19px;
}

.contact-title .zh {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}

.contact-title .en {
    font-size: 18px;
    font-weight: 600;
    color: #848484;
    line-height: 25px;
}

.contact-info {
    display: flex
}

.contact-lf {
    width: 617px;
    height: 431px;
}

.contact-rf {
    width: 542px;
    height: 476px;
    border: 1px solid #eee;
}

.contact-item {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
}

.contact-item .hd {
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    margin-right: 11px;
}

.contact-item .hd img {
    margin-right: 26px;
}

.contact-item .bd {
    font-size: 18px;
    line-height: 34px;
    color: #333333;
}

.agent-con {
    position: relative
}

.agent-con:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 26px;
    background: #D14648;
    position: inherit;
    top: 6px;
    margin-right: 4px;
}

.agent-con .title {
    font-size: 21px;
    font-weight: 600;
    color: #333333;
    line-height: 29px;
}

.agent-con .dis {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.link-s {
    font-size: 16px;
    color: #333333;
    display: inline-block
}

.link-card-con {
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 34px;
}

.link-card {
    width: 229px;
    height: 135px;
    border-radius: 4px;
    border: 1px solid #979797;
    padding-top: 14px;
    padding-left: 19px;
    box-sizing: border-box;
    margin-right: 46px;
    margin-top: 24px;
    padding-bottom:10px;
}

.link-card:nth-of-type(4n) {
    margin-right: 0
}
.link-card .name{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    margin-bottom: 12px;
}
.link-card .phone{
    font-size: 20px;
    color: #333333;
    line-height: 33px;
    margin-bottom: 16px;
}
.link-card .qq{

}
