body{
	width: 100%;
	background-color: #ffffff;
	 user-select: none;
}
*{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.wrap{
	width: 100%;
	flex-direction: column;
	align-items: center;
	
}
.flex{
	display: flex;
}
.header-nav{
	width:1440px;
	height:101px;
	align-items: center;
	border-bottom:1px solid #dddddd;
	justify-content: space-between;
}
.logo-img{
	display: inline-block;
	width: 336px;
	/* height: 52px; */
}
.nav-content{
	/* margin-left: 464px; */
}
.nav-content>li{
	margin-right: 80px;
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	cursor: pointer;
}
.nav-content>li:last-child{
	margin-right: 0px;
}
.nav-content>li:hover{
	font-weight: 600;
	color: #ff3435;
}
.content{
	width: 1440px;
	margin-top: 60px;
	justify-content: space-between;
}
.content-left{
	width: 130px;
}
.content-left-nav,.content-left-nav>li{
	width: 100%;
}
.content-left-nav>li{
	height: 36px;
	border-bottom:1px solid #dddddd; 
	line-height: 36px;
	padding-left: 20px;
	padding-right: 10px;
	align-items: center;
	font-size: 14px;
	justify-content: space-between;
	cursor: pointer;
}
.content-left-nav>.content-left-nav-choosed{
	border-bottom:1px solid #ff5253; 
	background-color: #ff5253;
	color:#FFFFFF
}
.icon-single-right{
	width: 16px;
	height: 16px;
	/* margin-left: 60px; */
}
.content-right{
	width: 1240px;
	/* margin-left: 40px; */
}
.content-right-top{
	width: 1220px;
	padding-left: 20px;
	height: 36px;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.now-position{
	color: #333;
}
.content-right-details{
	padding-left: 20px;
	justify-content: space-between;
}
.content-right-left-title{
	height: 32px;
	font-size: 32px;
	font-weight: 500;
	text-align: left;
	color: #333333;
	line-height: 32px;
	margin-top: 40px;
	
}
.business-card{
	padding: 20px;
	border: 1px solid #dddddd;
	border-radius: 12px;
	margin-top: 40px;
}
.subtitle{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
}
.business-card-content{
	width: 320px;
	height: 40px;
	background: #f6f6f6;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
	align-items: center;
}
.wechat-icon{
	width: 40px;
	height: 40px;
}
.wechat-number{
	margin-left: 10px;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 28px;
}
.img-cooperation{
	width: 733px;
	height: 420px;
	margin-top: 40px;
}
.footer{
	position: fixed;
	width: 100%;
	height: 56px;
	background: #2b2828;
	bottom:0;
	justify-content: center;
	align-items: center;
}
.footer-content{
	width: 1560px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	cursor: pointer;
}
#content-right-details-two{
	width: 1240px;
	margin-top: 40px;
	padding-bottom: 100px;
	overflow-y: scroll;
	border:none !important
}
#content-right-details-two::-webkit-scrollbar {
	display: none;
}
.about-us-content{
	margin-top: 24px;
}
.about-us-text{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 24px;
}
.contact-us{
	margin-top: 104px;
}
.contact-us-content{
	margin-top: 24px;
}
.nav-content>.nav-choosed{
	font-weight: 600;
	color: #ff3435;
}
#content-right-details-one{
	display: none;
}

a{text-decoration:none; color:#333;}
a:hover{
	text-decoration:none;
	color:#ff3435;
	font-weight: 600;
}
.position-relative{
	position: relative;
}
.position-absolute{
	position: absolute;
}
.wxewm-icon{
	width: 236px;
	height: 234px;
	background: #ffffff;
	border-radius: 12px;
	top:70px;
	left: -80px;
	display: none;
}