<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: all .3s;
}

/*a:hover {*/
/*	color: #009fe9;*/
/*}*/

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

/*å…¬å…±æ&nbsp;·å¼å‹¿åˆ&nbsp;é™¤*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

video {
	vertical-align: middle;
	background: #000;
	width: 100%;
}


/**/
.m_menu {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	padding-top: 56px;
	line-height: 36px;
	display: none;
}


.header .top {
	display: flex;
	padding: 10px 0;
	align-items: center;
}

.header .top h4 {
	color: rgb(9, 95, 163);
	font-weight: bold;
	font-size: 24px;
}

.header .top p {
	color: rgb(254, 135, 98);
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
}

.header .top .flex_item {
	border-left: 2px solid #ddd;
	padding-left: 30px;
}

.header .top dl {
	text-align: right;
	font-size: 20px;
	color: rgb(169, 169, 169);
}

.header .top dl dd {
	color: rgb(9, 95, 163);
	font-weight: bold;
	font-size: 24px;
}

.header .top i {
	display: inline-block;
	width: 26px;
	height: 28px;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../images/tel.png) center no-repeat;
	background-size: 100% 100%;
}

.header .logo {
	width: 300px;
}

.header .nav {
	background: rgba(0, 108, 158, 1);
}

.header .nav ul {
	display: flex;
	align-items: center;
}

.header .nav ul&gt;li {
	position: relative;
	flex: 1;
	text-align: center;
}

.header .nav ul&gt;li&gt;a {
	display: block;
	line-height: 50px;
	position: relative;
	color: #fff;
	font-size: 23px;
}

.header .nav ul&gt;li.on a,
.header .nav ul&gt;li:hover a {
	background: rgba(230, 74, 25, 1);
}


.header .nav .tel {
	background: url(../images/home_15.png) left center no-repeat;
	padding-left: 35px;
	line-height: 26px;
}

.header .nav .dropdown {
	position: absolute;
	padding: 5px;
	width: 200px;
	left: 0;
	top: 100%;
	background: #fff;
	font-size: 16px;
	z-index: 99;
	display: none;
	opacity: 0;
	/* -webkit-transform: translateY(-20px); */
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	/* transform: translateY(-20px); */
	line-height: 45px;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .nav .dropdown::before {
	content: '';
	width: 0;
	height: 0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #fff;
	display: inline-block;
	position: absolute;
	top: -7px;
	left: 50%;
	left: 60px;
}

.header .nav .dropdown a {
	display: block;
	padding-left: 20px;
}

.header .nav .dropdown a:hover {
	background: #a5d6d0;
	color: #fff;
}

.header .nav&gt;ul&gt;li:hover .dropdown {
	opacity: 1;
	display: block;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

.header .nav&gt;ul&gt;li.on&gt;a,
.header .nav&gt;ul&gt;li:hover&gt;a {
	color: #a5d6d0;
}

.hidden {
	display: none;
}



/* æœ¬ä¾‹å­css */
.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin-right: 30px;
	position: relative;
	width: 320px;
	height: 250px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 100%;
	display: block;
}

.picMarquee-left .bd ul li .title {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 10px;
}

.picMarquee-left .bd ul li .title a {
	color: #fff;
}

.homepage {
	overflow: hidden;
}

.homepage .a {
	height: 740px;
	background: url(../images/banner.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 22px;
}

.homepage .a h2 {
	font-size: 54px;
	color: #f1675c;
}

.homepage .a h2 b {
	color: #fff;
}

.homepage .a p {
	padding: 30px 0 50px;
}

.homepage .a .btn {
	display: inline-block;
	width: 187px;
	height: 55px;
	line-height: 55px;
	border: 1px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
}

.homepage .b {
	padding: 50px 0;
}

.homepage .b .left {
	width: 470px;
	border-radius: 5px;
	margin-right: 50px;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.homepage .b .left dl {
	padding: 15px;
}

.homepage .b .left dd,
.homepage .b .bd p {
	line-height: 26px;
	color: #878787;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-indent: 2em;
	margin-top: 10px;
	-webkit-box-orient: vertical;
}

.homepage .b .bd h4 {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.homepage .b .bd .box {
	display: flex;
	align-items: center;
}

.homepage .b .bd img {
	width: 260px;
	height: 146px;
	border-radius: 5px;
	margin-right: 15px;
}

.homepage .b .bd p {
	text-indent: 0;
}

.homepage .b .bd .title {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.homepage .b .bd .title .flex_item {
	font-size: 16px;
	color: #009fe9;
	border-left: 4px solid #009fe9;
	padding-left: 10px;
}

.homepage .b .bd dt,
.homepage .b .bd h4 {
	font-size: 16px;
}

.homepage .c {
	background: rgba(32, 151, 243, 1);
	color: #fff;
	text-align: center;
	padding: 50px 0;
}

.homepage .c .bd ul {
	display: flex;
	justify-content: space-between;
}

.homepage .c .bd ul dd {
	line-height: 25px;
}

.homepage .c .bd ul dt {
	font-weight: bold;
	font-size: 22px;
	margin: 30px 0 15px;
}

.homepage .c p {
	padding: 50px 0;
	font-size: 16px;
}

.homepage .c h2 {
	font-weight: bold;
	font-size: 36px;
}

.homepage .d {
	padding: 50px 0;
	text-align: center;
}

.homepage .d h2 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 40px;
}

.homepage .d .bd {
	height: 580px;
	padding-top: 85px;
	position: relative;
}

.homepage .d .bd dl {
	position: absolute;
	width: 372px;
	background: #f8f8f9;
	border: 1px solid #dccac8;
	color: #818181;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	padding: 10px 20px 0;
	height: 126px;
	border-radius: 10px;
}

.homepage .d .bd dl dt {
	color: #f1675c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.homepage .d .bd dl:first-child {
	right: 57%;
	text-align: right;
	top: 0;
}

.homepage .d .bd dl:nth-child(2) {
	right: 65%;
	text-align: right;
	top: 185px;
}

.homepage .d .bd dl:nth-child(3) {
	right: 65%;
	text-align: right;
	bottom: 60px;
}

.homepage .d .bd dl:nth-child(4) {
	left: 60%;
	top: 0;
}

.homepage .d .bd dl:nth-child(5) {
	left: 65%;
	top: 185px;
}

.homepage .d .bd dl:nth-child(6) {
	left: 65%;
	bottom: 60px;
}

.homepage .e h2 {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
}

.homepage .f {
	background: url(../images/bg2.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 60px 0;
	margin-top: 30px;
	line-height: 36px;
	color: #fff;
	font-size: 22px;
}

.homepage .f h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}

.homepage .f .tel {
	width: 656px;
	max-width: 90%;
	line-height: 69px;
	background: #fff;
	border-radius: 40px;
	margin: 40px auto 0;
	color: #f1665c;
	font-size: 26px;
}

.footer {
	background: url(../images/bg.jpg) center no-repeat;
	color: rgb(153, 153, 153);
	font-size: 18px;
	padding: 20px 0;
}

.footer .flex {
	max-width: 870px;
	line-height: 24px;
	margin: 0 auto;
	justify-content: space-between;
}

.footer .flex a {
	color: rgb(73, 110, 232);
}

.footer .flex .code {
	text-align: center;
	width: 123px;
}

.footer .flex .code img {
	width: 100%;
	margin-top: 10px;
}

.totop {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 57px;
	bottom: 50px;
	cursor: pointer;
	z-index: 99;
	background: url(../images/05.png) center no-repeat;
	background-size: 100% 100%;
}
.news-content .right{
	min-height: 820px;
}
/**/
.banner_info {
	height: 400px;
}

.info {
	display: flex;
	padding: 10px 0;
}

.info .left {
	width: 220px;
	background: #ececec;
	margin-right: 30px;
	padding-bottom: 50px;
	min-height: 650px;
}

.info .left ul li {
	border-bottom: 1px solid #fff;
	transition: all .3s;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
}

.info .left ul li a {
	display: block;
	transition: all .3s;
}

/*.info .left ul li.on a,.info .left ul li:hover a{*/
/*	color: #fff;*/
/*	background: #009fe9;*/
/*	padding: 20px 0;*/
/*}*/
.newslist li {
	display: flex;
	align-items: center;
	color: #999;
	padding: 13px;
	border-bottom: 1px solid #eee;
}

.newslist li a {
	font-size: 16px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/**/
.caselist li {
	display: flex;
	align-items: center;
	padding: 25px 0;
}

.caselist li .pic {
	margin-right: 30px;
	width: 260px;
	height: 146px;
	border-radius: 5px;
	overflow: hidden;
}

.caselist li img {
	width: 100%;
}

.caselist li p {
	line-height: 26px;
	color: #878787;
	white-space: normal;
	margin-top: 14px;
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.caselist li h3 {
	font-size: 16px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/**/
.honerlist ul {
	display: flex;
	margin: -10px;
	flex-wrap: wrap;
}

.honerlist ul li {
	width: 25%;
	padding: 10px;
}

.honerlist ul li img {
	width: 100%;
	border: 1px solid #ddd;
}

/**/
.joinus {
	/*padding-left: 30px;*/
}

.joinus h3 {
	font-size: 20px;
}

.joinus h4 {
	font-size: 20px;
	margin-top: 30px;
}

.joinus ul {
	line-height: 26px;
}

/**/
.aboutus img {
	width: 100%;
}

.aboutus p {
	/*text-indent: 2em;*/
	/*line-height: 36px;*/
}

/**/
.company {
	display: flex;
}

.company .pic {
	width: 345px;
	margin-right: 20px;
}

.company li {
	display: flex;
	padding-top: 30px;
}

.company li b {
	display: block;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	font-size: 12px;
	width: 80px;
	margin-right: 10px;
}

.company li .flex_item {
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.company li:last-child b,
.company li:last-child .flex_item {
	border: none;
}

/**/
.bread {
	color: #009fe9;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding: 20px 0 10px;
}

.bread span {
	border-left: 5px solid #009fe9;
	padding-left: 10px;
}

.newsitem .hd {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.newsitem .hd h5 {
	color: #999;
	margin-top: 20px;
}

.newsitem .hd h1 {
	font-size: 25px;
}

.newsitem .bd p {
	margin: 15px 0;
	line-height: 36px;
}

.newsitem .bd img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
	height: auto;
}

.newsitem .ft {
	line-height: 35px;
	border-top: 1px solid #eee;
	padding: 20px 0;
}







@media screen and (min-width:1366px) and (max-width:1550px) {}

@media screen and (min-width:1201px) and (max-width:1365px) {
	.container {
		max-width: 90%;
	}
}

@media screen and (min-width:980px) and (max-width:1200px) {
	.container {
		max-width: 90%;
	}
}

@media screen and (min-width:769px) and (max-width:979px) {
	.container {
		max-width: 90%;
	}

	.homepage .d .bd dl {
		position: static;
		width: 48%;
		text-align: left !important;
		margin: 0 2% 2% 0;
		height: auto;
		padding: 15px;
	}

	.homepage .d .bd {
		height: auto;
		padding-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.homepage .d .bd img {
		display: none;
	}

	.homepage .c .bd ul {
		flex-wrap: wrap;
	}

	.homepage .c .bd ul li {
		width: 50%;
	}

	.homepage .b .container&gt;.flex {
		display: block;
	}

	.homepage .b .left {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.homepage .a {
		height: 500px;
	}

	.homepage .a h2 {
		font-size: 36px;
	}

	.header .nav ul&gt;li&gt;a {
		font-size: 16px;
	}

	.header .logo {
		width: 230px;
	}

	.footer {
		font-size: 14px;
	}
}

@media (max-width:768px) {

	.header .logo {
		width: 160px;
	}

	.header .nav {
		display: none;
	}

	.m_nav {
		position: absolute;
		right: 15px;
		top: 22px;
		width: 25px;
		z-index: 99;
	}

	.m_nav i {
		display: block;
		height: 2px;
		background: #999;
		margin-bottom: 6px;
	}

	.header .nav ul {
		display: block;
	}

	.header .nav ul&gt;li&gt;a {
		font-size: 14px;
	}

	.cross i:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		-ms-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}

	.cross i:nth-of-type(2) {
		opacity: 0;
	}

	.cross i:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		-ms-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}


	/**/
	.homepage .d .bd dl {
		position: static;
		width: 100%;
		font-size: 14px;
		text-align: left !important;
		margin-top: 15px;
		height: auto;
		padding: 15px;
	}

	.homepage .d .bd {
		height: auto;
		padding-top: 0;
	}

	.header .top .flex_item {
		display: none;
	}

	.header .container {
		padding: 0;
	}

	.container {
		padding: 0 15px;
		width: 100%;
	}

	.header .top dl {
		padding-left: 20px;
	}

	.header .top dl dd {
		font-size: 18px;
	}

	.header .top dl {
		font-size: 14px;
	}

	.header .top i {
		width: 18px;
		height: 19px;
		margin-top: -3px;
	}

	.homepage .a {
		height: 300px;
		font-size: 14px;
	}

	.homepage .a h2 {
		font-size: 20px;
	}

	.homepage .a p {
		padding: 15px 0;
	}

	.homepage .a .btn {
		font-size: 14px;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.homepage .b .left {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.homepage .b .container&gt;.flex {
		display: block;
	}

	.homepage .b,
	.homepage .c,
	.homepage .d,
	.homepage .f {
		padding: 30px 0;
	}

	.homepage .b .bd .box {
		display: block;
	}

	.homepage .b .bd img {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
	}

	.homepage .c .bd ul {
		flex-wrap: wrap;
	}

	.homepage .c .bd li {
		width: 50%;
		font-size: 12px;
		padding: 10px;
	}

	.homepage .c .bd ul dd br {
		display: none;
	}

	.homepage .c .bd ul img {
		height: 45px;
	}

	.homepage .c .bd ul dt {
		font-size: 16px;
		margin: 15px 0;
	}

	.homepage .c h2,
	.homepage .f h2,
	.homepage .e h2 {
		font-size: 22px;
	}

	.homepage .c p {
		font-size: 14px;
		padding: 15px 0;
	}

	.homepage .c .bd ul dd {
		line-height: 22px;
	}

	.homepage .d h2 {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.homepage .d .bd dl dt,
	.homepage .f .tel {
		font-size: 16px;
	}

	.picMarquee-left .bd ul li .title {
		font-size: 14px;
	}

	.homepage .f h2 {
		margin-bottom: 20px;
	}

	.homepage .f {
		font-size: 14px;
		line-height: 24px;
	}

	.homepage .f .tel {
		line-height: 40px;
		margin-top: 20px;
	}

	.homepage .e h2 {
		margin-bottom: 20px;
	}

	.footer .flex {
		display: block;
		font-size: 14px;
		text-align: center;
	}

	.footer .flex .code {
		margin: 0 auto;
	}

	.footer .flex ul {
		text-align: left;
		margin: 15px 0;
	}

	.footer .logo {
		width: 100px;
	}

	/**/
	.banner_info {
		height: 150px;
	}

	.info {
		display: block;
	}

	.info .left {
		min-height: auto;
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;


	}

	.info .left ul {
		display: flex;
		white-space: nowrap;
		overflow-x: scroll;
	}

	.info .left ul li {
		border: none;
		line-height: inherit;
		padding: 20px 0;
	}

	.info .left ul li.on a {
		padding: 0 15px;
	}

	.info .left ul li a {
		padding: 0 15px;
	}

	.joinus {
		padding: 0;
	}

	.honerlist ul li {
		width: 50%;
	}

	.company {
		display: block;
	}

	.company .pic {
		width: 100%;
		margin: 0;
	}

	.caselist li {
		display: block;
		padding: 10px 0;
	}

	.caselist li .pic {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.totop {
		right: 0;
		width: 30px;
		height: 30px;
		bottom: 20px;
	}
	.line{
		margin: 0;
	}










}
</pre></body></html>