/* 产品介绍 */
.container {
  background: #fff;
}

/* 头部样式修改 */
.bannerBox {
  width: 100%;
  height: 350px;
}

.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;
}

/* 品牌介绍 */
/* 产品中心 */
.product {
  height: 1575px;
  padding-top: 43px;
  margin-bottom: 165px;
}

.navBox {
  height: 1155px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

/* 侧边栏 */
.navBox .left_nav {
  width: 270px;
  height: 660px;
  background: #fff;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

.navBox .left_nav .blue {
  width: 270px;
  height: 110px;
  color: #fff;
  font-size: 24px;
  background: url(../images/blue_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navBox .left_nav .blue .info {
  margin-top: 14px;
  font-size: 18px;
}

.boxLi {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}

.fistLi {
  width: 250px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 0;
}

.fistLi:hover a{
  color: #0d6ac8;
}

/* 切换字体颜色 */
.activer_li {
  color: #0d6ac8;
}

.bottom {
  width: 270px;
  height: 292px;
  border: 1px solid transparent;
}

.order1 {
  width: 154px;
  height: 53px;
  margin-left: 23px;
  margin-top: 20px;
}

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

.order2 {
  margin-left: 24px;
  margin-top: 27px;
}

.order3 {
  font-size: 28px;
  color: #666;
  text-align: center;
  margin-top: 30px;
}

.order4 {
  width: 270px;
  height: 94px;
  background: url(../images/left_nav.png) no-repeat center;
  background-size: cover;
}

/* 右边数据切换 */
.navBox .right {
  width: 890px;
  margin-top: 27px;
}

.navBox .right ul {
  width: 890px;
}

.navBox .right ul li {
  width: 890px;
  height: 219px;
  border-bottom: 1px solid #e6e6e6;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

.navBox .right ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navBox .right ul li:first-child {
  border-top: 1px solid #e6e6e6;
}

.leftChild {
  width: 168px;
  height: 98px;
  color: #999999;
  padding-left: 10px;
}

.leftChild .time {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.leftChild .time .line {
  display: inline-block;
  border-bottom: 1px solid #cccccc;
  width: 67px;
}

.leftChild .year {
  font-size: 14px;
  font-weight: bold;
  margin-left: 44px;
  margin-top: 9px;
}

.leftChild .btn {
  width: 80px;
  height: 30px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-left: 44px;
  font-size: 12px;
  margin-top: 13px;
  text-align: center;
  line-height: 30px;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}


.rightChild {
  flex: 1;
  height: 98px;
}

.rightChild .name {
  font-size: 18px;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

.rightChild .info {
  margin-top: 30px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* hover效果 */
.navBox .right ul li:hover{
  background-color: #f7f7f7;
}

.navBox .right ul li:hover .leftChild .btn{
  background: #0d6ac8;
  color: #fff;
}

.navBox .right ul li:hover .rightChild .name{
  color: #0d6ac8;
}

