
/* 内容 */
.home_content {
	width: 1420px;
	/* height: 300px; */
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 20px;
	position: relative;
	z-index: 9;
	top: -100px;
}

.home_content_news {
	width: 100%;
	display: flex;
	overflow: hidden;
}

.home_content_news_left {
	width: 400px;
	margin: 45px 40px 0 20px;
}
.home_content_news_left:hover .home_content_news_left_title{
	color: #E60000;
}

.home_content_news_cover {
	width: 400px;
	height: 200px;
	display: block;
	margin: 0;
}

.home_content_news_left_title {
	font-size: 18px;
	line-height: 54px;
	width: 100%;
	height: 54px;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
}

.home_content_news_middle {
	width: 450px;
}

.home_content_news_middle_title {
	font-size: 24px;
	margin-top: 33px;
	color: #000000;
}

.home_content_news_middle_new {
	width: 100%;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	border-bottom: 1px solid #f7f7f7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
}
.home_content_news_middle_new:hover{
	color: #E60000;
}

.home_content_news_right {
	width: 450px;
	margin-left: 40px;
	padding-top: 1px;
}

.home_content_news_right_new {
	width: 100%;
	height: 120px;
	display: flex;
	border-bottom: 1px solid #f7f7f7;
}
.home_content_news_right_new:hover .home_content_news_right_title{
	color: red;
}
/* .home_content_news_right_new:hover .home_content_news_right_text{
	color: #666666;
} */
.home_content_news_right_cover {
	width: 160px;
	height: 80px;
	display: block;
	margin: auto 0;
}

.home_content_news_right_details {
	width: 270px;
	margin-left: 20px;
}

.home_content_news_right_title {
	font-size: 18px;
	line-height: 28px;
	margin-top: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
}

.home_content_news_right_text {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* 企业产品 */
.home_product{
	width: 100%;
	margin-top: 20px;
}
.home_product_title{
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #666666;
	line-height: 126px;
}
.home_product_content{
	width: 1380px;
	height: 550px;
	background-color: #f7f7f7;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.home_product_box{
	width: 276px;
	height: 275px;
	box-sizing: border-box;
}
.home_bottom_box a:hover, a:visited, a:link, a:active {
	text-decoration:none;
	color:#333;
}
.border_bottom{
	border-bottom: 1px solid #FFFFFF;
}
.border_right{
	border-right: 1px solid #FFFFFF;
}
.home_product_img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 30px auto 0 auto;
}
.home_product_content_title{
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	margin-top: 8px;
}
.home_product_content_text{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
/* 员工服务 */
.home_service{
	width: 1380px;
	margin: 20px auto;
	border-bottom: 1px solid #f7f7f7;
}
.home_service_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.home_service_bottom{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 15px 0 30px 0;
}
.home_service_icon{
	width: 70px;
	height: 70px;
	display: block;
}
.home_service_title{
	font-size: 24px;
	line-height: 70px;
	color: #000000;
}
/* 主要客户 */

.home_customer_logo{
	width: 1380px;
	display: block;
	margin: 20px auto 60px auto;
}
/* 底部 */
.home_bottom{
	width: 1380px;
	display: flex;
	border-top: 1px solid #f7f7f7;
	margin: 0 auto;
	overflow: hidden;
}
.home_bottom_box{
	color: #666666;
}
.home_bottom_box1{
	width: 190px;
}
.home_bottom_title{
	font-size: 18px;
	line-height: 36px;
	margin-top: 30px;
}
.home_bottom_title:hover{
	color: #E60000;
}
.home_bottom_text{
	font-size: 14px;
	line-height: 30px;
	display: flex;
}
.home_bottom_text p:hover{
	color: #E60000;
}
.home_bottom_text p{
	width: 135px;
	color: #666666;
}
.home_bottom_box2{
	width: 335px;
}
.home_bottom_right{
	width: 280px;
}
.home_bottom_code{
	width: 100%;
	display: flex;
	margin-top: 40px;
}
.home_bottom_codeBox{
	width: 110px;
	margin-right: 30px;
}
.home_bottom_codeImg{
	width: 110px;
}
.home_bottom_codeName{
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.home_bottom_telBox{
	width: 100%;
	margin-top: 60px;
}
.home_bottom_tel{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

#head_content_tag1{
	color: #E60000;
}