﻿@charset "utf-8";
/* CSS Document */
/*--简单动态图标---*/
.gklmOne li i{-webkit-transition: 400ms; -o-transition: 400ms;    -moz-transition: 400ms;    transition: 400ms; }
.gkwaiblink li:hover i{
	-webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

.mainCenterOne{ width:100%; margin:0 auto;}

.ycbCent{ width:100%; }

/* 一件事一次办等 */
.bs-slide-box > .hd ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 35px;
  overflow: inherit;
  box-sizing: border-box;
}

.bs-slide-box > .hd ul li {
  min-width: calc(100% / 7 - 40px);
  text-align: center;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  font-size: 18px;
}

.bs-slide-box > .hd ul .on {
  background: #0f60c9;
  color: #fff;
  box-shadow: inset 0 4px 4px 0 #034ea9;
}

.bs-slide-box > .hd ul .on::after {
  content: '';
  width: 110%;
  height: 4px;
  background: #034ea9;
  position: absolute;
  top: -4px;
  left: -5%;
}

.bs-slide-box > .bd {
  margin-top: 15px;
  padding-right:25px;
  box-sizing: border-box;
}

.bs-slide-box > .bd > div {
  min-height: 390px;
}

.bs-grfr-box {
  display: flex;
}

.bs-grfr-box > ul {
  width: 70px;
  border-radius: 10px;
  background: #f5f5f5;
  height:369px;
}

.bs-grfr-box > ul li {
  text-align: center;
  padding: 10px 20px 15px;
  cursor: pointer;
  font-size: 20px;
   font-family: syst;
}

.bs-grfr-box > ul li:first-of-type {
  padding-bottom: 40px;
 background: url('../images/fwtit-bg1.png') no-repeat center top;
  background-size: 0;
	font-size: 20px; 
   
}

.bs-grfr-box > ul li:last-of-type {
  padding-top: 45px;
 background: url('../images/fwtit-bg2.png') no-repeat center bottom;
  background-size: 0;
  margin-top: -30px;  
}

.bs-grfr-box > ul .active {
  color: #fff;
  background-size: cover !important;
}

/* 个人办事 法人办事 */
.bs-grfr-box .gr-bs-box {
  flex: 1;
  margin-left: 310px;
  box-sizing: border-box;
  margin-top:-10px;
}

/* 个人办事 */
.bs-grfr-box .gr-bs-box .content {
  width: 650px;
  height: 100%;
  background: url('../images/yjsycb2023-img1.png') no-repeat center 20px;
  background-size: contain;
  position: relative;
  overflow: inherit;
}

.bs-grfr-box .gr-bs-box .gr-bs-item img {
  width: 45px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item .name {
  font-weight: bold;
  color: #006ce9;
  margin: 4px 0;
  font-size: 18px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item img {
  width: 45px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item:nth-of-type(4) img {
  width: 68px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item:nth-of-type(5) img {
  width: 58px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item ul {
  overflow: inherit;
  padding-left: 10px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item ul li {
  color: #006ce9;
  list-style-type: disc;
  text-indent: -5px;
  width: 150px;
  position: relative;
  left: 5px;
  margin-bottom: 2px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item ul li a {
  color: #888888;
  font-size: 14px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item ul li a:hover {
  color: #e61101;
}

.bs-grfr-box .gr-bs-box .gr-bs-item {
  position: absolute;
}

.bs-grfr-box .gr-bs-box .gr-bs-item:nth-of-type(1) {
  top: 45px;
  left: 75px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item:nth-of-type(2) {
  top: 120px;
  left: -120px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item:nth-of-type(3) {
  top: 248px;
  left: 90px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item:nth-of-type(4) {
  top: 248px;
  left: 280px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item:nth-of-type(5) {
  top: 200px;
  left: 500px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item:nth-of-type(6) {
  top: 20px;
  right: -150px;
}

.bs-grfr-box .gr-bs-box .gr-bs-item:nth-of-type(7) {
  top: 0px;
  right: 60px;
}

/* 法人办事 */
.bs-grfr-box .fr-bs-box {
  flex: 1;
  margin-left: 240px;
  box-sizing: border-box;
}

.bs-grfr-box .fr-bs-box .content {
  width: 755px;
  height: 100%;
  background: url('../images/yjsycb2023-img2.png') no-repeat center 50%;
  background-size: contain;
  position: relative;
  overflow: inherit;
}

.bs-grfr-box .fr-bs-box .content li .name {
  color: #ff821b;
  font-weight: bold;
  margin: 4px 0;
  font-size: 18px;
}
.bs-grfr-box .fr-bs-box .content li .name a,.bs-grfr-box .gr-bs-box .gr-bs-item .name a{ color: #2286ee;}

.bs-grfr-box .fr-bs-box .content li .iconfont {
  color: #ff821b;
  font-size: 40px;
  position: relative;
  left: 15%;
}

.bs-grfr-box .fr-bs-box .fr-bs-item ul {
  overflow: inherit;
  padding-left: 10px;
}

.bs-grfr-box .fr-bs-box .fr-bs-item ul li {
  color: #ff821b;
  list-style-type: disc;
  position: relative;
  left: 5px;
  width: 140px;
}

.bs-grfr-box .fr-bs-box .fr-bs-item ul li a {
  color: #888888;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 15px;
}

.bs-grfr-box .fr-bs-box .fr-bs-item ul li a:hover {
  color: #246e3d !important;
}

.bs-grfr-box .fr-bs-box .fr-bs-item .more-but {
  display: inline-block;
  padding: 0 4px;
  border: 1px solid #0065ce;
  color: #0065ce;
  border-radius: 10px;
  font-size: 14px;
  margin: 12px 0 0;
}

.bs-grfr-box .fr-bs-box .fr-bs-item {
  position: absolute;
}

.bs-grfr-box .fr-bs-box .fr-bs-item:nth-of-type(1) {
  top: 85px;
  left: 66px;
}

.bs-grfr-box .fr-bs-box .fr-bs-item:nth-of-type(2) {
  top: 241px;
  left: -80px;
}

.bs-grfr-box .fr-bs-box .fr-bs-item:nth-of-type(3) {
  top: 237px;
  left: 355px;
}

.bs-grfr-box .fr-bs-box .fr-bs-item:nth-of-type(4) {
  top: 215px;
  right: -60px;
}

.bs-grfr-box .fr-bs-box .fr-bs-item:nth-of-type(5) {
  top: 0;
  right: 120px;
}

.bs-grfr-box .fr-bs-box .fr-bs-item:nth-of-type(6) {
  top: -25px;
  right: -80px;
}

.bs-grfr-box .fr-bs-box .fr-bs-item:nth-of-type(7) {
  top: 0;
  right: 172px;
}

.fwlink{width:100%;}
.fwlink .bd{ overflow: hidden;}
.fwlink ul{ justify-content:flex-start;}
.fwlink li{ width:414px; height: 125px; margin-right:18px; overflow: hidden; border-radius: 5px;-webkit-border-radius:5px;}
.fwlink li:last-child{margin-right: 0px;}

.banjgshi{margin-top:-15px;}
.banjgshi .hd{ background: url(../images/line1.jpg) repeat-x bottom; height: 50px; }
.banjgshi .hd h3{ display: inline-block; padding:0 30px; font-size: 22px;  font-family: syst;color: #0f60c9; height: 50px; font-weight:bold; line-height: 45px; background: url(../images/line8.jpg) repeat-x bottom;}
.banjgshi .hd h3 a{color: #0f60c9;}

.banjgshi .title-list-box li {
    font-size: 20px;
    padding: 10px 0;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
}
/* 办件公式 */
.subCenterTow{ background:none;padding-top:0;margin-top:0;}
.event-list-box {
  margin-top: 10px;
}
.event-list-box .title-list {
  display: flex;
  background: #f3f6fb;
  padding: 10px 0;
  color: #004191; 
box-sizing: border-box;
}

.event-list-box .xiangmu {
  width: 40%; text-indent: 15px;
}

.event-list-box .department { 
  width: 20%;  
}

.event-list-box .name {
  flex: 1;
width:15%;
	text-align: center;	 
}

.event-list-box .status {
  width: 15%;
  text-align: center;	
}

.event-list-box .date {
  width: 10%;
	text-align: center;
}

.event-list-box .event-list li{
  display: flex; 
  border-bottom: 1px dashed #bdbdbd;
 overflow: hidden;zoom:1;
	padding:15px 0 15px 0;
	width:100%;
}
.event-list-box .event-list li div{ float: left; box-sizing: border-box;}
.event-list-box .event-list li a{ display: block; width:100%;}
.event-list-box .event-list li .date{ font-size: 16px;}
.event-list-box .event-list li:hover{ background: #f0fbfd;}

.pubfwBox{ width: 100%;/*--margin-top:20px;--*/}
.pubfwBox .hd{ /*--background: url(../images/fuwutit-bg.jpg) repeat-y;--*/ height: 48px; line-height: 45px;background: url(../images/line1.jpg) repeat-x bottom;position:relative;}
.pubfwBox .hd h3{ display: inline-block; padding:0 30px; font-weight: bold; color: #0e79e3; border-bottom:3px solid #0e79e3;/*--margin-left:30px;--*/ font-size: 22px; font-family: syst;position: absolute;
    top: 0;
    left: 0; }

.ggsxBox{ margin-top:-5px;padding-top:18px; box-sizing: border-box;}
.ggsxBox li{ width:15.6%; margin:1.5% 0.5% 1% 0.5%;-webkit-box-shadow: 0 0 10px #9bcaf9;-moz-box-shadow: 0 0 10px #9bcaf9;box-shadow: 0 0 10px #9bcaf9; background: url(../images/ggfw-bg.jpg) no-repeat; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}

.ggsxBox li h3,.ggsxBox li span{ display: block; margin: 0 auto; text-align: center;}
.ggsxBox li h3{margin-top:28px; width:60%; border: 1px solid #80b8f0; height: 50px; line-height: 50px; font-size: 22px; font-weight: bold; border-left:none; border-right:none;color: #0668c9;}



.ggsxBox li span:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.ggsxBox li span img{    
	-webkit-transition: all .7s ;
    -moz-transition: all .7s ;
    transition: all .7s;
  width:85%;margin:0 auto;
}


.banliist{ width:870px;}
.banliist .hd{ background: url(../images/fuwutit-bg.jpg) repeat-y; position: relative; height: 45px; line-height: 45px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f8ff), color-stop(100%,#fff));
background: -webkit-linear-gradient(left,#f1f8ff,#fff);
background: -o-linear-gradient(left,#f1f8ff,#fff);
background: -moz-linear-gradient(left,#f1f8ff,#fff);
background: -mos-linear-gradient(left,#f1f8ff,#fff);
background: -ms-linear-gradient(left,  #f1f8ff  0%,#fff 100%);
background: linear-gradient(left,#f1f8ff,#fff);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f8ff', endColorstr='#fff',GradientType=1 );
}
.banliist .hd ul{ width:100%; overflow: inherit;}
.banliist .hd ul li{ float: left; /*--margin-right:50px;--*/width:33.3%;box-sizing: border-box; text-align: center; font-size: 22px;padding:0 22px; position: relative; font-family: syst;height:45px;line-height:40px; }
.banliist .hd ul li a:visited,.banliist .hd ul li a{color:#666 !important;}

.banliist .hd ul li:last-child{margin-right:0;}
.banliist .hd ul li.on{ color: #0e79e3;  font-weight: bold; border-bottom:3px solid #0e79e3;}
.banliist .hd ul li.on a{color: #0e79e3 !important;}
.banliist .hd span{ display: block; position: absolute; top:0; right:10px; font-size: 16px;}
.banliist .hd span a{ color:#666;}

.banliist .hd ul li i{ position: absolute; bottom:-18px; left: 45%;width: 0; display: none;height: 0;border-width: 8px;border-style: solid;border-color: #0e79e3 transparent transparent transparent;}
.banliist .hd ul li.on i{ display: block;}

.banliist .bd{margin-top:18px;}
.matter{ width:100%;}
.matter li{width:23%; margin-bottom:15px; border-radius: 5px; height: 60px; line-height: 60px; overflow: hidden;white-space: nowrap; text-overflow: ellipsis; background: url(../images/fuwsh-bg1.jpg) no-repeat;padding:0 10px; box-sizing: border-box; text-align: center;}
.matter li:hover{background: url(../images/fuwsh-bg2.jpg) no-repeat; color: #fff;}
.matter li:hover a{ color: #fff;}

.matter2{width:100%;}
.matter2 li{ width:30.3%; height: 130px;margin-bottom:20px; text-align: center;padding:2% 0; box-sizing: border-box; float: left; margin:0 1.5% 2% 1.5%; border-radius: 5px;}
.matter2 li i,.matter2 li span{ display: block; margin: 0 auto;}
.matter2 li i{ width:66px; height: 66px;}
.matter2 li span{ text-align: center; line-height: 40px; }
.matter2 li.fuw1{ background: url(../images/syfw-lmbg1.jpg) no-repeat;}
.matter2 li.fuw2{ background: url(../images/syfw-lmbg2.jpg) no-repeat;}
.matter2 li.fuw3{ background: url(../images/syfw-lmbg3.jpg) no-repeat;}
.matter2 li.fuw4{ background: url(../images/syfw-lmbg4.jpg) no-repeat;}
.matter2 li.fuw5{ background: url(../images/syfw-lmbg5.jpg) no-repeat;}
.matter2 li.fuw6{ background: url(../images/syfw-lmbg6.jpg) no-repeat;}
.matter2 li.fuw4,.matter2 li.fuw5,.matter2 li.fuw6{margin-bottom:0;}

.matter2 li.fuw1 i{ background: url(../images/syfw-pic1.png) no-repeat;}
.matter2 li.fuw2 i{ background: url(../images/syfw-pic2.png) no-repeat;}
.matter2 li.fuw3 i{ background: url(../images/syfw-pic3.png) no-repeat;}
.matter2 li.fuw4 i{ background: url(../images/syfw-pic4.png) no-repeat;}
.matter2 li.fuw5 i{ background: url(../images/syfw-pic5.png) no-repeat;}
.matter2 li.fuw6 i{ background: url(../images/syfw-pic6.png) no-repeat;}

.bmcx{ position: relative;}
.bmcx .tit{ height: 45px; line-height: 45px; background: url(../images/line1.jpg) repeat-x bottom;margin-top:-16px;}
.bmcx .tit h3{ display: inline-block;  height: 45px; padding:0 30px; background: url(../images/line2.jpg) repeat-x bottom;font-size: 22px; color: #0e79e3; font-weight: bold; font-family: syst;line-height:40px;}

.bmcx .hd{ width:100%; z-index: 99; display: block;}
.bmcx:hover .hd{ display: block;}
.bmcx .hd a{ display: block;width: 27px; height: 27px; position: absolute; top:52%;z-index: 99; border-radius: 5px;}
.bmcx .hd a.prev{ left: 2px; background:url(../images/arrow10.png) no-repeat;}
.bmcx .hd a.prev:hover{background:url(../images/arrow10-2.png) no-repeat;}
.bmcx .hd a.next{ right: 0; background:url(../images/arrow11.png) no-repeat;}
.bmcx .hd a.next:hover{background:url(../images/arrow11-2.png) no-repeat;}

.bmcx .bd{margin-top:15px;}
.bmcx{ width:392px; background:url(../images/fwcx-bg.jpg) no-repeat right bottom #f3fafe; padding: 15px; box-sizing: border-box;}
.bmcx li{width:100%;}
.cxBox{ width:100%;}
.cxBox dl,.cxBox dd{ display: block;}
.cxBox dl{ width:100%; overflow: hidden;zoom:1;}
.cxBox dd{ width:33.3%; float: left;margin-bottom:5px;}
.cxBox i,.cxBox span{ display: block;  margin: 0 auto;}
.cxBox i{ width:50px; height: 50px; background: url(../images/fw-bmcwicon.png) no-repeat 0 0;}
.cxBox span { text-align: center; line-height: 26px;margin-top:10px;}
dd.cx1 i{ background-position: 0 0;}
dd.cx2 i{ background-position: 0 -50px;}
dd.cx3 i{ background-position: 0 -100px;}
dd.cx4 i{ background-position: 0 -150px;}
dd.cx5 i{ background-position: 0 -200px;}
dd.cx6 i{ background-position: 0 -250px;}
dd.cx7 i{ background-position: 0 -300px;}
dd.cx8 i{ background-position: 0 -350px;}
dd.cx9 i{ background-position: 0 -400px;}
dd.cx10 i{ background-position: 0 -450px;}
dd.cx11 i{ background-position: 0 -500px;}
dd.cx12 i{ background-position: 0 -550px;}
dd.cx13 i{ background-position: 0 -600px;}
dd.cx15 i{ background-position: 0 -650px;}

