.w1250 {
  width: 1250px;
  margin: 0 auto;
}
@keyframes consultBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.banner-inside {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 1250px;
  height: 530px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-inside .banner-title-group h2 {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
}
.banner-inside .banner-title-group p {
  margin-top: 32px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.banner-inside .banner-title-group h4 {
  font-size: 42px;
  line-height: 50px;
  color: #fff;
}
.banner-inside .sub-menu-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #2E2E2E;
  transition: background-color 1.5s;
}
.banner-inside .sub-menu-group .menu-container {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
}
.banner-inside .sub-menu-group .menu-container .top-line-box {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3px;
  transition: top 1.5s;
}
.banner-inside .sub-menu-group .menu-container .top-line-box .circular {
  display: block;
  width: 3px;
  height: 3px;
  background-color: rgba(214, 214, 214, 0.1);
  border-radius: 100%;
  transition: background-color 1.5s;
}
.banner-inside .sub-menu-group .menu-container .top-line-box .line {
  height: 1px;
  flex: 1;
  transition: background-color 1.5s;
  background-color: rgba(214, 214, 214, 0.1);
}
.banner-inside .sub-menu-group .menu-container .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 124px;
  font-size: 14px;
  line-height: 24px;
  color: #8B8B8B;
  transition: color 0.2s;
  cursor: pointer;
}
.banner-inside .sub-menu-group .menu-container .item.active,
.banner-inside .sub-menu-group .menu-container .item:hover {
  color: #ABCE02;
}
.banner-inside .sub-menu-group .menu-container .line-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 2px;
  width: 3px;
  height: 100%;
}
.banner-inside .sub-menu-group .menu-container .line-box .line {
  transform: translateY(0);
  width: 1px;
  height: 66.666667%;
  background-color: rgba(214, 214, 214, 0.1);
  transition: background-color 1.5s, transform 1.5s;
}
.banner-inside .sub-menu-group .menu-container .line-box .circular {
  transform: translateY(0);
  width: 3px;
  height: 3px;
  background-color: rgba(214, 214, 214, 0.1);
  transition: background-color 1.5s, transform 1.5s;
}
.banner-inside .sub-menu-group.active {
  position: fixed;
  top: 60px;
  left: 0px;
  background-color: #f5f5f5;
  z-index: 99999;
}
.banner-inside .sub-menu-group.active .menu-container .top-line-box {
  top: 57px;
}
.banner-inside .sub-menu-group.active .menu-container .top-line-box .circular {
  background-color: #e5e5e5;
}
.banner-inside .sub-menu-group.active .menu-container .top-line-box .line {
  background-color: #e5e5e5;
}
.banner-inside .sub-menu-group.active .menu-container .item {
  color: #333;
}
.banner-inside .sub-menu-group.active .menu-container .item.active,
.banner-inside .sub-menu-group.active .menu-container .item:hover {
  color: #ABCE02;
}
.banner-inside .sub-menu-group.active .menu-container .line-box .line {
  transform: translateY(18px);
  background-color: #e5e5e5;
}
.banner-inside .sub-menu-group.active .menu-container .line-box .circular {
  transform: translateY(-23px);
  background-color: #e5e5e5;
}
.part-area-viewpoint {
  width: 100%;
  background-color: #F5F5F5;
}
.part-area-viewpoint .my-container {
  padding-bottom: 100px;
  padding-top: 100px;
}
.part-area-viewpoint .my-container .adviser {
  display: flex;
  align-items: center;
}
.part-area-viewpoint .my-container .adviser .adveiser-left {
  position: relative;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  float: left;
}
.part-area-viewpoint .my-container .adviser .adveiser-left img {
  width: 110px;
  height: 110px;
  display: block;
}
.part-area-viewpoint .my-container .adviser .adveiser-left h6 {
  margin-top: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 23px;
}
.part-area-viewpoint .my-container .adviser .adveiser-left span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.8);
}
.part-area-viewpoint .my-container .adviser .adviser-right {
  margin-left: 55px;
}
.part-area-viewpoint .my-container .adviser .adviser-right .adviser-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part-area-viewpoint .my-container .adviser .adviser-right .adviser-title h5 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 33px;
}
.part-area-viewpoint .my-container .adviser .adviser-right .line-bg {
  width: 800px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.part-area-viewpoint .my-container .adviser .adviser-right .line-bg img {
  display: block;
  width: 100%;
}
.part-area-viewpoint .my-container .adviser .adviser-right p {
  width: 706px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 30px;
}
.part-area-viewpoint .my-container .adviser .view {
  position: relative;
  left: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part-area-viewpoint .my-container .adviser .view span {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 33px;
  margin-right: 10px;
}
.part-area-viewpoint .my-container .adviser .view .video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: rgba(168, 205, 51, 0.2);
  animation: consultBtn 2s infinite;
}
.part-area-viewpoint .my-container .adviser .view .video em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
}
.part-area-viewpoint .my-container .adviser .view .video em img {
  display: block;
  width: 100%;
}
.part-area-case {
  width: 100%;
  background-color: #fff;
}
.part-area-case .my-container {
  padding: 72px 0;
}
.part-area-case .my-container .case-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}
.part-area-case .my-container .case-top .left .title-h1 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
}
.part-area-case .my-container .case-top .more-item {
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  color: #999999;
}
.part-area-case .my-container .case-top .more-item .more-svg {
  font-size: 16px;
  color: #cccccc;
  transition: all 0.6s;
}
.part-area-case .my-container .case-top .more-item .more-text {
  margin-left: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  transition: all 0.3s;
}
.part-area-case .my-container .case-top .more-item:hover .more-svg {
  transform: rotate(90deg);
  color: #a8ce32;
}
.part-area-case .my-container .case-top .more-item:hover .more-text {
  margin-left: 13px;
}
.part-area-case .my-container .product-list {
  display: flex;
  width: 100%;
  margin-top: 40px;
}
.part-area-case .my-container .product-list .item-list {
  width: 398px;
  height: 284px;
  margin-right: 29px;
  margin-bottom: 35px;
  box-sizing: border-box;
}
.part-area-case .my-container .product-list .item-list .item-list-link {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.part-area-case .my-container .product-list .item-list .item-list-link .projectitem-wrapper .project-img img {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.part-area-case .my-container .product-list .item-list .item-list-link .projectitem-wrapper .project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-out 0.3s;
}
.part-area-case .my-container .product-list .item-list .item-list-link .projectitem-wrapper .project-info .icon-jiahao {
  margin-top: calc(40% - 35px);
  margin-left: calc(50% - 35px);
  font-size: 70px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
}
.part-area-case .my-container .product-list .item-list .item-list-link .projectitem-wrapper .project-info .item-desc {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px 30px;
  background-color: #a8ce32;
  opacity: 0.8;
  transition: bottom 0.6s;
}
.part-area-case .my-container .product-list .item-list .item-list-link .projectitem-wrapper .project-info .item-desc .left .title-h2 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.part-area-case .my-container .product-list .item-list .item-list-link .projectitem-wrapper .project-info .item-desc .left .desc-p {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  opacity: 0.5;
}
.part-area-case .my-container .product-list .item-list .item-list-link .projectitem-wrapper .project-info .item-desc .right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  padding-left: 33px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}
.part-area-case .my-container .product-list .item-list .item-list-link .projectitem-wrapper .project-info .item-desc .right .detail-icon {
  font-size: 36px;
  color: #fff;
}
.part-area-case .my-container .product-list .item-list:nth-child(3n) {
  margin-right: 0;
}
.part-area-case .my-container .product-list .item-list:hover .item-list-link .projectitem-wrapper .project-img img {
  transform: scale(1.1);
}
.part-area-case .my-container .product-list .item-list:hover .item-list-link .projectitem-wrapper .project-info {
  background-color: rgba(0, 0, 0, 0.3);
}
.part-area-case .my-container .product-list .item-list:hover .item-list-link .projectitem-wrapper .project-info .icon-jiahao {
  opacity: 0.5;
}
.part-area-case .my-container .product-list .item-list:hover .item-list-link .projectitem-wrapper .project-info .item-desc {
  bottom: 0;
}
.video-modal {
  display: none;
}
.video-modal .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}
.video-modal .modal-container {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-modal .modal-container .close {
  position: absolute;
  right: -15px;
  top: -3px;
  cursor: pointer;
  z-index: 999;
}
.video-modal .modal-container .solution-detail-right {
  width: 822px;
  max-width: 822px;
  height: 462px;
  background: #fff;
}
.video-modal .modal-container .solution-detail-right span {
  font-size: 14px;
  color: #999;
}
.video-modal .modal-container .solution-detail-right h6 {
  margin: 0 0 32px 0;
  font-size: 28px;
  font-weight: normal;
}
.video-modal .modal-container .solution-detail-right .solution-submit {
  border: none;
  border-radius: 50px;
}
.new-more-solution {
  width: 100%;
  height: 340px;
  background: #f5f5f5;
}
.new-more-solution section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1250px;
  height: 100%;
  margin: 0 auto;
}
.new-more-solution section .new-solution-left {
  width: 491px;
  margin-right: 223px;
}
.new-more-solution section .new-solution-left h6 {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.new-more-solution section .new-solution-left img {
  display: block;
  margin-top: 17px;
  margin-bottom: 13px;
}
.new-more-solution section .new-solution-left p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
}
.new-more-solution section .new-solution-right {
  display: flex;
  align-items: center;
  width: 600px;
}
.new-more-solution section .new-solution-right .bottom-imgbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 391px;
}
.new-more-solution section .new-solution-right .bottom-imgbox .term-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background: #b6b9bd;
  border-radius: 50%;
}
.new-more-solution section .new-solution-right .bottom-imgbox .term-img p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
}
.new-more-solution section .new-solution-right .bottom-imgbox .term-imgs {
  position: absolute;
  top: 0;
  left: 77px;
  width: 278px;
  height: 110px;
}
.new-more-solution section .new-solution-right .consult {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
}
.new-more-solution section .new-solution-right .consult .consult-box {
  margin-left: 15px;
  border-radius: 50%;
}
.new-more-solution section .new-solution-right .consult .consult-box em {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border: 12px solid #E6EDCC;
  box-sizing: content-box;
  background-color: #a8ce32;
  border-radius: 50%;
  cursor: pointer;
  animation: consultBtn 2s infinite;
}
.new-more-solution section .new-solution-right .consult .consult-box em p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
