html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
.aboutus-wrap .aboutus-bg {
  width: 100%;
  background-image: url(../img/aboutusbg.png);
  background-repeat: no-repeat;
  background-size: 100% 5rem;
  /* background-attachment: fixed; */
  height: 5rem;
  position: relative;
  margin-top: 1rem;
}
.aboutus-wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  width: 91.6%;
  position: fixed;
  top: 0;
	/* background-color: rgba(60,107,179); */
  background-color: #FFFFFF;
}
.aboutus-wrap .top .hd-left img{
  width: 2.65rem;
}
.aboutus-wrap .top .hd-right{
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  /* font-weight: 400; */
  /* line-height: 0rem; */
  color: #FFFFFF;
  /* opacity: 1; */
}
.hd-menu a {
  display: inline-block;
  margin-right: 0.5rem;
  color: #000;
  position: relative;
}
.hd-menu a.active:after {
  position: absolute;
  content: "";
  bottom: -0.2rem;
  left: 50%;
  height: 0.0375rem;
  transform: translateX(-50%);
  background-color: #000;
  width: 0.25rem;
  border-radius: 0.0375rem;
}
.hd-menu a:last-child {
  margin-right: 0.6875rem;
}

.about-us-cont-wrap {
  height: auto;
}
.about-us-cont-wrap .tabs{
  display: flex;
  padding: 0.15rem 1rem 0 2rem;
  border-bottom: 0.0125rem solid #d9d9d9;
}
.about-us-cont-wrap .tabs .item {
  padding-bottom: 0.15rem;
  margin-right: 0.375rem;
}
.about-us-cont-wrap .tabs .item a{
  font-size: 0.225rem;
  color: #333333;
  
}
.about-us-cont-wrap .tabs .item:last-child{
  margin-right: 0;
}
.about-us-cont-wrap .tabs .item.active{
  /* color: #3C6BB3; */
  border-bottom: 0.025rem solid #3C6BB3;
}
.about-us-cont-wrap .tabs .item.active a{
  color: #3C6BB3;
}
.about-us-cont-wrap .cont-wrap {
  padding: 0.4375rem 2rem 0.375rem 2rem;
  display: flex;
  /* width: calc(90%-4rem); */
  align-items: center;
}
.about-us-cont-wrap .cont-wrap .left{
  width: calc((97.5%-4rem)/2);
}
.about-us-cont-wrap .cont-wrap .right{
  margin-left: 2.5%;
  width: calc((97.5%-4rem)/2);
  overflow: hidden;
}
.about-us-cont-wrap .cont-wrap .right>img{
  transition: all .8s;
  width: 100%;
}
.about-us-cont-wrap .cont-wrap .right>img:hover{
  transform: scale(1.2);
}
.about-us-cont-wrap .cont-wrap .left .en-tit{
font-size: 0.5rem;
font-family: Arial Black;
color: #3C6BB3;
}
.about-us-cont-wrap .cont-wrap .left .cn-tit{
  font-weight: bold;
  font-size: 0.25rem;
  color: #333;
  margin-top: 0.0625rem;
  margin-bottom: 0.1875rem;
}
.titborder{
  width: 0.9rem;
  height: 0.0375rem;
  background: #DF2E2F;
  margin-bottom: 0.25rem;
}
.about-us-cont-wrap .cont-wrap .left .main-cont{
  margin-right: 0.25rem;
}
.about-us-cont-wrap .cont-wrap .left .main-cont p{
  font-size: 0.2rem;
  color: #333;
  line-height: 0.35rem;
  text-indent: 2em;
  opacity: .9;
}
.company-culture {
  text-align: center;
  background-color: #3C6BB3;
  color: #fff;
  padding-top: 0.425rem;
  background-image: url(../img/comp-culture-bg.png);
  background-size: 100% 100%;
}
.company-culture .cn{
  font-size: 0.5rem;
  font-weight: 800;
  margin-bottom: 0.125rem;
}
.company-culture .en{
  font-size: 0.225rem;
}
.company-culture .feature{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6062rem;
  padding-bottom: 0.4688rem;
}
.company-culture .feature .item{
  flex: 1;
  text-align: center;
}
.company-culture .feature .item .cn{
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin: 0.1rem 0;
  font-weight: normal;
}
.company-culture .feature .item .fn{
  font-size: 0.2rem;
  line-height: 0.4rem;
  font-weight: normal;
}
.team-intro {
  padding: 0.25rem 2rem 0.5rem 2rem;
  text-align: center;
}
.team-intro .cn {
font-size: 0.5rem;
font-weight: 800;
color: #010A1C;

}
.team-intro .en {
  font-size: 0.225rem;
  color: #666;
  margin-bottom: 0.35rem;
  margin-top: 0.125rem;
}
.team-intro .cont{
  display: flex;
  align-items: stretch;
  /* justify-content: space-between; */
  text-align: left;
}
.team-intro .cont .left{
  background-color: #3C6BB3;
  padding: 0.5rem;
  margin-right: 0.4375rem;
  display: flex;
  align-items: center;
}
.team-intro .cont .left .left-item{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  color: #fff;
}
.team-intro .cont .left .left-item .avatar {
  width: 2.525rem;
  margin-right: 0.375rem;
}
.team-intro .cont .left .left-item>div{
  width: 5.25rem;
}
.team-intro .cont .left .left-item div .mgt {
  margin-bottom: 0.25rem;
}
.team-intro .cont .left .left-item div p .name{
  font-size: 0.35rem;
  font-weight: bold;
}
.team-intro .cont .left .left-item div p .position{
  font-size: 0.3rem;
  margin-left: 0.125rem;
}
.team-intro .cont .left .left-item div .tips{
  font-size: 0.225rem;
  line-height: 0.4rem;
  font-weight: normal;
  opacity: 0.9;
}
.team-intro .cont .left .left-item div>p{
  margin-left: .25rem;
}
.team-intro .cont .right .right-item{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* margin-bottom: 0.1875rem; */
}
.team-intro .cont .right .right-item:last-child{
  margin-bottom: 0;
}
.team-intro .cont .right .right-item .left-icon{
  margin-right: 0.1rem;
}
.team-intro .cont .right .right-item .left-icon img{
  height: 0.8rem;
  width: .8rem;
  vertical-align: middle;
}
.team-intro .cont .left .left-item .avatar>img{
  width: 100%;
}
.team-intro .cont .right .right-item .right-text .name{
  color: #1959A6;
  font-size: 0.225rem;
  font-weight: bold;
}
.team-intro .cont .right .right-item .right-text .position{
  color: #1959A6;
  font-size: 0.175rem;
  font-weight: bolder;
  margin-left: 0.0625rem;
  opacity: 0.8;
}
.team-intro .cont .right .right-item .right-text .introduce{
  color: #333;
  font-size: 0.175rem;
  opacity: 0.8;
}
.team-intro .cont .right .right-item .right-text{
  margin-top: 0.0625rem;
  color: #333;
  font-size: 0.175rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dev-process {
  text-align: center;
  height: auto;
  padding: 0.5rem 1rem 0.25rem 1rem;
  background-image: url(../img/dev-process-bg.png);
  background-size: 100% 100%;
}
.dev-process .cn{
  font-size: 0.5rem;
  font-weight: 800;
  margin-bottom: 0.125rem;
}
.dev-process .en{
  font-size: 0.225rem;
  color: #666;
  margin-bottom: 0.35rem;
  margin-top: 0.125rem;
}
.dev-process .process {
  margin-bottom: 0.25rem;
}
.dev-process .process .item-wrap {
  display: flex;

}
.dev-process .process .item-wrap .item {
  position: relative;
  flex: 1;
}
.dev-process .process .item-wrap .item .line{
  position: relative;
  width: calc(100%);
  height: 0.025rem;
  background-color: #3C6BB3;
}
.dev-process .process .item-wrap .item .line:after{
  content: "";
  position: absolute;
  width: 0.1375rem;
  height: 0.1375rem;
  background: #FFFFFF;
  border: 0.025rem solid #3C6BB3;
  border-radius: 50%;
  right: 0;
  top: -0.075rem;
}
.dev-process .process .item-wrap .item .line.first:after{
  /* content: "";
  position: absolute;
  width: 0.1375rem;
  height: 0.1375rem;
  border-radius: 50%;
  right: 0;
  top: -0.075rem; */
background: #DF2E2F;
border: 0.025rem solid #FFFFFF;
}
.dev-process .process .item-wrap .item .line.last:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -0.1125rem;
  top: -0.075rem;
  border: 0.1rem solid transparent;
  border-left-color: #3C6BB3;
  background: none;
  border-radius: 0;
}
.dev-process .process .item-wrap .item .date-info {
  position: absolute;
  right: 0%;
  top: 0.25rem;
  transform: translateX(42%);
  cursor: pointer;
}
.dev-process .process .item-wrap .item .date-info .date-text{
  font-size: 0.3rem;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  padding: 0.05rem 0;
}
.dev-process .process .item-wrap .item .date-info.active .date-text{
  background: #df2e2f;
  color: #fff;
  padding: 0.05rem;
  margin: 0 auto;
  text-align: center;
}
.dev-process .process .item-wrap .item .date-info.active .triangle{
  width: 0;
  height: 0;
  border: 0.0625rem solid transparent;
  border-bottom-color: #df2e2f;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.event-detail-wrap {
  padding-top: 0.625rem;
  text-align: center;
}
.event-detail-wrap .event-detail {
  display: flex;
  text-align: left;
}
.event-detail-wrap .event-detail .left {
  height:6rem;
  margin-left: 0.75rem;
  margin-right: 0.625rem;
  width: 50%;
}
.event-detail-wrap .event-detail .left img{
  width:auto !important;
  max-height:100%;
}
.event-detail-wrap .event-detail .right {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.4rem;
}
.event-detail-wrap .event-detail .right .item{
  margin-bottom: 0.1875rem;
  position: relative;
}
.event-detail-wrap .event-detail .right .btn{
  display: flex;
  align-items: center;
}
.event-detail-wrap .event-detail .right .btn .leftbtn{
  margin-right: 0.15rem;
}

/* 按钮鼠标移上事件 */
.event-detail-wrap .event-detail .right .btn .leftbtn:hover{
  content: url('../img/blueRight.png');
}
.event-detail-wrap .event-detail .right .btn .rightbtn:hover{
  content: url('../img/blueLeft.png');
}
.event-detail-wrap .event-detail .right .item .year-mon {
  padding-right: 0.1875rem;
  display: flex;
  flex-direction: row-reverse;
  font-size: 0.225rem;
  font-family: Arial;
  font-weight: bold;
  line-height: 0.375rem;
  color: #FFFFFF;
  width: 2.0125rem;
  background-image: url('../img/timebox.png');
  text-align: center;
  background-size: 100% 100%;
}
/** 发展历程事件节点小图标 */
/* .event-detail-wrap .event-detail .right .item .comp-dev-tips{
  text-indent: 0.25rem;
}
.event-detail-wrap .event-detail .right .item .comp-dev-tips::before{
  margin-top: 0.125rem;
  position: absolute;
  left: 0rem;
  content: "";
  height: 0.225rem;
  width: 0.225rem;
  background-image: url('../img/263.png');
  background-size: 100% 100%;
} */
.event-detail-wrap .event-detail .right .item.tips-container {
  text-indent: 0.25rem;
}
/* .event-detail-wrap .event-detail .right .item .year-mon:before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 0;
  width: 0;
  height: 0;
  border: 0.2rem solid transparent;
  border-right-color: #3C6BB3;
} */
.event-detail-wrap .event-detail .right .item.tips-container::before{
  margin-top: 0.125rem;
  position: absolute;
  left: 0rem;
  content: "";
  height: 0.225rem;
  width: 0.225rem;
}
.event-detail-wrap .event-detail .right .item.tips-container .tip-item::before {
  content: "";
  display: inline-block;
  margin-top: 0.125rem;
  position: absolute;
  left: 0rem;
  height: 0.225rem;
  width: 0.225rem;
  background-image: url('../img/263.png');
  background-size: 100% 100%;
}
.event-detail-wrap .tips{
  margin-top: 0.35rem;
  margin-bottom: 0.25rem;
  font-size: 0.3rem;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  opacity: 1;
}
.contact-us {
  text-align: center;
  padding-bottom: 0.75rem;
}
.contact-us .cn{
  font-size: 0.5rem;
  font-weight: 800;
  margin-bottom: 0.125rem;
  margin-top: 0.5rem;
}
.contact-us .en{
  font-size: 0.225rem;
  color: #666;
  margin-bottom: 0.5rem;
  /* margin-top: 0.125rem; */
}
.contact-us .addr-info {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 2rem;
}
.contact-us .addr-info #mapbox{
  height: 5.375rem;
  width: 56.25%;
  padding: 0.1875rem;
  border: 0.0125rem solid #d9d9d9;
}
.contact-us .addr-info>a{
  width: 11.25rem;
  height: 5.375rem;
  background: #FFFFFF;
  border: 0.0125rem solid #D9D9D9;
}
.contact-us .addr-info>a>img{
  height: 5rem;
  margin: 0.1875rem;
}
.contact-us .addr-info .addt-text {
  width: calc(37.5%);
  position: relative;
  border: 0.0125rem solid #d9d9d9;
  margin-left: 0.375rem;
  padding: 0.75rem 0.875rem;
  text-align: left;
}
.contact-us .addr-info .addt-text .name{
font-size: 0.3rem;
font-weight: bold;
color: #3C6BB3;
/* border-left: 0.025rem solod #3C6BB3; */
padding-left: 0.25rem;
position: relative;
}
.contact-us .addr-info .addt-text .name:before{
margin-top: 0.0875rem;
content: "";
width: 0.05rem;
height: 0.2625rem;
background: #3C6BB3;
border-radius: 0.0375rem;
position: absolute;
left: 0;
}
.contact-us .addr-info .addt-text .contact-ways{
font-size: 0.225rem;
font-family: Arial;
font-weight: bold;
color: #010A1C;
}
.contact-us .addr-info .addt-text .contact-ways.mgt{
  margin-top:0.75rem;
  margin-bottom: 0.125rem;
}
.contact-us .addr-info .addt-text .contact-ways.mgb{
  /* margin-top: 0.4rem; */
  margin-bottom: 1.05rem;
}
.contact-us .addr-info .addt-text img{
  position: absolute;
  bottom: 0.625rem;
  width: 2.65rem;
}

/*contactUs css*/
.aboutus-wrap .aboutus-bg.contact-usbg {
  background-image: url(../img/contactUsBg.png);
}
.aboutus-wrap .aboutus-bg.pro-solutions {
  background-image: url(../img/proIntroBg.png);
}

.aboutus-wrap .aboutus-bg {
 width: 100%;
 background-image: url(../img/aboutusbg.png);
 background-repeat: no-repeat;
 background-size: 100% 5rem;
 /* background-attachment: fixed; */
 height: 5rem;
 position: relative;
}

.aboutus-wrap .pro-solutions .pro-intro-detail-list {
  background-color: rgba(255, 255, 255, 0.9);
  height: auto;
  position: absolute;
  right: 1rem;
  top: 0;
  padding: 0.35rem 0.7125rem 0.3875rem 0.7125rem;
  display: flex;
  align-items: flex-start;
}
.aboutus-wrap .pro-solutions .pro-intro-detail-list .list-item .tit {
font-size: 0.2rem;
font-weight: bold;
color: #333333;
}
.aboutus-wrap .pro-solutions .pro-intro-detail-list .list-item .pro-item {
  display: flex;
  align-items: flex-start;
font-size: 0.175rem;
line-height: 0.4rem;
color: #666666;
}
.aboutus-wrap .pro-solutions .pro-intro-detail-list .list-item .pro-item ul li{
  cursor: pointer;
}
.contact-we-wrap {
  /* padding: 0 1rem; */
  padding: 1rem 2rem 1.75rem 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  /* margin: 0 auto; */
}
.contact-we-wrap .top-item {
  display: flex;
  align-items: center;
  width: 20rem;
}
.contact-we-wrap .top-item img{
  width: 5.625rem;
}
.contact-we-wrap #mapbox {
  margin-top: .5rem;
  width: 20rem;
  height: 9.125rem;
}
.contact-we-wrap .top-item .introduce .tit{
font-size: 0.375rem;
font-weight: bold;
}
.contact-we-wrap .top-item .introduce .mg{
  margin: 0.25rem 0 0.75rem 0;
}
.contact-we-wrap .top-item .introduce .mgb{
  margin-bottom: 0.3rem;
}
.contact-we-wrap .top-item .introduce {
  font-size: 0.25rem;
  padding: 1.125rem 1.05rem;
  line-height: 0.4rem;
  color: #FFFFFF;
  background-color: #3C6BB3;
  background-image: url(../img/contactUsCompBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex: auto;
}

/*产品介绍&功能css*/
.pro-func-main-cont {
  /* padding: 0 2rem; */
  height: auto;
}
.pro-func-main-cont .pro-func-item {
  text-align: center;
}
.pro-func-main-cont .pro-func-item .main-tit-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: bold;
  color: #3C6BB3;
  margin-top: 0.75rem;
  /* letter-spacing: 1rem; */
}
.pro-func-main-cont .pro-func-item .main-tit-wrap .main-tit {
  margin: 0 0.2rem;
}
.pro-func-main-cont .pro-func-item .sub-cn-tit {
  margin-top: 0.75rem;
  font-size: 0.5rem;
  font-weight: 800;
  color: #010A1C;
  /* letter-spacing: 1rem; */
}
.pro-func-main-cont .pro-func-item .sub-en-tit {
  
font-size: 0.225rem;
color: #666666;
/* letter-spacing: 1rem; */
/* margin-bottom: 0.5rem; */
}
.pro-func-main-cont .pro-func-item .description {
  text-align: left;
  text-indent: 2em;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #333333;
/* letter-spacing: 1rem; */
}
.pro-func-main-cont .pro-func-item .mg {
  /* margin: 0.45rem 0 1.25rem 0; */
  /* width: -webkit-fill-available; */
  width: -moz-fill-available;
  width: -ms-fill-available;
  width: -o-fill-available;
}
.pro-func-main-cont .pro-func-item .img-wrap {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  overflow: auto;
  flex-wrap: nowrap;/*项目超出容积后不换行*/
}
.pro-func-main-cont .pro-func-item .img-wrap img {
  /* width: calc(50%); */
  flex: auto;
}
.mb-1{
  margin-bottom: -1rem;
}
