/**!
 * [灌云县旗舰店]
 * date:2017-10-13
 * author: [gaojing];
 */

.nanjing-wrap {
    width: 1200px;
    height: 332px;
    margin: 0 auto;
    background-color: #fff;
}

.nanjing-wrap > .title {
    padding-left: 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    font-weight: bold;
    background-color: #4178be;
}

.nanjing-wrap > .title .txt {
    margin: 17px 3px 0 0;
    float: right;
    display: inline-block;
    width: 215px;
    height: 21px;
    background: url(../images/title-txt.png) no-repeat;
}

.tab-nav {
    width: 560px;
    float: left;
}

.tab-nav-hd {
    background: #3d6598;
    float: left;
    text-align: center;
    width: 116px;
    font-size: 15px;
    color: #fff;
}

.tab-nav-hd li {
    line-height: 70px;
    height: 70px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: all 0.2s ease-out 0s;
    vertical-align: middle;
}

.tab-nav-hd li.last {
    height: 70px;
    line-height: 70px;
}

.tab-nav-hd li span {
    display: block;
    margin: 0 10px;
    border-bottom: 1px dashed #7da0c4;
}

.tab-nav-hd li.last span {
    border-bottom: 0;
}

.tab-nav-hd li:hover,
.tab-nav-hd li.active {
    color: #fff;
    background: #fff;
    color: #4178be;
    border-left-color: #f07c19;
}

.tab-nav-hd li:hover span,
.tab-nav-hd li.active span {
    border-bottom-color: transparent;
}

.tab-nav-bd {
    margin-left: 116px;
}

.tab-content {
    margin: 8px 0 0 10px;
    height: 262px;
    border: 1px solid #e3e3e3;
}

/* 信息公开 */
.info-open {
    margin: 10px -10px 0 10px;
}

.info-open li {
    margin: 0 10px 10px 0;
    float: left;
}

.info-open li a {
    display: table;
    width: 201px;
    height: 74px;
    text-align: center;
}

.info-open .open01 {
    background: #e2f5ff;
}

.info-open .open02 {
    background: #e7fbe9;
}

.info-open .open03 {
    background: #ffefeb;
}

.info-open .open04 {
    background: #e6f1ff;
}

.info-open .open05 {
    background: #e5f9fb;
}

.info-open .open06 {
    background: #f9f5e2;
}

.info-open .icon {
    float: left;
    display: inline-block;
    width: 80px;
    height: 74px;
}

.open01 .icon {
    background: url(../images/open-icon01.png);
}

.open02 .icon {
    background: url(../images/open-icon02.png);
}

.open03 .icon {
    background: url(../images/open-icon03.png);
}

.open04 .icon {
    background: url(../images/open-icon04.png);
}

.open05 .icon {
    background: url(../images/open-icon05.png);
}

.open06 .icon {
    background: url(../images/open-icon06.png);
}

.info-open .txt {
    display: table-cell;
    width: 121px;
    font-size: 16px;
    vertical-align: middle;
}

.open01 .txt {
    color: #2292cb;
}

.open02 .txt {
    color: #4ba854;
}

.open03 .txt {
    color: #e76e4d;
}

.open04 .txt {
    color: #3f7bc9;
}

.open05 .txt {
    color: #12a0ad;
}

.open06 .txt {
    color: #ff7800;
}



/* 便民服务 */
.con-query {
    margin: 25px -41px 0 34px;
}

.con-query li {
    margin: 0 41px 27px 0;
    float: left;
}

.con-query li a {
    display: inline-block;
    width: 162px;
    height: 94px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.con-query .icon {
    margin-top: 8px;
    display: inline-block;
    width: 162px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center center;
}

.con-query .con01 {
    background: #88d451;
}

.con-query .con02 {
    background: #f4a33a;
}

.con-query .con03 {
    background: #58b7e7;
}

.con-query .con01:hover {
    background: #73c23c;
}

.con-query .con02:hover {
    background: #e8972d;
}

.con-query .con03:hover {
    background: #4cacdc;
}

.con01 .icon {
    background-image: url(../images/con-icon01.png);
}

.con02 .icon {
    background-image: url(../images/con-icon02.png);
}

.con03 .icon {
    background-image: url(../images/con-icon03.png);
}

/* 热门服务 */
.tab-view {
    padding: 0 15px;
    width: 402px;
    height: 264px;
}

.tab-view-hd {
    height: 41px;
    border-bottom: 1px solid #cacaca;
}

.tab-view-hd li {
    margin-top: 11px;
    padding: 0 17px 8px;
    float: left;
    font-size: 16px;
    cursor: pointer;
}

.tab-view-hd .active {
    color: #4178be;
    font-weight: bold;
    border-bottom: 2px solid #4178be;
}

.tab-view-bd {
    height: 220px;
}

.person-list {
    margin: 14px -10px 0 0;
}

.person-list li {
    margin: 0 10px 10px 0;
    float: left;
}

.person-list li a {
    display: table;
    width: 124px;
    height: 38px;
    color: #333;
    background: #ecf1f8;
    border: 1px solid #9ab5d8;
    border-radius: 3px;
}

.person-list li a:hover {
    color: #366eb5;
}

.person-list .icon {
    float: left;
    display: inline-block;
    width: 49px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
}

.person01 .icon {
    background-image: url(../images/person-icon01.png);
}

.person02 .icon {
    background-image: url(../images/person-icon02.png);
}

.person03 .icon {
    background-image: url(../images/person-icon03.png);
}

.person04 .icon {
    background-image: url(../images/person-icon04.png);
}

.person05 .icon {
    background-image: url(../images/person-icon05.png);
}

.person06 .icon {
    background-image: url(../images/person-icon06.png);
}

.person07 .icon {
    background-image: url(../images/person-icon07.png);
}

.person08 .icon {
    background-image: url(../images/person-icon08.png);
}

.person09 .icon {
    background-image: url(../images/person-icon09.png);
}

.person10 .icon {
    background-image: url(../images/person-icon10.png);
}

.person11 .icon {
    background-image: url(../images/person-icon11.png);
}

.more-icon {
    background-image: url(../images/more-icon.png);
}

.company01 .icon {
    background-image: url(../images/company-icon01.png);
}

.company02 .icon {
    background-image: url(../images/company-icon02.png);
}

.company03 .icon {
    background-image: url(../images/company-icon03.png);
}

.company04 .icon {
    background-image: url(../images/company-icon04.png);
}

.company05 .icon {
    background-image: url(../images/company-icon05.png);
}

.company06 .icon {
    background-image: url(../images/company-icon06.png);
}

.company07 .icon {
    background-image: url(../images/company-icon07.png);
}

.company08 .icon {
    background-image: url(../images/company-icon08.png);
}

.company09 .icon {
    background-image: url(../images/company-icon09.png);
}

.company10 .icon {
    background-image: url(../images/company-icon10.png);
}

.company11 .icon {
    background-image: url(../images/company-icon11.png);
}

.person-list .txt {
    padding-right: 8px;
    display: table-cell;
    width: 64px;
    vertical-align: middle;
}


/* 政务公开 */
.con-service {
    margin: 10px -10px 0 10px;
}

.con-service li {
    margin: 0 10px 6px 0;
    float: left;
}

.con-service li a {
    display: inline-block;
    width: 201px;
    height: 42px;
}


.picnews {
    margin: 8px 10px 0 10px;
    float: left;
}



/* 四大模块 */
.quick-links {
    margin-top: 8px;
    float: left;
}  

.quick-links li {
    margin-bottom: 9px;
}

.quick-links .first-link01 {
    margin-bottom: 10px;
}

.quick-links li a {
    display: table;
    width: 246px;
    height: 59px;
    color: #fff;
    font-size: 16px;
}

.quick-links .link01 {
    background: #63b86b;
}

.quick-links .link02 {
    background: #58b7e7;
}

.quick-links .link03 {
    background: #73ca45;
}

.quick-links .link04 {
    background: #86b6f4;
}

.quick-links .link01:hover {
    background: #54ac5c;
}

.quick-links .link02:hover {
    background: #48aadb;
}

.quick-links .link03:hover {
    background: #68c339;
}

.quick-links .link04:hover {
    background: #74a7ea;
}

.quick-links .icon {
    margin-left: 12px;
    float: left;
    display: inline-block;
    width: 82px;
    height: 59px;
    background-repeat: no-repeat;
    background-position: center center;
}

.link01 .icon {
    background-image: url(../images/link-icon01.png);
}

.link02 .icon {
    background-image: url(../images/link-icon02.png);
}

.link03 .icon {
    background-image: url(../images/link-icon03.png);
}

.link04 .icon {
    background-image: url(../images/link-icon04.png);
}

.quick-links .txt {
    padding-right: 20px;
    display: table-cell;
    width: 132px;
    vertical-align: middle;
}
.con-service1 {
    margin-right: -15px;
    font-size: 0;
}
.con-service1 h2 {
    height: 30px;
    width:83px;
    line-height: 30px;
    text-align: center;
    background: url(../images/person-bg02.png) no-repeat;
    background-size: 84px;
}
/* .tab-content1 {
    padding: 10px 0 10px 35px;
    height: 242px;
    width: 364px;
    background: url(../images/tab-bg.png) no-repeat;
} */
.con-service1 li {
    margin: 15px 7px 15px 15px;
    float: left;
}

.con-service1 li a {
    display: inline-block;
    width: 84px;
    height: 80px;
    color: #fff;
    font-size: 13px;
    background: url(../images/person-bg01.png) no-repeat; 
}

.con-service1 .icon {
    display: inline-block;
    width: 86px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center center;
}
.con01 .icon {
    background-image: url(../images/con-icon01.png);
}
.con02 .icon {
    background-image: url(../images/con-icon02.png);
}
.con03 .icon {
    background-image: url(../images/con-icon03.png);
}
.con04 .icon {
    background-image: url(../images/con-icon04.png);
}
.con05 .icon {
    background-image: url(../images/con-icon05.png);
}
.con06 .icon {
    background-image: url(../images/con-icon06.png);
}
.con07 .icon {
    background-image: url(../images/con-icon07.png);
}
.con08 .icon {
    background-image: url(../images/con-icon08.png);
}
/* 轮播 */
.swiper-container {
   /* // margin: 20px 20px 0 20px; */
    margin: 8px 10px 0 10px;
    width: 362px;
    height: 264px;
}