/* 公共样式 */
.flex-c {
  display: flex;
  align-items: center;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-wp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex {
  display: flex;
}

.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 {
  width: 18.75rem;
  height: 100%;
  margin: 0 auto;
}

.common-tl {
  position: relative;
    white-space: nowrap;
}

.common-tl h2 {
font-size: .375rem;
  color: #333333;
  opacity: 0.1;
}

.common-tl p {
  position: absolute;
  left: 0;
  top: .3125rem;
  font-size: .4125rem;
  font-weight: bold;
  color: #000000;
}



.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}

/* 头部 */
.header {
  width: 100%;
  height: .825rem;
}

.header .common-card {
  width: 22.3125rem;
}

.header .logo {
  display: inline-block;
  width: auto;
  height: .7rem;
  margin-right: 3.5rem;
}

.header .logo img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.header ul {
  flex: 1;
}

.header li a {
  font-size: .2125rem;
  color: #333333;
}

.header li strong {
  font-size: .225rem;
  color: #0056bd;
}

.header li:last-child {
  margin-left: 1.25rem;
}


/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
  object-fit: cover;
  vertical-align: bottom;
}


.headerSwiper .swiper-slide-active img,
.headerSwiper .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.header-pagination {
  display: flex;
  justify-content: end;
  position: absolute;
  left: 0;
  z-index: 999;
  bottom: 5% !important;
  padding-right: 2.625rem;
  width: 100%;
}

.header-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  transition: all 0.3s;
}

.plate1 {
  width: 100%;
  height: 3.0875rem;
  background-color: #0056bd;
}

.plate1 ul {
  width: 100%;
  height: 100%;
}

.plate1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plate1 li h6 {
  font-size: .7rem;
  font-weight: normal;
  color: #ffffff;
}

.plate1 li p {
  font-size: .45rem;
  color: #ffffff;
}

.plate1 li .icon {
  height: .55rem;
  object-fit: contain;
  width: auto;
}

/* about */
.about {
  width: 100%;
  height: auto;
  padding: .875rem 0 .5rem 0;
  background: url(../img/bg.png) right no-repeat;
  background-size: contain;
}

.about .img {
  width: 13.05rem;
  height: 10.3rem;
  margin-right: .375rem;
}

.about .text {
  flex: 1;
  padding: .375rem 2.6375rem 0 0;
}

.about .text .icon {
  width: .8rem;
  height: .8rem;
  object-fit: cover;
}

.about .text .ls {
  font-size: .225rem;
  line-height: .625rem;
  color: #333333;
  margin-top: .375rem;
}

/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  padding-bottom: .2375rem;
}

.productCenter .top {
  width: 100%;
  height: 8.1125rem;
}

.productCenter .item {
  position: relative;
  height: 100%;
}

.productCenter .item .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.productCenter .itm1 {
  width: 8.575rem;
}

.productCenter .itm2 {
  width: 5.9375rem;
  margin: 0 .125rem;
}

.productCenter .top {
  margin-top: .625rem;
}

.productCenter .top .rt {
  flex: 1;
  height: 100%;
}

.productCenter .top .rt .item {
  height: calc((100% - .0875rem) /2);
}

.productCenter .top .itm3 {
  margin-bottom: .0875rem;
}

.productCenter .name {
  font-size: .375rem;
  color: #ffffff;
  margin: .25rem 0;
}

.productCenter .icon {
  height: .7125rem;
  width: auto;
  object-fit: contain;
}

.productCenter .active {
  width: .375rem;
  height: auto;
  object-fit: contain;
  display: none;
  transition: all 0.3s;
}

.productCenter .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.7125rem;
  transition: all 0.3s;
}

.productCenter .item:hover .text {
  justify-content: center;
  height: 100%;
  background-color: rgba(26, 79, 129, 0.5);
}

.productCenter .item:hover .active {
  display: block;
}

.productCenter .bto {
  width: 100%;
  height: 8.1125rem;
  margin-top: .15rem;
}

.productCenter .bto .item {
  width: calc((100% - .15rem) /2);
  height: 100%;
}

.productCenter .bto .itm5 {
  margin-right: .15rem;
}

.common-tl.c {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common-tl.c p {
  left: 50%;
  transform: translateX(-50%);
}

.common-tl h5 {
  font-size: .3rem;
  font-weight: normal;
  color: #666666;
  margin-top: .375rem;
}

/* 资质证书 */
.qualification {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.0625rem 0;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}

.qualificationSwiper {
  width: 14.625rem;
  height: auto;
  overflow: hidden;
  margin-top: .625rem;
}

.qualificationSwiper img {
  width: 3.1875rem;
  height: 4.4125rem;
  object-fit: cover;
  vertical-align: bottom;
}

.qualification-next,
.proshow-next {
  cursor: pointer;
  width: .8rem;
  height: .725rem;
  background: url(../img/ic5-1.png) no-repeat;
  background-size: contain;
  margin-right: .1875rem;
}

.qualification-prev,
.proshow-prev{
  cursor: pointer;
  width: .8rem;
  height: .725rem;
  background: url(../img/ic5-2.png) no-repeat;
  background-size: contain;
}

.qualificationSwiper .bto {
  margin-top: 1rem;
}

/* 产品实际应用 */
.application {
  width: 100%;
  height: 10.7875rem;
  padding: 1.125rem 0 1.375rem 0;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}

.application .lt {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.application .lt .text {
  font-size: .3rem;
  line-height: .8375rem;
  color: #ffffff;
}

.application-next {
  cursor: pointer;
  width: .5125rem;
  height: .5125rem;
  background: url(../img/ic6.png) no-repeat;
  background-size: cover;
  margin-right: .6rem;
}

.application-prev {
  cursor: pointer;
  width: .5125rem;
  height: .5125rem;
  background: url(../img/ic6-1.png) no-repeat;
  background-size: cover;
}

.applicationSwiper {
  width: 7.75rem;
  height: auto;
  overflow: hidden;
}

.applicationSwiper a {
  display: inline-block;
  width: 100%;
  position: relative;
}

.applicationSwiper img {
  width: 100%;
  height: 7.7375rem;
border-radius: 50%;
  object-fit: cover;
}

.applicationSwiper .name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .9375rem;
  z-index: 888;
  font-size: .375rem;
  color: #ffffff;
}

.application ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}

.application li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.2125rem;
  height: 2.0125rem;
  background: url(../img/ic6-3.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.application li img {
  height: .7125rem;
  width: auto;
  object-fit: contain;
  transition: all 0.3s;
}

.application li .name {
  font-size: .375rem;
  font-weight: bold;
  color: #0056bd;
  margin-top: .125rem;
}

.application li:hover {
  cursor: pointer;
  background: url(../img/ic6-4.png) no-repeat;
  background-size: cover;
  transform: rotate(360deg);
}

.application li:hover img {
  transform: scale(1.2);
}

/* 合作伙伴 */
.business {
  width: 100%;
  height: auto;
  padding: .375rem 0 .6875rem 0;
  background: url(../img/bg3.png) right no-repeat;
  background-size: contain;
  background-color: #f6f6f6;
}

.business ul {
  width: 11.9375rem;
  margin-top: .625rem;
}

.business li {
  width: 2.2375rem;
  height: 2.2375rem;
  margin-right: .0875rem;
  margin-top: -0.6875rem;
  transition: all 0.3s;
}

.business li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.business li:nth-child(1),
.business li:nth-child(10) {
  margin-left: 1.0625rem;
}

.business li:nth-child(14) {
  margin-left: 2.2125rem;
}

.business li:hover {
  transform: rotate(360deg);
}

.business .rt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 2.9375rem;
}

.business .rt img {
  width: 1.05rem;
  height: auto;
  object-fit: contain;
}

.business .rt .text {
  font-size: .2625rem;
  line-height: .525rem;
  color: #333333;
}

.plate2 {
  width: 100%;
  height: auto;
  padding: .3rem 0;
}

.plate2-con {
  width: 100%;
  height: 8.475rem;
  background-color: #0056bd;
}

.plate2Swiper2 {
  width: 10.875rem;
  height: 100%;
  overflow: hidden;
}

.plate2Swiper2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.plate2 .lt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 10.875rem);
  padding: .375rem .275rem;
  background-color: #fff;
}



.comSwiper {
  width: 100%;
  height: 1.8rem;
  overflow: hidden;

}

.comSwiper .swiper-slide {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  transition: all 0.3s;
}

.comSwiper img {
  width: auto;
  height: .5375rem;
  object-fit: contain;
}

.comSwiper .active,
.comSwiper .swiper-slide-thumb-active .default {
  display: none;
}

.comSwiper .swiper-slide-thumb-active .active {
  display: block;
}

.comSwiper .name {
   font-size: .225rem;
  color: #333333;
  margin-top: .1875rem;
}

.comSwiper .swiper-slide-thumb-active .name {
  color: #fff;
}

.comSwiper .swiper-slide-thumb-active {
  background-color: #0056bd;
}

.textList .common-tl p {
  font-size: .3rem;
}

.textList .item {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: .75rem;
  border-bottom: 1px solid #dcdcdc;
}

.textList .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 2.4rem;
  height: 1px;
  background-color: #0056bd;
}

.textList .ls {
  font-size: .25rem;
  line-height: .725rem;
  color: #555555;
}

.plate2-next,
.news-next,
.development-next {
  cursor: pointer;
  width: .5125rem;
  height: .5125rem;
  background-size: cover;
  margin-right: .5875rem
}

.plate2-next,
.news-next {
  background: url(../img/ic10.png) no-repeat;
  background-size: cover;
}

.plate2-prev,
.news-prev,
.development-prev {
  cursor: pointer;
  width: .5125rem;
  height: .5125rem;
  background-size: cover;
}

.plate2-prev,
.news-prev {
  background: url(../img/ic10-1.png) no-repeat;
  background-size: cover;
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: no-drop;
}

.plate3 {
  width: 100%;
  height: auto;
  padding: .8125rem 0 1.25rem 0;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;

}

.plate3 p {
  font-size: .5375rem;
  letter-spacing: .175rem;
  color: #ffffff;
}

.plate3 h5 {
  font-size: .675rem;
  color: #ffffff;
  margin: .3125rem 0;
}

.plate3 .ls {
  font-size: .375rem;
  color: #ffffff;
}

.plate3 .ph {
  font-size: .3625rem;
  width: fit-content;
  padding: 0 .1875rem;
  text-align: center;
  line-height: .65rem;
  color: #ffffff;
  height: .65rem;
  background-color: #0056bd;
  border-radius: .2875rem;
  margin-top: .6875rem;
}

/* news */
.news {
  width: 100%;
  height: auto;
  padding-top: .225rem;

}

.news-con {
  width: 100%;
  height: auto;
  padding: 2.1875rem 0;
  background: url(../img/ic11-1.png) right no-repeat;
  background-size: contain;
}

.news-con .bto {
  width: 100%;
  height: 5.7125rem;

}

.news .lt {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 7.1875rem;
}

.news .nav {
  margin-top: .4125rem;
}

.news .nav a {
  display: inline-block;
  width: 1.575rem;
  height: .5rem;
  background-color: #0056bd;
  font-size: .225rem;
  text-align: center;
  line-height: .5rem;
  color: #ffffff;
  margin-right: .2rem;
}

.newsList .item {
  display: none;
}

.newsList .item h6 {
  font-size: .2375rem;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: .25rem;
  margin-bottom: .125rem;
}

.newsList .item .ls {
  font-size: .2rem;
  line-height: .5rem;
  color: #666666;
}

.newsSwiper {
  width: 10.175rem;
  height: 100%;
  overflow: hidden;
}

.newsSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #ededed;
  padding-top: .625rem;
}

.footer .lt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4.125rem;
  height: auto;
  margin-right: 2.25rem;
  padding-top: .375rem;
}

.footer .lt .logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer .lt p {
  display: flex;
  align-items: center;
  font-size: .225rem;
  color: #000000;
  margin: .1875rem 0 .375rem 0;
}

.footer .lt p::after {
  display: block;
  content: '';
  width: 1.7625rem;
  height: 2px;
  background-color: #dcdcdc;
}

.footer .lt .img {
  width: 252px;
  height: auto;
}

.footer .lt .qr {
  width: 100%;
  height: 3.15rem;
  object-fit: cover;
}

.footer ul {
  flex: 1;

  display: flex;
  justify-content: space-between;
}

.footer .lt h6 {
  font-size: .25rem;
  font-weight: normal;
  margin-top: .225rem;
  text-align: center;
  color: #999999;
}

.footer li {
  display: flex;
  flex-direction: column;
}

.footer li p {
  font-size: .25rem;
  font-weight: bold;
  color: #333333;
}

.footer li a,
.footer li span {
  font-size: .2rem;
  line-height: .5rem;
  color: #666666;
}

.footer .bto {
  height: 1.15rem;
  line-height: 1.15rem;
  background-color: #0056bd;
  font-size: .2rem;
  text-align: center;
  color: #ffffff;
  margin-top: .375rem;
}

.bannerImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.navigation {
  width: 100%;
  background-color: #f6f6f6;
  height: .7875rem;
  border-bottom: 1px solid #dcdcdc;
}

.navigation a {
  position: relative;
  font-size: .3rem;
  color: #333333;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1.25rem;
}

.navigation a:last-child {
  margin-right: 0;
}

.navigation a.active,
.navigation a:hover {
  color: #0055ba;
}

.navigation a.active::after,
.navigation a:hover::after {
  opacity: 1;
}

.navigation a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  display: block;
  content: '';
  width: 1.45rem;
  transition: all 0.3s;
  height: .05rem;
  background-color: #0c6fb6;
}

.productInner {
  width: 100%;
  height: auto;
  padding: .3375rem 0;
}

.innerTl {
  text-align: center;
  font-size: .375rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: .5rem;
}

.comItem li {
  width: 6.1rem;
  height: auto;
  margin: 0 .225rem .35rem 0;
}

.comItem li:nth-child(3n) {
  margin-right: 0;
}

.comItem li img {
  width: 100%;
  height: 4.825rem;
  object-fit: cover;
  vertical-align: bottom;
    border: 1px solid #eee;
}

.comItem li .name {
  width: 100%;
  height: .625rem;
  background-color: #eeeeee;
  font-size: .2rem;
  line-height: .625rem;
  text-align: center;
  color: #333333;
}

/* 公司概况 */

.common-card.s {
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 .1375rem .025rem rgba(0, 0, 0, 0.07);
  border-radius: .35rem;
  padding: .4125rem .4125rem .25rem .4125rem;
}

.aboutInner li h6 {
  font-size: .3rem;
  font-weight: normal;
  color: #333333;
  margin-bottom: .125rem;
}

.aboutInner li span {
  font-size: .525rem;
  font-weight: bold;
  color: #0055ba;
}

.aboutInner li i {
  font-size: .3rem;
  color: #0055ba;
}

.aboutInner .text {
  font-size: .225rem;
  line-height: .625rem;
  color: #333333;
  margin-top: .375rem;
}

.honorSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.honorSwiper img {
  width: 100%;
  height: 7.475rem;
  object-fit: contain;

}

.honor .common-card {
  position: relative;
}

.honorSwiper .swiper-slide {
  transition: 300ms;
  transform: scale(0.9);
}

.honorSwiper .swiper-slide-active,
.honorSwiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

.honor-next {
  position: absolute;
  z-index: 888;
  width: .6125rem;
  top: 50%;
  left: .125rem;
  transform: translateY(-50%);
  cursor: pointer;
  height: .6125rem;
  background: url(../img/ic16-2.png) no-repeat;
  background-size: contain;
}

.honor-prev {
  position: absolute;
  z-index: 888;
  width: .6125rem;
  top: 50%;
  right: .125rem;
  transform: translateY(-50%);
  cursor: pointer;
  height: 49px;
  background: url(../img/ic16-1.png) no-repeat;
  background-size: contain;

}

.culture,
.honor,
.aboutInner {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: .6875rem 0 1rem 0;
}

.culture .top {
  width: 100%;
  height: 5.775rem;
}

.culture .top img {
  width: 9.1125rem;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.culture .top h6 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.culture .top .text {
  flex: 1;
  height: 100%;
  background-color: #0055ba;
  padding: .25rem .4375rem .4375rem;
}

.culture .top .text .ls {
  font-size: .2rem;
  line-height: .5rem;
  margin-top: .1875rem;
  color: #ffffff;
}

.plate4 {
  width: 100%;
  height: auto;
  padding: .425rem 0;
}

.plate4 ul {
  justify-content: center;
}

.plate4 h6 {
  font-size: .225rem;
  color: #333333;
  text-align: center;
}

.plate4 .tl {
  font-size: .2rem;
  text-align: center;
  color: #333333;
  margin-top: .25rem;
}

.plate4 li {
  position: relative;
  width: 4.3125rem;
  height: 6.25rem;
  background-color: #eeeeee;
  margin-right: .1875rem;
  transition: all 0.3s;
  padding: .6875rem .1375rem .1375rem;
}

.plate4 ul {
  margin-top: .8625rem;
}

.plate4 .nu {
  position: absolute;
  transition: all 0.3s;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.0125rem;
  height: 1.0125rem;
  background-color: #0055ba;
  border: solid .05rem #ffffff;
  border-radius: 50%;
  font-size: .6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.0125rem;
  color: #ffffff;
}

.plate4 li:last-child {
  margin-right: 0;
}

.plate4 li .text {
  font-size: .2rem;
  line-height: .5rem;
  color: #333333;
}

.plate4 li:hover {
  box-shadow: 0 5px 5px 0 rgba(26, 79, 129, 0.5)
}

.plate4 li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 0;
  height: 2px;
  transition: all 0.3s;
  background-color: #0055ba;
}

.plate4 li:hover::before {
  width: 100%;
}

.plate4 li:hover .nu {
  transform: scale(1.2) translateX(-50%);
}

.plateTxt {
  font-size: .2rem;
  line-height: .6rem;
  color: #333333;
  padding-top: .25rem;
}

/* 设备展示 */
.equipment {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: .375rem 0;
}

.equipment li {
  width: 4.6125rem;
  height: auto;
  margin: 0 .1rem .225rem 0;
  background-color: #eeeeee;
  padding: .1375rem .1375rem 0 .1375rem;
}

.equipment li:nth-child(4n) {
  margin-right: 0;
}

.equipment li .img {
  width: 100%;
  height: 3.225rem;
  overflow: hidden;
}

.equipment li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.equipment li .name {
  width: 100%;
  font-size: .225rem;
  line-height: .7125rem;
  text-align: center;
  color: #000000;
}

.equipment li:hover img {
  transform: scale(1.2);
}

/* 合作客户 */
.partner {
  width: 100%;
  height: auto;
  padding: .3rem 0;
  background-color: #f6f6f6;
}

.partner li {
  width: 2.2375rem;
  height: 2.2375rem;
  margin: 0 .1125rem .225rem 0;
}

.partner li:nth-child(8n) {
  margin-right: 0;
}

.partner li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.partner li:hover img {
  transform: rotate(360deg);
}

.development {
  width: 100%;
  padding: 1.125rem 0 .625rem 0;
}

.development .common-card {
  height: 9.4625rem;
  background: url(../img/bg5.png) no-repeat;
  background-size: cover;
}

.development-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 7.25rem;
  height: 100%;
  margin: 0 auto;
  padding: .9375rem 0 .75rem 0;
}

.plateInnerSwiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.plateInnerSwiper2 .item {
  display: block;
}

.development-next {
  background: url(../img/ic6.png) no-repeat;
  background-size: cover;
}

.development-prev {
  background: url(../img/ic6-1.png) no-repeat;
  background-size: cover;
}

.plateInnerSwiper2 .common-tl p,
.plateInnerSwiper2 .textList .ls,
.plateInnerSwiper2 .common-tl h2 {
  color: #fff;
}

.plateInnerSwiper2 .textList .item::after {
  bottom: -1px;

}

/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  padding-top: .2875rem;
}

.contactUs .top {
  width: 100%;
  height: 5.15rem;
  margin-bottom: .1875rem;
}

.contactUs .top img {
  width: 9.375rem;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.contactUs .top .text {
  flex: 1;
  background-color: #0056bd;
  font-size: .25rem;
  line-height: .575rem;
  color: #ffffff;
  padding: .1875rem .625rem;
}

.join {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: .475rem 0;
}

.joinItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
}

.joinItem li {
  width: calc((100% - .2375rem) / 2);
  margin: 0 .2375rem .2375rem 0;
}

.joinItem li:nth-child(2n) {
  margin-right: 0;
}

.joinItem li .tl {
  cursor: pointer;
  font-size: .3rem;
  height: .7125rem;
  background-color: #fff;
  color: #333333;
  border-radius: .0875rem;
  padding: 0 .35rem 0 .2375rem;
}

.joinItem li .tl::after {
  display: block;
  content: '';
  width: .3625rem;
  height: .3625rem;
  background: url(../img/ic16-1.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.joinItem li.active .tl::after {
  transform: rotate(90deg);
}

.joinItem li:nth-child(2n) {
  margin-right: 0;
}

.joinItem li .text {
  display: none;
  width: 100%;
  margin-top: .0375rem;
  height: auto;
  background-color: #fff;
  box-shadow: 0 .0875rem .0875rem 0 rgba(0, 0, 0, 0.08);
  border-radius: .0875rem;
  padding: .1875rem .125rem .125rem .25rem;
}

.joinItem li .text .ls {
  font-size: .2rem;
  line-height: .375rem;
  color: #000000;
  margin-bottom: .1875rem;
}

.map {
  width: 100%;
  height: 6.5375rem;
  margin-top: .3rem;
}

#map {
  width: 100%;
  height: 100%;
}

.usFrom {
  width: 100%;
  height: auto;
  padding-bottom: .25rem;
}

.usFrom .form {
  width: 100%;
}

.usFrom .form h6 {
  font-size: .3875rem;
  font-weight: normal;
  color: #000000;
  margin: 0 0 .3rem .875rem;
}

.usFrom .form input[type=text] {
  width: calc((100% - .2125rem) / 2);
  margin-right: .2125rem;
  height: .6625rem;
  background-color: #ffffff;
  border-radius: .0375rem;
  font-size: .225rem;
  padding-left: .125rem;
  color: #000000;
  border: 1px solid #eeeeee;
}

.usFrom .form input:nth-child(2n) {
  margin-right: 0;
}

.usFrom .form .item {
  margin-bottom: .15rem;
}



.usFrom h5 {
  text-align: center;
  font-weight: normal;
  font-size: .2625rem;
  margin: .25rem 0;
  color: #656565;
}

.usFrom textarea {
  width: 100%;
  height: 3.425rem;
  background-color: #ffffff;
  border-radius: .0375rem;
  font-size: .225rem;
  padding: .125rem 0 0 .125rem;
  color: #000000;
  border: 1px solid #eeeeee;
}

.usFrom .form input[type=submit] {
  height: .7375rem;
  line-height: .7375rem;
  background-color: #0056bd;
  border: solid 1px #d2d2d2;
  border-radius: .0375rem;
  width: 50%;
  font-size: .2625rem;
  text-align: center;
  margin-top: .15rem;
  color: #ffffff;
}

.BMap_bubble_title {
  font-size: 16px;
}

.BMap_bubble_content {
  font-size: 14px;
}

/* 实际应用 */
.practical {
  width: 100%;
  height: auto;
  padding: .3rem 0;
}

.practicalItem li {
  width: 6.0875rem;
  height: auto;
  background-color: #f0f0f0;
  margin: 0 .2375rem .25rem 0;
  padding: .25rem .25rem 0 .25rem;
}

.practicalItem li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.practicalItem li:nth-child(3n) {
  margin-right: 0;
}

.practicalItem .name {
  width: 100%;
  height: auto;
  font-size: .3375rem;
  text-align: center;
  line-height: .875rem;
  color: #000000;
}

/* 新闻资讯 */
.newsDetails {
  width: 100%;
  height: auto;
  padding: .3rem 0;
  background-color: #f3f3f3;
}

.newsDetails-con {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: .2125rem;
  padding: .5rem .625rem .625rem;
}

.newsDetails-con h6 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.newsDetails-con .time {
  text-align: center;
  font-size: .225rem;
  color: #999999;
  margin: .3125rem 0 .375rem 0;
}

.newsDetails-con .text {
  font-size: .225rem;
  line-height: .6375rem;
  color: #333333;
}

/* 新闻资讯 */
.information {
  width: 100%;
  height: auto;
  padding: .3rem 0;
  background-color: #f3f3f3;
}

.informationItem li {
  width: 100%;
  height: auto;
  margin-bottom: .4375rem;
  background-color: #fff;
  padding: .175rem;
}

.informationItem li .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .375rem .75rem .3125rem .3125rem;
}

.informationItem li img {
  width: 6.1125rem;
  object-fit: cover;
  height: 3.9875rem;
}

.informationItem li h6 {
  font-size: .2875rem;
  font-weight: normal;
  color: #333333;
}

.informationItem li .ls {
  font-size: .2rem;
  line-height: .4875rem;
  color: #666666;
}

.informationItem li .time {
  font-size: .2rem;
  color: #666666;
  border-top: 1px solid #e5e5e5;
  padding-top: .375rem;
  margin-top: .125rem;

}


.proshow {
  width: 100%;
  height: auto;
  padding: .375rem 0;
}

.proshowSwiper {
  width: 6.1rem;
height: 4.8125rem;
  overflow: hidden;
}

.proshow-next {
  cursor: pointer;
  z-index: 9899;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: 27%;
}

.proshow-prev {
  cursor: pointer;
  z-index: 9899;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27%;
}


.proshow-con {
position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}