/*关于我们*/

.common_header {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  background: #F3F3F3;
  justify-content: space-between;
  padding: 0 16px;
  position: fixed;
  z-index: 100;
}
.common_header_right{
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	font-weight: bolder;
}
.common_header img {
  width: 22px;
  margin-right: 10px;
}
.common_header span {
  font-size: 22px;
  color: #333333;
}


.common_footer {
  width: 100%;
  margin-top: 40px;
}
.bottom_logo{
	box-sizing: border-box;
	height: 55px;
	display: flex;
	align-items: center;
}
.common_footer .top {
  height: 130px;
  padding: 0 16px;
  position: relative;
  background: #B21313;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.common_footer .top .bottom_logo div .desc {
  padding: 0 10px;
  opacity: 0.62;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #FFFFFF;
  text-align: left;
  line-height: 20px;
}
.common_footer .top .bottom_logo div .title {
  padding: 0 10px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  line-height: 20px;
}
.common_footer .top .bottom_logo img:nth-of-type(1) {
	width: 70px;
	height: 70px;
	margin-bottom: 22px;
	border: 2px solid #9E0000;
}
.common_footer .top .bottom_logo img:nth-of-type(2) {
  width: 135px;
  height: 30px;
}
.bottom_desc{
	height: 75px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bottom_desc div{
	padding: 5px 12px;
	opacity: 0.6;
	font-family: PingFangSC-Medium;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 20px;
}
.bottom_desc div .icondianhua1{
	padding-right: 6px;
}
.bottom_desc div .icondizhi1{
	padding-right: 6px;
}


.common_footer .down {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #FFFDEF;
  line-height: 20px;
  background: #731B1B;
  letter-spacing: 0;
}
.common_footer .down span{
	opacity: 0.6;
}
/*中间部分*/
.middle-content{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 48px;
}
.title_img_box{
	box-sizing: border-box;
	height: 150px;
	width: 100%;
}
.zzry-title{
	width: 100%;
	height: 50px;
	padding-left: 17px;
	/*padding-top: 8px;*/
	position: relative;
}
.zzry-title img{
	width: 156px;
	/*height: 33px;*/
}
.zzry-tab{
	width: 100%;
	height: 50px;
	padding: 0 16px;
	display: flex;
	justify-content:flex-start;
	margin-bottom: 20px;
}
.zzry-tab li{
	width: 83px;
	height: 50px;
	background: #FFFFFF;
	font-size: 12px;
	color: #666666;	
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	position: relative;
}
.zzry-tab li:after{
	content: '';
	width: 30px;
	height: 3px;
	/*opacity: 0.2;*/
	background: #C42424;
	border-radius: 2px;
	position: absolute;
	top: 38px;
	left: calc(50% - 15px);
	display: none;
}
.zzry-tab .zzry-curr{
	font-size: 14px;
	color: #333333;
	font-weight: 600;
}
.zzry-tab .zzry-curr:after{
	display: block;
}
.title_img{
	box-sizing: border-box;
	height: 150px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.about_box_title{
	box-sizing: border-box;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 16px;
	border: 1px solid red;
}
.about_box_title_img{
	height: 28px;
}
.about_box_tab{
	box-sizing: border-box;
	height: 50px;
	width: 100%;
	padding: 0 16px;
	border: 1px solid red;
}
.about_box_content{
	box-sizing: border-box;
	width: 100%;
	padding: 10px 16px 10px 16px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
	line-height: 28px;
}

.about_box_content_line{
	box-sizing: border-box;
	width: 100%;
}
.about_box_content_line_border{
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #F7F7F7;
	
}
.about_box_content_line_title{
	box-sizing: border-box;
	width: 100%;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	padding: 8px 0;
	font-weight: bold;
}
#red{
	box-sizing: border-box;
	width: 100%;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #C42424 !important;
	letter-spacing: 0;
	padding: 0 0 8px 0;
	font-weight: bold;
}

.about_box_content_line_desc{
	box-sizing: border-box;
	width: 100%;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
}
	
.about_box_content_line_time{
	box-sizing: border-box;
	width: 100%;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
}
.zzry-title h3 {
	font-family: Helvetica;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	padding-top: 5px;
}

.zzry-title .qygk-line {
	position: absolute;
	top: 26px;
	left: 18px;
	z-index: -1;
	width: 30px;
	height: 4px;
	border-radius: 2px;
}

.zzry-title .qygk-sub {
	opacity: 0.13;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	font-weight: bold;
	position: absolute;
	top: 18px;
  left: 26px;
	z-index: -2;
}