.wrap {
  max-width: 1920px;
  margin: 0 auto;
  background: url('../img/bannerbg.png')top center no-repeat;
  margin-top: -200px;
  padding-top: 200px;
}

.w_1150 {
  width: 1150px;
  margin: 0 auto;
}

/* 头部header */
.topBox {
  /* background: url('../img/bgcolor.png')top center no-repeat; */
  /* background: linear-gradient(180deg, #389AFF 0%, #FFFFFF 100%); */
  /* background-image: url('../img/hn.png'); */
  /* background-repeat: no-repeat; */
  /* background-position: top center; */
  overflow: hidden;
  padding-bottom: 60px;
}

.searchBox {
  margin: 45px auto 0;
  /* width: 735px; */
}

.searchBoxMain {
  width: 735px;
  height: 56px;
  border-radius: 123px;
  overflow: hidden;
  margin: 0 auto;
  background: #FFFFFF;
}

#searchInput {
  width: 668px;
  height: 56px;
  text-indent: 2em;
  font-size: 18px;
}

#searchBtn {
  width: 65px;
  height: 56px;
  background: url('../img/searchIcon.png') center center no-repeat;
  cursor: pointer;
}

.searchBox ul {
  display: block;
  width: 735px;
  margin: 10px auto;
  padding-left: 30px;
}

.searchBox ul li {
  display: inline-block;
  font-size: 18px;
  color: #FFF;
  margin-right: 10px;
}

.searchBox ul li a {
  font-family: SourceHanSansSC;
  font-size: 18px;
  color: #FFF;
}

.jlzyzcwm {
  margin: 55px auto;
  display: block;
}

.hadLogin {
  display: none;
}

/* 最新公告 */
.zxggBox {
  padding: 15px 25px;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 117px;

}

.zxggBoxHeader {
  margin-bottom: 15px;
}

.zxggBoxHeader .fl {
  font-family: SourceHanSansSC;
  font-size: 20px;
  color: #3D3D3D;
  font-weight: bold;
}

.zxggBoxHeader .fr {
  font-family: SourceHanSansSC;
  font-size: 20px;
  color: #2C67FF;
}

.newBulletionSlider li {
  /* background: url('../img/pointbg.png')left center no-repeat; */
  text-indent: 1em;
  white-space: nowrap;
  /* width: auto !important; */
  float: left;
  display: inline-block;
}

.newBulletionSlider a {
  background: url('../img/pointbg.png')left center no-repeat;
  padding-left: 10px;
  font-family: SourceHanSansSC;
  font-size: 18px;
  color: #3D3D3D;
  vertical-align: middle;
}

.newBulletionSlider img {
  margin-left: 5px;
  vertical-align: middle;
  margin-right: 30px;
}

.newBulletionSlider .bd ul {
  overflow: hidden;
}

.newBulletionSlider .bd ul::after {
  content: '';
  clear: both;
}

.newBulletionSlider .bd .tempWrap {
  width: 1100px !important;
}

/* 热门服务 */
.rmfwBox {
  width: 358px;
  height: 495px;
  border-radius: 4px 36px 4px 4px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
  padding: 40px 30px;
}

.loginBox {
  width: 296px;
  border-bottom: 1px solid #C7E1FF;
  padding-bottom: 25px;
}

.loginBox .fr {
  font-size: 14px;
  /* line-height: 2; */
  width: 225px;
}

.loginBox .fr a {
  font-size: 18px;
  color: #165296;
  margin-bottom: 5px;
  display: block;
}

.loginBox .fr .loginTodo {
  display: inline-block;
  font-size: 14px;
  width: fit-content;
  margin-top: 5px;
}

.loginBox .fr .loginTodo:nth-child(2) {
  margin-right: 40px;
}

.loginImgIcon {
  width: 53px;
  height: 53px;
}

.rmfwBoxMainHeader {
  margin-top: 25px;
}

.rmfwBoxMainHeader .fl {
  font-size: 22px;
  color: #3D3D3D;
}

.rmfwBoxMainHeader .fr {
  color: #868686;
  font-size: 16px;
  cursor: pointer;
}

.rmfwBoxMainHeader .fr img {
  margin-right: 10px;
}

/* .rmfwBoxMainList {
  margin-top: 20px;
} */

.rmfwBoxMainList ul {
  /* display: flex; */
  /* justify-content: space-between; */


}

.rmfwBoxMainList ul li {
  width: 138px;
  height: 123px;
  border-radius: 10px;
  padding: 25px 15px 0 15px;
  position: relative;
  margin-top: 20px;
  position: relative;
}

.rmfwBoxMainList ul li img {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.rmfwBoxMainList ul li:nth-child(2n) {
  margin-left: 20px;
}

.rmfwBoxMainList ul:nth-child(1) li:nth-child(1n) {
  background: linear-gradient(180deg, #EFF3FF 0%, rgba(248, 249, 253, 0) 100%);
}

.rmfwBoxMainList ul:nth-child(1) li:nth-child(2n) {
  background: linear-gradient(180deg, #DEF5E9 0%, rgba(248, 249, 253, 0) 100%);
}

.rmfwBoxMainList ul:nth-child(1) li:nth-child(3n) {
  background: linear-gradient(180deg, #F5FFFE 0%, rgba(248, 249, 253, 0) 100%);
}

.rmfwBoxMainList ul:nth-child(1) li:nth-child(4n) {
  background: linear-gradient(180deg, #FBEFE0 0%, rgba(248, 249, 253, 0) 100%);
}

.rmfwBoxone li:nth-child(n+5) {
  display: none;
}

.rmfwBoxMainList .rmfwT {
  font-size: 18px;
  color: #3D3D3D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rmfwBoxMainList .wntjT {
  white-space: wrap;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1.5;

}

.rmfwBoxMainList .rmfwC {
  font-size: 14px;
  color: #868686;
  margin-top: 5px;
}

.rmfwBoxMainList .rmfwBoxtwo {
  display: none;
}

/* 顶部轮播 */
.topSliderBox {
  width: 763px;
}

.topsliderHeader .fl {
  font-size: 28px;
  color: #3D3D3D;
  font-weight: bold;
}

.topsliderHeader .fr {
  font-size: 20px;
  color: #2C67FF;
}

.topSlider .bd img {
  width: 763px;
  height: 382px;
  border-radius: 10px;
}

.topSlider .hd {
  /* margin: 0 auto; */
  margin-top: 15px;
  text-align: center;
}

.topSlider .hd li {
  display: inline-block;
  width: 40px;
  height: 10px;
  border-radius: 153px;
  background: #C5D2E5;
  cursor: pointer;
}

.topSlider .hd li.on {
  display: inline-block;
  width: 40px;
  height: 10px;
  border-radius: 153px;
  background: #2C67FF;
}

.topSlider {
  margin-top: 20px;
}

/* 个人服务 法人服务 张哲服务 */

.serveBox {
  background: linear-gradient(180deg, #F6F8FD 0%, #E3EDF6 100%);
  padding-bottom: 35px;
}

.serveBox .tab_content_mouse {
  display: none;
}

.serveBox .tab_title {
  overflow: hidden;
}

.serveBox .tab_title ul {
  display: block;
  width: fit-content;
  background: #FFFFFF;
  margin: 40px auto 30px;
  border-radius: 4px;

}

.serveBox .tab_title li {
  font-size: 22px;
  width: 247px;
  height: 63px;
  line-height: 63px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.serveBox .tab_title li.on {
  font-size: 22px;
  width: 247px;
  height: 63px;
  background: linear-gradient(270deg, #3E9DFF 0%, #83B4FF 100%);
  border-radius: 4px;
}

.serveBox .tab_title li.on a {
  color: #fff;
}

.tab_content_items {
  width: 1150px;
  height: 817px;
  border-radius: 10px;
  background: #FFFFFF;
  display: none;
  padding: 50px 20px 70px;
  position: relative;
}

.tab_content_items.on {
  display: flex;
}

.serveList {
  width: 368px;
  height: 100%;
}

.serveList:nth-child(2) {
  border-right: 2px solid #C7E1FF;
  border-left: 2px solid #C7E1FF;
}

.serveList_items {
  height: 330px;
}

.serveList_items_t {
  color: #3D3D3D;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.serveList_items_t img {
  /* width: 69px; */
  height: 49px;
}

.serveList_items ul li {
  width: 314px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #FAFBFE;
  text-align: center;
  margin: 15px auto;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.serveList_items:nth-child(2) {
  margin-top: 30px;
}

.serveMore {
  position: absolute;
  color: #2C67FF;
  font-size: 20px;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 0);

}

.oldmanItem {
  width: 314px;
  height: 258px;
  padding: 40px 20px;
  font-size: 18px;
  margin: 15px auto;
}

.tab_content_mouse .tab_content_items.on {
  display: block;
}

.tab_content_items_child_title ul {
  display: flex;
  justify-content: space-between;
}

.tab_content_items_child_title ul li {
  width: 150px;
  height: 90px;
  line-height: 90px;
  font-family: SourceHanSansSC;
  font-size: 22px;
  text-align: center;
  color: #808080;
  cursor: pointer;
}

.tab_content_items_child_title ul li.on {
  width: 365px;
  background: #F6F9FF;
  font-family: SourceHanSansSC;
  font-size: 22px;
  font-weight: bold;
}

.tab_content_items_child_title ul li img {
  display: none;
}

.tab_content_items_child_title ul li.on img {
  display: inline;
  height: 49px;
}

.tab_content_items_child_content_item {
  height: 585px;
  background: #F6F9FF;
  /* padding: 20px; */
  padding-top: 20px;
  display: none;
}



.tab_content_items_child_content_item.on {
  display: block;
}



.tab_content_items_child_content_item::after {
  content: '';
  display: block;
  clear: both;
}

.tab_content_items_child_content_item li {
  width: 314px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #3D3D3D;
  background: #FFF;
  text-align: center;
  float: left;
  margin: 10px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab_content_items_child_a {
  display: none;
}

.tab_content_items_child_a.on {
  display: block;
}

/* 主题集成 */
.themeBox {
  padding: 40px 0;
}

.themeBoxHeader {
  position: relative;
  text-align: center;
  line-height: 1.5;
}

.themeBoxHeader p:nth-child(1) {
  color: #3D3D3D;
  font-size: 28px;
  font-weight: bold;
}

.themeBoxHeader p:nth-child(2) {
  color: #767676;
  font-size: 16px;
}

.themeMore {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  color: #2C67FF;
}

.themeBoxMain {
  margin-top: 30px;
}


.themeBoxMain .dh_modular_news{
  width: 273px;
  height: 150px;
  border-radius: 10px;
  padding: 20px;
  background: #C5D2E5;
  display: inline-block;
  margin: 5px;
  position: relative;
  overflow: hidden;
}

.themeBoxMain div .tit {
  font-family: SourceHanSansSC;
  font-size: 22px;
  color: #3D3D3D;
  font-weight: bold;
  margin-top: 35px;
  text-align: center;
  z-index: 999;
  position: relative;
}

.themeBoxMain div .cont {
  font-family: SourceHanSansSC;
  font-size: 16px;
  color: #3D3D3D;
  margin-top: 15px;
  display: none;
}

.themeBoxMain div img {
  width: 273px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
}



/* 特色创新 */
.innovationBox {
  padding-top: 30px;
}

.innovationBoxTit {
  font-size: 28px;
  color: #3D3D3D;
  font-weight: bold;
  text-align: center;
}

.innovationBoxHeader {
  width: 1149px;
  height: 129px;
  background: url('../img/tscxbg01.png')top center no-repeat;
  padding: 25px;
  margin-top: 20px;
}

.innovationBoxHeader .fl p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #165296;
  margin-top: 10px;
}

.innovationBoxHeader .fl p:nth-child(2) {
  font-size: 16px;
  color: #165296;
  margin-top: 5px;
}

.innovationBoxHeader .fr {
  width: 180px;
  height: 63px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  color: #2C67FF;
  text-align: center;
  line-height: 63px;
  font-size: 20px;
  margin-top: 15px;
}

.innovationBoxCon {
  font-size: 0;
}

.innovationBoxCon li {
  width: 286px;
  height: 152px;
  vertical-align: middle;
  display: inline-block;
  border-top: 1px solid #E0ECF9;
  border-left: 1px solid #E0ECF9;
  border-bottom: 1px solid #E0ECF9;
}

.innovationBoxCon li a {
  display: inline-block;
}

.innovationBoxCon li:nth-child(4n+1) {
  border-left: none;
}

/* .innovationBoxCon li:nth-child(4) {
  border-left: none;
} */

.innovationBoxCon li p:nth-child(1) {
  color: #3D3D3D;
  font-size: 18px;
  font-weight: bold;
  padding: 30px;
  padding-bottom: 20px;

}

.innovationBoxCon li p:nth-child(2) {
  color: #868686;
  font-size: 16px;
  /* margin-top: 22px; */
  /* width: 160px; */
  padding-left: 30px;
}

.innovationBoxCon li p:nth-child(2) a {
  display: block;
  color: #868686;
  line-height: 1.5;
}

.innovationBoxCon li:hover {
  /* border-radius: 0px 0px 20px 20px; */
  box-shadow: 0px 8px 32px 0px rgba(22, 82, 150, 0.26);
  background: #F6F9FF;
}

.innovationBoxCon li:hover p:nth-child(1) {
  background: url('../img/tscxlipbg.png')no-repeat;
  background-position: 30px 58px;

}

.innovationBoxCon li:hover p:nth-child(1) a {
  font-size: 20px;
  color: #2C67FF;
}

.miao {
  width: 61px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  color: #DEAB46;
  font-family: SourceHanSansSC;
  font-size: 14px;
  background: url('../img/miaobg.png')top center no-repeat;
  text-align: center;
  margin-left: 5px;
  font-weight: normal;
}

/* 政务地图 */
.zwfw_mapBox {
  /* width: 1920px; */
  /* height: 474px; */
  background: linear-gradient(180deg, #F6F8FD 0%, #E3EDF6 100%);
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 30px;
}

.zwfw_mapBox_T {
  text-align: center;
  font-size: 28px;
  color: #3D3D3D;
  font-weight: bold;
  margin-top: 35px;
}

.zwfw_mapBoxCon {
  /* width: 1147px;
  height: 344px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  background: #FFF; */
  margin-top: 23px;
}

/* 公示公告 */
.gsggBox {
  padding-bottom: 50px;
}

.gsggBoxHeader {
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.gsggBoxHeader span {
  color: #3D3D3D;
  font-size: 28px;
  font-weight: bold;
}

.gsggBoxHeader .fr {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  color: #165296;
}

.gsggBoxMain {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin-top: 30px;
}

.gsggBoxMain ul li {
  height: 77px;
  margin-top: 25px;
  width: 520px;
}

.gsggBoxMain ul li:nth-child(1) {
  border-bottom: 1px solid #E0ECF9;
}

.gsggBoxMain ul .fl {
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #165296;
  font-size: 18px;
  color: #165296;
  display: block;
  width: 84px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-top: 15px;
}

.gsggBoxMain ul .fr p:nth-child(1) {
  color: #3D3D3D;
  font-size: 18px;
  width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2;
}

.gsggBoxMain ul .fr p:nth-child(2) {
  font-size: 16px;
  color: #D1D1D1;
  line-height: 2;

}