﻿body {
  background: #f9faff;
}
.ms-controller {
  visibility: hidden;
}
.top {
  background: rgba(0, 0, 13, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.topmenu {
  width: 1200px;
  height: 72px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.topmenufirst {
  width: 1200px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.topmenu > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 72px;
}

.topleft {
  display: flex;

  align-items: center;
  height: 72px;
}

.toplogo {
  background-image: url(../img/logov7.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 206px;
  height: 40px;
}

.location {
  background-image: url(../img/location.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 91px;
  height: 40px;
  margin-left: 15px;
  line-height: 40px;
  padding-left: 15px;
  font-weight: 400;
  color: #ffff00;
  cursor: pointer;
}

.topcmenu {
  width: 475px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 72px;
  margin-left: 10px;
}

.topcmenu > a {
  height: 72px;
  align-items: center;
  display: flex;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px;
  font-size: 16px;
  position: relative;
}
.topcmenu > a:hover {
  color: #fff;
}

.topcmenu > a:not(:first-child):before {
  content: "";
  position: absolute;
  width: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.topcmenu > a:not(:first-child):hover::before {
  width: 90%;
  right: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.menuactive {
  color: #fff;
  border-bottom: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}

.topright {
  width: 165px;

  height: 24px;
  line-height: 24px;
  color: #fff;
  position: relative;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 72px;
}

.searchinput {
  position: absolute;
  width: 400px;
  text-align: right;
  left: -372px;
}

.search {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: right;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.topphone {
  width: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  height: 18px;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}

.reg {
  width: 50px;
  text-align: center;
  padding: 0 5px;
}

.login {
  width: 50px;
  text-align: center;
  padding: 0 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.banneruser {
  width: 130px;
}

.banneruser .layui-nav {
  position: relative;
  padding: 0 0px;
  background-color: transparent;
  color: #fff;
  border-radius: 2px;
  font-size: 0;
  box-sizing: border-box;
}

.banner {
  height: 620px;
  width: 100%;
  background: rgba(12, 71, 179, 1);
  position: relative;
}

.bannermain {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: baseline;
  position: relative;
}

.bannermsg {
  height: 300px;
  padding-top: 75px;
}

.bannernum {
  color: rgba(255, 242, 0, 1);
  font-size: 26px;
  font-weight: bold;
  margin: 0 5px;
}

.bannerxs {
  width: 200px;
  height: 50px;
  background: rgba(229, 136, 21, 1);
  border-radius: 25px;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
}

.bannerxs:hover {
  color: #fff;
  cursor: pointer;
}
.bannerunlogin {
  margin: 392px 0 0 0;
  text-align: center;
  padding: 10px;
  width: 630px;
}

.blogin {
  background-image: url(../img/binnerloginicon.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  display: inline-block;
}

.bannerlogined {
  margin: 392px 0 0 0;
  text-align: center;
  padding: 10px;
  width: 700px;
  height: 150px;
}

.bannerp {
  color: #fff;
  font-size: 20px;
}

.bannersq {
  width: 120px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin: 10px auto;
  position: relative;
}
.bannersq:hover {
  color: #fff;
}
.bannersq:after {
  position: absolute;
  content: url("../img/立即申请箭头.png");
  right: 17px;
  top: 2px;
}

.sections {
  width: 1200px;
  margin: -45px auto 0 auto;
  height: 90px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(95, 95, 95, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99999;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}

.sections > div {
  flex: 1;
  height: 90px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.fbxm {
  background-image: url(../img/fbxm.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.fcje {
  background-image: url(../img/fcje.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.fbzc {
  background-image: url(../img/fbzc.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.dfbzc {
  background-image: url(../img/dfbzc.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  flex: 1;
}

.sectitle {
  font-size: 14px;
  color: #999999;
}

.psecval {
  color: #4168f6;
}

.secval {
  font-size: 26px;
  font-weight: bold;
  color: #4168f6;
}

.sectionsmain {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(95, 95, 95, 0.1);
  display: flex;
  margin-top: 40px;
  padding-bottom: 30px;
  height: 358px;
}

.sectiontitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 57px;
  border-bottom: 1px solid #e6e6e6;
}
.enter-en {
  color: #d5d4d9;
  font-size: 18px;
  font-family: AlibabaPuHuiTi;
  margin-top: -20px;
  margin-left: 24px;
}

.bottom-line {
  width: 68px;
  display: flex;
  justify-content: space-evenly;
  margin-left: 24px;
  margin-top: 60px;
}

/* 轮播 */
.carousel {
  position: relative;
  width: 1000px;
  margin: auto;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.image-pair {
  display: flex;
  width: calc(100% / number_of_pairs);
  min-width: 100%;
  justify-content: space-evenly;
}

.pair-img {
  width: 480px;
  height: 120px;
  display: block;
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px; /* Adjust padding to control the size of the buttons */
  background-color: rgb(8, 8, 8, 0.2); /* Default light color */
  width: 39px;
  height: 39px;
  border-radius: 50%; /* Make the buttons circular */
  color: white;
  border: none;
  outline: none;
  transition: background-color 0.3s ease; /* Smooth transition for background color */
}

.prev:hover,
.next:hover {
  background-color: rgba(8, 8, 8, 0.1); /* Darker color on hover */
}

.prev {
  left: 10px; /* Positioning the prev button */
}

.next {
  right: 10px; /* Positioning the next button */
}

/* 悬浮广告位 */
.carousel-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  /* padding: 10px; */
  z-index: 1000;
}

.carousel-ggw {
  display: flex;
  /* flex-direction: column;
  align-items: center; */
  width: 330px;
  height: 240px;
  cursor: pointer;
}

.carousel-inner-ggw {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.ggw-close {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 306px;
  cursor: pointer;
}

.carousel-item-xf {
  width: 100%;
  transition: transform 0.5s ease;
}

.carousel-item-xf.active {
  opacity: 1;
}

.carousel-item-xf img {
  width: 100%;
  height: auto;
  display: block;
}

.line-one {
  width: 36px;
  height: 4px;
  background: #708bf6;
}
.line-two {
  width: 8px;
  height: 4px;
  background: #d5d4d9;
}

/* 政策资讯 企业活动 */
.carouse_bottom {
  display: flex;
  margin-top: 20px;
}
/* 政策资讯 */
.zczx-box {
  width: 662px;
  height: 294px;
}
.zczx-content {
  /* width: 662px; */
  height: 196px;
  background: #f7faff;
  padding: 24px;
  margin-left: 24px;
}
.zczx-more {
  color: #999999;
  font-size: 14px;
}
.policy-news {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.policy-news:not(:first-child) {
  margin-top: 24px;
}
.journalism {
  display: flex;
  width: 504px;
}
.zhiding {
  width: 32px;
  height: 16px;
}
.wenben {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 14px;
  margin-left: 4px;
}
.policy-time {
  font-size: 14px;
  color: #999999;
}

/* 企业活动 */
.qyhd-box {
  width: 474px;
  height: 294px;
  margin-left: 16px;
}
.qyhd-content {
  /* width: ; */
  height: 196px;
  padding: 24px;
  background: #f7faff;
}
.event-text {
  font-size: 14px;
  color: #999999;
  margin-top: 12px;
}
.qyhd-text {
  height: 95px;
  cursor: pointer;
}
.qyhd-text:not(:first-child) {
  margin-top: 23px;
}
.qyhd-text:not(:last-child) {
  border-bottom: 1px solid #d5d4d9; /* 设置为需要的颜色和宽度 */
}

.sectiontitle2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*height: 57px;*/
  border-bottom: 1px solid #e6e6e6;
  padding: 40px 0 30px;
}

.zntj {
  width: 400px;
}

.zxsb {
  flex: 1;
}

.ptitle {
  height: 20px;
  line-height: 20px;
  border-left: 3px solid #3861f5;
  margin: 0px 10px 0 20px;
  position: relative;
}

.sptitle {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
}

.spmore {
  font-size: 13px;
  color: #999999;
  margin-right: 28px;
}

.zntjmain {
  display: flex;
  width: 400px;
  justify-content: space-between;
  align-items: center;
  height: 276px;
  margin-top: 20px;
}

.zntjopt {
  width: 25px;
  height: 276px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.zntjprev {
  background-image: url(../img/zntjprev.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 50px;
}

.zntjnext {
  background-image: url(../img/zntjnext.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 50px;
}

.zntjitem {
  /*flex: 1;*/
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 5px 0px rgba(95, 95, 95, 0.18);
  overflow: hidden;
  width: 346px;
  height: 282px;
}

.itemtitlebg {
  background-image: url(../img/itemtitle.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 346px;
  height: 130px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.itemtitle {
  width: 306px;
  height: 130px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.tuijian {
  background-image: url(../img/tuijianjbsb.png);
  background-repeat: no-repeat;
  background-position: top left;
  left: 0;
  top: 0;
  position: relative;
}

.jiezhi {
  background-image: url(../img/jiezhi.png);
  background-repeat: no-repeat;
  background-position: top left;
  left: 0;
  top: 0;
  position: relative;
}

.tuijian:before {
  content: "HOT";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  transform: rotate(-41deg);
}

.jiezhi:before {
  content: "已截止";
  display: block;
  position: absolute;
  top: 8px;
  left: -2px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  transform: rotate(-41deg);
}

.tuijianzx {
  background-image: url(../img/首页推荐块状角标.png);
  background-repeat: no-repeat;
  background-position: top left;
  left: 0;
  top: 0;
  position: relative;
}

.tuijianzx:before {
  content: "推荐";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  transform: rotate(-41deg);
}

.zhengce_pipeicardnrjindu {
  position: relative;
}

.zhengce_pipeicardnrjindu .zhengce_pipeicardnrjindushu {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

.progress {
  width: 64%;
  display: inline-block;
  height: 10px;
  border-radius: 0px;
  background: -webkit-linear-gradient(left, #e4e3e4, #e4e5e4);
  background: -moz-linear-gradient(left, #e4e3e4, #e4e5e4);
  background: -o-linear-gradient(left, #e4e3e4, #e4e5e4);
  background: -ms-linear-gradient(left, #e4e3e4, #e4e5e4);
  background: linear-gradient(left, #e4e3e4, #e4e5e4);
  background: rgba(228, 229, 228, 0.6);
}

.loader-container {
  height: 10px;
  width: 100%;
  background: rgba(66, 198, 186, 1);
  background: -moz-linear-gradient(left, #42c6ba, #42c6ba);
  background: -o-linear-gradient(left, #42c6ba, #42c6ba);
  background: -ms-linear-gradient(left, #42c6ba, #42c6ba);
  background: linear-gradient(left, #42c6ba, #42c6ba);
  border-radius: 0px;
  animation: loader2 1s linear;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

@keyframes loader2 {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.itemdesc {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 25px 20px 0 20px;
  width: 306px;
  justify-content: space-between;
}
.itemdesc > div {
  height: 40px;
  display: flex;
}
.itemdesc > div:first-child {
  /*align-items: center;*/

  width: 323px;
}

.itemdept {
}

.itemdept:before {
  content: url(../img/itemdept.png);
  margin-right: 10px;
}

.itemtype {
  width: 8em;
}

.itemtype:before {
  content: url(../img/itemtype.png);
  margin-right: 10px;
}

.itemtime {
}

.itemtime:before {
  content: url(../img/itemtime.png);
  margin-right: 10px;
}

.timeval {
  color: rgba(219, 11, 11, 1);
  margin: 2px 4px;
}

.itemlinks {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  padding: 0 15px;
}

.itemlink {
  border: 1px solid rgba(41, 98, 204, 1);
  width: 139px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #2962cc;
}
.itemlink:hover {
  color: #2962cc;
}

.sbchange {
  font-size: 14px;
  color: #8c8c8c;
}

.splistuncheck {
  display: inline-block;
  width: 20px;
  text-align: center;
  padding-right: 15px;
  cursor: pointer;
}

.spblockuncheck {
  display: inline-block;
  width: 20px;
  text-align: center;
  padding-right: 15px;
  cursor: pointer;
}

.zxsbitems {
  display: flex;

  align-items: center;
  flex-wrap: wrap;
  width: 764px;
  margin: 0 auto 0 20px;
}

.zxsbitems > div {
  width: 33%;
  height: 149px;
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
}

.zxsbitems > div:nth-child(3n) {
  border-right: 0px;
}

.zxsbitems > div:nth-child(n + 4) {
  border-bottom: 0px;
}

.sbtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.sbdept {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  max-width: 160px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.sbdays {
  color: rgb(242, 51, 22);
  display: inline-block;
  margin: 0 2px 0 0;
}

.sbmain {
  display: flex;
  height: 36px;
  align-items: center;
  padding: 0 15px;
  justify-content: space-between;
}

.spicon {
  width: 34px;
  flex-basis: 34px;
  height: 36px;
  display: inline-block;
  background: #3861f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.sblink {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  padding: 0 5px;
  flex: 1;
}

.sblink:hover {
  color: #333333;
}

.sblink2 {
  font-size: 14px;
  font-weight: 400;
  color: #2962cc;
}

.sblink2:hover {
  color: #2962cc;
}

.matchrate {
  background: #ffffff;
  border: 1px solid #42c6ba;
  border-radius: 2px;
  color: #42c6ba;
  padding: 0 2px;
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  font-size: 12px;
  width: 86px;
  margin-right: 5px;
}

.zxsblist {
  display: flex;
  height: 49px;
  flex-direction: column;
}

.zxsblist > div {
  display: flex;
  justify-content: space-between;
  height: 49px;
  border-bottom: 1px solid #ebeef5;
  padding: 0 10px;
}

.zxsblist > div > div {
  height: 49px;
  display: flex;
  align-items: center;
}

.zxsblist > div > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  width: 280px;
}

.tuijian2 {
  display: inline-block;
  background: rgb(242, 51, 22);
  border-radius: 11px 11px 0 11px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: 36px;
  height: 18px;
  line-height: 18px;
  margin-right: 5px;
}

.listsblink {
  width: 76px;
  height: 25px;
  background: #2962cc;
  border-radius: 13px;
  display: inline-block;
  color: #fff;
  line-height: 25px;
  text-align: center;
}
.listsblink:hover {
  color: #fff;
}

.listsblink2 {
  width: 76px;
  height: 25px;
  background: #fff;
  border-radius: 13px;
  display: inline-block;
  color: #2962cc;
  line-height: 25px;
  text-align: center;
  border: 1px solid #2962cc;
}

.listsblink2:hover {
  color: #2962cc;
}

a {
}
a:hover {
  color: none !important;
}

.guidelist {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.guidelist a {
  display: block;
}
.wsqyxx {
  background-image: url(../img/完善企业信息背景.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 164px;
  height: 85px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 20px 0 90px;
  cursor: pointer;
}

.znzcpp {
  background-image: url(../img/政策智能匹配背景.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 164px;
  height: 85px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 20px 0 90px;
  cursor: pointer;
}

.znlb {
  background-image: url(../img/指南列表背景.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 164px;
  height: 85px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 20px 0 90px;
  cursor: pointer;
}

.sbcq {
  background-image: url(../img/申报查询背景.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 164px;
  height: 85px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 20px 0 90px;
  cursor: pointer;
}

.gtitle {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background-image: url(../img/go-未选中.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 130px;
  height: 30px;
  line-height: 30px;
}

.gtitle:hover {
  background-image: url(../img/go-选中.png);
}

.gsubtext {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.sectionsbg {
  background-image: url(../img/公示政策背景.png);
  background-repeat: repeat;
  background-position: center center;
  max-width: 1920px;
  height: 470px;
  margin-top: 40px;
}

.bgmain {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.gslist {
  height: 276px;
  /*overflow: hidden;*/
  width: 590px;
}

.gxmain {
  width: 50%;
}

.spgsz {
  font-size: 14px;
  font-weight: bold;
  color: #f00021;
  display: inline-block;
  width: 84px;
  border-right: 1px solid #e8e8e8;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.gxitem {
  width: 565px;
  height: 60px;
  background: #ffffff;
  display: flex;
  align-items: center;

  margin-bottom: 12px;
  /* animation: gsMove 8s linear infinite;
    animation-fill-mode: forwards; */
}

@keyframes gsMove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-380px);
  }
}

.spgsname {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-left: 15px;
  width: 335px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.spgsname2 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-left: 15px;
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.spgsje {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-right: 15px;
}

.zcmain {
  width: 590px;
  margin-left: 20px;
}

.zclist {
  background: #ffffff;
  padding-top: 15px;
  height: 261px;
}

.zxitem {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
}

.zcline {
  height: 20px;
  line-height: 20px;
}
.zcline:hover {
  color: #165ce2;
}

.spzcdate {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  width: 109px;
  border-right: 1px solid #666;
  text-align: center;
  display: inline-block;
}
.spzcdate:hover {
  color: #165ce2;
}

.spzcname {
  padding: 0 20px;
}
.spzcname a {
  color: #333;
}
.spzcname a:hover {
  color: #165ce2;
}
.specialcolumn {
  margin: 0 auto;
  width: 1200px;
}

.enterprise-services {
  height: 509px;
  background: #fff;
  margin-top: -65px;
  /* display: flex; */
}
.qyfw-box {
  /* width: 35%; */
}

.advertising-space {
  display: flex;
}

.areashow_location {
  background: #fff;
  min-width: 9.375rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #ebeef5;
  padding: 0.75rem;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 0.125rem 0.75rem 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0.125rem 0.75rem 0 rgb(0 0 0 / 10%);
  word-break: break-all;
  position: relative;
}

.headerarea {
  height: 0px;
  background-color: #fff;
}

.line {
  width: 100%;
  height: 1px;
  background: #ebebeb;
}

.active1 {
  float: left;
  display: inline-block;
  color: #595959;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  list-style: none;
}
.active1 a {
  padding: 5px 8px;
  margin-right: 15px;
  margin-top: 8px;
}

.active2 {
  background: #cce6ff;

  border-radius: 3px;
  text-align: center;
  color: #595959 !important;
}

.copyright {
  width: 100%;
  height: 100px;
  background: #003a8c;
  margin-top: 60px;
}

.footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 100px;
  align-items: center;
}

.xmicon {
  color: #fff;
  width: 37px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 20px !important;
}
.jiqiren {
  position: fixed;
  width: 80px;
  height: 100px;
  right: -40px;
  top: 57%;
  transform: rotate(-30deg);
  background: url("/images/jiqiren.png") center center no-repeat;
  background-size: 100% 100%;
  animation: fadenum 10s ease 5s infinite;
  cursor: pointer;
}
@keyframes fadenum {
  0% {
    /* 设定开始状态 */
    right: -40px;
  }
  30% {
    /* 设定开始状态 */
    right: -13px;
  }
  55% {
    /* 设定中间状态 */
    right: -13px;
    transform: rotate(-30deg);
  }
  70% {
    /* 设定中间状态 */
    right: 0px;
    transform: rotate(0deg);
  }
  100% {
    /* 设定结束状态 */
    right: 0px;
    transform: rotate(0deg);
  }
}
.phone {
  position: fixed;
  width: 66px;

  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999;
}

.phone ul li {
  width: 66px;
  height: 66px;
  color: #595959;
  text-align: center;
  cursor: pointer;
}
.phone ul li:hover {
  background: #3861f5;
  color: #fff;
}
.phone ul li:hover a {
  color: #fff;
}

.phone .right-phone {
  position: absolute;
  left: -160px;
  top: 0px;
  width: 160px;
  height: 116px;
  background-color: #3861f5;
  padding: 10px 0 0 10px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}
.phone .right-phone p {
  line-height: 1.8em;
}

.phone .right-qq {
  position: absolute;
  left: -160px;
  top: 0px;
  width: 160px;
  height: 66px;
  background-color: #3861f5;
  box-sizing: border-box;
  padding: 10px 0 0 10px;
  text-align: left;
}
.phone .right-qq p {
  line-height: 1.8em;
}

.phoneimg {
  padding-top: 15px;
}
.phonetitle {
  font-size: 12px;
  margin-top: 2px;
}
.rightfix-backtop a {
  color: #595959;
}
.rightfix-backtop a:hover {
  color: #fff;
}
.phonetitle:hover {
  color: #fff;
}

.shouqi {
  width: 66px;
  height: 25px;
  line-height: 25px;
  background: #3861f5;
  color: #ffffff;
  text-align: center;
  margin-top: 1px;
  cursor: pointer;
}
.areashow_location:before {
  content: "";
  position: absolute;
  left: 266px;
  top: -10px;
  z-index: 999;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.onerow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.tworow {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.region-desc {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a7a5a5;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 10px;
}

.title {
  width: 78px;
  height: 32px;
  line-height: 32px;
  background: #1890ff;
  font-size: 14px;
  font-family: MicrosoftYaHeiUI;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  margin-left: 8px;
}
.title1 {
  width: 78px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  font-size: 14px;
  font-family: MicrosoftYaHeiUI;
  border-radius: 3px;
  color: #262626;
  display: block;
  float: left;
  text-align: center;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0px;
  background-color: #5fb878;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
