

/* 大图 */
.pic {
	width: 100%;
	margin: 0 auto;
}

.pic img {
	width: 100%;
}

/* 标题 */
.clounm-title h1 {
	margin-bottom: 38px;
}

.clounm-title h1 a {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #262626;
	text-align: center;
	display: block;
}

.clounm-title h1 p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin-top: 5px;
}

/* 公司简介 */
.introduction {
	width: 100%;
	height: 690px;
	background: #F9F9F9;
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 68px;
}

.introduction-content {
	margin: 0 auto;
	width: 1160px;
	height: 400px;
	/* overflow: hidden; */
	position: absolute;
	z-index: 100;
}

.introduction-content::after {
	content: '';
	display: block;
	position: absolute;
	left: -40px;
	bottom: -40px;
	width: 520px;
	height: 400px;
	background: #104492;
	z-index: -1;
}

.introduction-text img {
	float: left;
	width: 600px;
	height: 400px;
}

.introduction-text {
	float: right;
	width: 560px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 3px 0px 15px 0px rgba(51, 51, 51, 0.4);
	box-sizing: border-box;
	padding: 45px 30px 50px 45px;
}

.introduction-text h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #262626;
}

.introduction-text p {
	margin-bottom: 35px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.introduction-text a {
	display: block;
	width: 200px;
	height: 60px;
	background: #CF161F;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.introduction-text a img {
	width: 30px;
	height: 8px;
	margin-left: 10px;
}

/* 产品中心 */
.product {
	width: 100%;
	height: 810px;
	box-sizing: border-box;
	padding: 60px 0px;
}

.slideTxtBox {
	width: 1200px;
	margin: 0 auto;
}

.slideTxtBox .hd ul {
	overflow: hidden;
}

.slideTxtBox .hd ul li {
	width: 188px;
	height: 58px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 58px;
	text-align: center;
	margin-right: 12px;
	cursor: pointer;
}

.slideTxtBox .hd ul li:last-child {
	margin-right: 0px;
}

.slideTxtBox .hd ul li.on {
	background: #CF161F;
	color: #FFFFFF;
}

.slideTxtBox .bd ul {
	overflow: hidden;
}

.slideTxtBox .bd li {
	width: 285px;
	height: 460px;
	background: #EDEEF0;
	float: left;
	margin-right: 20px;
	margin-top: 50px;
	position: relative;
	transition: .4s ease-in-out;
}

.slideTxtBox .bd li:hover {
	margin-top: 30px;
}

.slideTxtBox .bd li:last-child {
	margin-right: 0px;
}

.slideTxtBox .bd li img {
	display: block;
	margin: 0 auto;
	max-height:240px;
	width:260px;
	margin-bottom:10px;
	overflow:hidden;
}

.slideTxtBox .bd li div {
	box-sizing: border-box;
	padding: 0 20px;
}

.slideTxtBox .bd li div h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 25px;
}

.slideTxtBox .bd li div p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.slideTxtBox .bd li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-decoration: underline;
	color: #CC0000;
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
}

/* 企业文化 */
.culture {
	width: 100%;
	height: 660px;
	background: url(../img/20230410a8.png) no-repeat left top;
	box-sizing: border-box;
	padding: 60px 0px;
}

.culture-text {
	width: 1200px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 8px 25px 0px rgba(204, 204, 204, 0.6);
}

.culture-text div,
.culture-text img {
	float: left;
}

.culture-text div {
	width: 640px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	background-color: #FFFFFF;
	position: relative;
}

.culture-text div h2 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: left;
	position: relative;
	margin-top: 45px;
	margin-bottom: 50px;
}

.culture-text div h2::after {
	content: '';
	display: block;
	position: absolute;
	left: -40px;
	bottom: -10px;
	width: 140px;
	height: 1px;
	background: #C90025;
}

.culture-text div p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.culture-text div a {
	display: block;
	width: 158px;
	height: 50px;
	background: rgba(236, 237, 237, 0);
	border: 1px solid #CCCCCC;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.culture-text img {
	width: 560px;
	height: 100%;
}

/* 公司动态 */
.dynamics {
	margin-bottom: 60px;
}

.dynamics ul {
	width: 1200px;
	margin: 0 auto;
	/* overflow: hidden; */
}

.dynamics ul li {
	width: 590px;
	height: 160px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(204, 204, 204, 0.6);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: .4s ease-in-out;
}

.dynamics ul li:hover {
	box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.6);
}

.dynamics ul li:hover .dynamics-time {
	border-right: 2px solid #EF4965;
}

.dynamics ul li:hover .dynamics-time div {
	background-color: #E33956;
}

.dynamics ul li:hover .dynamics-time div::after {
	border-top: 2px solid #EF4965;
	border-left: 2px solid #EF4965;
}

.dynamics ul li:hover .dynamics-time div::before {
	border-right: 2px solid #EF4965;
	border-bottom: 2px solid #EF4965;
}

.dynamics ul li:hover .dynamics-text h2 a,
.dynamics ul li:hover .dynamics-text p a {
	color: #E33956;
}

.dynamics ul li:nth-child(even) {
	margin-right: 0px;
}

.dynamics ul li:nth-last-child(1),
.dynamics ul li:nth-last-child(2) {
	margin-bottom: 0px;
}

.dynamics-time,
.dynamics-text {
	float: left;
}

.dynamics-time {
	width: 178px;
	height: 100%;
	border-right: 2px solid #DFDFDF;
	position: relative;
}

.dynamics-time div {
	width: 110px;
	height: 110px;
	background: #D5D5D5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	box-sizing: border-box;
	padding: 25px 0px;
}

.dynamics-time div::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #DFDFDF;
	border-left: 2px solid #DFDFDF;
	position: absolute;
	left: -10px;
	top: -10px;
}

.dynamics-time div::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-right: 2px solid #DFDFDF;
	border-bottom: 2px solid #DFDFDF;
	position: absolute;
	right: -10px;
	bottom: -10px;
}

.dynamics-time div span {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFEFE;
}

.dynamics-time div i {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFEFE;
}

.dynamics-text {
	width: calc(100% - 180px);
	height: 100%;
	box-sizing: border-box;
	padding: 28px 25px;
}

.dynamics-text h2 {
	margin-bottom: 15px;
}

.dynamics-text h2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.dynamics-text p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.dynamics-text h2 a,
.dynamics-text p a {
	display: block;
	text-align: left;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

