@import url("../../../common/css/init.css");

.banner {
	width: 100%;

}

.banner img {
	width: 100%;
}

.tab {
	width: 100%;
	background: #cccccc;
}

.tab_comt {
	width: 75%;
	margin: 0 auto;
}

.tab_comt ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.tab_comt ul li {
	font-size: 16px;
	flex: 1;
	text-align: center;
	padding: 20px 5px;
	color: #c68e00;
	height: 100%;
}

.tab_class {
	background: #ab0017 !important;
	color: #FFFFFF !important;
}

.tab_body>div {
	display: none;
}

.selected {
	display: block !important;
}

.tab_body {
	width: 75%;
	margin: 0 auto;
	/*margin-top: 40px;*/
}



.selected_table{
	display: inline-block;
	
}


.selected_table h2 {
	display: inline-block;
	color: #ab0017;
}
.selected_table hr{
	width: 50%;
	height: 2px;
	background:#ab0017 ;
	
}
.center_b{
	margin-top: 40px;
	font-size: 1.125rem;
}


.company-statistics {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
}


.statistics-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistics-box .statistics-img{
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}



.statistics-box .statistics-img img{
  width: 100%;
  height: 100%;
}

.statistics-box .statistics-count {
  font-size:35px;
  color: #b42624;
  font-weight: 800;
  margin-bottom: 20px;
}

.statistics-box .statistics-title {
  color: #646464;
  font-size:20px;

}

.company-statistics .statistics-middle-line {
  display: inline-block;
  width: 5px;
  height: 100px;
  background: url(middle_line.jpg) no-repeat;

}


.news {
	padding-top: 1rem;
	background-color: #fff;
}

.news .news-title {
	font-size: 0.475rem;
	color: #b21e23;
	font-weight: bold;
	position: relative;
	padding-bottom: 0.25rem;
	text-decoration: underline;
	text-underline-offset: 0.4em;
	text-decoration-thickness: 0.12em;
}

.news .news-title::after {
	content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.9625rem;
	height: 0.0625rem;
	background-color: #b21e23;
}


.news .news-content{
	margin-top: .75rem ;
}