
.banner {
    height: 289px;
    background: url("../images/contact/banner.jpg") center center no-repeat;
}
.main {
    padding-bottom: 60px;
    margin-bottom: 3px;
    background: #faf9f7 url("../images/business-guide/bg.png") 0 0 no-repeat;
}
.guide,
.guide-content {
    margin-top: 50px;
    height: 1006px;
    background-color: #fff;
}
.guide-content {
    width: 833px;
}
.guide {
    width: 334px;
}
.line {
    height: 3px;
    background-color: #e4e4e4;
}
.guide-wrap {
    margin: 0 63px 0 77px;
    width: 194px;
}

.guide-icon {
    display: block;
    margin-bottom: 28px;
    padding-left: 71px;
    width: 194px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fefefe;
    box-sizing: border-box;
}
.guide-wrap .guide-icon:nth-child(1) {
    margin-top: 29px;
    padding-left: 0;
    font-size: 24px;
    color: #232222;
    text-align: center;
    height: 42px;
    border-bottom: solid 2px #dda938;
    background: #fff url("../images/news/n1.png") 0 center no-repeat;
}
.guide-wrap .guide-icon:nth-child(2) {
    background: #e9cb8a url("../images/news/n2.png") 32px center no-repeat;
}
.guide-wrap .guide-icon:nth-child(3) {
    background: #e9cb8a url("../images/news/n3.png") 32px center no-repeat;
}
.guide-wrap .guide-icon:nth-child(4) {
    background: #e9cb8a url("../images/business/g2.png") 32px center no-repeat;
}
.guide-wrap .guide-icon:nth-child(5) {
    background: #e9cb8a url("../images/business/g3.png") 32px center no-repeat;
}
.guide-wrap .guide-icon:nth-child(n + 2):hover {
    background-color: #dda938;
}
.guide-content-wrap {
    width: 766px;
    margin: 0 auto;
}
.title {
    margin-top: 29px;
    height: 40px;
    border-bottom: solid 2px #dda938;
}
.title-text {
    padding-left: 40px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #232222;
    background: #fff url("../images/news/n1.png") 0 center no-repeat;
}
.title-icon {
    width: 13px;
    height: 40px;
    background: url("../images/business/t1.png") 0 center no-repeat;
}

/* 列表 */
.news-items {
    margin-top: 14px;
    margin-bottom: 4px;
    height: 405px;
    overflow: hidden;
}
.news-items > li {
    position: relative;
    height: 44px;
    line-height: 44px;
    vertical-align: top;
    background: url("../images/business-guide/t2.png") 1px bottom no-repeat;
}
.news-items > li:before {
    position: absolute;
    content: "";
    left: 11px;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.news-items > li > a {
    padding-left: 37px;
    font-size: 16px;
    display: block;
    color: #333;
    margin-right: 150px;
}

.news-time {
    position: absolute;
    right: 16px;
    top: 0;
    font-size: 16px;
    color: #847e7e;
}

.news-items > li:hover a {
    color: #dda938;
}

.news-items > li:hover:before {
    background-color: #dda938;
}
/* ----- */
.guide-wrap .guide-icon.current {
    background-color: #dda938;
}
.main {
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom: 3px;
    background: #faf9f7 url('../images/business/bg.png') 0 -231px no-repeat;
}
.line {
    height: 3px;
    background-color: #e4e4e4;
}
.map {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    height: 650px;
    background: url("../images/contact/map.jpg") center center no-repeat;
    overflow: hidden;
}
.icon2{
    position: absolute;
    margin: 360px 0 0 582px;
    left: 0;
    right: 0;
    width: 38px;
    height: 46px;
    background: url("../images/contact/icon.png") center center no-repeat;
}
.map-box {
    position: absolute;

    margin: 140px 0 0 172px;
    width: 497px;
    height: 219px;
    background: url('../images/contact/c4.png') 0 0 no-repeat;
}
.icon {
    width: 63px;
    height: 206px;
}
.icon i {
    display: block;
    width: 25px;
    height: 25px;
}
.icon i:nth-child(1) {
    margin: 28px 0 57px 23px;
    background: url('../images/contact/c1.png') center center no-repeat;
}
.icon i:nth-child(2) {
    margin: 0 0 31px 23px;
    background: url('../images/contact/c2.png') center center no-repeat;
}
.icon i:nth-child(3) {
    margin: 0 0 0 23px;
    background: url('../images/contact/c3.png') center center no-repeat;
}
.map-data {
    font-size: 18px;
    color: #fefefe;
    box-sizing: border-box;
    padding-top: 16px;
}
.address-data {
    width: 348px;
    height: 55px;
    padding-top: 12px;
    word-break: break-all;
   /*  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}
.map-phone,
.mailbox {
    display: block;
    width: 390px;
    padding-left: 7px;
}
.map-phone {
    padding-top: 42px;
}
.mailbox {
    padding-top: 33px;
}

