.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ohd_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}


.common-card {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

/* 头部 */
.header {
  width: 100%;
  height: auto;
  background: url(../img/bg6.png) no-repeat;
  background-size: cover;
}


.head-title {
  width: 100%;
  height: 103px;
}

.head-title .logo {
  display: inline-block;
  width: auto;
  height: 76px;
}

.head-title .logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.header .form {
  width: 379px;
  height: 37px;
  border: solid 1px #ffffff;
  padding: 1px 0;
}

.header .form input[type='text'] {
  width: 299px;
  height: 100%;
  font-size: 15px;
  padding-left: 10px;
  color: #fff;
  background-color: transparent;
}

.header .form input[type='submit'] {
  flex: 1;
  height: 100%;
  background: url(../img/ic1.png) no-repeat;
  background-size: 15px;
  background-color: #423678;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
  background-position: 55px center;
}

.head-title .ph img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 10px;
}

.head-title .ph p {
  font-size: 16px;
  color: #fff;
}

.head-title .ph strong {
  font-size: 25px;
  color: #ffffff;
}

.header-bottom {
  width: 100%;
  height: 52px;
  border-top: 1px solid rgba(245, 242, 242, 0.6);
}

.header-bottom ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  transition: all 0.3s;
}

.header-bottom ul li a {
  display: inline-block;
  font-size: 21px;
  color: #ffffff;
}


.header-bottom ul li:hover {
  background-color: #423678;
}

/* 轮播 */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #0070be;
  opacity: 1;

}

.headerSwiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.headerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.common-tl {
  text-align: center;
}

.common-tl h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.common-tl p {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}

.common-tl.w h2,
.common-tl.w p {
  color: #ffff;
}

/* 关于我们 */
.about {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}

.about .common-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-con {
  margin: 50px 0 30px 0;
}

.about-con .text {
  font-size: 18px;
  line-height: 39px;
  color: #ffffff;
  flex: 1;
}

.about-con img {
  width: 604px;
  margin-left: 25px;
  height: 560px;
  object-fit: cover;
  vertical-align: bottom;
}

.com-more {
  display: inline-block;
  height: 39px;
  background-color: #423678;
  border-radius: 19px;
  font-size: 18px;
  text-align: center;
  line-height: 39px;
  padding: 0 10px;
  width: fit-content;
  color: #ffffff;
}

/* 产品展示 */
.product {
  width: 100%;
  height: auto;
  padding: 28px 0 10px 0;
}

.product-con {
  width: 100%;
  overflow: hidden;
  margin-top: 29px;
}

.product .common-card {
  max-width: 1535px;
}

.productItem li {
  width: 371px;
  height: auto;
  margin: 0 13px 20px 0;
  background-color: #eeeeee;
  padding: 15px 15px 0 15px;
}

.productItem li img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  vertical-align: bottom;
}

.productItem li .name {
  width: 100%;
  height: 66px;
}

.productItem li .name::after {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../img/ic4-1.png) no-repeat;
  background-size: contain;
}

.productItem li .name .ls {
  font-size: 20px;
  flex: 1;
  color: #333333;
}

/* 四大优势 */
.advantage {
  width: 100%;
  height: auto;
  padding: 27px 0;
  background: url(../img/bg2.png) center no-repeat;
  background-size: cover;
}

.advantage .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantage .title p {
  font-size: 28px;
  display: flex;
  align-items: center;
  color: #151515;
}

.advantage .title p::before {
  display: block;
  content: '';
  width: 246px;
  height: 1px;
  margin-right: 5px;
  background-color: #e5e5e5;
}

.advantage .title p::after {
  display: block;
  content: '';
  width: 246px;
  height: 1px;
  margin-left: 5px;
  background-color: #e5e5e5;
}

.advantage .title .tl {
  width: fit-content;
  position: relative;
  margin: 20px 0;
}

.advantage .title .tl h6 {
  font-size: 43px;
  font-weight: bold;
  color: #020c15;
  margin-right: 8px;
}

.advantage .title .tl .txt {
  font-size: 18px;
  line-height: 25px;
  color: #1450a1;
}

.advantage .title .tl .t {
  position: absolute;
  left: 24%;
  top: 0;
  width: 100%;
}

.advantage .title .tl::after {
  display: block;
  content: 'WORTHY OF YOUR TRUST';
  font-size: 42px;
  font-weight: bold;
  color: #151515;
  opacity: 0.1;
}

.advantage .title h5 {
  font-size: 18px;
  font-weight: normal;
  color: #888888;
}

.advantage-con {
  width: 100%;
  height: auto;
  background: url(../img/bg3.png) center no-repeat;
  background-size: auto;
  background-color: #ffffff;
  padding-bottom: 25px;
  box-shadow: 0px 2px 1px 0px rgba(37, 37, 37, 0.07);
}

.advantage-con ul {
  margin-top: 27px;
}

.advantage-con li {
  display: flex;
}

.advantage-con li:nth-child(2n) {
  flex-direction: row-reverse;
}

.advantage-con li img {
  width: auto;
  height: 450px;
  object-fit: contain;
}

.advantage-con .text {
  flex: 1;
  padding-top: 50px;
}

.advantage-con .nu {
  font-size: 30px;
  font-family: fantasy;
  color: #1450a1;
  margin-right: 12px;
}

.advantage-con .t h6 {
  font-size: 30px;
  color: #1450a1;
}

.advantage-con .t p {
  font-size: 18px;
  margin-top: 4px;
  color: #8e8e8e;
}

.advantage-con li:nth-child(2n) .text {
  padding-left: 12px;
}

.advantage-con li:nth-child(2n+1) .text {
  padding-right: 12px;
}

.advantage-con li .ls {
  font-size: 20px;
  line-height: 50px;
  color: #333333;
  padding-left: 40px;
}

/* 案例展示 */
.case {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #f2f2f2;
}

.case .common-card {
  max-width: 1700px;
}

.caseSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 35px;
}

.caseSwiper a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 15px 15px 0 15px;
}

.caseSwiper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  vertical-align: bottom;
}

.caseSwiper .name {
  height: 60px;
}

.caseSwiper .bto {
  margin-top: 60px;
}

.caseSwiper .name::after {
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  background: url(../img/ic4-1.png) no-repeat;
  background-size: contain;
}

.caseSwiper .name .ls {
  font-size: 18px;
  color: #333333;
}

.case-next {
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: url(../img/ic6-1.png) no-repeat;
  background-size: contain;
  margin-right: 6px
}

.case-prev {
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: url(../img/ic6-2.png) no-repeat;
  background-size: contain;
  margin-left: 6px;
}

.case-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  background-color: #0065c4;
}

.case-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.newsItem {
  margin-top: 26px;
}

.newsItem li {
  width: calc((100% - 9px) /2);
  margin: 0 9px 18px 0;
  height: auto;
  transition: all 0.3s;
  padding: 25px 13px 25px 25px;
  background-color: #eeeeee;

}

.newsItem li:nth-child(2n) {
  margin-right: 0;
}

.newsItem li h6 {
  font-size: 22px;
  font-weight: normal;
  color: #000000;
}

.newsItem li .text {
  font-size: 14px;
  line-height: 34px;
  color: #666666;
  margin-top: 15px;
}

.newsItem .time span {
  font-size: 14px;
  color: #333333;
}

.newsItem .time i {
  font-size: 24px;
  color: #333333;
}

.newsItem li:hover {
  box-shadow: 0 2px 5px 0 rgba(13, 71, 138, 0.5);
}

.plate {
  width: 100%;
  height: auto;
  padding: 50px 0 40px 0;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
}

.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plate p {
  font-size: 27px;
  letter-spacing: 12px;
  color: #ffffff;
}

.plate h6 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin: 35px 0;
}

.plate .ls {
  font-size: 18px;
  line-height: 33px;
  color: #ffffff;
  text-align: center;
}

.plate .ph {
  width: fit-content;
  padding: 0 15px;
  font-size: 23px;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #423678;
  border-radius: 22px;
  border: solid 2px #ffffff;
  margin-top: 20px;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg5.png) no-repeat;
  background-size: cover;
}

.footer .header-bottom {
  border-top: none;
}

.footer .con ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer .con .lt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
}

.footer .con {
  padding: 25px 0;
  border-top: 1px solid rgba(245, 242, 242, 0.6);
}

.footer .con .logo {
  width: 221px;
  height: 54px;
  object-fit: contain;
}

.footer .con .qr {
  width: 192px;
  height: 192px;
  object-fit: cover;
  margin-top: 35px;
}

.footer .con li p {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.footer .con li {
  display: flex;
  flex-direction: column;
}

.footer .con li span {
  font-size: 14px;
  line-height: 39px;
  color: #ffffff;
}

#map {
  width: 647px;
  height: 305px;
  overflow: hidden;
}

.footer .bottom {
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  border-top: 1px solid rgba(245, 242, 242, 0.6);
}

.BMap_bubble_title {
  font-size: 16px;
}

.BMap_bubble_content {
  font-size: 14px;
}