@charset "utf-8";
/*
 * ==============================
 * @description: [WebSite] 首页样式
 * @author: skyhuman123
 * @QQ: 53498824;
 * @update: ---
 * ==============================
 */

.container {
  min-width: 1180px;
}

/*index-style*/
.fullSlide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.fullSlide .bd {
  height: 100% !important;
  width: 100% !important;
}

.fullSlide .bd li {
  height: 100% !important;
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fullSlide .bd li h1,
.fullSlide .bd li h2 {
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 5px #333;
}

.fullSlide .bd li h1 {
  margin-top: 40px;
  font-size: 55px;
  line-height: 60px;
}

.fullSlide .bd li h2 {
  margin-top: 240px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 5px;
}

.fullSlide .bd li a {
  display: block;
  margin: 40px auto 0;
  max-width: 160px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  font-size: 16px;
}

.fullSlide .bd li a:hover {
  border-color: #8cc63e;
  background-color: #8cc63e;
  text-decoration: none;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 99999;
  bottom: 20px;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  display: inline;
  zoom: 1;
  width: 14px;
  height: 14px;
  margin: 8px;
  border: 2px solid #fff;
  overflow: hidden;
  line-height: 9999px;
  border-radius: 50%;
}

.fullSlide .hd ul .on {
  background-color: #fff;
}

.swiper1 {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper1 {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper1 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.caseSwiper2,
.mouthSwiper2 {
  height: 560px;
  width: 100%;
  overflow: hidden;
}

.caseSwiper,
.mouthSwiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.caseSwiper .swiper-slide,
.mouthSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.caseSwiper .swiper-slide-thumb-active,
.mouthSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper1 .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}


.tab-footer {
  position: fixed;
  bottom: 0;
  background: url(../images/main_site/header_bg.png);
  width: 100%;
  height: 50px;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 768px) {
  .tab-footer {
    display: block;
    /* Show on mobile devices */
  }
}


.navbar {
  display: flex;
  background-color: #333;
  justify-content: space-around;
}

.nav-item {
  color: white;
  text-align: center;
  padding: 5px 5px 1px 5px;
  transition: background-color 0.3s;
  display: flex;
  flex-direction: column;
}

.nav-item img {
  width: 24px;
  /* 调整图标大小 */
  height: 24px;
}

.nav-item:hover {
  background-color: #444;
}

.nav-item.active {
  color: red;
  /* 突出显示的颜色 */
}


@media screen and (max-width:480px) {
  .fullSlide .bd li h1 {
    font-size: 40px;
  }

  .fullSlide .bd li h2 {
    font-size: 32px;
    margin-top: 150px;
  }

  .fullSlide .bd li a {
    font-size: 16px;
  }

  .tab-footer {
    z-index: 1;
  }
}

@media screen and (max-width:768px) {
  .case {
    display: none;
  }
}

.case {
  position: relative;
  margin-top: 70px;
  width: 100%;
}

.case-hd {
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 100%;
  height: 30px;
  z-index: 9999;
}

.case-hd .page {
  margin: 0 auto;
  width: 130px;
}

.case-hd .page .prev,
.case-hd .page .next {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  background-color: #8cc63e;
  color: #fff;
  text-align: center;
}

.case-hd .page .pageState {
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.case-bd {
  width: 100%;
}

.case-bd li {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
}

.case-bd li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.case-bd li img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.case-bd li span {
  position: absolute;
  padding-top: 20%;
  bottom: -100%;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 88, 199, 0.8);
  text-align: center;
  color: #fff;
  font-size: 28px;
  transition: all 0.3s;
}

.case-bd li span i {
  display: inline-block;
  margin-top: 30px;
}

.case-bd li:hover span {
  bottom: 0;
}

/*手机版案例*/
.mobile-case {
  display: none;
}

@media screen and (max-width:768px) {
  .mobile-case {
    display: block;
  }
}

.mobile-case {
  margin-top: 45px;
}

.m-case-wrap .item {
  width: 100%;
  float: left;
}

.mobile-case dl {
  margin-bottom: 10px;
  padding: 0 2%;
  overflow: hidden;
}

.mobile-case dt,
.mobile-case dd {
  float: left;
}

.mobile-case dt {
  width: 45%;
}

.mobile-case dt img {
  width: 100%;
  height: auto;
}

.mobile-case dd {
  padding-left: 10px;
  width: 55%;
}

.mobile-case dd a {
  display: inline-block;
  margin-top: 5px;
  padding: 0 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.mobile-case .case-hd {
  bottom: 5px;
}

/*第三屏*/
.slide3 {
  background-color: #8cc63e;
}

.mobile-into {
  display: block;
}

.mobile-into li {
  position: absolute;
}

.mobile-into li img {
  display: block;
}

.mobile-into li:nth-child(1) {
  top: -180px;
  left: 260px;
}

.mobile-into li:nth-child(2) {
  top: -120px;
  left: 250px;
}

.mobile-into li:nth-child(3) {
  top: -120px;
  left: 215px;
}

.mobile-into li:nth-child(4) {
  top: -120px;
  left: 180px;
}

.mobile-into li:nth-child(5) {
  top: -120px;
  left: 145px;
}

/*往下箭头*/
.go-next {
  width: 50px;
  height: 50px;
  background: url(../images/main_site/gonext.png) no-repeat 0 0;
  background-size: cover;
  margin: 0 auto;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 15px);
  }

  to {
    -webkit-transform: translate(0, -0px);
  }
}

@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px);
  }

  65% {
    -moz-transform: translate(0, 15px);
  }

  to {
    -moz-transform: translate(0, -0px);
  }
}

.black-next {
  display: none;
  background: url(../images/main_site/black-next.png) no-repeat 0 0;
  background-size: cover;
}

/*往下箭头 end*/
@media screen and (max-width:1200px) {
  .mobile-into li:nth-child(1) {
    top: -100px;
  }

  .mobile-into li:nth-child(2),
  .mobile-into li:nth-child(3),
  .mobile-into li:nth-child(4),
  .mobile-into li:nth-child(5) {
    top: -40px;
  }
}

@media screen and (max-width:640px) {
  .go-next {
    display: block;
  }
}

.about-txt {
  margin-top: -20px;
  margin-left: 20px;
  color: #fff;
  text-align: center;
}

.about-txt h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

.about-txt p {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 40px;
}

.about-txt a {
  font-size: 32px;
  color: #fff;
}

/*ipad*/
@media screen and (max-width:769px) {
  .mobile-into li:nth-child(1) {
    top: -250px;
  }

  .mobile-into li:nth-child(2),
  .mobile-into li:nth-child(3),
  .mobile-into li:nth-child(4),
  .mobile-into li:nth-child(5) {
    top: -190px;
  }

  .mobile-into li:nth-child(1) {
    left: 170px;
  }

  .mobile-into li:nth-child(2) {
    left: 165px;
  }

  .mobile-into li:nth-child(3) {
    left: 140px;
  }

  .mobile-into li:nth-child(4) {
    left: 120px;
  }

  .mobile-into li:nth-child(5) {
    left: 90px;
  }

  .about-txt {
    margin-top: -100px;
  }

  .about-txt h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .about-txt p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .about-txt a {
    font-size: 20px;
  }
}

/*phone6.0以上*/
@media screen and (max-width:640px) {
  .mobile-into li img {
    display: block;
  }

  .mobile-into li:nth-child(1) {
    top: -15px;
  }

  .mobile-into li:nth-child(2),
  .mobile-into li:nth-child(3),
  .mobile-into li:nth-child(4),
  .mobile-into li:nth-child(5) {
    top: 35px;
  }

  .mobile-into li:nth-child(1) {
    left: 285px;
  }

  .mobile-into li:nth-child(2) {
    left: 280px;
  }

  .mobile-into li:nth-child(3) {
    left: 260px;
  }

  .mobile-into li:nth-child(4) {
    left: 235px;
  }

  .mobile-into li:nth-child(5) {
    left: 210px;
  }

  .mobile-into li img {
    width: 85%;
  }

  /*图片尺寸*/
  .about-txt {
    margin-top: 520px;
    margin-left: 0;
  }

  .about-txt h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .about-txt p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .about-txt a {
    display: none;
  }
}

/*phone5.5*/
@media screen and (max-width:440px) {
  .mobile-into li:nth-child(1) {
    top: 30px;
  }

  .mobile-into li:nth-child(2),
  .mobile-into li:nth-child(3),
  .mobile-into li:nth-child(4),
  .mobile-into li:nth-child(5) {
    top: 68px;
  }

  .mobile-into li:nth-child(1) {
    left: 210px;
  }

  .mobile-into li:nth-child(2) {
    left: 200px;
  }

  .mobile-into li:nth-child(3) {
    left: 180px;
  }

  .mobile-into li:nth-child(4) {
    left: 160px;
  }

  .mobile-into li:nth-child(5) {
    left: 140px;
  }

  .mobile-into li img {
    width: 65%;
  }

  /*图片尺寸*/
  .go-next {
    margin-top: 180px;
  }

  .about-txt {
    margin-top: 450px;
  }

  .about-txt h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .about-txt p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

/*phone4.7*/
@media screen and (max-width:375px) {
  .mobile-into li:nth-child(1) {
    top: 81px;
  }

  .mobile-into li:nth-child(2),
  .mobile-into li:nth-child(3),
  .mobile-into li:nth-child(4),
  .mobile-into li:nth-child(5) {
    top: 110px;
  }

  .mobile-into li:nth-child(1) {
    left: 200px;
  }

  .mobile-into li:nth-child(2) {
    left: 190px;
  }

  .mobile-into li:nth-child(3) {
    left: 160px;
  }

  .mobile-into li:nth-child(4) {
    left: 140px;
  }

  .mobile-into li:nth-child(5) {
    left: 120px;
  }

  .mobile-into li:nth-child(1) img {
    width: 55%;
  }

  .mobile-into li img {
    width: 50%;
  }

  /*图片尺寸*/
  .go-next {
    margin-top: 0;
    width: 40px;
    height: 40px;
  }

  .about-txt {
    margin-top: 365px;
  }

  .about-txt h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .about-txt p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

/*phone - 320px*/
@media screen and (max-width:320px) {
  .mobile-into li:nth-child(1) {
    top: 35px;
  }

  .mobile-into li:nth-child(2),
  .mobile-into li:nth-child(3),
  .mobile-into li:nth-child(4),
  .mobile-into li:nth-child(5) {
    top: 57px;
  }

  .mobile-into li:nth-child(1) {
    left: 170px;
  }

  .mobile-into li:nth-child(2) {
    left: 160px;
  }

  .mobile-into li:nth-child(3) {
    left: 147px;
  }

  .mobile-into li:nth-child(4) {
    left: 135px;
  }

  .mobile-into li:nth-child(5) {
    left: 125px;
  }

  .mobile-into li:nth-child(1) img {
    width: 60%;
  }

  .mobile-into li:nth-child(2) img {
    width: 52%;
  }

  .mobile-into li:nth-child(3) img {
    width: 48%;
  }

  .mobile-into li:nth-child(4) img {
    width: 45%;
  }

  .mobile-into li:nth-child(5) img {
    width: 42%;
  }

  .go-next {
    margin-top: 10px;
    width: 30px;
    height: 30px;
  }

  .about-txt {
    margin-top: 305px;
  }

  .about-txt h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .about-txt p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
  }
}

/*服务*/
.service {
  background: url(../images/main_site/service-bg.jpg) repeat-y center center #1f76bc;
}

.service-swiper {
  max-width: 508px;
  padding: 23px 21px 174px 21px;
  height: 458px;
  overflow: hidden;
  background: url(../images/main_site/service-swiper-bg.png) no-repeat;
  background-size: cover;
}

.service-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.service-container .swiper-wrapper {
  height: 100%;
}

.service-container .swiper-slide {
  overflow: hidden;
  width: 100% !important;
}

.service-container .service-pagination {
  width: 100%;
  max-width: 465px;
  bottom: 0;
  top: auto;
  left: 0;
}

.service-txt {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

.service-txt h3 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: normal;
}

.service-txt p {
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 30px;
}

.service-txt a {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width:1100px) {
  .service-swiper {
    max-width: 440px;
    height: 394px;
    padding: 17px 17px 145px
  }

  .service-container .service-pagination {
    max-width: 406px;
  }
}

@media screen and (max-width:990px) {
  .service-swiper {
    max-width: 400px;
    height: 359px;
    padding: 16px 16px 134px
  }

  .service-container .service-pagination {
    max-width: 368px;
  }

  .service-txt {
    margin-top: 25px;
  }

  .service-txt h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .service-txt p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width:640px) {
  .service-swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .service-txt {
    margin-top: 10px;
  }
}

@media screen and (max-width:440px) {
  .service-swiper {
    max-width: 300px;
    height: 267px;
    padding: 12px 12px 100px
  }

  .service-txt {
    margin-top: 60px;
  }

  .service-txt h3 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 20px;
  }

  .service-txt p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 20px;
  }

  .service-txt a {
    font-size: 14px;
  }

  .service .gonext {
    margin-top: 10px;
  }
}

@media screen and (max-width:320px) {
  .service-txt {
    margin-top: 20px;
  }

  .service-txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .service-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  .service-txt a {
    font-size: 12px;
  }
}

/*新闻*/
.news {
  padding: 0 40px;
  /*background-color: #ffffff70;*/
}

.news .tabs {
  margin-bottom: 30px;
}

.news .tabs a {
  display: block;
  float: left;
  margin-bottom: 10px;
  height: 32px;
  margin-right: 65px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 900
}

.news .tabs a:hover {
  text-decoration: none;
}

.news .tabs a.active {
  color: #2196F3;
  border-bottom: 2px solid #2196F3;
  font-weight: 900
}

@media screen and (max-width:768px) {
  .news {
    padding: 0 15px;
  }

  .news .tabs a {
    font-size: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width:480px) {
  .news .tabs {
    margin-bottom: 5px;
  }

  .news .tabs a {
    font-size: 20px;
        margin-right: 10px;
        margin-bottom: 0;
        color: #666;
  }
  .news .tabs a.active{
    font-size: 20px;
        margin-right: 10px;
        margin-bottom: 0;
        color: #000;
  }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:370px) {
  .news .tabs a {
    font-size: 12px;
    margin-right: 10px;
  }
}

/*新闻列表*/
.news-item a {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.news-item dl {
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

.news-item dt {
  float: left;
  margin-right: 20px;
  padding-top: 25px;
  width: 90px;
  height: 95px;
  background:#4CAF50;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news-item dt span {
  font-size: 24px;
}

.news-item dt em {
  font-size: 18px;
}

.news-item dd h5 {
  font-size: 16px;
  font-weight: normal;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.news-item dd p {
  font-size: 14px;
  color: #000;
}

/*border效果*/
.news-item .n-border {
  display: block;
  position: absolute;
  background-color: #1a639d;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news-item .n-border-t,
.news-item .n-border-b {
  width: 0;
  height: 2px;
}

.news-item .n-border-l,
.news-item .n-border-r {
  height: 0;
  width: 2px;
}

.news-item .n-border-t {
  left: 0;
  top: 0;
}

.news-item .n-border-b {
  right: 0;
  bottom: 0;
}

.news-item .n-border-l {
  left: 0;
  top: 0;
}

.news-item .n-border-r {
  right: 0;
  bottom: 0;
}

.news-item a:hover {
  text-decoration: none;
}

.news-item a:hover .n-border-t,
.news-item a:hover .n-border-b {
  width: 100%;
}

.news-item a:hover .n-border-l,
.news-item a:hover .n-border-r {
  height: 100%;
}

/*.news-item dl:hover{ border:2px solid #1a639d; }*/
.news-item dl:hover dt {
  background-image: none;
}

.news-item dl:hover dt {
  color: #1a639d;
}

.news-item dl:hover dd h5 {
  color: #1f76bc;
}

@media screen and (min-width:900px) {
  .news-item dd h5 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width:900px) {
  .news-item {
    width: 100%;
  }

  .news-item a {
    margin-bottom: 10px;
  }

  .news-list .news-item:nth-child(7),
  .news-list .news-item:nth-child(8) {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .news .tabs {
    margin-top: 0px;
  }

  .news-item dt span {
    font-size: 18px;
  }

  .news-item dt em {
    font-size: 16px;
  }

  .news-item dd {
    margin-top: 0px;
  }

  .news-item dd h5 {
    font-size: 16px;
  }

  .news-item a {
    margin-bottom: 10px;
  }

  .news-item dd p {
    height: 60px;
    line-height: 18px;
    overflow: hidden;
    font-size: 14px;
  }

  .news-list .news-item:nth-child(6),
  .news-list .news-item:nth-child(5),
  .news-list .news-item:nth-child(7),
  .news-list .news-item:nth-child(8) {
    display: none;
  }

  .news-item dt {
    width: 75px;
    height: 80px;
  }

}

/*footer*/
.index-footer {
  background-image: radial-gradient(ellipse at right top, #03A9F4 20%, #ffffff 50%, #03A9F4);
  background-repeat: round;
}


.index-footer .erw {
  display: flex;
  max-width: 213px;
  margin: 0 auto;
  text-align: center;
  justify-content: space-around;
}

.index-footer .erw img {
  width: 150px;
}

.index-footer .erw p {
  margin-top: 10px;
  font-size: 16px;
  color: #273c46;
  font-weight: 900
}

.index-footer .tel {
  font-size: 16px;
  color: #273c46;
  font-weight: 900;
  text-align: center;
  margin-top: 20px;
}

.index-footer .copyright {
  color: #273c46;
  font-weight: 900
}

.index-footer .copyright h5,
.index-footer .copyright h6 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: normal;
}

.index-footer .copyright p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.index-footer .copyright p span {
  padding: 0 5px;
  font-family: Arial;
}

.index-footer .friend-link {
  max-width: 950px;
  margin: 45px auto 0;
  padding-left: 20px;
  color: #8f8f8f;
}

.index-footer .friend-link ul {
  margin: 0 -8px;
}

.index-footer .friend-link li {
  float: left;
  margin: 0 8px 10px;
  font-size: 14px;
}

.index-footer .friend-link li a {
  color: #8f8f8f;
}

.index-footer .friend-link h5 {
  margin-bottom: 30px;
  font-size: 16px;
}

@media screen and (max-width:940px) {
  .index-footer .friend-link {
    padding: 0 20px;
  }
}

@media screen and (max-width:768px) {
  .index-footer .copyright p em {
    float: none !important;
    display: block;
  }
}

@media screen and (max-width:640px) {
  .index-footer .erw {
    max-width: 100%;
    width: 100%;
    margin: 0;
    /* padding: 0 20%; */
    text-align: center;
  }

  .index-footer .friend-link {
    display: none;
  }

  .index-footer .copyright {
    margin-top: 20px;
  }

  .index-footer .copyright h5,
  .index-footer .copyright h6 {
    display: none;
  }

  .index-footer .friend-link {
    padding-left: 0;
  }
}

@media screen and (max-width:440px) {
  .index-footer .erw {
    margin-top: 40px;
    /* padding: 0 25%; */
  }
}

@media screen and (max-width:370px) {
  .index-footer .erw {
    margin-top: 20px;
    /* padding: 0 15%; */
  }
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000;
  z-index: 1;
  padding: 10px;
}

.slider-controls div {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 50px;
  cursor: pointer;
}

.slider-controls div:hover {
  background-color: rgba(255, 255, 255, 1);
}



.fn-info {
  display: flex;
  justify-content: space-around;
  /* font-size: 40px; */
  color: white;
  font-weight: bold;
  padding-left: 30px;
  line-height: 40px;
  padding-right: 30px;
}












.box {
  margin-top: -50px;
}

.swiper_card,
#swiper_card {
  position: relative;
}

.swiper_card div {
  display: block;
  position: absolute;
  width: 500px;
  height: 660px;
  overflow: hidden;
  /* left: 0px; */
  top: 0;
  transition: 0.5s;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 200px;

}

.swiper_card div:nth-child(1) {
  background: url(../images/certificate/On_site_appointment.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper_card div:nth-child(2) {
  background: url(../images/certificate/Visualization_Analysis.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper_card div:nth-child(3) {
  background: url(../images/certificate/Merchant_Mall.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper_card div:nth-child(4) {
  background: url(../images/certificate/Big_Data_Analysis.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper_card div:nth-child(5) {
  background: url(../images/certificate/Big_data_analysis_and_judgment.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper_card div:nth-child(6) {
  background: url(../images/certificate/data_management.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper_card div:nth-child(7) {
  background: url(../images/certificate/Smart_Office.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper_card div:nth-child(8) {
  background: url(../images/certificate/Data_Acquisition_System.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper_card div:nth-child(9) {
  background: url(../images/certificate/access_control.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper_card div:nth-child(10) {
  background: url(../images/certificate/Running_errands_an_delivering_goods.png);
  object-fit: fill;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper_card .a {
  opacity: 1;
  z-index: 23;
  -webkit-transform: translateX(255px) translateZ(-300px) rotateY(-45deg);
  -ms-transform: translateX(255px) translateZ(-300px) rotateY(-45deg);
  transform: perspective(500px) translateX(300px) translateZ(-253px) rotateY(-45deg);
  -webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(rgba(250, 250, 250, 0.1)));
}

.swiper_card .b {
  opacity: 1;
  z-index: 33;
  -webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(rgba(250, 250, 250, 0.1)));
  transform: translateX(0) translateZ(-100px) rotateY(0deg)
}

.swiper_card .c {
  opacity: 1;
  z-index: 23;
  -webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(rgba(250, 250, 250, 0.1)));
  -webkit-transform: translateX(255px) translateZ(-300px) rotateY(-45deg);
  -ms-transform: translateX(255px) translateZ(-300px) rotateY(-45deg);
  transform: perspective(500px) translateX(-300px) translateZ(-253px) rotateY(45deg);
}

.swiper_card .dd {
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateX(0) translateZ(-300px) rotateY(0);
  -ms-transform: translateX(0) translateZ(-300px) rotateY(0);
  transform: perspective(500px) translateX(0) translateZ(-253px) rotateY(0);

}

/* .swiper_card div:nth-child(5) {
  background: #be5109;
}

.swiper_card div:nth-child(6) {
  background: #be09af;
}

.swiper_card div:nth-child(7) {
  background: #be8e09;
}

.swiper_card div:nth-child(8) {
  background: #be0909;
}

.swiper_card div:nth-child(9) {
  background: #06162c;
} */

.newFooter .container {
  display: flex;
  padding: 20px;
}

.newFooter .map {
  flex: 1.3;
  margin-right: 30px;
  margin-left: 200px;
  position: relative;
    z-index: 9;
  /* 右侧内容与地图的间距 */
}

.newFooter .map-image {
  width: 100%;
  /* 地图图片自适应宽度 */
  border-radius: 8px;
}

.newFooter .content {
  flex: 1.5;
  /* 右侧内容占更多空间 */
  padding: 20px;
  line-height: 1.5;
position: relative;
    z-index: 9;

}

.newFooter .content h1 {
  font-size: 30px;
  font-weight: bold;
}

.newFooter .content h3 {
  font-size: 18px;
}

.newFooter .info p {
  margin: 10px 0;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.newFooter .info p strong {
  color: #000;
}


.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.title a, .article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.title a:visited {
  font-weight: bold;
  text-decoration: none;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.title a:hover {
  text-decoration: none;
  color: #0064d4;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li {
  width: 130px;
  overflow: auto;
  zoom:1; overflow-x: hidden;
  overflow-y: hidden;
  line-height: 140%;
  float: left;
  /* margin-right: 20px; */
  margin-bottom: 10px;
  background-color: white;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul {
  overflow: hidden;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li p.abstract {
  word-wrap: break-word;
  text-justify: inter-ideograph;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li div.wp-new-article-style-c {
  padding: 0 3px 0 6px;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li p.img {
  height: 87px;
  width: 130px;
  margin-bottom: 8px;
  overflow: hidden;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li p.title {
  word-wrap: break-word;
  overflow: hidden;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li p.time {
  margin-bottom: 3px;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 span.wp-new-ar-pro-time {
  color: #929292;
  font-size: 11px;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .article_list_more {
  text-align: right;
  margin-right: 3px;
  padding-top: 2px;
  padding-bottom: 5px;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link {
  clear: both;
  min-height: 25px;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li div.imgloading {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: 0px;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li div.wp-new-article-style-c p.abstract {
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link {
  /* display: inline-block; */
  width: 200px;
  /* height: 1.2em; */
  /* line-height: 1.2em; */
  text-align: center;
  /* margin-right: 4px; */
  font-size: 18px;
  color: white;
  padding: 10px;
  background-color: #333333;
  border-radius: 5px;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link.arrowbut {
  width: 0px;
  height: 0px;
  line-height: 0px;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
  text-decoration: none!important;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link.prevbut {
  border-right: 0.6em solid #666;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link.nextbut {
  border-left: 0.6em solid #666;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link.textbut {
  width: auto;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link a:hover {
  color: #ff9900;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link.prevbut:hover {
  border-right-color: #ff9900;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link.nextbut:hover {
  border-left-color: #ff9900;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link span.curlink {
  color: #ff9900;
  font-weight: bold;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 div.wp-new-article-style-01-left {
  margin-right: 8px;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 div.conts {
  margin-left: 130px;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 h1.title_text > a:hover {
  color: #0064d4;
  line-height: 140%;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 h1.title_text > a {
  display: inline-block;
  font-family: SimSun;
  font-size: 18px;
  color: #048bcd;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.title_text1 {
  display: inline-block;
  font-family: SimSun;
  font-size: 12px;
  color: #5A5A5A;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.abstractd {
  display: block;
  font-family: SimSun;
  font-size: 12px;
  color: #7D7D7D;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 a.artdetialtips {
  display: inline-block;
  font-family: SimSun;
  font-size: 12px;
  color: #CF0202;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 a.artdetialtips:hover {
  color: #ff0000;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.title > a:hover {
  color: #0064D4;
  line-height: 140%;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.title > a {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 17px;
  color: #a01f24;
  font-weight: bold;
  text-decoration: none;
  line-height: 140%;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 span.category > a {
  display: inline-block;
  font-family: SimSun;
  font-size: 12px;
  color: #0064D4;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 span.category > a:visited {
  display: inline-block;
  font-family: SimSun;
  font-size: 12px;
  color: #0064D4;
  font-weight: normal;
  text-decoration: none;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li p.number {
  display: none;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 ul li.article_list5_content {
  border-radius: px;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .wpart-border-line .date {
  text-decoration: none;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .wpart-border-line .date {
  font-weight: normal;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 span.wp-new-ar-pro-number {
  display: none;
  font-family: SimSun;
  font-size: 12px;
  color: #929292;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.number {
  display: none;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 span.wp-new-ar-pro-time {
  display: block;
  font-family: SourceHanSansCN-Regular;
  font-size: 11px;
  color: #929292;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .time {
  display: block;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 conts {
  margin-left: 130px;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .lihout {
  border-color: transparent;
  border-style: solid;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .lihover {
  border-color: transparent;
  border-style: solid;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.abstract {
  line-height: 140%;
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #5A5A5A;
  font-weight: normal;
  text-decoration: none;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 p.link {
  background: none;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wpart-border-line {
  border-bottom: 0px solid none;
}

#layerC8323AAEF210EC4AD4D2CFF4A518A138 .showprec {
  display: inline;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link.prevbut:hover {
  border-right-color: #a01f24;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link.nextbut:hover {
  border-left-color: #a01f24;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link .pager_link.curlink {
  color: #a01f24;
}

.article_list-layerC8323AAEF210EC4AD4D2CFF4A518A138 .wp-pager_link a:hover {
  color: #a01f24;
}

.center{
  display: flex;
  justify-content: center;
}




.imageflow {
  overflow: hidden;
  position: relative;
  text-align: left;
  visibility: hidden;
  width: 1200px;
  margin: 0 auto
}

.imageflow img {
  border: none;
  position: absolute;
  top: 0px;
  visibility: hidden;
  -ms-interpolation-mode: bicubic
}

.imageflow p {
  margin: 0 auto;
  text-align: center
}

.imageflow .loading {
  border: 1px solid #ccc;
  height: 15px;
  left: 50%;
  margin-left: -106px;
  padding: 5px;
  position: relative;
  visibility: visible;
  width: 200px
}

.imageflow .loading_bar {
  background: #ccc;
  height: 15px;
  visibility: visible;
  width: 1%
}

.imageflow .caption {
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 10000
}

.imageflow .scrollbar {
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  visibility: hidden;
  z-index: 10001;
  height: 1px
}

.imageflow .slider {
  /* background-image: url(../../Images/Index/slider.png); */
  background-repeat: no-repeat;
  height: 14px;
  margin: -6px 0 0 -7px;
  position: absolute;
  width: 14px;
  z-index: 10002
}

.imageflow .images {
  overflow: hidden;
  white-space: nowrap
}

.imageflow .button {
  cursor: pointer;
  height: 17px;
  position: relative;
  width: 17px
}

.imageflow .previous {
  float: left;
  margin: -7px 0 0 -30px
}

.imageflow .next {
  float: right;
  margin: -7px -30px 0 30px
}


