.about-us-wrap {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 公司简介 */

.about-us-banner {
  box-sizing: border-box;
  padding: 40px 0 120px;
  background: linear-gradient(90deg, #165DFF 0%, rgba(22, 93, 255, 0.00) 100%),
    url(../images/aboutus/banner-right.png) no-repeat right bottom;
}

.about-us-banner-content {
  width: 100%;
}

.about-us-banner-content h2 {
  font-family: "PingFang SC";
  font-size: 108px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.3;
  background: linear-gradient(180deg, #FFF 21.19%, rgba(255, 255, 255, 0.00) 86.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-us-banner-content h3 {
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -20px;
}

.about-us-banner-content p {
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 546px;
  margin-top: 26px;
}

.company-main {
  width: 100%;
}

.company-main-list {
  width: 100%;
}

.company-main-item {
  padding: 70px 0 30px;
}

.company-main-item>h2 {
  color: #333;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.company-main-item>h2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 12px;
  background: rgba(22, 93, 255, 0.20);
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}

.company-business-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company-business-list>li {
  width: 49%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(243deg, rgba(219, 223, 255, .1) -11.7%, rgba(102, 170, 255, .5) 60%);
  position: relative;
}

.company-business-list>li:hover {
  top: -10px;
}

.company-business-list>li>img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 60%;
}

.company-business-list>li:last-child {
  background: linear-gradient(200deg, #E8EFFF 0%, #F7F9FF 32.69%, #F7F9FF 71.63%, #ECEEFF 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.company-business-actions {
  display: flex;
  flex-direction: column;
  padding: 50px 0 0 30px;
  position: relative;
  z-index: 1000;
}

.company-business-actions>a {
  display: flex;
  align-items: center;
  border-radius: 19px;
  width: fit-content;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.50);
  box-shadow: 0px 4px 18px 0px rgba(12, 47, 127, 0.12);
  backdrop-filter: blur(5px);
  margin-bottom: 16px;
  padding: 1px 20px 1px 1px;
  color: #165DFF;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 169.231% */
}

.company-business-actions>a:hover {
  background-color: #165DFF;
  color: #fff;
  border-color: #165DFF;
}

.company-business-actions>a>.image-left {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}


.company-business-title {
  color: #1D2026;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.company-business-content {
  color: #333;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  margin: 20px 0 50px;
}


.honor-container {
  overflow: hidden;
  width: 100%;
  display: flex;
}

.honor-list {
  display: inline-flex;
}

.honor-list>li {
  width: 280px;
  height: 320px;
  box-sizing: border-box;
  padding: 10px 10px 0;
  background-color: #fff;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}

.honor-list>li>.top-img {
  width: 260px;
  height: 220px;
  background: #F4F5F6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor-list>li>.top-img img {
  max-width: 206px;
  max-height: 193px;
}

.honor-list>li>p {
  color: #333;
  font-size: 14px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.addresss-main-item {
  position: relative;
  background-color: #E5EFFC;
  /* 不透明纯色背景 */
}

.addresss-main-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/aboutus/address-bg.png) no-repeat center bottom;
  background-size: 60%;
  opacity: 0.2;
  /* 图片透明度（0~1） */
  z-index: 1;
}

/* 容器内容需提升层级 */
.addresss-main-item>* {
  position: relative;
  z-index: 2;
}

.adress-all-diaplay {
  width: 100%;
  padding-bottom: 80px;
}

.button-toggle-swtich {
  display: flex;
  justify-content: center;
  width: 100%;
}

.button-toggle-swtich>a {
  background-color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  border: 1px solid #e1e4e5;
  cursor: pointer;
  white-space: nowrap;
}

.button-toggle-swtich>a+a {
  margin-left: 5px;
}

.button-toggle-swtich>a.current {
  border: 1px solid #165DFF;
  color: #165DFF;
}

.button-toggle-swtich>a>img {
  margin-right: 5px;
  filter: grayscale(1);
}

.button-toggle-swtich>a.current>img {
  filter: grayscale(0);
}

.adress-list {
  width: 100%;
  margin-top: 50px;
}


.adress-list .adress-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.adress-list .adress-item:not(:first-child) {
  display: none
}

.adress-list .adress-item .left-img {
  border-radius: 5px 0 0 5px;
}

.adress-list .adress-item .left-img img {
  width: 600px;
  height: 100%;
}

.adress-list .adress-item .right-cont {
  width: 520px;
  background-color: #fff;
  padding: 36px 54px;
  background: #FFF;
  box-shadow: 0px 18px 52px 0px rgba(19, 54, 136, 0.08);
}

.adress-list .displayFlx {
  display: flex;
}

.adress-list .adress-item .right-cont h3 {
  color: #1D2026;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: 0;
}

.adress-list .adress-item .right-cont p {
  color: #4E5969;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.adress-list .adress-item .right-cont p img {
  margin-top: 20px;
}

.adress-list .adress-item .center-cont {
  text-align: center;
}

.check-more-cases-title{
	color: #165DFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
display:flex;
justify-content:center;
margin-top:-30px;
margin-bottom:20px;
}

.classicCase-items {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap:wrap;
}

.classicCase-items a {
	display: flex;
	width: 24%;
	height: 200px;
	background-color: #fff;
	margin-top: 30px;
	position: relative;
	border: 1px solid #e1e4e5;
	box-sizing: border-box;
}

.classicCase-items a img{
	max-width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.classicCase-items a .case-intr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(34,116,230,0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}

.classicCase-items a:hover .case-intr {
	opacity: 0.95;
	filter: alpha(opacity=.95);
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
	transition: .3s;
}

.classicCase-items a:hover img{
	opacity: 0.4;
	filter: alpha(opacity=.4);
	transform: translate(-50%, -50%) scale(1.1); /* 保持居中并放大 */
    -webkit-transform: translate(-50%, -50%) scale(1.2);
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
	transition: .3s;
}

.case-intr .case-intr-txt{
	margin: 10px;
    padding: 10px;
	border: 1px solid #fff;
    height: 180px;
	text-align: center;
	box-sizing: border-box;
} 

.case-intr .case-intr-txt h3{
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 15px;
}

.case-intr .case-intr-txt p{
	font-size: 12px;
	line-height: 20px;
}


@media screen and (max-width:1024px) {
  .about-us-wrap {
    padding: 0 1rem;
  }

  .company-main-item {
    padding: 2rem 0 1rem;
  }

  .about-us-banner {
    padding: 2rem 0 4rem;
  }


  .about-us-banner-content h2 {
    font-size: 3rem;
  }

  .about-us-banner-content h3 {
    font-size: 1.6rem;
    margin-top: -10px;
  }

  .about-us-banner-content p {
    margin-top: 1.5rem;
  }

  .company-business-list>li {
    padding: 1rem;
    width: 100%;
    height: auto;
  }

  .bottom-small-icons {
    display: none;
  }

  .adress-list .adress-item .right-cont h3 {
    color: #165DFF;
    font-size: 1.2rem;
  }

  .adress-list .adress-item .right-cont p {
    font-size: 1rem;
  }

  .button-toggle-swtich {
    display: inline-flex;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start
  }

  .button-toggle-swtich {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
    width: calc(100vw - 2rem);
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .button-toggle-swtich::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .company-business-actions {
    padding: 1rem 0;
  }

  .company-business-list>li:last-child {
    margin-top: 1rem;
  }

  .company-business-title {
    font-size: 1.4rem;
  }

  .company-business-content {
    margin: 1rem 0;
  }

  .company-business-list>li:last-child .company-business-content {
    padding-bottom: 8rem;
  }

  .button-toggle-swtich>a {
    margin-right: 1rem;
  }

  .adress-list .adress-item {
    flex-direction: column;
  }

  .adress-list .adress-item .left-img {
    width: 100%;
  }

  .adress-list .adress-item .left-img img {
    width: 100%;

  }

  .adress-list .adress-item .right-cont {
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
  }
  
  .classicCase-items a {
	width:49%
  }
}