/* 公共样式 */

.flex {
  display: flex;
  align-items: center;
}

.flex-l {
  display: flex;
  justify-content: space-between;
}

.flex-dc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-card {
  width: 21.125rem;
  height: 100%;
  margin: 0 auto;
}
.common-title {
  position: relative;
  height: 1.575rem;
  background: url(../img/icon2.png) no-repeat;
  background-size: 1.025rem 1.575rem;
  text-align: left;
}
.common-title h4 {
  position: absolute;
  left: 0.625rem;
  top: 0.275rem;
  font-size: 0.4375rem;
  font-weight: bold;
  color: #002ff9;
}

.common-title h6 {
  position: absolute;
  left: 0.65rem;
  top: 0.8375rem;
  font-size: 0.3rem;
  font-weight: normal;
  letter-spacing: 0.0625rem;
  color: #666666;
}
.common-more {
  display: inline-block;
  width: 2.4125rem;
  height: 0.65rem;
  line-height: 0.65rem;
  background-color: #002ff9;
  border-radius: 0.325rem;
  text-align: center;
  font-size: 0.2rem;
  color: #ffffff;
}

/* 头部 */
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.25rem;
  z-index: 999999;
}
.header .logo {
  display: inline-block;
  width: 2.075rem;
  height: 0.875rem;
  margin-right: 1rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header li a {
  font-size: 0.25rem;
  padding: 0.125rem 0.25rem;
  color: #ffffff;
}
.header li {
  font-size: 0.25rem;
  color: #fff;
}
.header li span {
  font-weight: bold;
}
.header .rt {
  flex: 1;
}
.header .form {
  position: relative;
}
.header .form input[type='text'] {
  width: 2rem;
  background-color: #8f94a2;
  height: 100%;
  border-radius: 0.1875rem;
  padding-left: 0.125rem;
}

  .header .form input::placeholder{
  font-size:11px;
}
.header .form input[type='submit'] {
  position: absolute;
  right: 0.125rem;
  top: 55%;
  transform: translateY(-50%);
  width: 0.2125rem;
  height: 0.2125rem;
  background: url(../img/icon1.png) no-repeat center;
  background-size: cover;
}
/* 轮播 */
.headerSwiper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  vertical-align: bottom;
}
.header-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
  bottom: 2% !important;
}
.header-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
}
/* 关于我们 */
.aboutUs {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.aboutUs .top {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding: 0 0 1.1rem 1.75rem;
}
.aboutUs .top .common-card {
  display: flex;
}
.aboutUs .lt .text {
  font-size: 0.225rem;
  line-height: 0.5125rem;
  color: #000000;
  margin: 0.1875rem 0 0.6rem 0;
}
.aboutUs .top img {
  width: 10.4375rem;
  height: 7.8875rem;
  object-fit: cover;
  margin-left: 0.4125rem;
}
.aboutUs .lt {
  flex: 1;
}
.aboutUs .number {
  position: relative;
  top: -0.25rem;
  width: 100%;
  height: 2.7125rem;
  background-color: #ffffff;
  box-shadow: 0 0.0625rem 0.05rem 0 rgba(97, 97, 97, 0.18);
  border-radius: 0.375rem;
  padding: 0 1.125rem;
}
.aboutUs .number ul {
  height: 100%;
}
.aboutUs .number span {
  font-size: 0.75rem;
  color: #002ff9;
}
.aboutUs .number h6 {
  font-size: 0.375rem;
  font-weight: normal;
  margin-top: 0.125rem;
  color: #333333;
}
/* 产品展示 */
.products {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}
.products .common-card {
  display: flex;
}
.products .lt {
  width: 3.4rem;
  height: auto;
  margin-right: 0.4rem;
  border: solid 1px #dddddd;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
  background-position-x: 0;
  background-color: #ffffff;
}
.products .lt .tl {
  width: 100%;
  height: 1.375rem;
}
.products .lt .tl h6 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
  margin-left: 0.125rem;
}
.products .lt .tl img {
  width: 0.325rem;
  height: 0.325rem;
  object-fit: cover;
}
.products .lt .tl p {
  font-size: 0.175rem;
  color: rgba(252, 250, 250, 0.3);
  margin-top: 0.125rem;
}
#menu {
  width: 3rem;
  height: auto;
  margin: 0 auto;
}
.products .rt {
  flex: 1;
}
.products .rt ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.products .rt li {
  width: 4.25rem;
  height: auto;
  margin: 0 0.1rem 0.25rem 0;
  background-color: #fff;
}
.products .rt li:nth-child(4n) {
  margin-right: 0;
}
.products .rt .img {
  width: 100%;
  height: 3.1125rem;
  padding: 0.25rem 0.2rem;
}
.products .rt .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products .rt .name {
  width: 100%;
  height: 0.75rem;
  border-top: 1px solid #e5e5e5;
  line-height: 0.75rem;
  font-size: 0.2375rem;
  text-align: center;
  color: #494949;
  border-bottom: 0.075rem solid #002ff9;
}
/* 荣誉资质 */
.honor {

  width: 100%;
  height: auto;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  padding: 0.625rem 0 1.875rem 0;
}
.honor .top {
  display: flex;
  padding-right: 0.45rem;
}
.honor .top .common-title {
  flex: 1;
}
.honor .top img {
  width: 0.3rem;
  height: auto;
  object-fit: contain;
}

.honorSwiper {
  width: 100%;
  height: 5.9rem;
  overflow: hidden;
  margin: 0.375rem 0 1.25rem 0;
}
.honorSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor .bto {
  align-items: end;
}
.honor .bto p {
  font-size: 0.3rem;
  color: #888888;
  text-align: right;
}
.honor .bto h6 {
  font-size: 0.45rem;
  color: #002ff9;
  margin-top: 0.125rem;
}
/* 行业解决方案 */
.industry {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
  margin-bottom: 0.4375rem;
}
.common-tl {
  text-align: center;
}
.common-tl h2 {
  font-size: 0.45rem;
  color: #000000;
}
.common-tl h4 {
  font-size: 0.3rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  color: #000000;
  margin-top: 0.25rem;
}
.industry-con {
  margin-top: 0.375rem;
}
.industry-con li {
  position: relative;
  width: calc(100% / 4);
  height: 10.4375rem;
  transition: all 0.3s;
  border-right: 1px solid #fff;
}
.industry-con li::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: -0.0625rem;
  display: block;
  content: '';
  width: 0.125rem;
  height: 1.2125rem;
  background-color: #ffffff;
}
.industry-con li:last-child::before,
.industry-con li.active::before {
  display: none;
}
.industry-con li.active {
  width: 50%;
}

.industry-con li .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-con li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.industry-con li p {
  font-size: 0.35rem;
  color: #ffffff;
  margin-top: 0.5rem;
}
.industry-con li .text img {
  width: 0.75rem;
  height: auto;
  object-fit: contain;
}
.industry-con li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.industry-con li.active .text {
  background: none;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding-bottom: 0.275rem;
}

.news-con {
  display: flex;
  width: 100%;
  margin-top: 0.625rem;
  height: 8.9625rem;
}
.news-con .lt {
  padding: 1.25rem 0.75rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  width: 6.0125rem;
  height: 100%;
  background: url(../img/icon11.png) no-repeat;
  background-size: cover;
  margin-right: 0.175rem;
}
.news-con .lt h6 {
  font-size: 0.4125rem;
  color: #ffffff;
}
.news-con .lt p {
  font-size: 0.225rem;
  color: #ffffff;
  margin-top: 0.1875rem;
}
.news-con .lt .text {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #ffffff;
}
.news-con .lt .common-more {
  background-color: #fff;
  color: #000;
}
.news-con .rt {
  flex: 1;
height:100%;
}
.news-con .rt ul{
height:100%;
}
.news-con li {
  width: calc(100% / 2);
  height: 100%;
}
.news-con li img {
  width: 100%;
  height: 4.675rem;
  object-fit: cover;
}
.news-con li p {
  font-size: 0.25rem;
  color: #000000;
}
.news-con li .ls {
  font-size: 0.1875rem;
  line-height: 0.4875rem;
  color: #999999;
}
.news-con li .text {
  padding-left: 0.1875rem;
}
.ol-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ol-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 在线留言 */
.online {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.375rem 0;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
  background-color: #002ff9;
}
.online .tl {
  text-align: left;
  padding-left: 1rem;
}
.online .tl h6 {
  font-size: 0.375rem;
  color: #ffffff;
}
.online .tl p {
  font-size: 0.2rem;
  color: #ffffff;
  margin-top: 0.1875rem;
}

.online-con {
  width: 7.9rem;
  height: auto;
  margin-top: 5%;
  padding-left: 1rem;
}
.online-con input[type='text'] {
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.45rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.25rem;
  color: #ffffff;
  background: none;
  margin-bottom: 0.875rem;
}
.online-con input[type='submit'] {
  width: 2.4125rem;
  height: 0.65rem;
  background-color: #002ff9;
  border-radius: 0.325rem;
  border: solid 1px #ffffff;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.65rem;
  color: #ffffff;
  margin-top: 0.9375rem;
}
.online-con textarea {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
  padding-top: 0.125rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  margin-top: 0.5rem;
}
input::placeholder,
textarea::placeholder {
  color: #fff;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg5.png) no-repeat;
  background-size: cover;
}
.footer .common-card {
  padding: 0.4375rem 0;
}
.footer .logo {
  display: inline-block;
  width: 6.675rem;
  height: auto;
  margin-right: 2.5rem;
}
.footer .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer .rt {
  flex: 1;
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
.footer li p {
  font-size: 0.225rem;
  color: #ffffff;
  margin-bottom: 0.1875rem;
}
.footer li {
  display: flex;
  flex-direction: column;
}
.footer li a,
.footer li span {
  font-size: 0.2rem;
  line-height: 0.5625rem;
  color: #ffffff;
}
.footer li img {
  width: 1.475rem;
  height: 1.475rem;
  object-fit: cover;
  margin-right: 0.375rem;
}
.footer li div {
  display: flex;
  align-items: center;
  margin-top: 0.1875rem;
}
.footer li img:last-child {
  margin-right: 0;
}
.footer .bto {
  font-size: 14px;
  line-height: 1.075rem;
  text-align: center;
  color: #ffffff;
  height: 1.075rem;
  background-color: #002ff9;
}
.banner {
  width: 100%;
  height: auto;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.navigation {
  width: 100%;
  height: auto;
}
.navigation a,
.navigation span {
  font-size: 0.2rem;
  line-height: 0.6rem;
  color: #000000;
}
.navigation a.active {
  color: #002ff9;
}
/*  产品详情*/
.productDetails {
  background: none;
  background-color: #fff;
}
.productDetails .lt {
  margin-right: 0.25rem;
}
.productDetails .rt .top {
  display: flex;
  width: 100%;
  border: solid 1px #eeeeee;
  height: auto;
  padding: 0.4rem 0.1125rem 0.375rem 1.25rem;
}
.productDetails .rt .top img {
  cursor: pointer;
  width: 6.4125rem;
  height: 4.7rem;
  object-fit: cover;
  margin-right: 1.125rem;
}
.productDetails .rt .text {
  flex: 1;
  border-left: 1px solid #eee;
  padding-left: 0.3125rem;
}
.productDetails .rt .text h6 {
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.125rem;
}
.productDetails .rt .text .ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #666666;
}

.parameter {
  width: 100%;
  height: auto;
}
.parameter .tl {
  display: flex;
  align-items: center;
  height: 0.4875rem;
  background-color: #eeeeee;
  width: 100%;
}
.parameter .tl span {
  display: inline-block;
  width: fit-content;
  padding: 0 0.3125rem;
  font-size: 0.1875rem;
  line-height: 0.4875rem;
  height: 100%;
  background-color: #002ff9;
  color: #fff;
}
.parameter .text {
  font-size: 0.225rem;
  line-height: 0.5rem;
  padding-top: 0.1875rem;
}
/* 产品z中心 */
.productCenter {
  background: none;
  background-color: #fff;
}
.productCenter .rt li .img {
  border: solid 1px #e5e5e5;
}
.productCenter .rt li .name {
  border-top: none;
}
/* 新闻 */
.innerNew {
  width: 100%;
  height: auto;
  padding: 0.4125rem 0;
}
.innerNew h6 {
  font-size: 0.45rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.375rem;
}
.innerNew .text {
  padding: 0 10%;
  font-size: 16px;
  line-height: 48px;
  color: #000000;
}
/* 内页关于我们 */
/* 内页关于我们 */
.common-title.inner {
  text-align: center;
  background: none;
  height: auto;
}
.common-title.inner h4,
.common-title.inner h6 {
  position: static;
}
.innerAbout .top {
  background: url(../img/bg6.png) no-repeat bottom;
  background-size: cover;
  padding: 0 0 1.25rem 0;
}
.innerAbout .top .common-card {
  margin-top: 0.3125rem;
}
.innerAbout .lt .text {
  margin: 0;
  font-size: 14px;
  line-height: 0.4375rem;
}
.innerAbout .number {
  top: -0.75rem;
}
/* 企业文化 */
.culture {
  width: 100%;
  margin-bottom: 0.5rem;
}
.culture-con {
  margin-top: 0.375rem;
}
.culture-con li {
  position: relative;
  overflow: hidden;

  width: calc((100% - 0.45rem) / 4);
  height: 7.5375rem;
  margin-right: 0.15rem;
}
.culture-con li:last-child {
  margin-right: 0;
}
.culture-con .bg {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  transition: all 0.3s;
}
.culture-con li .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 60%;
}
.culture-con li .text p {
  font-size: 0.2625rem;
  color: #ffffff;
  margin-bottom: 0.125rem;
}
.culture-con li .text .ls {
  font-size: 0.2375rem;
  line-height: 0.5rem;
  text-align: center;
  color: #ffffff;
}
.culture-con li .text img {
  width: 0.35rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
  margin-bottom: 0.1875rem;
}
.culture-con li:hover .bg,
.culture-con li:hover .text img {
  transform: scale(1.2);
}
/* 联系我们 */
.contact {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.375rem 0 0.75rem 0;
}

.contact-con {
  display: flex;
  margin-top: 0.4375rem;
}
.contact-con .form {
  width: 12.0375rem;
  height: auto;
  margin-left: 0.3125rem;
}
.contact-con .lt {
  flex: 1;
}
.contact-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-con .lt li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 0.25rem) / 2);
  height: 4.1875rem;
  margin: 0 0.25rem 0.45rem 0;
  background-color: #ffffff;
}
.contact-con .lt li:nth-child(2n) {
  margin-right: 0;
}
.contact-con .lt li img {
  width: 0.6125rem;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.425rem;
}
.contact-con .lt .text {
  font-size: 0.2rem;
  line-height: 0.4375rem;

  color: #000000;
}
.contact-con input[type='text'] {
  width: calc((100% - 0.2125rem) / 2);
  height: 0.8625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  padding-left: 0.2125rem;
  color: #656565;
  margin: 0 0.2125rem 0.2rem 0;
}
.contact-con input[type='text']:nth-child(2n) {
  margin-right: 0;
}
.contact-con textarea {
  width: 100%;
  height: 4.1125rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  padding: 0.2375rem 0 0 0.3rem;
  color: #656565;
}
.contact-con textarea::placeholder,
.contact-con input[type='text']::placeholder {
  color: #656565;
}
.contact-con input[type='submit'] {
  width: 80%;
  height: 0.8625rem;
  line-height: 0.8625rem;
  text-align: center;
  background-color: #002ff9;
  border: solid 1px #d2d2d2;
  font-size: 0.325rem;
  color: #ffffff;
  margin: 0.3rem 0 0.25rem 0;
}
.contact-con .form h6 {
  font-size: 0.3rem;
  color: #656565;
  font-weight: normal;
}
/* - */
.innerNews {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
}
.innerNews .common-card {
  display: flex;
}
.innerNews .lt {
  width: 4.275rem;
  height: auto;
  margin-right: 0.375rem;
}
.innerNews .tl {
  width: 100%;
  height: 1.2125rem;
  background-color: #002ff9;
}
.innerNews .tl h6 {
  font-size: 0.375rem;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.innerNews .tl span {
  font-size: 0.225rem;
  color: #ffffff;
}
.innerNews .nav {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.innerNews .nav a {
  display: inline-block;
  height: 1rem;
  font-size: 0.25rem;
  line-height: 1rem;
  border-bottom: 1px solid #dcdcdc;
  color: #333333;
  padding-left: 0.5rem;
}
.innerNews .con {
  padding: 0.125rem;
  background-color: #fff;
}
.innerNews .con .text {
  font-size: 0.225rem;
  line-height: 0.55rem;
  color: #333333;
}
.innerNews .con img {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
}
.navigation.inner {
  background-color: #f4f4f4;
}
.innerNews .rt {
  flex: 1;
}
.innerNews .rt img {
  width: 4.2625rem;
  height: 3.1125rem;
  object-fit: cover;
  margin-right: 0.4rem;
}
.innerNews .rt .text h6 {
  font-size: 0.25rem;
  color: #000000;
  margin-bottom: 0.1625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innerNews .rt .text .time {
  font-size: 0.175rem;
  color: #b1b1b1;
}
.innerNews .rt .text .ls {
  font-size: 0.2125rem;
  line-height: 0.375rem;
  margin: 0.125rem 0 0.1625rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;

  color: #333333;
}
.innerNews .rt .text .more {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4375rem;
  height: 0.4625rem;
  background-color: #ffffff;
  border-radius: 0.175rem;
  border: solid 1px #d9d9d9;
  font-size: 0.175rem;
  color: #3f3f3f;
}
.innerNews .rt .text .more::after {
  display: block;
  content: '';
  width: 0.1625rem;
  height: 0.1125rem;
  background: url(../img/icon16.png) no-repeat;
  background-size: contain;
  margin-left: 0.1125rem;
}
.innerNews li > a {
  display: flex;
  align-items: center;
}
.innerNews li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.7125rem;
  background-color: #ffffff;
  box-shadow: 0px 0.125rem 0.15rem 0px rgba(9, 1, 4, 0.06);
  border: solid 1px #e9e9e9;
  margin-bottom: 0.2875rem;
  padding: 0.3rem;
}
/* 荣誉资质 */
.innerHonor {
  padding: 0.375rem 0;
  width: 100%;
  height: auto;
}
.innerHonor-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.1875rem;
}
.innerHonor-con li {
  cursor: pointer;
  width: 4.15rem;
  height: 5.9rem;
  margin: 0 0.0875rem 0.3125rem 0;
}

.innerHonor-con li:nth-child(5n) {
  margin-right: 0;
}
.innerHonor-con li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* 一级下拉菜单 */
.header ul li {
  position: relative;
padding: 10px  0;
}
.pullDown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  width: auto;
  height: auto;
  background-color: rgb(39 37 37 / 90%);
  box-shadow: 0 4px 10px 0 #ccc;
  padding: 10px;
  border-radius: 5px;
}

.pullDown-con a {
  white-space: nowrap;
  display: inline-block;
  line-height: 25px;
}


.download-con {
      width: 100%;
}
.download-con .title {
  width: 100%;
  height: 0.7625rem;
  background-color: #1a4699;
}
.download-con .title .item {
  width: calc(100% / 3);
  height: 100%;
  background-color: #1a4699;
  font-size: 0.25rem;
  line-height: 0.7625rem;
  padding-left: 0.75rem;
  color: #ffffff;
}
.download-con .list .ls {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.7625rem;
  background-color: #ffffff;
  margin-bottom: 0.05rem;
}
.download-con .list .ls div {
  width: calc(100% / 3);
  font-size: 0.2rem;
  height: 100%;
  line-height: 0.7625rem;
  padding-left: 0.75rem;
  color: #000000;
}

.download-con .down a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
  padding-right: 0.3rem;
}
.download-con .down a::before {
  display: block;
  content: '';
  width: 0.2125rem;
  height: 0.2125rem;
  background: url(../img/icon20.png) no-repeat;
  background-size: cover;
  margin-right: 0.075rem;
}
