@import url("animate.min.css");
@import url("video-js.min.css");
@import url("swiper.min.css");
@media screen and (max-width: 1920px) and (min-width: 1100px) {
  :root {
    font-size: calc(100vw / 192 * 2);
  }
}
body {
  min-width: 1220px;
  overflow-x: hidden;
}
header .commonHeader {
  width: 100%;
  display: flex;
  flex-direction: column;
}
header .commonHeader .headerTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 2.5rem;
  z-index: 8888;
  position: relative;
}
header .commonHeader .headerTop .logo {
  width: 10rem;
  height: 2rem;
}
header .commonHeader .headerTop .logo a {
  display: inline-block;
  width: 10rem;
  height: 2rem;
}
header .commonHeader .headerTop .logo a image {
  width: 100% !important;
  height: 100% !important;
}
header .commonHeader .headerTop .nav {
  height: 100%;
  position: relative;
  z-index: 999;
}
header .commonHeader .headerTop .nav > ul {
  height: 100%;
  display: flex;
}
header .commonHeader .headerTop .nav > ul > li {
  height: 100%;
  margin: 0 3.5rem 0 0;
  white-space: nowrap;
  position: relative;
  z-index: 9999;
  padding: 1.5rem 0;
}
header .commonHeader .headerTop .nav > ul > li:last-child {
  margin: 0;
}
header .commonHeader .headerTop .nav > ul > li:hover > a {
  color: #2283ce;
}
header .commonHeader .headerTop .nav > ul > li:hover > a .img img:last-child {
  opacity: 1;
}
header .commonHeader .headerTop .nav > ul > li:hover span {
  opacity: 1;
  right: 50%;
  transform: translateX(50%);
}
header .commonHeader .headerTop .nav > ul > li.navActive > a {
  color: #2283ce;
}
header .commonHeader .headerTop .nav > ul > li.navActive > a .img img:last-child {
  opacity: 1;
}
header .commonHeader .headerTop .nav > ul > li.navActive span {
  opacity: 1;
  right: 50%;
  transform: translateX(50%);
}
header .commonHeader .headerTop .nav > ul > li span {
  position: absolute;
  display: inline-block;
  width: 1.6rem;
  height: 0.1rem;
  background-color: #2283ce;
  bottom: -0.5rem;
  transform: translateX(100%);
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: transform, opacity, bottom;
  z-index: 999;
}
header .commonHeader .headerTop .nav > ul > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 0.8rem;
  color: #000;
  font-weight: 400;
  position: relative;
  transition-duration: 0.3s;
  transition-property: color;
}
header .commonHeader .headerTop .nav > ul > li > a .img {
  width: 0.75rem;
  height: 0.6rem;
  margin: 0 0 0 0.15rem;
  position: absolute;
  top: 25%;
  left: 100%;
  transform: translateY(-35%);
  transition-duration: 0.3s;
  transition-property: transform;
}
header .commonHeader .headerTop .nav > ul > li > a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 35%;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
}
header .commonHeader .headerTop .nav > ul > li > a .img img:last-child {
  opacity: 0;
}
header .commonHeader .headerTop .nav > ul > li .subnav {
  overflow: hidden;
  transform-origin: center top;
  transition-duration: 0.8s;
  position: absolute;
  z-index: 99999;
  top: 4.05rem;
  left: 0%;
  display: flex;
  transform: translate(-22%);
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem {
  padding: 0 1rem;
  display: none;
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem > a {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.7rem;
  color: #000;
  font-weight: 400;
  transition-duration: 0.3s;
  transition-property: color;
  margin: 0 0 0.35rem 0;
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem > a strong {
  color: #000;
  font-weight: 400;
  font-size: 0.8rem;
  transition-duration: 0.3s;
  transition-property: color;
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem > a:hover {
  color: #2283ce;
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem > a:hover strong {
  color: #2283ce;
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem > ul > li > a {
  display: flex;
  width: 100%;
  height: auto;
  color: #000;
  font-size: 0.7rem;
  font-weight: 400;
  justify-content: flex-start;
  align-items: center;
  transition-duration: 0.3s;
  transition-property: color;
  margin: 0 0 0.35rem 0;
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem > ul > li > a:hover {
  color: #2283ce;
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem > ul > li > ul > li {
  text-indent: 0.85rem;
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem > ul > li > ul > li > a {
  display: flex;
  width: 100%;
  height: auto;
  color: #000;
  font-size: 0.7rem;
  font-weight: 400;
  justify-content: flex-start;
  align-items: center;
  transition-duration: 0.3s;
  transition-property: color;
  margin: 0 0 0.35rem 0;
}
header .commonHeader .headerTop .nav > ul > li .subnav .subnavItem > ul > li > ul > li > a:hover {
  color: #2283ce;
}
header .commonHeader .headerTopOther .subnav {
  background-color: #fff;
}
header .commonHeader .headerTop2 {
  width: 100%;
  height: 2rem;
  padding: 2rem 2.5rem;
  margin: 0 auto;
  background-color: red;
  display: none;
}
main {
  overflow-x: hidden;
}
main .banner {
  width: 100%;
  height: 390px;
  position: relative;
  overflow: hidden;
}
main .banner img {
  width: 100%;
  height: auto;
}
main .banner .bannerTitle {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  overflow: hidden;
}
main .banner .bannerTitle p {
  font-size: 32px;
  color: #fff;
  margin: 0 0 3px 0;
}
main .banner .bannerTitle span {
  font-size: 18px;
  color: #74797e;
}
@media screen and (max-width: 1100px) {
  main main .banner {
    height: 400px !important;
  }
}
main .commonPosition {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
main .commonPosition .positionWrap {
  width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
main .commonPosition .positionWrap .positionWeizhiWrap {
  width: 1200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
main .commonPosition .positionWrap .positionWeizhiWrap span {
  font-size: 14px;
  color: #707070;
}
main .commonPosition .positionWrap .positionWeizhiWrap ul {
  display: flex;
  margin: -5px 0 0 0;
}
main .commonPosition .positionWrap .positionWeizhiWrap ul li {
  margin: 0 10px 0 0;
}
main .commonPosition .positionWrap .positionWeizhiWrap ul li.positionActive span {
  color: #4d4d4d;
  font-weight: bold;
}
main .commonPosition .positionWrap .positionWeizhiWrap ul li a {
  margin: 0 10px 0 0;
}
main .commonPosition .positionWrap .positionWeizhiWrap ul li img {
  width: 5px;
  height: 8px;
}
main .commonPosition .positionWrap .positionWeizhiWrap ul li:last-child {
  margin: 0;
}
main .commonPosition .positionWrap .positionTitleWrap {
  width: 100%;
  border-top: 1px solid #ebebeb;
}
main .commonPosition .positionWrap .positionTitleWrap .positionTitles {
  width: 1200px;
  height: 40px;
  align-items: center;
  margin: 2px auto 0 auto;
  display: flex;
}
main .commonPosition .positionWrap .positionTitleWrap .positionTitles .positionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 93px 0 0;
}
main .commonPosition .positionWrap .positionTitleWrap .positionTitles .positionTitle:hover span,
main .commonPosition .positionWrap .positionTitleWrap .positionTitles .positionTitle.positionTitleActive span {
  background-color: #2283ce;
  transform: translateX(0%);
}
main .commonPosition .positionWrap .positionTitleWrap .positionTitles .positionTitle:hover p a,
main .commonPosition .positionWrap .positionTitleWrap .positionTitles .positionTitle.positionTitleActive p a {
  color: #2283ce;
}
main .commonPosition .positionWrap .positionTitleWrap .positionTitles .positionTitle:last-child {
  margin: 0;
}
main .commonPosition .positionWrap .positionTitleWrap .positionTitles .positionTitle span {
  display: inline-block;
  width: 20px;
  height: 5px;
  margin: -3px 0 21px 0;
  transition-duration: 0.5s;
  transition-property: background-color;
}
main .commonPosition .positionWrap .positionTitleWrap .positionTitles .positionTitle p a {
  font-size: 16px;
  color: #666;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: color;
  white-space: nowrap;
}
main .commonJj {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 0 0 84px 0;
}
main .commonJj .jjWrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
main .commonJj .jjWrap h5 {
  margin: 80px 0 32px 0;
  font-size: 24px;
  color: #000;
}
main .commonJj .jjWrap p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
main .commonSolutionJjfa {
  width: 100%;
  max-width: 1920px;
  margin: 0 0 60px 0;
}
main .commonSolutionJjfa .jjfaWrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
main .commonSolutionJjfa .jjfaWrap .jjfaItem {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
main .commonSolutionJjfa .jjfaWrap .jjfaItem p {
  font-size: 24px;
  color: #000;
  margin: 80px 0 50px 0;
}
main .commonSolutionJjfa .jjfaWrap .jjfaItem span {
  font-size: 14px;
  color: #000;
}
footer {
  width: 100%;
  padding: 50px  0 20px 0;
  background-color: #242424;
  overflow: hidden;
}
footer .footerItems {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
footer .footerItems .footerItemTop {
  width: 100%;
  display: flex;
}
footer .footerItems .footerItemTop .call {
  margin: 0 170px 0 0;
}
footer .footerItems .footerItemTop .call p {
  font-size: 24px;
  color: #fff;
}
footer .footerItems .footerItemTop .call span {
  font-size: 14px;
  color: #fff;
}
footer .footerItems .footerItemTop .company {
  flex: 1;
  display: flex;
  flex-direction: column;
}
footer .footerItems .footerItemTop .company .companyName {
  margin: 0 0 40px 0;
}
footer .footerItems .footerItemTop .company .companyName p {
  font-size: 18px;
  color: #fff;
}
footer .footerItems .footerItemTop .company .companyItem {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
footer .footerItems .footerItemTop .company .companyItem span {
  color: #8a8a8a;
  font-size: 12px;
  margin: 0 0 0 10px;
}
footer .footerItems .footerItemTop .company .companyItem img {
  width: 12px;
  height: 12px;
}
footer .footerItems .footerItemTop .company .companyItem:first-child img {
  width: 11px;
  height: 14px;
}
footer .footerItems .footerItemTop .company .companyItem:last-child img {
  width: 14px;
  height: 11px;
}
footer .footerItems .footerItemTop .erweima {
  width: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footerItems .footerItemTop .erweima p {
  font-size: 17px;
  color: #fff;
  margin: 0 0 27px 0;
}
footer .footerItems .footerItemTop .erweima img {
  width: 108px;
  height: 108px;
}
footer .footerItems .footerItemBottom {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footerItems .footerItemBottom span {
  font-size: 13px;
  color: #8a8a8a;
}
footer .footerItems .footerItemBottom span a {
  color: #8a8a8a;
}
footer .footerItems .footerItemBottom span a:hover {
  text-decoration: underline !important;
}
/************************ 首页 index **************************************/
header .indexHeader {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto !important;
}
header .indexHeader .headerTop {
  position: absolute;
  z-index: 9999;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
header .indexHeader .headerTop .nav > ul > li:hover > a {
  color: #2283ce;
}
header .indexHeader .headerTop .nav > ul > li > a {
  color: #fff;
}
header .indexHeader .headerTop .nav > ul > li.navActive > a {
  color: #2283ce;
}
header .indexHeader .headerTop .nav .subnav .subnavItem a {
  color: #fff !important;
}
header .indexHeader .headerTop .nav .subnav .subnavItem a strong {
  color: #fff !important;
}
header .indexHeader .headerTop .nav .subnav .subnavItem a:hover {
  color: #2283ce !important;
}
header .indexHeader .headerTop .nav .subnav .subnavItem a:hover strong {
  color: #2283ce !important;
}
header .indexHeader .videoWrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8888;
}
header .indexHeader .videoWrap .swiper-wrapper {
  width: 100%;
  height: 100%;
}
header .indexHeader .videoWrap .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
header .indexHeader .videoWrap .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/default/index-videoBg.png) no-repeat;
  background-size: cover;
  opacity: 0.75;
}
header .indexHeader .videoWrap .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .indexHeader .videoWrap .swiper-wrapper .swiper-slide video p {
  font-size: 1rem;
  color: #000;
}
header .indexHeader .videoWrap .swiper-wrapper .swiper-slide video p a {
  font-size: 1rem;
  color: #fff;
}
header .indexHeader .videoWrap .swiper-wrapper .swiper-slide .videoTitle {
  width: 100%;
  position: absolute;
  top: 45%;
  display: flex;
  justify-content: center;
}
header .indexHeader .videoWrap .swiper-wrapper .swiper-slide .videoTitle h5 {
  font-size: 3.5rem;
  color: #fff;
  letter-spacing: 0.3rem;
}
header .indexHeader .videoWrap .swiper-pagination {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 100px;
  left: 0;
  display: flex;
  justify-content: center;
}
header .indexHeader .videoWrap .swiper-pagination .swiper-pagination-bullet {
  width: 64px !important;
  height: 100% !important;
  border-radius: 0 !important;
  background-color: none !important;
  opacity: 1 !important;
}
header .indexHeader .videoWrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: none !important;
}
header .indexHeader .videoWrap .swiper-pagination .swiper-btn {
  width: 64px !important;
  height: 100% !important;
  background-color: #848484 !important;
  position: relative;
  margin: 0 20px 0 0 !important;
}
header .indexHeader .videoWrap .swiper-pagination .swiper-btn span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  background-color: #ff7019;
}
@media screen and (max-width: 1100px) {
  header .indexHeader {
    height: 600px !important;
  }
  header .indexHeader .videoWrap {
    height: 600px !important;
  }
}
main .indexMainCommonTitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .indexMainCommonTitle h4 {
  font-size: 34px;
  color: #fff;
}
main .indexMainCommonTitle p {
  color: #606466;
  font-size: 18px;
  margin: 4px 0 10px 0;
  position: relative;
}
main .indexMainCommonTitle p::before {
  content: "";
  width: 20px;
  height: 5px !important;
  background-color: #2283ce;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
main .indexZhzy {
  width: 100%;
  max-width: 96rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: aliceblue;
  background: url("../../images/default/index-z-car-bg.png") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 4rem 0 31.8rem 0;
  margin: 0 auto;
}
main .indexZhzy .car {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto 0 auto;
}
main .indexZhzy .car .carImg {
  width: 49.8rem;
  height: 17rem;
  position: absolute;
  width: 48.5rem;
  left: 20.17rem;
  top: 8.3rem;
}
main .indexZhzy .car .carImg img {
  width: 100%;
  height: 100%;
}
main .indexZhzy .car .carItem {
  position: relative;
}
main .indexZhzy .car .carItem.carItemActive .carItemImg img:first-child,
main .indexZhzy .car .carItem.carItemActive .carItem-x img:first-child {
  opacity: 0;
}
main .indexZhzy .car .carItem.carItemActive .carItemImg img:last-child,
main .indexZhzy .car .carItem.carItemActive .carItem-x img:last-child {
  opacity: 1;
}
main .indexZhzy .car .carItem.carItemActive p {
  color: #2283ce;
  font-size: 0.9rem;
}
main .indexZhzy .car .carItem .carItemImg {
  width: 34px;
  position: relative;
}
main .indexZhzy .car .carItem .carItemImg img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
main .indexZhzy .car .carItem .carItemImg img:first-child {
  opacity: 1;
}
main .indexZhzy .car .carItem p {
  font-size: 0.9rem;
  color: #fff;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: color;
}
main .indexZhzy .car .carItem .carItem-x {
  position: absolute;
}
main .indexZhzy .car .carItem .carItem-x img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
main .indexZhzy .car .carItem .carItem-x img:first-child {
  opacity: 1;
}
main .indexZhzy .car .carItem-1 {
  left: 18.5rem;
  top: 3.45rem;
}
main .indexZhzy .car .carItem-1 .carItemImg img {
  width: 1.7rem;
  height: 1.4rem;
}
main .indexZhzy .car .carItem-1 p {
  left: 2.25rem;
}
main .indexZhzy .car .carItem-1 .carItem-x {
  top: 1.7rem;
  left: 1rem;
}
main .indexZhzy .car .carItem-1 .carItem-x img {
  width: 4.5rem;
  height: 7.5rem;
}
main .indexZhzy .car .carItem-2 {
  left: 36.25rem;
  top: 2.25rem;
}
main .indexZhzy .car .carItem-2 .carItemImg img {
  width: 1.6rem;
  height: 1.5rem;
}
main .indexZhzy .car .carItem-2 p {
  left: 2rem;
  top: 0.25rem;
}
main .indexZhzy .car .carItem-2 .carItem-x {
  top: 2.2rem;
  left: 0.5rem;
}
main .indexZhzy .car .carItem-2 .carItem-x img {
  width: 0.7rem;
  height: 8.3rem;
}
main .indexZhzy .car .carItem-3 {
  left: 50rem;
  top: 2rem;
}
main .indexZhzy .car .carItem-3 .carItemImg img {
  width: 1.35rem;
  height: 1.6rem;
}
main .indexZhzy .car .carItem-3 p {
  left: 2.25rem;
  top: 0.25rem;
}
main .indexZhzy .car .carItem-3 .carItem-x {
  top: 2.2rem;
  left: 0.5rem;
}
main .indexZhzy .car .carItem-3 .carItem-x img {
  width: 0.7rem;
  height: 8.3rem;
}
main .indexZhzy .car .carItem-4 {
  left: 64rem;
  top: 2.5rem;
}
main .indexZhzy .car .carItem-4 .carItemImg img {
  width: 1.75rem;
  height: 1.55rem;
}
main .indexZhzy .car .carItem-4 p {
  left: 2.25rem;
  top: 0.25rem;
}
main .indexZhzy .car .carItem-4 .carItem-x {
  top: 2.25rem;
  left: 0.75rem;
  transform: rotateY(180deg);
}
main .indexZhzy .car .carItem-4 .carItem-x img {
  width: 4.5rem;
  height: 7.5rem;
}
main .indexZhzy .car .carItem-5 {
  top: 13rem;
  left: 65rem;
}
main .indexZhzy .car .carItem-5 .carItemImg {
  left: 4.75rem;
}
main .indexZhzy .car .carItem-5 .carItemImg img {
  width: 1.45rem;
  height: 1.65rem;
}
main .indexZhzy .car .carItem-5 p {
  left: 6.75rem;
  top: 0.125rem;
}
main .indexZhzy .car .carItem-5 .carItem-x {
  top: 0.5rem;
  left: 0.75rem;
}
main .indexZhzy .car .carItem-5 .carItem-x img {
  width: 3.7rem;
  height: 0.7rem;
}
main .indexZhzy .car .carItem-6 {
  top: 17.5rem;
  left: 65rem;
}
main .indexZhzy .car .carItem-6 .carItemImg {
  left: 4.75rem;
}
main .indexZhzy .car .carItem-6 .carItemImg img {
  width: 1.15rem;
  height: 1.25rem;
}
main .indexZhzy .car .carItem-6 p {
  left: 6.5rem;
  top: 0.125rem;
}
main .indexZhzy .car .carItem-6 .carItem-x {
  top: 0.5rem;
  left: 0.75rem;
}
main .indexZhzy .car .carItem-6 .carItem-x img {
  width: 3.7rem;
  height: 0.7rem;
}
main .indexZhzy .car .carItem-7 {
  left: 55rem;
  top: 20.55rem;
}
main .indexZhzy .car .carItem-7 .carItemImg {
  top: 6rem;
  left: 7.25rem;
}
main .indexZhzy .car .carItem-7 .carItemImg img {
  width: 1.6rem;
  height: 1.6rem;
}
main .indexZhzy .car .carItem-7 p {
  top: 6.125rem;
  left: 9.25rem;
}
main .indexZhzy .car .carItem-7 .carItem-x {
  top: 2.25rem;
  left: 0.75rem;
}
main .indexZhzy .car .carItem-7 .carItem-x img {
  width: 6rem;
  height: 4.45rem;
}
main .indexZhzy .car .carItem-8 {
  left: 11.75rem;
  top: 20.25rem;
}
main .indexZhzy .car .carItem-8 .carItemImg {
  top: 6.5rem;
  left: 5.25rem;
}
main .indexZhzy .car .carItem-8 .carItemImg img {
  width: 1.45rem;
  height: 1.5rem;
}
main .indexZhzy .car .carItem-8 p {
  top: 6.625rem;
  left: 7rem;
}
main .indexZhzy .car .carItem-8 .carItem-x {
  top: 1.75rem;
  left: 6.75rem;
}
main .indexZhzy .car .carItem-8 .carItem-x img {
  width: 5.9rem;
  height: 4.4rem;
}
main .indexZhzy .zhzyScreenCar {
  display: none;
}
main .indexJjfa {
  width: 100%;
  max-width: 1920px;
  padding: 40px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}
main .indexJjfa .indexMainCommonTitle h4 {
  color: #000;
  font-weight: none;
}
main .indexJjfa .indexMainCommonTitle p {
  color: #7a7a7a;
}
main .indexJjfa .jjfaItems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 28px 0 0 0;
}
main .indexJjfa .jjfaItems .jjfaItem {
  flex-basis: 50%;
  height: 330px;
  background-color: powderblue;
  border: 1px solid #606466;
  position: relative;
  overflow: hidden;
}
main .indexJjfa .jjfaItems .jjfaItem::before,
main .indexJjfa .jjfaItems .jjfaItem::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  transition-duration: 0.8s;
  transition-property: left;
  z-index: 10;
}
main .indexJjfa .jjfaItems .jjfaItem::before {
  background-color: #2283ce;
  left: -100%;
}
main .indexJjfa .jjfaItems .jjfaItem::after {
  background-color: #161f23;
  left: 0%;
}
main .indexJjfa .jjfaItems .jjfaItem:hover::after {
  left: 100%;
}
main .indexJjfa .jjfaItems .jjfaItem:hover::before {
  left: 0%;
}
main .indexJjfa .jjfaItems .jjfaItem:hover .jjfaItemContent .jjfaItemLeft {
  transform: translateY(28%);
}
main .indexJjfa .jjfaItems .jjfaItem:hover .jjfaItemContent .jjfaItemLeft div span {
  width: 90px;
}
main .indexJjfa .jjfaItems .jjfaItem:hover .jjfaItemContent .jjfaItemLeft .jjfaItemLeftP {
  opacity: 1;
}
main .indexJjfa .jjfaItems .jjfaItem:hover .jjfaItemContent .jjfaItemRight img:first-child {
  top: 235px;
  left: 100%;
}
main .indexJjfa .jjfaItems .jjfaItem:hover .jjfaItemContent .jjfaItemRight img:last-child {
  top: 225px;
  left: 0;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItem {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItem img {
  width: 100%;
  height: 100%;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent {
  width: 100%;
  height: 100%;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  padding: 0 0 0 100px;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemLeft {
  flex: 1;
  transform: translateY(49%);
  transition-duration: 0.75s;
  transition-property: transform;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemLeft div {
  width: 20%;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemLeft div img {
  margin: 0 0 0 30px;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemLeft div p {
  margin: 10px 0 1px 0;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  white-space: nowrap;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemLeft div span {
  display: inline-block;
  width: 0px;
  height: 1px;
  background-color: #fff;
  transition-duration: 0.6s;
  transition-property: width;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemLeft .jjfaItemLeftP {
  margin: 10px 0 0 0;
  width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  transition-duration: 0.85s;
  opacity: 0;
  transition-property: opacity;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemRight {
  width: 100px;
  position: relative;
  overflow: hidden;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemRight img {
  position: absolute;
  transition-property: top, opacity, left;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemRight img:first-child {
  top: 265px;
  left: 0;
  transition-duration: 0.65s;
}
main .indexJjfa .jjfaItems .jjfaItem .jjfaItemContent a .jjfaItemRight img:last-child {
  top: 255px;
  opacity: 1;
  left: -100%;
  transition-duration: 0.75s;
}
main .indexNews {
  width: 100%;
  max-width: 96rem;
  padding: 2.5rem 0 3.5rem 0;
  margin: 0 auto 0  auto;
  overflow: hidden;
}
main .indexNews .indexMainCommonTitle h4 {
  color: #000;
}
main .indexNews .newsItems {
  width: 100%;
  margin: 1.6rem auto 0 auto;
  display: flex;
  padding: 0 3rem;
  justify-content: space-between;
}
main .indexNews .newsItems .newsItem {
  width: 23.3%;
  transition-duration: 0.5s;
  transition-property: transform, box-shadow;
  display: flex;
  flex-direction: column;
}
main .indexNews .newsItems .newsItem:last-child {
  margin: 0;
}
main .indexNews .newsItems .newsItem:hover {
  box-shadow: 0.1rem 0.1rem 0.5rem #9a9a9a;
  transform: translate(0, -5px);
}
main .indexNews .newsItems .newsItem:hover .newsItemImg img {
  transform: scale(1.1);
}
main .indexNews .newsItems .newsItem .newsItemImg {
  width: 100%;
  height: 13.25rem;
  overflow: hidden;
}
main .indexNews .newsItems .newsItem .newsItemImg img {
  width: 100%;
  height: 100%;
  transition-duration: 1s;
  transition-property: transform;
  transform: scale(1);
}
main .indexNews .newsItems .newsItem p,
main .indexNews .newsItems .newsItem span {
  width: calc(100% - 30px);
  margin: 0 0 0 10px;
}
main .indexNews .newsItems .newsItem p a,
main .indexNews .newsItems .newsItem span a {
  transition-duration: 0.35s;
  transition-property: color;
}
main .indexNews .newsItems .newsItem p:hover a,
main .indexNews .newsItems .newsItem span:hover a {
  color: #2283ce;
}
main .indexNews .newsItems .newsItem p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  margin: 1.25rem 0 1.75rem 0.5rem;
}
main .indexNews .newsItems .newsItem p a {
  color: #000;
}
main .indexNews .newsItems .newsItem span {
  display: block;
  font-size: 0.7rem;
  line-height: 1.1rem;
}
main .indexNews .newsItems .newsItem span a {
  color: #999;
}
main .indexHzhb {
  width: 100%;
  max-width: 1920px;
  background-color: #f5f5f5;
  padding: 50px 0 40px 0;
  margin: 0 auto;
}
main .indexHzhb .indexMainCommonTitle h4 {
  color: #000;
}
main .indexHzhb .hzhbWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main .indexHzhb .hzhbWrap .swiper-wrapper .hzhbItems {
  width: 100%;
  margin: 58px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 70px;
}
main .indexHzhb .hzhbWrap .swiper-wrapper .hzhbItems .hzhbItem {
  flex-basis: 25%;
  height: 150px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
main .indexHzhb .hzhbWrap .swiper-wrapper .hzhbItems .hzhbItem:hover a .hzhbItemTitle {
  transform: translateY(0);
}
main .indexHzhb .hzhbWrap .swiper-wrapper .hzhbItems .hzhbItem a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
main .indexHzhb .hzhbWrap .swiper-wrapper .hzhbItems .hzhbItem a .hzhbItemTitle {
  transition-duration: 0.5s;
  transition-property: transform;
}
main .indexHzhb .hzhbWrap .swiper-wrapper .hzhbItems .hzhbItem a .hzhbItemTitle {
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: #010101;
  opacity: 0.83;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .indexHzhb .hzhbWrap .swiper-wrapper .hzhbItems .hzhbItem a .hzhbItemTitle strong {
  font-size: 21px;
  color: #fff;
}
main .indexHzhb .hzhbWrap .swiper-wrapper .hzhbItems .hzhbItem a .hzhbItemImg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .indexHzhb .hzhbWrap .swiper-wrapper .hzhbItems .hzhbItem a .hzhbItemImg img {
  width: 100%;
  height: 100%;
}
main .indexHzhb .hzhbWrap .swiper-pagination {
  position: static !important;
  margin: 40px 0 0 0;
}
main .indexHzhb .hzhbWrap .swiper-pagination .swiper-pagination-bullet {
  width: 30px !important;
  height: 30px !important;
  outline: none !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  margin: 0 20px 0 0 !important;
}
main .indexHzhb .hzhbWrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0090d8 !important;
  opacity: 1 !important;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .indexPartner {
  width: 100%;
  max-width: 1920px;
  padding: 60px 0 0 0;
  margin: 0 auto 130px auto;
  overflow: hidden;
}
main .indexPartner .indexMainCommonTitle h4 {
  color: #000;
}
main .indexPartner .partnerItems {
  width: 1200px;
  margin: 67px auto 0 auto;
  display: flex;
}
main .indexPartner .partnerItems .partnerItem {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
main .indexPartner .partnerItems .partnerItem h5 {
  font-size: 38px;
  color: #333;
  margin: 0 0 5px 0;
  font-weight: bold;
}
main .indexPartner .partnerItems .partnerItem h5 sup {
  font-size: 23px;
}
main .indexPartner .partnerItems .partnerItem p {
  font-size: 15px;
  color: #333;
}
/**************************** 关于我们  about ****************************************/
main > p,
main > span {
  display: block;
  width: 1200px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 20px;
}
main .aboutYxjj {
  width: 1200px;
  margin: 75px auto 0 auto;
  border-bottom: 1px dashed #d9d9d9;
  background-color: none !important;
  overflow: hidden;
}
main .aboutYxjj .jjItem {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 0 50px 0;
  justify-content: space-between;
}
main .aboutYxjj .jjItem .jjItemLeft {
  width: 530px;
  height: 100%;
}
main .aboutYxjj .jjItem .jjItemLeft .jjItemLeftTitle {
  margin: 0 0 57px 0;
}
main .aboutYxjj .jjItem .jjItemLeft .jjItemLeftTitle h5 {
  font-size: 21px;
  color: #000;
}
main .aboutYxjj .jjItem .jjItemLeft span {
  display: inline-block;
  line-height: 24px;
  color: #858585;
  font-size: 14px;
  text-indent: 28px;
  margin: 0 0 17px 0;
}
main .aboutYxjj .jjItem .jjItemRight {
  width: 590px;
}
main .aboutYxjj .jjItem .jjItemRight img {
  width: 100% !important;
  height: auto;
}
main .aboutLn {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px dashed #d9d9d9;
}
main .aboutLn .lnItem {
  width: 100%;
  height: 100%;
  margin: 0 0 50px 0;
}
main .aboutLn .lnItem .lnItemTitle {
  margin: 50px 0;
}
main .aboutLn .lnItem .lnItemTitle h5 {
  font-size: 21px;
  color: #000;
}
main .aboutLn .lnItem span {
  display: inline-block;
  line-height: 24px;
  color: #858585;
  font-size: 14px;
  text-indent: 28px;
  margin: 0 0 17px 0;
}
main .map {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
main .map .mapTitle {
  margin: 30px 0;
}
main .map .mapTitle h5 {
  font-size: 21px;
  color: #000;
}
main .map .myMap {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
/*******************************  新闻资讯 news****************************************************/
main .newsNewsItems {
  width: 1200px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
main .newsNewsItems .newsItem {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  transition-duration: 0.5s;
  transition-property: background-color;
  padding: 30px 0;
}
main .newsNewsItems .newsItem:hover {
  background-color: #ebebeb;
}
main .newsNewsItems .newsItem:hover::after {
  left: 0;
}
main .newsNewsItems .newsItem:hover a .newsItemContent .newsItemDetail span {
  color: #2283ce;
}
main .newsNewsItems .newsItem:hover a .newsItemContent .newsItemDetail .newsItemDetailImg img:first-child {
  opacity: 0;
}
main .newsNewsItems .newsItem:hover a .newsItemContent .newsItemDetail .newsItemDetailImg img:last-child {
  opacity: 1;
}
main .newsNewsItems .newsItem::after {
  content: "";
  width: 100%;
  position: absolute;
  transition-duration: 0.8s;
  transition-property: left;
}
main .newsNewsItems .newsItem::after {
  height: 1px;
  background-color: #2283ce;
  bottom: 0;
  left: -100%;
}
main .newsNewsItems .newsItem a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 999;
}
main .newsNewsItems .newsItem a .newsItemImg {
  width: 253px;
  height: 160px;
}
main .newsNewsItems .newsItem a .newsItemImg img {
  width: 100%;
  height: 100%;
}
main .newsNewsItems .newsItem a .newsItemContent {
  display: flex;
  flex-direction: column;
  width: 630px;
  margin: 0 100px 0 35px;
}
main .newsNewsItems .newsItem a .newsItemContent .newsItemTitle {
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  margin: 2px 0 0 0;
}
main .newsNewsItems .newsItem a .newsItemContent .newsItemTitleContent {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 25px;
  margin: 27px 0 33px 0;
}
main .newsNewsItems .newsItem a .newsItemContent .newsItemDetail {
  display: flex;
  align-items: center;
}
main .newsNewsItems .newsItem a .newsItemContent .newsItemDetail span {
  font-size: 14px;
  color: #333;
  margin: 0 5px 0 0;
  transition-duration: 0.5s;
  transition-property: color;
}
main .newsNewsItems .newsItem a .newsItemContent .newsItemDetail .newsItemDetailImg {
  height: 12px;
  position: relative;
}
main .newsNewsItems .newsItem a .newsItemContent .newsItemDetail .newsItemDetailImg img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  transition-property: opacity;
}
main .newsNewsItems .newsItem a .newsItemContent .newsItemDetail .newsItemDetailImg img:last-child {
  opacity: 0;
}
main .newsNewsItems .newsItem a .newsItemContent .newsItemDetail .newsItemDetailImg img:first-child {
  opacity: 1;
}
main .newsNewsItems .newsItem a .newsItemTime {
  flex: 1;
}
main .newsNewsItems .newsItem a .newsItemTime p {
  font-size: 24px;
  color: #333;
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ebebeb;
}
/*******************************  新闻资讯详情 newsDetail****************************************************/
main {
  overflow: hidden;
}
main .newsDetailNewsDetail {
  width: 1200px;
  margin: 20px auto 0 auto;
  padding: 0 0 28px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
main .newsDetailNewsDetail .newsDetailTitle {
  width: 100%;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
main .newsDetailNewsDetail .newsDetailTitle h5 {
  color: #1a1a1a;
  font-size: 24px;
  margin: 0 0 22px 0;
}
main .newsDetailNewsDetail .newsDetailTitle span {
  font-size: 14px;
  color: #808080;
}
main .newsDetailNewsDetail .newsDetailContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .newsDetailNewsDetail .newsDetailContent p,
main .newsDetailNewsDetail .newsDetailContent span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-indent: 28px;
  color: #4d4d4d;
  line-height: 30px;
}
main .newsDetailNewsDetail .newsDetailContent img {
  max-width: 800px;
  height: auto;
  margin: 25px auto;
}
main .newsDetailNewsChange {
  width: 1200px;
  margin: 0 auto;
}
main .newsDetailNewsChange .newsChangeWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
}
main .newsDetailNewsChange .newsChangeWrap .prevNews:hover a strong,
main .newsDetailNewsChange .newsChangeWrap .nextNews:hover a strong,
main .newsDetailNewsChange .newsChangeWrap .prevNews:hover a p,
main .newsDetailNewsChange .newsChangeWrap .nextNews:hover a p {
  color: #2283ce;
}
main .newsDetailNewsChange .newsChangeWrap .prevNews a strong,
main .newsDetailNewsChange .newsChangeWrap .nextNews a strong,
main .newsDetailNewsChange .newsChangeWrap .prevNews a p,
main .newsDetailNewsChange .newsChangeWrap .nextNews a p {
  font-size: 14px;
  color: #4d4d4d;
  transition-duration: 0.5s;
  transition-property: color;
}
/*******************************  解决方案 solution****************************************************/
main .solution1Lct {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../../images/default/solution1-lctBg.png);
  background-size: cover;
  overflow: hidden;
}
main .solution1Lct .lctWrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
main .solution1Lct .lctWrap .lctTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 45px 0 57px 0;
}
main .solution1Lct .lctWrap .lctTitle h5 {
  font-size: 24px;
  color: #000;
  font-weight: 550;
}
main .solution1Lct .lctWrap .lctContent {
  width: 100%;
  margin: 0 0 50px 0;
}
main .solution1LctfaWrap {
  width: 100%;
  max-width: 1920px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
main .solution1LctfaWrap .lctfaItems {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem {
  width: 326px;
  height: 377px;
  border: 1px solid #bfbfbf;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem:hover::before {
  top: 0;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemImg {
  border: 1px solid #fff;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemImg::before {
  transform: scale(1);
}
main .solution1LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemImg img:first-child {
  opacity: 0;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemImg img:last-child {
  opacity: 1;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemContent p,
main .solution1LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemContent span {
  color: #fff;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0%;
  background-color: #2283ce;
  transition-duration: 0.5s;
  transition-property: top;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem .lctfaItemImg {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 1px solid #2283ce;
  position: relative;
  transition-duration: 0.5s;
  transition-property: border;
  margin: 30px 0 30px 0;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem .lctfaItemImg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2283ce;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
  top: 0;
  left: 0;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem .lctfaItemImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem .lctfaItemImg img:first-child {
  opacity: 1;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent {
  width: 264px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 999;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent p,
main .solution1LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent span {
  transition-duration: 0.5s;
  transition-property: color;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent p {
  font-size: 18px;
  color: #000;
  margin: 0 0 30px 0;
}
main .solution1LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent span {
  font-size: 13px;
  color: #808080;
  line-height: 24px;
}
main .solution1Faxy {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/default/solution1-xy-bg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
main .solution1Faxy .faxyWrap {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
main .solution1Faxy .faxyWrap .faxyTitle {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
main .solution1Faxy .faxyWrap .faxyTitle h5 {
  font-size: 24px;
  color: #000;
  margin: 43px 0 34px;
}
main .solution1Faxy .faxyWrap .faxyTitle p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
main .solution1Faxy .faxyWrap .faxyItems {
  width: 100%;
  margin: 66px auto 70px auto;
  display: flex;
  justify-content: space-between;
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem:hover .faxyItemImg {
  border: 0 solid #2283ce;
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem:hover .faxyItemImg::before {
  transform: scale(1);
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem:hover .faxyItemImg img:first-child {
  opacity: 0;
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem:hover .faxyItemImg img:last-child {
  opacity: 1;
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem .faxyItemImg {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2283ce;
  position: relative;
  transition-duration: 0.5s;
  transition-property: border;
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem .faxyItemImg::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2283ce;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem .faxyItemImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem .faxyItemImg img:first-child {
  opacity: 1;
}
main .solution1Faxy .faxyWrap .faxyItems .faxyItem p {
  font-size: 14px;
  color: #4d4d4d;
  margin: 20px 0 0 0;
}
main .solution2Lct {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
main .solution2Lct .lctTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
main .solution2Lct .lctTitle h5 {
  font-size: 24px;
  color: #000;
  font-weight: 550;
}
main .solution2Lct .lctContent {
  width: 100%;
  margin: 0 0 40px 0;
  display: flex;
  justify-content: center;
}
main .solution2LctfaWrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background: url(../../images/default/solution2-lct-bg.png) no-repeat;
  background-size: cover;
}
main .solution2LctfaWrap .lctfaItems {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem {
  width: 326px;
  height: 377px;
  border: 1px solid #bfbfbf;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem:hover::before {
  top: 0;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemImg {
  border: 1px solid #fff;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemImg::before {
  transform: scale(1);
}
main .solution2LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemImg img:first-child {
  opacity: 0;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemImg img:last-child {
  opacity: 1;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemContent p,
main .solution2LctfaWrap .lctfaItems .lctfaItem:hover .lctfaItemContent span {
  color: #fff;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0%;
  background-color: #2283ce;
  transition-duration: 0.5s;
  transition-property: top;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem .lctfaItemImg {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 1px solid #2283ce;
  position: relative;
  transition-duration: 0.5s;
  transition-property: border;
  margin: 30px 0;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem .lctfaItemImg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2283ce;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
  top: 0;
  left: 0;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem .lctfaItemImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem .lctfaItemImg img:first-child {
  opacity: 1;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent {
  width: 284px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 999;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent p,
main .solution2LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent span {
  transition-duration: 0.5s;
  transition-property: color;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent p {
  font-size: 18px;
  color: #000;
  margin: 0 0 30px 0;
}
main .solution2LctfaWrap .lctfaItems .lctfaItem .lctfaItemContent span {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
}
main .solution2Faxy {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
main .solution2Faxy .faxyWrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
main .solution2Faxy .faxyWrap .faxyTitle {
  width: 100%;
  display: flex;
  margin: 59px auto 66px auto;
  justify-content: center;
  overflow: hidden;
}
main .solution2Faxy .faxyWrap .faxyTitle h5 {
  font-size: 24px;
  color: #000;
}
main .solution2Faxy .faxyWrap .faxyItems {
  width: 100%;
  margin: 0 auto 60px auto;
  display: flex;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyLeftItem {
  width: 250px;
  height: 330px;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 68px 0 0;
  overflow: hidden;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyLeftItem:hover::before {
  left: 0;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyLeftItem:hover .faxyImg::before {
  transform: scale(1);
}
main .solution2Faxy .faxyWrap .faxyItems .faxyLeftItem:hover span {
  color: #fff;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyLeftItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: -105%;
  width: 100%;
  height: 100%;
  background-color: #2283ce;
  transition-duration: 0.5s;
  transition-property: left;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyLeftItem .faxyImg {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 30px 0;
  background-color: #f6f6f6;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyLeftItem .faxyImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .solution2Faxy .faxyWrap .faxyItems .faxyLeftItem .faxyImg img {
  position: relative;
  z-index: 999;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyLeftItem span {
  display: inline-block;
  width: 210px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  transition-duration: 0.5s;
  transition-property: color;
  position: relative;
  z-index: 999;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems {
  flex: 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems .faxyRightItem {
  width: 250px;
  height: 156px;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: none;
  margin: 0 0 14px 0;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems .faxyRightItem:hover::before {
  left: 0;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems .faxyRightItem:hover .faxyImg::before {
  transform: scale(1);
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems .faxyRightItem:hover span {
  color: #fff;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems .faxyRightItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #2283ce;
  transition-duration: 0.5s;
  transition-property: left;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems .faxyRightItem .faxyImg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems .faxyRightItem .faxyImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems .faxyRightItem .faxyImg img {
  position: relative;
  z-index: 999;
}
main .solution2Faxy .faxyWrap .faxyItems .faxyRightItems .faxyRightItem span {
  display: inline-block;
  width: 168px;
  text-align: center;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: color;
  position: relative;
  z-index: 999;
  line-height: 18px;
}
/*******************************  公交客流量检测仪 flow****************************************************/
main .flowTs {
  width: 1200px;
  margin: 0 auto 66px auto;
  overflow: hidden;
}
main .flowTs .tsTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
main .flowTs .tsTitle h5 {
  font-size: 24px;
  color: #000;
}
main .flowTs .tsItems {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .flowTs .tsItems .tsItem {
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .flowTs .tsItems .tsItem:hover .tsItemImg::before {
  transform: scale(1);
}
main .flowTs .tsItems .tsItem:hover .tsItemImg .jx img:first-child,
main .flowTs .tsItems .tsItem:hover .tsItemImg .img img:first-child {
  opacity: 0;
}
main .flowTs .tsItems .tsItem:hover .tsItemImg .jx img:last-child,
main .flowTs .tsItems .tsItem:hover .tsItemImg .img img:last-child {
  opacity: 1;
}
main .flowTs .tsItems .tsItem .tsItemImg {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
main .flowTs .tsItems .tsItem .tsItemImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2a87d0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .flowTs .tsItems .tsItem .tsItemImg .jx img {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 888;
  transition-delay: 0.1s;
  width: 50px;
  height: 60px;
}
main .flowTs .tsItems .tsItem .tsItemImg .jx img:first-child {
  opacity: 1;
}
main .flowTs .tsItems .tsItem .tsItemImg p {
  position: relative;
  margin: 8px 0 34px 0;
  font-size: 18px;
  color: #2a87d0;
  z-index: 999;
  transition-duration: 0.5s;
  transition-property: color;
}
main .flowTs .tsItems .tsItem .tsItemImg .img {
  width: 100%;
  position: relative;
  z-index: 999;
}
main .flowTs .tsItems .tsItem .tsItemImg .img img {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-delay: 0.1s;
  width: 40px;
  height: 40px;
}
main .flowTs .tsItems .tsItem .tsItemImg .img img:first-child {
  opacity: 1;
}
main .flowTs .tsItems .tsItem .tsItemContent {
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
}
main .flowTs .tsItems .tsItem .tsItemContent p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
main .flowJg {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 270px 0;
  overflow: hidden;
}
main .flowJg .jgWrap {
  width: 100%;
  background: url(../../images/default/flow-jg-bg.png) no-repeat;
  background-size: cover;
  padding: 70px  0 0 0;
  overflow: hidden;
}
main .flowJg .jgWrap .jgTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 75px 0;
}
main .flowJg .jgWrap .jgTitle h5 {
  font-size: 24px;
  color: #000;
}
main .flowJg .jgWrap .jgContent {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 999;
}
main .flowJg .jgWrap .jgContent .jgChildImgItems {
  width: 100%;
  margin: 0 0 100px 0;
  display: flex;
  padding: 0 104px;
  justify-content: space-between;
}
main .flowJg .jgWrap .jgContent .jgChildImgItems .jgChildImgItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .flowJg .jgWrap .jgContent .jgChildImgItems .jgChildImgItem:first-child {
  margin: 0 0 0 260px;
}
main .flowJg .jgWrap .jgContent .jgChildImgItems .jgChildImgItem:nth-child(2) {
  margin: 0 0 0 35px;
}
main .flowJg .jgWrap .jgContent .jgChildImgItems .jgChildImgItem p {
  margin: 10px 0 0 0;
  font-size: 13px;
  color: #0f3f3e;
}
main .flowJg .jgWrap .jgContent .jgChildImgItems .jgChildImgItem img {
  width: 126px;
  height: 126px;
}
main .flowJg .jgWrap .jgContent .car {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
main .flowJg .jgWrap .jgContent .car .carImg {
  width: 960px;
  height: 240px;
  margin: 0 0 8px 0;
}
main .flowJg .jgWrap .jgContent .car .car-x {
  position: absolute;
  top: -90px;
}
main .flowJg .jgWrap .jgContent .car .car-x-1 {
  left: 432px;
  width: 84px;
  height: 189px;
}
main .flowJg .jgWrap .jgContent .car .car-x-2 {
  right: 452px;
  width: 25px;
  height: 156px;
}
main .flowJg .jgWrap .jgContent .car .car-x-3 {
  right: 168px;
  width: 32px;
  height: 186px;
}
main .flowJg .gps {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
main .flowJg .gps img {
  width: 100%;
  position: absolute;
  top: -403px;
}
main .flowJg .gps p {
  font-size: 16px;
  color: #2a87d0;
  text-align: center;
  position: absolute;
  top: 163px;
  left: 50%;
  transform: translateX(-50%);
}
/******************************* 主动安全防控终端  prevention****************************************************/
main .preventionJj {
  width: 1200px;
  margin: 0 auto 125px auto;
  display: flex;
  position: relative;
}
main .preventionJj .cpjjWrap {
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px 0 40px 50px;
  margin: 130px 0 0 0;
  display: flex;
}
main .preventionJj .cpjjWrap .cpjjLeft .cpjjTitle {
  margin: 0 0 20px 0;
}
main .preventionJj .cpjjWrap .cpjjLeft .cpjjTitle h5 {
  font-size: 24px;
  color: #000;
}
main .preventionJj .cpjjWrap .cpjjLeft p {
  width: 90%;
  font-size: 16px;
  color: #808080;
}
main .preventionJj .cpjjWrap .cpjjLeft p span {
  display: block;
  margin: 10px 0 0 0;
  line-height: 24px;
}
main .preventionJj .cpjjWrap .cpjjLeft p span strong {
  color: #000;
  font-size: 14.5px;
}
main .preventionJj .cpjjWrap .cpjjImg {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px 0 0;
}
main .preventionJj .cpjjWrap .cpjjImg .img img {
  width: 100%;
  height: 100%;
}
main .preventionJj .cpjjWrap .cpjjImg .img-1 {
  width: 336px;
  height: 175px;
  border: 10px solid #dadada;
  box-shadow: 7px -1px 20px #c0bfbf;
  margin: 0 -40px 20px 0;
}
main .preventionJj .cpjjWrap .cpjjImg .img-2 {
  width: 320px;
  height: 175px;
  border: 10px solid #dadada;
  box-shadow: -4px -10px 20px #c0bfbf;
  margin: 0 40px 0 0;
}
main .preventionTs {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../../images/default/prevention-ts-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
main .preventionTs .tsWrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
main .preventionTs .tsWrap .tsTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 66px 0 85px 0;
}
main .preventionTs .tsWrap .tsTitle h5 {
  font-size: 24px;
  color: #000;
}
main .preventionTs .tsWrap .tsChildWrap {
  width: 100%;
  background-color: #fff;
  opacity: 0.76;
  overflow: hidden;
  margin: 0 0 160px 0 ;
}
main .preventionTs .tsWrap .tsChildWrap .tsChildWrapTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 47px 0 86px 0;
}
main .preventionTs .tsWrap .tsChildWrap .tsChildWrapTitle h5 {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: bold;
}
main .preventionTs .tsWrap .tsChildWrap .tsItems {
  width: 100%;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem:hover .tsItemImg .yuan {
  transform: rotate(180deg);
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem:hover .tsItemChildImg img:first-child {
  opacity: 0;
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem:hover .tsItemChildImg img:last-child {
  opacity: 1;
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem .tsItemImg {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: relative;
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem .tsItemImg .yuan {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition-duration: 1s;
  transition-property: transform;
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem .tsItemImg .tsItemChildImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem .tsItemImg .tsItemChildImg img {
  position: absolute;
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem .tsItemImg .tsItemChildImg img:first-child {
  opacity: 1;
}
main .preventionTs .tsWrap .tsChildWrap .tsItems .tsItem span {
  margin: 26px 0 0 0;
  font-size: 14px;
  text-align: center;
  color: #4d4d4d;
  line-height: 24px;
}
/******************************* 公交智能调度终端  terminal  ****************************************************/
main .terminalZn {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
main .terminalZn .znTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 90px 0 50px 0;
}
main .terminalZn .znTitle h5 {
  font-size: 24px;
  color: #000;
}
main .terminalZn .znContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 300px 0;
}
main .terminalZn .znContent .znTop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .terminalZn .znContent .znTop p {
  font-size: 18px;
  color: #666;
  margin: 26px 0 10px 0;
}
main .terminalZn .znContent .znBottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0 0 0;
}
main .terminalZn .znContent .znBottom .znBottomItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}
main .terminalZn .znContent .znBottom .znBottomItem p {
  font-size: 18px;
  color: #666;
}
main .terminalZn .znContent .znBottom .znBottom-1 {
  left: 40px;
  top: 0;
}
main .terminalZn .znContent .znBottom .znBottom-1 p {
  margin: 24px 0 0 0;
}
main .terminalZn .znContent .znBottom .znBottom-2 {
  top: 40px;
  left: 214px;
}
main .terminalZn .znContent .znBottom .znBottom-3 {
  left: 477px;
}
main .terminalZn .znContent .znBottom .znBottom-3 p {
  line-height: 24px;
  margin: 17px 0 0 0;
}
main .terminalZn .znContent .znBottom .znBottom-4 {
  top: 40px;
  right: 252px;
}
main .terminalZn .znContent .znBottom .znBottom-5 {
  top: -20px;
  right: 40px;
}
main .terminalZn .znContent .znBottom .znBottom-5 p {
  margin: 15px 0 0 0;
}
main .terminalZn .znScreenImg {
  width: 100%;
  display: none;
}
main .terminalZn .znScreenImg img {
  width: 100%;
}
main .terminalTs {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../../images/default/terminal-ts-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
main .terminalTs .tsWrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
main .terminalTs .tsWrap .tsTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0 85px 0;
}
main .terminalTs .tsWrap .tsTitle h5 {
  font-size: 24px;
  color: #fff;
}
main .terminalTs .tsWrap .tsItems {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 67px 0;
}
main .terminalTs .tsWrap .tsItems .tsItem {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .terminalTs .tsWrap .tsItems .tsItem:hover .tsItemImg::before {
  transform: scale(1);
}
main .terminalTs .tsWrap .tsItems .tsItem:hover .tsItemImg .tsItemCount::before {
  transform: scale(1);
}
main .terminalTs .tsWrap .tsItems .tsItem:hover .tsItemImg .tsItemCount p {
  color: #fff;
}
main .terminalTs .tsWrap .tsItems .tsItem .tsItemImg {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
main .terminalTs .tsWrap .tsItems .tsItem .tsItemImg::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  transition-duration: 0.5s;
  transition-property: border;
}
main .terminalTs .tsWrap .tsItems .tsItem .tsItemImg::before {
  width: 140px;
  height: 140px;
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #2283ce;
  border: 1px solid #2283ce;
  z-index: 999;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .terminalTs .tsWrap .tsItems .tsItem .tsItemImg img {
  position: relative;
  z-index: 999;
}
main .terminalTs .tsWrap .tsItems .tsItem .tsItemImg .tsItemCount {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #fff;
  bottom: -20px;
  z-index: 9999;
}
main .terminalTs .tsWrap .tsItems .tsItem .tsItemImg .tsItemCount::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2283ce;
  border: 1px solid #fff;
  content: "";
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .terminalTs .tsWrap .tsItems .tsItem .tsItemImg .tsItemCount p {
  font-size: 18px;
  color: #808080;
  position: relative;
  z-index: 999;
  transition-duration: 0.5s;
  transition-property: color;
}
main .terminalTs .tsWrap .tsItems .tsItem > p {
  margin: 45px 0 0 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
/******************************* 智能公交电子站牌  tag  ****************************************************/
main .tagTs {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 0 380px 0;
}
main .tagTs .tsTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 75px 0 46px 0;
}
main .tagTs .tsTitle h5 {
  font-size: 24px;
  color: #000;
}
main .tagTs .tsItems {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
main .tagTs .tsItems .car {
  width: 222px;
  height: 469px;
  margin: 20px 0 0 0;
}
main .tagTs .tsItems .car img {
  width: 100%;
  height: 100%;
}
main .tagTs .tsItems .tsItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}
main .tagTs .tsItems .tsItem p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 13px 0 0 0;
}
main .tagTs .tsItems .tsItem img {
  width: 72px;
  height: 72px;
}
main .tagTs .tsItems .ts-x {
  position: absolute;
}
main .tagTs .tsItems .tsItem-1 {
  width: 140px;
  left: 268px;
}
main .tagTs .tsItems .ts-x-1 {
  top: 26px;
  left: 380px;
}
main .tagTs .tsItems .ts-x-1 img {
  width: 175px;
  height: 16px;
}
main .tagTs .tsItems .tsItem-2 {
  top: 150px;
  right: 256px;
  width: 154px;
}
main .tagTs .tsItems .ts-x-2 {
  top: 80px;
  right: 332px;
}
main .tagTs .tsItems .ts-x-2 img {
  width: 214px;
  height: 66px;
}
main .tagTs .tsItems .tsItem-3 {
  top: 360px;
  left: 106px;
  width: 274px;
}
main .tagTs .tsItems .ts-x-3 {
  top: 288px;
  left: 237px;
}
main .tagTs .tsItems .ts-x-3 img {
  width: 353px;
  height: 66px;
}
main .tagTs .tsItems .tsItem-4 {
  top: 330px;
  right: 215px;
  width: 160px;
}
main .tagTs .tsItems .tsItem-4 p:last-child {
  white-space: nowrap ;
  line-height: 0;
  position: relative;
  left: 28px;
}
main .tagTs .tsItems .ts-x-4 {
  top: 358px;
  right: 335px;
}
main .tagTs .tsItems .ts-x-4 img {
  width: 175px;
  height: 16px;
}
main .tagTs .tsItems .tsItem-5 {
  bottom: -300px;
  left: 357px;
  width: 490px;
}
main .tagTs .tsItems .ts-x-5 {
  bottom: -166px;
  left: 593px;
}
main .tagTs .tsItems .ts-x-5 img {
  width: 16px;
  height: 175px;
}
main .tagGy {
  width: 100%;
  max-width: 1920px;
  background-color: #f5f5f5;
  overflow: hidden;
  margin: 0 auto;
}
main .tagGy .gyWrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
main .tagGy .gyWrap .gyTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 75px 0 78px;
}
main .tagGy .gyWrap .gyTitle h5 {
  font-size: 24px;
  color: #000;
}
main .tagGy .gyWrap .gyItems {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
main .tagGy .gyWrap .gyItems .gyItem {
  width: 277px;
  height: 277px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d9d9d9;
  position: relative;
  overflow: hidden;
}
main .tagGy .gyWrap .gyItems .gyItem:last-child > p {
  width: 224px;
}
main .tagGy .gyWrap .gyItems .gyItem:hover::before {
  top: 0;
}
main .tagGy .gyWrap .gyItems .gyItem:hover > p {
  color: #fff;
}
main .tagGy .gyWrap .gyItems .gyItem:hover .gyItemImg p {
  color: #fff;
}
main .tagGy .gyWrap .gyItems .gyItem::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  transition-duration: 0.5s;
  transition-property: top;
  background-color: #2283ce;
  position: absolute;
}
main .tagGy .gyWrap .gyItems .gyItem > p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: inline-block;
  width: 204px;
  text-align: center;
  margin: 36px 0 0 0;
  position: relative;
  z-index: 999;
  transition-duration: 0.5s;
  transition-property: color;
  transition-property: 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
main .tagGy .gyWrap .gyItems .gyItem .gyItemImg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 26px 0;
}
main .tagGy .gyWrap .gyItems .gyItem .gyItemImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .tagGy .gyWrap .gyItems .gyItem .gyItemImg p {
  font-size: 36px;
  color: #333;
  transition-duration: 0.5s;
  transition-property: color;
  transition-property: 0.2s;
}
/******************************* 易燃挥发物检测仪  inflammable  ****************************************************/
main .inflammableJg {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
main .inflammableJg .jgTitle {
  margin: 70px 0 60px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
main .inflammableJg .jgTitle h5 {
  font-size: 24px;
  color: #000;
}
main .inflammableJg .jgWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 0 88px 0;
}
main .inflammableJg .jgWrap .car {
  width: 975px;
  height: 287px;
}
main .inflammableJg .jgWrap .car img {
  width: 100%;
  height: 100%;
}
main .inflammableJg .jgWrap .jg-x {
  position: absolute;
  top: 0;
}
main .inflammableJg .jgWrap .jg-x .jg-x-wrap {
  position: relative;
}
main .inflammableJg .jgWrap .jg-x .jg-x-wrap .jg-x-title {
  border: 2px solid #ccc;
  background-color: #2283ce;
  padding: 8px 14px;
}
main .inflammableJg .jgWrap .jg-x .jg-x-wrap .jg-x-title p {
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
}
main .inflammableJg .jgWrap .jg-x .jg-x-wrap img {
  position: absolute;
  left: 50%;
}
main .inflammableJg .jgWrap .jg-x-1 {
  top: -20px;
  left: 200px;
}
main .inflammableJg .jgWrap .jg-x-1 .jg-x-wrap .jg-x-title {
  position: relative;
  left: 60px;
}
main .inflammableJg .jgWrap .jg-x-1 .jg-x-wrap img {
  width: 420px;
  height: 180px;
}
main .inflammableJg .jgWrap .jg-x-2 {
  top: -20px;
  right: 247px;
}
main .inflammableJg .jgWrap .jg-x-2 .jg-x-wrap img {
  width: 135px;
  height: 110px;
}
main .inflammableJg .jgWrap .jg-x-3 {
  top: 221px;
  right: 370px;
}
main .inflammableJg .jgWrap .jg-x-3 .jg-x-wrap .jg-x-title {
  position: relative;
  top: 80px;
}
main .inflammableJg .jgWrap .jg-x-3 .jg-x-wrap img {
  width: 175px;
  height: 83px;
}
main .inflammableJg .jgWrap .yuan {
  position: absolute;
}
main .inflammableJg .jgWrap .yuan-1 {
  top: 100px;
  left: 260px;
}
main .inflammableJg .jgWrap .yuan-2 {
  top: 180px;
  left: 260px;
}
main .inflammableJg .jgWrap .yuan-3 {
  top: 100px;
  left: 436px;
}
main .inflammableJg .jgWrap .yuan-4 {
  top: 180px;
  left: 436px;
}
main .inflammableJg .jgWrap .yuan-5 {
  top: 100px;
  left: 630px;
}
main .inflammableJg .jgWrap .yuan-6 {
  top: 180px;
  left: 630px;
}
main .inflammableJg .jgScreenImg {
  display: none;
  width: 95%;
  margin: 0 auto;
}
main .inflammableJg .jgScreenImg img {
  width: 100%;
}
main .inflammableTs {
  width: 1200px;
  margin: 0 auto 50px auto;
  overflow: hidden;
}
main .inflammableTs .tsTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 75px 0 70px 0;
}
main .inflammableTs .tsTitle h5 {
  font-size: 24px;
  color: #000;
}
main .inflammableTs .tsItems {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .inflammableTs .tsItems .tsItem {
  width: 213px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d9d9d9;
  position: relative;
}
main .inflammableTs .tsItems .tsItem::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2283ce;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .inflammableTs .tsItems .tsItem:hover::before {
  transform: scale(1);
}
main .inflammableTs .tsItems .tsItem:hover .tsItemImg::before {
  transform: scale(1);
}
main .inflammableTs .tsItems .tsItem:hover p {
  color: #fff;
}
main .inflammableTs .tsItems .tsItem .tsItemImg {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  margin: 27px 0 22px 0;
  position: relative;
  z-index: 999;
}
main .inflammableTs .tsItems .tsItem .tsItemImg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .inflammableTs .tsItems .tsItem .tsItemImg img {
  position: relative;
  z-index: 999;
}
main .inflammableTs .tsItems .tsItem p {
  width: 168px;
  display: inline-block;
  color: #666;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  position: relative;
  z-index: 999;
  transition-duration: 0.5s;
  transition-property: color;
  transition-delay: 0.1s;
}
/*******************************公交安全云平台   security    ****************************************************/
main .securityAqypt {
  width: 1200px;
  margin: 0 auto 0 auto;
  padding: 75px 0 0 0;
  overflow: hidden;
}
main .securityAqypt .aqyptTitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 70px 0;
}
main .securityAqypt .aqyptTitle h5 {
  color: #2283ce;
  font-size: 24px;
  margin: 0 0 40px 0;
  font-weight: bold;
}
main .securityAqypt .aqyptTitle p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
}
main .securityAqypt .aqyptContent {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 100px 0;
}
main .securityAqypt .aqyptContent .aqyptImg {
  width: 546px;
  height: 320px;
}
main .securityAqypt .aqyptContent .aqyptImg img {
  width: 100%;
  height: 100%;
}
main .securityAqypt .aqyptContent .aqyptYybj {
  height: 320px;
  margin: 0 0 0 120px;
}
main .securityAqypt .aqyptContent .aqyptYybj ul li {
  margin: 0 0 24px 0;
}
main .securityAqypt .aqyptContent .aqyptYybj ul li:first-child {
  margin: 38px 0 67px 0;
}
main .securityAqypt .aqyptContent .aqyptYybj ul li:first-child p {
  color: #484848;
  font-size: 24px;
}
main .securityAqypt .aqyptContent .aqyptYybj ul li p {
  font-size: 16px;
  color: #666;
}
main .securityCpgn {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/default/security-gn-bg.png") no-repeat;
  background-size: 2;
  overflow: hidden;
  padding: 0 0 84px 0;
}
main .securityCpgn .cpgnWrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto ;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .securityCpgn .cpgnWrap .cpgnTitle {
  margin: 78px 0 109px 0;
}
main .securityCpgn .cpgnWrap .cpgnTitle h5 {
  font-size: 24px;
  color: #000;
}
main .securityCpgn .cpgnWrap .cpgnItems {
  width: 100%;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
}
main .securityCpgn .cpgnWrap .cpgnItems .cpgnItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .securityCpgn .cpgnWrap .cpgnItems .cpgnItem .cpgnItemImg {
  height: 70px;
  margin: 0 0 30px 0;
}
main .securityCpgn .cpgnWrap .cpgnItems .cpgnItem span {
  font-size: 16px;
  color: #2283ce;
}
main .securityCpts {
  width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .securityCpts .cptsTitle {
  margin: 57px 0 67px 0;
}
main .securityCpts .cptsTitle h5 {
  font-size: 24px;
  color: #000;
}
main .securityCpts .cptsItems {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 0;
}
main .securityCpts .cptsItems .cptsItem {
  width: 220px;
  height: 180px;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
}
main .securityCpts .cptsItems .cptsItem:hover .cptsItemContent::before,
main .securityCpts .cptsItems .cptsItem:hover .cptsItemContent::after {
  transform: scale(1);
}
main .securityCpts .cptsItems .cptsItem:hover .cptsItemImg .cptsItemImgWrap::before {
  transform: scale(1);
}
main .securityCpts .cptsItems .cptsItem:hover .cptsItemImg .cptsItemImgWrap img:first-child {
  opacity: 0;
}
main .securityCpts .cptsItems .cptsItem:hover .cptsItemImg .cptsItemImgWrap img:last-child {
  opacity: 1;
}
main .securityCpts .cptsItems .cptsItem .cptsItemContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  height: 145px;
  border: 1px solid #d9d9d9;
  position: relative;
}
main .securityCpts .cptsItems .cptsItem .cptsItemContent::before {
  transform-origin: left top;
  top: 0px;
  left: 0px;
  border-top: 1.25px solid #2283ce;
  border-left: 1.25px solid #2283ce;
}
main .securityCpts .cptsItems .cptsItem .cptsItemContent::after {
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-right: 1.25px solid #2283ce;
  border-bottom: 1.25px solid #2283ce;
  transform-origin: right bottom;
}
main .securityCpts .cptsItems .cptsItem .cptsItemContent::before,
main .securityCpts .cptsItems .cptsItem .cptsItemContent::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .securityCpts .cptsItems .cptsItem .cptsItemContent p {
  font-size: 18px;
  color: #000;
  margin: 15px 0 8px 0;
}
main .securityCpts .cptsItems .cptsItem .cptsItemContent span {
  display: inline-block;
  width: 160px;
  font-size: 12px;
  color: #666;
  text-align: center;
  overflow: hidden;
}
main .securityCpts .cptsItems .cptsItem .cptsItemImg {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  overflow: hidden;
}
main .securityCpts .cptsItems .cptsItem .cptsItemImg .cptsItemImgWrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f5f5f5;
  position: relative;
}
main .securityCpts .cptsItems .cptsItem .cptsItemImg .cptsItemImgWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2283ce;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .securityCpts .cptsItems .cptsItem .cptsItemImg .cptsItemImgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 999;
  transition-duration: 0.5s;
  transition-property: opacity;
}
main .securityCpts .cptsItems .cptsItem .cptsItemImg .cptsItemImgWrap img:first-child {
  opacity: 1;
}
main .securityCpts .cptsImgs {
  width: 100%;
  height: 540px;
  position: relative;
  margin: 20px 0 0  0;
}
main .securityCpts .cptsImgs .computer {
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
}
main .securityCpts .cptsImgs .computerx {
  position: absolute;
}
main .securityCpts .cptsImgs .computerx-1 {
  left: 34px;
  top: 0;
  width: 364px;
  height: 280px;
}
main .securityCpts .cptsImgs .computerx-2 {
  left: 344px;
  top: 0;
  width: 133px;
  height: 137px;
}
main .securityCpts .cptsImgs .computerx-3 {
  right: 370px;
  top: 0;
  width: 133px;
  height: 137px;
}
main .securityCpts .cptsImgs .computerx-4 {
  right: 60px;
  top: 0;
  width: 344px;
  height: 279px;
}
/*******************************公交运力云平台   transport    ****************************************************/
main .transportPt {
  width: 1200px;
  margin: 0 auto 30px auto;
  padding: 44px 0 0 0;
  overflow: hidden;
}
main .transportPt .ptTitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 74px 0;
}
main .transportPt .ptTitle h5 {
  font-size: 24px;
  color: #2283ce;
}
main .transportPt .ptTitle p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 24px;
  margin: 42px 0 0 0;
}
main .transportPt .ptContent {
  flex: 1;
  width: 100%;
  display: flex;
}
main .transportPt .ptContent .ptImg {
  width: 544px;
  margin: 0 75px 0 0;
}
main .transportPt .ptContent .ptImg img {
  width: 100%;
  height: 100%;
}
main .transportPt .ptContent .yycj ul li {
  display: flex;
  margin: 0 0 24px 0;
}
main .transportPt .ptContent .yycj ul li:first-child {
  margin: 18px 0 66px 0;
}
main .transportPt .ptContent .yycj ul li .title {
  font-size: 24px;
  color: #333;
}
main .transportPt .ptContent .yycj ul li p {
  display: inline-block;
  width: 465px;
  margin: 0 0 0 5px;
}
main .transportPt .ptContent .yycj ul li p,
main .transportPt .ptContent .yycj ul li span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
main .transportGn {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../../images/default/transport-gn-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
main .transportGn .gnWrap {
  width: 1200px;
  margin: 66px auto 0 auto;
}
main .transportGn .gnWrap .gnTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 80px 0;
}
main .transportGn .gnWrap .gnTitle h5 {
  font-size: 24px;
  color: #000;
}
main .transportGn .gnWrap .gnItems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .transportGn .gnWrap .gnItems .gnItem {
  width: 280px;
  height: 160px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0 26.67px 50px 0;
}
main .transportGn .gnWrap .gnItems .gnItem:nth-child(4) {
  margin: 0;
}
main .transportGn .gnWrap .gnItems .gnItem::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #2283ce;
  top: 0;
  left: -100%;
  transition-duration: 0.5s;
  transition-property: left;
}
main .transportGn .gnWrap .gnItems .gnItem:hover::before {
  left: 0;
}
main .transportGn .gnWrap .gnItems .gnItem:hover .gnItemLeftImg img:first-child {
  opacity: 0;
}
main .transportGn .gnWrap .gnItems .gnItem:hover .gnItemLeftImg img:last-child {
  opacity: 1;
}
main .transportGn .gnWrap .gnItems .gnItem:hover .gnItemRightImg .img img:first-child {
  opacity: 0;
}
main .transportGn .gnWrap .gnItems .gnItem:hover .gnItemRightImg .img img:last-child {
  opacity: 1;
}
main .transportGn .gnWrap .gnItems .gnItem:hover .gnItemRightImg p {
  color: #fff;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemLeftImg {
  width: 40px;
  height: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemLeftImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition-property: opacity;
  left: 0;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemLeftImg img:first-child {
  opacity: 1;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemLeftImg img:last-child {
  opacity: 0;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemLeftImg p {
  font-size: 24px;
  color: #000;
  position: relative;
  z-index: 999;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemRightImg {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemRightImg .img {
  width: 70px;
  height: 62px;
  margin: 0 0 18px -60px;
  position: relative;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemRightImg .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.65s;
  transition-property: opacity;
  transition-delay: 0.15s;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemRightImg .img img:first-child {
  opacity: 1;
}
main .transportGn .gnWrap .gnItems .gnItem .gnItemRightImg p {
  font-size: 14px;
  color: #4d4d4d;
  margin: 0 0 0 -60px;
  transition-duration: 0.65s;
  transition-property: color;
  transition-delay: 0.15s;
}
main .transportTs {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
main .transportTs .tsTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 70px 0  64px 0;
}
main .transportTs .tsTitle h5 {
  font-size: 24px;
  color: #000;
}
main .transportTs .tsItems {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
main .transportTs .tsItems .tsItem {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .transportTs .tsItems .tsItem:hover .tsItemImg::before {
  transform: scale(1);
}
main .transportTs .tsItems .tsItem:hover .tsItemImg img:first-child {
  opacity: 0;
}
main .transportTs .tsItems .tsItem:hover .tsItemImg img:last-child {
  opacity: 1;
}
main .transportTs .tsItems .tsItem .tsItemImg {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #e3e3e3;
}
main .transportTs .tsItems .tsItem .tsItemImg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #2283ce;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(0);
}
main .transportTs .tsItems .tsItem .tsItemImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
main .transportTs .tsItems .tsItem .tsItemImg img:first-child {
  opacity: 1;
}
main .transportTs .tsItems .tsItem p {
  font-size: 15px;
  color: #333;
  margin: 20px 0;
}
main .transportTs .tsItems .tsItem span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
