/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
/* Radial Out */
.product-container .ke-iconfont {
  width: 60px;
  height: 60px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.w1400 {
  width: 1300px;
}

.swiper-button-next {
  right: 100px;
}

.swiper-button-prev {
  left: 100px;
}

/* 服务 */
.tips-container {
  margin: 40px auto 60px;
}

.tips-container .tips {
  width: 25%;
  float: left;
  margin-bottom: 100px;
}

.tips-container .tips p {
  margin-top: 16px;
  text-align: center;
}

.tips-container .tips .tip-line {
  width: 48px;
  height: 6px;
  background: rgba(210, 224, 239, 1);
  margin: 16px auto 0;
}

.hide_url {
  display: none;
}
.index-container {
  padding-top: 60px;
}
#index .our-product-container {
  padding-bottom: 48px;
}
.font14 {
  margin-top: 10px;
}
#index .cooperation-container {
  padding-bottom: 48px;
}
#index {
  overflow: hidden;
}
.left-pad > a:hover {
  cursor: pointer;
}
.swiper-slide a {
  color: #fff;
}
.header-navigator {
  height: 80px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  /* top: 60px; */
  top: 0;
}
.navigator {
  min-width: 1200px;
}
.header-navigator .navigator {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-navigator .navigator .logo-icon {
  display: flex;
  align-items: center;
}
.navigator .logo-icon img {
  width: 267px;
  height: 58px;
}
.icon-right {
  display: flex;
  flex-direction: column;
  margin-left: 9px;
}
.navigator .logo-icon .icon-right-title {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3b85f6;
  line-height: 28px;
  letter-spacing: 2px;
}
.navigator .logo-icon .icon-right-desc {
  font-size: 12px;
  font-family: Menlo-Regular, Menlo;
  font-weight: 400;
  color: #3b85f6;
  line-height: 14px;
}
.right>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right>ul>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 88px;
  position: relative;
}
.right>ul>li a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  height: 40px;
  line-height: 40px;
}
.right>ul>li a:hover {
  color: #26a0ff;
}
.right .submenu {
  position: absolute;
  top: 40px;
  display: none;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 5px;
}
.right .submenu li {
  width: 200px;
  text-align: center;
}
.right .submenu a {
  vertical-align: middle;
}
.right .submenu img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}


/* 顶部表单 */
.foot-form {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 102;
}
.foot-form .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.foot-form.foot-form-close {
  display: none;
}
.foot-form .tel-input {
  width: 342px;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: none;
  padding-left: 45px;
  box-sizing: border-box;
  outline: none;
  margin-right: 16px;
}
.foot-form .tel-box {
  position: relative;
  font-size: 16px;
  width: fit-content;
  display: inline-block;
}
.foot-form .tel-box i {
  position: absolute;
  top: -2px;
  left: 14px;
  font-size: 24px;
  color: #999;
}
.foot-form button {
  width: 172px;
  height: 40px;
  background: rgba(0, 109, 246, 1);
  border-radius: 4px;
  border: none;
  color: #fff;
  vertical-align: middle;
}

/* 品牌介绍*/
.d-flex{display: flex;} 
.jc-s{justify-content: space-between;}
.w1200{width: 1200px;}
.al-fs{align-items: flex-start;}     
.jc-fs{justify-content: flex-start;}
.al-ed{align-items: flex-end;}  
.alltitle{
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom:67px
}
.alltitle .p1{
  font-size: 40px;
  font-weight: bold;
}
.alltitle .p2{
  font-size: 0.4rem;
  color: #9b9998;
  text-align: center;
}  
.w2m1-d{
  width: 50%;
}
.gl{
  flex-direction: column;
  margin-bottom: 1.2rem;
}
.gl .p1{
  font-size: 16px;
  color: #727171;
}
.gl .pplist{
  width: 100%;
  margin: 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.gl .pplist .glimg{
  width: 25%;
}
.gl .glbtn{
  width: 140px;
  height: 55px;
  background: #00a0e9;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 10px;
}
.gl .glimg2{
  max-width: 92%;
}
.qhbox.this {
  display: flex;
}

.qhbox {
  display: none;
}
  /* 多功能，多样化需求 */
  ._much {
    display: flex;
    justify-content: space-around;
}

._much-r {
    margin-left: -100px;
}

._much-r>div {
    box-shadow: 0 0 6px #999;
    margin: 40px 0;
    display: flex;
    align-items: center;
    padding: 20px 0;
    width: 510px;
}

._much-r>div img {
    margin-left: -25px;
}

._much-r>div span {
    display: block;
}

._much-r>div p {
    margin: 0 20px;
    color: #666;
    font-size: 16px;
}

._much-r>div p>span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.tab-container .tab-active {
    background: #1787FF;
    color: #fff;
}

.nobg-main-tab .tab-container {
    background: rgba(139, 150, 162, .2);
    display: flex;
    justify-content: space-between;
    width: 668px;
    margin: 0 auto;
    line-height: 46px;
    border-radius: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.nobg-main-tab .tab-container .tab-btn {
    color: #6F7C89;
    padding: 0px 48px;
    border-radius: 50px;
    font-size: 16px;
}

.nobg-main-tab .tab-container .tab-active {
    background: #1787FF;
    color: #fff;
    cursor: pointer;
}

.school-main-tab {
    height: unset;
    min-height: 960px;
    padding-bottom: 60px;
}

.nobg-main-tab {
    background: 0;
    margin-bottom: 130px;
}

.nobg-main-tab .img-container {
    width: max-content;
}

.nobg-main-tab .img-btn {
    text-align: center;
    width: 100%;
}

.nobg-main-tab .img-btn img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.probation-period {
  height: 186px;
  background: #26a0ff;
}
.probation-period .period-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.probation-period .period-content .left {
  font-size: 54px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.probation-period .period-content .btn {
  margin-left: 40px;
  width: 218px;
  height: 80px;
  background: #ffffff;
  border-radius: 40px;
  line-height: 80px;
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #26a0ff;
  cursor: pointer;
}
.footer-content {
  width: 100%;
  height: 415px;
  background: #333333;
}
.footer-content .content {
  padding: 60px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.footer-content .content .logo {
  width: 148px;
  height: 182px;
}
.footer-content .content .logo img {
  width: 100%;
  height: 100%;
}
.footer-content .content .production {
  width: 144px;
}
.footer-content .content .production .content-title {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  box-sizing: border-box;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  margin-bottom: 20px;
}
.footer-content .content .production .footer-production-list {
  width: 144px;
}
.footer-content .content .production .footer-production-list a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 30px;
}
.footer-content .content .production .footer-production-list a:hover {
  color: rgb(38, 160, 255);
}
.footer-content .content .footer-follow-us {
  width: 144px;
}
.footer-content .content .footer-follow-us .content-title {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  box-sizing: border-box;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  margin-bottom: 20px;
}
.footer-content .content .footer-follow-us .footer-wechat {
  text-align: center;
}
.footer-content .content .footer-follow-us .footer-wechat span {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 30px;
}
.footer-content .content .footer-follow-us .footer-wechat .wechat-image {
  width: 108px;
  height: 106px;
  margin-top: 10px;
  border-radius: 8px;
}
.footer-content .content .footer-call-me {
  width: 269px;
}
.footer-content .content .footer-call-me .content-title {
  width: 144px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  box-sizing: border-box;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  margin-bottom: 20px;
}
.footer-content .content .footer-call-me .footer-call-me-content {
  width: 269px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 30px;
}
.footer-reference {
  height: 68px;
  line-height: 68px;
  background: #1C1C1C;
}
.footer-reference .reference {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 68px;
  text-align: center;
}
.reference a{
  color: #CCCCCC;
}
.friend-links {
  display: flex;
  background: #333333;
  color: #fff;
  padding: 0 350px 10px 350px;
}
.links-box a {
  color: #ccc;
  margin-right: 10px;
}
.links-box a:hover {
  color: rgb(38, 160, 255);
}
.friend-links-title {
  width: 200px;
}
.footer-bottom{
  padding-bottom: 60px;
  background-color: #333;
}

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  overflow: hidden;
  /* background: #e1e1e1; */
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  margin-top: -150px;
  transform: scale(0);
  -webkit-transform: scale(0);
  background: linear-gradient(-45deg, #309fff 0%, #83c5ff 100%);
  border-radius: 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
  box-shadow: 0px 20px 50px 0px rgba(7, 140, 255, 0.5);
}
.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  visibility: visible;
}
/* Radial Out */
.hvr-radial-out2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  overflow: hidden;
  /* background: #e1e1e1; */
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #f9aa2c 0%, #ffd382 100%);
  visibility: hidden;
  margin-top: -150px;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out2:hover,
.hvr-radial-out2:focus,
.hvr-radial-out2:active {
  color: white;
  box-shadow: 0px 20px 50px 0px rgba(251, 185, 77, 0.5);
}
.hvr-radial-out2:hover:before,
.hvr-radial-out2:focus:before,
.hvr-radial-out2:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  visibility: visible;
}
/* Radial Out */
.hvr-radial-out3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  overflow: hidden;
  /* background: #e1e1e1; */
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #06bdd1 0%, #49e7e7 100%);
  visibility: hidden;
  margin-top: -150px;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out3:hover,
.hvr-radial-out3:focus,
.hvr-radial-out3:active {
  color: white;
  box-shadow: 0px 20px 50px 0px rgba(33, 205, 218, 0.5);
}
.hvr-radial-out3:hover:before,
.hvr-radial-out3:focus:before,
.hvr-radial-out3:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  visibility: visible;
}
/* Radial Out */
.hvr-radial-out4 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  overflow: hidden;
  /* background: #e1e1e1; */
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #5555fa 0%, #8cb5ff 100%);
  visibility: hidden;
  margin-top: -150px;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out4:hover,
.hvr-radial-out4:focus,
.hvr-radial-out4:active {
  color: white;
  box-shadow: 0px 20px 50px 0px rgba(108, 126, 253, 0.5);
}
.hvr-radial-out4:hover:before,
.hvr-radial-out4:focus:before,
.hvr-radial-out4:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  visibility: visible;
}
.font42 {
  font-size: 42px;
}
.banner-swiper {
  margin-top: 80px;
  height: 560px;
}
#index {
  background-color: #fff;
}
.swiper {
  width: 100%;
  height: 560px !important;
}
.swiper .swiper-01 {
  width: 100%;
  max-height: 560px;
  min-height: 560px;
  overflow: hidden;
}
.swiper .swiper-01 img {
  width: 100%;
  /* min-width: 1200px; */
  /* min-width: 100%; */
  /* max-height: 560px; */
  /* min-height: 560px; */
}
.production .production-title {
  margin-top: 40px;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.production .production-desc {
  margin-top: 7px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  text-align: center;
}
.production .production-list {
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
}
.production .production-list .production-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #333333;
}
.production .production-list .production-item .image {
  width: 100px;
  height: 100px;
}
.production .production-list .production-item .image img {
  width: 100%;
  height: 100%;
}
.production .production-list .production-item .desc {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.production .production-sp {
  width: 100%;
  height: 330px;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}
.production .production-sp .production-swiper {
  height: 300px;
}
.production .production-sp .production-swiper-pagination {
  width: 100%;
  text-align: center;
}
.production .production-sp .swiper-button-prev {
  left: 0 !important;
  background: none;
  background: transparent url('../image/left.png') no-repeat center center;
  background-size: 35px auto;
}
.production .production-sp .swiper-button-next {
  right: 0 !important;
  background: transparent url('../image/right.png') no-repeat center center;
  background-size: 35px auto;
}
.production .production-sp .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: #E8E8E8;
  opacity: 1;
}
.production .production-sp .swiper-pagination-bullet-active {
  background-color: #26A0FF;
  opacity: 1;
}
.production .production-sp .swiper-slide .items {
  text-align: center;
}
.production .production-sp .swiper-slide .items img {
  width: 1038px;
  height: 280px;
  cursor: pointer;
  margin-left: 80px;
}
.our-advantages {
  padding-top: 170px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.our-advantages .our-advantages-title {
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.our-advantages .our-advantages-desc {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 7px;
}
.our-advantages .details-text {
  text-align: center;
  margin-top: 27px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.product-description-one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-top: 20px;
}

.items {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.items .left {
  flex: 0 0 auto;
  margin-right: 15px;
}

.items .left img{
  width: 140px;
}

.items .right {
  flex: 1 1 auto;
}

.items .right-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.items .desc {
  font-size: 14px;
  color: #666;
}
/* .our-advantages .product-description-one {
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.our-advantages .product-description-one .items-one,
.our-advantages .product-description-one .items-two {
  width: 570px;
  height: 236px;
  margin-bottom: 60px;
  background: #FFFFFF;
  box-shadow: 0px 13px 46px 7px #F4F4F4;
  display: flex;
  align-items: center;
}
.our-advantages .product-description-one .items-one .left,
.our-advantages .product-description-one .items-two .left {
  width: 238px;
  height: 100%;
  background: #DDF0FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 0px 0px 16px;
}
.our-advantages .product-description-one .items-one .left img,
.our-advantages .product-description-one .items-two .left img {
  width: 160px;
  height: 126px;
}
.our-advantages .product-description-one .items-one .right,
.our-advantages .product-description-one .items-two .right {
  padding-left: 35px;
  box-sizing: border-box;
}
.our-advantages .product-description-one .items-one .right .right-title,
.our-advantages .product-description-one .items-two .right .right-title {
  width: 316px;
  height: 28px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.our-advantages .product-description-one .items-one .right .desc,
.our-advantages .product-description-one .items-two .right .desc {
  margin-top: 20px;
  width: 294px;
  height: 72px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.our-advantages .product-description-one .items-two .left {
  background-color: #26A0FF;
} */
.solution {
  background: #FAFAFA;
  padding: 100px 0;
  box-sizing: border-box;
  text-align: center;
}
.solution .solution-title {
  height: 50px;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.solution .solution-desc {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  margin-top: 7px;
}
.solution .solution-text {
  margin-top: 27px;
  height: 28px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.solution .solution-list {
  margin-top: 98px;
  display: flex;
  justify-content: space-between;
}
.solution .solution-list .solution-item {
  width: 255px;
  height: 340px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px 8px #F4F4F4;
  padding: 39px 19px 0 19px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution .solution-list .solution-item .image {
  width: 122px;
  height: 122px;
}
.solution .solution-list .solution-item .image img {
  width: 100%;
  height: 100%;
}
.solution .solution-list .solution-item .headline {
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin-top: 29px;
  margin-bottom: 10px;
}
.solution .solution-list .solution-item .content {
  height: 96px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.industry-information {
  text-align: center;
}
.industry-information .headline {
  margin-top: 100px;
  height: 50px;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.industry-information .desc {
  margin-top: 7px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.industry-information .information-list {
  margin-top: 100px;
  margin-bottom: 200px;
  display: flex;
  justify-content: space-between;
}
.industry-information .information-list .items {
  width: 360px;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px 10px #F4F4F4;
}
.industry-information .information-list .items .top {
  height: 246px;
  position: relative;
}
.industry-information .information-list .items .top img {
  width: 100%;
  height: 100%;
}
.industry-information .information-list .items .top .itmes-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(51, 51, 51, 0.6);
  padding: 5px 23px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}
.industry-information .information-list .items .top .itmes-headline:hover {
  color: #26a0ff;
}
.industry-information .information-list .items .bottom {
  padding: 11px 23px 0 23px;
  height: 245px;
  box-sizing: border-box;
}
.industry-information .information-list .items .bottom .list-content {
  height: 58px;
  line-height: 58px;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.industry-information .information-list .items .bottom .list-content:last-child {
  border-bottom: none;
}
.industry-information .information-list .items .bottom .list-content:hover {
  color: #26a0ff;
}
