/* 公共样式 */
.flex-c {
  display: flex;
  align-items: center;
}
.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: 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: 17.5rem;
  height: 100%;
  margin: 0 auto;
}

.common-title {
  text-align: center;
}

.common-title h2 {
  font-size: 0.375rem;
  color: #333333;
}
.common-title h4 {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin-top: 0.25rem;
}
.common-more {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.425rem;
  height: 0.45rem;
  background-color: #007cc3;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0.2125rem;
  border: solid 1px #eeeeee;
  font-size: 0.175rem;
  letter-spacing: 3px;
  color: #ffffff;
}
.common-more::after {
  display: block;
  content: '';
  width: 0.75rem;
  height: 0.075rem;
  background-image: url(../img/icon8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -0.0125rem;
  margin-left: 0.2875rem;
}

/*菜单导航  */

#menu {
  position: fixed;
  width: 100%;
  height: 1rem;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.0125rem 0.0875rem 0.025rem rgba(24, 24, 24, 0.18);
}
.insideMenu {
  background-color: #fff !important;
  position: static !important;
}

#menu.active .con ul a {
  color: #000;
}
#menu.active .logo .lg1 {
  display: none;
}
#menu.active .logo .lg2 {
  display: block;
}

#menu .common-card {
  position: relative;
}
#menu .logo {
  display: inline-block;
    width: 2.0375rem;
  height: .55rem;
 margin-right: 4.875rem;
   // margin-right: 15%;
}

#menu .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#menu .logo .lg2 {
  display: none;
}
#menu .con {
  flex: 1;
}
#menu .con ul li > a {
  font-size: 0.25rem;
  color: #ffffff;
}
#menu .con ul li > img {
  width: 0.3625rem;
  cursor: pointer;
  height: 0.3625rem;
  object-fit: cover;
}
#menu .con ul li {
  position: relative;
  line-height: 1rem;
    display: flex;
}

#menu .con ul li:nth-child(7) img {
  width: 0.325rem;
  height: 0.2rem;
  object-fit: contain;
}
#menu .con ul li:nth-child(7) span {
  font-size: 0.25rem;
  color: #fff;
  margin: 0 0.075rem;
}
#menu.active ul li:nth-child(7) span {
  color: #000;
}
#menu .con ul li:nth-child(7) {
  display: flex;
  align-items: center;
}
#menu .con ul .search {
  width: 0.325rem;
  height: 0.325rem;
  object-fit: cover;
}
#menu .form {
  display: none;
  position: absolute;
  right: 0;
  top: 1rem;
  width: 4.375rem;
  height: auto;
  padding: 0.375rem 0.1875rem 0.1875rem 0.1875rem;
  background-color: #fff;
}
#menu .form > div {
  position: relative;
  width: 100%;
  height: 100%;
}
#menu .form input[type='text'] {
  width: 100%;
  height: 0.4375rem;
  font-size: 0.2rem;
  color: #000;
  line-height: 0.4375rem;
  padding-left: 0.125rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  margin-right: 0.25rem;
}
#menu .form input[type='submit'] {
  background-image: url(../img/icon3-1.png);
  width: 0.3625rem;
  height: 0.3625rem;
  background-repeat: no-repeat;
  background-size: contain;
}
#menu .mg2 {
  display: none !important;
}
#menu.active .mg2 {
  display: block !important;
}

#menu.active .search {
  display: none !important;
}
#menu .close {
  position: absolute;
  right: -0.375rem;
  top: -0.5625rem;
  border: 1px solid #000;
  border-radius: 50%;
}
#menu .close div {
  cursor: pointer;
  position: relative;
  width: 0.375rem;
  height: 0.375rem;
}

#menu .close div:before,
#menu .close div:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  width: 2px;
  background: black;
}
#menu .close div:before {
  transform: rotate(45deg);
}
#menu .close div:after {
  transform: rotate(130deg);
}
.insideMenu .con ul li > a {
  color: #000 !important;
}
.insideMenu .logo .lg1 {
  display: none !important;
}
.insideMenu .logo .lg2 {
  display: block !important;
}

#menu.insideMenu .mg2 {
  display: block !important;
}

.insideMenu .search {
  display: none !important;
}
.insideMenu ul li:nth-child(7) span {
  color: #000 !important;
}
/* <!-- 轮播 --> */

.headerSwiper {
position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.bannernum {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3%;
  z-index: 9;
  right: 0;
  transform: translateX(-50%);
}

.bannernums .br {
  display: none;
  position: relative;
  width: 71px;
  height: 1px;
  background-color: #84c225;
  opacity: 0;
}

.bannernums.active .br {
  display: block;
  opacity: 1;
  transition: all 0.3s;
  margin-right: 0.25rem;
}

.bannernums.active .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  z-index: 9;
  background-color: #007cc3;
  animation: grow 2s;
}

.bannernums.active .bg::before {
  display: block;
  content: '';
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #007cc3;
  border: 2px solid #007cc3;
  border-radius: 50%;
}

@keyframes grow {
  to {
    width: 71px;
  }
}

.bannernums {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #84c225;
  margin-right: 0.2875rem;
  transition: all 3s;
  cursor: pointer;
}
.bannernums.active span {
  color: #007cc3;
}

/* 事业部分类 */
.business {
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg1.png);
  padding: 6% 0 0.25rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section2Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top:4%;
}

.section2Swiper .swiper-slide {
  position: relative;
}
.section2Swiper .bg {
  width: 100%;
  height: 6.8rem;
  object-fit: cover;
  vertical-align: bottom;
}
.section2Swiper p {
  font-size: 0.225rem;
  color: #ffffff;
  margin-left: 13px;
}
.section2Swiper a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
 
  width: 100%;
    height: 100%;
   
  transition: all 0.7s;
    //display: none;
}
.section2Swiper a  div{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
    height: 10%;
 display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.section2Swiper a img {

  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
}
.section2Swiper .swiper-slide:hover a {
 background: rgba(0, 0, 0, 0.3);
   display: block;
}
.section2Swiper .swiper-slide:hover a div{
  bottom: 45%;
    flex-direction: column

 }
.section2Swiper .swiper-slide:hover p {
  margin-top: 0.125rem;
}
/* 关于我们 */
.homeAbout {
  width: 100%;
  height: 100vh;
  padding: 4%  0  0.25rem 0;
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.homeAbout .top {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  padding: 0.15rem 0.225rem 0.15rem 0.125rem;
  margin-top: 2%;
}

.homeAbout .top .lt {
  position: relative;
  width: 8.4875rem;
  height: 6.25rem;
  margin-right: 0.3rem;
}

.homeAbout .top .lt .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeAbout .top .lt .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.homeAbout .top .lt .img img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: cover;
}
.homeAbout .top .rt {
  flex: 1;
}
.homeAbout .top .rt h6 {
  font-size: 0.275rem;
  color: #000000;
}
.homeAbout .top .rt h4 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #848484;
  margin: 0.1875rem 0;
}
.homeAbout .top .rt .text {
  font-size: 0.175rem;
  line-height: 0.4rem;
  color: #000000;
  margin-bottom: 0.375rem;
}
.homeAbout .number {
  width: 100%;
  height: auto;
    margin-top: 2%;
}

.homeAbout .number ul span {
  font-size: 0.625rem;
  font-weight: bold;
  color: #000000;
}
.homeAbout .number ul i {
  font-size: 0.525rem;
  font-weight: bold;
  color: #000000;
}
.homeAbout .number ul h6 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #000000;
}

.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;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}
/* 新闻资讯 */
.homeNews {
  width: 100%;
  height: 100vh;
 padding: 4% 0  .25rem 0 ;
  background-image: url(../img/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.homeNews .common-card {
  position: relative;
}
.homeNews-con {
  width: 100%;
  height: auto;
  margin-top: 2%;
}
.homeNews .news {
  position: absolute;
  width: 8.625rem;
  height: 3.25rem;
  background-color: #ececec;
  right: 0;
  bottom: 12%;
  padding: 0.4rem 0.425rem 0.25rem 0.325rem;
}
.news h6 {
  font-size: 0.225rem;
  font-weight: normal;

  color: #000000;
}
.homeNews-con .bg {
  width: 15.8625rem;
  height: 7.1875rem;
  object-fit: cover;
}
.news .time {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.825rem;
  height: 0.625rem;
  background-color: #0084ca;
  border-bottom-left-radius: 0.2625rem;
  border-bottom-right-radius: 0.2625rem;
}
.news .time span {
  font-size: 0.175rem;

  color: #ffffff;
}
.news .time i {
  font-size: 0.3rem;
  color: #ffffff;
}
.news .text {
  font-size: 0.175rem;
  line-height: 0.3875rem;
  color: #000000;
  margin: 0.3125rem 0;
}
.news .common-more::after {
  background-image: url(../img/icon8-2.png);
}
.news .common-more {
  background-color: #fff;
  color: #494949;
}
/* 荣誉证书 */
.homeHonor {
  position: relative;
  width: 100%;
  height: auto;
}
.homeHonor img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.homeHonor .common-title {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}
/* 底部 */
.footer {
  width: 100%;
  height: auto;
  background-image: url(../img/bg5.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.5rem;
}
#map {
  width: 100%;
  height: 5.25rem;
  margin-bottom: 0.625rem;
}
.footer .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .top .lt {
  margin-right: 2.5rem;
}
.footer .top .lt .logo {
  display: inline-block;
  width: 2.0375rem;
  height: 0.55rem;
  object-fit: cover;
  margin-bottom: 0.75rem;
}
.footer .top .lt .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .top .lt h6 {
  font-size: 0.25rem;
  font-weight: normal;
  line-height: 0.8rem;
  color: #242424;
}
.footer .top .lt p {
  font-size: 0.45rem;
  color: #242424;
}
.footer .top .rt {
  flex: 1;
}
.footer .top .rt ul {
  display: flex;
  justify-content: space-between;
}
.footer .top .rt ul li {
  display: flex;
  flex-direction: column;
}
.footer .top .rt p {
  font-size: 0.25rem;
  margin-bottom: 0.2375rem;
  color: #242424;
}
.footer .top .rt a,
.footer .top .rt span {
  font-size: 0.2rem;
  line-height: 0.5375rem;
  color: #242424;
}
.footer .top .rt img {
  width: 2.575rem;
  height: 2.575rem;
}
.footer .bto {
  font-size: 0.2rem;
  line-height: 0.7125rem;
  text-align: center;
  color: #000000;
}
.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: 13px;
}
.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.footer.insideMenu {
  background-color: #f5f5f5;
  position: static;
  transform: translateY(0);
  padding-top: 0.425rem;
  opacity: 1;
}
.footer.insideMenu .top {
  padding-bottom: 0.2875rem;
}
.footer.insideMenu .bto {
  border-top: 1px solid #d2d2d2;
}
/* 新闻资讯 */
.newsInformation {
  width: 100%;
  height: auto;
  padding: 0.35rem 0;
}
.newsInformation .top {
  display: flex;
}
.newsInformation .top img {
  width: 8.5rem;
  height: 3.7125rem;
  object-fit: cover;
}
.newsInformation .top .rt {
  flex: 1;
  background-color: #f4f4f4;
  padding: 0.5rem 0.7375rem 0.1125rem 0.2875rem;
}
.newsInformation h6 {
  font-size: 0.225rem;
  color: #000000;
}
.newsInformation .text {
  font-size: 0.175rem;
  line-height: 0.4375rem;
  color: #666666;
}
.newsInformation .time span {
  font-size: 0.3375rem;

  color: #666666;
}
.newsInformation .time i {
  font-size: 0.175rem;

  color: #666666;
}
.newsInformation .more {
  display: inline-block;
  width: 1.225rem;
  height: 0.425rem;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.2rem;
  font-size: 0.1875rem;
  line-height: 0.425rem;
  text-align: center;
  color: #000000;
}

.newsInformation .top .text {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 0.4375rem;
  margin-top: 0.4375rem;
}

.newsInformation .top .bto {
  margin-top: 0.25rem;
}
.news-con {
  margin-top: 0.375rem;
}
.news-con ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.6125rem;
  background-color: #eeecec;
  transition: all 0.3s;
  border-radius: 0.25rem;
  margin-bottom: 0.2125rem;
  padding: 0.4375rem 0.45rem 0.25rem 0.3125rem;
}
.news-con ul li:hover {
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.17);
}
.news-con ul .rt {
  flex: 1;
}
.news-con ul .time {
  width: 13%;
}
.news-con ul h6 {
  margin-bottom: 0.1875rem;
}
.news-con ul .more {
  margin-left: 92%;
}
.pull-down {
  display: none;
  position: absolute;
  left: 0;
  top: 1rem;
  width: 4.6375rem;
  height: 2.3875rem;
  background-color: #ffffff;
  padding: 0.1125rem 0.125rem 0.125rem 0.2rem;
}
.pull-down .cons {
  display: flex;
  align-items: center;
}
.pull-down a {
  font-size: 0.2rem !important;
  color: #000000;
  line-height: 0.2625rem;
  margin-bottom: 0.1875rem;
}
.pull-down a:last-child {
  margin-bottom: 0;
}
.pull-down .lt {
  display: flex;
  flex-direction: column;
  margin-right: 0.2125rem;
}
.pull-down .lt a:hover {
  color: #007cc3 !important;
}
.pull-down .img {
  flex: 1;
  height: 2.1125rem;
}
.pull-down .img img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 新闻详情 */
.newsDetail {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 0.5rem 0;
}
.newsDetail .common-card {
  background-color: #fff;
  border-radius: 0.2625rem;
  padding: 0 2% 2% 2%;
}
.newsDetail .title h6 {
  font-size: 0.375rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 0.375rem 0;
}
.newsDetail .title .time {
  font-size: 16px;
  color: #666666;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}

.newsDetail .ls,.newsDetail .ls span {
  font-size: 16px !important;
  line-height: 48px;
  color: #000000;
  padding: 0 2%;
  margin-top: 20px;
    font-family: none !important;
}
/* 企业资质 */
.enterprise img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.375rem 0;
}
.contactUs .top {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.225rem;
  padding: 0.125rem 0.175rem 0.1625rem 0.3125rem;
}
.contactUs .top .text {
  flex: 1;
}

.contactUs .top h6 {
  font-size: 0.45rem;
  font-weight: bold;
  font-weight: normal;
  color: #000000;
}
.contactUs .top .ls {
  font-size: 0.225rem;
  line-height: 0.625rem;
  color: #000000;
  margin-top: 0.1875rem;
}
#map2 {
  width: 11.2125rem;
  height: 4.4125rem;
  margin-left: 0.625rem;
}

.contact-con {
  padding-top: 0.375rem;
}

.contact-con h6 {
  font-size: 0.3rem;
  color: #656565;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.375rem;
}

.contact-con .form input[type='text'] {
  width: 8.5rem;
  height: 0.8625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  line-height: 0.8625rem;
  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: #007cc3;
  border: solid 1px #d2d2d2;
  font-size: 0.325rem;
  color: #ffffff;
  margin-top: 0.25rem;
}

.contact-con .form textarea {
  width: 100%;
  height: 2.95rem;
  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;
}
/* 解决方案 */
.solution {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
}
.common-nav {
  margin-bottom: 0.4rem;
}
.common-nav .item {
  width: 3.975rem;
  height: auto;
}
.common-nav .item > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 2.7625rem;
  background-color: #eeeeee;
}
.common-nav .item:hover a img {
  transform: scale(1.2);
}
.common-nav a img {
  width: 0.675rem;
  height: 0.675rem;
  transition: all 0.3s;
  object-fit: contain;
}
.common-nav .item .active {
  display: none;
}
.common-nav a p {
  font-size: 0.3rem;
  color: #000000;
  margin-top: 0.3125rem;
}
.common-nav .item.active a {
  background-image: url(../img/icon13.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.common-nav .item.active a p {
  color: #007cc3;
}
.common-nav .item.active .active {
  display: block;
}
.common-nav .item.active .default {
  display: none;
}
.solution-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.solution-con ul li {
  width: 5.7125rem;
  height: 6.525rem;

  background-color: rgba(235, 234, 234, 0.8);
  margin: 0 0.1375rem 0.4375rem 0;
  padding: 0.25rem;
}
.solution-con ul li:nth-child(3n) {
  margin-right: 0;
}
.solution-con ul .img {
    position: relative;
  width: 5.1875rem;
  height: 3.8rem;
  padding: 0.375rem;
  background-color: #fff;
  overflow: hidden;
}

.solution-con ul  .skimg{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-con ul  .skimg  img{
  width: .5rem;
    height: auto;
    object-fit: contain;
  transition: all 0.3s;
}
.solution-con ul .img> img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.solution-con ul h6 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #000000;
  margin: 0.275rem 0 0.1875rem 0;
}
.solution-con ul .text {
  font-size: 0.175rem;
  line-height: 0.3875rem;
  color: #000000;
}
.solution-con ul li:hover img {
  transform: scale(1.2);
}
/* 合作伙伴 */
.partner {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 0.625rem 0 1.875rem 0;
}
.partner ul {
  display: flex;
  flex-wrap: wrap;
}
.partner ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.825rem;
  background-image: url(../img/icon20.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 2.825rem;
  margin-right: 0.1rem;
  margin-bottom: -0.8125rem;
}
.partner ul li img {
  width: 2.0875rem;
  height: auto;
  object-fit: contain;
}
.partner ul li:nth-child(11),
.partner ul li:nth-child(18) {
  margin-right: 0;
}

.partner ul li:nth-child(1),
.partner ul li:nth-child(12),
.partner ul li:nth-child(23) {
  margin-left: 8%;
}
/* 车间厂房 */
.plant {
  width: 100%;
  height: auto;
  padding-top: 0.375rem;
}
.plant ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.plant ul li {
  width: 5.6875rem;
  height: auto;
  margin: 0 0.2125rem 0.275rem 0;
}
.plant ul li:nth-child(3n) {
  margin-right: 0;
}
.plant ul li:hover img {
  transform: scale(1.2);
}
.plant ul .img {
  width: 100%;
  height: 3.9rem;
  overflow: hidden;
}
.plant ul .img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  transition: all 0.3s;
}
.plant ul .name {
  width: 100%;
  height: 0.7375rem;
  background-color: #f4f4f4;
  line-height: 0.7375rem;
  text-align: center;
  font-size: 0.25rem;
  color: #000000;
}
/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  padding-top: 0.75rem;
}
.productCenter .common-nav .item {
  position: relative;
  z-index: 2;
}
.productCenter .common-nav .item a {
  background-image: none;
}
.productCenter .common-nav .item.active p {
  color: #000;
}
.productCenter .common-nav .item:hover .active {
  display: block;
}
.productCenter .common-nav .item:hover .default {
  display: none;
}
.drop-down {
  display: none;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 74%;
  width: 100%;
  background-image: url(../img/icon13-3.png);
  background-repeat: no-repeat;
  background-size: 2.45rem 0.1125rem;
  background-position-y: 0.125rem;
  background-position-x: 50%;
  padding-top: 0.25rem;
  background-color: #f8f8f8;
}
.drop-down .con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drop-down a {
  font-size: 0.2rem;
  line-height: 0.625rem;
  color: #333333;
}
.productCenter .common-nav .item:hover {
  box-shadow: 0px 1px 7px 2px rgba(24, 24, 24, 0.18);
}

.productCenter .common-nav .item:hover .drop-down {
  display: block;
  box-shadow: 0px 8px 7px 2px rgba(24, 24, 24, 0.18);
}
.productCenter .common-nav .item:hover a {
  background-color: #f8f8f8;
}

.productCenter-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productCenter-con ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 5.7125rem;
  height: 5.825rem;
  background-color: rgba(235, 234, 234, 0.8);
  padding: 0.25rem;
  margin: 0 0.1375rem 0.35rem 0;
}
.productCenter-con ul li:nth-child(3n) {
  margin-right: 0;
}
.productCenter-con ul .img {
  display: flex;
  align-items: center;
  justify-items: center;
  width: auto;
  padding: 0 4%;
  height: 3.8rem;
  background-color: #fff;
  overflow: hidden;
}
.productCenter-con ul li:hover img {
  transform: scale(1.2);
}
.productCenter-con ul .img img {
  width: 4.8125rem;
  object-fit: cover;
  height: 2.65rem;
  transition: all 0.3s;
}
.productCenter-con ul h6 {
  font-size: 0.225rem;
  text-align: center;
  font-weight: normal;
  margin: 0.3625rem 0 0.3875rem 0;
  color: #000000;
}
.productCenter-con ul a {
  display: inline-block;
  width: 1.2375rem;
  height: 0.3875rem;
  border-radius: 0.1875rem;
  border: solid 1px #007cc3;
  font-size: 0.175rem;
  line-height: 0.3875rem;
  color: #333333;
  text-align: center;
  transition: all 0.3s;
}
.productCenter-con ul li:hover {
  background-image: url(../img/icon13-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.productCenter-con ul li:hover a {
  background-color: #007cc3;
  color: #ffffff;
}
/* 产品详情 */
.productDetails {
  width: 100%;
  height: auto;
}
.navigation {
  width: 100%;
  height: 0.7125rem;
}
.navigation .common-card {
  height: 100%;
  display: flex;
  align-items: center;
}
.navigation img {
  width: 0.2625rem;
  height: 0.2625rem;
  object-fit: cover;
    margin-right: 10px;
}
.navigation a {
  font-size: 0.225rem;
  color: #000000;
}
.navigation a.active {
  color: #007cc3;
}
/* 产品详情 */
.productDetails {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
}
.productDetails .top {
  display: flex;
  width: 100%;
  
height: 6.25rem;
  background-color: #f8f8f8;
  border-radius: 0.1625rem;
 padding: 0.4rem 0.75rem 0.5rem 0.4375rem;
 // padding: .125rem .5rem;
}
.productDetails .top .lt {
  width: 7.9875rem;
  height: 4.625rem;
  margin-right: 0.875rem;
}
.productDetails .top .lt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productDetails .top .rt {
  flex: 1;
}
.productDetails .top .rt h6 {
  font-size: 0.25rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: .1875rem;
}
.productDetails .top .rt h4 {
  font-size: 0.2125rem;
  font-weight: normal;
  color: #000000;
  margin: 0.3125rem 0;
}
.productDetails .top .rt .ls {
  font-size: .2rem;
  line-height: .5rem;
  color: #000000;
}
.productDetails .top .rt .ls  div{
    position: relative;

}
.productDetails .top .rt .ls  div::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: green;
  position: absolute;
  left: .15rem;
  top: .2rem;
    display: block;
}
 table{

    width: 100% !important;
    height: auto !important;
    border: 1px solid #646796;
}
 table td,table td tr{
border: 1px solid #646796;
    background: #fff;
  height: .5625rem !important;
  font-size: .2rem !important;
       text-align: center;
}

 table tr  td:nth-child(1){

    color: #595c8f;
}

 table tr:nth-child(1)  td:nth-child(2n){
    background: #445da9;
    font-weight: bold;
    color: #fff;
}

 table tr:nth-child(1)  td:nth-child(2n+1){
    background: #3e4f94;
    font-weight: bold;
    color: #fff;
}


.productDetails .title {
  width: 100%;
  height: 0.45rem;
  background-color: #f3f3f3;
  margin: 0.3125rem 0 0.25rem 0;
}
.productDetails .title p {
  background-color: #007cc3;
  width: 1.25rem;
  height: 100%;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
}
.presentation {
  width: 100%;
  font-size: .2rem;
    line-height: .5rem;
  position: relative;
}
.presentation ul li{
    list-style: disc;
    margin-left: .275rem;
}

.presentation ul li::marker {
    color: green;
}
.presentation .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.presentation .img {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.presentation .img img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: cover;
}
.presentation:hover .img {
  opacity: 1;
}
/* 服务支持 */
.serviceSupport {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
}
.serviceSupport .top {
  display: flex;
  width: 100%;
  height: 4.375rem;
  margin-bottom: 0.4375rem;
}
.serviceSupport .top .lt {
  flex: 1;
  height: 100%;
  background-color: #eaeaea;
  padding: 0.875rem 0.375rem 0 0.375rem;
}
.serviceSupport .top .lt h5 {
  font-size: 0.325rem;
  font-weight: bold;
  color: #0167bd;
  margin-bottom: 0.375rem;
}
.serviceSupport .top .lt .ls {
  font-size: 0.225rem;
  line-height: 0.4625rem;
  color: #000000;
}
.serviceSupport .top img {
  width: 9.3rem;
  height: 100%;
  object-fit: cover;
}
.serviceSupport .con li {
  position: relative;
  width: calc(100% / 5);
  height: 6.85rem;
}
.serviceSupport .con li:hover .img img {
  transform: scale(1.2);
}
.serviceSupport .con .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceSupport .con .img {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.serviceSupport .con .img img {
  width: 0.475rem;
  height: 0.475rem;
  object-fit: contain;
  transition: all 0.3s;
}
.serviceSupport .con .img h6 {
  font-size: 0.225rem;
  color: #fff;
  margin: 0.2375rem 0 0.175rem 0;
}
.serviceSupport .con .img p {
  font-size: 0.225rem;
  color: #fff;
  text-align: center;
}
.serviceSupport .bto h6 {
  text-align: center;
  margin: 0.375rem 0;
  font-size: 0.325rem;
  font-weight: bold;
  color: #000000;
}
.serviceSupport .bto h6 span {
  font-size: 0.325rem;
  font-weight: bold;
  color: #0167bd;
}

.serviceSupport .bto li {
  position: relative;
  width: 100%;
  height: 5.8375rem;
  margin-bottom: 0.375rem;
}
.serviceSupport .bto li:nth-child(2n + 1) img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10.4rem;
  object-fit: cover;
}
.serviceSupport .bto li:nth-child(2n) img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 10.4rem;
  object-fit: cover;
}
.serviceSupport .bto li:nth-child(2n + 1) .text {
  position: absolute;
  right: 0;
  top: 30%;
  width: 8.6875rem;
  height: 2.9875rem;
  background-color: #e5e5e5;
  clip-path: polygon(0% 0%, 70% -140%, 100% 100%, 0% 100%);
  padding: 0.4375rem 0.95rem 0.25rem 0.35rem;
}
.serviceSupport .bto li:nth-child(2n) .text {
  position: absolute;
  left: 0;
  top: 30%;
  width: 8.6875rem;
  height: 2.9875rem;
  background-color: #e5e5e5;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding: 0.5rem 0.25rem 0.25rem 0.875rem;
}
.serviceSupport .bto .text h4 {
  font-size: 0.25rem;
  color: #000000;
  margin-bottom: 0.225rem;
}
.serviceSupport .bto .text .ls {
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #000000;
}
/* 关于我们 */
.aboutUs {
  width: 100%;
  height: auto;
}
.aboutUs .top {
  width: 100%;
  height: auto;
  background-image: url(../img/icon31.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.45rem 0 0.4875rem 0;
}
.inside-title {
  text-align: center;
}
.inside-title h2 {
  font-size: 0.375rem;
  font-weight: bold;
  color: #000000;
}
.inside-title h4 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #848484;
  margin-top: 0.2375rem;
}
.aboutUs .con {
  position: relative;
  display: flex;
  margin-top: 0.4875rem;
}
.aboutUs .con img {
  width: 8.6875rem;
  height: 9.6125rem;
  object-fit: cover;
}
.aboutUs .con .text {
  flex: 1;
  margin-left: 0.6875rem;
  font-size: 0.175rem;
  line-height: 0.425rem;
  color: #000000;
}
.aboutUs .number {
  position: absolute;
  right: 0;
  bottom: 5%;
}
.aboutUs .number ul span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
}
.aboutUs .number ul i,
.aboutUs .number ul h6 {
  font-size: 0.3rem;
  font-weight: normal;

  color: #000;
}
.aboutUs .number ul {
  display: flex;
  align-items: center;
  width: 15rem;
  height: 2.5125rem;
  background-color: #ffffff;
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.14);
}
.aboutUs .number ul li {
  display: flex;

  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: calc(100% / 4);
  border-right: 1px solid #e5e5e5;
}
.aboutUs .number ul li:last-child {
  border-right: none;
}
.aboutUs .number ul li:hover {
  background-color: #007cc3;
  height: 100%;
}
.aboutUs .number ul li:hover span,
.aboutUs .number ul li:hover i,
.aboutUs .number ul li:hover h6 {
  color: #fff;
}
/* 企业文化 */
.enterpriseInside {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.5625rem 0;
}
.enterpriseInside ul {
  margin-top: 0.5625rem;
}
.enterpriseInside ul img {
  width: 0.5375rem;
  height: 0.45rem;
  transition: all 0.3s;
  object-fit: contain;
}
.enterpriseInside ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.4rem;
  background-image: url(../img/icon32.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.enterpriseInside ul p {
  font-size: 0.2375rem;
  line-height: 0.45rem;
  color: #000000;
  margin-top: 0.0625rem;
}
.enterpriseInside ul .ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
}
.enterpriseInside ul li:hover {
  background-image: url(../img/icon32-2.png);
}
.enterpriseInside ul li:hover img {
  transform: scale(1.2);
}
.bossmanship {
  position: relative;
  width: 100%;
  height: 7.3rem;
  background-image: url(../img/icon35.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bossmanship .common-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  height: 4.8625rem;
  background-color: rgba(251, 250, 250, 0.9);
  border-radius: 0.2125rem;
  padding: 0.225rem 0.2875rem 0.25rem 0.5rem;
}
.bossmanship .text {
  flex: 1;
  font-size: 0.2375rem;
  line-height: 0.675rem;
  margin-right: 0.1875rem;
  color: #000000;
}
.bossmanship img {
  width: 8.4rem;
  height: 4.375rem;
}
.solutionNav{
    justify-content: flex-start;
}

.solutionNav  .item{
 margin-right: .375rem;

}

.business  .common-card
,.homeAbout .common-card,
.homeNews .common-card{
  width: 20rem;
}