
.about-us-content-title {
  position: relative;
  width: 100%;
  height: 384px;
  padding: 96px 0 24px 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  flex-direction: column;
}
.about-us-content-title-bg{
  position: absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.about-us-content-title-content{
  position:absolute;
}
h3.about-us-content-title-text {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about-us-content-title-link {
  position: absolute;
  bottom:40px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.about-us-content-title-link a {
  color: rgba(255, 255, 255, 0.7);
}
/* tab切换 */
.about-us-tab-container{
    width:100%;
    height: 68px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    position: sticky;
    top:96px;
    background-color: #ffffff;
    z-index: 1000;
}
.about-us-tab {
    height: 100%;
  margin-bottom: 86px;
}
.about-us-tab a.about-us-tab-title {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #303030;
  margin-right: 60px;
  position: relative;
}
.about-us-tab a.about-us-tab-title .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: -10px;
  top: 0;
}
.about-us-tab-title-active {
  font-weight: 700 !important;
  color: #1d3390 !important;
}
.about-us-tab-title-active .dot {
  background: #1d3390 !important;
}
/* 公司简介 */
.company-profile{
  background-color:#fbfbfd;
  overflow: hidden;
}
.company-profile-bg{
    position: relative;
    padding-top:50px;
    box-sizing: border-box;
    z-index: 1;
}
.company-profile-bg1{
    position: absolute;
    top:0;
    right:0;
    z-index: -1;
}
.company-profile-title{
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    padding:52px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.company-profile-title-describe{
    font-size: 20px;
    font-weight: 400;
}
.company-profile-content{
    padding:58px 0;
    box-sizing: border-box;
}
.company-profile-logo {
  margin-right: 100px;
}
.company-profile-content-right{
flex: 1;
max-width: 800px;   
}
.company-profile-logo-img{
    width:188px;
    height: auto;
}
.company-profile-bg2{
    position: absolute;
    bottom:0;
    left:190px;
    z-index: -1;
}
.company-profile-content-text{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: justified;
    margin-bottom:50px;
    max-height: 300px;
    overflow-y: scroll;
  }
  .company-profile-content-text::-webkit-scrollbar {
    width: 2px !important;   
    height: 100%;
}
  ::-webkit-scrollbar {
    width: 2px;     
    height: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
    border-radius: 0;
    background: rgba(0,0,0,0.01);
}
 
  .company-profile-content-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .company-profile-content-total-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;  
    color:#666666;
  }
  .company-profile-content-total-num{
    font-family: Roboto Condensed;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color:#1D3390;
  }
  .company-profile-content-total-num span{
    font-size: 16px;
    color:#457149;
    margin-left:4px;
  }
  .company-profile-content-button-img{
    width:170px;
    height: auto;
  }
  @media all and (max-width:1440px){

  

  }
  @media all and (max-width:1279px){

  .company-profile-content-total-num {
    font-size: 48px;
}

  }
  /* 企业精神 */
  .enterprise-spirit{
      width:100%;
      background-image: url("../images/about-us-bg3.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding:100px 0 50px 0;
      box-sizing: border-box;
      overflow: hidden;
  }
  .enterprise-spirit-title-text{
    font-family: Microsoft YaHei;
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    color:#ffffff;
    margin-bottom:20px;
  }
  .enterprise-spirit-title-describe{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 290;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color:#ffffff;
    margin-bottom:156px;
  }
  .enterprise-spirit-image-list-item{
      width:25%;
      max-width: 357px;
      cursor: pointer;
      flex-direction: column;
      position: relative;
    transition: transform 0.3s ease-in-out;  

  }
  .enterprise-spirit-image-list-item-bg{
    width:100%;
    height: auto;
  }
  .enterprise-spirit-image-list-item-content{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    flex-direction: column;
    font-family: Microsoft YaHei;
font-size: 24px;
font-weight: 700;
line-height: 32px;
letter-spacing: 0em;
text-align: left;
color:#ffffff;
  }
  .enterprise-spirit-image-list-item-secondtitle{
font-size: 16px;
font-weight: 400;
line-height: 40px;
  }
  .enterprise-spirit-image-list-item-line{
    width:22px;
    height: 2px;
    background-color: #ffffff;
  }
  .enterprise-spirit-image-list-item-icon{
    width:42px;
    height: auto;
    margin-bottom: 20px;
  }

  @media all and (min-width: 768px){

  .enterprise-spirit-image-list-item:hover{
    transform: translateY(-10%);  
  }


}
  /* 科研力量 */
  .research-power{
      width:100%;
    background-color:#FBFBFD;
    padding-top:100px;
    box-sizing: border-box;
    overflow: hidden;
  }
.research-power-title  {
    margin-bottom:64px;

  }
  .research-power-content{
      position: relative;
      z-index: 1;
  }
  .research-power-bg{
      position: absolute;
      top:0;
      right: 603px;
      width:310px;
      height: auto;
      z-index: -1;
  }
  .research-power-cover{
      width:100%;
      border-radius: 16px;
  }
  .research-power-total-item{
      margin-right:150px;
  }
  /* 发展规划 */
  .development{
      width:100%;
      background-color:#fbfbfd;
      padding-top:100px;
      box-sizing: border-box;
      overflow: hidden;
  }
  .development-content{
    padding: 175px 0;
      width: 100%;
      margin-top: 50px;
      background-image: url("../images/development-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }
  .development-content-text{
      height: 100%;
  }
  .development-content-text-bg{
      max-width: 740px;
      padding:40px;
      box-sizing: border-box;
      background: rgba(31, 50, 144, 0.8);
      border-radius: 4px;
  }
  .development-content-text-title{
    font-family: Roboto Condensed;
    font-size: 58px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color:#ffffff;
    margin-bottom:10px;
  }
  .development-content-text-title span{
    font-size: 16px;
    color: #ffffff;
    margin-left: 4px ;
  }
  .development-content-text-second-title{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color:#ffffff;
    margin-bottom:20px;
  }
  .development-content-text-describe{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color:#ffffff;
  }
/* 合作伙伴 */
.patner {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.patner-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 670px;
  height: 670px;
  z-index: -1;
}
.patner-content {
  margin-top: 118px;
}
.swiper-patner {
  width:100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
  /* height: 428px; */
}
.swiper-patner-slide a{
  display: block;
  width:100%;
  padding:10px;
  box-sizing: border-box;
}
.swiper-patner-slide-logo{
  width: 100%;
  position: relative;
  padding-top: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 2px 34px 0px #EDEDED;
}
.swiper-patner-img{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
  max-height:60%;
  width: auto;
  max-width: 90%;
}
.swiper-patner-slide-title{
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top:30px;
  text-align: center;
}
.swiper-patner-button-group{
  position: absolute;
  width: 100%;
  bottom: 0;
}
.swiper-patner-button-group .hide{
  display: none;
}
.swiper-button-patner-next{
  position: absolute;
  top:-50px;
  left:53%;
  transform: translateX(-50%);
}
.swiper-button-patner-prev{
  position: absolute;
  top:-50px;
  left:47%;
  transform: translateX(-50%);
}
.swiper-button-prev{
  width:52px;
  height:52px;
  border-radius: 50%;
  background-image: url("../images/banner-navigation-left.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-button-prev.disable{
  background-color: none;
  background-image: url("../images/banner-navigation-left-disable.svg");
}
.swiper-button-next{
  width:52px;
  height:52px;
  border-radius: 50%;
  background-image: url("../images/banner-navigation-right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-button-next.disable{
  background-color: none;
  background-image: url("../images/banner-navigation-right-disable.svg");
}
/* 营销网络 */
.network{
    width:100%;
    background:#fbfbfd;
    padding:100px 0;
    box-sizing: border-box;
}
.network-bg{
    width:100%;
    height: auto;
}
/* 公共头部 */
.about-us-common-title{
flex: 1;
padding-right: 50px;
}
.about-us-common-title-text{
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    color: #303030;

}
.about-us-common-title-line{
    width:58px;
    height: 2px ;
    background:#1D3390;
    margin:10px;
    margin-left: 0;
}
.about-us-common-describe{
    display: inline-block;
    max-width: 820px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}
@media all and (max-width: 1620px) {
  .research-power-total-item{
    margin-right:100px;
  }
}
@media all and (max-width: 1440px) {
  .research-power-total-item{
    margin-right:80px;
  }
}
@media all and (max-width: 1280px) {
  .research-power-total-item{
    margin-right:20px;
  }
  .swiper-button-patner-next{
    left:55%;
  }
  .swiper-button-patner-prev{
    left:45%;
  }
}
@media all and (max-width: 1080px){

  .research-power-width{
    width:70%;
  }
}

@media all and (max-width: 820px){
  .about-us-content-title{
    height: 260px;
    padding:40px 0;
  }

  .company-profile-content-right{
    width:60%;
  }

  .company-profile-content{
    padding:40px 0;
  }
  .research-power{
    padding:40px 0;
  }
  .enterprise-spirit{
    padding:40px 0;
  }
  .enterprise-spirit-title-describe{
    margin-bottom: 80px;
  }
  
  .patner{
    padding:40px 0;
  }
  .patner-content{
    margin-top:20px;
  }
  .patner-bg{
    width:500px;
    height: auto;
  }
  .swiper-banner{
    height:380px;
  }
  .about-us-tab a.about-us-tab-title{
    margin-right:30px;
  }
}
@media all and (max-width: 767px){
  .about-us-content-title-link {
    bottom: 20px;
}
  .about-us-content-title{
    height: 200px;
    padding:24px 0;
    font-size: 14px;
  }
  h3.about-us-content-title-text{
    margin-bottom: 10px;
  }
  .about-us-tab-container{
    display: none;
  }
  .company-profile-title{
    font-size: 26px;
    line-height: 36px;
    padding-top:0;
    padding-bottom: 20px;
  }
  .company-profile-content{
    flex-direction: column;
  }
  .company-profile-logo, .company-profile-content-right{
    width:100%;
  }
  .company-profile-logo{
    margin-bottom:30px;
  }
  .company-profile-content-text{
    margin-bottom:30px;
    font-size: 14px;
    max-height: inherit;
  }
  .company-profile-content-total{
    flex-direction: column;
    margin-bottom:30px;
  }
  .company-profile-content-total-num{
    font-size: 26px;
  }
  .company-profile-content-total-num span{
    font-size: 12px;
  }
  .company-profile-content-total-item{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .company-profile-title-describe{
    font-size: 16px;
  }
  .company-profile-title-text{
    font-size: 22px;
  }
  .enterprise-spirit{
    padding-bottom: 40px;
  }
  .enterprise-spirit-title-text{
    font-size: 22px;
  }
  .enterprise-spirit-title-describe{
    margin-bottom:20px;
    font-size: 14px;
  }
  .enterprise-spirit-image-list{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .enterprise-spirit-image-list-item{
    width:48%;
    margin-bottom:15px;
  }
  .research-power-title{
    flex-direction: column;
    margin-bottom: 0;
  }
  .research-power-width{
    width: 100%;
    padding-right: 0;
  }
  .about-us-common-describe{
    font-size: 14px;
  }
  .research-power-total{
    margin-bottom:30px;
    margin-top: 30px;
    justify-content: center;
  }
  .development {
    padding-top: 30px;
}
  .development-content {
    padding: 75px 0;
}
  .development-content-text-bg{
    padding:20px;
  }
  .swiper-button-prev,.swiper-button-next{
    width:40px;
    height: 40px;
    outline:none;
  }
  .swiper-button-patner-next{
    left: 58%;
  }
  .swiper-button-patner-prev{
    left: 42%;
  }
  .company-profile-bg2{
    left:20px;
  }
  .company-profile-logo-img{
    width: 120px;
  }
  .enterprise-spirit-image-list-item-secondtitle{
    word-wrap: break-word;
    line-height: 24px;
    text-align: center;
  }
  
  .about-us-common-title-text{
    font-size: 24px;
  }
  .development .about-us-common-title {
    flex: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
  .development-content-text-title{
    font-size: 26px;
  }
  .development-content-text-title span{
    font-size: 12px;
  }
  .development-content-text-second-title{
    font-size: 20px;
  }
  .development-content-text-describe{
    font-size: 14px;
  }
  
  .swiper-patner-slide a{
    width: 160px;
  }
  .network {
    padding: 50px 0;
}
.swiper-patner-button-group .hide {
  display: block;
}
}