<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
	position: relative;
	height: 580px;
	overflow: hidden;
}

.header_img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner-button-prev,
.banner-button-next {
	position: absolute;
	top: 50%;
	margin-top: -70px;
	width: 41px;
	height: 141px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	cursor: pointer;
}

.banner-button-prev {
	left: 0;
}

.banner-button-next {
	right: 0;
}

.banner-button-prev::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 27px;
	margin-top: -13.5px;
	margin-left: -7px;
	background: url(../image/home/left.png) no-repeat center/cover;
}
.banner-button-next::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 27px;
	margin-top: -13.5px;
	margin-left: -7px;
	background: url(../image/home/right.png) no-repeat center/cover;
}

.banner-list-pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.2);
	margin: 0 5px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #007aff;
}

.description {
	width: 1350px;
	margin: 0 auto;
	padding: 80px 0;
	font-size: 21px;
	line-height: 1.8;
}

.advantage {
	width: 100%;
	margin: 20px auto 0;
}
/* 
.advantage_list {
	height: 539px;
} */

.advantage_action {
	height: 80px;
}

.advantage .item {
	position: relative;
	width: 100%;
	height: 539px;
	overflow: hidden;
	display: none;
}
.advantage .item.show {
	display: block;
}

.advantage .company_introduction {
	background: url(../image/home/company_introduction.png) no-repeat center/cover;
}
.advantage .dynamic {
	background: url(../image/home/dynamic.jpg) no-repeat center/cover;
}

.advantage .text_box {
	display: inline-block;
	position: absolute;
	top: 70px;
	right: 130px;
	width: 600px;
	color: #4f4f4f;
	vertical-align: middle;
}
.advantage .text_box .title {
	font-size: 30px;
	line-height: 40px;
	color: #00418f;
	padding-bottom: 38px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec;
}

.advantage .item .text_box p {
	font-size: 25px;
	line-height: 44px;
	font-weight: 300;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.4em;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-clamp: 6;
	-webkit-line-clamp: 6;
}

.advantage .item .text_box .detail_btn {
	margin-top: 50px;
}
.advantage .item .text_box .detail_btn a {
	display: inline-block;
	width: 126px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 19px;
	color: #00418f;
	border: 1px dotted #00418f;
	border-radius: 20px;
	transition: 0.3s;
}
.advantage .item .text_box .detail_btn a:hover {
	color: #fff;
	background-color: #00418f;
}
.advantage_action {
	height: 80px;
	overflow: hidden;
}

.advantage_action li {
	float: left;
	width: 33.333%;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	background: #ebebeb;
	color: #5d5d5d;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.3s;
}
.advantage_action li:nth-child(2) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.advantage_action li.action {
	color: #fff;
	background: #00418f;
}

/* äº§å“ä¸­å¿ƒå¼€å§‹ */
.product {
	padding-top: 95px;
	height: 1013px;
	width: 100%;
	background-image: url(../image/home/product-bg.png?v=001);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	user-select: none;
}

/* .product-content {
	margin: 0 auto;
} */

.product .title-box {
	width: 1450px;
	margin:0 auto 80px;
	color: #fff;
}

.product .title-box .left {
	float: left;
	font-size: 24px;
}

.product .title-box .left span {
	display: inline-block;
}

.product .title-box .name {
	position: relative;
	padding-left: 25px;
	margin-right: 10px;
	font-size: 35px;
	font-weight: 600;
}

.product .title-box .name::before {
	content: '';
	width: 6px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
	background: #fff;
}

.product .title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #3167a9;
}

.product .product-more {
	float: right;
	line-height: 34px;
	margin-top: 40px;
	font-size: 23px;
	color: #fff;
	transition: 0.3s;
}

.product .product-more .icon {
	display: inline-block;
	width: 26px;
	height: 20px;
	margin-left: 10px;
	background: url(../image/home/product-more-icon.png) no-repeat center/cover;
}

.product .product-more:hover {
	transform: translateX(10px);
	/* animation: bigSame 1s linear both; */
}

.product-list {
	width: 1540px;
	margin: 0 auto;
}

.product-item {
	position: relative;
	float: left;
	/* display: inline-block; */
	width: 373px;
	height: 559px;
	margin-right: 13px;
	background-color: #fff;
	vertical-align: middle;
	border-radius: 10px;
	transition: 0.3s;
	box-sizing: border-box;
}

.product-item:last-child {
	margin: 0;
}

.product-item:hover {
	transform: translate3d(0, -15px, 0);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.product-item .product-info {
	text-align: center;
}

.product-item .item-cover {
	width: 373px;
	height: 559px;
}

.product-item .icon {
	display: block;
	width: 122px;
	height: 153px;
	margin: 20px auto;
}

.product-item .title {
	display: inline-block;
	line-height: 40px;
	padding-bottom: 0 !important;
	margin: 0 auto;
	font-size: 25px;
	color: #373737;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.product-item .price {
	line-height: 40px;
	margin: 20px auto;
	font-size: 40px;
	color: #ff5728;
	font-weight: bold;
}

.product-item .price span {
	margin-left: -6px;
	font-size: 20px;
	font-weight: 600;
}

.product-item .price-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../image/home/price-icon.png) no-repeat center/cover;
}

.product-item .desc {
	margin: 0 15px;
	height: 160px;
	text-align: left;
	font-size: 17px;
	color: #000;
	line-height: 1.5;
}

.product-item .btn {
	position: absolute;
	bottom: 38px;
	left: 0;
	right: 0;
	display: block;
	width: 137px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	color: #074b9e;
	border-radius: 22px;
	border: 1px solid rgba(7, 75, 158, 0.5);
	transition: 0.3s;
}

.product-item .btn:hover {
	color: #fff;
	background-color: #074b9e;
}
/* äº§å“ä¸­å¿ƒç»“æŸ */

/* ------------------------ è½¯ä»¶ä¸‹è½½å¼€å§‹ ------------------------------ */
.download-one {
	width: 100%;
	height: 1034px;
	padding-top: 80px;
	background: url(../image/home/download-one-bg.png) no-repeat center/cover;
	overflow: hidden;
}

.download-two {
	width: 100%;
	height: 884px;
	/* background: url(../image/home/download-two-bg.png) no-repeat center/cover; */
	background: url(../image/home/download-two-bg.png?v=001) no-repeat top/cover;
	overflow: hidden;
}

.download .download-two .download-content {
	position: relative;
	width: 1370px;
	margin: 0 240px 0 auto;
	padding-top: 190px;
}
.download-two .left {
	display: inline-block;
	width: 812px;
	margin-right: 100px;
	vertical-align: middle;
}

.download-two .notebook-icon {
	position: relative;
	width: 812px;
	height: 446px;
	background: url(../image/home/notebook-icon.png) no-repeat center/cover;
}

.download-two .notebook-icon .pc-pic {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 645px;
	height: 346px;
	margin: 0 auto;
	background: url(../image/home/pc-pic.png) no-repeat center/cover;
}

.download .download-two .download-content .info {
	width: 450px;
	margin-left: 0;
}

.download .download-title {
	text-align: center;
	color: #808080;
	font-size: 30px;
}

.download .download-title .name {
	position: relative;
	width: 400px;
	margin: 0 auto;
	font-size: 35px;
	color: #003b83;
	font-weight: 600;
}

.download .download-title .name:before {
	display: block;
	position: absolute;
	content: '';
	width: 96px;
	height: 20px;
	background: url(../image/home/title-left.png) no-repeat center/cover;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

.download .download-title .name:after {
	display: block;
	position: absolute;
	content: '';
	width: 96px;
	height: 20px;
	background: url(../image/home/title-right.png) no-repeat center/cover;
	top: 50%;
	right: 0;
	margin-top: -10px;
}

.download .download-content {
	position: relative;
	width: 1320px;
	margin: 114px auto 0;
}
.download .download-content .info {
	display: inline-block;
	width: 480px;
	margin-left: 60px;
	vertical-align: middle;
}

.download .download-content .title {
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 30px;
	color: #003b83;
	border-bottom: 1px solid #d6dbe1;
	font-weight: 500;
}

.download .download-content .desc {
	font-size: 25px;
	color: #555555;
	font-weight: 300;
}

.download .download-content .download-more,
.download .download-content .download-window {
	display: block;
	width: 162px;
	height: 44px;
	line-height: 44px;
	margin-top: 30px;
	text-align: center;
	border-radius: 22px;
	transition: 0.3s;
}

.download .download-content .download-more {
	margin-top: 60px;
	color: #00418f;
	border: 1px dotted #00418f;
	font-size: 24px;
}

.download .download-content .download-window {
	color: #fff;
	background: #003b83;
	font-size: 20px;
}

.download .download-content .download-more:hover,
.download .download-content .download-window:hover {
	color: #fff;
	background: #003b83;
	transform: translateX(10px);
}

.download .download-content .qrcode-box {
	margin-top: 80px;
}

.download .download-content .qrcode {
	display: inline-block;
	width: 218px;
	height: 214px;
	text-align: center;
	line-height: 214px;
	background: url(../image/home/qrcode-bg.png) no-repeat center/cover;
	vertical-align: middle;
}
.download .download-content .qrcode img {
	width: 185px;
	height: 185px;
	margin-left: -5px;
}
.download .download-content .download-tip {
	display: inline-block;
	width: 235px;
	height: 92px;
	background: url(../image/home/download-tip.png) no-repeat center/cover;
	vertical-align: middle;
}

.download .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 754px;
	vertical-align: middle;
}

.download .download-pic {
	width: 384px;
	height: 747px;
	margin: 0 120px 0 auto;
	text-align: center;
	overflow: hidden;
}

.download .download-pic .download-icon {
	position: absolute;
	left: 100px;
	top: 50px;
	width: 138px;
	height: 111px;
	background: url(../image/home/download-icon.png) no-repeat center/cover;
}

.download .download-pic img {
	width: 384px;
}

.download-pic-btn {
	position: absolute;
	top: 50%;
	margin-top: -60.5px;
	width: 41px;
	height: 141px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	cursor: pointer;
}

.download-pic-btn.swiper-button-disabled {
	background: rgba(0, 0, 0, 0.2);
}

.download-button-prev {
	left: 70px;
}

.download-button-next {
	right: -70px;
}

.download-button-prev::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 27px;
	margin-top: -13.5px;
	margin-left: -7px;
	background: url(../image/home/left.png) no-repeat center/cover;
}
.download-button-next::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 27px;
	margin-top: -13.5px;
	margin-left: -7px;
	background: url(../image/home/right.png) no-repeat center/cover;
}
/* ------------------------ è½¯ä»¶ä¸‹è½½å®Œæˆ ------------------------------ */

/* fixpop_zoon */
.fixpop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
}

.fixpop_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.fixpop_zoon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	width: 588px;
	height: 597px;
	background: url(../image/tips/box-before.png?v=002) no-repeat center/cover;
	overflow: hidden;
}

.notice-popup .fixpop_zoon {
	height: 563px;
	background-image: url(../image/tips/notice-box-before.png);
}

.notice-popup .fixpop_zoon .pic-box {
	margin-top: 135px;
}

.notice-popup .fixpop_zoon .pic-box {
	padding-bottom: 0;
}

.fixpop_zoon .pic-box {
	width: 520px;
	height: 370px;
	margin: 180px auto 0;
	padding-bottom: 10px;
	border-radius: 10px;
	overflow-y: auto;
}

.fixpop_zoon img {
	display: block;
	width: 100%;
	height: auto;
}

.fixpop_zoon .box-after {
	position: absolute;
	left: -16px;
	bottom: 0;
	width: 620px;
	height: 117px;
	background: url(../image/tips/box-after.png) no-repeat center/cover;
}

.fixpop_close {
	position: absolute;
	right: 30px;
	top: 10px;
	z-index: 9;
	width: 19px;
	height: 19px;
	background: url(../image/tips/close.png) no-repeat center/cover;
	cursor: pointer;
}

@keyframes bigSame {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0px);
	}
}
</pre></body></html>