@charset "utf-8";

body {
	background-color: #f5f5f5;
}
.clearfix:after{content: "."; display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{zoom: 1;}

.public-image {
	width: 100%;
}
.public-image img {
	width: 100%;
	min-width: 1200px;
	display: block;
}
.public-main {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.public-main .public-nav {
	width:140px;
	height:379px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.08);
	border-radius:5px;
	padding-top: 20px;

}
.public-main .public-content {
	width:1010px;
}
.public-main .public-content .public-introduce {
	width:1010px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.08);
	border-radius:5px;
}
.public-nav a {
	display: block;
	height:47px;
	font-size:14px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(107,72,69,1);
	line-height:47px;
	position: relative;
}
.public-nav a:hover {
	font-size:16px;
	color:rgba(246,78,103,1);
	transition: 0.1s;
}
.public-nav a.active {
	font-size:16px;
	color:rgba(246,78,103,1);
}
.public-nav a.active:after {
	content: "";
	width:4px;
	height:12px;
	background:rgba(246,78,103,1);
	position: absolute;
	top: 19px;
	left: 22px;
}
.public-title {
	height:25px;
	font-size:18px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(39,39,39,1);
	line-height:25px;
	padding-top: 30px;
	padding-bottom: 15px;
}
.public-explain {
	padding: 0 68px;
	padding-bottom: 40px;
	font-size:14px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(39,39,39,1);
	line-height:24px;
	text-align: left;
}
.public-company {
	display: flex;
	justify-content: space-around;
	padding:0 45px;
	padding-bottom: 40px;
}
.public-company img {
	width:414px;
}
.public-type {
	display: flex;
	justify-content: space-around;
    align-items: center;
    padding: 20px 200px;
}
.public-type p {
	height:20px;
	font-size:14px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(39,39,39,1);
	line-height:20px;
}
.public-ps {
	padding-top: 22px;
	padding-bottom: 40px;
}
.public-p {
	font-size:14px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(39,39,39,1);
	line-height:20px;
}
.public-p span {
	color: #FA6487;
}
.public-teamwork {
	width:1010px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.08);
	border-radius:5px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.public-usage {
	width:513px;
	font-size:14px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(35,25,22,1);
	line-height:26px;
	text-align: left;
	margin: 0 auto;
}
