<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 999;
}

.header .content {
	width: 1535px;
	margin: 0 auto;
}

.header .logo {
	display: inline-block;
}

.header .right {
	float: right;
}

.header .right li {
	position: relative;
	display: inline-block;
	line-height: 80px;
}

.header .right li:hover:before,
.header .right li.active:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 2px;
	transform: translateX(-50%);
	background-color: #1b6bb4;

}

.header ul {
	display: inline-block;
}

.header li a {
	color: #666666;
	font-size: 16px;
	padding: 0 21px;
}

.header li:hover a,
.header li.active a {
	color: #1b6bb4;
}

.header .right .headPhone {
	display: inline-block;
	padding: 14px 23px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 17.28px 0.72px rgba(202, 202, 202, 0.3);
	margin-left: 8px;
}

.header .headPhone img,
.header .headPhone span {
	vertical-align: middle;
	font-size: 20px;
	color: #1b6bb4;
}

.banner {
	padding-top: 80px;
}

.banner img {
	width: 100%;
	display: block;
}

.service {
	text-align: center;
	line-height: 1;
	margin-top: 85px;
	margin-bottom: 100px;
}

.service .title {
	font-size: 28px;
	color: #030303;
	margin-bottom: 60px;
}

.service .content {
	width: 1200px;
	margin: 0 auto;
}

.service .content:after {
	content: "";
	width: 0;
	display: block;
	clear: both;

}

.service li {
	position: relative;
	float: left;
	width: 25%;
	width: 300px;
	height: 304px;
	box-sizing: border-box;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

.service li:hover {
	box-shadow: 0px 3px 35.69px 7.31px rgba(195, 195, 195, 0.2);
}

.service li:hover .li-item2 {
	display: block;
}

.service li:nth-child(n+5) {
	border-bottom: none;
}

.service li&gt;div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.service .li-item1 {
	padding-top: 100px;
}

.service .icon {
	margin-bottom: 77px;
}

.service .text {
	color: #666666;
	font-size: 18px;
}

.service .li-item2 {
	padding: 70px 40px 0;
	background-color: #fff;
	display: none;
}

.service .li-item2 .text-title {
	font-size: 18px;
	color: #666666;
	margin-bottom: 34px;
}

.service .li-item2 .text-description {
	font-size: 16px;
	color: #999999;
	line-height: 28px;
}

.product-price {
	padding-top: 100px;
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}

.product-price .title {
	font-size: 28px;
	color: #232323;
	margin-bottom: 60px;
}

.product-price li {
	display: inline-block;
	width: 340px;
	height: 450px;
	box-shadow: 0px 3px 35.69px 7.31px rgba(195, 195, 195, 0.2);
	padding-top: 50px;
	margin-right: 84px;
	vertical-align: top;
	box-sizing: border-box;
}

.product-price li:last-child {
	margin-right: 0;
}

.product-price li .text-title {
	font-size: 22px;
	color: #333;
	margin-bottom: 26px;
}

.product-price li .price {
	font-size: 22px;
	color: #2b85d5;
	margin-bottom: 37px;
}

.product-price li .money {
	font-size: 30px;
	font-weight: bold;
}

.product-price .buy {
	width: 180px;
	height: 48px;
	border-radius: 5px;
	box-shadow: 0px 3px 24.36px 3.64px rgba(195, 195, 195, 0.12);
	line-height: 48px;
	font-size: 18px;
	color: #eb7f00;
	margin: 0 auto 42px;
}

.product-price .buy a {
	display: block;
	color: #eb7f00;
}

.product-price .text {
	font-size: 18px;
	color: #828282;
	margin-bottom: 26px;
}

.calculator {
	background-color: #fafcff;
	height: 204px;
	width: 100%;
	line-height: 1;
}

.calculator .content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}

.calculator .content:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.calculator li {
	position: relative;
	float: left;
	width: 438px;
	vertical-align: top;

}

.calculator li:last-child {
	width: 315px;
}

.calculator li:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 1px;
	height: 64px;
	background-color: #e6f0fe;

}

.calculator li:last-child:before {
	display: none;
}

.calculator .title {
	padding-top: 13px;
	font-size: 24px;
	color: #2b85d5;
	margin-bottom: 28px;
}

.calculator .sub-title {
	font-size: 18px;
	color: #888888;
}

.calculator li:nth-child(2) {
	text-align: center;
}

.calculator .buy {
	padding-top: 13px;
	font-size: 20px;
	color: #666;
	margin-bottom: 28px;
}
.calculator .buy .el-input-number{
	display: inline-block;
}
.calculator .buy input {
	color: #888;
	font-size: 16px;
	width: 58px;
	height: 28px;
	background-color: #fff;
	border: none;
	outline: none;
	margin: 0 13px;
	box-shadow: 0px 3px 9.84px 2.16px rgba(210, 210, 210, 0.18);
	border-radius: 3px;
	text-align: center;
}

.calculator .text {
	font-size: 16px;
	color: #888888;
}

.calculator .text span {
	color: #eb7f00;
}

.calculator .open {
	width: 214px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background-color: #3585f9;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0 0 0 auto;
	margin-bottom: 17px;
}

.calculator .open a {
	display: block;
	color: #fff;
}

.calculator .description {
	color: #888888;
	font-size: 16px;
	text-align: right;
}

.advantage {
	padding-top: 60px;
	line-height: 1;
	text-align: center;
	background-color: #fafcff;
}

.advantage .title {
	font-size: 28px;
	color: #282828;
	margin-bottom: 60px;
}

.advantage .content {
	width: 1200px;
	margin: 0 auto;
}

.advantage li {
	width: 374px;
	height: 374px;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 71px;
}

.advantage li:last-child {
	margin-right: 0;
}

.advantage li .li-head {
	height: 150px;
	border-radius: 10px;
	background-color: #2b85d5;
	padding-top: 26px;
}

.advantage li .icon {
	height: 46px;
	line-height: 46px;
	margin-bottom: 26px;
}

.advantage li .icon img {
	vertical-align: middle;
}

.advantage .text-title {
	color: #fff;
	font-size: 20px;
}

.advantage .text-description {
	font-size: 18px;
	color: #999999;
	line-height: 32px;
	margin-top: 42px;
	padding: 0 40px;
	text-align: left;
}

.advantage .solution {
	padding-top: 100px;
}

.email-function {
	padding-top: 60px;
	padding-bottom: 28px;
	background-color: #fafcff;
	text-align: center;
	line-height: 1;
}

.email-function .title {
	font-size: 28px;
	color: #030303;
	margin-bottom: 60px;
}

.email-function .content {
	width: 1200px;
	margin: 0 auto;
}

.email-function li {
	display: inline-block;
	width: 380px;
	height: 120px;
	border: 1px solid #e7f1ff;
	border-radius: 5px;
	padding: 24px 0;
	margin-right: 22px;
	margin-bottom: 32px;
	box-sizing: border-box;
}

.email-function li:nth-child(3n) {
	margin-right: 0;
}

.email-function .left,
.email-function .right {
	display: inline-block;
	float: left;
	height: 79px;
}

.email-function .left {
	width: 125px;
	padding-top: 3px;
	box-sizing: border-box;
	border-right: 1px solid #e7f1ff;
}

.email-function .left .text {
	padding-top: 20px;
	font-size: 18px;
	color: #2b85d5;
}

.email-function .right {
	width: 252px;
	padding: 0 19px;
	display: table;
	box-sizing: border-box;
}

.email-function .right .right-text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	line-height: 26px;
	color: #999;
	font-size: 16px;
}

.email-function .content {
	width: 1200px;
	margin: 0 auto;
}

.cooperative-client {
	text-align: center;
	line-height: 1;
	margin-top: 100px;
}

.cooperative-client .title {
	font-size: 28px;
	color: #030303;
	margin-bottom: 30px;
}

.cooperative-client .content {
	width: 1200px;
	margin: 0 auto;
}

.cooperative-client .content:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.cooperative-client li {
	height: 130px;
	line-height: 130px;
	width: 20%;
	float: left;
}

.cooperative-client li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.news {
	margin-top: 55px;
	line-height: 1;
	text-align: center;
	margin-bottom: 120px;
}

.news .title {
	font-size: 28px;
	color: #282828;
	margin-bottom: 60px;
}

.news .content {
	width: 1200px;
	margin: 0 auto;
}

.news .content:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.news li {
	width: 550px;
	float: left;
	border-bottom: 1px solid #ededed;
}

.news li a {
	padding: 20px 0;
	display: block;
}

.news li:nth-child(2n) {
	float: right;
}

.news li .article-text {
	position: relative;
	padding-left: 22px;
	box-sizing: border-box;
	font-size: 18px;
	color: #666;
	width: 452px;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news li .article-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ff8a00;
}

.news li .date {
	font-size: 16px;
	color: #828282;
	float: right;
	margin-top: 2px;
}

.footer {
	background-color: #f9f9f9;
	line-height: 1;
}

.footer .content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.footer .link{
	/* overflow: hidden; */
	display: flex;
	justify-content: space-between;
}
.footer .link li {
	display: inline-block;
	vertical-align: top;
	/* width: 25%;
	float: left; */
	/* margin-right: 220px; */
}

.footer .link li:last-child {
	margin-right: 0;
}

.footer .link li .li-title {
	position: relative;
	font-size: 18px;
	color: #333333;
	margin-bottom: 37px;
}

.footer .link li .li-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 30px;
	height: 4px;
	background-color: #eb7f00;
}

.footer .link li .text a {
	display: inline-block;
	font-size: 16px;
	color: #828282;
	margin-bottom: 23px;
}

.footer .link li .text {
	color: #666;
}

.footer .link li .text.bold {
	font-size: 18px;
	color: #666666;
	margin-top: 12px;
	margin-bottom: 22px;
}

.friendly-link {
	margin-top: 28px;
}

.friendly-link span {
	font-size: 16px;
	color: #666666;
	margin-right: 14px;
}

.friendly-link a {
	display: inline-block;
	font-size: 14px;
	color: #828282;
	margin: 0 14px;
	margin-bottom: 23px;
}

.record {
	border-top: 1px solid #e8e8e8;
	padding: 12px 0;
	text-align: center;
	font-size: 14px;
	color: #999999;
}
.m-nav-lists,.nav_mright{
	display: none;
}

.online_icon {
    width: 36px;
    height: 156px;
    overflow: hidden;
}

.online_icon a {
    display: block;
    width: 36px;
    height: 156px;
    background: url(../images/online_bg.png) no-repeat;
    _background: url(../images/online_bg_ie6.png) no-repeat;
}

.online_windows {
    width: 144px;
}

.online_w_top {
    background: url(../images/online_bg.png) no-repeat -36px 0;
    height: 10px;
    _background: url(../images/online_bg_ie6.png) no-repeat -36px 0;
    _margin-bottom: -7px;
}

.online_w_c {
    background: url(../images/online_bg.png) repeat-y 0 -185px;
    padding: 0 5px;
    _background: url(../images/online_bg_ie6.png) repeat-y 0 -185px
}

.online_w_bottom {
    background: url(../images/online_bg.png) repeat-y -36px -35px;
    height: 29px;
    _background: url(../images/online_bg_ie6.png) repeat-y -36px -35px;
}

.online_content {
    background: url(../images/online_bg.png) no-repeat -147px -185px;
    padding-top: 11px;
    _background: url(../images/online_bg_ie6.png) no-repeat -147px -185px;
}

.online_content a.qq_icon {
    background: url(../images/online_bg.png) no-repeat -37px -130px;
    width: 121px;
    height: 25px;
    display: block;
    margin: 0 auto;
    text-indent: 30px;
    line-height: 23px;
    cursor: pointer;
    _background: url(../images/online_bg_ie6.png) no-repeat -37px -130px;
}

.online_content a.qq_icon:hover {
    background-position: -159px -130px;
    color: #FFF;
}

.online_bar .h2 {
    background: url(../images/online_bg.png) repeat-x 0 -156px;
    height: 29px;
    line-height: 27px;
    font-size: 12px;
    color: #666;
    text-align: left;
    _background: url(../images/online_bg_ie6.png) repeat-x 0 -156px;
}

.online_bar .h2 a {
    display: block;
    padding-left: 14px;
    margin-left: 6px;
    cursor: pointer;
}

.expand .h2 a {
    background: url(../images/online_bg.png) no-repeat -36px -69px;
    _background: url(../images/online_bg_ie6.png) no-repeat -36px -69px;
}

.collapse .h2 a {
    background: url(../images/online_bg.png) no-repeat -36px -96px;
    _background: url(../images/online_bg_ie6.png) no-repeat -36px -96px;
}

.expand .h2 a:hover,
.collapse h2 a:hover {
    text-decoration: none;
    color: #c81d04;
}

.online_content {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 1px;
}

.online_content ul li {
    height: 24px;
    line-height: 24px;
    margin-bottom: 4px;
;
    font-size: 12px;
}

.online_content ul li a:hover {
    color: #c81d04;
}

#online_qq_layer {
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop + 150));
}

#online_qq_tab {
    float: left;
    margin-top: 50px;
}

#onlineService {
    float: left;
    margin-left: -3px;
    display: none;
}
#online_qq_layer {
    display: none
}

.online_qq_layer {
    display: block !important;
}

#online_qq_layer table,
td {
    font: 12px/180% Arial, Helvetica, sans-serif, Verdana;
    color: #666;
}

#online_qq_layer table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

#online_qq_layer th,
#online_qq_layer td {
    border-collapse: collapse;
}

#online_qq_layer A:link {
    text-decoration: none;
    color: #666;
}

#online_qq_layer A:visited {
    text-decoration: none;
    color: #666;
}

#online_qq_layer A:hover {
    text-decoration: none;
    color: #db2d0c;
}

#online_qq_layer img {
    border: 0;
}

#online_qq_layer .overh {
    overflow: auto;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}

#online_qq_layer input[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

#online_qq_layer a {
    blr: expression(this.onFocus=this.blur())
}


/*for IE*/

#online_qq_layer a {
    outline: none;
    font-size: 12px;
}


/*for Firefox*/

#online_qq_layer .h2 {
    font-family: 'Microsoft yahei';
    font-weight: normal;
}

#online_qq_layer {
    position: fixed;
    right: 0px;
    top: 120px;
    _position: absolute;
    z-index: 9999;
    color: #333;
}

#online_qq_layer {
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop + 150));
}
@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1531711744805');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/a43b6135f37e465aa9198c240fad6527.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-qq:before {
    content: "\e65b";
}

.icon-yonghutouxiang:before {
    content: "\e851";
}

.icon-wechat:before {
    content: "\e66a";
}

.icon-dianhua:before {
    content: "\e627";
}

.icon-youxiang:before {
    content: "\e61f";
}

@media only screen and (max-width: 1600px) {
	.header .content {
		width: 1400px;
	}

	.header .right .headPhone {
		display: none;
	}
}

@media only screen and (max-width: 1440px) {
	.header .content {
		width: 1100px;
	}
}

@media only screen and (max-width: 768px) {
	.header .content {
		width: 100%;
	}

	.header .right {
		display: none;
	}

	.header .logo img {
		width: 230px;
		vertical-align: middle;
		padding-left: 10px;
	}

	#header {
		height: 60px;
	}

	.header {
		height: 100%;
	}

	.header .logo {
		line-height: 60px;
	}

	.banner {
		padding-top: 60px;
	}

	.header .content .nav_mright {
		width: 30px;
		height: 30px;
		background-size: 100%;
		float: right;
		margin-top: 15px;
		position: relative;
		background: #2b85d5;
		margin-right: 20px;
		border-radius: 2px;
		display: block;
	}
	.nav_mright .img1,
	.nav_mright .img2 {
		left: 10%;
		width: 80%;
		text-align: center;
		position: absolute;
		z-index: 1;
		background: #2b85d5;
		top: 50%;
		transform: translateY(-50%);
	}
	.nav_mright .img2 {
		display: none;
	}
	.m-nav-lists {
		top: 60px;
		width: 100%;
		position: fixed;
		z-index: 999;
		height: calc(100vh - 60px);
		background-color: #fff;
		overflow: auto;
		transform: translateX(100%);
		transition: all 0.4s;
		display: block;
	}

	.m-nav-lists.active {
		transform: translateX(0);
	}

	.m-nav-li.hasSub&gt;a {
		color: #686868;
	}

	.m-nav-li.hasSub:before {
		content: "";
		position: absolute;
		top: 12.5px;
		width: 15px;
		height: 15px;
		right: 10px;
		background: url(../images/nav-sub-right.png);
		background-size: cover;

	}

	.m-nav-li {
		/* height: 40px; */
		line-height: 40px;
		height: 41px;
		overflow: hidden;
		border-bottom: #ddd 1px solid;
		position: relative;
	}

	.m-nav-li:hover {
		height: auto;
		;
	}

	.m-nav-li&gt;a {
		display: block;
		/* border-color: #ddd; */
		padding: 0 10px;
		box-sizing: border-box;
		color: #686868;
		/* margin-right: 50px; */
	}
	.service{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.service .title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.service .content{
		width: 100%;
	}
	.service li{
		width: 50%;
	}
	.service .li-item1{
		padding-top: 60px;
	}
	.service .li-item2{
		padding: 20px 15px;
	}
	.service .li-item2 .text-title{
		margin-bottom: 15px;
	}
	.service .li-item2 .text-description{
		text-align: left;
		font-size: 14px;
		line-height: 26px;
	}
	.service li{
		height: 240px;
	}
	.service li:nth-child(n+5) {
	    border-bottom: 1px solid #f5f5f5;
	}
	.service li:nth-child(n+7){
		border-bottom: none;
	}
	.email-function{
		padding-top: 30px;
	}
	.email-function .title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.email-function .content{
		width: 100%;
	}
	.email-function li{
		width: 100%;
		margin-right: 0;
	}
	.email-function .left{
		width: 35%;
	}
	.email-function .right{
		width: 65%;
	}
	.product-price{
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.product-price .title{
		font-size: 22px;
		margin-bottom: 25px;
	}
	.product-price li{
		width: 80%;
		margin-right: 0;
		padding-top: 30px;
		height: 380px;
		margin-bottom: 20px;
	}
	.product-price li .text-title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.product-price li .price{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.product-price li .money{
		font-size: 26px;
	}
	.product-price .buy{
		margin-bottom: 20px;
	}
	.calculator .content{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.calculator{
		height: auto;
	}
	.calculator li{
		display: block;
		text-align: center;
		width: 100%;
	}
	.calculator li:last-child{
		width: 100%;
		float: left;
	}
	.calculator .open{
		margin: 20px auto 15px;
	}
	.calculator .description{
		text-align: center;
	}
	.calculator .title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.calculator li:before{
		display: none;
	}
	.calculator .buy{
		padding-top: 20px;
		margin-bottom: 15px;
	}
	.calculator .open{
		width: 200px;
		height: 40px;
		line-height: 40px;
	}
	.advantage{
		padding-top: 30px;
	}
	.advantage .title{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.advantage .content{
		width: 100%;
	}
	.advantage li{
		width: 80%;
		margin: 0 auto 30px;
		height: 300px;
	}
	.advantage li .li-head{
		padding-top: 15px;
		height: 110px;
	}
	.advantage li .icon{
		margin-bottom: 15px;
	}
	.advantage .text-description{
		margin-top: 20px;
		padding: 0 20px;
	}
	.cooperative-client{
		margin-top: 40px;
	}
	.cooperative-client .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.cooperative-client .content{
		width: 100%;
	}
	.cooperative-client li{
		width: 50%;
		height: 80px;
		line-height: 80px;
	}
	.news{
		margin-top: 30px;
		margin-bottom: 50px;
		
	}
	.news .title{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.news .content{
		width: 100%;
	}
	.news li{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		text-align: left;
	}
	.news li .article-text{
		width: 70%;
		font-size: 16px;
	}
	.news li .article-text:before{
		width: 6px;
		height: 6px;
	}
	.footer .content{
		width: 100%;
		display: none;
	}
	.footer .link:after{
		content: "";
		width: 0;
		display: block;
		clear: both;
		
	}
	.footer .link li{
		float: left;
		margin-right: 0;
		width: 50%;
		height: 211px;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer .link li .li-title:before{
		left: 50%;
		transform: translateX(-50%);
	}
	.friendly-link a{
		margin: 0 8px 15px;
	}
	.friendly-link{
		padding: 0 10px;
	}
}



.pose{
	width:1200px; margin:0 auto; font-size:14px; color:#333; padding:15px 0 ; border-bottom:1px solid #ccc; text-align:right;
}
.pose a{
	font-size:14px; color:#333;
}

@media only screen and (max-width: 768px) {
	.pose{
		width:100%; margin:0 auto; font-size:12px; padding:15px ; box-sizing:border-box;
	}
	.pose a{
		font-size:12px; 
	}
}</pre></body></html>