body {
  padding-top: 55px;
}
.mainBg {
  background-color: #FFF;
  background-image: url(../images/topbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  overflow-x: hidden;
}
.newHead {
  padding: 12px 22px;
  position: relative;
  margin-bottom: 10px;
}
.newHead.header1 {
  background-color: #fff;
  background-image: url(../images/topbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.newHead .newHead-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.newHead .newHead-menu ul {
  position: absolute;
  background-color: #fff;
  right: 5px;
  top: 45px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.newHead .newHead-menu ul li {
  width: 105px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.newHead .logo {
  width: 84px;
  height: 31px;
  flex-shrink: 0;
  margin-right: 22px;
}
.newHead .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.newHead .topsearch {
  flex: 1;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 0 7px;
}
.newHead .topsearch .icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.newHead .topsearch #search {
  flex: 1;
  padding-left: 4px;
  border: none;
  background: none;
  width: 100%;
  color: #FFFFFF;
  outline: none;
  font-size: 12px;
}
.newHead .topsearch #search::placeholder {
  color: #FFFFFF;
}
.newHead .meanun {
  width: 18px;
  height: 18px;
  margin-left: 9px;
  flex-shrink: 0;
  object-fit: contain;
}
.sec_tit {
  font-size: 20px;
  font-weight: normal;
  color: #3F3F3F;
  display: flex;
  padding: 15px 20px 5px;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
}
.sec_tit .more {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}
.header {
  padding: 10px 10px 5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.header .logo {
  width: 30%;
}
.header .logo img {
  width: 100%;
}
.header .search {
  width: 70%;
  padding-left: 20px;
}
.search .search-box {
  display: flex;
  height: 30px;
  width: 100%;
  color: var(--blue);
  font-size: 14px;
  margin-left: auto;
  background-color: #E6E6E6;
  border-radius: 100px;
}
.search .search-box label {
  padding: 0 20px;
  width: calc(100% - 60px);
}
.search .search-box input {
  height: 30px;
  border: none;
  background: none;
  width: 100%;
  outline: none;
}
.search .search-box input::placeholder {
  text-align: center;
}
.search .search-box button {
  height: 30px;
  width: 60px;
  background-color: var(--blue);
  border: none;
  border-radius: 100px;
  color: #fff;
}
.search .search-box label .fa {
  margin-right: 5px;
  color: var(--gray);
}
/* end 搜索 */
.header-menu ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
}
.header-menu ul li.on a,
.header-menu ul li.on a:hover {
  color: var(--blue);
}
.header-menu ul li.on a::after {
  display: block;
  content: ' ';
  height: 2px;
  width: 100%;
  background-color: var(--blue);
  position: absolute;
  bottom: 0;
}
/* banner */
.banner {
  width: 100%;
  padding: 0 18px;
  height: 168px;
  position: relative;
  margin: 0 auto;
}
.banner .bd {
  width: 100%;
  height: 168px;
  border-radius: 9px;
  overflow: hidden;
}
.banner .bd ul {
  height: 168px;
}
.banner .bd ul li a {
  display: block;
  width: 100%;
  height: 168px;
  background-size: 100% 100% !important;
}
.banner .hd {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.banner .hd ul {
  text-align: center;
  justify-content: center;
}
.banner .hd ul li {
  margin-right: 10px;
  cursor: pointer;
}
.banner .hd ul li .fa {
  color: #FFC548;
}
#slides {
  display: block;
  position: relative;
}
.slidesjs-navigation {
  display: none;
}
.slidesjs-navigation a {
  font: bold 20px / normal simsun;
  text-decoration: none;
  color: #333;
}
.slidesjs-navigation a:hover {
  color: var(--blue);
}
.slidesjs-pagination {
  display: block;
  position: absolute;
  bottom: 10px;
  /* left:45%; */
  z-index: 666;
  width: 100%;
  text-align: center;
}
.slidesjs-pagination li {
  /* float:left; */
  padding: 0 3px;
  display: inline-block;
  text-align: center;
}
.slidesjs-pagination li a {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 4px;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
  text-indent: -80px;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background: var(--blue);
  background-position: 0 -13px;
}
.slidesjs-pagination li a:hover {
  background: var(--blue);
}
.project-link {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-link li {
  width: 31%;
  flex-shrink: 0;
  margin-bottom: 20px;
  text-align: center;
}
.project-link li a {
  display: flex;
  height: 140px;
  background-size: 100% 100%;
  padding-top: 20px;
  flex-direction: column;
  align-items: center;
}
.project-link li .c_tit {
  font-size: 14px;
  font-weight: bold;
}
.project-link li .btn_c {
  margin-top: 8px;
  width: 85px;
  height: 18px;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 30px;
  line-height: 18px;
}
.project-link li:nth-child(1) .c_tit {
  color: #8484CC;
}
.project-link li:nth-child(1) .btn_c {
  background: linear-gradient(90deg, #CBCBFA, #A3A3F1);
}
.project-link li:nth-child(2) .c_tit {
  color: #CB8438;
}
.project-link li:nth-child(2) .btn_c {
  background: linear-gradient(90deg, #F5D18C, #F0B766);
}
.project-link li:nth-child(3) .c_tit {
  color: #48A484;
}
.project-link li:nth-child(3) .btn_c {
  background: linear-gradient(90deg, #9CDFCB, #74CFB0);
}
.project-link li:nth-child(4) .c_tit {
  color: #CE7D7C;
}
.project-link li:nth-child(4) .btn_c {
  background: linear-gradient(90deg, #F5BCBC, #ED908F);
}
.project-link li:nth-child(5) .c_tit {
  color: #6887AD;
}
.project-link li:nth-child(5) .btn_c {
  background: linear-gradient(90deg, #BED5EC, #94B4DB);
}
.project-link li:nth-child(6) .c_tit {
  color: #6887AD;
}
.project-link li:nth-child(6) .btn_c {
  background: linear-gradient(90deg, #D4D4D4, #BFBFBF);
}
.adCell {
  padding-left: 12px;
}
.adbox {
  width: 100%;
  height: 106px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.adbox h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.adbox p {
  font-size: 10px;
  font-weight: 400;
  color: #A9A9A9;
}
.adbox p span {
  font-size: 14px;
  font-weight: bold;
}
.stepImg {
  width: 100%;
  height: auto;
}
.cusBtn {
  width: 296px;
  height: 45px;
  background: #00D8A0;
  border-radius: 22px;
  margin: 20px auto 35px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_list {
  padding: 10px;
}
.news_list .new_item {
  display: block;
  border-bottom: 1px solid #EFEFEF;
  padding: 14px;
}
.news_list .new_tit {
  font-size: 14px;
  font-weight: 500;
}
.news_list .new_tag {
  min-width: 33px;
  height: 15px;
  line-height: 15px;
  padding: 0 7px;
  background: #FF4A4A;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 400;
  margin-right: 7px;
  color: #FFFFFF;
}
.news_list .news_desc {
  margin-top: 8px;
  height: 36px;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
}
.renzheng_list .list_item {
  display: flex;
  width: 90%;
  height: 117px;
  margin: 14px auto;
  border-radius: 5px;
  background-color: #F4F6FF;
  position: relative;
}
.renzheng_list .list_item .zixunBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 89px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.renzheng_list .list_item .pic {
  width: 87px;
  height: 87px;
  padding: 7px;
  margin-top: 10px;
}
.renzheng_list .list_item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.renzheng_list .list_item .text {
  padding-top: 18px;
}
.renzheng_list .list_item .text h3 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.renzheng_list .list_item .text .scopeTit {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
}
.renzheng_list .list_item .text p {
  font-size: 13px;
  font-weight: 400;
  color: #A5A5A8;
}
.renzheng_list .list_item .text .tags {
  margin-top: 10px;
}
.renzheng_list .list_item .text .tags .tags-blue {
  font-size: 11px;
  font-weight: bold;
  color: #20C885;
}
.renzheng_list .list_item .text .tags .tags-green {
  font-size: 11px;
  margin-left: 20px;
  font-weight: bold;
  color: #A5A5A8;
}
.conneBox {
  padding: 0 20px;
}
.connect {
  border-radius: 5px;
  margin-bottom: 20px;
  background-size: cover;
  padding: 20px 0;
}
.connect .tit1 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  padding-left: 33px;
}
.connect .tit2 {
  font-size: 21px;
  font-weight: 800;
  color: #FFFFFF;
  padding-top: 10px;
  padding-left: 33px;
  line-height: 1;
}
.connect.bg6 .tit3 {
  background-color: #9372F0;
}
.connect.bg7 .tit3 {
  background-color: #4DA7F0;
}
.connect .tit3 {
  width: 99px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 27px;
  color: #FFFFFF;
  margin-left: 24px;
  margin-top: 13px;
}
.middle-ad {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
}
.middle-ad .left,
.middle-ad .right {
  flex: 1;
}
.middle-ad .left dl {
  display: flex;
  justify-content: flex-start;
}
.middle-ad .left dl dt {
  width: 50px;
  margin-right: 5px;
}
.middle-ad .left dl dt img {
  width: 100%;
}
.middle-ad .left dl dd {
  padding-top: 4px;
}
.middle-ad .left dl dd h6 {
  font-size: 16px;
}
.middle-ad .right .tel {
  justify-content: center;
  align-items: center;
}
.middle-ad .right .tel .icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.middle-ad .right .tel h5 {
  font-size: 14px;
  color: var(--blue);
}
.middle-ad .right .btn-call {
  padding: 2px 0;
  margin-top: 5px;
}
.ad-link {
  background-color: #fff;
  padding: 10px;
}
.ad-link ul li {
  text-align: center;
}
/* 热门项目 */
.hot-project {
  margin-top: 10px;
  padding: 10px;
}
.hot-project .blue-title {
  margin-bottom: 10px;
}
.project-list ul {
  flex-wrap: wrap;
}
.project-list ul li {
  width: 48%;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.project-list ul li a {
  width: 100%;
}
.project-list ul li .pic {
  height: 105px;
  width: 100%;
  overflow: hidden;
}
.project-list ul li .pic img {
  width: 100%;
  height: 100%;
}
.project-list ul li .text {
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
}
.project-list ul li .text h3 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.project-list ul li .text p {
  color: var(--gray);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.hot-renzheng {
  margin-top: 10px;
  padding: 10px;
}
.hot-renzheng .blue-title {
  margin-bottom: 10px;
}
.renzheng-list ul li {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.renzheng-list ul li:last-child {
  margin-bottom: 0;
}
.renzheng-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.renzheng-list ul li .pic {
  width: 45%;
}
.renzheng-list ul li .pic img {
  width: 100%;
}
.renzheng-list ul li .text {
  width: 50%;
}
.renzheng-list ul li .text h3 {
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.renzheng-list ul li .text .tags {
  margin: 15px 0;
}
.renzheng-list ul li .text .tags span {
  display: inline-block;
  padding: 5px 6px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 100%;
}
.renzheng-list ul li .text p {
  font-size: 13px;
  color: var(--gray);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.renzheng-list ul li .text .org {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  color: var(--gray);
}
.renzheng-list ul li .text .org img {
  height: 28px;
}
.hot-news {
  padding: 10px;
}
.news-list ul li {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-list ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.news-list ul li .pic {
  width: 35%;
  height: 61px;
}
.news-list ul li .pic img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.news-list ul li .text {
  width: 60%;
}
.news-list ul li .text .time {
  text-align: right;
}
.news-list ul li .text a:hover {
  color: var(--color-blue);
}
.partner {
  padding: 10px;
}
.partner-list {
  padding-bottom: 26px;
}
.partner-list ul {
  flex-wrap: wrap;
}
.partner-list ul li {
  width: 33%;
  padding: 0 10px;
  /*background-color: #fff;*/
  margin-bottom: 10px;
  display: flex;
  /*align-items: center;*/
  height: 40px;
}
.partner-list ul li img {
  width: 100%;
  display: block;
  height: 40px;
  object-fit: contain;
}
.flink {
  padding: 30px 0;
  background-color: #026FD2;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  color: #F5FCFF;
}
.flink .flink-list {
  padding: 0 10px;
}
.flink .flink-list a {
  color: #F5FCFF;
}
.fix-contact {
  position: fixed;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.fix-contact .kefu {
  background-color: var(--blue);
  color: #fff;
  width: 135px;
}
.fix-contact .kefu a {
  color: #fff;
}
.fix-contact .tel {
  background-color: var(--green);
  color: #fff;
  width: 135px;
}
.fix-contact .tel a {
  color: #fff;
}
.inner-menu {
  background-color: #fff;
  height: 40px;
  margin: 0 10px;
  border-radius: 5px;
  position: relative;
}
/* .inner-menu::after{

    content: ' ';

    display: block;

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background: rgba(0, 0, 0, .2);

    z-index: 0;

} */
.inner-menu .menu-title {
  position: absolute;
  padding: 10px;
  height: 40px;
  width: 100%;
  z-index: 200;
  background-color: #fff;
}
.inner-menu .menu-title h5 {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}
.inner-menu .menu-title .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  color: var(--blue);
}
.inner-menu .menu-list {
  width: 100%;
  top: 40px;
  background-color: #fff;
  position: absolute;
  z-index: 200;
}
.inner-menu .menu-list ul {
  padding: 0 10px;
}
.inner-menu .menu-list li {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #F4F4F4;
}
.inner-menu .cover {
  content: ' ';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  display: none;
}
.inner.hot-renzheng {
  margin-top: 0;
}
.inner.hot-renzheng .inner-title .blue-title {
  margin-bottom: 0;
}
.inner-title {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}
.hot-project.search {
  margin-top: 0;
  padding-top: 0;
}
.biaozhun {
  padding: 10px;
}
.biaozhun-list ul {
  background-color: #fff;
  border-radius: 5px;
}
.biaozhun-list ul li {
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zizhi {
  padding: 10px;
}
.zizhi-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zizhi-list li {
  width: 49%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.zizhi-list li .pic {
  width: 100%;
  height: 199px;
  overflow: hidden;
  position: relative;
}
.zizhi-list li .pic img {
  width: 100%;
  height: 100%;
}
.zizhi-list li h6 {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-show {
  margin: 10px;
  background-color: #fff;
  padding: 10px 10px 0;
  border-radius: 5px;
}
.page-title {
  text-align: center;
  margin: 0 20px;
  font-size: 14px;
}
.page-text {
  height: 520px;
  overflow: hidden;
  padding-bottom: 20px;
}
.page-text .blue-title {
  margin-bottom: 10px;
}
.page-text .blue-title h4 {
  font-size: 14px;
}
.page-text p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.page-more {
  padding: 10px 0;
  text-align: center;
  color: var(--gray);
  position: relative;
  top: -10px;
  background: rgba(255, 255, 255, 0.8);
}
.page-more .fa {
  color: var(--gray);
  font-size: 16px;
}
.page-info {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  color: var(--gray);
}
.page-detail {
  margin: 0 10px 10px;
}
.renzheng-detail .renzheng-list ul li .pic {
  width: 35%;
}
.renzheng-detail .renzheng-list ul li .text {
  width: 60%;
}
.inner-tel {
  padding: 10px;
  background-color: #fff;
  margin: 10px;
  border-radius: 5px;
}
.inner-tel .tel img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.inner-tel .tel {
  width: 45%;
  font-size: 17px;
  color: var(--blue);
}
.inner-tel .call {
  width: 55%;
}
.inner-tel .call .btn {
  line-height: 100%;
  width: 86px;
  font-size: 13px;
}
.inner-tel .call .kefu {
  background-color: var(--blue);
  color: #fff;
}
.inner-tel .call .kefu a {
  color: #fff;
}
.inner-tel .call .tel {
  background-color: var(--green);
  color: #fff;
}
.inner-tel .call .tel a {
  color: #fff;
}
.jiance-detail .icon-list {
  padding: 0 10px;
  background-color: #fff;
}
.jiance-detail .icon-list .icon-pic {
  display: flex;
  justify-items: center;
}
.jiance-detail .icon-list .icon-pic img {
  margin-right: 5px;
}
.zizhi-tab {
  justify-content: center;
}
.zizhi-tab a {
  margin: 0 10px;
}
.zizhi-tab a:hover,
.zizhi-tab a.on {
  color: var(--blue);
}
.img-slide-show {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.img-slide-show::after {
  content: ' ';
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.img-slide-show .show {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-slide-show .show-wrap {
  position: relative;
  text-align: center;
  max-width: 90%;
}
.img-slide-show .show-wrap img {
  max-width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.img-slide-show .show-wrap .fa {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 40px;
  margin-right: -20px;
  margin-top: -20px;
  font-weight: 200;
  cursor: pointer;
}
.fangan {
  padding: 0 10px;
}
.fangan-tab {
  padding: 10px;
  background-color: #fff;
  margin: 0 10px 0px;
  border-bottom: 1px solid #f5f5f5;
}
.fangan-tab li.on a {
  color: var(--blue);
}
.fangan-show .page-show {
  margin-top: 0;
}
.page-intro .pic {
  width: 55%;
}
.page-intro .pic img {
  width: 100%;
}
.page-intro .text {
  width: 40%;
  text-align: center;
}
.page-intro .inner-tel {
  margin: 0;
}
.page-intro .inner-tel .call {
  width: auto;
}
.page-intro .inner-tel .call .btn {
  width: 100px;
  margin-bottom: 10px;
}
/*  */
.submit-tips {
  width: 300px;
  height: 200px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: calc(50% - 150px);
  top: 35%;
  padding: 20px;
  padding-top: 50px;
  font-size: 40px;
  border-bottom: 1px solid #ddd;
  z-index: 300;
}
.submit-tips .text-wrap {
  color: #2B9B27;
  text-align: center;
  line-height: 50px;
}
.submit-tips .close {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0;
  margin-right: -10px;
  margin-top: -10px;
  background-color: #fff;
  border-radius: 100px;
}
.submit-tips .close .fa {
  font-size: 30px;
  color: var(--gray);
}
