/**
优秀企业展
 */


/**
行业分类
 */

.industry {
  height: 130px;
  background: #F2F2F2;
  display: flex;
  align-content: center;
  justify-content: center;
}

.industry > div {
    display: flex;
    align-content: center;
    justify-content: center;
}

.industry ul {
  display: flex;
  align-content: space-between;
  justify-content: center;
}

.industry ul li {
  text-align: center;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  width: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
}

.industry ul li a img{
  width: 45px;
  height: 45px;
}

.industry ul li a p {
    margin-top: 10px;
  color: #999999;
}

/** 默认隐藏高亮的图片 */
.industry ul li a > img:nth-child(2) {
  display: none;
}

.industry ul li a.active > img:nth-child(1) {
  display: none;
}
.industry ul li a.active > img:nth-child(2) {
  display: block;
}

.industry ul li a.active p {
  color: #FF0000;
}



/**
列表
 */
.excellent-box {
  background: white;
  padding-bottom: 50px;
  padding-top: 20px;
}


.excellent-content {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  overflow: hidden;
}

.excellent-list-box {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.excellent-title {
  width: 100%;
  height: 100px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.excellent-title .excellent-title-left {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.excellent-title span {
  width: 13px;
  height: 31px;
  background: #B41111;
  display: flex;
  margin-top: 10px;
}

.excellent-title p {
  font-weight: bold;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  font-size: 36px;
  margin-left: 20px;
  display: flex;
}

.excellent-title p label{
  margin-left: 15px;
  font-size: 30px;
  color: #B1B1B1;
}

.excellent-title a {
  width: 69px;
  height: 29px;
  background: #B61818;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}




.excellent-list {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}

.excellent-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 均分4份 */
  gap: 30px; /* 设置间距为10px */
}

.excellent-list ul li {
  width: 320px;
  height: 420px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  /*padding: 20px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.excellent-list ul li a {
  /*display: flex;*/
  width: 280px;
  height: 280px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}



.excellent-list ul li img {
  max-width: 100%;
}

.excellent-list ul li p {
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  padding: 0px 10px;
}

.excellent-list ul li p.price {
  color: #D10000;
  line-height: 50px;
}



/**
详情
 */

#app {
  background: #F5F5F5;
}

.bottomborder {
  background: white;
}

.company-content-box {
  background: white;
}

.company-content {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 80px;
}

.company-name {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  height: 183px;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
}

.company-name h1 {
  font-weight: bold;
  font-size: 48px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.company-name p {
  font-size: 18px;
  color: #999999;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 20px;
}

.company-introduction {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
  width: 100%;
}

.company-video {
  display: flex;
  align-content: center;
  justify-content: center;
}

.company-video video {
  width: 693px;
  height: 388px;
  background: #333333;
}

.company-video > img {
    width: 693px;
    /*height: 388px;*/
    background: #333333;
}


.company-introduction-right {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
  padding-left: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.company-introduction-title {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.company-introduction-title span {
  width: 12px;
  height: 35px;
  background: #C31717;
  margin-top: 10px;
}

.company-introduction-title p {
  color: #333333;
  font-style: normal;
  text-transform: none;
  font-size: 36px;
  margin-left: 20px;
}

.company-introduction-content {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.company-introduction-content p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

/**
产品列表
 */

.product-content-title {
  height: 146px;
}

.product-content {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: #F5F5F5;

}

.honor-content {
  height: 560px;
  background: white;
  margin-top: 50px;
}

.honor-list {
  margin-top: 20px;
}


.picScroll-left{ overflow:hidden; position:relative;  height: 374px;width: 100%;  position:relative;  z-index:1;padding-left: 50px;box-sizing: border-box}
.picScroll-left .bd{  width: 100% }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 30px; float:left; _display:inline; overflow:hidden; text-align:center;height: 374px }
.picScroll-left .bd ul li .pic{ text-align:center;width: 374px;  height: 100%;display: flex;align-items: center;
  justify-content: center;}
.picScroll-left .bd ul li .pic img{ max-width: 100%;max-height: 100%;
  background: #EEEEEE; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }

.prev {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 49px;
  cursor: pointer;
}

.prev:hover, .next:hover {

}

.prev:hover > img:nth-child(2), .next:hover > img:nth-child(2){
  display: block;
}
.prev:hover > img:nth-child(1), .next:hover > img:nth-child(1){
  display: none;
}

.prev > img:nth-child(2), .next > img:nth-child(2) {
  display: none;
}

.next {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 49px;
  cursor: pointer;
}






/*** 企业列表 新样式*/

.excellent-list-new {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}

.excellent-list-new ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 均分4份 */
  gap: 25px; /* 设置间距为10px */
}

.excellent-list-new ul li {
  width: 300px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  /*padding: 0px 20px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex-wrap: nowrap;
}

.excellent-list-new ul li a {
  width: 300px;
}

.excellent-list-new ul li img {
  width: 300px;
  height: 190px;
  background: #333333;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #EEEEEE;
}

.excellent-list-new ul li p {
  font-size: 20px;
  color: #333333;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.no-data {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  margin-top: 30px;
}

.no-data p {
  font-size: 16px;
  color: #c0c4cc;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 20px;
}



/*** 企业列表 新样式*/


