﻿@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../SourceHanSansCN/SourceHanSansCN-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../SourceHanSansCN/SourceHanSansCN-Medium.otf") format("truetype");
}
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
    padding: 0;
  }
}
html body {
  font-family: "SourceHanSansCN-Regular";
}
.padd-80 {
  padding: 80px 0;
}
.padd-55 {
  padding-top: 55px;
  padding-bottom: 60px;
}
.padd-110 {
  padding: 110px 0 110px;
}
.row {
  margin: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}
header .nav-li {
  position: relative;
}
header .nav-li .child-nav {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 85px;
  width: 190px;
  z-index: 9;
}

header .nav-li:nth-child(3) .child-nav{width: 220px;}
header .nav-li:nth-child(7) .child-nav{width: 170px;}





header .nav-li .nav-top {
  padding: 10px 0;
  margin-top: 15px;
  text-align: center;
  background-color: #005f99;
  border-radius: 10px;
}
header .nav-li .nav-top dd {
  margin: 0;
}
header .nav-li .nav-top dd a {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  padding: 7px 0;
  color: #fff;
}
header .nav-li .nav-top dd a:hover {
  color: #46c0ff;
}
.header {
  padding: 0 3%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  justify-content: space-between;
  background-color: #fff;
}
.header .nav {
  margin-left: auto;
}
.header .nav-li {
  padding: 0 10px;
}
.header .nav-a {
  position: relative;
  display: inline-block;
  line-height: 90px;
  color: #000;
  transition: all 0.4s;
  font-size: 16px;
}
.header .nav-a::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #005f99;
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  transition: all 0.3s;
  transform: scale(0);
}
.header .nav-a:hover {
  color: #005f99;
}
.header .nav-a:hover::after {
  transform: scale(1);
}
.header .logo a {
  display: block;
}
.header .search {
  position: relative;
  margin-left: 25px;
  margin-right: 0;
}
.header .search-img {
  line-height: 90px;
}
.header .input {
  visibility: hidden;
  position: absolute;
  width: 200px;
  line-height: 40px;
  height: 40px;
  right: -60px;
  top: 100%;
  transition: all 0.3s;
  z-index: 5;
}
.header .input input {
  outline: none;
  padding-left: 15px;
}
.header .input.active {
  visibility: visible;
  right: 0px;
}.header .logo{width:340px;}
.header .language {
  position: relative;
  margin-left: auto;
}
.header .language .language-change {
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  left: 100%;
  width: 100px;
  z-index: 9;
  transition: all 0.3s;
}
.header .language .language-change a {
  color: #000;
  display: block;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px #333;
}
.header .language p {
  line-height: 90px;
}
.header .language:hover .language-change {
  left: 50%;
  visibility: visible;
}
.footer {
  background-color: #005f99;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center ;
}
.footer .footer-nav-box {
  padding: 75px 6% 25px;
}
.footer .footer-list-div {
  width: calc(100% - 500px);
}
.header .nav-a {
    position: relative;
    display: inline-block;
    line-height: 90px;
    color: #000;
    transition: all 0.4s;
    font-size: 16px;
}
.footer .footer-list-div dl{width:25%;}


.footer .foot-right {
  width: 480px;
}
.footer dl dt a {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  opacity: 1;
}
.footer dl a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  opacity: 0.5;
}
.footer dl a:hover {
  opacity: 1;
}
.footer .footer-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer-bot p {
  color: #fff;
  opacity: 0.5;
  padding: 0 10px;
  line-height: 1em;
  margin: 10px 0;
}
.footer .footer-bot a {
  display: inline-block;
  color: #fff;
  padding-left: 12px;
  line-height: 1em;
  margin: 10px 0;
}
.footer .foot-right .tel {
  text-align: end;
  padding-right: 20px;
 width:75%;}
.footer .foot-right .tel img {
  margin-right: 10px;
}
.footer .foot-right .tel span {
  color: #45b7fb;
  font-size: 30px;
}
.footer .foot-right .tel p {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}
.footer .link {
  margin-top: 32px;
  justify-content: flex-end;
}
.footer .link span {
  padding: 0 20px;
  display: inline-block;
  line-height: 58px;
  background-color: #2592d3;
  color: #fff;
}
.footer .link .sel {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  width: 255px;
  height: 58px;
  margin-right: -5px;
  padding: 0 20px;
  display: inline-block;
  line-height: 58px;
  text-align: end;
}
.footer .link p b {
  display: inline-block;
  transform: rotate(90deg) scaleY(1.5);
  transition: all 0.6s;
}
.footer .link .sel.active ul {
  opacity: 1;
}
.footer .link .sel.active p b {
  display: inline-block;
  transform: rotate(270deg) scaleY(1.5);
}
.footer .link ul {
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
}
.footer .link ul li a {
  text-align: center;
  display: block;
  line-height: 40px;
  color: #000;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.footer .link ul li a:hover {
  color: #005f99;
}



.float {
  position: fixed;
  top: 47%;
  right: 0;
  width: 130px;
  padding: 0;
  border-radius: 10px;
  text-align: center;
  z-index: 999;
  transition: all 2s;
  -webkit-transition: all 2s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.float a {position:relative;
  display: block;
  background-color: #f1f1f1;
  color: #333;
  font-size: 14px;
  padding: 10px 0 10px;
  margin-bottom: 5px;
  text-align: center;
}
.float a h4 {
  font-size: 20px;
}
.float a img {
  margin-bottom: 10px;
}
.float .off {
  display: inline-block;
}
.float .on {
  display: none;
}
.float a:hover {
  color: #fff;
  background-color: #005f99;
}
.float a:hover .on {
  display: inline-block;
}
.float a:hover .off {
  display: none;
}

.float a:hover .aside-img {
  right: 135px;
  visibility: visible;
  transition: all 0.6s;
}
.float a:hover .aside-tel {
  right: 135px;
  visibility: visible;
  transition: all 0.6s;
}
.float .aside-tel {
  transition: all 0.3s;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -200px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 1px 5px -1px #999;
}
.float .aside-tel p {
  width: 150px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
.float .aside-img {
  transition: all 0.3s;
  position: absolute;
  top: 0%;
  right: -150px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 1px 5px -1px #999;
}
.float .aside-img .img {
  width: 100px;
}



.index-swiper .swiper-img img {
  width: 100%;
}
.index-swiper h2 {
  font-size: 44px;
  color: #005f99;
  font-weight: bold;
}
.index-swiper h6 {
  font-size: 13.5px;
  color: #005f99;
  text-transform: uppercase;
}
.index-swiper .swiper-text {
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
  left: 10%;
}
.index-swiper .swiper-pagination span {
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
}
.title-com h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2em;
}
.title-com h2 span {
  color: #005f99;
}
.title-com p {
  line-height: 1.5em;
  font-size: 18px;
  color: #666;
}
.index-about {
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center ;
}
.index-about .title-com:after {
  display: block;
  width: 38px;
  height: 2px;
  background-color: #dfddde;
  content: '';
  margin: 10px 0;
}
.index-about .right {
  padding-left: 40px;
}
.index-about .des {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.index-about p {
  color: #666;
  line-height: 1.65em;
}
.index-about .number-box {
  flex-wrap: wrap;
}
.index-about .number-box h5 {
  font-size: 18px;
  color: #005f99;
  line-height: 1.65em;
}
.index-about .number-box h5 .number {
  font-size: 38px;
  font-weight: bold;
}
.index-about .number-box .num-con {
  margin-top: 10px;
}
.index-project {
  background-image: url(../images/index_bg2_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-project .tab {
  cursor: pointer;
  margin-bottom: 55px;
}
.index-project .tab h4 {
  line-height: 45px;
  width: auto; padding:0 16px;
  margin: 0 7px;
  background-color: #b5b5b5;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
}
.index-project .tab:hover h4 {
  background-color: #fff;
  color: #005f99;
}
.index-project .tab.active h4 {
  background-color: #fff;
  color: #005f99;
}

.index-project .swiper h3 {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.index-project .swiper-slide {
  display: block;
}
.index-project .swiper-slide .swiper-img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.index-project .swiper-slide .swiper-img img {
  width: 100%;
  transition: all 0.6s;
}
.index-project .swiper-slide:hover .swiper-img img {
  transform: scale(1.1);
}
.index-project .swiper-slide:hover h3 {
  color: #005f99;
}


.index-project .text {
  background-color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 78px;
    min-height: 78px;
    padding: 0 10px;

}


.index-project .swiper-box {
  position: relative;
}
.index-project .swiper-con.active {
  position: relative;
  z-index: 9;
  opacity: 1;
  transform: scale(1);
}
.index-project .swiper-con {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s;
}
.index-project .swiper-button-next {
  right: -35px;
  color: #999;
}
.index-project .swiper-button-prev {
  left: -35px;
  color: #999;
}
.banner-com .banner-img img {
  width: 100%;
}
.index-case .title-com {
  text-align: center;
}
.index-case .tab {
  cursor: pointer;
  margin: 25px 0 30px;
}
.index-case .tab h4 {
  line-height: 45px;
  width: auto; padding:0 15px;
  margin: 0 7px;
  background-color: #b5b5b5;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
}
.index-case .tab:hover h4 {
  background-color: #005f99;
}
.index-case .tab.active h4 {
  background-color: #005f99;
}
.index-case .swiper-img img {
  width: 100%;
}
.index-case .swiper {
  padding: 0 6% 3%;
  /* 设置Swiper风格 */
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 20px;
  /* 设置按钮大小 */
}
.index-case .swiper-button-prev {
  background-size: 21px;
  background-color: #f5f7f6;
  width: 35px;
  height: 35px;
  left: 20.5%;
  z-index: 9;
}
.index-case .swiper-button-next {
  background-size: 21px;
  background-color: #f5f7f6;
  width: 35px;
  height: 35px;
  right: 20.5%;
  z-index: 9;
}
.index-case .swiper-slide {
  transform: scale(0.8);
  transition: all 0.6s;
  z-index: 999;
  position: relative;
}
.index-case .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.index-case .text {
  position: absolute;
  bottom: 2%;
  left: 5%;
}
.index-case .text h3 {
  font-size: 18px;
  color: #fff;
}
.index-case .swiper-box {
  position: relative;
}
.index-case .swiper-con.active {
  position: relative;
  z-index: 9;
  opacity: 1;
  transform: scale(1);
}
.index-case .swiper-con {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s;
}
.crumbs {
  border-bottom: 1px solid #eee;
}
.crumbs .left a {
  display: block;
  line-height: 65px;
  padding: 0 17px;
}
.crumbs .left .crumbs-li {
  margin-right: 20px;
}
.crumbs .left .crumbs-li.active {
  background-color: #005f99;
}
.crumbs .left .crumbs-li.active a {
  color: #fff;
}
.crumbs .right .crumbs-li {
  margin-right: 8px;
}
.crumbs .right a {
  display: block;
  line-height: 65px;
}
.index-news {
  padding-top: 0;
}
.index-news .left {
  width: 295px;
}
.index-news .left .more a {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  background-color: #005f99;
  line-height: 42px;
  font-size: 12px;
  text-transform: uppercase;
}
.index-news .left .more img {
  margin-left: 10px;
}
.index-news .right {
  width: calc(100% - 295px);
}
.index-news .news-tab {
  margin: 110px 0 120px;
}
.index-news .news-tab .tab {
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.65em;
}
.index-news .news-tab .tab p {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.index-news .news-tab .tab:hover p {
  border-bottom: 1px solid #005f99;
}
.index-news .news-tab .tab.active p {
  color: #005f99;
  border-bottom: 1px solid #005f99;
}
.index-news .img {
  overflow: hidden;
}
.index-news .img img {
  width: 100%;
  transition: all 0.6s;
}
.index-news .date-img {
  margin-right: 14px;
}
.index-news .text .date {
  margin: 15px 0 ;
}
.index-news .text .date p {
  height: auto;
  line-height: 1.65em;
  color: #666;
  font-size: 12px;
}
.index-news .text h4 {
  height: 3.3em;
  line-height: 1.65em;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
.index-news .text p {
  height: 3.3em;
  line-height: 1.65em;
  font-size: 14px;
  overflow: hidden;
}
.index-news .text .more {
  motion-path: 15px;
}
.index-news .text .more span {
  display: inline-block;
  color: #005f99;
  line-height: 1.65em;
  font-size: 12px;
  text-transform: uppercase;
}
.index-news .swiper-slide {
  display: block;
}
.index-news .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.index-news .swiper-slide:hover h4 {
  color: #005f99;
}
.index-news .swiper-pagination {
  bottom: 0;
  top: auto;
  height: 2px;
}
.index-news .swiper {
  padding-bottom: 50px;
}
.index-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #005f99;
}
.index-news .swiper-box {
  position: relative;
}
.index-news .news-box.active {
  position: relative;
  z-index: 9;
  opacity: 1;
  transform: scale(1);
}
.index-news .news-box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s;
}
.skill .skill-con {
outline:none;  height: 451px;
  margin-top: 18px;
}
.skill .skill-con .img {
  overflow: hidden; height: 100%;
}
.skill .skill-con .img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.skill .skill-con:first-child {
  margin-top: 0;
}
.skill .skill-con:nth-child(2n) {
  flex-direction: row-reverse;
}
.skill .col-md-6 {
  height: 100%;
}
.skill .skill-con:hover .img img {
  transform: scale(1.1);
}
.skill .skill-con:hover .right .more {
  color: #005f99;
  background-color: #fff;
  font-weight: bold;
}
.skill .right {
  padding: 0 65px;
  background-image: url(../images/skill_bg_04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.skill .right .more {
  display: inline-block;
  margin-top: 15px;
  width: auto; padding:0 15px;
  text-align: center;
  color: #fff;
  background-color: #005f99;
  line-height: 46px;
  font-size: 20px;
}


.skill h3 {
  font-weight: bold;
  font-size: 30px;
  color: #005f99;
  margin-bottom: 20px;
}
.skill p {
  font-size: 20px;
  line-height: 1.65em;
}
.title-com2 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.title-com2.hf h2 {
  position: relative;
}
.title-com2.hf h2::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 3px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -25px;
  background-color: #005f99;
}
.sq .container {
  position: relative;
  min-height: 555px;
}
.sq .bg {
  position: absolute;
  width: auto;
  top: 0;
  left: -140px;
  z-index: 1;
}

.sq .title-com2 {
  position: relative;
  z-index: 9;
  text-align: center;
}

.sq .sq-box {
  width: 60%;
  margin-left: auto;
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
.sq .sq-box span {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  line-height: 45px;
  position: relative;
}
.sq .sq-box span::after {
  content: '*';
  display: inline-block;
  line-height: 45px;
  color: #ff0000;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 0%;
}
.sq .input {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.sq .input input {
  width: calc(100% - 190px);
  line-height: 45px;
  padding-left: 10px;
  background-color: #f8f8f8;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.sq .more {
  width: calc(100% - 190px);
  margin-left: auto;
}
.sq .more a {
  display: block;
  line-height: 50px;
  text-align: center;
  background-color: #005f99;
  color: #fff;
  border-radius: 8px;
}
.sq .radio-ty {
  margin-bottom: 15px;
}
.sq .radio-ty span::after {
  display: none;
}
.sq .radio-ty form {
  display: inline-block;
}
.sq .radio-ty a {
  color: #005f99;
}
.sq textarea {
  width: calc(100% - 190px);
  line-height: 45px;
  padding-left: 10px;
  background-color: #f8f8f8;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: none;
}
.platform {
  background-color: #f7f7f8;
}
.platform .platform-box {
  margin-bottom: 45px;
}
.platform .platform-box h2 {
  margin-bottom: 30px;
}
.platform .platform-box p {
  font-size: 18px;
  line-height: 1.8em;
}
.platform .des {
  background: #ffffff;
  box-shadow: 0 0 15px #eeeeee;
}
.platform .img-box {
  text-align: center;
  padding: 0 25px;
}
.platform .img-box img {
  width: 100%;
}
.platform .img {
  display: none;
}
.platform .img.active {
  display: block;
}
.about-s3-swiper .swiper-slide {
  box-sizing: border-box;
  padding: 0px 15px;
}
.about-s3-swiper .swiper-slide b {
  font-size: 32px;
  color: #005f99;
  font-family: "Alibaba_PuHuiTi-SemiBold";
  font-family: "微软雅黑";
  position: relative;
  display: inline-block;
  padding: 30px 0 60px;
  width: 79px;
  overflow: hidden;
  white-space: nowrap;
}
.about-s3-swiper .swiper-slide b::after,
.about-s3-swiper .swiper-slide b::before {
  position: absolute;
  content: "";
  left: -16px;
  right: 0;
  margin: auto;
  border-radius: 100%;
}
.about-s3-swiper .swiper {
  padding-bottom: 20px;
}
.about-s3-swiper .swiper-slide b::after {
  width: 14px;
  height: 14px;
  background: #005f99;
  top: 101px;
}
.about-s3-swiper .swiper-slide b::before {
  width: 35px;
  height: 35px;
  background: rgba(20, 114, 255, 0.2);
  top: 90px;
}
.about-s3-swiper .swiper-slide ul {
  min-height: 80px;
  box-sizing: border-box;
  padding: 30px 25px;
  border-radius: 5px;
  position: relative;
}
.about-s3-swiper .swiper-slide ul::after {
  position: absolute;
  content: "";
  left: 31px;
  top: -35px;
  width: 1px;
  height: 76px;
  background: #005f99;
  z-index: 0;
}
.about-s3-swiper .swiper-slide ul li {
  position: relative;
  padding-left: 23px;
}
.about-s3-swiper .swiper-slide ul li::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #005f99;
  left: 0;
  top: 11px;
  z-index: 1;
}
.about-s3-swiper .swiper-slide ul li:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 20px;
  background: #005f99;
  width: 1px;
  height: 100%;
}
.about-s3-swiper .swiper-slide ul li:last-of-type:before {
  display: none;
}
.about-s3-swiper .swiper-slide ul li p {
  cursor: pointer;
  font-size: 16px;
  color: #132644;
  line-height: 24px;
  padding: 5px 0;
}
.about-s3-swiper .swiper::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  top: 107px;
  background: #e5e6eb;
  height: 1px;
}
.about-active-time .swiper {
  padding: 10px 0 10px;
}
.about-active-time .swiper .swiper-slide {
  transform: scale(0.92);
  opacity: 1;
  cursor: pointer;
  height: 100%;
}
.about-active-time .swiper .swiper-slide-active,
.about-active-time .swiper .swiper-slide-duplicate-active {
  transform: scale(1.18);
  z-index: 99999;
  opacity: 1;
}
.about-active-time {
  position: relative;
}
.about-active-time .about-active-time-img {
  height: 321px;
}
.about-active-time .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.about-active-time .swiper-button-black {
  /* opacity: 0.6; */
  background-size: 18px;
  outline: none;
  --swiper-navigation-color: #b3b3b3;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #b3b3b3;
}
.about-active-time .swiper-button-prev {
  left: -65px;
}
.about-active-time .swiper-button-next {
  right: -65px;
}
.about-active-time .swiper .swiper-slide .about-active-text {
  text-align: center;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 8px 3px #eeeeee;
}
.facility .facility-box h2 {
  margin-bottom: 30px;
}
.facility .facility-box p {
  font-size: 18px;
  line-height: 1.8em;
}
.facility .facility-swiper {
  margin-top: 55px;
}
.facility .swiper {
  padding: 60px 0 135px;
}
.facility .swiper-slide-active.swiper-slide {
  transform: scale(1.3);
  z-index: 9;
  transition: all 0.6s;
}
.facility .swiper-slide-prev {
  transition: all 0.6s;
}
.facility .swiper-pagination span {
  border: 1px solid #005f99;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}
.facility .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #005f99;
}
.hddt .title-com2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
}


.hddt .title-com2 h2 {
  margin-bottom: 20px;
  color: #132644;
  font-size: 30px;
     text-align: justify;
    line-height: 1.5em;}


.hddt .title-com2 span {
  display: inline-block;
  font-size: 12px;
  color: #aaa;
}
.hddt .num {
  margin-left: 40px;
  padding-left: 20px;
  background-image: url(../images/yj.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center left;
}
.hddt .hddt-con {
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.hddt .hddt-con p {
  font-size: 16px;
  line-height: 1.8em;
  color: #666;
}


.hddt .hddt-con p img {
  display: inline-block; margin-top:10px;
}
.hddt .left {
  width: calc(100% - 385px);
  box-shadow: 0px 0px 20px -2px #ddd;
  padding: 25px  30px;
  border-radius: 8px;
}
.more-box {
  margin: 40px 0 10px;
}
.more-box .moreL a {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 8px;
}
.more-box .moreL a:hover {
  color: #005f99;
}
.more-box .social-share .icon-qq:before {
  content: url(../images/qq1.png);
}
.more-box .social-share .icon-wechat:before {
  content: url(../images/wx1.png);
}
.com-right {
  width: 345px;
  box-shadow: 0px 0px 20px -2px #ddd;
  padding: 25px 15px;
  border-radius: 8px;
}
.com-right h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 24px;
  font-weight: bold;
}
.com-right h4 {
  font-size: 18px;
  line-height: 1.8em;
  padding: 12px 0;
  font-weight: bold;
}
.com-right .right-con {
  display: block;
  margin-bottom: 10px;
}
.com-right .right-con a {
  display: block;
}
.com-right .right-con .img {
  overflow: hidden;
}
.com-right .right-con img {
  transition: all 0.6s;
  width: 100%;
}
.com-right .right-con:hover .img img {
  transform: scale(1.1);
}
.com-right .right-con:hover h4 {
  color: #005f99;
}
.video-swiper .huodong-con {
  background-color: #fff;height: 350px;
}
.video-swiper .huodong-img {
  width: 46%;
}
.video-swiper .huodong-img img {
  width: 100%;
}
.video-swiper .huodong-text {
  width: 54%;
  height: 100%;
  padding: 45px;
}
.video-swiper h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.video-swiper p {
  
color: #666;
  font-size: 16px;
  
line-height: 2em;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}



.video-swiper .huodong-link {
  margin-top: 30px;
}
.video-swiper .huodong-link span {
  display: inline-block;
  line-height: 35px;
  border-radius: 15px;
  padding: 0 20px;
  background-color: #005f99;
  color: #fff;
}
.video-swiper .huodong-link span img {
  margin-left: 10px;
  margin-bottom: 5px;
}
.video-swiper .swiper-pagination {
  bottom: 0%;
  left: 8px;
}
.video-swiper .video-con {
  margin-top: 30px;
}
.video-swiper .video-con .con {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.video-swiper .video-con .con:last-child {
  border-bottom: 1px solid #ddd;
}
.video-swiper .huodong-con:hover {
  background-color: #f6f6f6;
}
.video-swiper .huodong-con:hover .img img {
  transform: scale(1.1);
}
.video-swiper .huodong-con:hover h4 {
  color: #005f99;
}
.video-swiper .con:hover .img img {
  transform: scale(1.1);
}
.video-swiper .con:hover h4 {
  color: #005f99 !important;
}
.video-swiper .img {
  overflow: hidden;height: 100%;
}
.video-swiper .img img {
  transition: all 0.6s;height: 100%;
}
.video-swiper .con-img {
  width: 285px;
}
.video-swiper .con-text {
  width: calc(100% - 285px);
  padding-left: 55px;
}
.video-swiper .con-text h4 {
  margin-bottom: 20px;
  font-weight: normal;
}

.video-swiper .con-text .date {
  text-align: end; width:170px;
}
.video-swiper .con-text .des{
 width:calc(100% - 170px);
}

.video-swiper .con-text .date h5 {
  padding: 30px 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  color: #ccc;
}
.video-swiper .con-text .date h5::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  right: 0;
}
.video-swiper .con-text .date p {
  padding: 20px 0;
  font-size: 18px;
  line-height: 1em;
  color: #ccc;
}
.video-swiper .con-text .more {
  margin-top: 20px;
  display: block;
  line-height: 1.8em;
}
.video-swiper .con-text .more img {
  margin-right: 10px;
}
.case-swiper .case-con {
  background-color: #f6f6f6;
}
.case-swiper .case-con:hover .img img {
  transform: scale(1.1);
}
.case-swiper .case-con:hover h4 {
  color: #005f99;
  font-weight: bold;
}
.case-swiper .case-con:hover .off {
  display: none;
}
.case-swiper .case-con:hover .on {
  display: block;
}
.case-swiper .off {
  display: block;
}
.case-swiper .on {
  display: none;
}
.case-swiper .case-img {
  width: 46%;
}
.case-swiper .case-img img {
  width: 100%;
}
.case-swiper .case-text {
  width: 54%;
  height: 100%;
  padding: 45px;
}
.case-swiper h4 {
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.case-swiper p {
  color: #666;
  font-size: 16px;
  line-height: 2em;
}
.case-swiper .new-des span {
  font-size: 14px;
  display: inline-block;
  color: #999;
}
.case-swiper .case-link {
  margin-top: 30px;
}
.case-swiper .case-link span {
  display: inline-block;
  line-height: 35px;
  color: #fff;
}
.case-swiper .case-link span img {
  margin-left: 10px;
  margin-bottom: 5px;
}
.case-swiper .swiper-pagination {
  bottom: 10%;
  left: 8px;
}
.case-swiper .img {
  overflow: hidden;
}
.case-swiper .img img {
  transition: all 0.6s;
}
.demo {
  margin: 40px 0;
  text-align: center;
}
.demo .layui-laypage .layui-laypage-count {
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.demo .layui-laypage a,
.demo .layui-laypage span {
  margin: 0 5px;
  padding: 0 12px;
  color: #000;
}
.demo .layui-laypage a,
.demo .layui-laypage button,
.demo .layui-laypage input,
.demo .layui-laypage select,
.demo .layui-laypage span {
  border: 1px solid #ddd;
}
.demo .layui-laypage-skip {
  border: none !important;
  color: #000;
}
.case .case-row {
  display: flex;
  flex-wrap: wrap;
}
.case .case-con {
  width: 31%;
  margin-bottom: 3.5%;
  margin-right: 3.5%;
  box-shadow: 0px 2px 10px 4px #ccc;
  transition: all 0.3s;
}
.case .case-con .text {
  padding: 20px 15px;
}
.case .case-con h3 {
  transition: all 0s;
  margin-bottom: 10px;
  height: 3.3em;
  line-height: 1.65em;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case .case-con p {
  height: 3.3em;
  line-height: 1.65em;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case .case-con .img {
  overflow: hidden;
}
.case .case-con .img img {
  transition: all 0.6s;
}
.case .case-con:hover {
  box-shadow: 0px 2px 15px 4px #999;
  transform: translateY(-1px);
}
.case .case-con:hover h3 {
  color: #005f99;
  font-weight: bold;
}
.case .case-con:hover .img img {
  transform: scale(1.1);
}
.case .case-img img {
  width: 100%;
}
.case .case-con:nth-child(3n) {
  margin-right: 0;
}
.case .demo {
  margin-top: 0;
}
.inno {
  padding: 55px 0;
}
.inno .case-row {
  display: flex;
  flex-wrap: wrap;
}
.inno .case-con {
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
  transition: all 0.3s;
}
.inno .case-con .text {
  padding: 25px 15px;
  background-color: #fafafa;
  text-align: center;
}
.inno .case-con h3 {
  transition: all 0s;
  height: 1.65em;
  line-height: 1.65em;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.inno .case-con .img {
  overflow: hidden;
}
.inno .case-con .img img {
  transition: all 0.6s;
}
.inno .case-con:hover {
  box-shadow: 0px 1px 10px 2px #ccc;
}
.inno .case-con:hover h3 {
  color: #005f99;
}
.inno .case-con:hover .img img {
  transform: scale(1.1);
}
.inno .case-img img {
  width: 100%;
}
.inno .case-con:nth-child(3n) {
  margin-right: 0;
}
.inno .demo {
  margin: 0;
}
.inno-det h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #005f99;
}
.inno-det p {
  margin-bottom: 00px;
  line-height: 1.65em;
  font-size: 18px;
  text-align: justify;
}
.inno-det h5 {
  margin-top: 10px;
  font-size: 16px;
}
.inno-det .img-box .img {
  padding: 10px;
  width: 200px;
  background-color: #fff;
}
.inno-det .img-box .img-con {
  text-align: center;
  margin-right: 30px;
}
.inno-det .img-box .img-con:last-child {
  margin-right: 0;
}
.inno-det .img {
  overflow: hidden;
}
.inno-det .img img {
  width: 100%;
  transition: all 0.6s;
}
.inno-det .left {
  width: 504px;
}
.inno-det .right {
  padding-left: 3%;
  padding-right: 0%;
  width: calc(100% - 504px);
}
.inno-det .con {
 padding:3%; margin-top: 40px;
  background-color: #f6f6f6;
}
.inno-det .con:hover .left img {
  transform: scale(1.1);
}
.inno-det .con:hover .img-box img {
  transform: scale(1.05);
}
.equip {
  min-height: 830px;
  background-image: url(../images/equip_bg_02.jpg);
}
.equip .title-com2 {
  padding-top: 90px;
}
.equip .title-com2 h2 {
  color: #fff;
}
.equip .equip-row {
  margin-top: 135px;
}
.equip .con {
  margin: 0 15px;
  width: 220px;
  height: 220px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.equip .img {
  height: 70px;
}
.equip .on {
  display: none;
}
.equip .off {
  display: inline-block;
}
.equip p {
  margin-top: 10px;
  font-size: 20px;
  color: #343434;
}
.equip .con:hover {
  background-color: #005f99;
}
.equip .con:hover .off {
  display: none;
}
.equip .con:hover .on {
  display: inline-block;
}
.equip .con:hover p {
  color: #fff;
}
.eq-dt {
  background-image: url(../images/eq_bg_02.jpg);
}
.eq-dt .eq-row {
  background-color: #fff;
}
.eq-dt h2 {
  opacity: 0.2;
  text-transform: uppercase;
  color: #666;
  font-size: 36px;
}
.eq-dt h3 {
  margin: 10px 0 20px;
  font-size: 30px;
  font-weight: bold;
}
.eq-dt p {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.6em;
}
.eq-dt .text {
  padding: 0 50px ;
}
.eq-des .container .case-box {
 
}
.eq-des .case-row {
  display: flex;
  flex-wrap: wrap;
}
.eq-des .case-con {
  width: 32%;
  margin: 2% 2% 2% 0;
  transition: all 0.3s;
}
.eq-des .case-con .text {
  padding: 20px 15px;
  text-align: center;
}
.eq-des .case-con h3 {
  transition: all 0s;
  height: 1.65em;
  line-height: 1.65em;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.eq-des .case-con .img {
  overflow: hidden;
}
.eq-des .case-con .img img {
  transition: all 0.6s;
}
.eq-des .case-con:hover {
  box-shadow: 0px 1px 10px 2px #ccc;
}
.eq-des .case-con:hover h3 {
  color: #005f99;
}
.eq-des .case-con:hover .img img {
  transform: scale(1.1);
}
.eq-des .case-img img {
  width: 100%;
}
.eq-des .case-con:nth-child(3n) {
  margin-right: 0;
}
.eq-des .demo {
  margin: 0;
}
.design .design-box h2 {
  margin-bottom: 30px;
}
.design .design-box p {
  font-size: 18px;
  line-height: 1.8em;
}
.design .design-swiper {
  margin-top: 50px;
}
.design .gallery {
  padding: 60px 0 125px;
}
.design .gallery .swiper-slide-active.swiper-slide {
  transform: scale(1.3);
  z-index: 9;
  transition: all 0.3s;
}
.design .gallery .swiper-pagination span {
  border: 1px solid #005f99;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}
.design .gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #005f99;
}
.design .gallery .swiper-button-prev,
.design .gallery .swiper-button-next {
  width: 225px;
  height: 70%;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0;
}
.design .gallery .swiper-button-prev {
  left: 0;
}
.design .gallery .swiper-button-next {
  right: 0;
}
.design .thumbs h4 {
  margin: 10px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.design .thumbs p {
  text-align: justify;
  line-height: 2em;
  font-size: 18px;
}
.design .swiper-slide {
  display: block;
}
.design .swiper-slide:hover h4 {
  color: #005f99;
}
.design-dt {
  background-image: url(../images/des_bg_02.jpg);
}
.design-dt .con {
  margin-top: 55px;
}
.design-dt .con p {
  line-height: 1.8em;
  font-size: 18px;
  text-align: justify;
}
.design-dt .con img {
  margin-top: 20px;
}
.teamh {
  background-image: url(../images/team_bg.png);
}
.teamh .teamh-box {
  padding: 30px;
}
.teamh .left {
  width: 420px;
}
.teamh .right {
  width: calc(100% - 420px);
  padding-left: 40px;
}
.teamh h2 {
  margin: 10px 0;
  font-size: 36px;
  font-weight: bold;
}
.teamh h3 {
  font-size: 24px;
  font-weight: bold;
  color: #005f99;
}
.teamh p {
  font-size: 18px;
  line-height: 1.8em;
}

.teamh ul {
  margin-top: 15px;
}

.teamh ul .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.teamh li p {
  padding-left: 15px;
  position: relative;
}
.teamh li p::before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #005f99;
  border-radius: 50%;
}
.team p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8em;
}
.team p span {
  color: #005f99;
}
.team .con > div {
  display: flex;
  justify-content: space-between;
}
.team .con > div img {
  display: block;
  border-radius: 15px;
}
.about .title-com2.hf h2 {
  text-align: start;
}
.about .title-com2.hf h2::after {
  transform: translateX(0);
  left: 0;
}
.about .con {
  margin: 50px 0 35px;
}
.about p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 2em;
}
.about .about-swiper {
  position: relative;
}
.about .swiper-button-next {
  right: -35px;
  color: #999;
  transform: scale(0.85);
}
.about .swiper-button-prev {
  left: -35px;
  color: #999;
  transform: scale(0.85);
}
.about2 {
  background-image: url(../images/about_bg_02.jpg);
}
.about2 .title-com2.hf h2 {
  text-align: start;
}
.about2 .title-com2.hf h2::after {
  transform: translateX(0);
  left: 0;
}
.about2 .con {
  margin: 50px 0 35px;
}
.about2 p {
  font-size: 18px;
  line-height: 2em;
}
.about2 .about2-swiper {
  position: relative;
}
.about2 .swiper-button-next {
  right: -35px;
  color: #999;
}
.about2 .swiper-button-prev {
  left: -35px;
  color: #999;
}
.contact .contact-map {
  height: 415px;
}
.contact h3 {
  margin: 40px 0;
  font-size: 24px;
  font-weight: bold;
  color: #005f99;
}
.contact .right {
  width: calc(100% - 540px);
}
.contact .left {
  width: 540px;
  padding-right: 30px;
}
.contact p {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
  color: #666;
}
.contact p img {
  margin-right: 20px;
}
.contact p span {
  font-size: 20px;
  line-height: 1.8em;
  color: #000;
}
.contact #contact-map {
  margin-bottom: 70px;
}
.contact .des-box p {
  padding-left: 60px;
  line-height: 45px;
}
.contact .des-box p:nth-child(1) {
  background-image: url(../images/c1.png);
  background-size: 45px 45px;
  background-position: left top;
  background-repeat: no-repeat;
}
.contact .des-box p:nth-child(2) {
  background-image: url(../images/c2.png);
  background-size: 45px 45px;
  background-position: left top;
  background-repeat: no-repeat;
}
.contact .des-box p:nth-child(3) {
  background-image: url(../images/c3.png);
  background-size: 45px 45px;
  background-position: left top;
  background-repeat: no-repeat;
}
.contact .des-box p:nth-child(4) {
  background-image: url(../images/c4.png);
  background-size: 45px 45px;
  background-position: left top;
  background-repeat: no-repeat;
}
.contact .des-box p:nth-child(5) {
  background-image: url(../images/c5.png);
  background-size: 45px 45px;
  background-position: left top;
  background-repeat: no-repeat;
}

.contact-box .con:first-child{ margin-bottom: 70px; }


@media screen and (max-width: 1600px) {
  .header .nav-li {
    padding: 0 12px;
  }
.header .nav-li a{font-size:16px;}.header .language p{font-size:14px;}  .header .logo {
    width: 300px;
  }
}
@media screen and (max-width: 1400px) {
  .header .nav-li {
    padding: 0 10px;
  }
 
.header .nav-li a{font-size:13px;} .header .logo {
    width: 250px;
  }
  .header .search {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1280px) {
  
}



@media screen and (max-width:768px){
    
    .menu{
       display: block !important;
    }
    body{
        padding-top: 50px;
    }
    #header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100vw;
    }
    .header .nav {
        visibility: hidden;
        margin-left: auto;
        position: absolute;
        top: 50px;
        right: -100%;
        min-width:80px;
        background-color: #fff;
        box-shadow: 0px -1px 10px -5px #333;
        z-index: 999;
        width: 200px;
        transition: all .6s;
    }
    .header .nav.active{
        visibility: visible;
        right: 0;
    }
    .header .nav-ul{
        display: block;
        width: 100%;
    }
    .header .nav-a {
        line-height: 30px;
        margin-bottom: 0px;
        
    }
    header .nav-li .nav-top{
        background-color: #fff;
    }
    header .nav-li .nav-top dd a {
        color: #333;
        padding: 3px 0;
    }
    header .nav-li .child-nav{
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
    .header .logo {
        width: 200px;
    }
    .header .search-img {
        line-height: 50px;
        width: 16px;
    }
    .header .language p {
        line-height: 50px;
    }
    .index-swiper h2 {
        font-size: 18px;
        font-weight: normal;
        
    }
    .index-swiper h6{
        line-height: 1.5em;
        height: 1.5em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index-swiper .swiper-text {
        top: 45%;
        left: 5%;
        width: 80%;
    }
    .padd-110 {
        padding: 20px 0;
    }
    .title-com h2 {
        font-size: 20px;
    }
    .index-about .title-com:after {
        margin: 10px 0;
    }
    header .nav-li .nav-top {
        padding: 0;
        margin-top: 0px;
        text-align: start;
    }
    .header .nav-a::after{
        bottom: 0;
    }
    .header .nav-li{
        margin: 2px 0;
    }
    .header .search {
        margin-left: 10px;
    }
    .float{
        display: none;
    }
    .index-about .number-box .num-con {
        margin-top: 20px;
        width: 40%;
    }
    .index-about .number-box h5 .number {
        font-size: 24px;
        font-weight: bold;
    }
    .index-about p {
        color: #666;
        line-height: 1.3em;
    }
    .index-about .number-box h5 {
        margin-bottom: 0;
    }
    .index-about .number-box {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .index-about .des {
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
    }
    .index-about{
        overflow: hidden;
    }
    .index-about .right {
        padding-left: 0;
        padding-top: 20px;
    }
    .index-project .tab h4 {
        line-height: 40px;
        width: auto;
        padding: 0 10px;
        margin: 0;
        border-radius: 10px;
        font-size: 16px;
    }

    .index-project .swiper h3 {
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }
    .index-case .swiper-button-next{
        right: 10%;
    }
    .index-case .swiper-button-prev{
        left: 10%;
    }
    .index-case .tab h4 {
        line-height: 40px;
        width: auto;
        padding: 0 15px;
        border-radius: 15px;
        font-size: 16px;
    }
    .index-case .tab {
        margin: 20px 0;
    }
    .index-news .left {
        width: 100%;
    }
    .index-project .swiper-button-next {
        right: 0;
        color: #000;
    }
    .index-project .swiper-button-prev {
        left: 0;
        color: #000;
    }
    .index-news .news-tab {
        margin: 10px 0;
        display: flex;
    }
    .index-news .news-tab .tab{
        margin-right: 20px;
    }
    .index-news .right {
        width: 100%;
        margin-top: 20px;
    }
    .index-news .text .date {
        margin: 10px 0;
    }
    .index-news .swiper {
        padding-bottom: 20px;
    }
    .index-news .text h4{
        height: 1.65em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .footer .footer-list-div {
        width: 100%;
    }
    .footer .footer-nav-box {
        padding: 20px 10px;
    }
    .footer-list-div{
        display: none;
    }
    .footer .foot-right {
        width: 100%;
    }
    .footer .foot-right .tel {
        text-align: start;
        padding-right: 0;
    }
    .footer .foot-right .tel img {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .footer .foot-right .tel span {
        font-size: 22px;
    }
    .footer .foot-right .tel p {
        margin-top: 0;
    }
    .footer .wx{
        width: 100%;
        margin-top: 15px;
    }
    .footer .link .sel {
        width: 50%;
        height: 40px;
        line-height: 40px;
        margin-right: -5px;
        padding: 0 20px;
        display: inline-block;
        margin-right: 0;
    }
.footer .link {
        margin-top: 15px;
        justify-content: flex-start;
    }
    .footer .link span {
        line-height: 40px;
    }
    .footer .footer-bot p {
        line-height: 1.5em;
        margin: 0 0;
    }
    .footer .footer-bot {
        display: block;
    }
    .footer .footer-bot a {
        padding-left: 0;
    }
    .index-news{
        overflow: hidden;
    }






    .crumbs .left a {
        display: block;
        line-height: 40px;
        padding: 0 10px;
    }
    .padd-55 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .title-com2 h2 {
        font-size: 20px;
    }
    .title-com2.hf h2::after {
        height: 2px;
        bottom: -10px;
    }
    .about .con {
        margin: 20px 0;
        text-align: justify;
    }
.about2 .swiper-button-next {
        right: 0;
        color: #007bff;
    }
    .about2 .swiper-button-prev {
        left: 0;
        color: #007bff;
    }
    .about .swiper-button-next {
        right: 0;
        color: #007bff;
    }
    .about .swiper-button-prev {
        left: 0;
        color: #007bff;
    }
.about2 .con {
    margin: 20PX 0;
}




.team .con > div {
        flex-wrap: wrap;
    }
    .crumbs .right a {
        display: block;
        line-height: 30px;
    }
    .teamh .teamh-box {
        padding: 10px 0;
        overflow: hidden;
    }
    .teamh .left {
        width: 100%;
    }
    .teamh .right {
        width: 100%;
        padding-left: 0;
    }
    .teamh h2 {
        margin: 10px 0;
        font-size: 20px;
        font-weight: bold;
    }
    .teamh h3 {
        font-size: 18px;
        font-weight: bold;
        color: #005f99;
    }
    .teamh ul {
        margin-top: 5px;
    }
	

.platform .platform-box h2 {
        margin-bottom: 10px;
    }
    .facility .facility-box h2 {
        margin-bottom: 10px;
    }
    .facility .facility-swiper {
        margin-top: 0;
    }
    .facility .swiper {
        padding: 40px 0 60px;
    }
	


.design-dt .con {
    margin-top: 15px;
}


 .padd-80 {
        padding: 20px 0;
    }
    .sq .bg {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sq .sq-box span {
        display: inline-block;
        width: 80px;
        font-size: 16px;
        line-height: 35px;
        position: relative;
    }
    .sq .sq-box span::after {
        line-height: 35px;
    }
    .sq .input input {
        width: calc(100% - 85px);
        line-height: 35px;
    }
    .sq textarea {
        width: calc(100% - 85px);
        line-height: 35px;
    }
    .sq .more {
        width: calc(100% - 85px);
        margin-left: auto;
    }
    .sq .more a {
        display: block;
        line-height: 40px;
    }
    .sq .input {
        margin-bottom: 15px;
    }
    .sq .sq-box {
        width: 100%;
        margin-left: auto;
        margin-top: 20px;
        position: relative;
        z-index: 9;
    }
   .sq{
        overflow: hidden;
    }
.crumbs-nav{
        width: 100%;
    }



.skill .skill-con {
        height: auto;
        flex-direction: row !important;
        overflow: hidden;
        display: block;
    }
    .skill h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .skill p {
        font-size: 16px;
        line-height: 1.65em;
    }
    .skill .right .more {
        margin-top: 10px;
        width: auto;
        line-height: 35px;
        font-size: 16px;
    }
.skill .right {
        padding: 15px;
    }

.inno-det .left {
        width: 100%;
    }
    .inno-det .right {
        width: 100%;
        padding: 15px;
    }
    .inno-det h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .inno-det p {
        margin-bottom: 20px;
        line-height: 1.65em;
        font-size: 16px;
    }
    .inno .case-con {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .inno .case-con .text {
        padding: 10px;
    }
.inno-box{
        overflow: hidden;
    }	


.eq-dt {
        overflow: hidden;
    }
    .eq-dt h2 {
        font-size: 20px;
    }
    .eq-dt h3 {
        margin: 0px 0 10px;
        font-size: 20px;
        font-weight: bold;
    }
    .eq-dt .text {
        padding: 15px;
    }
    .eq-dt p {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 1.6em;
    }
    .equip {
        min-height: 500px;
    }
    .equip .title-com2 {
        padding-top: 20px;
    }
.equip .equip-row {
        margin: 0;
        padding: 20px 0;
    }
    .equip .con {
        margin: 10px;
        width: 135px;
        height: 135px;
    }
    .equip p {
        margin-top: 5px;
        font-size: 16px;
        color: #343434;
	width: 90%;
    margin: 0 auto;
    line-height: 1.2em;
    }
.eq-des .case-con {
        width: 100%;
        margin: 0 0 5%;
    }
    .eq-des .case-con .text {
        padding: 10px;
    }
    .eq-des .case-con h3 {
        font-size: 18px;
    }




    .case-swiper .case-img {
        width: 100%;
    }
    .case-swiper .case-text {
        width: 100%;
        height: 100%;
        padding: 15px;
    }
    .case-swiper h4 {
        	font-size: 20px;
        	margin-bottom: 5px;
        	margin-top: 0;
	text-align: start;
	line-height: 1.5em;
    	height: 3em;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
   	overflow: hidden;
    }
    .case-swiper p {
        line-height: 1.65em;
        text-align: justify;
    	height: 3.3em;
    	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    }
    .case .case-con {
        width: 100%;
        margin-bottom: 5%;
        margin-right: 0;
    }
    .case .case-con .text {
        padding: 15px;
    }
    .case .case-con h3 {
        transition: all 0s;
        margin-bottom: 5px;
        height: 1.65em;
        line-height: 1.65em;
        font-weight: bold;
        font-size: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .hddt{
        display: block;
        overflow: hidden;
    }
    .hddt .left {
        width: 100%;
        padding: 15px;
    margin-bottom: 20px;
    }
    .hddt .title-com2 h2 {
        margin-bottom: 5px;
        color: #132644;
        font-size: 20px;
text-align: center;
    }
    .hddt .hddt-con {
        padding: 20px 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .more-box {
        margin: 15px 0 0;
    }
    .more-box .moreL a {
        font-size: 16px;
        line-height: 1.65em;
        margin-bottom: 0;
    }
.com-right h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: bold;
}



.video-swiper .video-con {
  margin-top: 25px;
  overflow: hidden;
}
.video-swiper .huodong-img {
  width: 100%;
}
.video-swiper .huodong-text {
  width: 100%;
  height: 100%;
  padding: 15px;
}
.video-swiper h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.video-swiper p {
  color: #666;
  font-size: 16px;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.video-swiper .huodong-link {
  margin-top: 40px;
}
.video-swiper .con-img {
  width: 100%;
}
.video-swiper .con-text {
  width: 100%;
  padding: 15px;
  position: relative;
}

.video-swiper .con-text .date h5::after{
  display: none;
}
.video-swiper .con-text .date h5 {
  padding: 0;
  margin-bottom: 0px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  color: #ccc;
}
.video-swiper .con-text .date p {
  padding: 0;
  font-size: 18px;
  line-height: 1em;
  color: #ccc;
  height: 1em;
}
.video-swiper .con-text .date {
  text-align: end;
  display: flex;
  align-items: center;
  width: auto;
  position: absolute;
  bottom: 18px;
  right: 15px;
}

.video-swiper .con-text .more {
  margin-top: 10px;
  display: block;
  line-height: 1.8em;
}
.video-swiper .video-con .con {
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.demo {
  margin: 20px 0;
  text-align: center;
}
.footer .sel p{
  line-height: 40px;
}




.video-swiper .huodong-con {
  background-color: #fff;
  height: auto;
}
.contact .des-box p {
  padding-left: 50px;
  line-height: 40px;
  background-size: 40px 40px !important;
}
.contact p span {
  font-size: 16px;
}
.contact{
  overflow: hidden;
}
.contact .right {
  width: 100%;
}
.contact-box .con:first-child {
  margin-bottom: 30px;
}
.contact h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #005f99;
}
.design .gallery {
  padding: 50px 0 80px;
}
.design .design-swiper {
  margin-top: 0;
}
.design .design-swiper {
  margin-top: 0;
}
.design-swiper .swiper-button-next:after, .design-swiper .swiper-button-prev:after{
  display: block;
  width: 100%;
  height: 100%;
}
.design .thumbs h4 {
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.design .design-box h2 {
  margin-bottom: 0;
}
.design .thumbs p {
  text-align: justify;
  line-height: 1.65em;
  font-size: 16px;
}
.xl-menu{
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
}
.xl-menu b{
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  transform: rotate(90deg) scaley(1.5);
}
 
.index-project .change-box {
    justify-content: space-between;
    margin: 30px 0;
}
 .index-case .change-box{
  justify-content: space-between;
}
.index-case .tab h4 {
  line-height: 40px;
  width: auto;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 16px;
  margin: 0;
}
.about-swiper .swiper-img img{
  width: 100%;
}
.about p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.65em;
}
.about2 p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.65em;
}

.sq .sq-box span::after {
  content: '*';
  display: inline-block;
  line-height: 45px;
  color: #ff0000;
  margin-left: auto;
  position: relative;
  right: -5px;
  bottom: 0%;
}
.sq .input input {
  width: 100%;
  line-height: 35px;
}
.sq .sq-box span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 35px;
  position: relative;
}
.sq .input {
    margin-bottom: 10px;
    flex-wrap: wrap;
}


.sq .more {
    width: 100%;
    margin-left: 0;
}

}

