<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 关于我们 */
.banner img {
	width: 100%;
}
.navigation {
	width: 100%;
	background-color: #f5f5f5;
}
.navigation&gt;ul {
	display: flex;
}
.wigth_k {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.navigation li {
	position: relative;
	width: 15%;
	max-width: 150px;
	height: 60px;
	border-right: 1px solid #f5f5f5;
	box-sizing: border-box;
}
.navigation li&gt;a {
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 60px;
	color: #666;
}
.navigation li:hover {
	background-color: #00A1EA;
}
.navigation li:hover a{
	color: #fff;
}
.navigation li:hover::after {
	display: block;
}
.active {
	background-color: #00A1EA;
}
.active&gt;a {
	color: #fff !important;
}
.active::after {
	display: block !important;
}
.navigation li::after {
	content: "";
	display: none;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 10px;
	border-color: #00A1EA transparent transparent transparent;
}
.hear {
	margin-top: 40px;
}
.tl_1,
.tl_2 {
	display: block;
	font-size: 28px;
	color: #b4b4b4;
	text-transform: uppercase;
}
.tl_2 {
	margin-top: -10px;
	font-weight: 700;
}
.home{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
}
.home a {
	color: #00A1EA;
}
.hear span {
	position: relative;
	display: block;
	margin-top: 10px;
	font-size: 24px;
	color: #333;
}
.hear span::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 35px;
	height: 1px;
	background-color: #000000;
}
.footr {
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
}
.footr img {
	width: 100%;
	margin: 10px 0;
}
/* 设备展示 */
.show,
.honor {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.show&gt;li,
.honor&gt;li {
	width: 32%;
	margin: 0 2% 1% 0;
	padding-bottom: 7px;
	transition: all .3s;
}
.show&gt;li:hover,
.honor&gt;li:hover {
	transform: translateY(-5%);
	box-shadow: 0 0 20px  rgba(0,0,0,.2);
}
.show&gt;li a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.show&gt;li p,
.honor&gt;li p {
	padding: 7px 10px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show&gt;li:nth-child(3n) {
	margin-right: initial;
}
.show img {
	width: 100%;
	transition: all .5s;
}
.field&gt;li {
	margin: 0 2% 2% 0;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 5px;
}
.title_de {
	font-size: 14px;
	color: #363f50;
	font-weight: 700;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
} 
.field&gt;li img {
	padding: 15px 0;
}
.field&gt;li p {
	display: -webkit-box;
	padding: initial;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	white-space: initial;
	line-height: 25px;
	color: #999;
	text-align: initial;
}

/* 资质荣誉 */
.honor {
	display: flex;
	flex-wrap: wrap;
}
.honor img {
	width: 100%;
	transition: all .5s;
}

.honor li&gt;a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.honor&gt;li:nth-child(3n) {
	margin-right: initial;
}
.speech span::after{
	width: 20px;
}
/* 新闻中心 */
.news {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-bottom: 30px;
}
.news&gt;li {
	width: 32%;
	margin: 2% 2% 0 0;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	transition: all .4s;
}
.news&gt;li:hover {
	transform: translateY(-2%);
	box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.news&gt;li:nth-child(3n) {
	margin-right: initial;
}
.news&gt;li img {
	width: 100%;
}
.date {
	padding: 10px 20px;
	box-sizing: border-box;
}
.news&gt;li h3 {
	font-weight: 400;
	font-size: 16px;
	padding: 0 20px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}
.news&gt;li span {
	padding: 0 20px 0;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.news_more {
	padding: 20px 20px 10px;
}
/* 合作伙伴 */
.partner&gt;li {
	width: 18%;
}
.partner&gt;li:nth-child(3n) {
	margin-right: 2%;
}
.partner&gt;li:nth-child(5n) {
	margin-right: initial;
}
.partner&gt;li:hover {
	box-shadow: initial;
	transform: translateY(-10%);
}
/* 人才招聘 */
.talent {
	margin-top: 50px;
}
.talent li {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #EBEBEB;
	transition: all .3s;
}
.talent_i {
	display: flex;
	padding: 15px 21px 10px;
	justify-content: space-between;
}
.information {
	position: relative;
	width: 70%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yuan_2 {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #181818;
	border-radius: 50%;
}
.recruitment_time {
	font-size: 13px;
	color: #999;
}
.zhaoping {
	padding: 0 21px;
	line-height: 25px;
}
.talent_more {
	display: block;
	width: 110px;
	height: 35px;
	margin: 15px 0 20px !important;
	text-align: center;
	line-height: 35px;
	background-color: #00A1EA;
	color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
	.up,
	.down,
	.left,
	.rigth {
		position: absolute;
		background-color: #00A1EA;
		transition: all .4s;
	}
	.left {
		top: 0;
		left: -1px;
		width: 2px;
		height: 0;
	}
	.up {
		top: -1px;
		left: 0px;
		width: 0;
		height: 2px;
	}
	.rigth {
		bottom: 0;
		right: -1px;
		width: 1.5px;
		height: 0;
	}
	.down {
		bottom: -1px;
		right: 0;
		width: 0;
		height: 1.5px;
	}
	.talent li:hover .up,
	.talent li:hover .down {
		width: 100%;
		/* box-shadow: 0 1px 10px 1px rgba(204,204,204,.5); */
	}
	.talent li:hover .left,
	.talent li:hover .rigth {
		height: 100%;
		/* box-shadow: 0 1px 10px 1px rgba(204,204,204,.5); */
	}
/* 联系我们 */
.contact_hd {
	display: flex;
	justify-content: center;
}
.contact_bd {
	margin-top: 85px;
}
.contact_hd&gt;a {
	position: relative;
	width: 27%;
}
.contact_hd&gt;a:last-of-type {
	margin-right: 0;
}
.contact {
	margin-top: 50px;
}
.contact_ico {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border: 2px solid #696969;
	border-radius: 50%;
}
.contact_ico&gt;p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.contact_ico i {
	font-size: 40px;
}
.contact_ico .icon-chuanzhen {
	font-size: 32px;
}
.contact_hd&gt;a&gt;p {
	position: absolute;
	left: 50%;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	transform: translateX(-50%);
	font-size: 15px;
}
.container {
		height: 500px;
	}
	.container .title {
		font-size: 14px;
		font-weight: bold;
		color: #00A1EA;
		margin-top: 0;
		text-align: initial;
	}
/* 详情页 */
.news_details {
		width: 84.3299%;
		max-width: 1200px;
		margin: 0 auto;
	}
.news_details_title {
		padding-top: 20px;
		font-size: 30px;
		color: #333;
		font-weight: 700;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news_details_time {
		position: relative;
		margin-top: 15px;
		font-size: 14px;
		text-align: center;
		color: #666;
	}
	.news_details_time&gt;p {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		color: #999;
	}
	.news_dttails_content {
		padding-top: 40px;
		font-size: 15px;
		line-height: 25px;
		color: #666;
	}
	.news_details img {
		display: block;
		max-width: 100%;
		margin: 10px auto;
	}
	.article {
		position: relative;
		display: flex;
		justify-content: space-between;
		padding-top: 50px;
	}
	.article&gt;a {
		display: inline-block;
		color: #000;
		transition: all .6s;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.article&gt;a:nth-child(1) {
		width: 50%;
		text-align: left;
		padding-right: 5%;
		padding-bottom: initial;
		color: #333;
	}
	.article&gt;a:nth-child(3) {
		width: 50%;
		padding-top: initial;
		text-align: right;
		color: #333;
	}
	.article&gt;a:hover {
		color: #000;
	}
	.return {
		    width: 110px;
		    height: 35px;
		    line-height: 30px;
		    margin: initial;
		    position: absolute;
		    bottom: -65px;
		    left: 50%;
			text-align: center;
			line-height: 35px;
			border: 1px solid #000;
			border-radius: 5px;
		    transform: translateX(-50%);
	}
	.return:hover {
		background-color: #00A1EA;
		border-color: #00A1EA;
		color: #fff !important;
	}
	.news_details {
		width: 84.3299%;
		max-width: 1200px;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	

body {
	/* height: 5000px; */
}
.footer {
	margin-top: 50px;
}

@media (min-width:320px) and (max-width:640px) {
	/* 关于我们 */
	.navigation&gt;.wigth_k {
		width: 100%;
	}
	.navigation li {
		width: 17%;
		height: 40px;
	}
	.navigation li&gt;a {
		font-size: 12px;
		line-height: 40px;
	}
	.navigation li::after {
		bottom: -12px;
		border-width: 6px;
	}
	.hear {
		margin-top: 30px;
	}
	.tl_1 {
		margin-top: 10px;
	}
	.tl_1,
	.tl_2 {
		/* display: inline-block; */
		display: none;
		font-size: 24px;
		font-weight: 400;
	}
	.hear span {
		margin-top: initial;
		display: none;
	}
	.home {
		justify-content: end;
	}
	.footr {
		margin-top: 30px;
		font-size: 14px;
	}
	/* 设备展示 */
	.field&gt;li img {
		padding: 8px 0;
	}
	.field&gt;li p {
		padding: 0 10px 0;
		line-height: 22px;
	}
	.wigth_k {
		width: 95%;
	}
	.show,
	.honor {
		margin-top: 35px;
	}
	.show&gt;li,
	.honor&gt;li {
		width: 49%;
		margin: 0 2% 10px 0;
		padding-bottom: 4px;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	.show&gt;li p,
	.honor&gt;li p {
		font-size: 12px;
		padding: 4px 10px 0;
	}
	.show&gt;li:nth-child(3n),
	.honor&gt;li:nth-child(3n){
		margin: 0 2% 10px 0;
	}
	.news&gt;li:nth-child(3n) {
		margin: 2% 2% 0 0;
	}
	.show&gt;li:nth-child(2n),
	.honor&gt;li:nth-child(2n),
	.news&gt;li:nth-child(2n) {
		margin-right: initial;
	}
	/* 新闻中心 */
	.date,
	.news_more {
		padding: 10px;
	}
	.news {
		padding-bottom: 15px;
	}
	.news&gt;li {
		width: 49%;
	}
	.news&gt;li h1 {
		font-size: 14px;
		padding: 0 10px 10px;
	}
	.news&gt;li span {
		padding: 0 10px;
		font-size: 12px;
	}
	/* 合作伙伴 */
	.partner&gt;li {
		width: 32%;
		box-shadow: initial;
	}
	.partner&gt;li:nth-child(5n),
	.partner&gt;li:nth-child(2n) {
		margin-right: 2%;
	}
	.partner&gt;li:nth-child(3n) {
		margin-right: initial;
	}
	/* 人才招聘 */
	.information {
		width: 50%;
	}
	.talent {
		margin-top: 30px;
	}
	/* 联系我们 */
	.contact {
		margin-top: 30px;
	}
	.contact_hd {
		flex-wrap: wrap;
		justify-content: initial;
	}
	.contact_hd&gt;a {
		width: 50%;
		margin-bottom: 48px;
	}
	.contact_ico {
		width: 70px;
		height: 70px;
	}
	.contact_hd&gt;a&gt;p {
		font-size: 13px;
	}
	.contact_bd {
		margin: 10px 0;
	}
	.contact_hd&gt;a:last-of-type {
		width: 98%;
	}
	.contact_ico i {
		font-size: 32px;
	}
	.contact_ico .icon-chuanzhen {
		font-size: 26px;
	}
	/* 详情页 */
	.news_details {
		width: 95%;
		padding-bottom: 80px;
	}
	.news_details_title {
		font-size: 24px;
	}
	.news_dttails_content {
		padding-top: 25px;
		font-size: 13px;
	}
	/* 底部 */
	.footer {
		margin-top: 15px;
		height: initial;
	}
	.footer-hb {
		height: initial;
		padding: 10px 0;
	}
	.footer-contact-box {
		margin-top: initial;
	}
	.footer-contact-phone {
		padding-top: 5px;
	}
	.footer-bd {
		margin: 0 auto;
		padding: 5px 0;
		width: 90%;
	}
	.footer-bd&gt;p&gt;a {
		display: inline-block;
		padding-right: 5px;
	}
}


/*分页*/
.fenye {width: 100%;height: auto;clear: both;}
.fenye ul{display:flex;justify-content: center;flex-wrap: wrap}
.fenye ul &gt; li{display: block;box-sizing:border-box;margin-top: 5px;margin-bottom: 5px;}
.fenye ul &gt; li &gt;a{display:block;text-align: center;padding: 7px 14px;border: 1px solid #CCCCCC;box-sizing:border-box;margin-left: -1px;}
.fenye .jump{text-align: center;width: 4em;height: 36px;box-sizing: border-box;border: 1px solid #ccc; transition: all 0.3s ease-in-out 0s;}
.fenye .jump:focus{outline: #1f9a81 0px solid;border: 1px solid #1f9a81;}
.fenye ul &gt; li &gt;span{line-height: 40px;}
.fenye .page-active + li&gt;a{border-left: 1px #1f9a81 solid;}
.fenye .page-active&gt;a{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye .page-active&gt;a:hover{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye ul &gt; li &gt;a:hover{background: rgba(233, 236, 239, 0.7);color:#009688;}
.fenye .page-disabled&gt;a{cursor: not-allowed;border: 1px solid #eee;}
.fenye .page-disabled&gt;a{
    color:#aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width:767px) and (min-width:320px) {
    .fenye .number,.fenye span,.jump-button,.jump,.news_icon {display: none!important}
}</pre></body></html>