/* 服务优势*/
/* 头部样式修改 */
.bannerBox {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.bannerBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 中间内容区域 */
.center {
  /* height: 658px; */
  margin-bottom: 80px;
}

/*当前位置  */
.positionBox {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.position {
  height: 50px;
}

.position .left {
  width: 194px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.position .left img {
  width: 18px;
  height: 16px;
}

/* 服务优势 */
.companyBox {
  padding-top: 30px;
}

/* 导航 */
.navCompany {
  width: 723px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_nav {
  width: 120px;
  height: 45px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_nav a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  text-align: center;
}

/* 切换效果 */
.activer_bg {
  border: 1px solid #0d6ac8;
  color: #0d6ac8;
}

.activer_bg a{
  color: #0d6ac8;
}

/* 内容 */
.contentBox {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.contentBox .left {
  width: 574px;
  height: 253px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.contentBox .left p {
  text-indent: 2em;
}

.contentBox .right {
  width: 575px;
  height: 370px;
  border-radius: 10px;
}

.contentBox .right img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
