@charset "UTF-8";
/*header*/
.header{
  background-color: #fff;
}
@keyframes hui-left {
  from {
    -webkit-transform: translate3d(-30px, 0px, 0px);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*助企惠企服务专区*/
.zqhq-banner {
  width: 100%;
  height: 393px;
  background: url("../images/zqhq-banner-bg.png") no-repeat;
  background-size: 100% 100%;
}
.zqhq-banner .img-text {
  padding-top: 90px;
  animation: hui-left 0.6s 0.5s both;
}

.zqhq-page-title {
  height: 35px;
  text-align: center;
}
.zqhq-page .hui-main {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: -110px;
  padding: 0px 50px 50px 50px;
  margin-bottom: 50px;
}
.zqhq-page .hqzc-yjzd {
  padding-top: 50px;
}
.zqhq-page .hqzc-yjzd .list .list-row .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e3e1e1;
}
.zqhq-page .hqzc-yjzd .list .list-row .item a {
  width: 100%;
  color: #333;
}
.zqhq-page .hqzc-yjzd .list .list-row .item a:hover {
  font-weight: bold;
}
.zqhq-page .hqzc-yjzd .list .list-row .item a:hover::before {
  color: #0967fd;
}
.zqhq-page .hqzc-yjzd .list .list-row .item a::before {
  width: 7px;
  height: 7px;
  background-color: #0967fd;
  background-image: linear-gradient(#498fff, #0967fd);
}
.zqhq-page .hqzc-yl {
  padding-top: 50px;
}
.zqhq-page .hqzc-yl .slideTab {
  padding-top: 30px;
}
.zqhq-page .hqzc-yl .slideTab .hd {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.zqhq-page .hqzc-yl .slideTab .hd::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6edff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.zqhq-page .hqzc-yl .slideTab .hd .title {
  width: 164px;
  height: 130px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #f0f4ff;
  transition: all 0.3s;
  box-shadow: 0 5px 10px rgb(240, 244, 255);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.zqhq-page .hqzc-yl .slideTab .hd .title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  padding-top: 15px;
  transition: all 0.3s;
}
.zqhq-page .hqzc-yl .slideTab .hd .title b {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #e6edff;
  border: 4px solid #ffffff;
  outline: 1px solid #e6edff;
  box-sizing: content-box;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -37px;
  transform: translateX(-50%);
  z-index: 999;
  transition: all 0.3s;
}
.zqhq-page .hqzc-yl .slideTab .hd .title::after {
  content: "";
  display: block;
  width: 94px;
  height: 1px;
  background-color: #ff8f2f;
  position: absolute;
  left: 50%;
  bottom: -31px;
  z-index: 9;
  transform: translateX(-50%) scale(0);
  transition: all 0.3s;
}
.zqhq-page .hqzc-yl .slideTab .hd .title.on {
  box-shadow: 0 5px 20px rgba(204, 216, 255, 0.8);
}
.zqhq-page .hqzc-yl .slideTab .hd .title.on h2 {
  font-weight: bold;
}
.zqhq-page .hqzc-yl .slideTab .hd .title.on b {
  background-color: #ff8f2f;
  outline-color: #ff8f2f;
}
.zqhq-page .hqzc-yl .slideTab .hd .title.on::after {
  transform: translateX(-50%) scale(1);
}
.zqhq-page .hqzc-yl .slideTab .bd .item-box.list .list-row .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e3e1e1;
}
.zqhq-page .hqzc-yl .slideTab .bd .item-box.list .list-row .item a {
  width: 100%;
  color: #333;
}
.zqhq-page .hqzc-yl .slideTab .bd .item-box.list .list-row .item a:hover {
  font-weight: bold;
}
.zqhq-page .hqzc-yl .slideTab .bd .item-box.list .list-row .item a:hover::before {
  color: #0967fd;
}
.zqhq-page .hqzc-yl .slideTab .bd .item-box.list .list-row .item a::before {
  width: 7px;
  height: 7px;
  background-color: #0967fd;
  background-image: linear-gradient(#498fff, #0967fd);
}
.zqhq-page .hqzc-yl .list-icons-box {
  padding: 30px 0;
  justify-content: space-between;
}
.zqhq-page .hqzc-yl .list-icons-box .col {
  flex: none;
  width: 164px;
  height: 130px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #f0f4ff;
  transition: all 0.3s;
  box-shadow: 0 5px 10px rgb(240, 244, 255);
}
.zqhq-page .hqzc-yl .list-icons-box .col a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zqhq-page .hqzc-yl .list-icons-box .col a h2 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  padding-top: 15px;
  transition: all 0.3s;
}
.zqhq-page .hqzc-yl .list-icons-box .col:hover {
  box-shadow: 0 5px 20px rgba(204, 216, 255, 0.8);
}
.zqhq-page .hqzc-yl .list-icons-box .col:hover h2 {
  color: #0967fd;
}
.zqhq-page .hqzc-ywtb {
  padding-top: 50px;
  padding-bottom: 50px;
}
.zqhq-page .hqzc-ywtb .outBox {
  margin-top: 30px;
}
.zqhq-page .hqzc-ywtb .outBox .hd {
  height: 70px;
  padding-bottom: 25px;
  display: flex;
  background-image: linear-gradient(#e9efff, #ffffff);
}
.zqhq-page .hqzc-ywtb .outBox .hd .title {
  width: 50%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.zqhq-page .hqzc-ywtb .outBox .hd .title::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #0967fd;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: all 0.3s;
  transform: scale(0, 1);
}
.zqhq-page .hqzc-ywtb .outBox .hd .title::before {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  display: block;
  border-top-color: #0967fd;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.zqhq-page .hqzc-ywtb .outBox .hd .title img {
  margin-right: 20px;
  vertical-align: middle;
}
.zqhq-page .hqzc-ywtb .outBox .hd .title.on {
  background-image: linear-gradient(#d1deff, #ffffff);
  font-weight: bold;
}
.zqhq-page .hqzc-ywtb .outBox .hd .title.on::after {
  transform: scale(1, 1);
}
.zqhq-page .hqzc-ywtb .outBox .hd .title.on::before {
  opacity: 1;
  bottom: -14px;
}
.zqhq-page .hqzc-ywtb .outBox .bd .item-box {
  padding-top: 30px;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .hui-row {
  flex-wrap: wrap;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .hui-row .col {
  flex: none;
  width: 20%;
  margin-bottom: 20px;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .hui-row .col a {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
  border: 1px solid #e0e8ff;
  transition: all 0.3s;
  overflow: hidden;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .hui-row .col a:hover {
    color: #ffffff;
    background-color: #407bfe;
  background-size: 100% 100%;
  border-color: transparent;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .list {
  margin-top: -20px;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .list .list-row {
  display: flex;
  flex-wrap: wrap;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .list .list-row .item {
  width: 33.333333%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e3e1e1;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .list .list-row .item a {
  width: 100%;
  color: #333;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .list .list-row .item a:hover {
  color: #0967fd;
  font-weight: bold;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .list .list-row .item a:hover::before {
  color: #0967fd;
}
.zqhq-page .hqzc-ywtb .outBox .bd .theme-sort .list .list-row .item a::before {
  width: 7px;
  height: 7px;
  background-color: #0967fd;
  background-image: linear-gradient(#498fff, #0967fd);
}
.zqhq-page .zq-special .hui-row {
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 30px;
}
.zqhq-page .zq-special .hui-row .col {
  flex: none;
  width: 346px;
  height: 136px;
}
.zqhq-page .zq-special .hui-row .col a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e6edff;
  border-radius: 8px;
  padding: 30px 0 0 40px;
  box-shadow: 0 5px 20px rgba(204, 216, 255, 0);
  transition: all 0.3s;
}
.zqhq-page .zq-special .hui-row .col a h1 {
  width: 185px;
  font-size: 20px;
  line-height: 38px;
  font-weight: normal;
  color: #333;
  transition: all 0.3s;
}
.zqhq-page .zq-special .hui-row .col a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(204, 216, 255, 0.8);
}
.zqhq-page .zq-special .hui-row .col a:hover h1 {
  color: #0967fd;
}
.zqhq-page .zq-special .hui-row .col:nth-child(1) a {
  background: url("../images/zqfw-item-bg1.png") no-repeat;
  background-size: 100% 100%;
}
.zqhq-page .zq-special .hui-row .col:nth-child(2) a {
  background: url("../images/zqfw-item-bg2.png") no-repeat;
  background-size: 100% 100%;
}
.zqhq-page .zq-special .hui-row .col:nth-child(3) a {
  background: url("../images/zqfw-item-bg3.png") no-repeat;
  background-size: 100% 100%;
}
.zqhq-page .suggest-zj {
  padding-top: 20px;
}
.zqhq-page .suggest-zj .banner-12345 {
  height: 115px;
  display: block;
  margin-top: 30px;
  transition: all 0.3s;
}
.zqhq-page .suggest-zj .banner-12345:hover {
  opacity: 0.75;
}
