#home-app {
  user-select: none;
  font-family: Source Han Sans CN;
}
#home-box .banner-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 600px;
  background: url(../img/newHome/editBg.jpg);
  background-size: 100% 100%;
}
#home-box .banner-wrapper .home-title {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  padding: 40px 10px 20px;
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 15;
}
#home-box .banner-wrapper .home-title h1 {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 10px;
}
#home-box .banner-wrapper .home-title p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-box .banner-wrapper .home-title p>span {
  font-size: 30px;
}
.title-btn {
  width: 190px;
  height: 42px;
  border: 1px solid #1890FF;
  background: #1890FF;
  border-radius: 21px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 500ms;
}
.title-btn:hover {
  transform: scale(1.05);
}
#home-box .banner-wrapper .title-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  padding-bottom: 100px;
  perspective: 1600px;
  width: 1300px;
  margin: 0 auto;
}
#editMapImg,#editTollImg,#modelImg,#panelImg {
  position: absolute;
}
#editTollImg {
  z-index: 5;
}
#modelImg {
  z-index: 10;
  width: 90%;
  margin-top: 100px;
}
#panelImg {
  z-index: 15;
}
#editTollImg,#panelImg,#editMapImg {
  transform: rotateX(50deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* 轮播 start */
.banner-pane {
  width: auto;
  height: 700px;
  padding: 30px 40px 40px;
}
.banner-pane .banner-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
}
.banner-pane .banner-second-title {
  text-align: center;
  font-size: 18px;
  color: #6B778C;
  margin: 30px 0;
}
.banner-pane .editor-pane {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.banner-pane .editor-pane .editor-pane-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.banner-pane .editor-pane .editor-pane-img img {
  width: 70px;
  height: 70px;
}
.banner-pane .editor-pane .editor-pane-img .text {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-left: 10px;
}
.banner-image {
  height: 100%;
}
.banner-pane .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
.banner-pane .banner-content h1 {
  color: #1890ff;
}
.banner-pane .banner-content .banner-content-title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.banner-pane .banner-content .banner-content-content {
  color: #344567;
  font-size: 14px;
}
.banner-pane .banner-content.active, .banner-pane .banner-content:hover {
  border: 1px solid #1890FF;
  box-shadow: 0px 0px 6px 0px rgba(76,76,76,0.15);
  border-radius: 3px;
}
.banner-pane .btn-pane {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.banner-pane .banner-menu {
  width: auto;
  height: 405px;
  background: linear-gradient(180deg, #F3F5F8 0%, rgba(243,245,248,0.1) 30%, #fff 100%);
  border-radius: 3px;
  display: grid;
  grid-template-columns: repeat(3, 185px);
  grid-gap: 20px 25px;
  justify-content: space-around;
  padding: 80px 40px 0;
  margin-top: 10px;
}
.banner-pane .banner-menu .banner-menu-item {
  height: 150px;
  border: 2px solid #F3F5F8;
  background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(213.41deg,#f3f5f8 24.37%,#fff 80.13%),#fff;
  box-shadow: 27px 11px 24px rgb(210 218 227 / 23%), 0 17px 18px rgb(210 218 227 / 24%), -8px 0 31px hsl(0deg 0% 100% / 90%), -1px 1px 21px hsl(0deg 0% 100% / 90%), inset -3px 3px 0 hsl(0deg 0% 100% / 94%), inset 4px -2px 0 #fff, inset 0 43px 44px rgb(237 241 245 / 26%);
}
.banner-pane .banner-menu .banner-menu-item:hover, .banner-pane .banner-menu .banner-menu-item.active{
  border: 2px solid #1890ff;
  cursor: pointer;
}
.banner-pane .banner-menu .banner-menu-item img {
  width: 55px;
  height: 55px;
}
.banner-pane .banner-menu .banner-menu-item h2 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-top: 25px;
}
.banner-pane .el-carousel__indicators {
  display: none;
}
.banner-pane .video-border {
  background: #000000;
  border: 1px solid #545454;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.banner-pane .video-border video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 轮播 end */

/* 菜单 start */
.menus {
  height: 300px;
  width: 100%;
  position: absolute;
  margin-top: -150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.menus .menus-pane {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
}
.menus .menus-item {
  width: 230px;
  height: 80px;
  background: #FAFBFC;
  box-shadow: 0px 0px 10px 0px rgba(76,76,76,0.3);
  border-radius: 6px;
  margin: 8px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.menus .menus-item:hover {
  width: 370px;
  background: #1890ff;
  color: #fff;
  cursor: pointer;
  -webkit-animation: menuLength 500ms linear;
  animation: menuLength 500ms linear;
}
.menus .menus-item .menus-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.menus .menus-item .menus-item-content {
  font-size: 13px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow:ellipsis;
}
/* 菜单 end */

/* 案例 start */
.case-item {
  width: auto;
  height: 300px;
  padding: 60px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  border: 1px solid rgba(124, 116, 116, 0.2);
}
.case-item .case-title {
  font-size: 20px;
  font-weight: bold;
}
.case-item .case-content {
  font-size: 14px;
  margin: 40px 0 80px;
  text-overflow: ellipsis;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
}
.case-item .case-more {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.case-item .case-more .case-more-content {
  display: none;
}
.case-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.case-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-row:has(.case-item-pane:hover) .case-item-pane:hover .case-bg {
  z-index: -1;
  -webkit-animation: showImage 800ms ease-in-out;
  animation: showImage 800ms ease-in-out;
}
.case-row:has(.case-item-pane:hover) .case-item-pane:hover .case-item {
  color: #fff;
  background: rgba(31, 49, 85, .7) !important;
}
.case-row:has(.case-item-pane:hover) .case-item-pane:hover .case-item .case-more .case-more-content {
  display: inline-block;
  margin-right: 10px;
  -webkit-animation: showText 500ms ease-in-out;
  animation: showText 500ms ease-in-out;
}
.case-row:has(.case-item-pane:hover) .case-item-pane .case-item {
  color: #fff;
  background: unset !important;
}
/* 案例 end */

/* 素材 start */
.custom-pane {
  width: 100%;
  padding: 30px 0 0;
  height: auto;
  overflow: hidden;
}
.material-bg {
  height: 768px;
  padding-top: 50px;
  background: url(../img/newHome/materialBg.jpg);
  background-position: center;
}
.material-banner-image,.banner-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.material-image-panel {
  width: 100%;
  height: 210px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 45px;
}
.material-image-panel .material-image {
  height: 100%;
  white-space: nowrap;
  animation: moveImage 60s linear infinite normal;
}
.material-image-panel .material-image .material-image-item {
  height: 100%;
  width: 350px;
  background: rgba(31,49,85,0.3);
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  margin: 0 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.material-image-panel .material-image .material-image-item img {
  object-fit: contain;
  width: 320px;
  height: 180px;
}
/* 素材 end */

/* modal start */
.modal{
  z-index: 10;
  position: fixed;
  width:420px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(76, 76, 76, 0.27);
  border-radius: 24px;
  overflow: hidden;
}
.modal .model-header{
  line-height: 50px;
  border-bottom: 1px solid #E2E2E2;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  text-indent: 38px;
  position: relative;
}
.modal .model-header i{
  font-size: 21px;
  color: #555555;
  position: absolute;
  top: 0;
  right: 22px;
  cursor: pointer;
}
.modal .model-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
}
.model-content .icon-content{
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model-content .icon-content .iconfont{
  font-size: 28px;
  margin-right: 6px;
}
.modal .model-content .img-bg{
  margin-top: 10px;
  width: 200px;
  height: 110px;
  background: url("../img/gold.svg") no-repeat;
  background-size: 100% 150%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #744400;
}
.modal .model-content .img-bg p:last-child{
  font-size: 14px;
}

.modal .modal-footer{
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.modal-footer button{
  padding: 10px 40px;
  border: none;
  border-radius: 5px;
  color: #424B54;
  cursor: pointer;
}
.modal-footer button:hover{
  background: rgba(24, 144, 255,0.8);
}
.modal-footer button.btn-close:hover{
  background: rgba(224, 227, 230,0.8);
}
/* modal end */

@media (max-width: 1500px) {
  .banner-pane .banner-menu {
    grid-template-columns: repeat(3, 180px);
    grid-gap: 20px 25px;
    justify-content: space-around;
  }
}

@media (max-width: 1350px) {
	#home-box .banner-wrapper .title-img {
	  width: 100%;
	}
  #editTollImg,#panelImg,#editMapImg,#modelImg {
    width: 100%;
  }
  .banner-pane {
    height: 900px;
  }
  .case-out-pane {
    height: auto;
  }
  /* .banner-pane .banner-menu {
    grid-template-columns: repeat(3, 180px);
    grid-gap: 20px 25px;
    justify-content: space-around;
  } */
}

@media (min-width: 992px) and (max-width: 1550px) {
  .banner-pane .banner-menu {
    grid-template-columns: repeat(2, 180px);
    grid-gap: 20px 25px;
    justify-content: space-around;
  }
}

@keyframes menuLength {
  0% {
    width: 230px;
  }
  100% {
    width: 370px;
  }
}

@keyframes showImage {
  0% {
    transform: translateY(600px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes showText {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveImage {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
  }
}