
.content-banner{
  height:380px;	
  position: relative;
  overflow: hidden;
}
.content-banner .banner-img{
  height: 100%;
}
.content{
  letter-spacing: 1px;
  padding: 40px 0;
  text-align: justify;
  line-height: 1.8;
}
#tab{
	width:100%;
	height:50px;
	border-bottom:2px solid #e95613;
	margin-bottom:40px;
	padding:0;
	display:flex;
	justify-content: space-between;
}
#tab li{
	width:30%;
	line-height:50px;
	float:left;
	background:#e95613;
	color:#FFF;
	text-align:center;
	border-radius:10px 10px 0 0;
	cursor:pointer;
	list-style:none;
	opacity:0.7;

}
#tab li.hov{
	background:#e95613;
	font-weight:bold;
	opacity:1;
}
.content .content-tit{
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}
.mb-30{
	margin-bottom:30px;
	}
.content .tit{
  font-size: x-large;
  font-weight: bold;
}
.content .p{
  line-height: 1.8;
  margin-bottom: 20px;
}
.content .c{
	text-align:center
	}
.content .p p{
	margin:0;
	padding:0
}
@media screen and (max-width: 1400px){
  .content-banner {
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .content-banner {
    height: 220px;
  }
}
@media screen and (max-width: 992px){
  .content-banner{
    height: auto;
  }
  .content-banner .banner-img{
    height: auto;
    width: 100%;
  }
}