.full-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.full-page2 {
  display: flex;
  flex-direction: column;
}
.gap-box {
  height: 142px;
  flex-shrink: 0;
}
.banner {
  position: relative;
  width: 100%;
  flex: 1;
  background: #f47a25;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .banner-img,
.banner .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.banner .banner-tt-box {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.banner .banner-tt-box .banner-tt-cont {
  margin-bottom: 120px;
}
.banner .banner-tt-box .banner-tt-1 {
  color: #fff;
  padding-left: 106px;
  font-size: 62px;
  font-weight: bold;
  line-height: 84px;
}
.banner .banner-tt-box .banner-tt-2 {
  color: #fff;
  padding-left: 106px;
  font-size: 34px;
  line-height: 58px;
}
.banner .banner-tt-box .banner-tt-btn {
  margin: 20px 0 0 106px;
  line-height: 52px;
  background: #fff;
  color: #fe7914;
  display: inline-block;
  padding: 0 42px;
  border-radius: 26px;
  font-size: 28px;
}
.banner .mask-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #00000099;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.banner .mask-box .mask-item {
  text-align: center;
  padding: 0 65px;
  position: relative;
}
.banner .mask-box .mask-item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  height: 44px;
  border-left: 2px solid #fff;
  transform: translateY(-50%);
}
.banner .mask-box .mask-item-top {
  display: flex;
  align-items: center;
  height: 40px;
}
.banner .mask-box .mask-item-left {
  font-size: 38px;
  font-weight: bold;
}
.banner .mask-box .mask-item-right {
  text-align: left;
  margin-left: 2px;
}
.banner .mask-box .mask-item-plus {
  font-size: 12px;
  font-weight: bold;
  margin-top: -10px;
}
.banner .mask-box .mask-item-unit {
  font-size: 15px;
  margin-top: 12px;
}
.banner .mask-box .mask-item-bottom {
  font-size: 15px;
  line-height: 24px;
}
.part1-box {
  flex: 1;
}
.part1 {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.part1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #f47a25;
  width: 1400px;
}
.part1-content {
  padding: 72px 0 0 0;
}
.part1-content-img {
  width: 222px;
  height: 98px;
}
.part1-content-img img {
  display: block;
  width: 100%;
}
.part1-content-text {
  width: 654px;
  font-size: 19px;
  color: #332c2b;
  line-height: 32px;
  padding: 30px 0 0 24px;
}
.part1-content-text .company-name {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 20px;
}
.part1-content-text p {
  text-indent: 2em;
}
.part1-content .button {
  padding-left: 24px;
  padding-top: 18px;
}
.part1-content .button a {
  display: block;
  width: 144px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #f47a25;
  text-decoration: none;
  color: #f47a25;
  font-size: 12px;
  transition: all 0.3s;
}
.part1-content .button a:hover {
  background: #f47a25;
  border: 2px solid #fff;
  color: #fff;
}
.advantage {
  margin: 34px auto 0;
  max-width: 1400px;
  flex: 1;
}
.advantage .titlePart {
  position: relative;
  padding: 0 32px;
}
.advantage .titlePart .title {
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #332c2b;
  position: relative;
  z-index: 2;
}
.advantage .titlePart .introduce {
  font-size: 58px;
  line-height: 58px;
  font-weight: bold;
  position: absolute;
  letter-spacing: -2px;
  top: 18px;
  color: #fefefe;
  -webkit-text-stroke: 1px #eee;
  opacity: 0.3;
}
.advantage .content {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  margin: 46px auto 32px;
  color: #332c2b;
}
.advantage .advantage-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 60px;
}
.advantage .advantage-box .advantage-item {
  width: 404px;
  height: 270px;
  background-color: #fefefe;
  border-radius: 6px;
  margin-bottom: 36px;
  transition: all 0.3s;
  box-shadow: 0px 0px 15px #c6d6de;
}
.advantage .advantage-box .advantage-item .advantage-item-icon {
  width: 45px;
  height: 42px;
  margin: 44px 0 0 44px;
}
.advantage .advantage-box .advantage-item .advantage-item-icon img {
  width: 100%;
  display: block;
}
.advantage .advantage-box .advantage-item .advantage-item-title {
  font-size: 30px;
  font-weight: bold;
  margin: 38px 0 18px 42px;
  line-height: 40px;
  color: #332c2b;
}
.advantage .advantage-box .advantage-item .advantage-item-content {
  font-size: 15px;
  line-height: 24px;
  color: #332c2b;
  margin: 0 0 0 42px;
}
.platform {
  flex: 1;
  padding-top: 52px;
}
.platform .titlePart {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.platform .titlePart .title {
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #332c2b;
  position: relative;
  z-index: 2;
}
.platform .titlePart .introduce {
  font-size: 58px;
  line-height: 58px;
  font-weight: bold;
  position: absolute;
  letter-spacing: -2px;
  top: 18px;
  color: #fefefe;
  -webkit-text-stroke: 1px #eee;
  opacity: 0.3;
}
.platform .content {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  margin: 46px auto 32px;
  color: #332c2b;
}
.serviceImgPart {
  width: 100%;
  overflow: hidden;
  height: 520px;
  background-color: #fe790d;
  display: flex;
}
.serviceImgPart .serviceImg-item {
  width: 220px;
  height: 100%;
  flex-shrink: 0;
  transition: all 0.3s;
  position: relative;
}
.serviceImgPart .serviceImg-item .serviceImg-item-normal {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
  transition: all 0.5s;
}
.serviceImgPart .serviceImg-item .serviceImg-item-normal-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 52px;
}
.serviceImgPart .serviceImg-item .serviceImg-item-content {
  opacity: 0;
  background: rgba(254, 121, 13, 0.95);
  height: 100%;
  color: #ffffff;
  padding-left: 56px;
  position: relative;
  transition: all 0.5s;
}
.serviceImgPart .serviceImg-item .serviceImg-item-content .serviceImg-item-title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 94px;
  line-height: 48px;
  margin-bottom: 18px;
}
.serviceImgPart .serviceImg-item .serviceImg-item-content .serviceImg-item-detail {
  font-size: 18px;
  line-height: 26px;
  width: 29.1667vw;
}
.serviceImgPart .serviceImg-item .serviceImg-item-content .button {
  position: absolute;
  left: 56px;
  bottom: 120px;
}
.serviceImgPart .serviceImg-item .serviceImg-item-content .button a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-size: 12px;
  width: 158px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #ffffff;
  text-align: center;
  transition: all 0.3s;
}
.serviceImgPart .serviceImg-item .serviceImg-item-content .button a:hover {
  background: #ffffff;
  color: #332c2b;
}
.serviceImgPart .serviceImg-item.active {
  flex: 1;
}
.serviceImgPart .serviceImg-item.active .serviceImg-item-normal {
  opacity: 0;
}
.serviceImgPart .serviceImg-item.active .serviceImg-item-content {
  opacity: 1;
}
.news {
  margin: 0 auto;
  width: 1400px;
  flex: 1;
}
.news .news-top {
  display: flex;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 32px;
  border-bottom: 3px solid #c9caca;
}
.news .news-top .titlePart {
  position: relative;
}
.news .news-top .titlePart .title {
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #332c2b;
  position: relative;
  z-index: 2;
}
.news .news-top .titlePart .introduce {
  font-size: 58px;
  line-height: 58px;
  font-weight: bold;
  position: absolute;
  letter-spacing: -2px;
  top: 18px;
  color: #fefefe;
  -webkit-text-stroke: 1px #eee;
  opacity: 0.3;
}
.news .news-top .button {
  display: flex;
  padding-top: 14px;
}
.news .news-top .button .button-item {
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  color: #474443;
  margin-left: 42px;
}
.news .news-top .button .button-item:hover {
  color: #f47a25;
}
.news .news-top .button .button-item.active {
  background: #f47a25;
  color: #ffffff;
  position: relative;
  width: 150px;
  margin-right: -18px;
  margin-left: 24px;
}
.news .news-top .button .button-item.active:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 0;
  border-bottom: 4px solid #f47a25;
  width: 100%;
}
.news .news-top .button .button-item:last-child.active {
  margin-right: 0;
}
.detail {
  width: 1400px;
  margin: 0 auto;
  padding-top: 56px;
  display: none;
}
.detail.active {
  display: block;
}
.detail .inner-box {
  display: flex;
  justify-content: space-between;
}
.detail .inner-box .inner-item {
  background-color: #eeeeef;
  width: 454px;
  height: 530px;
  overflow: hidden;
}
.detail .inner-box .inner-item .inner-item-img {
  width: 100%;
  height: 296px;
  overflow: hidden;
  margin-bottom: 38px;
}
.detail .inner-box .inner-item .inner-item-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.detail .inner-box .inner-item .inner-item-title {
  font-size: 26px;
  padding: 0 12px;
  line-height: 28px;
  margin-bottom: 2px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #1e1a18;
  transition: all 0.3s;
}
.detail .inner-box .inner-item .inner-item-time {
  color: #adadae;
  font-size: 12px;
  padding: 0 13px;
  line-height: 20px;
  margin-bottom: 6px;
}
.detail .inner-box .inner-item .inner-item-content {
  padding: 0 13px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #474443;
}
.detail .inner-box .inner-item:hover .inner-item-title {
  color: #f47a25;
}
.detail .inner-box .inner-item:hover .inner-item-img img {
  transform: scale(1.2);
}
.detail .inner-box .news-link {
  display: block;
  text-decoration: none;
}
.detail .inner-box .news-link:first-child .inner-item-title {
  color: #f47a25;
}
.scrollable-list {
  height: 100%;
  overflow-y: auto;
}
.scrollable-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: #f5f5f5;
}
.scrollable-list::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.scrollable-list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #f19028;
}
.list-item {
  padding: 36px 0 0 18px;
}
.list-item .list-item-box {
  margin-bottom: 48px;
}
.list-item .list-item-box a {
  text-decoration: none;
}
.list-item .list-item-content {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 2px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #1e1a18;
  transition: all 0.3s;
}
.list-item .list-item-time {
  color: #adadae;
  font-size: 12px;
  line-height: 20px;
}
.list-item .list-item-box:hover .list-item-content {
  color: #f47a25;
}
.contact {
  background-color: #f47a25;
  width: 100%;
  flex: 1;
  padding-top: 56px;
}
.contact .titlePart {
  position: relative;
  width: 1400px;
  margin: 0 auto 56px;
}
.contact .titlePart .title {
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.contact .titlePart .introduce {
  font-size: 58px;
  line-height: 58px;
  font-weight: bold;
  position: absolute;
  letter-spacing: -2px;
  top: 18px;
  color: #f47a25;
  -webkit-text-stroke: 1px #edaa62;
  opacity: 0.3;
}
.contact .contactDetail {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
  color: #332c2b;
}
.contact .contactDetail .contactDetail-box {
  width: 366px;
  flex-shrink: 0;
}
.contact .contactDetail .contactDetail-box-header {
  display: flex;
  font-size: 17px;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 42px;
  height: 42px;
  border-bottom: 2px solid #fef7f3;
  color: #2b282b;
}
.contact .contactDetail .contactDetail-box-header-icon {
  width: 28px;
  height: 32px;
  margin-bottom: 3px;
}
.contact .contactDetail .contactDetail-box-header-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.contact .contactDetail .contactDetail-box-content {
  font-size: 17px;
  line-height: 30px;
  color: #2b282b;
}
.contact .map {
  height: 400px;
  width: 1400px;
  margin: 0 auto;
}
.footer {
  height: 418px;
  background: #fff;
}
.footer .footer-box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.footer .footer-box .footer-box-left {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  margin-top: 90px;
}
.footer .footer-box .footer-box-left .footer-box-left-item {
  width: 224px;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-th {
  font-size: 19px;
  line-height: 40px;
  color: #000;
  margin-bottom: 12px;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-li {
  font-size: 14px;
  line-height: 24px;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-li a:hover {
  color: #f47a25;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-li:not(:last-child) {
  margin-bottom: 16px;
}
.footer .footer-box .footer-box-center {
  flex: 1;
  color: #1b1410;
  margin-left: 16px;
  margin-top: 104px;
}
.footer .footer-box .footer-box-center .footer-box-center-serviceTime {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.footer .footer-box .footer-box-center .footer-box-center-phone {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.footer .footer-box .footer-box-center .footer-box-center-contactAddress {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}
.footer .footer-box .footer-box-center .footer-box-center-address {
  color: black;
  font-size: 16px;
  line-height: 32px;
}
.footer .footer-box .footer-box-right {
  flex-shrink: 0;
  width: 146px;
  padding: 0 10px;
  text-align: center;
  margin-top: 96px;
}
.footer .footer-box .footer-box-right img {
  width: 146px;
  height: 146px;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 0;
}
.footer .footer-box .footer-box-right .getMore {
  font-size: 16px;
  color: #332c2b;
  line-height: 24px;
}
