﻿@charset "UTF-8";
#header #logo {
    display: block;
    width:100%;
    padding:0;
    height: 70px;
    background-size:100%;
}
#header .backMainSite {display: block;position: absolute;top: 10px;right: 10px;width: 40px;background: #b30000;height: 40px;padding: 5px;line-height: 20px;font-size: 16px;text-align: center;color: #fff;border-radius: 5px;}
#header .title,
#header .back {
    display: none;
}

.nav .text-nav { display: block;}
/* 首页导航 */
/* 首页导航 */
.indMenu {
    margin-bottom: 8px;
    overflow: hidden;
}
.indMenu li {
    width: 32%;
    margin: 0 2% 2% 0;
    float: left;
    text-align: center;
}
.indMenu li:nth-child(3n) {
    margin-right: 0;
}
.indMenu li a {
    color: #fff;
    display: block;
    line-height: 1.4;
    background: #EB5B6B;
    height: 70px;
}
.indMenu li a::before {
    font-family: "iconfont";
    display: block;
    content: "\e60a";
    font-size: 28px;
    padding-top: 3px;
}
.indMenu .li2 a {
    background: #4CC7E5;
}
.indMenu .li3 a {
    background: #48DE6B;
}
.indMenu .li4 a {
    background: #726CF2;
}
.indMenu .li5 a {
    background: #F2826C;
}
.indMenu .li6 a {
    background: #E46CF2;
}
.indMenu .li7 {
    display: none;
}
.indMenu .li2 a::before {
    content: "\e620";
}
.indMenu .li3 a::before {
    content: "\e60e";
}
.indMenu .li4 a::before {
    content: "\e603";
}
.indMenu .li5 a::before {
    content: "\e60b";
}
.indMenu .li6 a::before {
    content: "\e618";
}
/* indBox */
.indBox {
    margin-bottom: 20px;
}
.indBox .iHd {
    height: 46px;
    line-height: 46px;
    background: #0068B7;
    color: #fff;
    font-size: 20px;
}
.indBox .iHd i {
    display: block;
    width: 40px;
    height: 46px;
    float: left;
    background: #005a9e;
    margin-right: 4%;
    text-align: center;
}
.indBox .iHd i::after {
    font-family: "iconfont";
    content: "";
}
.indBox .iHd a {
    display: block;
    color: #fff;
}
.indBox .iBd {
    padding: 5% 0 0 0;
}


/* 业务指导 */
#indXwdt,#indYwzd { margin-top: 10px; clear: both;}

/* 图标链接 */
.icon-links { clear: both; margin: 10px 0; height: 65px;}
.icon-links li { width: 24%; margin-right: 1%; height: 65px; background-color: #0060aa; text-align: center; float: left;}
.icon-links li i { display: block; width: 100%; height: 35px; }
.icon-links li a { color: #fff;}
.icon-links li.li2 { background-color: #85002b;}
.icon-links li.li3 { background-color: #a27532;}
.icon-links li.li4 { background-color: #0060aa;}

.icon-links li.li1 i { background: url(../../base/img/icon-zwdt.png) no-repeat center 10px; -webkit-background-size: auto 70%; background-size: auto 70%;}
.icon-links li.li2 i { background: url(../../base/img/icon-jgjs.png) no-repeat center 10px; -webkit-background-size: auto 70%; background-size: auto 70%;}
.icon-links li.li3 i { background: url(../../base/img/icon-dwxx.png) no-repeat center 10px; -webkit-background-size: auto 60%; background-size: auto 60%;}
.icon-links li.li4 i { background: url(../../base/img/icon-lxy.png) no-repeat center 10px; -webkit-background-size: auto 70%; background-size: auto 70%;}


.zjBtns {
    margin: 10px 0;
    overflow: hidden;
}
.zjBtns li {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #449EDD;
}
.zjBtns li a {
    display: block;
    color: #fff;
}
.zjBtns li a::before {
    content: "";
    font-family: "iconfont";
    margin-right: 5px;
}
.zjBtns .b {
    background: #F49D3E;
}
.zjBtns .b a::before {
    content: "\e613";
}
.zjBtns .c {
    margin-right: 0;
    background: #63D835;
}
.zjBtns .c a::before {
    content: "\e624";
}
.wsbsBtn {
    display: block;
    background: #e24645;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}
.wsbsBtn::before {
    font-family: "iconfont";
    content: "\e60e";
    margin-right: 10px;
    font-size: 26px;
}
@media screen and (max-width: 320px) {
    .xxgkIcons li {
        font-size: 13px;
        letter-spacing: -1px;
    }
}
/*# sourceMappingURL=index.css.map */
