/**!
 * 永州主题式服务
 * date:2019-05-18
 * author: zhuchenghao;
 */

.main .main-title {
    height: 90px;
    padding: 0 20px;
    line-height: 90px;
}

.main .main-title>h1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 77px;
    background-repeat: no-repeat;
    background-position: left center;
}


/* 我要开店 */

.main-title.bg-kaidian {
    background: url("./bg-banner01.jpg") no-repeat center;
}

.main-title.bg-kaidian>h1 {
    background-image: url("./title-icon1.png");
}


/* 我要办事 */
2 .main-title.bg-banshi {
    background: url("./bg-banner02.jpg") no-repeat center;
}

.main-title.bg-banshi>h1 {
    background-image: url("./title-icon2.png");
}


/* 我要办证 */

.main-title.bg-banzheng {
    background: url("./bg-banner03.jpg") no-repeat center;
}

.main-title.bg-banzheng>h1 {
    background-image: url("./title-icon3.png");
}


/* 我要取钱 */

.main-title.bg-quqian {
    background: url("./bg-banner04.jpg") no-repeat center;
}

.main-title.bg-quqian>h1 {
    background-image: url("./title-icon4.png");
}

.links {
    background-color: #fff;
    padding: 0 4px 25px;
    overflow: hidden;
}

.linklist>li {
    float: left;
    width: 206px;
    height: 163px;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 16px 0;
}

.linklist .link {
    display: block;
    height: 100%;
    background-color: #f2f4f9;
    padding-top: 0px;
}

.link .icon-box {
    width: 100%;
    height: 60%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
    top: 0;
}

.link .icon-box>.icon-default,
.link .icon-box>.icon-active {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.link .icon-box>.icon-active {
    display: none;
}

.icon-box>*>img {
    vertical-align: middle;
    width: 100%
}

.link .link-title {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px;
    text-align: center;
}

.link:hover {
    background-color: #2e5aa6;
    color: #ffffff;
}

.link:hover .icon-box.icon-default {
    display: none;
}

.link:hover .icon-box>.icon-active {
    display: block;
}

.page_btn {
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    background: #ededed;
    color: #666;
    text-align: center;
    padding: 4px 4px 0px;
    margin-bottom: 10px;
}

.page_btn span.zg_page {
    margin-top: 10px;
}

.page_btn span {
    /* float: left; */
    margin: 0 3px;
}

.page_btn a {
    /* float: left; */
    padding: 7px 18px;
    color: #666;
    background: #fff;
    border: 1px solid #dddddd;
    margin: 0 4px;
    border-radius: 2px;
}

.page_btn .tz {
    /* float: left; */
    display: inline;
    line-height: 40px;
    height: 40px;
}

.page_btn .tz .xzk {
    width: 46px;
    height: 14px;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    /* float: left; */
    margin: 0 9px;
    padding: 9px 0;
}

.page_btn .tz .sure {
    width: 60px;
    height: 32px;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    /* float: left; */
    background: #fff;
    margin-left: 9px;
    cursor: pointer;
    border-radius: 2px;
}

.page_btn .tz .sure:hover {
    background: #2174d0;
    border: 1px solid #2174d0;
    color: #fff;
}