.banner {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
	_zoom: 1;
}
.banner .banner_show {
	left: 50%;
	width: 1920px;
	bottom: 0px;
	margin-left: -960px;
	position: absolute;
}
.aboutCon {
	background: rgb(255, 255, 255);
	overflow: hidden;
	position: relative;
	_zoom: 1;
}
.hidden{
	display: none;
}
.active{
	display: block;
}
.aboutNav {
	width: 140px;
	color: rgb(61, 61, 61);
	font-size: 20px;
	float: left;
	position: relative;
	z-index: 9;
}
.aboutNav li {
	margin-top: 60px;
	position: relative;
	cursor: pointer;
}
.aboutNav li:hover {
	color: rgb(255, 86, 85);
}
.aboutNav li.current {
	color: rgb(255, 86, 85);
}
.aboutNav li::before {
	background: url("../images/aboutus_tag.png") no-repeat 0px 0px;
	top: 5px;
	width: 17px;
	height: 23px;
	right: -9px;
	display: none;
	position: absolute;
	z-index: 999;
	content: "";
}
.aboutNav li.current::before {
	display: block;
}
.aboutNav li::after {
	background: url("../images/aboutus_tag1.png") no-repeat 0px 0px;
	top: 5px;
	width: 11px;
	height: 17px;
	right: -7px;
	position: absolute;
	z-index: 99;
	content: "";
}
.aboutDet {
	width: 799px;
	padding-top: 80px;
	padding-left: 59px;
	border-left-color: rgb(230, 230, 230);
	border-left-width: 1px;
	border-left-style: solid;
	float: right;
}
.Company_pro{
	min-height: 732px;
}
.founder{
	display: flex;
	justify-content: flex-start;
}
.founder img{
	width: 221px;
	height: 274px;
	margin-right: 20px;
}
.founder div{
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}
.box_list{
	border: 1px solid #ccc;
	min-width: 855px;
	display: flex;
	box-sizing: border-box;
	padding:0 0 10px 0;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.honor{
	border: 1px solid #ccc;
	min-width: 1000px;
	display: flex;
	box-sizing: border-box;
	padding:0 0 10px 0;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.box_list_list{
	width: 200px;
	height: 200px;
	margin-left: 10px;
	margin-top: 10px;
}
.red_color{
	background-color: red;
	text-align: center;
	color: #fff;
}
.red_color:hover{
	background-color: #fff;
	color: #000;
	border:1px solid red;
}
.title1{
	margin-top: 58px;
	font-size: 14px;
	margin-bottom: 8px;
}
.title2{
	font-size: 24px;
	margin-bottom: 15px;
}
.title3{
	font-size: 14px;
}
.box_list_list img{
	width: 200px;
	height: 200px;
	object-fit: fill;
}
.deed_list{
	box-sizing: border-box;
	position: relative;
    margin-left: 36px;
    border: 1px solid #fff;
    border-left-width: 4px;
    padding: 10px 10px 10px 36px;
}
.fLsYkP.timelineOn::before {
    opacity: 1;
}
.fLsYkP::before {
    border: 1px solid rgb(241, 9, 27);
    background-color: rgb(241, 9, 27);
}
.deed_list:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
}
.deed_list:hover{
	border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(238, 238, 238) rgb(241, 2, 21);
}
.deed_list p:nth-child(1){
	font-size: 12px;
	color: rgb(102, 102, 102);
	margin-bottom: 5px;
}
.deed_list p:nth-child(2){
	font-size: 14px;
	color:	rgb(51, 51, 51);
}
.honor_list{
	margin-left: 15px;
	margin-bottom: 10px;
}
.honor_list img{
	width: 300px;
	height: 300px;
	object-fit: contain;
}
.contactUs ul {
	overflow: hidden;
	_zoom: 1;
}
.contactUs ul li {
	width: 398px;
	font-size: 20px;
	margin-bottom: 35px;
	float: left;
}
.contactUs ul li span {
	color: rgb(102, 102, 102);
	margin-bottom: 20px;
	display: block;
}
.contactUs ul li span:nth-child(2n) {
	color: rgb(61, 61, 61);
	font-size: 16px;
}
.post h2 {
	color: rgb(66, 66, 66);
	font-size: 24px;
	margin-bottom: 40px;
}
.post h3 {
	color: rgb(61, 61, 61);
	line-height: 14px;
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-left-color: rgb(255, 86, 85);
	border-left-width: 2px;
	border-left-style: solid;
}
.post p {
	line-height: 34px;
	font-size: 14px;
}
.post li {
	margin-bottom: 40px;
}
.joinUS .pt_mb {
	margin-bottom: 80px;
}
