.home {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header {
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header > img {
  display: block;
  width: 130px;
  height: 31px;
  cursor: pointer;
}
.header .header-right {
  display: flex;
}
.header .header-right > div {
  margin-left: 98px;
  cursor: pointer;
  height: 68px;
  display: flex;
  align-items: center;
}
.header .header-right > div > span {
  display: block;
  color: #6c6b72;
  font-size: 18px;
  border-bottom: 4px solid #ffffff;
}
.header .header-right > div > span:hover{
  border-color: #0086e2;
}
.header .header-right > .select {
  position: relative;
}
.header .header-right > .select > .menu {
  position: absolute;
  top: 50px;
  left: -98px;
  width: 268px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background-color: #ffffff;
  padding: 14px 0;
}
.header .header-right > .select > .menu > a {
  display: block;
  font-size: 16px;
  color: #333333;
  padding: 14px 0;
  cursor: pointer;
  color: #6c6b72;
}
.header .header-right > .select > .menu > .selectActive {
  color: #333333;
  font-weight: 500;
}
.header .header-right .active {
  color: #333333;
  border-bottom: 4px solid #0086e2;
}
.company-bg {
  position: relative;
  width: 100%;
  height: 500px;
}
.company-bg > img {
  display: block;
  width: 100%;
  height: 100%;
}
.introduce {
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  width: 624px;
  height: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.introduce span {
  display: block;
  color: #333333;
}
.introduce .title {
  font-size: 36px;
  font-weight: 500;
}
.introduce .alias {
  font-size: 16px;
  margin: 5px 0 10px 0;
}
.introduce .tip {
  font-size: 18px;
}
.home-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-main .tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #fbfbfb;
  z-index: 99999;
}
.home-main .tabs .tabs-main {
  display: flex;
  height: 100%;
}
.home-main .tabs .tabs-main > a {
  height: 100%;
  display: block;
  margin-right: 60px;
  font-size: 16px;
  color: #6c6b72;
  line-height: 60px;
  cursor: pointer;
}
.home-main .tabs .tabs-main > .active {
  color: #333333;
  border-bottom: 2px solid #0086e2;
}
.home-main .company-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 96px 0 110px 0;
}
.home-main .company-info > img {
  display: block;
}
.home-main .company-info .title {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 58px;
}
.home-main .company-info .culture-info,
.home-main .company-info .base {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home-main .company-info .base {
  font-size: 18px;
  margin: 59px 0 76px 0;
}
.home-main .product .product-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home-main .company-info .culture-info span {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
}
.home-main .company-info .base span {
  color: #6c6b72;
  margin-bottom: 10px;
}
.home-main .brand-story {
  position: relative;
  width: 100%;
  height: 380px;
  margin-bottom: 109px;
}
.home-main .brand-story > img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-main .brand-story .brand-story-main {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-main .brand-story-main > span {
  display: block;
  color: #ffffff;
}
.home-main .brand-story-main > .title {
  font-size: 30px;
  font-weight: 500;
}
.home-main .brand-story-main > .industry {
  font-size: 18px;
  margin: 59px 0;
}
.home-main .brand-story-main > .cooperation span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.home-main .business-range {
  position: relative;
  width: 100%;
  height: 992px;
  display: flex;
  justify-content: center;
  margin-bottom: 109px;
}
.home-main .business-range .main {
  display: flex;
  flex-direction: column;
}
.home-main .business-range .main span {
  display: inline-block;
}
.home-main .business-range .main .title {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}
.home-main .business-range .main .range {
  font-size: 18px;
  color: #333333;
  margin: 60px 0;
}
.home-main .business-range .main > ul {
  display: flex;
  margin-bottom: 85px;
}
.home-main .business-range .main > ul li {
  margin-right: 100px;
}
.home-main .business-range .main > ul li::after {
  margin-right: 0;
}
.home-main .business-range .main > ul li span {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.home-main .business-range .main > ul li .label {
  font-size: 24px;
}
.home-main .business-range .main > img {
  z-index: 99;
}
.home-main .business-range > img {
  position: absolute;
  display: block;
}
.home-main .business-range .right {
  top: 0;
  right: 0;
}
.home-main .business-range .left {
  bottom: 0;
  left: 0;
}
.home-main .business-range .bottom {
  bottom: 0;
  right: 0;
}
.home-main .advantage {
  width: 100%;
  background-color: #f7f7f7;
}
.home-main .advantage .title {
  width: 100%;
  height: 208px;
  text-align: center;
  line-height: 208px;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}
.home-main .advantage .operate,
.home-main .advantage .service,
.home-main .advantage .standard,
.home-main .advantage .intelligence {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-main .advantage .service {
  margin: 109px 0;
}
.home-main .advantage .intelligence {
  margin: 109px 0;
}
.home-main .advantage .operate .main,
.home-main .advantage .service .main,
.home-main .advantage .standard .main,
.home-main .advantage .intelligence .main {
  position: relative;
  display: flex;
  transition: all 1s ease-in;
  transform: scale(1);
}
.home-main .advantage .operate .main:hover,
.home-main .advantage .service .main:hover,
.home-main .advantage .standard .main:hover,
.home-main .advantage .intelligence .main:hover {
  transition: all 1s ease-in;
  transform: scale(0.9);
}
.advantage-common {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 54px 0 40px;
  width: 270px;
  height: 386px;
  background: #ffffff;
  box-shadow: 3px 0 15px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.product-advantage .advantage-common {
  width: 400px;
}
.product-advantage .advantage-common > span {
  margin-bottom: 20px;
}
.advantage-common span {
  display: block;
  font-size: 18px;
  color: #6c6b72;
  line-height: 36px;
}
.advantage-common .text {
  font-size: 24px;
  color: #333333;
  margin-bottom: 39px;
}
.advantage-common .btn {
  width: 120px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #0086e2;
  color: #ffffff;
  margin-top: 58px;
}
.home-main .product-advantage {
  padding-bottom: 61px;
  margin-bottom: 109px;
}
.home-main .advantage .operate .main > img,
.home-main .advantage .standard .main > img {
  display: block;
  margin-left: 330px;
}
.home-main .advantage .operate > img,
.home-main .advantage .standard > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.home-main .advantage .operate > div .left {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-main .advantage .operate > div .right {
  display: block;
  position: absolute;
  right: 0;
  top: -174px;
}
.home-main .advantage .service .main > div,
.home-main .advantage .intelligence .main > div {
  right: 0;
}
.home-main .advantage .service > img {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-main .advantage .intelligence > img {
  display: block;
  position: absolute;
  right: 0;
  bottom: -50px;
}
.home-main .achievements {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.home-main .achievements .main {
  padding: 109px 0 51px 0;
}
.home-main .achievements .main .title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  columns: #333333;
  margin-bottom: 58px;
}
.home-main .achievements .main .card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.home-main .achievements .main .card .item {
  display: flex;
  transition: all 1s ease-in;
  transform: scale(1);
}
.home-main .achievements .main .card .item:hover {
  transition: all 1s ease-in;
  transform: scale(0.9);
}
.home-main .achievements .main .card .item > div {
  display: flex;
  flex-direction: column;
  margin-left: 18px;
  width: 255px;
}
.achievements .main .card .item > div span {
  display: block;
  font-size: 18px;
  color: #6c6b72;
  line-height: 36px;
}
.achievements .main .card .item > div .text {
  font-size: 24px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d9dc;
  margin-bottom: 20px;
}
.home-main .achievements > img {
  position: absolute;
  display: block;
  top: 109px;
  right: 0;
}
.home-main .team {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7f7f7;
  padding: 111px 0 50px 0;
}
.home-main .team .main {
  z-index: 99;
}
.home-main .team .main > span {
  display: block;
  line-height: 36px;
  font-size: 18px;
  color: #333333;
}
.home-main .team .main > .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
}
.home-main .team .main > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  height: 540px;
  margin-top: 47px;
  background: #ffffff;
}
.home-main .team .right {
  position: absolute;
  right: 0;
  top: 55px;
}
.home-main .team .left {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.home-main .culture {
  position: relative;
  width: 100%;
  padding: 109px 0;
}
.home-main .culture > img {
  display: block;
  width: 100%;
  height: 642px;
}
.home-main .culture .culture-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-main .culture .culture-main > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 700px;
  height: 512px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 32px;
}
.home-main .culture .culture-main > div .title {
  display: block;
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
}
.home-main .culture .culture-main > div > ul li {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.home-main .culture .culture-main > div > ul li span {
  display: block;
  font-size: 18px;
  color: #d6d6d6;
  line-height: 36px;
}
.home-main .culture .culture-main > div > ul li .label {
  font-size: 24px;
  color: #ffffff;
}
.home-main .project-advantage {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 150px;
  margin-bottom: 109px;
}
.home-main .project-advantage .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}
.home-main .project-advantage .main .title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 60px;
}
.home-main .project-advantage .main .brief {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.home-main .project-advantage .main .brief > div {
  display: flex;
  flex-direction: column;
  width: 380px;
  padding: 0 20px;
}
.home-main .project-advantage .main .brief > div span,
.home-main .project-advantage .main .service > span,
.home-main .project-advantage .main .card > div span {
  display: block;
  font-size: 18px;
  color: #6c6b72;
  line-height: 36px;
}
.home-main .project-advantage .main .brief > div .label,
.home-main .project-advantage .main .service .label,
.home-main .project-advantage .main .card > div .label {
  font-size: 24px;
  color: #333333;
  margin-bottom: 32px;
}
.home-main .project-advantage .main > img {
  display: block;
  margin: 47px 0 36px 0;
}
.home-main .project-advantage .main .service {
  display: flex;
  flex-direction: column;
}
.home-main .project-advantage .main .card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.home-main .project-advantage .main .card > div {
  display: flex;
  flex-direction: column;
  width: 248px;
  height: 374px;
  background-color: #ffffff;
  padding: 40px 26px 0;
  box-shadow: 3px 0 30px 0px rgba(0, 0, 0, 0.1);
}
.home-main .project-advantage .left {
  position: absolute;
  top: 92px;
  left: 0;
}
.home-main .project-advantage .right {
  position: absolute;
  top: 0;
  right: 0;
}
.home-main .project-advantage .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-main .case .main > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 110px;
}
.home-main .case .main .item {
  display: flex;
  flex-direction: column;
  width: 532px;
  transition: all 1s ease-in;
  transform: scale(1);
}
.home-main .case .main .item:hover {
  transition: all 1s ease-in;
  transform: scale(0.9);
}
.home-main .case .main .item > div {
  display: flex;
  flex-direction: column;
  padding: 30px 45px 0 34px;
  height: 328px;
  background-color: #ffffff;
  box-shadow: 3px 0 20px 0px rgba(0, 0, 0, 0.08);
}
.home-main .case .main .item > div span {
  display: block;
  font-size: 18px;
  color: #6c6b72;
  line-height: 36px;
}
.home-main .case .main .item > div .label {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.footer {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
}
.footer .main {
  margin: 40px 0;
}
.footer .main .contact {
  display: flex;
  justify-content: space-between;
}
.footer .main .contact .contact-left,
.footer .main .contact .contact-right {
  display: flex;
}
.footer .main .contact .contact-left .item,
.footer .main .contact .contact-right .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 109px;
  max-width: 150px;
}
.footer .main .contact .contact-left .item span,
.footer .main .contact .contact-right .item span {
  display: block;
  font-size: 24px;
  color: #333333;
}
.footer .main .contact .contact-left .item .text,
.footer .main .contact .contact-right .item .text {
  font-size: 18px;
  color: #6c6b72;
  margin-top: 16px;
}
.footer .main .contact .contact-left .item > div {
  display: flex;
  flex-direction: column;
}
.footer .main .contact .contact-right .item > a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer .main .contact .contact-left .item > div img,
.footer .main .contact .contact-right .item > div img,
.footer .main .contact .contact-right .item > a img {
  display: block;
  margin-top: 28px;
  width: 74px;
  height: 74px;
}
.footer .main .info {
  margin-top: 50px;
}
.footer .main .info > div {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.footer .main .info span {
  font-size: 18px;
  color: #6c6b72;
  margin-top: 16px;
}
.footer .left {
  position: absolute;
  left: 0;
  top: 54px;
}
.footer .right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .bottom {
  position: absolute;
  left: 37px;
  bottom: 0;
}
.topping {
  position: fixed;
  right: 92px;
  bottom: 120px;
  cursor: pointer;
  z-index: 99999;
  display: none;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
