/* 公共样式 */
.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-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.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: 19.375rem;
  height: 100%;
  margin: 0 auto;
}

.common-tl {
  text-align: center;
}

.common-tl h2 {
  font-size: .375rem;
  font-weight: bold;
  color: #000000;
}

.common-tl p {
  font-size: .2rem;
  margin-top: .125rem;
  color: #000000;
}

.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}

/* 头部 */
.header {
  position: relative;
  width: 100%;
  height: 1.2875rem;
}

.header .common-card {
  width: 22.5rem;
}

.header .logo {
  display: inline-block;
  width: auto;
  height: .9375rem;
  margin-right: 80px;
}

.header .logo img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.header ul {
  flex: 1;
}

.header li a {
  font-size: .25rem;
  color: #000000;
}

.header .search {
  cursor: pointer;
  width: .325rem;
  height: .325rem;
  object-fit: cover;
}

.header li:last-child {
  color: #1a6bb9;
  font-size: .25rem;
}

.form {
  display: none;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 1.2875rem;
  width: 40%;
  height: 120px;
  background-color: #fff;
  box-shadow: .025rem .025rem .125rem rgba(126, 122, 122, 0.35);
  border-bottom-left-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.form div {
  height: 100%;
}

.form input[type=text] {
  border: 1px solid #ddd;
  height: 40px;
  border-radius: .25rem;
  font-size: .225rem;
  padding-left: 10px;
  color: #000;
  width: calc(100% / 2);
  margin-right: .25rem
}

.form input[type=submit] {
  width: 35px;
  height: 35px;
  background: url(../img/ic1.png) no-repeat;
  background-size: cover;
}

/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.header-pagination {
  position: absolute;
  left: 0;
  z-index: 999;
  bottom: 5% !important;
  width: 100%;
}

.header-pagination .swiper-pagination-bullet {
  color: #444444;
  font-size: .25rem;
  background-color: transparent;
  margin: 0 0.25rem !important;
  transition: all 0.3s;
}

.header-pagination .swiper-pagination-bullet-active {
  font-weight: bold;
  color: #1a6bb9;
}

/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  padding: .2875rem 0 .5rem 0;
}

.productCenter .common-card {
  width: 22.875rem;
}

.productSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.productSwiper a,
.productInner li a {
  display: inline-block;
  width: 100%;
  height: auto;
}

.productSwiper .img {
  width: 100%;
  height: 4.8125rem;
  padding: .125rem .25rem;
  overflow: hidden;
  border: .0125rem solid #eaf3ff;
}

.productSwiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}

.productSwiper .name {
  width: 100%;
  height: .7375rem;
  background-color: #ededed;
  font-size: .2rem;
  text-align: center;
  line-height: .7375rem;
  color: #000000;
}

.productSwiper .swiper-slide:hover img {
  transform: scale(1.2);
}

.product-pagination {
  margin-top: .625rem;
}

/* 关于我们 */
.about {
  width: 100%;
  height: auto;
  padding-bottom: .4375rem;
  background: url(../img/bg1.png) bottom no-repeat;
  background-size: contain;
  background-color: #f4f4f4;
}

.about .top {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: 100% 7.1625rem;
  padding-top: .5rem;
}

.about .top ul {
  margin-top: .75rem;
}

.about .top li span {
  font-size: 1.025rem;
  color: #ffffff;
}

.about .top li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .top li i,
.about .top li h6 {
  font-size: .4125rem;
  color: #ffffff;
}

.about .top li h6 {
  font-weight: normal;
  margin-top: .125rem;
}

.about .con {
  width: 100%;
  height: 8.125rem;
  background-color: #ffffff;
  box-shadow: 0 .0625rem .1rem 0 rgba(79, 79, 79, 0.1);
  border-radius: .2625rem;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
  padding: .5rem .375rem;
  margin: .875rem 0 .5rem 0;
}

.about .con .ls {
  font-size: .225rem;
  line-height: .5625rem;
  color: #333333;
  margin-bottom: .25rem;
}

.about .con .img {
  width: 9.2375rem;
  height: 100%;
  object-fit: cover;
  margin-left: .4375rem;
}

.about .con .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.com-more {
  width: fit-content;
  height: 38px;
  padding: 0 15px;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #e5e4e2;
  font-size: 14px;
  color: #666666;
}

.com-more::after {
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  background: url(../img/ic4.png) no-repeat;
  background-size: cover;
  margin-left: 15px;
}


.about .bto p {
  font-size: .2rem;
  letter-spacing: .05rem;
  color: #696969;
}

.about .bto li {

  width: 2.9625rem;
  height: 2.9625rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #12427c;
}

.about .bto a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about .bto img {
  width: auto;
  height: .9375rem;
  object-fit: contain;
  margin-top: .175rem;
  transition: all 0.3s;
}

.about .bto li:hover img {
  transform: scale(1.2);
}

/* 应用领域 */
.application {
  width: 100%;
  height: auto;
  padding: .4875rem 0 .375rem 0;
}

.applicationSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .4375rem;
}

.applicationSwiper img {
  width: 100%;
  height: 4.925rem;
  vertical-align: bottom;
  object-fit: cover;
}

.applicationSwiper .name {
  width: 100%;
  height: .7125rem;
  font-size: .2375rem;
  text-align: center;
  line-height: .7125rem;
  color: #ffffff;
  background-color: #1a6bb9;
}

.application-button-next,
.honor-button-next {
  cursor: pointer;
  width: 35px;
  height: 35px;
  background: url(../img/ic7.png) no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.application-button-prev,
.honor-button-prev {
  cursor: pointer;
  width: 35px;
  height: 35px;
  background: url(../img/ic7-1.png) no-repeat;
  background-size: cover;
  margin-left: 20px;
}

.application .bto {
  margin-top: .3625rem;
}

.application .swiper-pagination-bullet {
  margin: 0 3px;
}

/* 荣誉资质 */
.honor {
  width: 100%;
  height: auto;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
  padding: .75rem 0 .625rem 0;
}

.honorSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.honorSwiper img {
  width: 3.4875rem;
  height: 4.9625rem;
  object-fit: cover;
  vertical-align: bottom;
}

.honorSwiper a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.honorSwiper a::after {
  display: block;
  content: '';
  width: 5.5125rem;
  height: 2.225rem;
  background: url(../img/ic8-1.png) center no-repeat;
  background-size: cover;
}

/* 视频展示 */
.vPresentation {
  width: 100%;
  height: auto;
  padding: .25rem 0 1.125rem 0;
}

.vPresentation ul {
  margin-top: .625rem;
}

.vPresentation li {
  cursor: pointer;
  position: relative;
  width: calc((100% - .3125rem) / 2);
  height: 6.275rem;
  overflow: hidden;
  margin-right: .3125rem;
}

.vPresentation li:nth-child(2n) {
  margin-right: 0;
}

.myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.playBack {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .725rem;
  height: .725rem;
  object-fit: cover;
}


/* 合作单位 */
.cooperative {
  width: 100%;
  height: auto;
  padding: .625rem 0 .5625rem 0;
  background: url(../img/bg4.png) right no-repeat;
  background-size: contain;
  background-color: #f6f6f6;
}

.cooperativeItem {
  width: 9.75rem;
}

.cooperativeItem li {
  width: 3.0625rem;
  height: 3.0625rem;
  margin-right: .175rem;
}

.cooperativeItem li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.cooperativeItem li:nth-child(1),
.cooperativeItem li:nth-child(6) {
  margin-left: 1.625rem;
}

.cooperativeItem li:nth-child(3),
.cooperativeItem li:nth-child(4),
.cooperativeItem li:nth-child(8),
.cooperativeItem li:nth-child(9),
.cooperativeItem li:nth-child(10) {
  margin-top: -0.875rem;
}

.cooperativeItem li:nth-child(5) {
  margin-top: -0.925rem;
}

.cooperativeItem li:nth-child(6),
.cooperativeItem li:nth-child(7) {
  margin-top: -0.9375rem;
}

.cooperativeItem li:hover img {
  transform: rotate(180deg);
}

/* 案例展示 */
.case {
  width: 100%;
  height: auto;
  padding: .3rem 0 .25rem 0;
}

.caseSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .3125rem;
}

.caseSwiper img,
.caseItem li img {
  width: 100%;
  height: 4.9125rem;
  object-fit: cover;
  vertical-align: bottom;
}

.caseSwiper .name,
.caseItem li .name {
  width: 100%;
  height: .8625rem;
  background-color: #f0f0f0;
  font-size: .25rem;
  text-align: center;
  line-height: .8625rem;
  color: #333333;
}

/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: .5625rem 0 .75rem 0;
  background: url(../img/bg8.png) no-repeat;
  background-size: cover;
}

.news-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: .55rem;
}

.news-con .top {
  width: 100%;
  height: 6.8625rem;
  margin-bottom: 1rem;
}

.news-con .img {
  width: 9.4125rem;
  height: 100%;
  object-fit: cover;
  margin-right: .3625rem;
}

.news-con ul {
  flex: 1;
}

.news-con li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-bottom: .175rem;
  transition: all 0.3s;
  padding: .3125rem .2rem .3125rem .375rem;
}

.news-con .time {
  width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 2px solid #dedede;
  padding-right: .15rem;
  margin-right: .375rem
}

.news-con .time p {
  font-size: .5rem;
  color: #000000;
  margin-bottom: .125rem;
}

.news-con .time span {
  font-size: .4rem;
  color: #000000;
}

.news-con .text {
  flex: 1;
  padding: .1375rem 0;
}

.news-con .text h6 {
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
}

.news-con .text .ls {
  font-size: .2rem;
  line-height: .375rem;
  color: #666666;
  margin-top: .1875rem;
}

.news-con li:hover {
  box-shadow: 0 .0625rem .0625rem .0625rem rgba(126, 122, 122, 0.35);
}

.plate1 {
  width: 100%;
  height: auto;
  background: url(../img/bg5.png) no-repeat;
  background-size: cover;
  padding: 1.25rem 0 .9375rem 0;
}


.plate1 h5 {
  font-size: .7375rem;
  font-weight: bold;
  color: #ffffff;
}

.plate1 p {
  font-size: .5rem;
  letter-spacing: .225rem;
  color: #ffffff;
  margin: .4375rem 0;
}

.plate1 .ph {
  width: fit-content;
  font-size: .5rem;
  text-align: center;
  line-height: 1.05rem;
  color: #ffffff;
  height: 1.05rem;
  padding: 0 .1875rem;
  background-color: #1a6bb9;
  border-radius: .525rem;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg6.png) no-repeat;
  background-size: cover;
  padding-top: .375rem;
}

.footer .logo {
  display: inline-block;
  width: auto;
  height: .9375rem;
  margin-bottom: .3125rem;
}

.footer .logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.footer .lt {
  width: fit-content;
  margin-right: 130px;
}

.footer ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer ul li {
  display: flex;
  flex-direction: column;
}

.footer .lt p {
  font-size: .25rem;
  color: #343434;
}

.footer .lt h6 {
  font-size: .45rem;
  color: #1a6bb9;
  margin-top: .3125rem;
}

.footer li p {
  font-size: .25rem;
  color: #000000;
}

.footer li a,
.footer li span {
  font-size: .2rem;
  line-height: .5375rem;
  color: #333333;
}

.footer li img {
  width: 2.3125rem;
  height: 2.3125rem;
  object-fit: cover;
}

.footer .item div {
  font-size: .175rem;
  line-height: .5375rem;
  color: #000000;
}

.footer .bto {
  width: 100%;
  font-size: .2rem;
  text-align: center;
  line-height: 1.05rem;
  margin-top: .25rem;
  border-top: 1px solid #e5e5e5;
  color: #343434;
}

.caseItem {
  margin-top: .325rem;
}

.caseItem li {
  width: 6.3rem;
  height: auto;
  margin: 0 .2375rem .1875rem 0;
}

.caseItem li:nth-child(3n) {
  margin-right: 0;
}

.bannerImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

/* 产品详情 */
.productDetails {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: .5375rem 0;
}

.productDetails .top {
  position: relative;
  width: 100%;
  height: 6.85rem;
  padding: .375rem;
  background-color: #ffffff;
}

.productSwiper2 {
  width: 10.25rem;
  height: auto;
  overflow: hidden;
}

.productSwiper2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-next {
  position: absolute;
  left: .375rem;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  cursor: pointer;
  width: .375rem;
  height: .375rem;
  background: url(../img/ic7.png) no-repeat;
  background-size: contain;
}


.productDetails .top .text {
  flex: 1;
  border-left: 1px solid #dcdcdc;
  padding-left: .375rem;
  margin-left: .3125rem;
}

.productDetails .top h6 {
  font-size: .3375rem;
  font-weight: normal;
  color: #333333;
}

.productDetails .top .ls {
  font-size: .2rem;
  line-height: .5125rem;
  color: #666666;
  margin-top: .1875rem;
}

.comm-name {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: .25rem;
  font-size: .2125rem;
  font-weight: bold;
  color: #000000;
  margin: .2125rem 0;
}

.comm-name::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  content: '';
  width: 89px;
  height: 6px;
  background-color: #1a6bb9;
}

.diagram img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.diagram-text {
  width: 100%;
  background-color: #fff;
  font-size: .3rem;
  line-height: .65rem;
  color: #000000;
  padding: .375rem;
}

/* 产品中心 */
.productInner {
  width: 100%;
  height: auto;
  padding: .3rem 0 .625rem 0;
}

.productInner ul {
  margin-top: .2875rem;
}

.productInner li {
  width: 4.675rem;
  height: auto;
  margin: 0 .225rem .15rem 0;
}

.productInner li:nth-child(4n) {
  margin-right: 0;
}

.productInner .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.075rem;

}

.productInner li img {
  width: 100%;
  height: 100%;
  padding: .125rem .25rem;
  overflow: hidden;
  border: .0125rem solid #eaf3ff;
}

.productInner .name {
  width: 100%;
  height: .625rem;
  background-color: #ededed;
  font-size: .2rem;
  text-align: center;
  line-height: .625rem;
  color: #000000;
}

.cooperation {
  width: 100%;
  height: auto;
  padding: .375rem 0;
  background-color: #f3f3f3;
}

.cooperationItem {
  margin-top: .3125rem;
}

.cooperationItem li {
  width: 3rem;
  height: 3rem;
  margin: 0 .275rem .225rem 0;
}

.cooperationItem li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cooperationItem li:nth-child(6n) {
  margin-right: 0;
}


.contactUs {
  width: 100%;
  height: auto;
  padding: .375rem 0 .625rem 0;
}



.contactUs .top {
  width: 100%;
  height: 6.2rem;
  margin: .4375rem 0 .8125rem 0;
}

.contactUs .top img {
  width: 9.55rem;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.contactUs .top .text {
  flex: 1;
  background-color: #1a6bb9;
  font-size: .3125rem;
  line-height: .75rem;
  color: #ffffff;
  padding: .875rem;
}


.contactUs .bto {
  width: 100%;
  height: 6.875rem;
  margin-top: .4875rem;
}

.contactUs h6 {
  padding: 0 4%;
  font-size: .3375rem;
  text-align: center;
  font-weight: normal;
  color: #656565;
  margin: .625rem 0 .5rem 0;
}

.contactUs .forms {
  flex: 1;

}

.contactUs .forms input[type=text] {
  width: 100%;
  height: .9625rem;
  background-color: #ffffff;
  font-size: .225rem;
  padding-left: .125rem;
  color: #656565;
  margin-bottom: .25rem;
  border: 1px solid #eeeeee;
}

#map {
  width: 9.4375rem;
  height: 100%;
  margin-left: .3rem;
}

.contactUs textarea {
  width: 100%;
  height: 1.7125rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  font-size: .225rem;
  padding: .125rem 0 0 .125rem;
  color: #656565;
}

.contactUs .forms input[type=submit] {
  height: .9625rem;
  line-height: .9625rem;
  background-color: #1a6bb9;
  width: 100%;
  font-size: .3625rem;
  text-align: center;
  margin-top: .5rem;
  color: #ffffff;
}

.BMap_bubble_title {
  font-size: 16px;
}

.BMap_bubble_content {
  font-size: 14px;
}

/* 机参数表 */
.parameter {
  width: 100%;
  height: auto;
}

.parameter .nav {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: .25rem;
}

.parameter .nav .item {
  position: relative;
  font-size: .2125rem;
  color: #666666;
  margin-right: .3125rem;
  cursor: pointer;
  transition: all 0.3s;
}

.parameter .nav .item.active {
  color: #000000;
  font-weight: bold;
}

.parameter .nav {
  margin: .25rem 0 .375rem 0;
}

.parameter .nav .item.active::after {
  position: absolute;
  left: 0;
  bottom: -0.2875rem;
  display: block;
  content: '';
  width: 4.1125rem;
  height: .075rem;
  background-color: #1a6bb9;
}

.parameterList {
  display: none;
font-size:6px;
}

.parameterList img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vPresentation.inner {
  background-color: #f3f3f3;
}

.vPresentation.inner li {
  margin-bottom: .375rem;
}


/* 新闻咨询 */
.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;
}

.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;
}

.applicationItem li {
  width: 6.3rem;
  height: auto;
  margin: 0 .2375rem .3625rem 0;
}

.applicationItem {
  margin-top: .3125rem;
}

.applicationItem li img {
  width: 100%;
  height: 5.25rem;
  object-fit: cover;
  vertical-align: bottom;
}

.applicationItem li .name {
  width: 100%;
  height: .7625rem;
  background-color: #1a6bb9;
  font-size: .25rem;
  text-align: center;
  line-height: .7625rem;
  color: #ffffff;
}

.honor.inner {
  background: none;
  background-color: #f3f3f3;
}

.honorItem {
  margin-top: .35rem;
}

.honorItem li {
  width: 3.65rem;
  height: 5.1875rem;
  margin: 0 .275rem .375rem 0;
}

.honorItem li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.honorItem li:nth-child(5n),
.applicationItem li:nth-child(3n) {
  margin-right: 0;
}

.about.inner {
  background-color: #fff;
}

.about.inner .bto {
  padding: .4625rem 0;
}

.about.inner .con {
  height: auto;
  margin-bottom: 0;
}


.about.inner .con .img {
  width: 100%;
  height: 8.4625rem;
  margin-left: 0;
}

/* 发展历程 */
.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/ic14-2.png) center no-repeat;
  background-size: contain;
  margin-top: 1rem;
}

.courseSwiper .text {
  height: 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.courseSwiper .time {
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
}

.courseSwiper .text.active .time {
  display: flex;
  align-items: end;
}

.courseSwiper .ls {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #ffffff;
}

.courseSwiper .text.active {
  flex-direction: column-reverse;
}

.courseSwiper .text div {
  height: calc((100% / 3));
}

.courseSwiper .dot {
  display: flex;
  align-items: center;
  width: 0.5125rem !important;
  justify-content: center;
  height: 0.5125rem !important;
  border-radius: 50%;
  background-color: rgba(248, 244, 244, 0.2);
}

.courseSwiper .dot::after {
  display: block;
  content: '';
  width: 0.2625rem;
  border-radius: 50%;
  background-color: #fff;
  height: 0.275rem;
}

.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/ic14.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/ic14-1.png) no-repeat;
  background-size: cover;
}

/* 企业文化 */
.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;
}

/* 企业环境 */
.environment {
  width: 100%;
  height: auto;
  padding-bottom: .5rem;
}

.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;
}

.parameterList table td{
	font-size: 14px !important;
	text-align: center !important;
}

.parameterList table{
	width: 100% !important;
}

.parameterList {
	font-size: 14px !important;
	line-height: 30px;
}