/* 公共样式 */
.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: 20rem;
  height: 100%;
  margin: 0 auto;
}

.common-tl h2 {
  font-size: .45rem;
  color: #000000;
}

.common-tl h2 span {
  color: #0086c9;
}

.common-tl p {
  font-size: .275rem;
  margin-top: .125rem;
  color: #666666;
}

.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}

/* 头部 */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 1.0625rem;
  transition: all 0.3s;
}

.header.active {
  background-color: #fff;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.25);
}

.header .logo {
  display: inline-block;
  width: auto;
  height: .5875rem;
  margin-right: .5rem;
}

.header .logo img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.header ul {
  flex: 1;
}

.header li a,
.header li {
  font-size: .25rem;
  color: #000;
}


/* <!-- 轮播 --> */

.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 {
  color: #fff;
  font-size: .2625rem;
  background-color: transparent;
  margin: 0 0.25rem !important;
  transition: all 0.3s;
}

.header-pagination .swiper-pagination-bullet-active {
  font-weight: bold;
}

.about {
  width: 100%;
  height: auto;
  padding: .75rem 0 1.25rem 0;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}

.aboutSwiper {
  width: 9.3375rem;
  height: 5.7125rem;
  margin-left: .4375rem;
    overflow: hidden;
}
.about .img{
  width: 9.3375rem;
  height: 5.7125rem;
  margin-left: .4375rem;
}
.aboutSwiper   img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.about .text {
  flex: 1;
}

.about .text .ls {
  font-size: .275rem;
  line-height: .6125rem;
  color: #666666;
  margin-top: .5625rem;
}

.about .more img {
  width: .4125rem;
  height: .4125rem;
  object-fit: cover;
}

/* 产品中心 */
.productCenter {
  width: 100%;
  background-color: #ededed;
  height: auto;
  padding: .425rem 0 .25rem 0;
}

.common-tl.c {
  text-align: center;
}

.productSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .4125rem;
}


.productSwiper a {
  display: block;
  width: 100%;
  position: relative;
}

.productSwiper .swiper-slide {
  width: 9.05rem;
  height: 5.525rem;
}

.productSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.productSwiper .name {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  font-size: .4rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.product-next {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 888;
  transform: translateY(-50%);
  cursor: pointer;
  width: 37px;
  height: 37px;
  background: url(../img/ic1-1.png) no-repeat;
  background-size: cover;
}

.product-prev {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 50%;
  z-index: 888;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background: url(../img/ic1.png) no-repeat;
  background-size: cover;
}

/* 推荐产品 */
.recommended {
  width: 100%;
  height: auto;
  padding: .5rem 0 .625rem 0;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}

.recommendedSwiper {
  width: 100%;
  height: auto;
  overflow-x: clip;
  margin-top: 1.4625rem;
}

.recommendedSwiper a {
  display: block;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: .1875rem .15rem 0 .15rem;
}

.recommendedSwiper .img,
.recommendedItem .img {
  width: 100%;
  height: 3.8rem;
  background-color: #fff;
  padding: .1875rem;
  overflow: hidden;
}

.recommendedSwiper img,
.recommendedItem img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}

.recommendedSwiper .ls,
.recommendedItem .ls {
  font-size: .225rem;
  color: #000000;
}

.recommendedSwiper .name,
.recommendedItem .name {
  width: 100%;
  height: .6625rem;
}

.recommendedSwiper .name::after,
.recommendedItem .name::after {
  display: block;
  content: '';
  width: .375rem;
  height: .375rem;
  background: url(../img/ic4.png) no-repeat;
  background-size: cover;
}

.recommendedSwiper .swiper-slide.active {
  transform: translateY(-1rem);
}


/* 合作客户 */
.customer {
  width: 100%;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
  height: auto;
  padding: .875rem 0 .75rem 0;
}

.customer .lt {
  width: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.customer .lt .text {
  width: 100%;
  font-size: .25rem;
  line-height: .45rem;
  color: #000000;
}

.com-more {
  display: inline-block;
  width: 2.4125rem;
  height: .65rem;
  background-color: #0086c9;
  border-radius: .325rem;
  font-size: .2rem;
  text-align: center;
  line-height: .65rem;
  color: #ffffff;
}

.customer .rt {
  flex: 1;
  position: relative;
}

.customer ul {
  width: 100%;
  height: auto;
}

.customer li {
  width: 3.2375rem;
  height: 3.2375rem;
  margin-right: .3125rem;
}

.customer li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.customer .ls img {
  width: .3rem;
  height: auto;
  object-fit: contain;

}

.customer .ls {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.customer .ls p {
  font-size: .3rem;
  color: #888888;
  margin-top: .25rem;
}

.customer .ls h6 {
  font-size: .45rem;
  color: #0065b5;
}

.customer li:nth-child(5) {
  margin: -1.3125rem 0 0 1.775rem;
}

.customer li:nth-child(7),
.customer li:nth-child(6) {
  margin: -1.3125rem 0 0 .3125rem;
}

.customer li:nth-child(8) {
  margin-top: -1.625rem;
}

.customer li:nth-child(9) {
  margin-top: -1.25rem;
}

.customer li:nth-child(10) {
  margin-top: -1.3125rem;
}

.customer li:hover img {
  transform: rotate(360deg);
}

/* 行业解决方案 */
.industry {
  width: 100%;
  height: auto;
  padding: .625rem 0 .4375rem 0;
}

.industrySwiper1 {
  width: 12.325rem;
  height: 9.6875rem;
  margin-right: .75rem;
  overflow: hidden;
}

.textList {
  width: 100%;
}

.textList .item {
  display: none;
}

.industrySwiper1 img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: contain;
}

.industry .rt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 12.325rem);
  padding-right: 2rem;
  background: url(../img/bg3.png) right no-repeat;
  background-size: cover;
}

.industry .rt .tl h6 {
  font-size: .325rem;
  color: #666666;
}

.industry .rt .tl {
  position: relative;
  width: 100%;
  padding-bottom: .4375rem;
  border-bottom: 1px solid #eeeeee;
}

.industry .rt .tl::after {
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  display: block;
  content: '';
  width: 3.5875rem;
  height: .0625rem;
  background-color: #0086c9;
}

.industry .rt .ls {
  font-size: .25rem;
  line-height: .65rem;
  color: #666666;
  margin-top: .25rem;
}

.industry .rt .tl h6 span {
  color: #0086c9;
}

.industrySwiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.industrySwiper2 .swiper-slide {
  cursor: pointer;
}

.industrySwiper2 img {
  width: 100%;
  height: 2.2rem;
  object-fit: cover;
  vertical-align: bottom;
}

.industrySwiper2 .swiper-slide {
  opacity: 0.4;
}

.industrySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

.industry-button-next {
  cursor: pointer;
  width: .4625rem;
  height: .4625rem;
  position: absolute;
  background: url(../img/ic1-1.png) no-repeat;
  background-size: cover;
  bottom: .75rem;
  left: -0.625rem;
}

.industry-button-prev {
  cursor: pointer;
  width: .4625rem;
  height: .4625rem;
  position: absolute;
  background: url(../img/ic1.png) no-repeat;
  background-size: cover;
  bottom: .75rem;
  right: 1.4375rem;
}

.industrySwiper2 .name {
  width: 100%;
  height: auto;
  font-size: .25rem;
  color: #666666;
  text-align: center;
  margin-top: .1rem;
}

.plate1 {
  height: 9.825rem;
  width: 100%;
}

.plate1 .lt {
  position: relative;
  width: 13.025rem;
  height: 100%;
}

.plate1 .lt li {
  width: calc(100% / 2);
  margin-bottom: .625rem;
}

.plate1 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.25rem 2.25rem 1.125rem 2rem;
}

.plate1 .lt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.plate1 .lt .ls {
  font-size: .5125rem;
  font-weight: bold;
  line-height: .85rem;
  color: #ffffff;
}

.plate1 .lt li p,
.plate1 .lt li h6 {
  font-weight: normal;
  font-size: .3125rem;
  color: #ffffff;
}

.plate1 .lt li h6 {
  margin-bottom: .1875rem;
}

.plate1 .lt li span {
  font-size: .5125rem;
  font-weight: bold;
  color: #ffffff;
}

.plate1 .rt {
  flex: 1;

}

.plate1 .rt .it1 {
  display: flex;
  flex-direction: column;
  padding-left: 3rem;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../img/ic8-1.png) no-repeat;
  background-size: cover;
}

.plate1 .rt .it2 {
  display: flex;
  flex-direction: column;
  padding-left: 3rem;
  justify-content: center;
  background-color: #0086c9;
}

.plate1 .rt .item {
  width: 100%;
  height: calc(100% / 2);

}

.plate1 .rt .ls {
  font-size: .5rem;
  font-weight: bold;
  line-height: .85rem;
  color: #ffffff;
}

/* 荣誉证书 */
.honor {
  padding-top: 1.25rem;
  width: 100%;
  height: 11.4875rem;
  background: url(../img/ic9.png) no-repeat;
  background-size: cover;
}

/* 车间厂房 */
.workshop {
  width: 100%;
  height: auto;
  padding: .375rem 0;
}

.workshoprSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.workshoprSwiper img {
  width: 100%;
  height: 6.4125rem;
  object-fit: cover;
  vertical-align: bottom;
}

.workshopr-pagination {
  margin-top: .2875rem;
}

/* 新闻动态 */
.news {
  width: 100%;
  height: auto;
  padding: 1.1125rem 0 1.25rem 0;
  background: url(../img/bg4.png) left no-repeat;
  background-size: contain;
  background-color: #f3f3f3;
}

.news .lt {
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 2.875rem;
  justify-content: space-between;
}

.news .nav {
  display: flex;
  flex-direction: column;
}

.news .nav a {
  font-size: .25rem;
  line-height: .825rem;
  color: #000000;
}

.news ul {
  flex: 1;
}

.news ul li {
  width: calc((100% - .25rem) / 2);
}

.news ul li:first-child {
  margin-right: .25rem;
}

.news li img {
  width: 100%;
  height: 4.2rem;
  object-fit: cover;
  vertical-align: bottom;
    background: #0086c9;
}

.news li h6 {
  font-size: .25rem;
  font-weight: normal;
  color: #333333;
}

.news li .text {
  width: 100%;
  height: 3.3125rem;
  background-color: #fff;
  padding: .25rem .175rem .1875rem .2rem;
}

.news li .ls {
  font-size: .2rem;
  line-height: .5rem;
  color: #666666;
  margin: .1875rem 0 .125rem 0;
}

.news li .time {
  width: 100%;
  border-top: 1px solid #eeeeee;
  padding-top: .125rem;
}

.news li .time span {
  font-size: 14px;
  color: #666666;
}

.news li .more {
  width: 122px;
  height: 34px;
  background-color: #eeeeee;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  color: #666666;
}

.news li {
  display: flex;

}

.news li:last-child a {
  display: flex;
  flex-direction: column-reverse;
}

/* 在线留言 */
.online {
  width: 100%;
  height: auto;
  padding: .5rem 0 1rem 0;
}

.online .lt {
  width: 7.9rem;
  height: auto;
}

.online .lt h2 {
  font-size: .375rem;
  font-weight: bold;
  color: #ffffff;
}

.online .lt p {
  font-size: .2rem;
  color: #ffffff;
  margin-top: .125rem;
}

.onlineForm {
  margin-top: 1.125rem;
}

.onlineForm input[type=text] {
  width: 100%;
  font-size: .2rem;
  padding-bottom: .275rem;
  border-bottom: 1px solid rgba(247, 243, 243, 0.25);
  color: #ffffff;
  background-color: transparent;
  margin-bottom: .875rem;
}

.onlineForm input[type=text]::placeholder {
  color: rgba(247, 245, 245, 0.8);
}

.onlineForm textarea {
  width: 100%;
  font-size: .2rem;
  color: #ffffff;
}

.onlineForm textarea::placeholder {
  padding-bottom: .25rem;
  color: rgba(247, 245, 245, 0.8);
  border-bottom: 1px solid rgba(247, 243, 243, 0.25);
}

.onlineForm input[type=submit] {
  width: 2.575rem;
  height: .7rem;
  background-color: #0086c9;
  border-radius: .325rem;
  line-height: .7rem;
  font-size: .2125rem;
  text-align: center;
  color: #ffffff;
  margin-top: .875rem;
}

.online .rt {
  flex: 1;
  align-items: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.online .rt h6 {
  font-size: .75rem;
  font-weight: bold;
  color: #ffffff;
}

.online .rt h5 {
  font-size: .525rem;
  font-weight: bold;
  color: #ffffff;
}

.online .rt p {
  font-size: .4rem;
  margin-top: .125rem;
  color: #ffffff;
}

.footer {
  width: 100%;
  height: auto;
  padding-top: .5rem;
}

.footer .logo {
  display: inline-block;
  margin-right: 1.5625rem;
}

.footer .logo p {
  font-size: .3125rem;
  color: #ffffff;
}

.footer .logo h6 {
  font-size: .475rem;
  letter-spacing: .225rem;
  margin-top: .3125rem;
  color: #ffffff;
}

.footer ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer li {
  display: flex;
  flex-direction: column;
}

.footer li p {
  position: relative;
  padding-bottom: .2rem;
  font-size: .225rem;
  color: #ffffff;
  width: 1.975rem;
  margin-bottom: .125rem;
  border-bottom: .0125rem solid rgba(0, 0, 0, 0.3);
}

.footer li p::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.025rem;
  width: .9375rem;
  height: .0375rem;
  background-color: #0086c9;
}

.footer li span,
.footer li a {
  font-size: .2rem;
  line-height: .5125rem;
  color: #ffffff;
  transition: all 0.3s;
}

.footer li img {
  width: 2.2875rem;
  margin-top: .225rem;
  height: 2.2875rem;
  object-fit: cover;
}

.footer .bto {
  width: 100%;
  font-size: .2rem;
  padding: .1875rem 4%;
  text-align: center;
  margin-top: .5rem;
  border-top: 1px solid rgba(97, 95, 95, 0.8);
  color: #ffffff;
}

.footer li a:hover,
.footer li span:hover {
  color: #0086c9;
}

.bannerImg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

/* 产品详情 */
.productDetails {
  width: 100%;
  height: auto;
  padding: .425rem 0;
}

.com-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.1875rem;
  height: 3.35rem;
  transition: all 0.3s;
  margin-right: .425rem;
  background-color: #f3f3f3;
}

.com-nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 0;
  height: .05rem;
  transition: all 0.3s;
  background-color: #0086c9;
}

.com-nav a:hover::after,
.com-nav a.active::after {
  width: 100%;
}

.com-nav a:last-child {
  margin-right: 0;
}

.com-nav img {
  width: auto;
  height: .75rem;
  object-fit: contain;
  transition: all 0.3s;
}

.com-nav .name {
  font-size: .3rem;
  color: #000000;
  margin-top: .25rem;
}

.com-nav a:hover img {
  transform: scale(1.2);
}

.com-nav a:hover,
.com-nav a.active {
  box-shadow: 0 .025rem .0625rem 0 rgba(0, 0, 0, 0.25);
}

.productDetails .top img {
  width: 7.925rem;
  height: 100%;
  object-fit: cover;
  margin-right: 1.625rem;
}

.productDetails .top {
  width: 100%;
  height: 6.35rem;
  margin-top: .625rem;
  padding: .35rem .625rem .1875rem .75rem;
  background-color: #f4f4f4;
}

.productDetails .text h6 {
  font-size: .3rem;
  color: #000000;
}

.productDetails .text {
  padding-top: .375rem;
}

.productDetails .text .ls {
  font-size: .2rem;
  line-height: .675rem;
  color: #666666;
  margin-top: .25rem;
}

.com-name {
  width: 100%;
  position: relative;
  font-size: .3rem;
  font-weight: bold;
  color: #000000;
  padding-bottom: .25rem;
  margin: .5rem 0 .375rem 0;
  border-bottom: .0375rem solid #f4f4f4;
}

.com-name::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  width: 1.225rem;
  height: .0625rem;
  background-color: #1a6bb9;
}

.specification {
  width: 100%;
  height: auto;
}

.specification table {
  width: 100%;
}

/* 推荐产品 */
.recommendedinner {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.recommendedItem li {
  width: 4.9rem;
  height: auto;
  margin-right: .1375rem;
  background-color: #f2f2f2;
}

.tempWrap {
  width: 100% !important;
}

.recommendedItem li a {
  display: inline-block;
  width: 100%;
  padding: .175rem .15rem 0 .15rem;
}

.productInner {
  width: 100%;
  height: auto;
  padding: .45rem 0;
}

.productInner .com-nav {
  margin-top: .6875rem;
}

.productInner .recommendedItem {
  margin-top: .5625rem;
}

.productInner .recommendedItem li {
  margin: 0 10px .3125rem 0;
}

.productInner .recommendedItem li:nth-child(4n) {
  margin-right: 0;
}

.recommendedItem li:hover img {
  transform: scale(1.2);
}

.workshopInner {
  width: 100%;
  height: auto;
  padding: .4125rem 0;
}

.workshopInner ul {
  margin-top: .4375rem;
}

.workshopInner li {
  width: 6.55rem;
  height: auto;
  margin: 0 .175rem .25rem 0;
}

.workshopInner li:nth-child(3n) {
  margin-right: 0;
}

.workshopInner li img {
  width: 100%;
  height: 4.2625rem;
  object-fit: cover;
  vertical-align: bottom;
}

.workshopInner li .name {
  width: 100%;
  font-size: .225rem;
  text-align: center;
  margin-top: .1875rem;
  color: #000000;
}

/* 合作客户 */
.customerInner {
  width: 100%;
  height: auto;
  padding: .425rem 0;
  background-color: #f5f5f5;
}

.customerInner ul {
  margin-top: .6875rem;
}

.customerInner li {
  width: 3.2375rem;
  height: 3.2375rem;
  margin: 0 .1125rem 30px 0;
}

.customerInner li:nth-child(6n) {
  margin-right: 0;
}

.customerInner li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.customerInner li:hover img {
  transform: rotate(360deg);
}

/* 在线咨询 */
.contactUs {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
  background: url(../img/bg8.png) no-repeat;
  background-size: cover;
}

.contactUs .top li {
  width: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;

}




.contactUs .top img {
  width: auto;
  height: .4625rem;
  object-fit: contain;
}

.contactUs .top .ls {
  font-size: .2rem;
  text-align: center;
  margin-top: .25rem;
  color: #000000;
  width: 100%;
  position: relative;
  border-top: 1px solid #1f58cb;
  padding-top: .2875rem;
}

.contactUs .top .ls::before {
  display: block;
  content: '';
  width: 1.1625rem;
  height: .1rem;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  transform: translateX(-50%);
  background-color: #1a6bb9;
}

.contactUs h3 {
  width: 100%;
  font-size: .75rem;
  color: #000000;
  text-align: center;
  opacity: 0.2;
  margin: 1.125rem 0;
}

.usForm input[type=text] {
  width: 5.25rem;
  font-size: .2rem;
  padding-bottom: .0875rem;
  color: #000000;
  background-color: transparent;
  border-bottom: 1px solid #1f58cb;
}

.usForm .item {
  width: 100%;
  margin-bottom: .4125rem;
}

.usForm textarea {
  flex: 1;
  font-size: .2rem;

  color: #000000;
  border-bottom: 1px solid #1f58cb;
  padding-bottom: .125rem;
  margin: -0.125rem 0 0 2.125rem;
}

.usForm input[type=submit] {
  width: 1.925rem;
  height: .525rem;
  background-color: #1a6bb9;
  border-radius: .25rem;
  font-size: .2375rem;
  line-height: .525rem;
  text-align: center;
  color: #f7f7f7;
  margin-top: 1rem;
}

.header.inner {
  position: static;
  background-color: #fff;
}

.header.inner a,
.header.inner li {
  color: #000;
}

/* 新闻咨询 */
.consultation {
  width: 100%;
  height: auto;
  padding: .35rem 0;
}

.consultCon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: .375rem;
}

.consultCon li {
  width: calc((100% - .2125rem) / 2);
  height: 3.5rem;
  background-color: #f1f1f1;
  padding: .1875rem;
  margin: 0 .2125rem .3125rem 0;
  transition: all 0.3s;
}

.consultCon li:nth-child(2n) {
  margin-right: 0;
}

.consultCon img {
  width: 3.6375rem;
  height: 100%;
  object-fit: cover;
  margin-right: .25rem;
}

.consultCon .time span {
  font-size: .3125rem;
  color: #666666;
}

.consultCon .time i {
  font-size: 13px;
  color: #666666;
}

.consultCon h6 {
  width: 100%;
  font-size: .2125rem;
  color: #000000;
    margin-top: 10px;
}

.consultCon a {

  width: 100%;
  height: 100%;
}

.consultCon .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.consultCon .ls {
  width: 100%;
  font-size: .2rem;
  line-height: .4375rem;
  color: #666666;
  margin: .1875rem 0 .1rem 0;
}

.consultCon .more {
  width: 1.1375rem;
  height: .3875rem;
  background-color: #ebebeb;
  box-shadow: 0px .025rem .0125rem 0px rgba(0, 0, 0, 0.07);
  border-radius: .1875rem;
  font-size: .175rem;
  text-align: center;
  line-height: .3875rem;
  color: #000000;
}

.consultCon li:hover {
  box-shadow: 0 .0125rem .125rem rgba(0, 0, 0, 0.5);
}

/* 新闻详情 */
.newsDetails {
  width: 100%;
  height: auto;
  padding: .375rem 0;
}

.newsDetails-con {
  font-size: .225rem;
  line-height: .6875rem;
  color: #333333;
  margin-top: .3125rem;
  border-top: 1px solid #eee;
  padding-top: .125rem;
}

/* 行业解决方案 */
.solutions {
  width: 100%;
  height: auto;
  padding: .425rem 0;
  background-color: #f5f5f5;
}

.solutions ul {
  margin-top: .475rem;
}

.solutions li {
  width: 6.5rem;
  background-color: #fff;
  margin: 0 .25rem .25rem 0;
  padding: .2375rem .125rem 0 .125rem;
}

.solutions li:nth-child(3n) {
  margin-right: 0;
}

.solutions li img {
  width: 100%;
  height: 4.85rem;
  object-fit: cover;
  vertical-align: bottom;
}

.solutions li .text {
  width: 100%;
  height: auto;
  padding: .225rem .2375rem .25rem .1125rem;
}

.solutions li h6 {
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
}

.solutions li .ls {
  font-size: .2rem;
  line-height: .5rem;
  color: #666666;
  margin-top: .125rem;
}

.solutionsInner {
  width: 100%;
  height: auto;
  padding: .4125rem 0;
}

.solutionsInner-con .text {
  font-size: .275rem;
  line-height: .875rem;
    color: #4c4747;
  margin: .25rem 0;
}
.solutionsInner-con .text  span{
    font-size: .275rem !important;
    line-height: .875rem !important;
}

.solutionsInner-con .img {
  width: 100%;
  height: auto;
}

.solutionsInner-con .img img {
  width: calc((100% - 1.8375rem) /2);
  height: auto;
  object-fit: cover;
  margin-right: .2125rem;
}

.solutionsInner-con .img img:nth-child(2n) {
  margin-right: 0;
}

.certificate {
  width: 100%;
  height: auto;
  padding: .4125rem 0;
}

.cross-con {
  width: 100%;
  height: auto;
  margin: .45rem 0 .25rem 0;
  overflow: hidden;
}

.crossItem li {
  width: 4.8375rem;
  height: 3.5875rem;
  margin-right: .25rem;
}

.crossItem div {
  margin-right: .25rem;
}

.crossItem li img,
.longitudinalItem li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.crossItem li:last-child {
  margin-right: 0;
}

.longitudinal-con {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.longitudinalItem li {
  width: 3.7875rem;
  height: 5.3875rem;
  margin-right: .225rem;
}

/* 企业文化 */
.culture {
  width: 100%;
  height: auto;
  padding: .5rem 0 .375rem 0;
}

.culture ul {
  margin-top: .5625rem;
}

.culture li {
  position: relative;
  width: 4.7375rem;
  height: 6.45rem;
  overflow: hidden;
}

.culture li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.culture li:hover img {
  transform: scale(1.2);
}

.culture .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 70%;
}

.culture .text h6 {
  font-size: .2875rem;
  font-weight: normal;
  color: #ffffff;
}

.culture .text .ls {
  font-size: .2rem;
  line-height: .5rem;
  color: #ffffff;
}

/* 企业文化 */
.culture {
  width: 100%;
  height: auto;
  padding: .5rem 0 .375rem 0;
}

.culture ul {
  margin-top: .5625rem;
}

.culture li {
  position: relative;
  width: 4.7375rem;
  height: 6.45rem;
  overflow: hidden;
}

.culture li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.culture li:hover img {
  transform: scale(1.2);
}

.culture .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 70%;
}

.culture .text h6 {
  font-size: .2875rem;
  font-weight: normal;
  color: #ffffff;
}

.culture .text .ls {
  text-align: center;
  font-size: .2rem;
  line-height: .5rem;
  color: #ffffff;
}

/* 发展历程 */
.course {
  width: 100%;
  height: auto;
  background: url(../img/bg7.png) no-repeat;
  background-size: cover;
  padding: 0.45rem 0 1rem 0;
}

.course .common-card {
  position: relative;
}

.courseSwiper {
  width: 100%;
  overflow: hidden;
  height: auto;
  background: url(../img/ic20.png) center no-repeat;
  background-size: contain;
  margin-top: .5rem;
}

.courseSwiper .text {
  height: 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.courseSwiper .time {
  font-size: .25rem;
  font-weight: bold;
  color: #0056a7;
  display: flex;
  align-items: flex-end;
}

.courseSwiper .text.active .time {
  display: flex;
  align-items: end;
}

.courseSwiper .ls {
  font-size: .25rem;
  line-height: .375rem;
  text-align: center;
  color: #000000;
}

.courseSwiper .text.active {
  flex-direction: column-reverse;
}

.courseSwiper .text div {
  height: calc((100% / 3));
}

.courseSwiper .dot {
  width: .25rem;
  height: .25rem !important;
  background-color: #fff;
  border: .0375rem solid #0055a7;
  border-radius: 50%;
}


.course-button-next {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5625rem;
  width: 20px;
  height: 34px;
  background: url(../img/ic20-1.png) no-repeat;
  background-size: cover;
}

.course-button-prev {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: -0.5625rem;
  transform: translateY(-50%);
  width: 20px;
  height: 34px;
  background: url(../img/ic20-2.png) no-repeat;
  background-size: cover;
}

/* 企业环境 */
.environment {
  width: 100%;
  height: auto;
  padding: .5rem 0;
}

.environment-con {
  width: 100%;
  height: auto;
  margin-top: .4375rem;
}

.environmentItem li {
  width: 4.75rem;
  height: auto;
  margin: 0 .125rem .2875rem 0;
}

.environmentItem li img {
  width: 100%;
  height: 3.5875rem;
  object-fit: cover;
  vertical-align: bottom;
}

.environmentItem li:nth-child(4n) {
  margin-right: 0;
}

.environmentItem li .name {
  width: 100%;
  height: .6rem;
  text-align: center;
  line-height: .6rem;
  background-color: #efefef;
  font-size: .25rem;
  color: #333333;
}

.tempWrap {
  width: 100% !important;
}

.footer.inner {
  background: url(../img/bg6.png) top no-repeat;
  background-size: cover;
}

.footers {
  background: url(../img/bg5.png) no-repeat;
  background-size: cover;
}
.workshopInner .nav {
  margin: .375rem 0;
}

.workshopInner .nav a {
  font-size: .275rem;
  color: #000;
  display: inline-block;
  width: fit-content;
  height: .5625rem;
  background: #eee;
  padding: 0 .25rem;
  line-height: .5625rem;
}
.workshopInner .nav a.active,
.workshopInner .nav a:hover {
    color: #fff;
  background: #0086c9;
}

.workshopInner .nav a:first-child {
  margin-right: .5rem;
}

