.industry{
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap:wrap;
  padding-top:0px !important;
}

.industry-left{
  width:100%;
  background-color: white;
}

.industry-left-c{
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: white;
}

.industry-content{
  display: flex;
  flex-direction: row;

  padding-bottom: 10px;
  /* border-bottom: 1px solid #e6e6e5; */
}

.industry-content-info{
  flex:1;
}

.industry-content-button{
  line-height: 30px !important;
  padding-left:20px;
  padding-right:20px;
  color:white;
  background-color: #ef7f21;
}

.industry-menu{
  width:15%;
  display: flex;
  flex-direction: column;
  align-content: center;
  padding-bottom:30px;
}

.industry-menu >img{
  padding-top:40px;
}

.industry-menu-word{
  text-align: center;
  padding: 10px;
  padding-bottom:40px;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}

.industry-right{
  flex:1;
  /* overflow: hidden;
  overflow-y: auto;
  height:calc(105px * 7) */
}

.industry-info-container {
  background-color:white;
}

.industry-info-container:nth-child(2n) {
  background-color: #f4f4f4;
}

.industry-info{
  /* margin-top: 20px; */
  padding-top: 50px;
  padding-bottom: 60px;
}

.info-icon{
  width: 100%;
}

.industry-info-content{
  width:100%;
  
  display: flex;
  flex-direction: row;
}

.industry-info-content-left{
  flex:1;
  margin-right:100px;
}

.industry-info-content-right{
  width:200px;
}

.industry-info-content-hori {
  display: flex;
  flex-direction: row;
}

.industry-info-content-images {
  width: 350px;
  overflow: hidden;
  max-height: 350px;
  object-fit: cover;
}

.image-margin-right {
  margin-right: 50px;
}

.image-margin-left {
  margin-left: 50px;
}


.industry-info-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.4);
}

.industry-content-more-button {
  width:150px;
  text-align: center;
  background: #ee7f22;
  color: white;

  height: 35px;
  border-radius: 4px;

  padding-top: 5px;
  padding-bottom: 5px;
}

.industry-info-content-icon {
  width: 350px;
  height: 100%;
  max-height: 350px;
  object-fit: cover;
}

.industry-info-content-right2 {
  flex:2;
}

.industry-remark-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.industry-remark-right {
  width: 250px;
  margin-right: 30px;
}

.industry-remark{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.circle{
  background: black;
  display: block;
  margin-right: 10px;
  min-width: 8px;
  height:8px;
  border-radius:4px; /* 图形的半径 */  
}

/* 
.industry .industry-items{
  width:33%;
  margin: 0 auto;
}

.industry .industry-items .industry-item{
  width:90%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;

  text-align: center;
}

.industry-item-pic{
  overflow: hidden;
}
.industry .industry-items .industry-item .pic{
  transition: all 0.6s;
}

.industry .industry-items .industry-item:hover .pic{
  transform: scale(1.4);
}

.industry-data{
  margin-top: 40px;
}

.industry-data-left{
  float: left;
  width:65%;
}

.industry-data-right{
  float: right;
  width:25%;
}

.industry-more{
  display: inline-block;
  padding:0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:white;
  background-color: #ee7f22;
}

.industry-select-flag{
  visibility:hidden;
  width: 37px;
  margin:0 auto;
  margin-top: 20px;
}

.industry-remark{
  height: 0px;
  overflow: hidden;

  transition:height 0.5s ;
  -o-transition: height 0.5s ; /*兼容parsto内核*
  -moz-transition: height 0.5s ; /*兼容gecko内核*
  -webkit-transition: height 0.5s ; /*兼容webkit内核*
}*/

.industry-line{
  margin-top: 40px;
  height:2px;
  width: 100%;
  background: rgba(99,103,112, 0.1);
}

.industry .industry-items .industry-item .in-title{
  display: flex;
  justify-content: center;

  transition:font-size 0.5s ;
  -o-transition: font-size 0.5s ; /*兼容parsto内核*/
  -moz-transition: font-size 0.5s ; /*兼容gecko内核*/
  -webkit-transition: font-size 0.5s ; /*兼容webkit内核*/
}

.industry-item-line{
  width:100%;
  height:2px;
  opacity:0;

  transition:opacity 0.5s ;
  -o-transition: opacity 0.5s ; /*兼容parsto内核*/
  -moz-transition: opacity 0.5s ; /*兼容gecko内核*/
  -webkit-transition: opacity 0.5s ; /*兼容webkit内核*/

  background:#636770;
}

.industry .industry-items .industry-item:hover .industry-item-line{
  opacity:1;
} 

.mobile-industry-info-area {
  display: none;
}

