/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 公司简介 */
.about {
  width: 100%;
  overflow: hidden;
  background-color: #f7f9fb;
  padding: 90px 0 50px 0;
}
.about .title>p {
  line-height: 60px;
  font-size: 60px;
  color: #333333;
  opacity: 0.08;
  text-transform: uppercase;
  font-weight: bold;
}
.about .title>h1 {
  line-height: 50px;
  margin-top: -35px;
  font-size: 36px;
  color: #0e407c;
}
.about .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  min-height: 366px;
}
.about .content .leftbar {
  width: 28%;
  float: right;
  position: relative;
  padding-bottom: 20px;
  margin-top: -85px;
}
.about .content .leftbar::before {
  content: "";
  width: 100%;
  float: left;
  height: 10px;
  background-color: #00a0e9;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.about .content .leftbar::after {
  content: "";
  width: 200px;
  float: left;
  height: 20px;
  background-color: #0e407c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .content .leftbar .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.about .content .rightbar {
  width: 65%;
  float: left;
}
.about .content .rightbar .text {
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: 40px 0 30px 0;
}
.more {
  display: flex;
}
.more>a {
  width: 142px;
  float: left;
  height: 36px;
  font-size: 13px;
  color: #fff;
  background-color: #0e407c;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
}
.more>a:hover {
  width: 112px;
  background-color: #00a0e9;
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
  .about .content .leftbar {
    width: 32%;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about .content {
    min-height: initial;
  }
  .about .content .leftbar {
    width: 45%;
  }
  .about .content .rightbar {
    width: 50%;
  }
  .about .content .rightbar .text {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about .title {
    text-align: center;
  }
  .about .title>p {
    line-height: 30px;
    font-size: 30px;
  }
  .about .title>h1 {
    line-height: 30px;
    margin-top: -20px;
    font-size: 20px;
  }
  .about .content .leftbar {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
  }
  .about .content .leftbar::before,
  .about .content .leftbar::after {
    display: none;
  }
  .about .content .leftbar .img::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .about .content .rightbar {
    width: 100%;
  }
  .about .content .rightbar .text {
    margin: 10px 0;
    height: auto;
    -webkit-line-clamp: initial;
    line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  }
  .more {
    justify-content: center;
  }
}

/* 服务项目 */
.service {
  width: 100%;
  overflow: hidden;
  padding: 75px 0 60px 0;
}
.service .title {
  display: block;
  overflow: hidden;
  line-height: 52px;
  text-align: center;
  font-size: 60px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.service .title>h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 46px;
  font-size: 36px;
  color: #0e407c;
  margin-top: 10px;
}
.service .title>h1::before,
.service .title>h1::after {
  content: "";
  width: 122px;
  float: left;
  height: 5px;
  background-image: url(../images/title-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
}
.service .title>h1::after {
  background-image: url(../images/title-right.png);
  margin: 0 0 0 25px;
}
.service .list {
  display: flex;
  flex-wrap: wrap;
  width: 1449px;
  margin-top: 50px;
}
.service .list>li {
  width: 474px;
  float: left;
  margin: 8px 9px 0 0;
}
.service .list>li>a {
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 70px 0;
}
.service .list>li>a .icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 66px;
}
.service .list>li>a .icon>img:first-child {
  opacity: 1;
}
.service .list>li>a .icon>img:last-child {
  opacity: 0;
}
.service .list>li>a>h2 {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service .list>li>a .more {
  justify-content: center;
  margin-top: 30px;
}
.service .list>li>a .more>span {
  width: 142px;
  float: left;
  height: 36px;
  font-size: 13px;
  color: #0e407c;
  border: 1px solid #0e407c;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
}

.service .list>li>a:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.service .list>li>a:hover .icon>img:first-child {
  opacity: 0;
}
.service .list>li>a:hover .icon>img:last-child {
  opacity: 1;
}
.service .list>li>a:hover>h2 {
  color: #00a0e9;
}
.service .list>li>a:hover>.more>span {
  border-color: #00a0e9;
  color: #00a0e9;
}

@media (max-width: 1480px) {
  .service .list {
    width: 101%;
    margin-left: -0.5%;
  }
  .service .list>li {
    width: 32.33333%;
    margin: 8px 0.5% 0 0.5%;
  }
}

@media (max-width: 1200px) {
  .service {
    padding: 50px 0;
  }
  .service .list>li>a {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .service {
    padding: 30px 0;
  }
  .service .list {
    margin-top: 30px;
  }
  .service .list>li>a {
    padding: 30px 0;
  }
  .service .list>li>a .more {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service .title {
    line-height: 30px;
    font-size: 20px;
  }
  .service .title>h1 {
    line-height: 30px;
    font-size: 17px;
    margin-top: 0;white-space:nowrap;
  }
  .service .title>h1::before {
    margin-right: 10px;
  }
  .service .title>h1::after {
    margin: 0 0 0 10px;
  }
  .service .list {
    margin-top: 0;
  }
  .service .list>li {
    width: 49%;
    margin: 1% 0.5% 0 0.5%;
  }
  .service .list>li>a {
    padding: 15px 0;
  }
  .service .list>li>a .icon {
    height: 40px;
  }
  .service .list>li>a>h2 {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding: 0 10px;
  }
  .service .list>li>a .more {
    margin-top: 10px;
  }
  .service .list>li>a .more>span {
    width: 90px;
    height: 30px;
  }
}

/* 横幅 */
.adbar {
  width: 100%;
  overflow: hidden;
  background-color: #082033;
  padding: 22px 0 52px 0;
}
.adbar>.container {
  width: 100%;
  max-width: 1230px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adbar .title {
  flex: 1;
  float: left;
  margin-top: 50px;
}
.adbar .title>h1 {
  display: block;
  overflow: hidden;
  line-height: 50px;
  position: relative;
}
.adbar .title>h1>span {
  float: left;
  font-size: 30px;
  color: #00a0e9;
  padding-right: 30px;
  background-color: #082033;
  position: relative;
  z-index: 2;
}
.adbar .title>h1::after {
  content: "";
  width: 100%;
  float: left;
  height: 5px;
  border-top: 1px solid #394d5c;
  border-bottom: 1px solid #394d5c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.adbar .title>h2 {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 58px;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
.adbar .img {
  width: 40%;
  float: right;
}
.adbar .img>img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 1250px) {
  .adbar>.container {
    max-width: 97%;
  }
}

@media (max-width: 1200px) {
  .adbar .title {
    margin-top: 30px;
  }
  .adbar .title>h2 {
    line-height: 50px;
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .adbar {
    padding: 22px 0;
  }
  .adbar .title {
    margin-top: 15px;
  }
  .adbar .title>h1 {
    line-height: 30px;
  }
  .adbar .title>h1>span {
    font-size: 20px;
    padding-right: 15px;
  }
  .adbar .title>h2 {
    line-height: 40px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .adbar {
    padding: 15px 0;
  }
  .adbar .title {
    width: 100%;
    flex: none;
    margin-top: 0;
  }
  .adbar .title>h1 {
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .adbar .title>h1>span {
    float: left;
    font-size: 18px;
    padding: 0 10px;
  }
  .adbar .title>h2 {
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
  }
  .adbar .img {
    width: 100%;
    margin-top: 10px;
  }
}

/* 优势 */
.advantage {
  width: 100%;
  overflow: hidden;
}
.advantage .content {
  display: block;
  overflow: hidden;
}
.advantage .content>div {
  display: none;
}
.advantage .content>div:first-child {
  display: block;
}
.advantage .content .box {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage .content .box .leftbar {
  width: 50%;
  float: left;
  background: url(../images/advantage-bj2.jpg) no-repeat center bottom;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.advantage .content .box .leftbar>div {
  width: 100%;
  float: right;
  max-width: 740px;
  padding: 15px 120px 15px 20px;
}
.advantage .content .box .leftbar>div .number {
  display: block;
  overflow: hidden;
  height: 94px;
  line-height: 94px;
  font-size: 120px;
  font-weight: bold;
  color: #0e407c;
  opacity: 0.1;
}
.advantage .content .box .leftbar>div h1 {
  display: block;
  overflow: hidden;
  line-height: 36px;
  margin-top: -36px;
  padding-left: 30px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.advantage .content .box .leftbar>div h1>span {
  float: left;
  font-size: 30px;
  color: #0e407c;
  font-weight: bold;
  margin-right: 10px;
}
.advantage .content .box .leftbar>div .text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin: 20px 0;
  padding-left: 30px;
}
.advantage .content .box .leftbar>div .more>a {
  margin-left: 30px;
  font-weight: bold;
}

.advantage .content .rightbar {
  width: 50%;
  float: left;
  position: relative;
}
.advantage .content .rightbar::before {
  content: "";
  display: block;
  padding-top: 52.0833334%;
}
.advantage .content .rightbar>img:first-child {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  left: -84px;
  bottom: 4px;
  z-index: 2;
}

.advantage .title {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 40px;
}
.advantage .title .list {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.advantage .title .list>li {
  width: 250px;
  float: left;
  margin: 15px 10px;
  position: relative;
}
.advantage .title .list>li::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 14px solid #ececec;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  transition: all .4s;
}
.advantage .title .list>li>a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ececec;
  border-radius: 5px;
  padding: 20px;
}
.advantage .title .list>li>a .icon {
  width: 56px;
  float: left;
  height: 56px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background-color: #0e407c;
}
.advantage .title .list>li>a h1 {
  width: calc(100% - 56px);
  float: left;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1;
  color: #0e407c;
  font-weight: normal;
  transition: all .4s;
}
.advantage .title .list>li>a h1>span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  line-height: 28px;
  transition: initial;
}
.advantage .title .list>li:hover::before,
.advantage .title .list>li.active::before {
  border-bottom-color: #0e407c;
}
.advantage .title .list>li:hover>a,
.advantage .title .list>li.active>a {
  background-color: #0e407c;
}
.advantage .title .list>li:hover>a .icon,
.advantage .title .list>li.active>a .icon {
  background-color: #00a0e9;
}
.advantage .title .list>li:hover>a h1,
.advantage .title .list>li.active>a h1 {
  color: #fff;
}

@media (max-width: 1200px) {
  .advantage .title .list {
    width: 100%;
    padding: 0 1%;
  }
  .advantage .title .list>li {
    width: 23%;
    margin: 15px 1%;
  }
}

@media (max-width: 991px) {
  .advantage .content .box .leftbar>div {
    padding: 15px 20px;
  }
  .advantage .content .rightbar>img:first-child {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .advantage .title {
    margin-top: 20px;
  }
  .advantage .title .list>li>a {
    padding: 20px 10px;
  }
  .advantage .title .list>li>a h1 {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .advantage .content .box {
    flex-direction: column-reverse;
  }
  .advantage .content .box .leftbar {
    width: 100%;
  }
  .advantage .content .box .leftbar>div .number {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 40px;
  }
  .advantage .content .box .leftbar>div h1 {
    line-height: 30px;
    margin-top: 0;
    padding-left: 10px;
  }
  .advantage .content .box .leftbar>div h1>span {
    font-size: 20px;
    margin-right: 5px;
  }
  .advantage .content .box .leftbar>div .text {
    line-height: 24px;
    margin: 10px 0;
    padding-left: 0;
  }
  .advantage .content .box .leftbar>div .more>a {
    margin-left: 0;
  }
  .advantage .content .box .rightbar {
    width: 100%;
  }
  .advantage .title {
    margin-top: 10px;
  }
  .advantage .title .list>li>a {
    padding: 10px;
  }
  .advantage .title .list>li>a h1 {
    font-size: 12px;
  }
  .advantage .title .list>li>a h1>span {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 4px; white-space:nowrap;
  }
}

/* 资质证书 */
.certificate {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.certificate .title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 54px;
  color: rgba(51, 51, 51, 0.1);
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
.certificate .title>h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  margin-top: -26px;
  font-size: 36px;
  color: #0e407c;
}
.certificate .title>h1::before,
.certificate .title>h1::after {
  content: "";
  width: 122px;
  float: left;
  height: 5px;
  background-image: url(../images/title-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
}
.certificate .title>h1::after {
  background-image: url(../images/title-right.png);
  margin: 0 0 0 25px;
}
.certificate .content {
  display: block;
  overflow: hidden;
  margin-top: 45px;
  position: relative;
  padding: 0 60px;
}
.certificate-swiper .swiper-slide>a {
  width: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}
.certificate-swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 141.935484%;
}
.certificate-swiper .swiper-slide>a:hover>img {
  transform: scale(1.05);
}
.certificate-prev,
.certificate-next {
  width: 42px;
  float: left;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #666;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.certificate-next {
  left: initial;
  right: 0;
}
.certificate-prev::before,
.certificate-next::before {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-right: 8px solid #666;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.4s;
}
.certificate-next::before {
  border-right: none;
  border-left: 8px solid #666;
}
.certificate-prev:hover,
.certificate-next:hover {
  background-color: #0e407c;
  border-color: #0e407c;
}
.certificate-prev:hover::before {
  border-right-color: #fff;
}
.certificate-next:hover::before {
  border-left-color: #fff;
}

@media (max-width: 1200px) {
  .certificate {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .certificate {
    padding: 30px 0;
  }
  .certificate .title {
    line-height: 44px;
    font-size: 44px;
  }
  .certificate .content {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .certificate {
    padding: 15px 0;
  }
  .certificate .title {
    line-height: 30px;
    font-size: 20px;
  }
  .certificate .title>h1 {
    line-height: 30px;
    margin-top: -15px;
    font-size: 17px;white-space:nowrap;
  }
  .certificate .title>h1::before {
    margin-right: 10px;
  }
  .certificate .title>h1::after {
    margin: 0 0 0 10px;
  }
  .certificate .content {
    margin-top: 10px;
    padding: 0 40px;
  }
  .certificate-prev,
  .certificate-next {
    width: 32px;
    height: 32px;
  }
}

/* 工程展示 */
.engineering {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 70px 0;
}
.engineering .title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 54px;
  color: rgba(51, 51, 51, 0.1);
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
.engineering .title>h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  margin-top: -26px;
  font-size: 36px;
  color: #0e407c;
}
.engineering .title>h1::before,
.engineering .title>h1::after {
  content: "";
  width: 122px;
  float: left;
  height: 5px;
  background-image: url(../images/title-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
}
.engineering .title>h1::after {
  background-image: url(../images/title-right.png);
  margin: 0 0 0 25px;
}
.engineering-swiper {
  margin-top: 45px;
}
.engineering-swiper .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.engineering-swiper .img::before {
  content: "";
  display: block;
  padding-top: 70.984127%;
}
.engineering-swiper h2 {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
  color: #333;
  font-weight: normal;
  transition: all 0.4s;
}
.engineering-swiper .swiper-slide>a:hover .img>img {
  transform: scale(1.1);
}
.engineering-swiper .swiper-slide>a:hover h2 {
  background-color: #0e407c;
  color: #fff;
}

@media (max-width: 1200px) {
  .engineering {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .engineering {
    padding: 30px 0;
  }
  .engineering-swiper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .engineering {
    padding: 15px 0;
  }
  .engineering .title {
    line-height: 30px;
    font-size: 30px;
  }
  .engineering .title>h1 {
    line-height: 30px;
    margin-top: -15px;
    font-size: 17px;white-space:nowrap;
  }
  .engineering .title>h1::before {
    margin-right: 10px;
  }
  .engineering .title>h1::after {
    margin: 0 0 0 10px;
  }
  .engineering-swiper {
    margin-top: 10px;
  }
  .engineering-swiper h2 {
    height: 40px;
    line-height: 40px;
  }
}

/* 解决方案 */
.solution {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.solution .title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 54px;
  color: rgba(51, 51, 51, 0.1);
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
.solution .title>h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  margin-top: -26px;
  font-size: 36px;
  color: #0e407c;
}
.solution .title>h1::before,
.solution .title>h1::after {
  content: "";
  width: 122px;
  float: left;
  height: 5px;
  background-image: url(../images/title-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
}
.solution .title>h1::after {
  background-image: url(../images/title-right.png);
  margin: 0 0 0 25px;
}
.solution .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.solution .content .leftbar {
  width: 58.5%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution .content .leftbar>li {
  width: calc(50% - 14px);
  float: left;
}
.solution .content .leftbar>li>a {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dcdcdc;
}
.solution .content .leftbar>li>a .img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.solution .content .leftbar>li>a .img::before {
  content: "";
  display: block;
  padding-top: 65.92592593%;
}
.solution .content .leftbar>li>a .text-content {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 15px 25px 25px 25px;
}
.solution .content .leftbar>li>a .text-content>h2 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution .content .leftbar>li>a .text-content>.text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.solution .content .leftbar>li>a:hover {
  border-color: #00a0e9;
}
.solution .content .leftbar>li>a:hover .img>img {
  transform: scale(1.1);
}
.solution .content .leftbar>li>a:hover .text-content>h2 {
  color: #00a0e9;
}

.solution .content .rightbar {
  width: 37.5%;
  float: right;
}
.solution .content .rightbar>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.solution .content .rightbar>li:last-child {
  margin: 0;
}
.solution .content .rightbar>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #e0e3e6;
  padding: 9px;
}
.solution .content .rightbar>li>a .numberbar {
  width: 110px;
  float: left;
  height: 90px;
  color: #333;
  line-height: 16px;
  background-color: #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 20px;
}
.solution .content .rightbar>li>a .numberbar>span {
  width: 100%;
  float: left;
  line-height: 44px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  transition: initial;
}
.solution .content .rightbar>li>a .text {
  display: block;
  overflow: hidden;
  margin: 8px 0;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.solution .content .rightbar>li>a .text>h2 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  color: #333;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution .content .rightbar>li>a:hover {
  border-color: #00a0e9;
}
.solution .content .rightbar>li>a:hover .numberbar {
  background-color: #00a0e9;
  color: #fff;
}
.solution .content .rightbar>li>a:hover .text>h2 {
  color: #00a0e9;
}

@media (max-width: 1480px) {
  .solution {
    padding: 70px 0;
  }
}

@media (max-width: 1200px) {
  .solution {
    padding: 50px 0;
  }
  .solution .content .rightbar>li {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .solution {
    padding: 30px 0;
  }
  .solution .content .leftbar>li>a .text-content {
    padding: 15px;
  }
  .solution .content .rightbar>li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .solution {
    padding: 15px 0;
  }
  .solution .title {
    line-height: 30px;
    font-size: 30px;
  }
  .solution .title>h1 {
    line-height: 30px;
    margin-top: -15px;
    font-size: 17px; white-space:nowrap;
  }
  .solution .content {
    margin-top: 10px;
  }
  .solution .content .leftbar {
    width: 100%;
  }
  .solution .content .leftbar>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .solution .content .leftbar>li>a .img {
    width: 30%;
  }
  .solution .content .leftbar>li>a .text-content {
    width: 70%;
    padding: 10px;
  }
  .solution .content .rightbar {
    width: 100%;
  }
  .solution .content .rightbar>li>a {
    padding: 4px;
  }
  .solution .content .rightbar>li>a .numberbar {
    width: 90px;
    margin-right: 10px;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.main .title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 54px;
  color: rgba(51, 51, 51, 0.1);
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
.main .title>h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  margin-top: -26px;
  font-size: 36px;
  color: #0e407c;
}
.main .title>h1::before,
.main .title>h1::after {
  content: "";
  width: 122px;
  float: left;
  height: 5px;
  background-image: url(../images/title-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
}
.main .title>h1::after {
  background-image: url(../images/title-right.png);
  margin: 0 0 0 25px;
}
.main .place {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.main .place>span {
  color: #0e407c;
  text-decoration: underline;
}
.main .content {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.company img{ max-width:100% !important; height:auto !important;}

@media (max-width: 1200px) {
  .main {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #0e407c;
  }
  .menuTitleActive {
    text-align: left;
  }
  .menuTitleActive::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main .content {
    margin: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 服务项目 */
.main .list {
  display: flex;
  flex-wrap: wrap;
  width: 1449px;
}
.main .list>li {
  width: 474px;
  float: left;
  margin: 0 9px 8px 0;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.main .list>li::before {
  content: "";
  display: block;
  padding-top: 67.721519%;
}
.main .list>li>a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(241, 241, 241, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.main .list>li>a .icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 66px;
}
.main .list>li>a>h2 {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .list>li>a .more {
  justify-content: center;
  margin-top: 30px;
}
.main .list>li>a .more>span {
  width: 142px;
  float: left;
  height: 36px;
  font-size: 13px;
  color: #fff;
  background-color: #0e407c;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
}
.main .list>li>a:hover {
  background-color: rgba(16, 64, 124, 0.7);
}
.main .list>li>a:hover>h2 {
  color: #fff;
}
.main .list>li>a:hover .more>span {
  background-color: #fff;
  color: #0e407c;
}

.details {
  display: block;
  overflow: hidden;
}
.details .leftbar {
  width: calc(50% - 20px);
  float: left;
  overflow: hidden;
  position: relative;
  border-color: #ccc;
}
.details .leftbar::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.details .rightbar {
  width: calc(50% - 20px);
  float: right;
}
.details .rightbar h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
}
.details .rightbar .text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 20px 0;
}

.details .contentbar {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size:16p; line-height:32px;
}
.details .contentbar .sub-title {
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 30px;
}
.details .contentbar .sub-title>span {
  float: left;
  background-color: #0e407c;
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
}
.details .contentbar img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .main .list {
    width: 101%;
    margin-left: -0.5%;
  }
  .main .list>li {
    width: 32.3333333%;
    margin: 0 0.5% 8px 0.5%;
  }
}

@media (max-width: 991px) {
  .main .list>li {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .main .list>li::before {
    padding-top: 100%;
  }
  .main .list>li>a .icon {
    height: 40px;
  }
  .main .list>li>a>h2 {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
  }
  .main .list>li>a .more {
    margin-top: 10px;
  }
  .main .list>li>a .more>span {
    width: 90px;
    height: 30px;
  }

  .details .leftbar {
    width: 100%;
  }
  .details .rightbar {
    width: 100%;
    margin-top: 10px;
  }
  .details .rightbar h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .details .rightbar .text {
    line-height: 24px;
    margin: 10px 0;
  }
  .more>a {
    width: 90px;
    height: 30px;
  }
  .details .contentbar {
    margin-top: 15px;
  }
  .details .contentbar .sub-title {
    margin-bottom: 10px;
  }
  .details .contentbar .sub-title>span {
    padding: 10px 15px;
    font-size: 16px;
  }
}
/* END-服务项目 */

/* 工程展示 */
.project-list {
  display: block;
  overflow: hidden;
  width: 1460px;
}
.project-list>li {
  width: 345px;
  float: left;
  margin: 0 20px 20px 0;
}
.project-list>li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.project-list>li .img::before {
  content: "";
  display: block;
  padding-top: 70.984127%;
}
.project-list>li h2 {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
  color: #333;
  font-weight: normal;
  transition: all 0.4s;
}
.project-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.project-list>li>a:hover h2 {
  background-color: #0e407c;
  color: #fff;
}

@media (max-width: 1480px) {
  .project-list {
    width: 102%;
    margin-left: -1%;
  }
  .project-list>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 991px) {
  .project-list>li {
    width: 31.33333%;
  }
}

@media (max-width: 767px) {
  .project-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .project-list>li h2 {
    height: 40px;
    line-height: 40px;
  }
}

/* END-工程展示 */

/* 解决方案 */
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list>li {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
}
.news-list>li>a {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dcdcdc;
}
.news-list>li>a .img {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.news-list>li>a .img::before {
  content: "";
  display: block;
  padding-top: 65.92592593%;
}
.news-list>li>a .text-content {
  width: 70%;
  float: left;
  overflow: hidden;
  padding: 20px;
}
.news-list>li>a .text-content>h2 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .text-content>.text {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news-list>li>a:hover {
  border-color: #00a0e9;
}
.news-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.news-list>li>a:hover .text-content>h2 {
  color: #00a0e9;
}

.solution-details {
  display: block;
  overflow: hidden;
}
.solution-details .title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
}
.solution-details .time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.solution-details .img{ width:100%; text-align:center; margin:10px auto;display:block;}
.solution-details .img img{ max-width:100% !important; height:auto;}
.solution-details .content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.solution-details .content img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 991px) {
  .news-list>li>a .img {
    width: 40%;
  }
  .news-list>li>a .text-content {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .news-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-list>li>a .img {
    width: 40%;
  }
  .news-list>li>a .text-content {
    width: 60%;
    padding: 10px;
  }
  .news-list>li>a .text-content>.text {
    height: 60px;
    line-height: 20px;
  }

  .solution-details .content {
    font-size: 14px;
    line-height: 24px;
  }
}
/* END-解决方案 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  background-color: #0e407c;
}
.contact-txt {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  padding: 30px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {

  .contact-txt {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */