body {
  /* background-image: url("../img/bk.png");
  background-repeat: repeat-y;
  background-size: cover; */
  width: 100%;
  height: 100%;
  font-family: "HarmonyOS Sans SC", sans-serif;
}

ul {
  list-style-type: none; /* 移除列表前缀符号 */
  padding: 0; /* 移除默认的内边距 */
  margin: 0; /* 移除默认的外边距 */
}

/*banner样式*/
.banner {
  /* border-bottom: 2px #c7161e solid; */
  position: relative;
  top: 90px;
  margin-bottom: 90px;
}
.banner img {
  width: 100%;
  margin: 0 auto;
}

/*feature特色内容模块样式*/
.feature {
  width: 900px;
  margin: 0 auto;
}
.feature-content {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 20px;
  border-radius: 10px;
  width: 440px;
  height: 420px;
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
}

.feature-content:first-child {
  margin-left: 0px;
}

/*图片边角翻页特效*/
.feature-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  /*动画*/
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.feature-image img {
  width: 100%;
  cursor: pointer;
}

/*折角特效*/
.feature-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0.2) #fff;
  border-radius: 0 0 0 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.feature-image:hover:before {
  border-right-width: 80px;
  border-bottom-width: 80px;
}

.feature-text {
  width: 100%;
  height: 200px;
  padding: 20px;
  text-align: left;
  background-color: #fff;
}

/*上推特效*/

/*.feature-content:hover{
  cursor: pointer;
}*/

/*.feature-content:hover .feature-image{
  height: 160px;
  transform:translateY(-10px);
  -webkit-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -o-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
}*/

.feature-text .feature-icon-project {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/project.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-text .feature-icon-team {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/team.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-text .feature-icon-dev {
  float: left;
  width: 50px;
  height: 50px;
  background-image: url("../img/develop.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-text .feature-icon-job {
  float: left;
  width: 50px;
  height: 50px;
  background-image: url("../img/job.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-text .feature-text-top {
  width: 240px;
  height: 60px;
}

.feature-text .feature-title {
  font-size: 20px;
  font-weight: bold;
  float: right;
  margin-left: 20px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  padding-top: 10px;
}

.feature-content .feature-more {
  text-decoration: none;
  cursor: pointer;
  float: right;
  color: #c7161e;
  opacity: 0.6;
  margin-right: 10px;
}

.feature-content .feature-more:hover {
  opacity: 1;
}

/*feature响应式处理*/
.feature-response {
  display: none;
  width: 400px;
  height: 500px;
  margin: 0 auto;
}

/*公司合作机构-1*/
.org-container {
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}
.org-group {
  border: none;
  top: 0px;
  margin-bottom: 0px;
  width: 50%;
  margin: 0 auto;
}
.org-container-wap {
  width: 880px;
  margin: 0 auto;
}
.org-container-wap img {
  width: 140px;
  margin: 2px;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.2);
}
.org-group .carousel-indicators li {
  border-color: #c7161e;
}
.org-group .carousel-indicators .active {
  background-color: #c7161e;
}
.org-group .carousel-control.left,
.org-group .carousel-control.right {
  background-image: none;
}
.text-blue {
  color: #2878ff;
}
.product-center {
  background-image: url("./../img/p-b.jpg");
  background-size: 100% 100%;
  height: 945px;
  padding: 0 156px;
  padding-top: 90px;
}
.zy {
  width: 25px;
  height: 41px;
  cursor: pointer;
  /* display: none; */
}
#p2 {
  position: absolute;
  top: 200px;
  left: -88px;
}
#p3 {
  position: absolute;
  top: 200px;
  right: -88px;
}
#x2 {
  position: absolute;
  top: 124px;
  left: -88px;
}
#x3 {
  position: absolute;
  top: 124px;
  right: -88px;
}
.p-top {
  /* width: 80%;
  margin: 0 auto; */
}
.p-top > .text-blue {
  font-size: 32px;
  font-weight: bold;
}
.p-1 {
  margin-top: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 85px;
}
.p-2 {
  width: 60%;
}
.btn-1 {
  padding: 10px 20px;
  border: 2px solid #000;
  cursor: pointer;
  transition: all 0.6s ease;
}
.btn-1:hover {
  background: #000;
  color: #fff;
}
.p-3 {
  padding: 50px 0;
}

.mySwiper1 {
  --swiper-navigation-color: #000; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 40px; /* 设置按钮大小 */
}

.p-4 {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: #fff; */
}

.jjfa-item {
  display: flex;
  width: 304px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.6s ease;
}

.jjfa-item:hover {
  transform: translateY(-5%);
}

.jjfa-item:hover .jjfa-text {
  background: #fff;
  color: #23569a;
}

.jjfa-item img {
  width: 100%;
  height: 282px;
}

.jjfa-text {
  background: #23569a;
  color: #fff;

  width: 100%;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 22px;
  font-weight: 400 !important;
  padding: 34px 35px !important;
}

.cp-item {
  display: flex;
  width: 304px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.cp-item img {
  width: 100%;
  height: 374px;
}

/*分页器*/
.apple-banner .swiper-pagination {
  top: auto;
  bottom: 50px;
  background: none;
}
.apple-banner .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 0 3px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
  width: 50px;
  height: 2px;
  display: block;
  background: rgba(128, 128, 128, 0.2);
}
.apple-banner .swiper-pagination-bullet-active span {
  background: gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span {
  background: rgba(128, 128, 128, 0.2);
}
.apple-banner .swiper-pagination-bullet i {
  background: gray;
  height: 2px;
  transform: scaleX(0);
  transform-origin: 0;
  display: block;
}
.apple-banner .autoplay .firsrCurrent i {
  transition: transform 2.9s linear;
  transform: scaleX(1);
}
.apple-banner .autoplay .current i {
  transition: transform 4s linear;
  transform: scaleX(1);
}
.apple-banner .autoplay .replace span {
  background: gray;
}

.cp-text {
  background: #23569a;
  width: 100%;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 400 !important;
  padding: 34px 83px;
}
.p-4 img {
  width: 100%;
  height: 100%;
}

.p-5 {
  background: #23569a;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.jjfa {
  background-image: url("./../img/bg1.png");
  background-size: 100% 100%;
  height: 945px;
  padding: 0 156px;
}

.jjfa img {
  /* width: 300px;
  height: 300px; */
}
.jjfa .p-4 {
  padding: 20px;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w-80 {
  /* width: 80%; */
  /* margin: 0 auto; */
  /* padding: 0 156px; */
}

.j-1 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  padding: 87px 0 104px;
}

.j-2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  /* padding: 0 0 50px; */
  margin-bottom: 100px;
}

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

.btn-2 {
  padding: 10px 20px;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
  transition: all 0.6s ease;
}
.btn-2:hover {
  background: #23569a;
  color: #fff;
  border: 2px solid #23569a;
}

.gsjj {
  background-image: url("./../img/p3.png");
  background-size: 100% 100%;
  height: 945px;
  padding: 0 156px;
}
.g0 {
}
.g1 {
  padding-top: 60px;
  padding-bottom: 37px;
  display: flex;
  font-size: 34px;
  color: #23569a;
}
.g2 {
  color: red;
  margin-left: 20px;
  font-weight: bold;
}
.g3 {
  font-size: 18px;
  color: #23569a;
  margin-bottom: 100px;
}
.g4 {
  line-height: 40px;
  /* font-weight: 700; */
}
.gb {
  display: flex;
}
.gl {
  flex: 1;
  height: 560px;
  position: relative;
}

.gr {
  width: 685px;
  height: 560px;
  position: relative;
}

.gl {
  box-sizing: border-box;
  padding-right: 50px;
}

.gr img {
  height: 560px;
}

.g5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g5 img {
  width: 120px;
}

.gswh {
  background-image: url("./../img/bg5.jpg");
  background-size: 100% 100%;
  height: 945px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.6s ease;
}

.icon1 {
  width: 110px;
  height: 110px;
  background-image: url("./../img/icons.png");
  background-size: 500px;

  background-position: 0 582px;
  cursor: pointer;
}
.icon2 {
  background-position: 374px 582px;
}
.icon3 {
  background-position: 241px 582px;
}
.icon4 {
  background-position: 108px 582px;
}

.icon0 {
  width: 70px;
  height: 70px;
  background-image: url("./../img/icons.png");
  background-size: 300px;

  background-position: 0 0;
  cursor: pointer;
}

.gg2 {
  background: #fff;
  height: 3px;
  width: 180px;
  margin-bottom: 20px;
}

.gg0 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}

.x1 img,
.x2 img {
  width: 100%;
  height: 100%;
}

.x1 {
  width: 60%;
  height: 425px;
}
.x2 {
  width: 40%;
  height: 425px;
  box-sizing: border-box;
  margin-left: 50px;
}
.x-p-1 {
  /* width: 816px; */
  width: 56%;
  height: 391px;
  position: relative;
}

.x-p-2 {
  /* width: 507px; */
  width: 40%;
  height: 391px;
  position: relative;
}

.x-p-1 img,
.x-p-2 img {
  width: 100%;
  height: 100%;
}

.xwzx {
  background: #fff;
  background-size: 100% 100%;
  padding: 0 156px;
  height: 945px;
}
.x0 {
  padding: 20px 0;
}

.xx {
  width: 309px;
  height: 190px;
  padding: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}

.xx-2 {
  /* opacity: 0; */
  position: absolute;
  background: #ff8c00;
  transition: all 0.6s ease;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  right: 0;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  z-index: -1;
}

.xxx1 {
  color: red;
  font-weight: bold;
  transition: all 0.6s ease;
}
.xxxx1 {
  color: #c1c1c1;
  margin-left: 20px;
  transition: all 0.6s ease;
}
.xx:hover .xx-2 {
  transform: translateY(0); // 移回原位
}
.xx:hover .xxx1 {
  color: #fff !important;
}
.xx:hover .xxxx1 {
  color: #fff !important;
}

.xx .overflow-ellipsis {
  transition: all 1.2s ease;
}

.xx .overflow-ellipsis1 {
  transition: all 1.2s ease;
}

.xx:hover .overflow-ellipsis {
  color: #fff !important;
}

.xx:hover .overflow-ellipsis1 {
  color: #fff !important;
}

.xx1 {
  display: flex;
  align-items: center;
}

.overflow-ellipsis {
  width: 250px; /* 定义容器的宽度 */
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏超出容器的内容 */
  text-overflow: ellipsis; /* 设置超出文本显示为省略号 */
}

.overflow-ellipsis1 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  /* width: 240px; */
}
.overflow-ellipsis-p5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  padding: 0 10px;
}

.lxwm {
  background-image: url("./../img/foot.jpg");
  background-size: 100% 100%;
  height: 228px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-3 {
  background: #23569a;
  color: #fff;
  /* padding: 10px 20px; */
  border: 2px solid #23569a;
  cursor: pointer;
  font-size: 18px;
  width: 114px;
  height: 56px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 56px;
}

.btn-3:hover {
  background: #fff;
  color: #23569a;
  border: 2px solid #23569a;
}
.red-line {
  height: 16px; /* 红线的高度 */
  background-color: red; /* 红色 */
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#pagination-nav button {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

.red-line::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid red;
  position: absolute;
  top: 0;
  right: -12px;
}

.f1 {
  background-image: url("./../img/bgf.png");
  background-size: 100% 100%;
  height: 450px;
  display: flex;
  justify-content: space-evenly;
  padding-top: 100px;
}

.f-item {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.f-item a {
  color: #fff;
}
.f-item > div {
  margin-bottom: 10px;
}
.f-item > div:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 50px;
}

.a1 {
  /* background-image: url("./../img/b1.png"); */
  background-size: 100% 100%;
  heighy: 500px;
}

#b1 img {
  height: 602px;
}

#p1 .p-4 {
  width: 350px;
}

#s1 .p-4 {
  width: 350px;
}

.jjfa .p-4,
.product-center .p-3 {
  cursor: pointer;
}

.index-solutions {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 50px;
  display: flex;
  justify-content: center;
}

.index-solutions .main-width {
  overflow: hidden;
  width: 100%;
  height: 120px;
}
.index-solutions h2 {
  margin-bottom: 20px;
}
.index-solutions p.info {
  font-size: 16px;
  line-height: 20px;
  font-family: "OpenSans-Light";
  text-align: center;
}
.index-solutions ul {
  /* width: 1375px; */
  padding: 0;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
}
.index-solutions ul li {
  width: 140px;
  height: 120px;
}
#wenzi {
  position: absolute;
  /* text-shadow: 2px 2px 2px #aaa; */
  color: #fff;
  left: 156px;
  top: 233px;
  z-index: 888;
}

.wenzi {
  /* display: none; */
}

#wenzi .w1 {
  font-size: 25px;
  margin-bottom: 18px;
}


#wenzi .w2 {
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 34px;
}

#wenzi .w3 {
  font-size: 18px;
}

@media only screen and (min-width: 1440px) {
  #wenzi {
    left: 134px;
    top: 200px;
    z-index: 888;
  }
  
  .wenzi {
    /* display: none; */
  }
  
  #wenzi .w1 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  
  
  #wenzi .w2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 29px;
  }
  
  #wenzi .w3 {
    font-size: 16px;
  }
  .index-solutions ul li {
    position: relative;
    float: left;
    margin-right: 15px;
    border-bottom: 3px solid #0254a6;
  }
}

@media screen and (max-width: 1280px) {
  #wenzi {
    left: 119px;
    top: 177px;
    z-index: 888;
  }
  
  .wenzi {
    /* display: none; */
  }
  
  #wenzi .w1 {
    font-size: 19px;
    margin-bottom: 13px;
  }
  
  
  #wenzi .w2 {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 26px;
  }
  
  #wenzi .w3 {
    font-size: 14px;
  }
  .index-solutions ul li {
    position: relative;
    float: left;
    margin-right: 15px;
    border-bottom: 3px solid #0254a6;
  }
}

.index-solutions ul li i {
  display: block;
  position: absolute;
  left: 36%;
  top: 30px;
  width: 40px;
  height: 40px;
  background-size: 100% 100% !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.index-solutions ul li .text {
  padding: 85px 15px 0;
  height: 100%;
  background-color: #eef2f6;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px 5px 0 0;
}
.index-solutions ul li .text h3 {
  font-size: 14px;
  color: #0254a6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin: 0;
}
.index-solutions ul li .text p {
  font-size: 14px;
  font-family: "OpenSans-Light";
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-solutions ul li.road i {
  background: url("./../images/solutions-icon-01.png") no-repeat;
}
.index-solutions ul li.gas i {
  background: url("./../images/solutions-icon-02.png") no-repeat;
}
.index-solutions ul li.park i {
  background: url("./../images/solutions-icon-03.png") no-repeat;
}
.index-solutions ul li.ware i {
  background: url("./../images/solutions-icon-04.png") no-repeat;
}
.index-solutions ul li.road:hover i {
  background: url("./../images/solutions-icon-01-on.png") no-repeat;
}
.index-solutions ul li.gas:hover i {
  background: url("./../images/solutions-icon-02-on.png") no-repeat;
}
.index-solutions ul li.park:hover i {
  background: url("./../images/solutions-icon-03-on.png") no-repeat;
}
.index-solutions ul li.ware:hover i {
  background: url("./../images/solutions-icon-04-on.png") no-repeat;
}
.index-solutions ul li:hover .text {
  background-color: #0254a6;
  color: #fff;
}
.index-solutions ul li:hover .text h3 {
  color: #fff;
}
.index-solutions ul li:hover i {
  width: 40px;
  height: 40px;
  top: 30px;
}

.cp-1 {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 374px;
  /* opacity: 0; */
  transition: all 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: translateY(-100%);
  font-size: 18px;
  padding: 0 50px;
  z-index: 10;
}
.cp-2 {
  /* opacity: 0; */
  position: absolute;
  background: #ff8c00;
  transition: all 0.6s ease;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  right: 0;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  z-index: 10;
}

.cp-item:hover .cp-1 {
  /* opacity: 1; */
  transform: translateY(0%); // 移回原位
}

.cp-item:hover .cp-2 {
  /* opacity: 1; */
  transform: translateY(0%); // 移回原位
}

.mt-10 {
  margin-top: -10px;
}

@media screen and (min-width: 1681px) {
  .g1 {
    padding-top: 65px;
    padding-bottom: 42px;
    font-size: 38px;
  }
  .g3 {
    font-size: 20px;
    margin-bottom: 114px;
  }
  .mt-10 {
    margin-top: -14px;
  }

  #b1 img {
    height: 688px;
  }

  .gsjj,
  .product-center,
  .jjfa,
  .gswh,
  .xwzx {
    height: 1080px;
  }
  #ts2 {
    margin-top: 80px;
  }
  .gl {
    flex: 1;
    height: 640px;
    position: relative;
  }
  .xx {
    width: 353px;
    height: 217px;
  }
  .xx-2 {
    height: 217px;
  }
  #x2 {
    top: 138px;
  }
  #x3 {
    top: 138px;
  }
  .xx .overflow-ellipsis1 {
    font-size: 18px;
    line-height: 30px !important;
  }
  .xx1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .xxx1 > span:first-child {
    font-size: 32px !important;
  }
  .xx .overflow-ellipsis {
    margin-bottom: 20px !important;
    font-size: 20px !important;
  }
  .gr {
    width: 738px;
    height: 640px;
  }
  .gr img {
    height: 640px;
  }
  .cp-item,
  .jjfa-item {
    width: 347px;
  }
  .jjfa-item img {
    height: 322px;
  }

  .cp-item img,
  .cp-1 {
    height: 427px;
  }
  .jjfa-text {
    height: 102px;
    font-size: 25px;
  }
  .cp-text,
  .cp-2 {
    height: 136px;
    font-size: 25px;
    padding: 39px 95px !important;
  }

  .x-p-1 {
    height: 447px;
  }

  .x-p-2 {
    height: 447px;
  }
}

#qy1,
#qy2,
#qy3 {
  position: relative;
}
#qy1::after,
#qy2::after,
#qy3::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  top: 0;
  right: 0;
}

#qy1 .qq1 {
  width: 59px;
  height: 65px;
}

#qy2 .qq1 {
  width: 64px;
  height: 65px;
}

#qy3 .qq1 {
  width: 62px;
  height: 65px;
}

#qy4 .qq1 {
  width: 67px;
  height: 66px;
}
.qq0 {
  width: 43px;
  height: 43px;
}
.hengxian {
  width: 163px;
  height: 0;
  border-bottom: 2px dashed #fff;
  margin-bottom: 27px;
}
.gg1 {
  color: #fff;
  font-size: 26px;
  margin-top: 56px;
  margin-bottom: 27px;
}



@media only screen and (min-width: 1681px) {
  #wenzi {
    left: 178px;
    top: 266px;
    z-index: 888;
  }
  
  .wenzi {
    /* display: none; */
  }
  
  #wenzi .w1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  
  #wenzi .w2 {
    font-size: 47px;
    font-weight: bold;
    margin-bottom: 39px;
  }
  
  #wenzi .w3 {
    font-size: 21px;
  }

  .jjfa-text {
    padding: 38px 39px !important;
  }
  #qy1 .qq1 {
    width: 67px;
    height: 74px;
  }
  
  #qy2 .qq1 {
    width: 73px;
    height: 74px;
  }
  
  #qy3 .qq1 {
    width: 71px;
    height: 74px;
  }
  
  #qy4 .qq1 {
    width: 77px;
    height: 75px;
  }
  .qq0 {
    width: 49px;
    height: 49px;
  }
  .hengxian {
    width: 186px;
    height: 0;
    border-bottom: 2px dashed #fff;
    margin-bottom: 31px;
  }
  .gg1 {
    color: #fff;
    font-size: 30px;
    margin-top: 64px;
    margin-bottom: 31px;
  }
  .index-solutions ul {
    width: 100%;
  }

  .p-2 {
    font-size: 18px;
  }

  .index-solutions ul li {
    position: relative;
    float: left;
    width: 23%;
    margin-right: 2%;
    height: 120px;
    border-bottom: 3px solid #0254a6;
  }
  .index-solutions ul li i {
    left: 37%;
    width: 50px;
    top: 20px;
    height: 50px;
  }
  .index-solutions ul li:hover i {
    left: 37%;
    width: 50px;
    top: 20px;
    height: 50px;
  }
  .g4 {
    font-size: 20px;
    line-height: 50px;
  }
  .g1 {
    font-size: 34px;
  }
  .g3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1921px) {
  #wenzi {
    left: 237px;
    top: 355px;
    z-index: 888;
  }
  
  .wenzi {
    /* display: none; */
  }
  
  #wenzi .w1 {
    font-size: 37px;
    margin-bottom: 27px;
  }
  
  
  #wenzi .w2 {
    font-size: 63px;
    font-weight: bold;
    margin-bottom: 52px;
  }
  
  #wenzi .w3 {
    font-size: 28px;
  }

  .index-solutions .main-width {
    overflow: hidden;
    width: 100%;
    height: 150px;
  }
  .xx {
    width: 471px;
    height: 289px;
  }
  .xx-2 {
    height: 289px;
  }
  #x2 {
    top: 173px;
  }
  #x3 {
    top: 173px;
  }
  .xx .overflow-ellipsis1 {
    font-size: 25px;
    line-height: 40px !important;
  }
  .xx1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .xxx1 > span:first-child {
    font-size: 50px !important;
  }
  .xx .overflow-ellipsis {
    margin-bottom: 30px !important;
    font-size: 28px !important;
  }
  .index-solutions ul li {
    position: relative;
    float: left;
    width: 23%;
    margin-right: 2%;
    height: 150px;
    border-bottom: 3px solid #0254a6;
  }
  .index-solutions ul li i {
    left: 43%;
    width: 50px;
    top: 37px;
    height: 50px;
  }
  .index-solutions ul li .text {
    padding: 103px 15px 0;
  }
  .index-solutions ul li .text h3 {
    font-size: 18px;
  }
  .index-solutions ul li:hover i {
    left: 41%;
    width: 50px;
    top: 20px;
    height: 50px;
  }
  .g4 {
    font-size: 23px;
    line-height: 50px;
  }
  .g1 {
    font-size: 34px;
  }
  .g3 {
    font-size: 22px;
  }
  .cp-item,
  .jjfa-item {
    width: 463px;
  }
  .jjfa-item img {
    height: 569px;
  }

  .cp-item img,
  .cp-1 {
    height: 569px;
  }

  .cp-text,
  .cp-2 {
    height: 181px;
    font-size: 33px;
  }
  .jjfa-text {
    height: 136px;
    font-size: 33px;
  }
  .x-p-1 {
    height: 596px;
  }

  .x-p-2 {
    height: 596px;
  }

  #b1 img {
    height: 917px;
  }
  .product-center,
  .jjfa,
  .gswh,
  .xwzx {
    height: 1300px;
  }

  .gsjj {
    height: 1100px;
  }
  .gr img {
    height: 703px;
  }
  .gl {
    height: 703px;
  }

  #p2,
  #p3 {
    top: 329px;
  }
  .g4 {
    font-size: 28px;
    line-height: 60px;
  }
}


