/* css 重置 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  outline: none !important;
}

html {
  font-size: 100px;
}

.box1200 {
  margin: 0 auto;
  width: 12rem;
}

body {
  background: #fff;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  box-sizing: border-box;
  /*min-width: 12rem;*/
  font-size: 16px;
  text-rendering: optimizelegibility;
}

.hide {
  display: none;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 清除浮动 */
img {
  border: 0;
}

a {
  text-decoration: none;
  color: #333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ===banner=== */
.tsfw-banner {
  width: 100%;
  height: 2.8rem;
  background: url(banner.png) center center no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}
.tsfw-banner > div > h2 {
  margin-bottom: 0.2rem;
  font-size: 40px;
  font-weight: normal;
}
.tsfw-banner > div > span {
  font-size: 16px;
  font-weight: normal;
}
/* 主体内容 */
.container {
  margin: 0.5rem auto;
}
/* 营商环境 */
.qzq-tit {
  width: 100%;
  height: 80px;
  background: url(01.png) no-repeat center center;
  text-align: center;
  margin-bottom: 0.3rem;
}
.qzq-tit span {
  color: #333333;
  font-size: 32px;
  font-weight: 400;
  line-height: 80px;
}
.yshj-nav {
  display: flex;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
  border: solid 1px #e9e9e9;
  margin-bottom: 0.3rem;
}
.yshj-nav .qys-type {
  width: 1.56rem;
  background: #f5f5f5;
  text-align: center;
}
.yshj-nav .qys-type::after {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  content: '';
  background: url(gth.png) center center no-repeat;
  background-size: 0.16rem 0.16rem;
  margin: 0 0 0 0.2rem;
}
#swiper3 .swiper-slide {
  display: inline-block;
  width: auto;
  margin-right: 0.3rem;
  box-shadow: none;
}
.qzq-nav-list {
  width: 10.44rem;
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  padding: 0 0.5rem;
}
.qzq-nav-list .swiper-button-next1,
.qzq-nav-list .swiper-button-prev1 {
  position: absolute;
}
.qzq-nav-list .swiper-slide {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-right: 0.2rem;
}
.qzq-nav-list .swiper-slide.active,
.qzq-nav-list .swiper-slide:hover {
  color: #4393f5;
}
/* swiper */
.swiper-button-next1,
.swiper-button-prev1 {
  width: 0.5rem;
  height: 0.6rem;
}
.swiper-button-prev1 {
  left: 0;
  top: 0;
  background: url(right.png) no-repeat center;
  transform: rotateY(180deg);
}
.swiper-button-next1 {
  right: 0;
  top: 0;
  background: url(right.png) no-repeat center;
}
.swiper-container {
  position: initial;
}
/* .qzq-nav ul{
  display: flex;
  flex-wrap: wrap;
}
.qzq-nav ul li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 15%;
  height: 1rem;
  border: solid 1px #ffffff;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
  color: rgba(0,0,0,0.85);
  text-align: center;
  margin-bottom: .3rem;
  margin-right: 2%;
  cursor: pointer;
}
.qzq-nav ul li.active span,
.qzq-nav ul li:hover span{
  color: #4393f5;
}
.qzq-nav ul li:nth-child(6n+6){
  margin-right: 0;
}
.qzq-nav ul li::before{
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    content: "";
    background: url(qykb.png) center center no-repeat;
    background-size: 0.3rem 0.3rem;
    margin: 0.05rem auto;
}
.qzq-nav ul li span{
  color: rgba(0,0,0,0.85);
  font-size: 18px;
  font-weight: 400;
} */
.qzq-list .qzq-list-con ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.qzq-list .qzq-list-con ul li {
  display: flex;
  flex-direction: column;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
}
.qzq-list .qzq-list-con ul li:nth-child(4n + 4) {
  margin-right: 0;
}
.qzq-list .qzq-list-con ul li img {
  width: 100%;
  height: 1.56rem;
}
.qzq-list .qzq-list-con ul li span {
  display: block;
  text-align: center;
  line-height: 0.6rem;
  width: 100%;
  height: 0.6rem;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.qzq-list .qzq-list-con ul li:hover span {
  color: #4393f5;
}
/* 全要素 */
.qys-tit {
  width: 100%;
  height: 80px;
  background: url(02.png) no-repeat center center;
  text-align: center;
  margin-bottom: 0.3rem;
}
.qys-tit span {
  color: #333333;
  font-size: 32px;
  font-weight: 400;
  line-height: 80px;
}
.qys-nav {
  display: flex;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
  border: solid 1px #e9e9e9;
  margin-bottom: 0.3rem;
}
.qys-nav .qys-type {
  width: 1.56rem;
  background: #f5f5f5;
  text-align: center;
}
.qys-nav .qys-type::after {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  content: '';
  background: url(gth.png) center center no-repeat;
  background-size: 0.16rem 0.16rem;
  margin: 0 0 0 0.2rem;
}
.qys-nav ul {
  display: flex;
}
.qys-nav ul li {
  margin-left: 0.4rem;
}
.qys-nav ul li {
  cursor: pointer;
}
.qys-nav ul li:hover,
.qys-nav ul li.active {
  color: #4393f5;
}
.qys-list {
  margin-bottom: 0.4rem;
  box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
}
.qys-list > ul > li {
  position: relative;
}
.swiper .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
}
.swiper .swiper-slide a img {
  width: 100%;
  height: 1.56rem;
}
.swiper .swiper-slide a span {
  display: block;
  text-align: center;
  line-height: 0.6rem;
  width: 100%;
  height: 0.6rem;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper .swiper-slide:hover span {
  color: #4393f5;
}
/* swiper */
.swiper-button-next,
.swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
}
.swiper-button-prev {
  left: -0.7rem;
  background: url(left.png) no-repeat center;
}
.swiper-button-next {
  right: -0.7rem;
  background: url(left.png) no-repeat center;
  transform: rotateY(180deg);
}
/* 产业链 */
.cyl-tit {
  width: 100%;
  height: 80px;
  background: url(03.png) no-repeat center center;
  text-align: center;
  margin-bottom: 0.3rem;
}
.cyl-tit span {
  color: #333333;
  font-size: 32px;
  font-weight: 400;
  line-height: 80px;
}
.cyl-nav ul {
  display: flex;
  height: 0.5rem;
  margin-bottom: 0.3rem;
}
.cyl-nav ul li {
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.3rem;
  border: solid 1px #cccccc;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  margin-right: 0.2rem;
  cursor: pointer;
}
.cyl-nav ul li:hover,
.cyl-nav ul li.active {
  background: #4393f5;
  color: #fff;
}

.cyl-nav-1 {
  display: flex;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
  border: solid 1px #e9e9e9;
}
.cyl-nav-1 .qys-type {
  width: 1.56rem;
  background: #f5f5f5;
  text-align: center;
}
.cyl-nav-1 .qys-type::after {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  content: '';
  background: url(gth.png) center center no-repeat;
  background-size: 0.16rem 0.16rem;
  margin: 0 0 0 0.2rem;
  /* margin:0 auto; */
}
.cyl-nav-1 ul {
  display: flex;
  flex-wrap: wrap;
}
.cyl-nav-1 ul li {
  margin-left: 0.4rem;
}
.cyl-nav-1 ul li {
  cursor: pointer;
}
.cyl-nav-1 ul li:hover,
.cyl-nav-1 ul li.active {
  color: #4393f5;
}

.cyl-list .cyl-list-con ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.cyl-list .cyl-list-con ul li {
  display: flex;
  flex-direction: column;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 0.3rem;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
}
.cyl-list .cyl-list-con ul li:nth-child(4n + 4) {
  margin-right: 0;
}
.cyl-list .cyl-list-con ul li img {
  width: 100%;
  height: 1.56rem;
}
.cyl-list .cyl-list-con ul li span {
  display: block;
  text-align: center;
  line-height: 0.6rem;
  width: 100%;
  height: 0.6rem;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cyl-list .cyl-list-con ul li:hover span {
  color: #4393f5;
}
.swiper-button-next::after,
.swiper-button-prev::after{
  display: none;
}
/* .frfw{
  position: relative;
} */
 /* 法人一件事 */
.frfw-ul li i{
  display: flex;
  justify-content: center;
  padding-top: .16rem;
  width: .72rem;
  height: .77rem;
  background: url('white-bg.png') no-repeat 0 0 /cover;
  overflow: hidden;
}
.frfw-ul li i s{
  display: block;
  width: .36rem;
  height: .36rem;
}
.qb s{
  background: url('qb.png') no-repeat 0 0 /cover;
}
.qb:hover{
  background: url('blue-bg.png') no-repeat 0 0 /cover;
}
.qb:hover s{
  background: url('qb-xz.png') no-repeat 0 0 /cover;
}
.frfw-ul{
  position: relative;
  display: flex;
  /* margin-left: .68rem; */
}
.frfw-ul li{
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.3rem;
}
.yx{
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #c0c4cc;
  /* margin-left: .25rem;*/
  margin-top: .04rem; 
  margin-bottom: 0.08rem;
  box-sizing: border-box
}


.frfw-ul li:nth-child(n+2){
  /* margin-left: 0.63rem; */
}
.frfw-title{
  display: flex;
  width: 200px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.frfw-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.frfw-item:hover .yx{
  border: 2px solid black;
}
.kbqy s{
  background: url('kbqy.png') no-repeat 0 0 /cover;
}
.frfw-item:hover  i{
  background: url('blue-bg.png') no-repeat 0 0 /cover ;
}
.frfw-item:hover .kbqy s{
  background: url('kbqy-xz.png') no-repeat bottom /cover ;
}
.ygzp s{
  background: url('ygzp.png') no-repeat 0 0 /cover;
}
.frfw-item:hover .ygzp  s{
  background: url('ygzp-xz.png') no-repeat bottom /cover ;
}
.jfns s{
  background: url('jfns.png') no-repeat 0 0 /cover;
}
.frfw-item:hover .jfns  s{
  background: url('jfns-xz.png') no-repeat bottom /cover ;
}
.scjy s{
  background: url('scjy.png') no-repeat 0 0 /cover;
}
.frfw-item:hover .scjy  s{
  background: url('scjy-xz.png') no-repeat bottom /cover ;
}
.pczx s{
  background: url('pczx.png') no-repeat 0 0 /cover;
}
.frfw-item:hover .pczx s{
  background: url('pczx-xz.png') no-repeat bottom /cover ;
}
.line{
  position: absolute;
  width: 9.9rem;
  height: .06rem;
  background-color: #C0C4CC;
  left: 1.05rem;
  bottom: .66rem;
  z-index: -1;
}
.frfw-list{
  height: 3.24rem;
  border: 1px solid #eee;
}

.frfw-item.active i{
  background: url('blue-bg.png') no-repeat 0 0 /cover ;
}
.frfw-item.active .qb s{
  background: url('qb-xz.png') no-repeat 0 0 /cover;
}
.frfw-item.active .yx{
  border: 2px solid black;
}
.frfw-item.active .kbqy s{
  background: url('kbqy-xz.png') no-repeat bottom  /cover;
}
.frfw-item.active .ygzp s{
  background: url('ygzp-xz.png') no-repeat bottom  /cover;
}
.frfw-item.active .jfns s{
  background: url('jfns-xz.png') no-repeat bottom  /cover;
}
.frfw-item.active .scjy s{
  background: url('scjy-xz.png') no-repeat bottom  /cover;
}
.frfw-item.active .pczx s{
  background: url('pczx-xz.png') no-repeat bottom  /cover;
}
.frfw-list{
  padding: .3rem 0 .2rem .3rem;
  margin-bottom: .5rem;
}
.frfw-list>p>span{
  color: #4393f5;
}
.frfw-list ul{
  display: flex;
  flex-wrap: wrap;
}
.frfw-list ul li {
  display: flex;
  width: 5.05rem;
  height: 1rem;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.frfw-list ul li:nth-child(2n){
  margin-left: 1.3rem;
}
.frfw-list ul li i{
  display: block;
  width: .1rem;
  height: .1rem;
  background: url('jt.png') no-repeat 0 0 /cover;
  margin-right: .12rem;
}
.frfw-list ul li p{
  width: 3.5rem;
}
.frfw-list ul li a {
  display: block;
  width: .98rem;
  height: .4rem;
  border-radius: .04rem;
  background: #4393f5;
  color: #fff;
  text-align: center;
  line-height: .4rem;
  margin-left: 0.35rem;
}
.frfw-item:hover{
  cursor: pointer;
}
















@media only screen and (max-width: 768px) {
  .box1200 {
    width: 100%;
  }
  .tsfw-banner > div > h2 {
    font-size: 0.6rem;
  }
  .tsfw-banner > div > span {
    font-size: 0.25rem;
  }
  .container {
    padding: 0 2%;
  }
  .qzq-list .qzq-list-con ul li {
    width: 49%;
  }
  .qzq-list .qzq-list-con ul li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .qys-nav {
    height: auto;
  }
  .qys-nav ul {
    flex-wrap: wrap;
  }
  .cyl-nav ul {
    height: auto;
    flex-wrap: wrap;
  }
  .cyl-nav ul li {
    margin-bottom: 0.2rem;
  }
  .cyl-nav-1 {
    height: auto;
  }
  .cyl-list .cyl-list-con ul li {
    width: 49%;
  }
  .cyl-list .cyl-list-con ul li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .qzq-nav-list {
    width: 5rem;
  }
  .frfw-ul li{
    width: 1.2rem;
  }
  .line {
    position: absolute;
    width: 6rem;
    height: .06rem;
    background-color: #C0C4CC;
    left: .62rem;
    bottom: .7rem;
    z-index: -1;
  }
  .frfw-title {
    display: flex;
    width: 1.2rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 0.16rem;
  }
  .layui-laypage a, .layui-laypage span {
    font-size: 0.12rem;
  }
  .frfw-list ul li {
    width: 2.5rem;
    height: 0.9rem;
  }
  .frfw-list ul li p {
    width: 1.5rem;
    font-size: 0.16rem;
  }
  .frfw-list ul li a {
    font-size: 0.16rem;
  }
  #form_XZEjRA_pagination {
    margin-top: 0;
  }
  .frfw-list>p{
    font-size: 0.16rem;
  }
}