.jszc {
  margin-top: 4.0909rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jszc .item {
  display: flex;
  padding: 1.6364rem 2.7273rem;
  width: 32%;
  background: url(../images/zcbg.png) no-repeat center;
  background-size: contain;
  transition: 0.3s;
}
.jszc .item:hover {
  transform: translateY(-10px);
}
.jszc .item img {
  width: 4.0909rem;
  flex: none;
}
.jszc .item div {
  margin-left: 1.3636rem;
}
.jszc .item div h5 {
  font-size: 0.8182rem;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
.jszc .item div h3 {
  margin-top: 0.1818rem;
  font-size: 1.0909rem;
  color: #fff;
  white-space: nowrap;
}
.jszc .item div p {
  font-size: 0.5909rem;
  color: #fff;
  line-height: 0.7273rem;
  margin-top: 0.4545rem;
}
.cjwt {
  margin-bottom: 5.9091rem;
}
.cjwt .box {
  display: flex;
  justify-content: space-between;
  gap: 2.2727rem;
}
.cjwt .box .item {
  width: 32%;
}
.cjwt .box .item h4 {
  margin: 0.9091rem 0 0.4545rem;
  font-size: 0.8182rem;
  color: #333;
}
.cjwt .box .item ul li {
  margin-left: 0.9091rem;
  list-style: circle;
}
.cjwt .box .item a {
  font-size: 0.6364rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
  line-height: 1.0909rem;
}
section .contact {
  background: url(../images/contact_back.jpg) no-repeat center;
  height: 14.09rem;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .contact .txt {
  text-align: center;
}
section .contact .txt h2 {
  position: relative;
  font-size: 1.36rem;
  line-height: 1.59rem;
  color: #000000;
}
section .contact .txt h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.91rem;
  transform: translateX(-50%);
  width: 2.27rem;
  height: 0.14rem;
  background-color: #ff6900;
}
section .contact .txt p {
  font-size: 0.91rem;
  color: #000000;
  margin: 1.95rem 0 1.55rem;
}
section .contact .txt a {
  position: relative;
  width: 8.23rem;
  height: 2.18rem;
  display: inline-block;
  line-height: 2.18rem;
  font-size: 0.73rem;
  text-align: center;
  color: #ff6900;
  border: solid 1px #ff6900;
}
section .contact .txt a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
section .contact .txt a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ff6900;
  transition: all 0.3s;
  z-index: 1;
}
section .contact .txt a:hover span {
  color: #fff;
}
section .contact .txt a:hover::after {
  width: 100%;
}
.solvebox {
  padding: 2rem 0 5.4545rem;
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
}
.solvebox .common_h p {
  color: #555;
}
.solvebox .common_h h2 {
  color: #fff;
}
.solvebox .main_center {
  padding: 0 6.2273rem;
  position: relative;
}
.solvebox .main_center .sn,
.solvebox .main_center .sp {
  width: 2.2727rem;
  height: 2.2727rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.solvebox .main_center .sn::after,
.solvebox .main_center .sp::after {
  color: #333;
  font-size: 0.9091rem;
}
.solvebox .main_center .ss {
  padding: 0 7.7273rem;
  width: 100%;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
}
.solvebox .main_center .ss::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 0.0455rem;
}
.solvebox .main_center .swiper-pagination-bullet {
  position: relative;
  width: 0.7273rem;
  height: 0.7273rem;
  opacity: 1;
  background: #e0e0e0;
  z-index: 1;
  border: 0.0909rem solid #a8a8a8;
}
.solvebox .main_center .swiper-pagination-bullet p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.3636rem;
  color: #ccc;
  font-weight: 300;
  font-size: 0.9091rem;
  white-space: nowrap;
}
.solvebox .main_center .swiper-pagination-bullet-active {
  border-color: #ff6900;
}
.solvebox .main_center .swiper-pagination-bullet-active p {
  color: #fff;
  font-weight: 600;
}
#solution {
  margin-bottom: 5.4545rem;
}
#solution .swiper-slide {
  display: flex;
  justify-content: space-between;
  border-radius: 0.4091rem;
  overflow: hidden;
}
#solution .swiper-slide img {
  width: 50%;
}
#solution .swiper-slide div {
  padding: 2.7273rem 3.1818rem;
  flex: 1;
  background-color: #fff;
}
#solution .swiper-slide div h3 {
  margin-bottom: 1.2273rem;
  font-size: 1.0909rem;
  color: #333;
}
#solution .swiper-slide div p {
  font-size: 0.6364rem;
  line-height: 1rem;
  color: #888;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  section {
    overflow-x: hidden;
  }
  section .banner {
    margin-top: 0 !important;
    width: 100%;
    height: 8.4091rem;
  }
  section .banner a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  section .banner a img {
    object-fit: cover;
    height: 90%;
  }
  header #mb-header #navbar-main #logo {
    width: 6.8182rem;
  }
  .common_h {
    margin: 1.3636rem 0 2.7273rem;
  }
  .common_h p {
    font-size: 0.8182rem;
  }
  .common_h h2 {
    font-size: 20px;
  }
  .ato-content {
    width: 100%;
    padding-top: 1.3636rem;
  }
  .switch span {
    margin: 0 0.3636rem;
    font-size: 0.6364rem;
  }
  #solution {
    margin-bottom: 0;
  }
  .solvebox {
    padding: 0.9091rem 0 2.2727rem;
  }
  .solvebox .main_center {
    padding: 0 0.7273rem;
  }
  #solution .swiper-slide div {
    padding: 0.6364rem;
  }
  #solution .swiper-slide div h3 {
    font-size: 0.8182rem;
    margin-bottom: 0.7273rem;
  }
  #solution .swiper-slide div p {
    line-height: 0.8182rem;
  }
  .solvebox .main_center .ss {
    display: none;
  }
  #solution .swiper-slide img {
    object-fit: cover;
  }
  section .company {
    margin-top: 1.3636rem;
  }
  section .company .com-container {
    margin-top: 0.9091rem;
  }
  section .company .com-container .l h2 {
    font-size: 0.9091rem;
    white-space: pre-wrap;
    line-height: 1.1818rem;
  }
  section .tech .title {
    margin-top: 1.3636rem;
  }
  section .contact .txt h2 {
    font-size: 1rem;
  }
  section .contact .txt p {
    font-size: 0.8182rem;
  }
  section .contact {
    height: auto;
    padding: 1.3636rem 0;
  }
  section .tech .title .tt span {
    font-size: 0.9091rem;
  }
  section .tech .title {
    margin-bottom: 2.2727rem;
  }
  section .tech .container .box .icon {
    display: flex;
    justify-content: center;
  }
  section .tech .container .box .icon img {
    width: 2.2727rem;
  }
  section .tech .container .box {
    padding: 0.9091rem 0.4545rem 3.6364rem;
  }
  section .tech .container .box h2 {
    font-size: 0.7273rem;
    margin: 0.9091rem 0 1.8182rem;
  }
  section .headLine .news-item .news .r {
    margin-top: 0.9091rem;
  }
  footer .t .items {
    justify-content: flex-start;
  }
  footer .t .items .item {
    margin-right: 0;
    padding-left: 12px;
    width: 33%;
  }
  footer .t .items .item:last-child {
    width: 100%;
  }
  footer .b {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .t .items .item:first-child h2::before {
    display: none;
  }
  .list-nav ul {
    flex-wrap: wrap;
  }
  .list-nav ul li {
    padding: 0.4545rem 0.4545rem !important;
  }
  .list-nav ul li a {
    font-size: 0.6364rem !important;
  }
  .list-nav ul li:last-child::before {
    display: none;
  }
  .pd-box > a {
    margin-bottom: 0.9091rem !important;
    flex-direction: column !important;
    width: 48.5% !important;
    margin-right: 0 !important;
    padding: 10px !important;
  }
  .pd-box > a .pic {
    width: 100% !important;
    height: auto !important;
  }
  .pd-box .txt {
    padding: 0 !important;
  }
  .pd-box .txt h2 {
    font-size: 0.8182rem !important;
    line-height: 1.1909rem !important;
    margin-bottom: 0.7273rem !important;
  }
  .position {
    padding: 0.9091rem 0.4545rem !important;
    height: auto !important;
    line-height: 1 !important;
  }
  .pd-box .txt p {
    min-height: 0 !important;
  }
  .more {
    padding: 0.3636rem 1.1818rem !important;
    font-size: 0.6364rem !important;
  }
  .pd-box {
    justify-content: space-between;
  }
  section .about-title h2 {
    font-size: 1.0909rem;
  }
  section .about-title {
    margin-top: 40px;
  }
  section .zl .about-title {
    margin-bottom: 40px;
  }
  section .zl .container .main_center .item h2 .numCX {
    font-size: 40px;
  }
  section .zl .container .main_center .item h2 i {
    font-size: 22px;
  }
  section .zl .container {
    height: 230px;
  }
  .pic {
    height: 200px;
  }
  .pic img {
    height: 100%;
    object-fit: cover;
  }
  section .list-nav ul {
    border: none;
  }
  section .list-nav ul li {
    margin: 0 1rem;
  }
  section .list-nav {
    height: auto;
  }
  section .list-nav ul li a {
    padding-bottom: 12px;
  }
  .banT .banner {
    margin-top: 0 !important;
    height: 165px !important;
  }
  .banT .banner a {
    display: inline-block;
    height: 100%;
  }
  .banT .banner a img {
    height: 100%;
    object-fit: cover;
  }
  section .container .l .title h2 {
    font-size: 20px;
  }
  section .container .l p {
    font-size: 14px !important;
  }
  section .container .r {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 16px;
  }
  section .container .r .item {
    padding: 10px 14px;
  }
  .ato-list-fl a {
    display: none;
  }
  footer .t .items .item ul li {
    margin-bottom: 5px;
  }
  footer .t .items .item h2 {
    margin-bottom: 25px;
    font-size: 15px;
  }
  footer .t .logo {
    margin-bottom: 0;
  }
  footer .t .logo div .item img {
    width: 90px !important;
    height: 90px !important;
  }
  footer .t .logo div .item p {
    text-align: center;
  }
  footer .b span {
    font-size: 0.6364rem;
  }
  footer .t {
    padding: 3.18rem 10px 0.5rem;
  }
  section .about .ab-container .about-l {
    padding: 0 10px;
  }
  section .about .ab-container .about-l .about-now {
    margin-top: 20px;
  }
  section .zl .about-title {
    margin-bottom: 70px;
  }
  section .team .about-title {
    margin-bottom: 40px;
  }
  section .team .team-container .team-box {
    padding: 10px;
  }
  section .team .team-container .team-box p {
    line-height: 20px;
  }
  section .fzlc .main_center .item {
    height: 6.5rem;
  }
  section .fzlc .main_center .item p {
    margin-top: 0.8rem;
    font-size: 12px;
  }
  section .fzlc .main_center .line {
    height: 60rem;
  }
  section .fzlc .main_center {
    padding: 2.59rem 10px 2rem;
  }
  section .tech .container .box .more {
    padding: 0 !important;
  }
  .list-nav ul li:before {
    display: none;
  }
  section .paged {
    padding-bottom: 30px !important;
  }
}
