@charset "utf-8";


.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.clearfix{
  *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/* 轮播图 */
.swiper-wrapper { flex-wrap: inherit; }
.home-banner{height: auto;min-height:490px;}
.home-banner .swiper-pagination{bottom:75px!important;}
.home-banner .swiper-pagination-bullet{transition:.3s;border-radius:0;width:50px;height: 5px;background-color: rgba(255,255,255,.9);border-radius: 5px;}
.home-banner .swiper-pagination-bullet-active{background-color: #fff;width:80px;}
.home-banner .swiper-slide{cursor:pointer;}
.home-banner .swiper-slide a{display: block;cursor: default;}
.home-banner img{display: block;width:100%;height: auto;object-fit:cover;min-height:490px;}

/* 弹窗 */
html,.provinceBox{position:relative;}
.provinceBox .layui-layer-page .layui-layer-content{overflow: hidden;}
.provinceBox .layui-layer-content .aboutus{padding:20px;font:15px/25px "PingFang SC";}
.provinceBox .layui-layer-content .aboutus b{font-size:16px;}
.provinceBox .layui-layer-content .contactus{padding:20px;font:15px/25px "PingFang SC";}
.provinceBox .layui-layer-content .contactus .cuitem{display: flex;justify-content: flex-start;color:#777;}
.contactus .cuitem label{width: 17%;}
.contactus .cuitem p{flex:1;}
.contactus .ewm{display: flex;flex-flow:column nowrap;justify-content: center;align-items: center;padding-top: 10px;}
.contactus .ewm img{display: block;width: 180px;height: 180px;}
.contactus .ewm p{}
/* .modal-box .modal-header .close{margin-top: -18px;}
.modal-box .modal-dialog-centered {display:flex;align-items: center;}
.modal-box .modal-dialog{height: 100%;margin:0 auto;}
.modal-box .modal-content{width: 100%;}
.modal-box .modal-body img{width: 568px;height: 568px;} */

/* 总计 */
.totalview{
  padding: 25px 0;
  background: #F5F5F5;
}
.totalview ul{
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;cursor:pointer;
}
.totalview ul li {
  display: flex;
  padding: 0 12px 0 4px;
  align-items: center;
  background-color: #fff;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 0px 20px rgba(169, 169, 169, 0.35);
  cursor: pointer;
}
.totalview ul li img { width: 60px; }
.totalview ul li .totalview-text span { font-size: 26px; }
.totalview ul li .totalview-text p { color: #999999; font-size: 14px; }

/* 模块通用样式 */
.block { padding: 40px 0; font-size: 14px; font-family: PingFang SC-Bold, PingFang SC;}
ul li:last-child { margin-right: 0 !important; }

/* 模块通用样式 标题 */
.sub-title,.main-title { display: flex; height: 35px; justify-content: space-between; align-items: center; }
.sub-title > span { display: flex; align-items: center; font-size: 20px; color: #333333; }
.sub-title > span:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 10px;
  background: #3486FE;
}
.sub-title > a, .main-title > a { font-size: 14px; color: #999999; }
.main-title > span {font-size: 26px; color: #333333;font-weight: bold; }

/* 模块通用样式 图片上的文字 */
.paddingTop {
  padding-top: 0;
}
.bg-text img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-text .text-con {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.bg-text .text-con span { font-size: 26px; }
.bg-text .text-con p { font-size: 16px; margin-top: 20px; }

/* 模块通用样式 查看更多按钮 */
.more-btn { text-align: center; width: 100%; line-height: 40px;}
.more-btn span {
  display: inline-block;
  width: 140px;
  height: 40px;
  background: #1890FF;
  border-radius: 20px 20px 20px 20px;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}


.block-gray{ background: #F5F5F5; }
.global-bg-white .block-gray{ background: #fff;}
/* 模块1 */
.block-1 {
  display: flex;
  justify-content: space-between;
}
.swiper-content { width: 49%; height: 338px; }
.swiper-content .swiper-slide > a,
.swiper-content .swiper-slide > a > img { display: block; height: 100%; }
.swiper-content .swiper-slide > a > p {
  height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  padding: 12px 150px 0 10px;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  z-index: 1000;
}

.block-1 .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: initial;
  right: 0;
  width: 36%;
  height: 36px;
  padding-right: 20px;
  text-align: right;
}
.block-1 .swiper-pagination-bullet { background: rgba(255,255,255,0.8); }
.block-1 .swiper-pagination-bullet-active { background-color: #fff;}
.list-1 { width: 49%; }
.list-1 li {
  display: flex;
  padding: 22px 0;
  justify-content: space-between;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: 1px dotted #E0E0E0;
  cursor: pointer;
}
.list-1 li:last-child { border-bottom: 0 none; }
.list-1 li > em {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3486FE;
  margin-right: 10px;
}
.list-1 li > p {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  transition: 300ms;
}
.list-1 li > span {
  width: 17%;
  color: #999999;
  text-align: right;
}
.list-1 li:hover > p { color: #3486FE; }

/* 模块2 */
.block-2 ul { display: flex; margin-top: 20px; }
.block-2 ul li {
  /*width: 280px;*/
  /*height: 180px;*/
  margin-right: 27px;
  cursor: pointer;
}
.block-2 ul li.bg-text img{
  position: initial;
  top: initial;
  left: initial;
  width: auto;
  height: auto;
}

/* 模块3 */
.block-3 { display: flex; justify-content: space-between; }
.block-3 .block-left { width: 49%; }
.block-3 .block-top { display: flex; margin-top: 20px; }
.block-3 .block-top li{
  position: relative;
  width: 180px;
  height: 116px;
  margin-right: 20px;
  cursor: pointer;
}
.block-3 .block-bottom { display: flex; margin-top: 23px; flex-wrap: wrap; }
.block-3 .block-bottom li{
  width: 132px;
  height: 142px;
  padding-top: 19px;
  background: #FFFFFF;
  margin-right: 15px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  box-shadow: 0px 0px 14px 1px rgba(109,109,109,0.16);
  cursor: pointer;
}
.global-area .block-3 .block-bottom li {
  box-shadow: initial;
}
.block-3 .block-bottom li img { width: 80px; height: 80px; }
.block-3 .sub-title { height: 35px; }
.block-3 .list-1 li { padding: 25px 0; }
.block-3 .list-1 ul { background: #FFFFFF; padding: 0 10px; margin-top: 20px; box-shadow: 0px 0px 14px 1px rgba(109,109,109,0.16);}
.global-area .block-3 .list-1 ul { box-shadow: initial; }
/* 模块5 */
.block-5 ul { display: flex; flex-flow: wrap; }
.block-5 ul li {
  width: 280px;
  height: 120px;
  margin: 20px 26px 0px 0;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
}
.block-5 ul li:nth-child(4n){ margin-right: 0; }
.block-5 ul li img { width: 100%; height: 100%; }

/* 模块6 */
.tab-title { display: flex; }
.tab-title span {
  position: relative;
  display: inline-block;
  height: 40px;
  margin-right: 80px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
}
.tab-title span.active { color: #267DFF; }
.tab-title span.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 6px;
  background: #267DFF;
  border-radius: 5px 5px 5px 5px;
}

.block-6 ul { margin: 20px 0 37px; font-size: 0; }
.block-6 ul li {
  display: inline-block;
  width: 219px;
  margin: 20px 26px 0px 0;
  border: 1px solid #F5F5F5;
  cursor: pointer;
  font-size: 14px;
}
.block-6 ul li .img-wrapper {
  width: 100%;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-6 ul li .img-wrapper img { height: 100%; }
.block-6 .block-text{ padding: 18px 8px; color: #999999; }
.block-6 .block-text p { margin-bottom: 5px; font-size: 12px; display: flex; align-items: center; }
.block-6 .block-text .block-text-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 14px;
}
.block-6 .block-text > span {
  display: block;
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-6 .block-text .block-text-title > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #438FFE;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  margin-right: 5px;
}
.block-6 .block-text .block-text-title > span.orange-bg {
  background: #FFA530;
}
.block-6 .block-text .block-text-title > span.purple-bg {
  background: #D580FF;
}
.block-6 .block-text:hover .block-text-title { color: #3486FE; }

.service-3 li {
  width: 280px !important;
  box-shadow: 0px 4px 8px rgba(169,169,169,0.35);
}
.service-3 li:hover {
  transform: translateY(-5px);
  transition: all .3s;
}
.service-3 li a {
  display: block;
  padding: 15px;
  position: relative;
}
.service-3 .service-title{
  font: 14px/20px "PingFang SC";
  color: #333333;
  width: 80%;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}
.service-3 .service-level{
  display: inline-block;
  height: 20px;
  font: 12px/20px "PingFang SC";
  background: rgba(254, 179, 35, .1);
  color: rgba(254, 179, 35, 1);
  padding: 0 15px 0;
  margin-top: 10px;
  border-radius: 20px;
}
.service-3 .service-time{
  font: 14px/20px "PingFang SC";
  color: #999999;
  margin-top: 20px;
}
.service-3 .service-status{
  position: absolute;
  top: 0;
  right: 0;
  width: 57px;
  height: 57px;
}


/* 模块7 */
.block-7 ul { display: flex; margin-top: 20px; }
.block-7 .bg-text .text-con p{ margin-top: 12px; }
.block-7 li {
  position: relative;
  width: 270px;
  height: 270px;
  cursor: pointer;
}
.block-7 li:last-child{ width: 370px; }
.block-7 li:nth-child(2){ width: 560px; padding: 0 20px; }
.block-7 li:nth-child(2) .bg-text { position: relative; }
.block-7 li:nth-child(2) .bg-text:nth-child(1) {
  display: inline-block;
  width: 250px;
  height: 125px;
  margin-right: 15px;
}
.block-7 li:nth-child(2) .bg-text:nth-child(2) {
  display: inline-block;
  width: 250px;
  height: 125px;
}
.block-7 li:nth-child(2) .bg-text:nth-child(3) {
  width: 520px;
  height: 125px;
  margin-top: 15px;
}

/* 模块8 */
.block-8 .img-wrapper { margin: 20px 0; cursor:pointer; }
.block-8 .block-con { display: flex; height: 200px; }
.block-8 .block-left { width: 200px; position: relative;}
.block-8 .bg-text .text-con {
  left: 25px;
  top: 30px;
  transform: initial;
  text-align: left;
}
.block-8 .bg-text .text-con span { font-size: 20px; font-weight: bold; }
.block-8 .bg-text .text-con p { margin-top: 8px; }
.block-8 .block-right {
  display: flex;
  flex-flow: wrap;
  flex: 1;
  background: #F5F5F5;
  padding: 30px 0 0 20px;
}
.block-8 .block-right > p {
  display: flex;
  width: 220px;
  height: 60px;
  margin-left: 20px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.16);
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
}
.block-8 .block-right > p:hover{
  color: #1890FF;
  transform: translateY(-5px);
  transition: all .3s;
}


/* 市级园区级模板 */
.section-title {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 40px;
}
.section-title .line {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding-top: 18px;
}
.section-title .line.line-right{
  justify-content: flex-start;
}
.section-title .titleinner {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 0 40px;
}
.section-title h3 {
  font-size: 26px;
  color: #333333;
}
.section-title p {
  font-size: 14px;
  color: #999999;
}
.global-area .sub-title > span:before {
  display: none;
}
.global-area .main-title > span {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.global-area .tab-title span {
  font-weight: normal;
}

/* 模块10 */
.block-10 { display: flex; justify-content: space-between; }
.block-10 .block-left { width: 49%; }
.block-10 .block-bottom{
  width: 580px;
  height: 303px;
  margin-top: 20px;
  background: #F5F5F5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-10 .block-bottom > ul{
  display: flex;
  flex-wrap: wrap;
}
.block-10 .block-bottom li{
  width: 260px;
  height: 60px;
  margin: 15px 0 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  color: #333;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  cursor: pointer;
}
.block-10 .block-bottom li:hover{
  color: #1890FF;
  box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.16);
  transition: all .3s;
}
.block-10 .block-right { width: 49%; }
.block-10 .block-right-box{
  width: 580px;
  height: 303px;
  margin-top: 20px;
  background: #F5F5F5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-10 .block-right-box > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.block-10 .block-right-box > ul li {
  position: relative;
  margin: 12px 10px;
  padding: 10px 20px;
  width: 549px;
  height: 72px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  cursor: pointer;
}
.block-10 .block-right-box > ul li p.cyzs-title {
  width: 90%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block-10 .block-right-box > ul li p.cyzs-text {
  font-size: 14px;
  color: #999999;
}
.block-10 .block-right-box > ul li p.cyzs-text span {
  margin-right: 10%;
}
.block-10 .block-right-box > ul li img {
  position: absolute;
  top: 0;
  right: 0;
}
.block-10 .block-right-box > ul li:hover{
  box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.16);
  transition: all .3s;
}
.block-10 .block-right-box > ul li:hover p.cyzs-title{
  color: #1890FF;
  transition: all .3s;
}

/* 模块99 快捷入口 */
/*.block-99 .kjrk-slide ul{ display: flex; }
.block-99 .kjrk-slide li{
  width: 16%;
  height: 130px;
  background: #FFFFFF;
  margin-right: 15px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  cursor: pointer;
}
.block-99 .kjrk-slide li img {
  width: 100px;
  height: 100px;
}*/
.bqe-con {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
  font-family: PingFang SC-Regular, PingFang SC;
}
.bqe-con > li {
  width: 220px;
  height: 186px;
  padding: 0 10px;
  margin-right: 23px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.bqe-con > li:nth-child(5n){
  margin-right: 0;
}
.bqe-con > li:hover{
  box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.16);
  transition: all .3s;
}
.bqe-con > li .bqe-title {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.bqe-con > li .bqe-title img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.bqe-con > li .bqe-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  font-family: PingFang SC-Bold, PingFang SC;
}
.bqe-con > li .bqe-list {
  padding-top: 18px;
}
.bqe-con > li .bqe-list p {
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 24px;
  padding-right: 5px;
  border-radius: 4px 4px 4px 4px;
  background: #2190FF;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.bqe-con > li .bqe-list p:hover{
  background: #0076ed;
  transition: all .3s;
}
.bqe-con > li .bqe-list p i {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.bqe-con > li .bqe-list p i:after{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 50%;
}

.bqe-con > li .bqe-list p span{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-container.kfq-swiper-navigation {
  /*overflow: initial;*/
}
.bqeo-con {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
  font-family: PingFang SC-Regular, PingFang SC;
}
.bqeo-con > li {
  width: 220px;
  height: 80px;
  margin-right: 23px;
  margin-bottom: 30px;
}
.bqeo-con > li .bqeo-view {
  position: relative;
  width: 220px;
  height: 80px;
  padding: 0 10px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff url(../../image/kfqHomePage/kjrk_bg.png) no-repeat center;
  background-size: 100% 100%;
  transition: all .3s;
  z-index: 1;
}
.bqeo-con > li:nth-child(1),
.bqeo-con > li:nth-child(2),
.bqeo-con > li:nth-child(3),
.bqeo-con > li:nth-child(4),
.bqeo-con > li:nth-child(5){
  z-index: 2;
}
.bqeo-con > li:nth-child(5n){
  margin-right: 0;
}
.bqeo-con > li .bqeo-view:hover {
  height: auto;
  min-height: 80px;
  box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.16);
}
.bqeo-con > li .bqe-title {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.bqeo-con > li .bqe-title img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.bqeo-con > li .bqe-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  font-family: PingFang SC-Bold, PingFang SC;
}
.bqeo-con > li .bqe-list {
  padding-top: 8px;
  padding-left: 23px;
}
.bqeo-con > li .bqe-list p {
  position: relative;
  display: flex;
  height: 33px;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.bqeo-con > li .bqe-list p:hover span{
  color: #0088FF;
  transition: all .3s;
}
.bqeo-con > li .bqe-list p span{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


  /* swiper 切换按钮 */
.kfq-swiper-navigation{}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: transparent;
}
.swiper-button-next, .swiper-button-prev{
  top: 36%;
  width: auto;
  height: auto;
}
.kfq-swiper-nav {
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  line-height: 38px;
  color: #999999;
  box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.16);
}
.kfq-swiper-nav b {
  transform: scale(1,2);
  font-size: 16px;
  font-weight: normal;
}
.kfq-swiper-nav:hover{
  color: #1890FF;
  transition: all .3s;
}
.kfq-swiper-nav img { width: 22px;}
.kfq-swiper-navigation .swiper-slide{ padding: 0 60px; }

/* 弹框里 swiper 切换按钮 */
.sw-con .kfq-swiper-nav{
  width: 24px;
  height: 130px;
  background: rgba(7, 106, 255, 0.5);
  border-radius: 0px 10px 10px 0px;
  align-items: center;
  color: #fff;
}
.sw-con .kfq-swiper-nav.kfq-swiper-next{
  border-radius: 10px 0px 0px 10px;
}
.sw-con .kfq-swiper-nav b {
  color: #fff;
}
.sw-con .swiper-button-prev, .sw-con .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.sw-con .swiper-button-next, .sw-con .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.sw-con .swiper-container-horizontal>.swiper-pagination-bullets,
.sw-con .swiper-pagination-custom,
.sw-con .swiper-pagination-fraction {
  bottom: 20px;
}
.sw-con .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #076AFF;
  border-radius: 50%;
  line-height: 19px;
  text-align: center;
  color: #fff;
}


/* 鼠标悬浮样式 */
.block-2 ul li img:hover,
.block-3 .block-top li img:hover,
.block-5 ul li img:hover,
.block-6 ul .bg-text img:hover,
.block-7 ul .bg-text img:hover{
  color: #1890FF;
  transform: translateY(-5px);
  transition: all .3s;
}
.block-6 ul li:hover {
  color: #1890FF;
  box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.16);
  transition: all .3s;
}
.block-6 ul li:hover .block-text .block-text-title,
.block-3 .block-bottom li:hover{
  color: #1890FF;
}


/* 园区监管（新） */
.jgBox.yqjg-con{
  display: flex;
}
.jgBox.yqjg-con .pageLeft-box{
  width:300px;
  height:430px;
  margin-right: 20px;
  background: #fff;
}
.sjtj-box { padding: 15px 50px; }
.sjtj-box li {
  display: flex;
  margin-bottom: 25px;
  text-align: center;
}
.sjtj-box img {
  width: 60px;
  height: 60px;
}
.sjtj-box .right-title {
  flex: 1;
  margin-left: 20px;
  text-align: left;
}
.sjtj-box .right-title p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.sjtj-box .right-title p:nth-child(2) {
  margin-top: 10px;
}
.sjtj-box .right-title span {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.jgBox.yqjg-con .pageRight-box{
  flex:1;
  height:430px;
  background: #fff;
}
.jgBox.yqjg-con .jgqy-box {
  padding: 15px;
  height: 400px;
}
.jgBox.yqjg-con .plmain-title {
  padding: 20px 20px 15px;
  margin: 0;
}
.sbzxtj-con {
  background: #fff;
}
.sbzxtj-con {
  padding: 20px 20px 0;
}
.sbzxtj-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 30px 0px 35px;
}
.sbzxtj-box li {
  width: 275px;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 8px 8px 8px 8px;
  overflow: auto;
  padding-bottom: 24px;
  transition: 300ms;
}
.sbzxtj-box li:hover {
  box-shadow: 0px 3px 6px 1px rgba(56,63,83,0.1);
}
.sbzxtj-box li img {
  width: 100%;
  height: 100px;
}
.sbzxtj-box li p {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
  padding: 0 15px 0 50px;
}
.sbzxtj-box p span {
  font-size: 22px;
}
.sbzxtj-box span.green-bg {
  color: #2DBD8C;
}
.sbzxtj-box span.red-bg {
  color: #FF2B64;
}
.sbzxtj-box span.orange-bg {
  color: #FFA530;
}

/* 产业运行 */
.gyyx-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
.gyyx-item { position: relative; flex: 1; margin-right: 20px; }
.gyyx-item:last-child { margin-right: 0px; }
.gyyx-banner img { width: 100%; display: block; cursor: pointer;  }
.gyyx-banner .gyyx-btn {
  position: absolute;
  top: 120px;
  left: 19px;
}
.gyyx-banner .gyyx-btn span {
  padding: 2px 18px;
  margin-right: 14px;
  border: 1px solid #103266;
  border-radius: 4px;
  font-size: 18px;
  color: #07295F;
  cursor: pointer;
}
.gyyx-banner .gyyx-btn span.white {
  border-color: #fff;
  color: #fff;
}

.ind-box-2, .ind-box-half,.cyjq-left{
  background: transparent;
}
.cyjq-select .el-select .el-input__inner{
  background: #ECF5FF;
  border: 0 none;
}
.cyjq-left,.bzcf-content {
  height: 270px;
}
.ind-box-3 {
  background: rgba(239, 244, 251, 0.8);
}
.ind-box-half { width: 41%; }
.ind-box-half-114 { width: 57% }
.ind-box-half .plmain-title{
  margin: 0;
}
.cyjq-content {
  padding: 10px 0px 20px;
}
.bzcf-content{
  padding: 10px 0px 0;
}
.plmain-left {
  position: relative;
  display: block;
  width: 200px;
  height: 355px;
  padding: 0;
  margin: 0;
  border: 0 none;
  overflow: hidden;
}
.plmain-left img {
  width: 100%;
  height: 100%;
}
.plmain-left .plm-l {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.plmain-left .plm-l h3 {
  margin: 0;
  padding: 0 17px;
  color: #fff;
  font-size: 20px;
}
.plmain-left .plm-r {
  display: block;
  margin: 20px 0 0;
}
.plmain-left .plm-r .el-select {
  width: 166px;
  margin-left: 0;
}
.plmain-left .plm-r .el-select .el-input__inner {
  background: rgba(255, 255, 255, 0.2);
  border: 0 none;
  color: #fff;
}
.plmain-left .plm-r .el-select .el-icon-arrow-up:before {
  border-color: #fff transparent transparent transparent;
}
.plmain-left .plm-r .el-select-dropdown{
  background: rgba(255, 255, 255, 0.2);
  border: 0 none;
  color: #fff;
  text-align: left;
}
.plmain-left .plm-r .el-select-dropdown__item {
  color: #fff;
}
.plmain-left .plm-r .el-select-dropdown__item.hover, .plmain-left .plm-r .el-select-dropdown__item:hover {
  background-color:rgba(255, 98, 29, 0.59);
}
.ml-list {
  flex: 1;
  overflow: hidden;
}
.ml-list .ml-ul {
  height: 328px;
}
.ml-list .ml-ul li {
  width: 32%;
  height: 124px;
  background: #fff;
  margin-bottom: 20px;
}
.ml-list .ml-ul li:not(:nth-of-type(4n)) {
  margin-right: 0;
}
.ml-list .ml-ul li:not(:nth-of-type(3n)) {
  margin-right: 1.333%;
}
.ml-list .swiper-container {
  height: 100%;
}
.ml-list .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 24px;
}
.ml-list .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: rgba(7, 106, 255, 0.3);
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  opacity: 1;
  color: #fff;
}
.ml-list .swiper-pagination-bullet-active {
  background: rgba(7, 106, 255, 1);
}
.ml-list .datanone {
  background: transparent;
}
.ml-pagination {
  text-align: right;
  padding: 0 20px;
  margin-top: -20px;
}
.ml-pagination .el-pagination__total {
  float: left;
}
.ml-pagination .btn-next .el-icon, .ml-pagination .btn-prev .el-icon {
  line-height: 28px;
}
.ml-pagination .more {
  position: initial;
  transform: initial;
}
.ml-pagination .el-pager li {
  color: #333;
  font-weight: normal;
}
.ml-pagination .el-pager li.active {  color: #409EFF; }

/* 园区管理 */
.block-131 .yqgl-con{
  display: flex;
}
.yqgl-half {
  position: relative;
  width: 50%;
  height: 645px;
}
.yqgl-half .fix-tab1 {
  position: absolute;
  left: 20px;
  top: 18px;
}
.yqgl-half .fix-tab1 li {
  float: left;
  width: 80px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  border-left: 0;
}
.yqgl-half .fix-tab1 .on {
  background: rgba(255, 145, 0, 1);
}
.yqgl-half .fix-tab {
  position: absolute;
  right: 48px;
  bottom: 36px;
  color: #fff;
}
.yqgl-half .fix-tab li {
  width: 135px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-bottom: 8px;
  cursor: pointer;
}
.yqgl-half .fix-tab .on {
  background: rgba(24, 144, 255, 0.5);
  color: #fff;
}
.yqgl-half .sub-title > span{ color: #fff; }
.yqgl-half .sub-title .el-select { margin-left: 5px; }
.yqzhypt-list {
  height: 540px;
  margin-top: 20px;
  overflow: auto;
  -ms-overflow-style: none;
}
.yqzhypt-list::-webkit-scrollbar {
  display: none;
  width: 0 !important
}
.yqzhypt-list li {
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.yqzhypt-list li:nth-of-type(2n) {
  margin-right: 0;
}
.yqzhypt-list li a {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #fff url(../../image/kfqHomePage/yqzhypt-k.png) no-repeat center/cover;
  padding: 0 15px;
}
.yqzhypt-list li .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #fff;
  padding: 5px;
}
.yqzhypt-list li .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.yqzhypt-list li .list-right {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
}
.yqzhypt-list li .list-right p {
  font: 16px/20px "PingFang SC";
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.yqzhypt-list li .list-right span {
  font: 14px/25px "PingFang SC";
  color: #3486FE;
}
.home-banner {
  padding: 0;
}

.sw-block .bqeo-con > li {
  width: 280px;
  margin-right: 26px;
  cursor: pointer;
}
.sw-block .bqeo-con > li .bqeo-view {
  width: 280px;
}
.sw-block .bqeo-con > li:nth-child(5n) {
  margin-right: 26px;
}
.sw-block .bqeo-con > li:nth-child(4n) {
  margin-right: 0px;
}
.sw-block .bqeo-con > li .bqeo-view {
  padding-left: 12px;
}
.sw-block .bqeo-con > li .bqe-title {
  padding-top: 16px;
  font-size: 16px;
}
.sw-block .bqeo-con > li .bqe-list {
  padding-left: 0;
  padding-top: 5px;
  color: #1890FF;
}
.sw-block .bqeo-con > li .bqe-list a {
  color: #1890FF;
}
.sw-block .bqeo-con > li:hover .bqe-title{
  color: #1890FF;
}
.sw-block .bqeo-con > li .bqe-title span {
  display: block;
  width: 213px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sw-con {
  display: flex;
  align-items: flex-start;
}
.sw-con .swc-left {
  width: 160px;
}
.sw-con .swc-right {
  width: 800px;
}
.sw-con .swc-left > p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 120px;
  height: 36px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #666666;
  padding-left: 20px;
  cursor: pointer;
}
.sw-con .swc-left > p img {
  margin-right: 10px;
}
.sw-con .swc-left > p.active {
  background: #076AFF;
  color: #fff;
}
.swcr-con {
  height: 600px;
  border: 1px solid #E9E9E9;
}
.swcr-con-t {
  border: 0 none;
}
.sw-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 80px;
}
.sw-title > span{
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.sw-title > span:before {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  background: #3486FE;
  margin-right: 10px;
}
#swiper-swcr{
  height: 600px;
  /*overflow: hidden;*/
  padding: 10px 0;
}

.paginationNew {
  margin-top: 20px;
}
.paginationNew .next,
.paginationNew .prev {
  padding: 5px 10px !important;
}

.paginationNew a {
  margin-left: 10px;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-transition: .5s;
  transition: .5s;
}

.paginationNew {
  display: inline-block;
  float: right;
}

.paginationNew .active {
  margin-left: 10px;
  border-radius: 2px;
  background-color: #0066CC;
  color: #fff;
}
.paginationNew .btn-next .el-icon, .paginationNew .btn-prev .el-icon {
  line-height: 29px;
}
.paginationNew .el-pager li.active {
  color: #fff;
}
.paginationNew .el-pager li {
  font-weight: normal;
}

.sw-dialog .el-dialog__title{
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.sw-dialog .el-dialog__title:before {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  background: #3486FE;
  margin-right: 10px;
}
.sw-dialog .el-dialog__header .el-dialog__title {
  color: #333333;
}
.sw-dialog .el-dialog__header {
  border: 0 none;
  padding-top: 10px;
}
.sw-dialog .el-tabs__item {
  font-size: 16px;
}
.sw-dialog .el-tabs__nav-wrap::after {
  height: 1px;
}
.el-image-viewer__close .el-icon-close {
  line-height: 40px;
}
.el-image-viewer__actions__inner [class*=" el-icon-"],
.el-image-viewer__actions__inner [class^=el-icon-],
.el-image-viewer__next [class*=" el-icon-"],
.el-image-viewer__next [class^=el-icon-],
.el-image-viewer__prev [class*=" el-icon-"],
.el-image-viewer__prev [class^=el-icon-]{
  line-height: 44px;
}
.swcr-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swcr-img > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sw-dialog .kfq-swiper-navigation .swiper-slide {
  display: flex;align-items: center;justify-content: center; padding: 0;
}