/* 产业布局 */

.industry-banner {
	height: 720px;
	background-image: url(../imgs/bg.jpg);
	background-position: top left;
	background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
	.industry-banner {
    height: 620px;
	}
}

.industry-banner-container {
	padding-top: 113px;
	width: 1500px;
	margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
	.industry-banner-container {
		padding-top: 95px;
    width: 1120px;
	}
}

.industry-container {
  box-sizing: border-box;
}

.industry-container .wl-title {
	color: #fff !important;
}

.industry-sub {
	margin-top: 84px;
}

.industry-sub > p {
	font-size: 22px;
	color: #fff;
}

.industry-content {
	width: 1500px;
	margin: 0 auto;
  margin-top: 120px;
  display: flex;
}

@media only screen and (max-width: 1440px) {
	.industry-content  {
		margin-top: 100px;
    width: 1120px;
	}
}

.content-left {
	width: 185px;
}

.content-left ul {
	margin: 0;
	padding: 0;
}

.content-left .industry-nav-item {
	list-style: none;
	height: 56px;
	padding: 0 20px;
	border-bottom: 1px solid #2327a5;
	color: #2327a5;
	font-size: 20px;

	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.content-left .industry-nav-item:first-child {
	border-top: 1px solid #2327a5;
}

.content-left .postfix {
	margin-top: 14px;
	width: 0;
	height: 0;
	border-color: #2327a5 transparent transparent;
	border-width: 7px;
	border-style: solid;
}

.industry-nav--active {
	background-color: #2327a5;
	color: #fff;
}

.industry-nav--active .text {
	color: #fff;
}

.industry-nav--active .postfix {
  position: relative;
  margin-top: 7px;
  left: 5px;
	border-color: transparent transparent transparent #fff;
}


.content-right {
  flex: 1;
  margin-left: 50px;
}

.industry {
  display: none;
  box-sizing: border-box;
  min-height: 400px;
  background-color: #fff;
  justify-content: space-between;
}

.industry-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

@media only screen and (max-width: 1440px) {
	.industry-img-box {
	  width: 380px;
	}
}

.industry-img-box img{
  min-width: 100%;
}

.industry--active {
	display: flex;
} 

.industry-content-box {
	flex-grow: 1;
  padding-top: 100px;
	padding-bottom: 50px;
  padding-right: 70px;
}

@media only screen and (max-width: 1440px) {
	.industry-content-box {
		flex-grow: 1;
	  padding-top: 70px;
		padding-bottom: 30px;
	  padding-right: 50px;
	}
}

.industry-content-box>.title {
  font-size: 30px;
  font-weight: bold;
  color: #2327a5;
}

.industry-content-box>.info {
  margin-top: 70px;
  text-align: justify;
   font-size: 18px;
   line-height: 32px;
}

@media only screen and (max-width: 1440px) {
	.industry-content-box>.info {
		margin-top: 50px;
	}
}

.industry-other {
  margin-top: 10px;
  padding: 55px 70px;
  background-color: #fff;
}