/* 头部 */

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
}
.common-tl {
  text-align: center;
}
.common-tl h2 {
  font-size: 26px;
  font-weight: bold;
  color: #2f2f2f;
}
.common-tl p {
  font-size: 18px;
  color: #818181;
  margin-top: 15px;
}
.common-card {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.flex-c {
  display: flex;
  align-items: center;
}
.header .logo {
  display: inline-block;
  width: auto;
  height: 57px;
  margin-right: 100px;
}
.header .logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.header ul {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header li a {
  font-size: 21px;
  color: #000000;
}
/* 轮播 */

.home-swiper {
  position: relative;
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 19px;
  height: 6px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0;
}

.headerSwiper .swiper-pagination-bullet-active {
  background-color: #004f9c !important;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.number {
  width: 100%;
  height: 311px;
  background-size: cover;
}
.number .item {
  width: calc(100% / 2);
}
.number ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/ic.png) center no-repeat;
  background-size: cover;
  background-color: #e9e9e9;
  padding: 0 30px 0 359px;
}
.number .rt {
  background: url(../img/ic-1.png) center no-repeat;
  background-size: cover;
  height: 100%;
  padding: 60px 0 80px 40px;
}
.number li span {
  font-size: 48px;
  font-weight: bold;
  color: #1768b5;
}
.number li i,
.number li h6 {
  font-size: 23px;

  color: #000000;
}
.number li h6 {
  margin-top: 10px;
}
.number .rt .ls {
  font-size: 36px;
  font-weight: bold;
  line-height: 55px;
  color: #ffffff;
}
.number .rt p {
  font-size: 23px;
  line-height: 41px;
  letter-spacing: 6px;
  color: #ffffff;
}
/* 推荐产品 */
.recommended {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 30px 0 65px 0;
}
.recommendedSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 35px;
}
.recommendedSwiper .img {
  width: 100%;
  height: 346px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.recommendedSwiper .img img {
  width: 350px;
  height: 275px;
  object-fit: cover;
}
.recommendedSwiper .name {
  width: 100%;
  height: 68px;
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 68px;
  margin-top: 4px;
  color: #2f2f2f;
}
/* 关于我们 */
.aboutIndex {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.about-con {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.about-con .img {
  width: 950px;
  height: 684px;
}
.about-con .text {
  flex: 1;
  padding: 25px 360px 30px 40px;
  background-color: #f5f5f5;
}
.about-con .text .tl h6 {
  font-size: 26px;
  font-weight: bold;
  color: #2f2f2f;
}
.about-con .text .tl h6::after {
  display: block;
  content: '';
  width: 39px;
  height: 1px;
  margin-top: 25px;
  background-color: #0b7200;
}
.about-con .text .tl {
  width: 100%;
  justify-content: space-between;
}
.about-con .text .tl a {
  width: 39px;
  display: inline;
  height: 39px;
  object-fit: cover;
}
.about-con .text .ls {
  font-size: 18px;
  line-height: 48px;
  color: #646464;
  margin-top: 10px;
}
.about-con ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.about-con li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 111px;
  justify-content: center;
  height: 103px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
}
.about-con li img {
  width: 41px;
  height: auto;
  object-fit: contain;
}
.about-con li .active {
  display: none;
}
.about-con li p {
  font-size: 13px;
  line-height: 36px;
  color: #4f4f4f;
}
.about-con li:hover {
  background-color: #045fb1;
}
.about-con li:hover .active {
  display: block;
}
.about-con li:hover .default {
  display: none;
}
.about-con li:hover p {
  color: #fff;
}
/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  padding: 25px 0 40px 0;
}
.common-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common-title div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-title p {
  position: relative;
  flex: 1;
  height: 1px;
  background-color: rgba(229, 226, 226, 0.5);
}
.common-title p i {
  display: inline-block;
  width: 79px;
  height: 1px;
  background-color: #406170;
  position: absolute;
  top: 0;
}
.common-title p:last-child i {
  left: 0;
}
.common-title p:first-child i {
  right: 0;
}
.common-title h6 {
  text-align: center;
  position: relative;
  padding: 0 5%;
}
.common-title h6 i {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000000;
  opacity: 0.15;
}
.common-title h6 span {
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: bold;
  bottom: 0;
  color: #1a2962;
}
.common-title h2 {
  font-size: 14px;
  color: #5b5b5b;
  margin: 16px 0;
}
.common-title img {
  width: 19px;
  height: 11px;
  object-fit: cover;
}

/* 产品展示 */

.productDisplay {
  display: flex;
  margin-top: 35px;
}

.productDisplay .left {
  width: 272px;
  height: auto;
  background-color: #fff;
  margin-right: 32px;
  padding: 0 6px;
  padding-bottom: 10px;
  border: solid 1px #dddddd;
}

.productDisplay .left .bg {
  position: relative;
  width: 100%;
  height: auto;
  /* background-color: #f2f2f2; */
}

.productDisplay .left .bg i {
  display: inline-block;
  width: 6px;
  height: 73px;
  background-color: #055aa3;
}

.productDisplay .left .bg .lf {
  position: absolute;
  left: -6px;
  top: 0;
}

.productDisplay .left .bg .rg {
  position: absolute;
  right: -5px;
  top: 0;
}

.productDisplay .left .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 102px;
  overflow: hidden;
  background-color: #055aa3;
  clip-path: polygon(-125% 0%, 100% 0%, 101% 75%, 50% 100%);
}

.productDisplay .left .title img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  margin-right: 10px;
}

.productDisplay .left .title > div {
  display: flex;
  align-items: center;
}

.productDisplay .left .title p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}

.productDisplay .left .title span {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.32;
  margin-top: 10px;
}

#menu {
  width: 100%;
  height: auto;
  margin-top: -27px;
  padding: 45px 0px 10px 0px;
}

#menu .item {
  width: 100%;
  height: 54px;
  background-color: #ededed;
  border: solid 1px #dadada;
  padding: 0 9px 0 7px;
  margin-bottom: 12px;
}

#menu .item span {
  width: 100%;
  font-size: 16px;
  color: #5c5c5c;
  margin-left: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

#menu .item .stair {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#menu .item .stair::before {
  display: block;
  content: '';
  background: url(../img/ic7.png) no-repeat center;
  width: 24px;
  height: 13px;
  background-size: contain;
}
#menu .item .stair::after {
  display: block;
  content: '';
  background: url(../img/ic8.png) no-repeat center;
  width: 7px;
  height: 14px;
  background-size: contain;
}
#menu .item.active .stair::after {
  width: 14px;
  height: 7px;
  background: url(../img/icon9.png) no-repeat center;
}
#menu .drop-down {
  display: none;
}
#menu .drop-down a span {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu .drop-down a::before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  margin-right: 13px;
  background: url(../img/icon11.png) no-repeat center;
}
#menu .drop-down a {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #90c61d;
  line-height: 42px;
}
.productDisplay .right {
  flex: 1;
}
#menu .menuList:last-child .item {
  margin-bottom: 0;
}
#menu .item:last-child .mr {
  padding-left: 42%;
}

.productDisplay .right .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 39px;
  background-color: #f0f0f0;
  background-image: url(../img/ic6.png);
  background-repeat: no-repeat;
  background-size: 144px 100%;
  background-position: 0 center;
  padding-left: 30px;
  padding-right: 15px;
}

.productDisplay .right .title span {
  font-size: 16px;
  line-height: 39px;
  color: #ffffff;
}

.productDisplay .right .title a {
  font-size: 14px;
  color: #999999;
}

.common-Products {
  margin-top: 20px;
}

.common-Products ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.common-Products ul li {
  width: 284px;
  height: auto;
  margin: 0 22px 20px 0;
  border: solid 1px #e5e5e5;
}

.common-Products ul li:nth-child(3n) {
  margin-right: 0;
}

.common-Products ul .img {
  width: 100%;
  height: 208px;
  padding: 10px;
}

.common-Products ul .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.common-Products ul .name {
  border-top: solid 1px #e5e5e5;
  font-size: 16px;
  line-height: 42px;
  color: #494949;
  text-align: center;
  background-color: #fff;
  border-bottom: 4px solid #055aa3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Products-item > div {
  margin-right: 22px;
}
.relation {
  width: 100%;
  height: auto;
  /* background-color: #f2f2f2; */
  padding: 0 5px 30px 5px;
}
.relation img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.relation .ls {
  font-size: 13px;
  line-height: 34px;
  color: #0e0e0e;
}
.relation a {
  display: inline-block;
  width: 100%;
  height: 39px;
  background-color: #1a2962;
  border: solid 1px #dadada;
  font-size: 15px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}
.bgImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.select {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.select .tl {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.select .tl h6 span {
  font-size: 46px;
  color: #2f2f2f;
}
.select .tl h6 i {
  font-style: italic;
  font-size: 54px;
  font-weight: bold;
  color: #055499;
}
.select .tl P {
  font-size: 22px;
  color: #000000;
  border-top: 1px solid #015198;
  padding-top: 15px;
  margin-top: 15px;
}
.select ul li {
  display: flex;
}
.select .text {
  flex: 1;
}
.select li .title img {
  width: 140px;
  height: 117px;
  object-fit: contain;
}
.select li .t h6 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #05559a;
}
.select li .t p {
  font-size: 30px;
  letter-spacing: 3px;
  margin-top: 5px;
  color: #05559a;
}
.select li .lss {
  display: flex;
  align-items: center;
  font-size: 29px;
  line-height: 48px;
  letter-spacing: 3px;
  margin-top: 25px;
  color: #696969;
}
.select li .lss::before {
  display: block;
  content: '';
  width: 26px;
  height: 103px;
  background: url(../img/ic10-6.png) no-repeat;
  background-size: contain;
  margin-right: 25px;
}
.select .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 601px;
  margin-left: 30px;
  height: 601px;
  background-color: #eeeeee;
}
.select .img img {
  width: auto;
  height: 405px;
  object-fit: contain;
}
.select .text .item:last-child {
  margin-top: 25px;
}
.select li {
  margin-bottom: 30px;
}
.select ul {
  margin-top: 45px;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 35px 0 50px 0;
  background-color: #f7f7f7;
}
.news-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-con .top {
  display: flex;
  margin: 40px 0;
}
.news-con li a {
  display: flex;
  align-items: center;
}
.news-con li .time p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.news-con li .time {
  width: fit-content;
  margin-right: 40px;
}
.news-con li .time span {
  font-size: 22px;
  color: #666666;
}
.news-con li .text {
  flex: 1;
}
.news-con li .text h6 {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-con li .text .ls {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.news-con li {
  padding-bottom: 25px;
  border-bottom: 1px solid #239845;
  margin-bottom: 50px;
}
.news-con img {
  width: 579px;
  height: 447px;
  margin-left: 30px;
  object-fit:contain;
}
.news-con ul {
  flex: 1;
}
.news-con li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.news-con .more {
  display: inline-block;
  width: 193px;
  height: 52px;
  background-color: #055499;
  border-radius: 26px;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  background-color: #055499;
  padding-top: 80px;
}

.footer li a,
.footer li span {
  font-size: 16px;
  line-height: 41px;
  color: #ffffff;
}
.footer .logo {
  display: inline-block;
  width: 259px;
  height: auto;
  margin-right: 40px;
}
.footer .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer ul li {
  display: flex;
  flex-direction: column;
}
.footer li .img {
  display: flex;
  align-items: center;
  height: 158px;
  width: auto;
  background-color: #fff;
  padding-right: 5px;
  margin-right: 20px;
}
.footer li .img:last-child {
  margin-right: 0;
}
.footer li img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.footer .img span {
  font-size: 17px;
  writing-mode: vertical-rl; /* 文字从上到下竖排，从右到左 */
  color: #000000;
}
.footer li:last-child {
  display: flex;
  flex-direction: row;
}
.footer .bto {
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 95px;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #fff;
  margin-top: 50px;
}
.footer .bto a{
  color: #ffffff  !important;
}

