/* 底部 */
.link-box {
    position: relative;
    width: 1202px;
    margin: 0 auto;
    height: 60px;
    line-height: 80px;
}

.link-title {
    display: block;
    height: 80px;
    float: left;
    background: url("../images/index/link-icon.png") no-repeat left center;
    padding-left: 29px;
    font-size: 16px;
    color: #4c525d;
    font-weight: bold;
}

.foot-box {
    height: 227px;
    background-color: #f8f8f9;
}


.link-list-box {
    /* margin-left: 110px; */
    margin-right: -10px;
}

.link-list-box>li {
    float: left;
    width: 190px;
    height: 30px;
    border: 1px solid #cdcddc;
    box-sizing: border-box;
    line-height: 28px;
    margin-top: 25px;
    padding-left: 12px;
    color: #4c525d;
    cursor: pointer;
    margin-right: 11px;
    background: url("../images/index/link-arrow.png") no-repeat right 11px center;
    background-color: #fff;
    color: #666;
}

.link-list-box>li.active {
    border: 1px solid #1492ff;
    color: #1492ff;
}

.link-content {
    display: none;
    position: absolute;
    z-index: 3;
    border: 1px solid rgb(182, 190, 204);
    height: 160px;
    box-shadow: -3px 0px 10px 0px rgba(51, 65, 93, 0.17);
    width: 1200px;
    background-color: #fff;
    top: 61px;
    left: 0px;
    box-sizing: border-box;
    overflow: hidden;
    
}

.link-content>div {
    padding:10px 20px;
}

.link-content.show-link {
    display: block;
}

.link-name-title {
    height: 30px;
    font-weight: bold;
    line-height: 14px;
    box-sizing: border-box;
    padding-top: 5px;
}

.link-list {
    line-height: 14px;
}

.link-list>li {
    float: left;
    margin-right: 30px;
    padding-bottom: 10px;
}

.link-list a {
    color: #959fb2
}

.link-list a:hover {
    color: #1492ff;
}

.foot-title {
    color: #666;
    margin-left: 222px;
    line-height: 14px;
}


.foot-box>div {
    position: relative;
    width: 1202px;
    margin: 0 auto;
    /* height: 173px; */
}

.foot-first {
    padding-top: 45px;
    margin-bottom: 16px;
}

.foot-last {
    line-height: 20px;
    padding-left: 25px;
    margin-top: 10px;
    background: url("../images/index/gabah.png") no-repeat left center;
    
}

.code-img {
    height: 99px;
    width: 99px;
    margin-bottom: 4px;
}

.code-img>img {
    height: 100%;
    width: 100%;
}

.code-box {
    position: absolute;
    height: 173px;
    box-sizing: border-box;
    padding-top: 21px;
    color: #666;
    width: 110px;
    right: 0;
    top: 0;

}

.foot-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 40px;
    color: #666;
    top: 30px;
}

.net-btn {
    /* right: 305px; */
	right: 259px;
    background: url("../../images/bszn/net-icon.png") no-repeat center top;
}

/* .net-btn::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 85px;
    background: #fff;
    left: -40px;
    top: 8px;;
}
 */
.map-btn {
    right: 225px;
    background: url("../images/index/map-icon.png") no-repeat center top;
}

.gav-btn {
    position: absolute;
    width: 54px;
    height: 62px;
    left: 0;
    top: 52px;
    background: url("../images/index/qh-footer-gav.png") no-repeat center;
}

.find-btn {
    position: absolute;
    width: 108px;
    height: 54px;
    background: url("../images/index/qh-footer-find.png") no-repeat center;
    left: 72px;
    top: 56px;
}

.call-btn {
    /* right: 145px; */
	right: 190px;
    background: url("../../images/bszn/call.png") no-repeat center top;
}

.gov {
    position: absolute;
    width: 214px;
    height: 40px;
    right: 148px;
    top: 100px;
    background: url("../images/index/gov-icon.png") no-repeat center;
}

.foot-line {
    height: 160px;
    background: url("../images/index/foot-line.png") no-repeat 800px 30px;
}