
/*头部*/
.index-header{background:url(../img/banner.jpg) top center no-repeat;height:600px;position: relative;}
.index-header .head{width:1200px;margin:0 auto;padding:30px 0 0;position: relative;z-index:4;}
.index-header .head .logo{float: left;font-family: 'cktjg';}
.index-header .head::after{clear:both;content:'';display:block;}

.index-header .nav-mobile{display:none;}
.index-header .nav{clear: both;line-height:48px;padding-top:20px;border-bottom:1px rgba(255,255,255,0.3) solid;position: relative;z-index:3;}
.index-header .nav ul{display:flex;width:1200px;margin:0 auto;}
.index-header .nav ul li{white-space: nowrap;padding-right:20px;position: relative;}
.index-header .nav ul li+li{padding-left:20px;}
.index-header .nav ul li a{color:#fff;font-size:19px;padding:0 4px;display:block;}
.index-header .nav ul li a:hover,.index-header .nav ul li.active a{border-bottom:4px #fff solid;}
.index-header .nav ul li.nav-li-xiala a:hover{border-bottom:0;}
.index-header .nav ul li dl{background:#fff;text-align: center;position:absolute;top:100%;left:5%;width:90%;display:none;}
.index-header .nav ul li dl dd a{font-size:16px;line-height:45px;border-bottom:0;color:#000;}
.index-header .nav ul li dl dd+dd{border-top:1px #eee solid;}
.index-header .nav ul li dl dd a:hover{border-bottom:0;color:#0e66d2;font-weight:bold;}
.index-header .nav ul li:hover dl{display:block;}

.index-header .index-search{background:url(../img/banner-title.png) left top no-repeat;padding-top:130px;width:1200px;margin:84px auto 0;position: relative;z-index:2;}
.index-header .index-search:after{clear:both;content:'';display:block;}
.index-header .index-search .index-search-mobile{display:none;}
.index-header .index-search input{height:60px;line-height:58px;font-size:18px;padding-left:20px;padding-right:10px;background:#fff;border:none;border-top-left-radius:5px;border-bottom-left-radius:5px;width:450px;float:left;outline:none;}
.index-header .index-search input::-webkit-input-placeholder{color:#c0c2c4;}
.index-header .index-search button{height:60px;line-height:58px;font-size:21px;color:#fff;background:#ff8523;padding:0 19px;font-weight:bold;border:none;outline:none;float:left;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor: pointer;}
.index-header .index-search button:hover{background:#ff6815;}

.index-header .index-head-login{float:right;color:#fff;padding:0 5px 0 2px;background:rgba(255,255,255,0.12);border-radius:99px;margin-top:5px;}
.index-header .index-head-login li{float:left;font-size:16px;padding:0;position: relative;}
.index-header .index-head-login li+li::before{position: absolute;top:50%;left:0;width:1px;height:10px;margin-top:-5px;content:'';display:block;background:#fff;}
.index-header .index-head-login li > a{color:#fff;display: block;padding:10px 13px;position: relative;z-index: 2;}
.index-header .index-head-login li > a:hover{opacity: 0.8;}
.index-header .index-head-login li > a i{font-size:22px;float: left;margin-right:6px;}
.index-header .index-head-login.active{background:none;border:none;padding:0;}
.index-header .index-head-login.active li > a{color:#3c3c3f;background:#fff;border-radius:99px;padding:10px 17px 10px 15px;}
.index-header .index-head-login.active li > a:hover{opacity: 1;}
.index-header .index-head-login-none{display:none;position: absolute;top:50%;left:0;width:100%;padding:23px 0 3px;background:#fff;box-shadow: 0 3px 20px rgba(0, 24, 50, .15);border-radius: 5px;z-index: 1;overflow: hidden;}
.index-header .index-head-login-none dl{text-align: center;border-top:1px #ddd solid;}
.index-header .index-head-login-none dl dd+dd{border-top:1px #e5e5e5 solid;}
.index-header .index-head-login-none dl dd a{display: block;padding:11px;color:#3c3c3f;line-height: 22px;}
.index-header .index-head-login-none dl dd a:hover{color:#0e66d2;}
.index-header .index-head-login-none dl dd i{float:none;font-size:20px;margin-right:8px;vertical-align: top;display:inline-block;}
.index-header .index-head-login li:hover .index-head-login-none{display:block;}

.index-head-bg{position: absolute;top:0;left:0;width:100%;height:100%;overflow: hidden;display:flex;justify-content: center;align-items: center;z-index:1;}

.index-row{clear: both;overflow: hidden;}

.index-column{width:1200px;margin:0 auto;}
.index-column .index-column-head{padding-bottom:25px;display: flex;height: 57px;overflow:hidden;}
.index-column .index-column-head h1{padding-right:25px;}
.index-column .index-column-head .index-column-line{border-bottom: 1px #dddee1 solid;flex:1;align-self: center;}
.index-column .index-column-head .more{padding-left:25px;line-height: 34px;color:#77797d;font-size:15px;}
.index-column .index-column-head .more a{color:#77797d;display:block;background:url(../img/icon-more.png) right center no-repeat;padding-right: 21px;}
.index-column .index-column-head .more a:hover{color:#0e66d2;font-weight: bold;background:url(../img/icon-more-h.png) right center no-repeat;}
.index-column .index-column-body{}

/*流程分类*/
.index-lcfl{padding:40px 0;}
.index-lcfl .index-column-body ul{display:flex;justify-content: space-between;}
.index-lcfl .index-column-body li{width:183px;}
.index-lcfl .index-column-body li a{padding-top:17px;padding-bottom:35px;text-align: center;background: linear-gradient(to bottom, #eaf1fc, #fff 70%);border:1px #f4f5f8 solid;box-shadow: 0 0 15px #f4f7fb;border-radius:3px;display: block;transition:all .3s;box-sizing: border-box;}
.index-lcfl .index-column-body li a:hover{margin-top:-5%;height: 105%;border:1px #e3e9f8 solid;box-shadow: 0 0 20px #d5e0f3;}
.index-lcfl .index-column-body li h1{font-size:18px;font-weight:bold;padding:17px 0;}
.index-lcfl .index-column-body li span{height:29px;line-height:29px;font-size:15px;border:1px #0a64c8 solid;color:#0a64c8;border-radius:4px;display:inline-block;padding:0 15px;}
.index-lcfl .index-column-body li span:hover{background:#0e66d2;color:#fff;}

/*快捷入口*/
.index-kjrk{position: relative;background:#fafafb;}
.index-kjrk .index-column{background:url(../img/xuehua-bg.png) center top no-repeat #fafafb;padding:40px 0 45px;width:1230px;}
.index-kjrk .index-column-head h1{padding-left:15px;}
.index-kjrk .index-column-head .more{padding-right:15px;}
.index-kjrk .index-column-body {padding:0 15px;--swiper-navigation-size:16px;}
.index-kjrk .index-column-body .swiper-container {overflow:visible;}
.index-kjrk .index-column-body .swiper-container:before,.index-kjrk .index-column-body .swiper-container:after {position: absolute;top:-97px;left:50%;width:1345px;height:446px;background:url(../img/xuehua-bg.png) left top no-repeat #fafafb;content: ''; display: block; z-index: 2;margin-left:-1960px;}
.index-kjrk .index-column-body .swiper-container:after {margin-left:615px;background:url(../img/xuehua-bg.png) right top no-repeat #fafafb;}
.index-kjrk .index-column-body .swiper-slide {height:265px;}
.index-kjrk .index-column-body .swiper-slide a {display:block;box-sizing:border-box;background:#fff;height:100%;box-shadow:0 4px 20px rgba(237,240,243,1);}
.index-kjrk .index-column-body .swiper-slide a:hover {background:#0e66d2;height:105%;margin-top:-5%;transition:all .3s;}
.index-kjrk .index-column-body .swiper-slide a:hover:before {display:none;}
.index-kjrk .index-column-body .swiper-slide a:hover h1 {color:#fff;transition:all .3s;}
.index-kjrk .index-column-body .swiper-slide a:hover span {color:#fff}
.index-kjrk .index-column-body .swiper-slide img{width:100%;height:150px;}
.index-kjrk .index-column-body .swiper-slide h1 {padding-top:24px;padding-left:25px;font-size:24px;overflow:hidden;font-weight:bold;line-height:26px;height:64px;white-space: nowrap;text-overflow:ellipsis;overflow:hidden;color:#080b12;}
.index-kjrk .index-column-body .swiper-slide span {color:#aaaaaa;font-size:16px;padding-left:25px;}
.index-kjrk .index-column-body .swiper-pagination {position:static;left:auto;top:auto;padding:20px 0 0;}
.index-kjrk .index-column-body .swiper-pagination-bullet {width:30px;height:5px;border-radius:1px;}
.index-kjrk .index-column-body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.index-kjrk .index-column-body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin:0 5px;}
.index-kjrk .index-column-body .swiper-pagination-bullet {background:#cccccc;opacity: 1;}
.index-kjrk .index-column-body .swiper-pagination-bullet-active {opacity:1;background:#1065bc;}
.index-kjrk .swiper-button-prev,.index-kjrk .swiper-button-next{background-color:#fff;color:#999;box-shadow: 0 5px 10px rgba(0, 19, 46, .12);width:40px;height:40px;border-radius:99px;font-weight: bold;margin-top:-23px;margin-right:-30px;background-size: 22px 22px;}
.index-kjrk .swiper-button-prev{margin-left:-30px;margin-right:0;}
.index-kjrk .swiper-button-prev:hover,.index-kjrk .swiper-button-next:hover{background-color:#0069ea;color:#fff;border:1px #fff solid;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.index-kjrk .swiper-button-prev:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.index-kjrk .swiper-button-disabled{display:none;}

.index-kjrk-city{background: #fff;}
.index-kjrk.index-kjrk-city .index-column{background:#fff;padding:0px 0 40px;}
.index-kjrk.index-kjrk-city .index-column-body .swiper-container:before,.index-kjrk.index-kjrk-city .index-column-body .swiper-container:after{background:#fff;}

/*审批情况*/
.index-spqk{background:url(../img/shu-bg.png) top center no-repeat #f1f5fa;}
.index-spqk .index-column {margin:30px auto 50px;}
.index-spqk .index-column-body {background:#fff;box-shadow:0 3px 30px rgba(0,24,50,0.1);height:530px;overflow:hidden;color:#fff;display:flex;flex-direction:column;}
.index-spqk .index-spqk-thead {background:#0e66d2;color:#fff;height:52px;line-height:52px;font-size:16px;}
.index-spqk .index-spqk-thead:after {clear:both;content:'';display:block;}
.index-spqk .index-spqk-thead span {float:left;box-sizing:border-box;padding:0 20px;position:relative;}
.index-spqk .index-spqk-thead span+span:before {width:1px;height:10px;background:rgba(255,255,255,0.7);display:block;content:'';position:absolute;top:50%;margin-top:-5px;left:0px;}
.index-spqk .index-spqk-thead span:nth-child(1),.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(1) {width:14%;}
.index-spqk .index-spqk-thead span:nth-child(2),.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(2) {width:25%;}
.index-spqk .index-spqk-thead span:nth-child(3),.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(3) {width:25%;}
.index-spqk .index-spqk-thead span:nth-child(4),.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(4) {width:13%;}
.index-spqk .index-spqk-thead span:nth-child(5),.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(5) {width:13%;}
.index-spqk .index-spqk-thead span:nth-child(6),.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(6) {width:10%;}
.index-spqk .index-column-body .swiper-container {flex:1;width:100%;}
.index-spqk .index-column-body .swiper-slide .swiper-slide-pc {display:flex;align-items:center;height:100%;box-sizing:border-box;}
.index-spqk .index-column-body .swiper-slide:nth-child(odd) .swiper-slide-pc {background:#f6f7fa;border-bottom:1px #d8dce6 solid;}
.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span {color:#000;float:left;box-sizing:border-box;padding:0 20px;font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.index-spqk .index-column-body .swiper-slide .swiper-slide-pc:hover {background:rgba(167, 192, 247, 0.3);}
.index-spqk .index-column-body .swiper-slide:nth-child(odd) .swiper-slide-pc:hover {border-bottom:1px #a1b6ec solid;}
.index-spqk .index-column-body .swiper-slide .swiper-slide-mobile{display:none;}
.index-spqk .index-spqk-more{display:none;}
.index-spqk .index-spqk-more a{color:#000;background:rgba(255,255,255,0.5);text-align: center;padding:10px 0;border-radius:5px;border:1px #e5e5e5 solid;display:block;font-size:15px;}
.index-spqk .index-spqk-more a:hover{background:rgba(255,255,255,1);color:#0069ea;font-weight: bold;}

/*地市-办件查询*/
.inside-city-bjcx{}

/*地市-审批情况*/
.index-spqk-city{background: #fff;}
.index-spqk-city.index-spqk .index-spqk-thead span:nth-child(1),.index-spqk-city.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(1){width:15%;text-align: left;}
.index-spqk-city.index-spqk .index-spqk-thead span:nth-child(2),.index-spqk-city.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(2){width:34%;}
.index-spqk-city.index-spqk .index-spqk-thead span:nth-child(3),.index-spqk-city.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(3){width:25%;}
.index-spqk-city.index-spqk .index-spqk-thead span:nth-child(4),.index-spqk-city.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(4){width:13%;text-align: center;}
.index-spqk-city.index-spqk .index-spqk-thead span:nth-child(5),.index-spqk-city.index-spqk .index-column-body .swiper-slide .swiper-slide-pc span:nth-child(5){width:13%;text-align: center;}

/*地市-项目审批发布*/
.index-spfb{height:255px;background:url(../img/spfb-bg.jpg) top center no-repeat #f1f6fc;}
.index-spfb .index-spfb-main{width:1200px;margin:0 auto;padding:35px 0 0;}
.index-spfb .index-spfb-main .index-spfb-body{padding:25px 0 0;height:155px;display: flex;}
.index-spfb .index-spfb-main .index-spfb-con{background:rgba(255,255,255,0.6);border-radius:5px;box-shadow: 0 0 15px rgba(26,97,158,0.06);height: 100%;width:350px;overflow: hidden;}
.index-spfb .index-spfb-main .index-spfb-con ul{display: flex;padding:31px 20px 0;box-shadow: 0 0 40px 15px #fff inset;height: 100%;box-sizing: border-box;}
.index-spfb .index-spfb-main .index-spfb-con ul li{flex:1;padding:0 20px;white-space:nowrap;font-size:15px;}
.index-spfb .index-spfb-main .index-spfb-con ul li h1{font-size:26px;color:#0e66d2;font-weight: bold;font-family: "Arial";padding:0 0 6px;position: relative;}
.index-spfb .index-spfb-main .index-spfb-con ul li h1 span{font-size:16px;font-weight: normal;}
.index-spfb .index-spfb-main .index-spfb-con ul li h1:after{position: absolute;bottom:0;left:1px;width:13px;height:4px;content:'';display: block;background: #0e66d2;border-radius:2px;}
.index-spfb .index-spfb-main .index-spfb-con ul li h2{padding:10px 0 0;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-container{height:100%;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-slide{padding:31px 0 0 10px;display:flex;justify-content:center;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-slide div{}
.index-spfb .index-spfb-main .index-spfb-con .swiper-slide h1{font-size:26px;color:#0e66d2;font-weight: bold;font-family: "Arial";padding:0 0 6px;position: relative;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-slide h1 span{font-size:16px;font-weight: normal;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-slide h1:after{position: absolute;bottom:0;left:1px;width:13px;height:4px;content:'';display: block;background: #0e66d2;border-radius:2px;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-slide h2{padding:10px 0 0;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-button-prev,.index-spfb .index-spfb-main .index-spfb-con .swiper-button-next{background-size: 32px 32px;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-button-prev:after,.index-spfb .index-spfb-main .index-spfb-con .swiper-button-next:after{font-size:32px;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-button-next{right:0;}
.index-spfb .index-spfb-main .index-spfb-con .swiper-button-disabled{display:none;}
.index-spfb .index-spfb-main .index-spfb-con+.index-spfb-con{flex:1;margin-left:20px;padding-right:10px;background:rgba(255,255,255,0.8);}

/*项目审批分布*/
.index-xmspfb{padding:35px 0 0;background: url(../img/xmspfb-bg.jpg) center no-repeat;background-size:auto 100%;overflow: hidden;}
.index-xmspfb-head h1{height:50px;text-align: center;overflow: hidden;position: relative;}
.index-xmspfb-head h1::before,.index-xmspfb-head h1::after{width:600px;height:100%;background:url(../img/spfb-title-left.png) left top no-repeat;content:'';display: block;position: absolute;left:50%;top:0;margin-left:-823px;}
.index-xmspfb-head h1::after{margin-left:238px;background:url(../img/spfb-title-right.png) left top no-repeat;}
.index-xmspfb-body{height: 1020px;width:1380px;margin:0 auto;position: relative;}
.index-xmspfb-list{position: absolute;left:100px;z-index:3;width:300px;}
.index-xmspfb-list-body{border-radius:50%;top:0px;left:90px;position: relative;}
.index-xmspfb-list-body ul li{position: absolute;height: 70px;display:flex;align-items: center;white-space:nowrap;}
.index-xmspfb-list-body ul li > span{width:48px;height:48px;border-radius:50%;background: linear-gradient(to bottom, #1e8bff, #0071e5);color:#fff;display:flex;align-items: center;justify-content: center;font-size:18px;border:8px #fafcff solid;float:left;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active{display:none;background:url(../img/xmspfb-active-bg.png) left 35px top no-repeat;width:600px;position: absolute;top:-13px;left:0;height:87px;padding:25px 0 0;line-height:1;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active > span{width:70px;height:70px;border-radius:50%;background: linear-gradient(to bottom, #1e8bff, #0069ea);float:left;vertical-align: top;position: relative;margin-top:-12px;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active > span i{width:100%;height:100%;background:url(../img/icon-xm.png) center no-repeat;display:block;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active > span b{width:82px;height:82px;display:block;position: absolute;top:-6px;left:-6px;background: url(../img/title-icon-line.png) center no-repeat;animation: example 5s linear infinite;}
@keyframes example {
    0%   {transform: rotate(0deg);}
    100%  {transform: rotate(360deg);}
}
.index-xmspfb-list-body ul li .index-xmspfb-list-active dl{float:left;padding:0 18px 0 25px;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active dl+dl{padding-left:18px;border-left:1px #d2d3d4 solid;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active dl dt{font-size:15px;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active dl dd{font-size:24px;font-weight: bold;color:#0e66d2;font-family:'Arial';line-height: 1;padding-top:8px;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active dl dd em{font-style: normal;border-bottom:2px #0e66d2 solid;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active dl+dl dd em{border-bottom:none;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active dl+dl dd{color:#000;}
.index-xmspfb-list-body ul li .index-xmspfb-list-active dl span{font-size:14px;padding-left:3px;vertical-align: top;padding-top: 7px;display: inline-block;}
.index-xmspfb-list-body ul li.active .index-xmspfb-list-active{display:block;}
.index-xmspfb-list-body ul li:hover > span,.index-xmspfb-list-body ul li:hover > div{display:none;}
.index-xmspfb-list-body ul li:hover .index-xmspfb-list-active{display:block;}
.index-xmspfb-list-body ul li:nth-child(1){top:50px;left:100px;}
.index-xmspfb-list-body ul li:nth-child(2){top:150px;left:51px;}
.index-xmspfb-list-body ul li:nth-child(3){top:235px;left:16px;}
.index-xmspfb-list-body ul li:nth-child(4){top:320px;left:-7px;}
.index-xmspfb-list-body ul li:nth-child(5){top:405px;left:-20px;}
.index-xmspfb-list-body ul li:nth-child(6){top:490px;left:-22px;}
.index-xmspfb-list-body ul li:nth-child(7){top:575px;left:-13px;}
.index-xmspfb-list-body ul li:nth-child(8){top:660px;left:7px;}
.index-xmspfb-list-body ul li div{float:left;padding-left:6px;}
.index-xmspfb-list-body ul li div h1{font-size:16px;}
.index-xmspfb-list-body ul li div h2{font-size:24px;font-weight: bold;color:#0e66d2;font-family:'Arial';line-height: 1;padding-top:8px;}
.index-xmspfb-list-body ul li div h2 span{font-size:14px;padding-left:3px;}
.index-xmspfb-list-body .index-xmspfb-more{position: absolute;top:760px;left:40px;background:linear-gradient(to bottom, #1e8bff, #0069ea);color:#fff;font-size:15px;height:34px;line-height:33px;border-radius: 99px;padding:0 13px;cursor: pointer;}
.index-xmspfb-list-body .index-xmspfb-more:hover{background:linear-gradient(to bottom, #007cff, #0063dd);}
.index-xmspfb-list-body .index-xmspfb-more i{width:13px;height:100%;background:url(../img/icon-down.png) center no-repeat;display:block;float:left;margin-right:8px;}

.index-xmspfb-list-bg{position: absolute;left:100px;overflow: hidden;z-index:1;width:300px;}
.index-xmspfb-list-bg div{position: relative;background:#fafcff;background-clip: padding-box;border:3px solid transparent;width:1375px;height:1400px;border-radius:50%;top:-200px;left:90px}
.index-xmspfb-list-bg div:before{content: '';border-radius:50%;background: linear-gradient(to bottom, rgba(0,104,248,0) 14%, rgba(0,104,248,.25), rgba(0,104,248,0) 86%);position: absolute;top: 0;right:0;left:0;bottom:0;z-index:-1;margin:-3px;}

.index-xmspfb-map{position: relative;z-index:2;width:100%;height:100%;}
.index-xmspfb-map:after{position: absolute;content:'';display:block;z-index:1;width:calc(100% + 40px);height:100%;background:url(../img/index-map-bg.png) right center no-repeat;background-size:auto 110%;top:0;right:-40px;}
.index-xmspfb-map > div{width:994px;height:816px;float:right;margin-top:4%;}
.index-xmspfb-map > div canvas{transform: rotate(-5deg);z-index:5;}
.index-xmspfb-map > .index-xmspfb-map-layer{position: absolute;top:90px;right:97px;width:824px;height:678px;background:url(../img/map-bg-layer-1.png) center top no-repeat;z-index:3;}
.index-xmspfb-map > .index-xmspfb-map-layer+.index-xmspfb-map-layer{background:url(../img/map-bg-layer-2.png) center top no-repeat;z-index:2;}

.index-xmspfb-mobile{display:none;}

.index-map-tooltip > h1{}
.index-map-tooltip{min-width:240px;margin-top:-90px;}
.index-map-tooltip:after{content:'';display:block;width:100%;height:69px;background:url(../images/map/map-point-out-xiao.png) center no-repeat;}
.index-map-tooltip .index-map-tooltip-body{position:relative;background:rgba(255,255,255,0.9);border:2px #fff solid;border-radius:15px;padding:0 7px 12px;}
.index-map-tooltip .index-map-tooltip-body > h1{font-size:22px;font-weight: bold;padding:14px 10px 12px;color:#0e66d2;text-align: center;}
.index-map-tooltip .index-map-tooltip-body > h1:after{width:100%;height:1px;margin-top:10px;background-image: repeating-linear-gradient(90deg,rgba(50,101,255,0),rgba(50,101,255) 50%,rgba(50,101,255,0));content:'';display:block;height:1px;}
.index-map-tooltip .index-map-tooltip-body ul{display:flex;}
.index-map-tooltip .index-map-tooltip-body ul li{flex-basis:50%;text-align: center;white-space: nowrap;position:relative;padding:0 20px;}
.index-map-tooltip .index-map-tooltip-body ul li+li:before{position:absolute;top:50%;left:0;width:1px;height:60px;margin-top:-30px;content:'';display:block;background: linear-gradient(to bottom, rgba(194,196,199,0) 0%, rgba(194,196,199,1), rgba(194,196,199,0) 100%);}
.index-map-tooltip .index-map-tooltip-body ul li h2{color:#4b4f59;font-size:18px;padding:0 0 7px;}
.index-map-tooltip .index-map-tooltip-body ul li span{font-size:24px;color:#2f323b;padding-left:4px;font-weight: bold;padding-top:8px;display:block;color:#0e66d2;}
.index-map-tooltip .index-map-tooltip-body ul li em{font-size:15px;font-style: normal;padding-left:5px;}
.index-map-tooltip .index-map-tooltip-body ul li+li span{color:#181c27;}

/*底部*/
.index-footer{background:#1a73e0;border-top:5px #0660ce solid;padding-top:25px;padding-bottom:30px;}
.index-footer .foot{width:1200px;margin:0 auto;display:flex;}
.index-footer .foot p span+span{padding-left:15px;}
.index-footer .foot-box{background:rgba(255,255,255,0.1);margin-right:10px;font-size:15px;color:#fff;line-height:32px;padding:20px 25px;display:flex;align-items: center;justify-content:center;flex:1;text-align: center;}
/*.index-footer .foot-box:last-child{margin-right:0;flex:1;justify-content: left;padding-left:38px;}*/

/*左右侧浮动*/
.left-float-region{position: fixed;top:610px;right:50%;margin-right:610px;z-index:15;}
.left-bottom-float-region{position: fixed;bottom:10px;left:10px;z-index:15;}
.left-bottom-float-region ul li{padding:10px 0 0;}
.left-bottom-float-region ul li img{display:block;}
.right-float-region{position: fixed;right:0;top:0%;;height:100%;z-index:15;min-width:80px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;display: flex;flex-direction: column;justify-content: center;}
.right-float-region ul{background:#fff;box-shadow: 0px 2px 20px rgba(0, 15, 34, 0.1);border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.right-float-region li a{padding:10px;text-align: center;display: block;position: relative;line-height: 1.3;}
.right-float-region li a i{font-size:28px;margin:5px 0;display: block;color:#0a64c8;line-height: 1;}
.right-float-region li+li a{border-top:1px #0a64c830 solid;}
.right-float-region li .default-icon,.right-float-region li .hover-icon{width:26px;height:26px;display: inline-block;margin:5px 0;}
.right-float-region li .hover-icon{display:none;}
.right-float-region li a:hover{background:#0069ea;color:#fff;}
.right-float-region li a:hover i{color:#fff;}
.right-float-region li a:hover .default-icon{display:none;}
.right-float-region li a:hover .hover-icon{display:inline-block;}
.right-float-region li a:hover .float-region-none{display:block;}
.right-float-region .float-region-none{position: absolute;top:0;right:100%;padding-right:12px;display:none;}
.right-float-region .float-region-none.float-region-none-bg-transparent .float-region-none-body{background:none;border-radius:0;box-shadow:none;}
.right-float-region .float-region-none .float-region-none-body{background:#fff;border-radius:10px;padding:5px;box-shadow: 0 2px 15px rgba(0, 24, 50, .13);}
.right-float-region .float-region-none img{max-width: 200px;}

/*智能小助*/
.float-znxz{position:fixed;bottom:20px;right:20px;background:url(../img/znxz-dz.png) bottom center no-repeat;width:111px;height:155px;z-index:15;}
.float-znxz a{display:block;position: relative;}
.float-znxz span{display:block;position: absolute;top:00px;left:0;background:url(../img/znxz-tou.png) center no-repeat;width:100%;height:90px;animation: znxzAnimate 3s linear infinite;}
.float-znxz span i{width:10.5px;height:4px;border:1px #c3ffff solid;background:#96fdff;border-radius:99px;display:block;position:absolute;top:51%;left:50%;margin-left:-36px;animation: znxzYanJingAnimate 3s linear infinite;}
.float-znxz span i+i{top:52%;margin-left:-17px;width:12px;}
.float-znxz:hover .float-znxz-none{display:block;}
.float-znxz-none{background:#0660ce;color:#fff;border:2px #fff solid;border-radius:99px;padding:10px 15px;white-space:nowrap;position: absolute;top:5px;right:95%;display:none;}
.float-znxz-none:after{width:23px;height:14px;background:url(../img/znxz-bottom.png) center no-repeat;content:'';top:100%;left:80%;display:block;position: absolute;}

.right-float-region ul+.float-znxz{zoom:0.64;position:static;margin: 15px auto 0;}
.right-float-region ul+.float-znxz .float-znxz-none{zoom:1.4;margin-top:-15px;}

/*飘窗*/
.float-ad{z-index:19;padding-right:25px;}
.float-ad .close_btn{border:1px #000 solid;background:#fff;font-size:16px;width:20px;height:20px;margin-top:3px;text-align:center;line-height:18px;cursor:pointer;display:block;position:absolute;right:0;top:0;border-radius:2px;}
.float-ad .close_btn:hover{border:1px #fff solid;color:#fff;background:#e00;}

@keyframes znxzAnimate {
    0%   {top:0;}
    40%  {top:25px;}
    43%  {top:25px;}
    100%  {top:0px;}
}

@keyframes znxzYanJingAnimate {
    0%   {height:4px;}
    41%  {height:4px;}
    46%  {height:0px;}
    52%  {height:4px;}
    59%  {height:0px;}
    63%  {height:4px;}
    64%  {height:4px;}
    100%  {height:4px;}
}
/*移动端*/
@media (max-width: 1000px){
    /*首页-头部*/
    .index-header{background: linear-gradient(to bottom, #1065bc , #9ec7ff);height: auto;}
    .index-header .head{width:100%;padding-top:20px;padding-bottom:10px;border-bottom:2px rgba(255,255,255,0.2) solid;}
    .index-header .head .logo{width:100%;float:none;padding:0 10px;box-sizing: border-box;}
    .index-header .head .logo img{width:100%;}
    .index-header .nav-mobile{display:block;float:right;padding-right:10px;padding-top:15px;}
    .index-header .nav-mobile i{width:24px;height:3px;margin-bottom:7px;display:block;background:#fff;}
    .index-header .nav{display:none;position: fixed;top:0px;right:0;width:100%;height:100%;overflow:auto;padding:0;z-index: 5;}
    .index-header .nav ul{width:100%;display:block;background:#1065bc;float:right;width:60%;height:100%;padding:30px 0 0;}
    .index-header .nav ul li{width:100%;padding:5px 0;} 
    .index-header .nav ul li a{border-bottom:1px rgba(255,255,255,0.2) solid;border-left:4px transparent solid;font-size:16px;line-height:40px;padding-left:12px;}
    .index-header .nav ul li.active a{border-left:4px #fff solid;border-bottom:1px rgba(255,255,255,0.2) solid;}

    .index-header .index-search{width:100%;box-sizing: border-box;padding:0 10px 20px;background-size:90%;background-position:left 10px top;margin-top:30px;background:none;}
    .index-header .index-search .index-search-mobile{display:block;padding:0 0 20px;}
    .index-header .index-search .index-search-mobile img{width:300px;max-width:100%;}
    .index-header .index-search input{width: calc(100% - 110px);box-sizing: border-box;padding-left:10px;}
    .index-header .index-search button{font-size:19px;padding:0 15px;}

    .index-header .region-selection .select-popup{padding:15px 15px 5px;}
    .index-header .region-selection{border-left:none;margin-left:0;}
    .index-header .region-selection .select-popup dl dd{width:33.33%;box-sizing: border-box;padding:5px 0;}
    .index-header .region-selection .select-popup dl dd a{padding:4px 9px 5px;display:inline-block;}
    
    .index-column{width:100%;}
    .index-column .index-column-head h1{padding-left:15px;}
    .index-column .index-column-head .more a{margin-right:10px;}

    .index-header .index-head-login{margin-top:10px;clear: both;margin-right:5px;}
    
    /*首页-流程分类*/
    .index-lcfl{padding:20px 0 10px;}
    .index-lcfl .index-column-body ul{flex-wrap: wrap;justify-content: space-evenly;}
    .index-lcfl .index-column-body li{width:45%;margin-bottom:15px;}

    /*首页-快捷入口*/
    .index-kjrk .index-column{width:100%;}
    
    /*首页-项目审批分布*/
    .index-xmspfb{padding-top:20px;}
    .index-xmspfb-head h1{padding:0 10px 0 0;}
    .index-xmspfb-head h1 img{width:100%;}
    .index-xmspfb-head h1::before,.index-xmspfb-head h1::after{display:none;}
    .index-xmspfb-body{display:none;}
    .index-xmspfb-mobile{display:block;padding:10px;}
    .index-xmspfb_table{width:100%;font-size:16px;border-left:1px #e4e7f0 solid;border-top:2px #0e66d2 solid;}
    .index-xmspfb_table thead{background:#e9eefa;}
    .index-xmspfb_table thead th{padding:10px;}
    .index-xmspfb_table tbody tr:nth-child(even) {background:#f6f7fb;border-bottom:1px #d8dce6 solid;}
    .index-xmspfb_table tr th,.index-xmspfb_table tr td{text-align: center;padding:10px;border-right:1px #e4e7f0 solid;border-bottom:1px #e4e7f0 solid;}

    /*审批情况*/
    .index-spqk .index-column{margin-bottom:20px;}
    .index-spqk .index-column .index-column-line{display:none;}
    .index-spqk .index-column .index-column-head .more{display:none;}
    .index-spqk .index-spqk-thead{display:none;}
    .index-spqk .index-column-body{width:calc(100% - 20px);height:auto;margin:0 auto;background:none;box-shadow:none;}
    .index-spqk .index-column-body .swiper-wrapper{display:block;}
    .index-spqk .index-column-body .swiper-slide{background:#fff;border-top:3px #0e66d2 solid;box-shadow: 0 3px 20px rgba(0, 24, 50, 0.05);padding:5px 10px;border-radius: 5px;margin-bottom:15px;display:none;box-sizing: border-box;}
    .index-spqk .index-column-body .swiper-slide:nth-child(-n+3){display:block;}
    .index-spqk .index-column-body .swiper-slide .swiper-slide-pc{display:none;}
    .index-spqk .index-column-body .swiper-slide .swiper-slide-mobile{display:block;color:#000;font-size:15px;line-height:2;white-space: nowrap;}
    .index-spqk .index-column-body .swiper-slide .swiper-slide-mobile h1{font-weight: bold;font-size:20px;line-height: 1.5;padding:8px 0 6px;overflow: hidden;text-overflow: ellipsis;}
    .index-spqk .index-column-body .swiper-slide .swiper-slide-mobile span{display:block;clear: both;overflow: hidden;text-overflow: ellipsis;}
    .index-spqk .index-column-body .swiper-slide .swiper-slide-mobile label{color:#888;}
    .index-spqk .index-spqk-more{display:block;}

    /*底部*/
    .index-footer{padding-top:15px;}
    .index-footer .foot{width:100%;flex-wrap: wrap;padding:0 10px;box-sizing: border-box;}
    .index-footer .foot-box{width:100%;margin:0 0 10px;padding:20px;}
    .index-footer .foot-box:last-child{padding-left:20px;}
    .index-footer .foot p span+span{display:block;padding-left:0;}
    
    /*办事指南选择*/
    .bszn-select.pop_window{width:95%;}
    .bszn-select dd{width:50%;min-width: auto;box-sizing: border-box;}

    /*地市-项目审批发布*/
    .index-spfb{height: auto;}
    .index-spfb .index-spfb-main{width:100%;height: auto;}
    .index-spfb .index-spfb-head{padding:0 10px;}
    .index-spfb .index-spfb-head img{max-width: 100%;}
    .index-spfb .index-spfb-main .index-spfb-body{display:block;padding:20px 10px;height: auto;}
    .index-spfb .index-spfb-main .index-spfb-con{width:auto;}
    .index-spfb .index-spfb-main .index-spfb-con+.index-spfb-con{margin-left:0;margin-top:15px;}
    .index-spfb .index-spfb-main .index-spfb-con ul{flex-wrap: wrap;padding:10px 0;}
    .index-spfb .index-spfb-main .index-spfb-con ul li{flex:0;padding:10px 20px;flex-basis: 33.3%;;box-sizing: border-box;}

    /*左右侧浮动*/
    .left-float-region,.right-float-region{display:none}
}