/* banner样式 */
.banner-wk {
	width: 100%;
	background-color: #1B6D85;
}

.banner-wk img {
	object-fit: cover;
}

.footer-text-lf li{
   font-size: 18px;
}
/* 内容样式 */
.aboutus-containe-wk {
	width: 100%;
        height: auto;
} 

.aboutus-containe {
	width: 1440px;
	min-width: 1440px;
        height: auto; 
        min-height: 300px;
	/* background-color: #1B6D85; */
	margin: 0 auto;
	display: flex;
}

.aboutus-containe-lf {
	width: 220px;
	height: 300px;
	/* background-color: #000000; */
	margin-top: -70px;
}

.containe-lf-atus {
	width: 220px;
	height: 60px;
	background-color: rgba(27, 60, 111, 0.8);
}

.containe-lf-atus h5 {
	color: #FFFFFF;
	font-size: 26px;
	padding: 14px;
	margin-left: 40px;
}

.containe-lf-ions,
.containe-lf-setions,
.containe-lf-contactus {
	width: 220px;
	height: 60px;
	background-color: #FFFFFF;
	border-right: 1px solid #D5D5D5;
	border-bottom: 2px solid #D5D5D5 ;
}

.containe-lf-ions h5,
.containe-lf-setions h5,
.containe-lf-contactus h5 {
	color: #000000;
	font-size: 22px;
	padding: 14px;
	margin: 0 auto;
}

.containe-lf-ions span,
.containe-lf-setions span,
.containe-lf-contactus span {
	font-size: 22px;
	float: right;
}

.aboutus-containe-rg {
	width: 1000px;
	max-width: 1000px;
	height: auto;
	/* background-color: #255625; */
	margin: 14px auto;
	margin-left: 20px;
}

.containe-rg-tb{
	width: 1000px;
	max-width: 1000px;
	height: 30px;
	background-color: #f6f6f6;
}
.containe-rg-tb img{
	width: 20px;
	height: 20px;
	float: left;
	margin: 5px;
}
.containe-rg-tb h5{
	color: #a4a4a4;
	line-height: 10px;
	float: left;
}
.containe-cet-text{
	width: 900px;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
}
.containe-cet-text h5{
	font-size: 1.875rem;
	line-height: 3.75rem;
	text-align: center;
}
.containe-cet-text p{
	  margin-top: 3.75pt;
	  margin-bottom: 3.75pt;
	  /* text-align: center; */
	  text-indent: 24.0pt;
	  line-height: 26.0pt;
	}
}