.bannerImg,.el-carousel{
    width: 100%;
    min-width: 1200px;
  }

  .index_content{
    width: 1200px;
    margin:  0 auto;
  }
  .subContent{
    text-align: center;
    margin: 15px 0;
  }
  .subContent h2{
    margin-bottom: 15px;
  }

.productsList {
    width: 100%;
    min-width: 1200px;
    margin: 40px auto 20px;
}

#productsList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.product_oneline {
    width: 19%;
    position: relative;
    cursor: pointer;
}
.product_oneline img {
    border-radius: 10px 10px 0 0;
    display: block;
    width: 100%;
}
#productsList a{
    text-decoration: none;
}
#productsList a div {
    right: 0;
    bottom: 0;
    font-size: 20px;
    background-color: #1E90FF;
    padding: 12px 0;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
}
#productsList .product_oneline:hover {
    opacity: 0.8;
}


.introduce_div{
  display: flex;
  margin-top: 20px;
}
.introduce_div > a{
  display: block;
  width: 49%;
}
.introduce_div > a:hover{
  cursor: pointer;
  opacity: 0.7;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
}
.introduce_div > a:last-child{
  margin-left: 2%;
}
.introduce_div > a img{
  width: 100%;
}


.otherList {
  width: 100%;
  min-width: 1200px;
  margin: 40px auto;
  /*background-color: #F5F5F5;*/
}

#otherList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 1200px;
  width: 100%;
  /*padding: 25px 50px 10px;*/
}

.otherList #otherList a{
  text-align: center;
  width: 19%;
  position: relative;cursor: pointer;text-align: center;    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
}
.otherList #otherList a:hover{
  box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
}
.otherList #otherList img{
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50px;
}
.pc_other{
  display: block;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}
.mb_other{
  display: none;
}
.divHover {
  min-width: 378px;
  /*width: calc(33.3% - 8px);*/
  width: 100%;
  height: 200px;
  background: #FFFFFF;
  text-align: center;
  color: #000000;
  /*border: 1px solid #CCCCCC;*/
  border-top: none;
}

.otherList_title{
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    color: #4A4A4A;
}
.otherList_content{
  text-align: center;
    font-size: 12px;
    color: #9B9B9B;
  padding-bottom: 20px;
}
.otherTitle {
  font-size: 20px;
  /*color: #000000;*/
  text-align: center;
  width: 100%;
  padding-top: 30px;
}

.otherDescription {
  font-size: 16px;
  width: 90%;
  margin: 30px 5% 20px;
  text-align: left;
  /*color: #000000;*/
}

.news_div{
  display: flex;
}
.news_div .news,.news_div .update{
  width: 48%;
  padding-bottom: 40px;
}
.news_div .news{
  background-color: #4F89DB;
  margin-left: 2%;
}
.news_div .update{
  background-color: #013F99;
}
.news_div .news .title,.news_div .update .title{
  font-size: 26px;
  color: #FFFFFF;
  padding: 30px 60px 10px;
  line-height: 50px;
  font-weight: bold;
  display: block;
}
.news_div .news .title :before,.news_div .update .title :before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #fff;
    height: 3px;
    width: 80px;
}

.news_div .news dt,.news_div .news dd,.news_div .update dt,.news_div .update dd{
  margin:20px 60px;
  padding-left: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}

.news_div .news dd,.news_div .update dd{
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}