/* 公共样式 */

.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: 18.475rem;
  height: 90%;
  margin: 0 auto;
}

.common-title {
  text-align: center;
}

.common-title h2 {
  font-size: 0.45rem;
  color: #333333;
}

.common-title h4 {
  font-size: 0.2875rem;
  color: #666666;
  margin-top: 0.1875rem;
  font-weight: normal;
}
.common-more {
  display: inline-block;
  min-width: 1.7125rem;
	padding: 0 1em;
  height: 0.4125rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0.2rem;
  font-size: 0.175rem;
  line-height: 0.4125rem;
  text-align: center;
  color: #000000;
}
/* 头部 */

.header {
  width: 100%;
  height: 1.25rem;
  padding: 0 0.25rem;
    position: relative;
    z-index: 9999;
}
.header  .con{
flex:1;
}
.header .logo {
  width: 3.125rem;
  height: auto;
  margin-right: 1%;
}

.header .logo img {
  width: 100%;
  height: 100%;
    object-fit: contain;
}
.header .ph img{
 width: .4875rem;
  height: .4875rem;
  object-fit: cover;
  margin-right: .0625rem;

}
.header ul a,
.header .right span {
  font-size: 0.25rem;
  /* line-height: 60px; */
	text-align: center;
  color: #000000;
  white-space: nowrap;
}
.header .right img {
  width: 0.45rem;
  height: 0.425rem;
  margin-left: 0.25rem;
  object-fit: contain;
  cursor: pointer;
}
.header ul li {
  margin-right: 0.8rem;
}
.header ul li:last-child {
  margin-right: 0.4375rem;
}
.header .right {
	position: relative;
}
.header .right .form {
  position: absolute;
  display: none;
	top: 100%;
	right: 0%;
}
.header .right .form input[type='text'] {
  width: 3.75rem;
  height: 0.4375rem;
  border-radius: 0.25rem;
  font-size: 0.2rem;
  color: #000;
  padding-left: 0.125rem;
  border: 1px solid #ccc;
  padding-right: 0.5625rem;
}
.header .right .form input[type='submit'] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.3125rem;
  background-image: url(../img/icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.headerSwiper .bto {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1%;
  z-index: 9999;
  animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.bannernum {
  position: absolute;
  bottom: 6%;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.bannernums {
  font-size: 18px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
  transition: all 3s;
  cursor: pointer;
}

.bannernums span:first-child {
  padding: 4px;
  border-radius: 100%;
}
.bannernums span{
color:#000;
}
.bannernums.active span{
color:#fff;
}
.bannernums span:last-child {
  width: 0;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -7px;
  transition: all 3s;
}

.bannernums.active {
  color: rgba(255, 255, 255, 1);
}

.bannernums.active span {
  width: 51px;
}
/* 走进力固 */
.entering {
  width: 100%;
  height: auto;
  background-image: url(../img/icon3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.35rem;
}
.entering .common-title {
  text-align: left;
}
.entering .bto {
  margin-top: 0.225rem;
}
.common-about .bto .top {
  height: auto;
  background-color: #ffffff;
  border-radius: 0.1625rem;
  padding: 0.5rem 0.4375rem 0.25rem 0.4375rem;
}
.common-about .bto .text {
  width: 11.125rem;
  font-size: 0.25rem;
  line-height: .5rem;
  color: #000000;
  text-align: justify;
  margin-right: 0.875rem;
}
.about .bto .text {
	font-size: .2rem;
	line-height: 2;
}
.common-about .bto .img img {
  width: 2.2rem;
  height: 2.2rem;
  object-fit: scale-down;
}
.common-about .number {
  flex: 1;
}

.common-about .number h6 {
  font-size: 0.25rem;
  color: #000000;
  margin-bottom: 0.125rem;
}
.common-about .number span {
  font-size: 0.4125rem;
  font-weight: bold;
  color: #282c6c;
}
.common-about .number i {
  font-size: 0.4125rem;
  color: #282c6c;
}
.common-about .number ul li {
  position: relative;
  border-left: 0.025rem solid #aaaaaa;
  padding-left: 0.4875rem;
 margin-bottom: 1.75rem;
 width: 48%;
}
.common-about .number ul em {
  position: absolute;
  left: -0.0375rem;
  top: 0;
  display: inline-block;
  width: 0.05rem;
  height: 0.4rem;
  background-color: #282c6c;
}
.common-about .number ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* 产品分类 */
.classification {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 0.375rem 0 0.5rem 0;
}
.classification-con {
  margin-top: 0.375rem;
}
.classification-con ul li {
  width: 5.9375rem;
  height: auto;
  margin: 0 0.075rem 0.3375rem 0;
}
.classification-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.classification-con ul li:nth-child(4n) {
  margin-right: 0;
}
.classification-con ul li a > img {
  width: 100%;
  height: 4.625rem;
  object-fit: cover;
}
.classification-con ul .name {
  width: 100%;
  padding: 0 0.25rem;
  height: 0.75rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
}
.classification-con ul .name span {
  font-size: 0.225rem;
  color: #171717;
  padding-left: 10%;
}
.classification-con ul .name img {
  width: 0.2625rem;
  height: 0.2625rem;
  object-fit: cover;
}
/* 选择我们的理由 */
.reason {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.75rem 0;
}
.reasonSwiper {
  position: relative;
  width: 100%;
  /* height: 6.425rem; */
  overflow: hidden;
  margin-top: 0.375rem;
}
.reasonSwiper .swiper-slide {
  display: flex;
}
.reasonSwiper img {
  width: 9.2125rem;
  height: 100%;
  object-fit: cover;
}
.reasonSwiper .text {
  flex: 1;
  /* height: 100%; */
  background-image: url(../img/icon11.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: cover;
  padding: .375rem;
}
.reasonSwiper .text h6 {
  font-size: 0.3rem;
  color: #000000;
}
.reasonSwiper .text .ls {
  font-size: 0.2rem;
  line-height: 2.4;
  color: #000000;
  margin-top: .25rem
}
.reasonSwiper .bto {
  display: flex;
  align-items: center;
	justify-content: center;
  width: 100%;
	margin-top: 1.5%;
  /* position: absolute; */
  z-index: 999;
  /* left: 54%;
  bottom: 10%; */
}
.reasonSwiper .bto .reason-button-next,
.reasonSwiper .bto .reason-button-prev {
  width: 0.325rem;
  height: 0.325rem;
  cursor: pointer;
}
.reasonSwiper .bto .reason-button-next {
  background-image: url(../img/icon10-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.reasonSwiper .bto .reason-button-prev {
  background-image: url(../img/icon10.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.reasonSwiper .reason-pagination {
  margin: 0 0.2rem;
}
.reasonSwiper .reason-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #282c6c;
  margin-right: 14px;
}
.reasonSwiper .reason-pagination .swiper-pagination-bullet-active {
  background-color: red !important;
}
/* 解决方案 */
.solution {
  width: 100%;
  height: auto;
  padding-bottom: 0.3375rem;
}
.solutionSwiper {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.solutionSwiper .swiper-slide {
	position: relative;
	overflow: hidden;
}
.solutionSwiper img {
  width: 100%;
  height: 4.4rem;
	object-fit: cover;
	transition: all .5s;
}
.solutionSwiper a {
  position: relative;
}
.solutionSwiper .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}
.solutionSwiper .name span {
	display: inline-block;
  font-size: 0.2625rem;
  color: #282C6C;
	background-color: rgba(255, 255, 255, 0.5);
	line-height: 1.8;
	border-radius: .9em;
	font-weight: 700;
	padding: 0 1em;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
	transition: all .5s;
	text-align: center;
}
.solutionSwiper .name img {
  display: none;
  width: 0.3rem;
  height: 0.3rem;
  object-fit: cover;
}
/* .solutionSwiper a:hover .name img {
  display: block;
} */
.solutionSwiper a:hover .name span {
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
	transform: translate(0, -3px);
}
.solutionSwiper a:hover > img {
	scale: 1.05;
}
.solutionSwiper .reason-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background-color: #000000;
  opacity: 1;
  margin-right: 15px;
}

.solutionSwiper .reason-pagination .swiper-pagination-bullet-active {
  background-color: #282c6c !important;
}
.solutionSwiper .bto {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3375rem;
}
/* 荣誉证书 */
.certificate {
  width: 100%;
  height: auto;
  background-image: url(../img/icon14.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.375rem 0 0.75rem 0;
}
.certificate .nav {
  width: 100%;
  margin: 0.375rem 0;
}
.certificate .nav a {
  margin-right: 0.3rem;
}
.certificate .nav a:hover {
  background-color: #282c6c;
  color: #fff;
}
.certificateSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.certificateSwiper .swiper-slide {
  width: 4.3rem;
  height: 6.0125rem;
}
.certificateSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 厂房车间 */
.workshop {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.5625rem 0;
  background-image: url(../img/icon17.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.workshopSwiper {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0.5rem 0 0.25rem 0;
}
.workshopSwiper img {
  width: 7.875rem;
  height: 5.7rem;
  object-fit: cover;
}
.workshopSwiper .workshop-button-next {
  position: absolute;
  left: 31.6%;
  top: 45%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 0.575rem;
  height: 0.575rem;
  background-image: url(../img/icon18.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
}
.workshopSwiper .workshop-button-prev {
  width: 0.575rem;
  height: 0.575rem;
  background-image: url(../img/icon19.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 68.2%;
  top: 45%;
  z-index: 9999;
  cursor: pointer;
  transform: translateX(-50%);
}
/* 我们从未停止探索 */
.explore {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 0.75rem 0;
}
.explore .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	margin-right: 1%;
	align-items: flex-start;
}
.explore .left .common-more {
  margin-bottom: 35%;
}
.explore .right ul {
	align-items: flex-start;
}
.explore .title h2 {
  font-size: 0.45rem;
  font-weight: bold;

  color: #010101;
}
.explore .title h6 {
  font-size: 0.225rem;
  color: #010101;
  font-weight: normal;
  margin-top: 0.375rem;
}
.explore .right h6 {
  font-size: 0.2rem;
  color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.explore .right img {
  width: 6.4125rem;
  height: 4.2rem;
  object-fit: cover;
  margin: 0.25rem 0;
}
.explore .right .text {
  font-size: 0.175rem;
  line-height: 0.45rem;
  color: #000000;
}
.explore .right ul li {
  margin-right: 0.1625rem;
}
.explore .right ul li:nth-child(2n) {
  margin-right: 0;
}
/* 底部‘ */
.footer {
  width: 100%;
  height: auto;
  padding-top: 1.0875rem;
  background-image: url(../img/icon21.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .top {
  width: 100%;
  /* height: 8.8375rem; */
  background-color: #ffffff;
  border-radius: 0.35rem;
  padding: 0.375rem 0.75rem;
}
.footer .top .left {
  flex: 1;
  margin-right: 0.4125rem;
}
.footer .top .left > a {
  display: inline-block;
  width: 5.1375rem;
  height: 1.575rem;
}
.footer .top .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .top ul p {
  font-size: 0.1875rem;
  line-height: 0.7rem;
  font-weight: bold;
  color: #000000;
}
.footer .top ul a,
.footer .top ul span {
  font-size: 0.1875rem;
  line-height: 0.5rem;
  color: #000000;
}
#map {
  width: 9rem;
  height: 5.3125rem;
}

.footer .top ul li {
  display: flex;
  flex-direction: column;
}

.BMap_bubble_title {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.BMap_bubble_content {
  font-size: 14px;
}
.footer .bto {
  font-size: 0.175rem;
  line-height: 1.25rem;
  text-align: center;
  color: #ffffff;
}
.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

/* 菜单导航 */

.menu-nav {
  width: 100%;
  height: 0.675rem;
}

.menu-nav .common-card {
  height: 100%;
	display: flex;
	align-items: center;
}
.menu-nav .rt a{
  display: flex;
}
.menu-nav .rt a:hover{
  color:#282c6c;
}
.menu-nav .rt a::before {
  display: block;
  content: '';
  width: .3375rem;
  height: .2625rem;
  background: url(../img/back-icon.png) no-repeat;
  background-size: cover;
  margin-right: .125rem;
}

.menu-nav .common-card > img {
  width: 0.2625rem;
  height: 0.2625rem;
  object-fit: cover;
  margin-right: 0.1375rem;
}

.menu-nav .common-card {
  font-size: 0.225rem;
  color: #000000;
}

/* 产品详情 */
.products {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  padding: 0.2125rem 0;
}
.products .common-card {
  display: flex;
}
.products .left {
width: 4.375rem;
  height: auto;
  /* background-color: #ffffff; */
  /* border: solid 1px #e9e9e9; */
  margin-right: 0.2125rem;
}
.technical-con img{
    //width: 100%;
}
.products .left .title {
  width: 100%;
  height: 1.55rem;
  background-color: #282c6c;
  padding-left: 0.15rem;
}
.products .left .title > img {
  width: 0.5625rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.225rem;
}
.products .left .title .text h2 {
  font-size: 0.3125rem;
  font-weight: bold;
  color: #ffffff;
}
.products .left .title .text h4 {
  font-size: 0.1875rem;
  margin-top: 0.15rem;
  font-weight: normal;
  color: #ffffff;
}

/* 菜单 */
.productsMenu {
  padding-top: 0.2875rem;
  background-color: #fff;
}

.productsMenu .list {
  position: relative;
  width: 100%;

  height: auto;
  background-color: #282c6c;
  transition: all 0.3s;
  margin-bottom: 0.0125rem;
}
.productsMenu .list .title-level-1 {
  display: inline-block;
  width: 100%;
  height: 0.8125rem;
}
.productsMenu .menuStair::after {
  display: block;
  content: '';
  width: 0.1875rem;
  height: 0.1875rem;
  background-image: url(../img/icon24.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
left: 0.125rem;
  top: 0.2875rem;
  transition: all 0.3s;
}

.productsMenu .list a div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.1875rem;
}
.productsMenu .list .default {
  width: 0.275rem;
  height: 0.275rem;
  transition: all 0.3s;
  object-fit: cover;
  margin-right: 0.125rem;
}
.productsMenu .menuStair.active .default {
  transform: rotate(90deg);
}
.productsMenu .list span {
  display: inline-block;
  flex: 1;
  padding-left: 0.25rem;
  font-size: 0.225rem;
  color: #ffffff;
}

.productsMenu .items {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.productsMenu .items .list {
  position: relative;
  width: 100%;
  height: auto;
  //border-bottom: 0.025rem solid #e9e9e9;
  font-size: 0.1875rem;
  cursor: pointer;
line-height: .5rem;
  color: #666;
  background-color: #ffffff;
  border-right: solid 0.0125rem #e9e9e9;
  border-left: solid 0.0125rem #e9e9e9;
}
.productsMenu .list a {
//  border-bottom: 0.025rem solid #e9e9e9;
}
.productsMenu .list > .title-level-2 {
  width: 100%;
  height: 100%;
  border-bottom: 0.025rem solid #e9e9e9;
}
.title-level-4,
.title-level-3{
 border-bottom: 0.025rem solid #e9e9e9;
}
.productsMenu .items li i {
  flex: 1;
  //display: -webkit-box;
 // -webkit-box-orient: vertical;
  //-webkit-line-clamp: 1;
 // overflow: hidden;
  //text-overflow: ellipsis;
  padding-right: 0.375rem;
}
.productsMenu .items li a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.panel-level-4 li {
line-height: .25rem !important;
 border-bottom: 0.025rem solid #e9e9e9;
  height: .5rem;
display: flex;
}
.productsMenu .items .list:last-child {
  border-bottom: none;
}
.title-level-2 {
  padding-left: 0.225rem;
}
.panel-level-4 a {
  padding-left: 0.4125rem;
}
.productsMenu .items li a::before {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  border: 0.025rem solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  right: 0.1875rem;
  margin-top: -0.05rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.productsMenu .menuStair.active::before {
  transform: rotate(90deg);
}
.productsMenu .items li:hover {
  color: #282c6c;
}
.productsMenu .menuStair.active,
.productsMenu .menuStair:hover {
  background-color: #282c6c !important;
}
.title-level-3 {
 padding-left: .3125rem  !important;
}
.title-level-4 , .panel-level-3 a{
// padding-left: .75rem !important;
padding-left: .4375rem;
}
.productsMenu .panel-level-3 a.active {
  color:  red;
 // padding-left: .75rem;
}
.productsMenu .panel-level-3 li::before {
  right: 4% !important;
}

/* ---------- */
.products .right {
  width: calc(100% -  4.375rem);
}
.products .right .title {
  border-bottom: 0.025rem solid #e6e6e6;
  padding-bottom: 0.1875rem;
  position: relative;
  margin-bottom: 0.375rem;
}
.products .right .title .br {
  position: absolute;
  left: 0;
  bottom: -0.0375rem;
  width: 1.3125rem;
  height: 0.0625rem;
  background-color: #282c6c;
}
.products .right .title span {
  font-size: 0.3125rem;
  font-weight: bold;
  color: #000000;
}
.products .right .title i {
  font-size: 0.3125rem;
  font-weight: bold;
  color: #282c6c;
}
.products .right .title em {
  font-size: 15px;
  color: #888888;
  margin-left: 0.1rem;
}
.products .right .top {
    background-color: #fff;
  display: flex;
	align-items: center;
}
.products .right .top .img{
  width: 5.875rem;
  height: auto;
    background: #fff;
}
.products .right .top img {
 width:100%;
  height: auto;
    object-fit: contain;
}
.products .right .top .text {
  flex: 1;
  background-color: #fff;
  padding: 0.375rem 0.4375rem 0.375rem 0.5rem;
}
.products .right .top .text h6 {
font-size: .25rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: 0.1875rem;
}
.products .right .top .text .ls,
.products .right .top .text .ls span ,
.technical-con  span{
font-size: .175rem !important;
  line-height: 1.75;
  color: #666666;
  margin-top: 0.125rem;
}
/* 产品优势 */
.superiority {
  width: 100%;
  height: auto;
}
.products-title {
  width: 100%;
  height: 0.625rem;
  background-color: #fff;
  margin: 0.25rem 0;
}
.products-title span {
  display: inline-block;
font-size: .275rem;
  color: #f5f5f5;
  line-height: 0.625rem;
  padding: 0 0.25rem;
  background-color: #282c6c;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}
.superiority-con {
  margin: 0.75rem 0 0.4375rem 0;
  padding: 0 0.25rem;
}
.superiority-con li{
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.superiority-con ul .img {
  position: relative;
width: 1.25rem;
height: 1.25rem;
  border-radius: 50%;
  background-color: #282c6c;
}
.superiority-con ul .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
width: .5rem;
  height: auto;
  object-fit: contain;
}
.superiority-con ul p {
 font-size: .25rem;
  color: #000000;
  margin-top: 0.175rem;
}

.technical-con table {
  width: 100% !important;
  height: auto;
  border: 0.0125rem solid #ccc;
}
.technical-con table tr {
  /* height: 0.4375rem !important; */
  text-align: center;
}
.technical-con table tr td {
  font-size: .175rem !important;
  color: #666666;
  border: 3px solid #fff;
	height: 0.55rem !important;
}
.technical-con table tr:first-child td {
  background-color: #282c6c;
  color: #fff;
}
/* 联系我们 */

.contactUs {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f7f7f7;
  padding: .375rem 0;
}

//.contactUs > .common-card {
 // position: absolute;
  //top: -75%;
 // left: 50%;
  //transform: translateX(-50%);
//}

.contactUs .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8.825rem;
  background-color: #ffffff;
  box-shadow: 0 0.0375rem 0.0625rem 0.0125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.225rem;
  padding: 0.625rem 0.5625rem 0.1rem 1rem;
    position: relative;
 top: -0.625rem;
}

.contactUs .top .text h6 {
  font-size: 0.45rem;
  font-weight: normal;
  line-height: 0.6625rem;
  color: #000000;
}

.contactUs .top .text .ls {
  font-size: 0.3rem;
  line-height: .6rem;

  color: #000000;
}
.contactUs .top .text img {
  width: 2.8125rem;
  height: 2.8125rem;
  object-fit: cover;
}

#map2 {
  width: 11.25rem;
  height: 7.425rem;
}

.contact-con {
 // padding-top: 0.75rem;
}

.contact-con h6 {
  font-size: 0.325rem;
  line-height: 35px;
  color: #656565;
  text-align: center;
  margin: 0 0 0.75rem 0;
}
.contact-con .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact-con .form input[type='text'] {
  width: 9.125rem;
  height: 0.8625rem;
  line-height: 0.8625rem;
  background-color: #ffffff;
  border: solid 0.0125rem #eeeeee;
  font-size: 0.2rem;
  color: #656565;
  padding-left: 0.2375rem;
}

.contact-con .form input[type='submit'] {
  width: 9.7125rem;
  height: 0.8625rem;
  line-height: 0.8625rem;
  background-color: #e62129;
  border: solid 1px #d2d2d2;
  font-size: 0.325rem;
  color: #ffffff;
  margin-top: 0.5rem;
}

.contact-con .form textarea {
  width: 100%;
  height: 2.9rem;
  background-color: #ffffff;
  border: solid 0.0125rem #d2d2d2;
  font-size: 0.2rem;
  padding: 0.4rem 0 0 0.2375rem;
  color: #656565;
}

.contact-con .form .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.navigation {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 0.3375rem 0 0.375rem 0;
}

.navigation .common-card {
  display: flex;
  align-items: center;
}

.navigation span,
.navigation a {
  font-size: 0.225rem;
  line-height: 0.3125rem;
  color: #333333;
}

/* 新闻资讯 */

.newsInformation {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding-top: 0.25rem;
}

.newsInformation .common-card .top {
  display: flex;
}

.newsInformation .left {
  width: 3.7375rem;
  height: auto;
  margin-right: 0.25rem;
}

.newsInformation .right {
  flex: 1;
}

.newsInformation .left .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.2125rem;
  background-color: #282c6c;
  border-radius: 0.0375rem;
}

.newsInformation .left .title h6 {
  font-size: 0.375rem;
  font-weight: normal;
  color: #ffffff;
}

.newsInformation .left .title h5 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #ffffff;
  margin-top: 0.1rem;
}

.newsInformation .left .nav a {
  display: inline-block;
  width: 100%;
  height: 0.75rem;
  line-height: 0.75rem;
  padding-left: 0.625rem;
  font-size: 0.25rem;
  color: #333333;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}
.newsInformation .left .nav a:hover {
  color: #282c6c;
}
.newsInformation .text {
  padding: 0.125rem 0.125rem 0.375rem 0.125rem;
}

.newsInformation .text P {
  font-size: 0.2rem;
  line-height: 0.55rem;
  color: #333333;
}

.newsInformation .text img {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: cover;
}

.newsInformation ul li {
  display: flex;
  width: 100%;
  height: 3.7125rem;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.15rem 0 rgba(9, 1, 4, 0.06);
  border: solid 1px #e9e9e9;
  padding: 0.3rem 0.3rem 0.275rem 0.3rem;
  margin-bottom: 0.25rem;
}

.newsInformation ul li > img {
  width: 4.2625rem;
  height: 3.2rem;
  object-fit: cover;
  margin-right: 0.375rem;
}

.newsInformation ul .text h6 {
  font-size: 0.25rem;
  color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsInformation ul .text .time {
  font-size: 0.175rem;
  color: #b1b1b1;
  margin: 0.15rem 0 0.25rem 0;
}

.newsInformation ul .text .ls {
  font-size: 0.2125rem;
  line-height: 0.3125rem;
  color: #333333;
}

.newsInformation ul .text a {
  display: inline-block;
  width: 1.4375rem;
  height: 0.4625rem;
  background-color: #ffffff;
  border-radius: 0.175rem;
  border: solid 1px #d9d9d9;
  margin-top: 0.25rem;
}

.newsInformation ul .text a span {
  font-size: 0.175rem;
  color: #3f3f3f;
  margin-right: 0.1125rem;
}

.newsInformation ul .text a img {
  width: 0.1625rem;
  height: 0.1125rem;
  object-fit: cover;
}

.newsInformation ul .text a > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 解决方案 */
.insideSolution {
  width: 100%;
  height: auto;
  padding-top: 0.375rem;
}
.insideSolution ul li {
  position: relative;
  width: 4.4875rem;
	height: 3.35rem;
  margin: 0 0.175rem 0.4375rem 0;
  overflow: hidden;
	text-align: center;
}
.honor-list ul li {
	height: 6.35rem;
	border: 1px solid #d2d2d2;
}
.honor-list ul li img {
	object-fit: contain;
}

.insideSolution ul li:nth-child(4n) {
  margin-right: 0;
}
.insideSolution ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.375rem;
}

.insideSolution ul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.insideSolution ul span {
  display: inline-block;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 3%;
	transform: translate(-50%, 0);
  font-size: 0.25rem;
  transition: all 0.3s;
  line-height: 0.5rem;
	background-color: rgba(255, 255, 255, 0.5);
	line-height: 1.8;
  color: #282C6C;
	padding: 0 1em;
	border-radius: .9em;
	font-weight: 700;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.insideSolution ul li:hover img {
  transform: scale(1.2);
}
.insideSolution ul li:hover span {
	box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
	transform: translate(-50%, -3px);
}
.honor-list ul span {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: .225rem;
	width: 75%;
}

/* 关于我们 */
.about {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  padding: 0.3625rem 0 0.4375rem 0;
}
.about .bto {
  margin-top: 0.225rem;
}
.about-video {
  width: 100%;
  height: auto;
}

.about-video .video {
  position: relative;
  width: 100%;
  height: 8.25rem;
}

.about-video .video .bg {
  width: 100%;
  height: 8.25rem;
  object-fit: cover;
}

.about-video .video .icon {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: cover;
}

.about-video .video .img > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8.25rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-video .video .img {
  display: none;
  cursor: pointer;
}

.about-video .video:hover .img {
  display: block;
}
/* 视频 */

.videos {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.444);
}

.video-box {
  position: absolute;
  top: 20%;
  left: 20%;
  bottom: 20%;
  right: 20%;
  background-color: #000;
}

.video-box video {
  width: 100%;
  height: 100%;
}

.video-back {
  width: 100%;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}
/* 发展历程 */

.development {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.25rem 0;
}
.development .common-card {
  position: relative;
}
.developmentSwiper2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
    padding-bottom: .875rem;
  margin-top: 0.625rem;
  background-image: url(../img/icon38.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 95.5%;
}
.developmentSwiper2 .swiper-slide {
  display: flex;
  align-items: center;
}
.developmentSwiper2 .text {
  padding: 0 3% 0 5%;
  font-size: .225rem;
  line-height: 2;
  flex: 1;
  color: #000000;
}
.developmentSwiper2 img {
  width: 10rem;
  height: 5.0875rem;
  object-fit: cover;
}
.developmentSwiper {
  position: absolute;
  left: 0;
  bottom: 1%;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.developmentSwiper .swiper-slide {
  text-align: center;
}
.developmentSwiper .swiper-slide span {
  display: inline-block;
  width: 1.325rem;
  height: 0.425rem;
  background-color: #999999;
  border-radius: 0.2125rem;
  color: #ffffff;
  font-size: 0.225rem;
  line-height: 0.425rem;
  text-align: center;
  cursor: pointer;
}
.developmentSwiper .swiper-slide-thumb-active span {
  background-color: red;
}

/* 企业文化 */

.enterpriseCulture {
  width: 100%;
  height: auto;
  padding: 0.3625rem 0 0.5rem 0;
}

.enterpriseCulture ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.enterpriseCulture ul li {
  position: relative;
  width: 30%;
  height: 6.175rem;
  margin-right: 0.15rem;
}
.enterpriseCulture ul li:last-child {
  margin-right: 0;
}
.enterpriseCulture ul li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enterpriseCulture ul h6 {
  font-size: 0.35rem;
  font-weight: normal;
  line-height: 0.525rem;
  color: #ffffff;
	margin: 0.5em 0;
  /* display: none; */
}

.enterpriseCulture ul p {
  /* display: none; */
  font-size: 0.225rem;
  line-height: 0.525rem;
  color: #ffffff;
}

.enterpriseCulture ul .samk {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3% 0;
}

.enterpriseCulture ul .samk img {
  width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	border: 1px dashed #fff;
  object-fit: scale-down;
  /* display: none; */
}

.enterpriseCulture ul .samk > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
	text-align: center;
}

.enterpriseCulture ul li:hover .samk {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  cursor: pointer;
}
.enterpriseCulture ul li:hover .samk img {
	animation: swing 1s;
}
.enterpriseCulture ul li:hover .samk img,
.enterpriseCulture ul li:hover .samk p,
.enterpriseCulture ul li:hover .samk h6 {
  display: block;
}
/* 新闻详情 */

.newsDetali {
  width: 100%;
  height: auto;
  padding: 0.4125rem 0;
}

.newsDetali h6 {
  text-align: center;
  font-size: 0.45rem;
  color: #000000;
  margin-bottom: 0.375rem;
}

.newsDetali .text {
  font-size: 0.2rem;
  line-height: 0.6rem;
  color: #000000;
}
/* 合作伙伴 */
.cooperative {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 0.375rem 0;
}

.cooperative-con {
  padding: 0.5rem 0 1.25rem 0;
}
.cooperative .common-card {
  width: 20rem;
  padding-left: 2%;
}
.cooperative-con img {
  width: 2.9625rem;
  height: 2.9625rem;
  object-fit: contain;
  margin-right: 0.1875rem;
  margin-bottom: -0.9375rem;
}
.cooperative-con img:nth-child(11n+1) {
  margin-left: 1.4375rem;
}
/* .cooperative-con img:nth-child(11),
.cooperative-con img:nth-child(22) {
  margin-right: 0;
}
.cooperative-con img:nth-child(5) {
  margin-right: 1.4375rem;
}
.cooperative-con img:nth-child(1),
.cooperative-con img:nth-child(12) {
  margin-left: 1.4375rem;
} */
/* 产品中心 */
.productCenter ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productCenter ul li {
width: 4.5625rem;
  height: auto;
  margin: 0  .1rem 0.25rem 0;
}
.technical-con.img img{
  object-fit: contain;
}
.productCenter ul li:nth-child(3n) {
  margin-right: 0;
}
.productCenter ul img {
  width: 100%;
  height: 3.725rem;
  object-fit: cover;
}
.productCenter ul .name {
  position: relative;
  width: 100%;
  height: 0.6rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.0625rem 0 rgba(0, 0, 0, 0.06);
  font-size: 0.175rem;
  line-height: 0.6rem;
  color: #171717;
  padding: 0 0.5rem 0 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productCenter ul .name::before {
  display: block;
  content: '';
  width: 0.2125rem;
  height: 0.2125rem;
  background-image: url(../img/icon10.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.1875rem;
  top: 50%;
  transform: translateY(-50%);
}


.header ul li {
  position: relative;
}
.pullDown {
  display: none;
  z-index: 99999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.75rem;
  width: auto;
  height: auto;
  background-color: rgba(251, 246, 246, 0.9);
  box-shadow: 0 0.05rem 0.125rem 0 #ccc;
  padding: 0.125rem;
  border-radius: 5px;
}

.pullDown-con a {
  white-space: nowrap;
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: .75rem;
}

.pullDown-con a:last-child{
  border-bottom: none;
}

.classification .nav a {
    display: inline-block;
    width: fit-content;
    height: 0.525rem;
    padding: 0 0.1875rem;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.525rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0.2rem;
    margin-right: 10px;
}

.classification .nav {
  margin-top: 0.1875rem;
}


/* 立即咨询 */
.consultNow {
  width: 100%;
  height: auto;
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.1875rem;
}
.consultNow .tl {
  font-size: 0.375rem;
  margin-bottom: 0.1875rem;
}
.consultNow input[type='text'],
.consultNow input[type='email'] {
  width: calc((100% - 0.1875rem) / 3);
  height: 0.8625rem;
  line-height: 0.8625rem;
  background-color: #ffffff;
  border: solid 0.0125rem #eeeeee;
  font-size: 0.2rem;
  color: #656565;
  padding-left: 0.2375rem;
  margin: 0 0.1875rem 0.125rem 0;
}
.consultNow input[type='email']{
margin-right:0;
}
.consultNow textarea {
  width: 100%;
height: .75rem;
  background-color: #ffffff;
  border: solid 0.0125rem #d2d2d2;
  font-size: 0.2rem;
padding: .125rem 0 0 .125rem;
  color: #656565;
}
.consultNow input[type='submit'] {
  width: 9.7125rem;
  height: 0.8625rem;
  line-height: 0.8625rem;
  background-color: #e62129;
  border: solid 1px #d2d2d2;
  font-size: 0.325rem;
  color: #ffffff;

}

.form_book .item:last-child{
  margin-top: .1875rem;
}

.news_pre {
    font-size: 16px;
}
.news_pre:hover {
 color: #282c6c;
}
.panel-level-4 li a{
 padding-left: .5rem;
font-size: .175rem;
}
.returnbt {
  width: fit-content;
  height: .5rem;
  line-height: .5rem;
  color: #fff;
  background-color: #282c6c;
  font-size: .3rem;
  padding: 0 .25rem;
  margin:  0 auto;
}

.title-level-2.active{
color:red;
}

.productsMenu .items .red{
color:red;
}

.products .right .top .biglmg{
  width: 100%;
padding:10px;
}

.case-detail .text {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;

}
.case-detail .text img {
	width: 24%;
	margin-bottom: 2%;
	height: auto;
	border: 1px solid #ddd;
}
.partner img {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.technical-con {
	overflow: auto;
}