.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background: url(../images/body_bg.jpg) no-repeat center top #ffffff;
}
a {
  color: #666;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: .5s all;
}
a:hover {
  text-decoration: none;
  color: #f80013;
}
i,
b {
  font-style: normal;
}
.wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.topPhoto {
  height: 597px;
}
.contentBox {
  background-color: #FFF;
}
.topMenu {
  margin: 30px 50px 0;
  width: 1100px;
  border-bottom: solid 1px #ffb8b8;
  position: relative;
  height: 180px;
  padding-bottom: 30px;
}
.topMenu .item {
  padding: 30px 20px 50px;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  z-index: 9;
  border-radius: 20px;
  border: solid 1px transparent;
}
.topMenu .item .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.topMenu .item .tit {
  font-size: 22px;
  color: #db2525;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
.topMenu .item:hover {
  background-color: #fff8f7;
  border: solid 1px #e93e1e;
}
.topMenu .item:hover::before {
  content: '';
  width: 77px;
  height: 8px;
  background-color: #db2525;
  position: absolute;
  left: 50%;
  bottom: 46px;
  margin-left: -39px;
}
.topMenu .item:hover::after {
  content: '';
  width: 39px;
  height: 25px;
  background: url(../images/icon_topMenu_arrow.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -20px;
}
.topMenu .item.active {
  background-color: #fff8f7;
  border: solid 1px #e93e1e;
}
.topMenu .item.active::before {
  content: '';
  width: 77px;
  height: 8px;
  background-color: #db2525;
  position: absolute;
  left: 50%;
  bottom: 46px;
  margin-left: -39px;
}
.topMenu .item.active::after {
  content: '';
  width: 39px;
  height: 25px;
  background: url(../images/icon_topMenu_arrow.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -20px;
}
.topMenu .item:nth-of-type(1) {
  left: 0;
}
.topMenu .item:nth-of-type(1) .icon {
  background: url(../images/icon_topMenu_01.png) no-repeat;
}
.topMenu .item:nth-of-type(2) {
  left: 220px;
}
.topMenu .item:nth-of-type(2) .icon {
  background: url(../images/icon_topMenu_02.png) no-repeat;
}
.topMenu .item:nth-of-type(3) {
  left: 440px;
}
.topMenu .item:nth-of-type(3) .icon {
  background: url(../images/icon_topMenu_03.png) no-repeat;
}
.topMenu .item:nth-of-type(4) {
  left: 660px;
}
.topMenu .item:nth-of-type(4) .icon {
  background: url(../images/icon_topMenu_04.png) no-repeat;
}
.topMenu .item:nth-of-type(5) {
  left: 880px;
}
.topMenu .item:nth-of-type(5) .icon {
  background: url(../images/icon_topMenu_05.png) no-repeat;
}
.sliderBox {
  margin-top: 80px;
  margin-bottom: 50px;
}
.sliderBox .swiper-slide {
  overflow: hidden;
}
.sliderBox .swiper-slide .leftMenu {
  width: 300px;
  float: left;
}
.sliderBox .swiper-slide .leftMenu .item {
  width: 270px;
  height: 65px;
  background-color: #fff8f7;
  border-radius: 15px;
  padding: 0 15px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-top: 15px;
}
.sliderBox .swiper-slide .leftMenu .item h3 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sliderBox .swiper-slide .leftMenu .item .desc {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin-top: 5px;
}
.sliderBox .swiper-slide .leftMenu .item.active {
  background-color: #db2525;
  color: #FFF;
}
.sliderBox .swiper-slide .leftMenu .item.active::after {
  content: '';
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 10px #db2525;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
}
.sliderBox .swiper-slide > .slider01 {
  width: 880px;
  height: 900px;
  float: right;
  background-color: #fff8f7;
  border-radius: 15px;
  overflow: hidden;
}
.sliderBox .swiper-slide > .slider01 .swiper-slide {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px;
  box-sizing: border-box;
}
/* 政策文件 */
.zcwjTitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.zcwjDesc {
  font-size: 14px;
  text-align: justify;
  margin-top: 20px;
  line-height: 2;
}
/* 政策解读 */
.zcjdList .item {
  margin-bottom: 20px;
}
.zcjdList .item a {
  display: block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zcjdList .item a::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.zcjdList .item a:hover::before {
  background-color: #f80013;
}
.zcjdList .item .pic img {
  display: block;
  margin: 20px auto 0;
  max-width: 800px;
}
/* 惠企措施 */
.hqcsBox p {
  background-color: #FFF;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: justify;
}
.hqcsBox .title_hqcs,
.hqcsBox .title_zcyj,
.hqcsBox .title_blsj,
.hqcsBox .title_blfs,
.hqcsBox .title_zxdh,
.hqcsBox .title_bllc,
.hqcsBox .title_blcl {
  padding: 0 0 5px 0;
  margin: 0;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
  background: none;
}
.hqcsBox .title_hqcs::before,
.hqcsBox .title_zcyj::before,
.hqcsBox .title_blsj::before,
.hqcsBox .title_blfs::before,
.hqcsBox .title_zxdh::before,
.hqcsBox .title_bllc::before,
.hqcsBox .title_blcl::before {
  content: '';
  width: 130px;
  height: 2px;
  background-color: #f80013;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hqcsBox .title_hqcs span,
.hqcsBox .title_zcyj span,
.hqcsBox .title_blsj span,
.hqcsBox .title_blfs span,
.hqcsBox .title_zxdh span,
.hqcsBox .title_bllc span,
.hqcsBox .title_blcl span {
  font-size: 18px;
  color: #f80013;
  font-weight: 600;
  line-height: 33px;
}
.hqcsBox .title_hqcs img,
.hqcsBox .title_zcyj img,
.hqcsBox .title_blsj img,
.hqcsBox .title_blfs img,
.hqcsBox .title_zxdh img,
.hqcsBox .title_bllc img,
.hqcsBox .title_blcl img {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
}
.hqcsBox .zxbl,
.hqcsBox .ck {
  width: 231px;
  height: 46px;
  background-color: #ea821d;
  text-align: center;
  line-height: 48px;
  border-radius: 23px;
  margin: 30px auto 45px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.hqcsBox .zxbl a,
.hqcsBox .ck a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.hqcsBox .ck {
  background-color: #f80013;
}
/* 政策赋能 */
.zcfnList .item {
  background-color: #FFF;
  border-radius: 15px;
  padding: 0 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.zcfnList .item .line {
  overflow: hidden;
  line-height: 40px;
  margin-top: 10px;
}
.zcfnList .item .line a {
  display: block;
  width: 85%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #f80013;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zcfnList .item .line .date {
  float: right;
  color: #555;
  text-align: right;
  width: 15%;
}
.zcfnList .item .desc {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* 问答咨询 */
.wdzxList .item {
  background-color: #FFF;
  border-radius: 15px;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}
.wdzxList .item .line {
  overflow: hidden;
  line-height: 60px;
  margin-top: 10px;
  position: relative;
}
.wdzxList .item .line::before {
  content: '';
  background: url(../images/icon_question.png) no-repeat;
  width: 44px;
  height: 63px;
  position: absolute;
  left: 0;
  top: -2px;
}
.wdzxList .item .line a {
  display: block;
  width: 600px;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #f80013;
  padding-left: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wdzxList .item .line .date {
  float: right;
  color: #555;
  text-align: right;
  width: 100px;
}
.wdzxList .item .desc {
  color: #555;
  line-height: 1.6;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.wdzxBanner a {
  display: block;
  float: left;
  width: 390px;
  height: 76px;
}
.wdzxBanner a img {
  width: 100%;
  height: 100%;
}
.wdzxBanner a:nth-of-type(3) {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.wdzxBanner a:nth-of-type(2) {
  float: right;
}
/* 办事查询 */
.bscxBox .banner {
  width: 800px;
  height: 84px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.bscxBox .banner img {
  width: 100%;
  height: 100%;
}
.bscxBox .ytBox {
  margin-top: 30px;
}
.bscxBox .ytBox .title h4 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #f80013;
  position: relative;
}
.bscxBox .ytBox .title h4::before {
  content: '';
  background-color: #e6e6e6;
  width: 170px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
.bscxBox .ytBox .title h4::after {
  content: '';
  background-color: #e6e6e6;
  width: 170px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: -3px;
}
.bscxBox .ytBox .list {
  overflow: hidden;
  margin-top: 20px;
}
.bscxBox .ytBox .list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 106px;
  float: left;
  margin: 0 10px 20px 0;
  padding: 10px 10px 0;
  background-color: #fff8f7;
  border: solid 1px #e93e1e;
  border-radius: 10px;
  font-size: 20px;
}
.bscxBox .ytBox .list a:nth-of-type(3n) {
  margin-right: 0;
}
/* 公共部分 */
/* page */
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
.page span {
  padding: 5px 10px;
  border: solid 1px #eee;
  margin-right: 10px;
}
.page a {
  padding: 5px 10px;
  border: solid 1px #b20d00;
  margin-right: 10px;
}
.page a.num {
  border: solid 1px #FFF;
}
.page span.on {
  background: #bd1a2d;
  color: #FFF;
  border: none;
}
.page a.hover {
  background: #bd1a2d;
  color: #FFF;
  border: solid 1px #FFF;
}
/* å†…å®¹é¡µ*/
.wrap .location {
  width: 1100px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
  margin-left: 20px;
}
.wrap .secBox {
  width: 1020px;
  margin: 0 auto;
  padding: 0px 40px;
  overflow: hidden;
}
.wrap .secBox .print {
  color: #333;
  font-size: 16px;
  float: right;
}
.wrap .secBox .print i {
  width: 17px;
  height: 19px;
  margin: 5px 5px 0 0;
  display: block;
  float: left;
}
.wrap .secBox .secList {
  margin-top: 20px;
  display: block;
}
.wrap .secBox .secList li {
  line-height: 50px;
  font-size: 16px;
  clear: both;
}
.secBox .conTit {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 15px;
  clear: both;
}
.secBox .conTit h1 {
  font-size: 26px;
  color: #222;
  text-align: center;
  line-height: 50px;
}
.secBox .conTit .time {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.contentBox {
  padding: 20px 0px;
  line-height: 2;
  font-size: 16px;
}
secBox .contentBox {
  margin-top: 15px;
  line-height: 2;
}
/* second */
.location {
  height: 50px;
  line-height: 50px;
  width: 1200px;
  margin: 0 auto;
}
.location a {
  color: #222;
}
.secondCon {
  min-height: 450px;
}
.secondContent {
  width: 1200px;
  margin: 0 auto;
}
.secondContent .title {
  border-bottom: 1px solid #d9d9d9;
  height: 45px;
}
.secondContent .title:before {
  content: "";
  width: 4px;
  height: 28px;
  background: #cb0000;
  display: block;
  float: left;
  margin: 8px;
}
.secondContent .title h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  display: inline-block;
}
.secListTitle {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.secListTitle h2 {
  font-size: 18px;
  color: #be160d;
  font-weight: bold;
  border-bottom: solid 2px #be160d;
  padding: 0 20px;
  display: inline;
  padding-bottom: 7px;
  margin-left: 10px;
}
.thirdCon {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  padding: 25px 0px;
  min-height: 450px;
}
.thirdContent {
  width: 1200px;
  margin: 0 auto;
}
.thirdContent .title {
  border-bottom: 1px solid #d9d9d9;
}
.thirdContent .title h1 {
  color: #222;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.thirdContent .resourcesBox {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  border-bottom: dashed 1px #E6E6E6;
  padding-bottom: 10px;
  color: #666;
}
.imgList {
  width: 1220px;
}
.imgList li {
  margin-right: 20px;
  float: left;
  width: 285px;
  height: 200px;
  margin-top: 20px;
}
.imgList li .img img {
  width: 285px;
  height: 158px;
}
.imgList li .test a {
  color: #222;
  line-height: 40px;
  display: block;
  text-align: center;
}
.headline h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 30px 0;
}
.secList {
  padding: 10px;
}
.secList li {
  clear: both;
  height: 45px;
  line-height: 45px;
}
.secList li a {
  font-size: 16px;
  color: #333;
}
.secList li a i {
  display: block;
  background: #eeeeee;
  width: 6px;
  height: 6px;
  float: left;
  margin: 17px 10px 0 0;
}
.secList li.line {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 15px;
  height: 20px;
}
.secList li:hover a {
  color: #cb0000;
  font-weight: bold;
}
.secList li:hover a i {
  background: #D20B00;
}
.date {
  float: right;
  color: #999;
}
.footer {
  background: #c81b15;
  width: 100%;
  padding: 30px 0;
  position: relative;
  clear: both;
}
.footer p {
  text-align: center;
  color: #FFF;
  line-height: 1.8;
}
.footer p a {
  color: #FFF;
}
.footer .icon_dzjg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -265px;
  z-index: 9;
  width: 80px;
  height: 80px;
}
