.container {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  font-family: Source Han Sans CN;
}
.hd-wrap {
  width: 100%;
  background-image: url(../img/indexbg.png);
  background-repeat: no-repeat;
  background-size: 100% 11.25rem;
  /* background-attachment: fixed; */
  height: 11.25rem;
  position: relative;
}
.hd-wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
	background-color: transparent;
}
.hd-wrap .top>div{
  padding: 0.125rem 1rem;
}
.hd-wrap .top .hd-left img{
  width: 2.65rem;
}
.hd-logo{
  width: 2.65rem;
  background-image: url("../img/logo2.png");
  height: 0.75rem;
  background-size: 100% 100%;
}
.hd-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: #FFFFFF;
  position: relative;
}
.hd-menu a.active:after {
  position: absolute;
  content: "";
  bottom: -0.1rem;
  left: 50%;
  height: 0.0375rem;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  width: 0.25rem;
  border-radius: 0.0375rem;
}
.hd-menu a:last-child {
  margin-right: 0.6875rem;
}
.center {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
}
.center .index-tip {
  font-size: 0.625rem;
  font-weight: 800;
  /* line-height: 0rem; */
  color: #FFFFFF;
}
.center div, .know-more {
  width: 2.475rem;
  height: 0.7rem;
  background: #3C6BB3;
  border-radius: 0.05rem;
  font-size: 0.25rem;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  margin: 0 auto;
  margin-top: 0.7rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /* letter-spacing: 1rem; */
}
.center div span {
  margin-right: 0.125rem;
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);*/
}
.content-wrap {
  width: 100%;
  height: auto;
  /* overflow: auto; */
  
  /* margin: 0 auto; */
  text-align: center;
  background-color: #fafafa;
}
.content-wrap .part1 {
  padding: 0 2rem;
  height: auto;
}
.content-wrap .part1 .bussiness-area-title {
  font-size: 0.5rem;
  font-weight: 800;
  color: #010A1C;
  margin: 0.525rem 0 0.1875rem 0;
}
.content-wrap .part1 .bussiness-area-cont {
  font-size: 0.225rem;
  color: #666;
  margin-bottom: 0.275rem;
}
.bussiness-area-feature {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bussiness-area-feature .item {
  margin-right: 0.625rem;
  cursor: pointer;
}
.bussiness-area-feature .item:last-child {
  margin-right: 0;
}
.bussiness-area-feature .item .img-wrap {
  width: 0.8rem;
  height: 0.8rem;
  border: 0.0125rem solid #D9D9D9;
  opacity: 1;
  border-radius: 7.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bussiness-area-feature .item .img-wrap>img{
  width: .4rem;
}
.bussiness-area-feature .item.active .img-wrap {
  background: linear-gradient(180deg, #3175FF 0%, #3C6BB3 100%);
}
.bussiness-area-feature .item p{
  font-size: 0.2rem;
  margin-top: 0.1rem;
  color: #666;
}
.bussiness-area-feature .item.active p{
  color: #3C6BB3;
}

/*技术能力css*/
.tech-ability {
  display: flex;
  justify-content: space-between;
  width: 5.075rem;
  margin: auto;
}
.tech-ability p{
  text-align: center;
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #666;
}
.tech-ability .item.active p{
  color: #3C6BB3;
}
.tech-ability .item .img-wrap{
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
}
.tech-ability .item .img-wrap>img{
  width: 100%;
}
.left-img-tips, .right-img-tips {
  position: relative;
  text-align: left;
  margin-top: 0.4rem;
}
.left-img-tips .text-img{
  /* width: calc(100% - 3.6375rem); */
  width: calc(73%);
  /* height: 8rem; */
}
.right-img-tips #righImg{
  /* width: calc(100% - 3.6375rem); */
  width: calc(73%);
  position: absolute;
  /* height: 8rem; */
  right: 0;
  top: 0;
}
.left-img-tips .tips .tips-margin,
.right-img-tips .tips .tips-margin {
  margin: 0 0.425rem;
}
.left-img-tips .tips {
  /* width: 3.6375rem; */
  width: 7.4rem;
  /* height: auto; */
  height: 6rem;
  /* padding: 0.3875rem 0.425rem 0.5375rem 0.425rem; */
  background: #3C6BB3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}
.right-img-tips .tips {
  /* width: 3.6375rem; */
  width: 7.4rem;
  height: 6rem;
  /* padding: 0.3875rem 0.425rem 0.5375rem 0.425rem; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  background-color: #fff;
}
.left-img-tips .tips .tit {
  color: #fff;
  font-size: 0.375rem;
  font-weight: 800;
  margin-top: 0.625rem;
}
.right-img-tips .tips .tit {
  color: #000;
  font-size: 0.375rem;
  font-weight: 800;
  margin-top: 0.625rem;
}
/* .right-img-tips>img{
  height: 7.25rem;
} */
.left-img-tips .tips .margin, .right-img-tips .tips .margin {
  margin: 0.625rem 0 1.25rem 0;
}
.left-img-tips .tips .tit-en {
  color: #fff;
  font-size: 0.25rem;
  opacity: .8;
  margin-top: 0.0625rem;
}
.right-img-tips .tips .tit-en {
  color: rgba(0,0,0,0.65);
  font-size: 0.25rem;
}
.left-img-tips .tips .cont {
  color: rgba(255,255,255,0.85);
  font-size: 0.2rem;
  line-height: 0.35rem;
}
.right-img-tips .tips .cont {
  color: rgba(0,0,0,0.85);
  font-size: 0.2rem;
  line-height: 0.35rem;
}
.left-img-tips .tips .know-more {
  background: #fff;
  color: #3C6BB3;
  margin: 0;
}
.right-img-tips .tips .know-more {
  background: #3175FF;
  color: #fff;
  margin: 0;
  display: none;
}
.bottom-img-wrap {
  width: 100%;
  height: auto;
}
.bottom-img-wrap .item-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}

/* 首页新闻栏 */
.bottom-img-wrap .item-wrap .item{
  transition: All 0.4s ease-in-out;
  width: 5.75rem;
  height: 6.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.0375rem rgba(0,0,0,0.16);
  border-radius: 0.025rem;
  margin: 0 0.25rem;
  padding: 0.375rem;
}
.bottom-img-wrap .item-wrap .item:hover{
  box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.25);
}
.bottom-img-wrap .item-wrap .item:last-child{
  margin-right: 0;
}
.bottom-img-wrap .item-wrap .item .tit{
font-size: 0.3rem;
font-weight: bold;
color: #010A1C;
margin-top: 0.25rem;
transition: all .5s;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.bottom-img-wrap .item-wrap .item .cont{
  font-size: 0.2rem;
  color: #666;
  margin: 0.25rem 0 .75rem 0;
  line-height: 0.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bottom-img-wrap .item-wrap .item .date{
font-size: 0.2rem;
color: #010A1C;
}
/* 图片效果 */
.bottom-img-wrap .item-wrap .item img:hover{
  transform: scale(1.2);
  cursor: pointer;
}
/* 图片盒子样式 */
.bottom-img-wrap .item-wrap .item div{
  overflow: hidden;
  width: 5.75rem;
  height: 3.725rem;
}
.part2 {
  padding: 0 1.75rem;
}
.part2-wrap {
  width: calc(100%);
  /* margin: 0 1rem; */
  text-align: center;
}
.part2-wrap .bussiness-area-title {
font-size: 0.5rem;
font-weight: 800;
color: #010A1C;
margin-top: 0.4375rem;
}
.part2-wrap .bussiness-area-cont {
  font-size: 0.225rem;
  color: #666;
  margin: 0.1062rem 0 0.2687rem 0;
}
.part2-wrap .bottom-img-wrap {
  text-align: left;
}
/* 图片移上效果过渡时间 */
.part2-wrap .bottom-img-wrap .item-wrap .item img{
  width: 100%;
  height: 100%;
  transition: all .8s;
}
.bottom-img-wrap .item-wrap .item .tit:hover{
  color: #3175FF;
  cursor: pointer;
}
.part3 {
  margin-top: 0.375rem;
  width: auto;
  /* height: auto; */
  background-image: url(../img/ab-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: center;
  padding: 1.4375rem 2rem;
}
.part3 .part3-wrap {
  display: flex;
  align-items: center;
}
.part3 .part3-wrap .item.left{
  width: 8.9rem;
}
.part3 .part3-wrap .item .tit{
  font-size: 0.3rem;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 0.75rem;
}
.part3 .part3-wrap .item .tit:after{
  position: absolute;
  bottom: -0.075rem;
  left: 0;
  content: "";
  height: 0.025rem;
  background-color: #fff;
  width: calc(100%);
  cursor: pointer;
}
.part3 .part3-wrap .item .cont{
  font-size: 0.2rem;
  color: #fff;
  font-weight: 500;
  text-indent: 2em;
  line-height: 0.375rem;
}
.part3 .part3-wrap .item .km{
  margin-top: 0.7rem;
  margin-left: 0;
}
.part3 .part3-wrap .item .cell{
  margin-left: 2.125rem;
  width: 7.825rem;
  padding: 1.25rem 0;
  background: rgba(255,255,255,0.7);
}
.part3 .part3-wrap .item .cell .cell-wrap{
  /* padding: 0.5062rem 0.9375rem; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.part3 .part3-wrap .item .cell .cell-wrap.mgt{
  margin-top: 0.5625rem;
}
.part3 .part3-wrap .item .cell .cell-wrap .cell-item{
  flex: 1;
}
.part3 .part3-wrap .item .cell .cell-wrap .cell-item>img{
  width: 0.5rem;
}
.part3 .part3-wrap .item .cell .cell-wrap .cell-item .cn{
  font-size: 0.225rem;
  position: relative;
  color: #000;
  /* display: inline-block; */
}
.part3 .part3-wrap .item .cell .cell-wrap .cell-item .cn:after{
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.0125rem;
  width: 0.5rem;
  content: "";
  background-color: #000;
}
.part3 .part3-wrap .item .cell .cell-wrap .cell-item .en{
  font-size: 0.175rem;
  font-family: Arial;
  color: #404040;
  margin-top: 0.1rem;
}
.partner {
  text-align: center;
  /* width: 100%; */
  padding: 0.75rem 2rem 0;
  margin: 0 auto;
}
.partner .tit {
font-size: 0.5rem;
font-weight: 800;
color: #010A1C;
}
.partner .cont {
  font-size: 0.225rem;
  color: #666;
  margin-top: 0.1062rem;
}
.footer {
  /* background-color: #2b2b2b; */
  height: auto;
  /* padding: 0.6687rem 1rem 0 1rem; */
}
.footer .introduce-wrap {
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 0.35rem; */

  background-color: #2b2b2b;
  height: auto;
  padding: 0.6687rem 1rem 0.35rem 1rem;
}
.footer .introduce-wrap .left {
  display: flex;
}
.footer .introduce-wrap .left .left-item {
  display: flex;
  flex-direction: column;
  border-right: 0.0125rem solid #3B3A3E;
  padding: 0.1rem 0.5437rem 0.1688rem 0;
  margin-right: 0.625rem;
}
.footer .introduce-wrap .left .left-item .tit {
font-size: 0.225rem;
color: #DBDBDB;
}
.footer .introduce-wrap .left .left-item .com-intro {
  margin-top: 0.275rem;
}
.footer .introduce-wrap .left .left-item .tit-item {
  font-size: 0.2rem;
  color: #8D8D8E;
  margin-bottom: 0.275rem;
}
.footer .introduce-wrap .left .left-item .tit-item:hover{
  color: #3175FF;
  cursor: pointer;
}
.footer .introduce-wrap .left .left-item .tit-item:last-child {
  /* margin: 0; */
}
.footer .introduce-wrap .right .gz-us{
font-size: 0.2rem;
color: #DBDBDB;
text-align: center;
line-height: 0.375rem;
margin-top: 0.0875rem;
}
.footer .introduce-wrap .right img{
  width: 2.5rem;
}
.footer-addr p{
  font-size: 0.2rem;
  color: #DBDBDB;
  margin-right: 0.5rem;
}
.footer-addr a{
  font-size: 0.2rem;
  color: #DBDBDB;
  margin-right: 0.5rem;
}
.footer-addr{
  display: flex;
  padding: 0.1688rem 1rem 0.1563rem 1rem;
  background-color: #212121;
  flex-wrap: wrap;
}



/* 底部轮播图样式 */
.partener-wrap{
  margin: 0.375rem 0 1rem;
  overflow: hidden;
}
#hzhbList{
  height: 1.175rem;
  display: flex;
  flex-direction: row;
}
#hzhbList>div{
  float: left;
}
#hzhbList img{
  height: 1.175rem;
  margin: 0 0.125rem  ;
}