<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    html {
		overflow: auto;
		scrollbar-width: 0; /* Firefox */
		scrollbar-height: 0; /* Firefox */
		scrollbar-color: transparent transparent; /* Firefox */
	}
	html::after {
		content: none !important;
	}
	::-webkit-scrollbar {
		width: 0;
	}
	::-webkit-scrollbar-thumb {
		background-color: transparent;
	}
	::-webkit-scrollbar-track {
		background-color: transparent;
	}

	body {
		padding: 0;
		margin: 0;
		color: white;
		font-family: Arial, "å¾®è½¯é›…é»‘", "Microsoft YaHei", sans-serif;
		background: radial-gradient(circle at center, #223251, #081327);
	}
	a {
		text-decoration: none;
	}
	ul li {
		list-style: none;
	}
	p {
		margin: 0;
		padding: 0;
	}
	img {
		vertical-align: middle;
	}

	.website_body_main {
		max-width: 1200px;
		margin: 0 auto;
		padding: 10px;
	}
	.main_top {
		display: flex;
		justify-content: space-between;
		margin: 40px 0 40px 0;
	}
	.main_left {
		width: 70%;
		height: auto;
		margin: 0 10px 0 0;
	}
	.main_right {
		height: auto;
		display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
	}

	.main_left_gg {
		height: 295px;
		border-radius: 15px;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
		background: linear-gradient(to right, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
		position: relative;
		/*cursor: pointer;*/
		overflow: hidden;
	}
	/*.main_left_gg::after {*/
	/*	content: '';*/
	/*	position: absolute;*/
	/*	top: 50%;*/
	/*	left: 50%;*/
	/*	width: 0;*/
	/*	height: 0;*/
	/*	background: rgba(255, 255, 255, 0.1);*/
	/*	transition: width 0.6s, height 0.6s;*/
	/*	pointer-events: none;*/
	/*	border-radius: 50%;*/
	/*	transform: translate(-50%, -50%);*/
	/*	visibility: hidden;*/
	/*}*/
	/*.main_left_gg:hover::after {*/
	/*	width: 900px;*/
	/*	height: 900px;*/
	/*	visibility: visible;*/
	/*}*/
	
	.main_left_gg_bj {
		height: 100%;
		width: 100%;
		background-size: auto;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		background-image: url(../image/tmbj.png);
		
	}
	.main_left_gg_wa {
		height: auto;
		position: absolute;
		left: 0;
		z-index: 1;
		margin: 20px 0 0 20px;
	}
	.main_left_gg_wa .brand {
		display: flex;
        color: #f9f5f3;
        line-height: 28px;
	}
	.main_left_gg_wa .brand ul{
		display: flex;
		margin: 0px 0px 10px 0px;
		padding-left: 0px;
	}
	.main_left_gg_wa .brand ul li{
		margin-right: 10px;
	}
	.main_left_gg_wa .brand ul li i{
		margin-right: 8px;
        font-weight: 900;
        font-style: normal;
	}
	.main_left_gg_wa .slogan {
		font-size: 28px;
		line-height: 32px;
		margin-top: 22px;
		font-weight: bold;
	}
	.main_left_gg_wa .ydwa {
		font-size: 14px;
		margin-top: 22px;
		color: #cbd6ff;
	}
	.main_left_gg_wa .yxlx {
		font-size: 14px;
		color: #FDCA41;
		line-height: 1;
		margin-top: 10px;
	}
	.main_left_gg_wa .yxlx span {
		font-weight: bold;
		margin: 0 10px;
	}
	.main_left_gg_wa .yxlx .fstyd {
		margin: 0 5px 0 0;
	}
	@keyframes blink {
		0%, 100% { transform: scale(1);}
		50% { transform: scale(0.9);}
	}
	.main_left_gg_wa .ydan {
	    margin-right: 10px;
	    width: 140px;
	    float: left;
	    cursor: pointer;
		font-size: 16px;
		color: black;
		display: block;
		height: 50px;
		text-align: center;
		background: #ffffff;
		line-height: 50px;
		margin-top: 40px;
		border-radius: 5px;
		max-width: 170px;
		overflow: hidden;
		position: relative;
		text-shadow: none;
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
		animation: blink 1.5s infinite;
	}
	.main_left_gg_wa .ydan::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: rgba(22, 32, 5, 0.1);
		transition: width 0.6s, height 0.6s;
		pointer-events: none;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
	}
	.main_left_gg_wa .ydan:hover::after {
		width: 200px;
		height: 200px;
		visibility: visible;
	}

	.main_left_gg_wa .ydan img {
		margin: 0 0 0 2px;
	}
	.main_left_gg_wa .ydan1 {
	    margin-right: 10px;
	    width: 140px;
	    float: left;
	    cursor: pointer;
		font-size: 16px;
		color: black;
		display: block;
		height: 50px;
		text-align: center;
		background: #ffffff;
		line-height: 50px;
		margin-top: 40px;
		border-radius: 5px;
		max-width: 170px;
		overflow: hidden;
		position: relative;
		text-shadow: none;
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
		animation: blink 1.5s infinite;
	}
	.main_left_gg_wa .ydan1::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: rgba(22, 32, 5, 0.1);
		transition: width 0.6s, height 0.6s;
		pointer-events: none;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
	}
	.main_left_gg_wa .ydan1:hover::after {
		width: 200px;
		height: 200px;
		visibility: visible;
	}

	.main_left_gg_wa .ydan1 img {
		margin: 0 0 0 10px;
	}
	.main_left_gg_wa .ydan2 {
	    margin-right: 10px;
	    width: 140px;
	    float: left;
	    cursor: pointer;
		font-size: 16px;
		color: black;
		display: block;
		height: 50px;
		text-align: center;
		background: #ffffff;
		line-height: 50px;
		margin-top: 40px;
		border-radius: 5px;
		max-width: 170px;
		overflow: hidden;
		position: relative;
		text-shadow: none;
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
		animation: blink 1.5s infinite;
	}
	.main_left_gg_wa .ydan2::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: rgba(22, 32, 5, 0.1);
		transition: width 0.6s, height 0.6s;
		pointer-events: none;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
	}
	.main_left_gg_wa .ydan2:hover::after {
		width: 200px;
		height: 200px;
		visibility: visible;
	}

	.main_left_gg_wa .ydan2 img {
		margin: 0 0 0 10px;
	}
	.main_left_gg_wa .ydan3 {
	    margin-right: 10px;
	    width: 140px;
	    float: left;
	    cursor: pointer;
		font-size: 16px;
		color: black;
		display: block;
		height: 50px;
		text-align: center;
		background: #ffffff;
		line-height: 50px;
		margin-top: 40px;
		border-radius: 5px;
		max-width: 170px;
		overflow: hidden;
		position: relative;
		text-shadow: none;
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
		animation: blink 1.5s infinite;
	}
	.main_left_gg_wa .ydan3::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: rgba(22, 32, 5, 0.1);
		transition: width 0.6s, height 0.6s;
		pointer-events: none;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
	}
	.main_left_gg_wa .ydan3:hover::after {
		width: 200px;
		height: 200px;
		visibility: visible;
	}

	.main_left_gg_wa .ydan3 img {
		margin: 0 0 0 10px;
	}
	.main_left_gg_mn {
		width: 100%;
		height: 100%;
		background-position: left;
		position: absolute;
		right: 0;
		background: no-repeat right / contain url(../image/dbjmn.png)
	}
	.main_left_zx {
		height: 140px;
		margin-top: 15px;
		position: relative;
		border-radius: 10px;
		background: linear-gradient(to right, #3c4454, #120e24);
	}
	.main_left_zx_an {
		position: absolute;
		right: 22%;
		bottom: 18%;
		z-index: 1;
		width: 15%;
	}
	.main_left_zx_an a img {
		width: 100%;
		height: auto;
	}
	.main_left_zx_mn {
		height: 100%;
		width: 39%;
		position: absolute;
		right: 0;
		background-image: url('../image/zxmn.png');
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center;
	}
	.main_left_zx_jb {
		height: 20%;
		width: 60%;
		position: absolute;
		bottom: 0;
		right: 0;
		background-image: url('../image/jb.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.main_left_zx_wa {
		height: 100%;
		position: absolute;
		left: 0;
		margin: 0 0 0 10px;
		z-index: 1;
	}
	.main_left_zx_wa .title {
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		margin: 10px 0;
	}
	.main_left_zx_wa .desc {
		font-size: 14px;
		line-height: 1;
		margin: 10px 0;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	}
	.main_left_zx_wa .lxgj {
		font-size: 14px;
		line-height: 1;
		margin: 10px 0;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	}
	.main_left_zx_wa .lxgj img {
		margin: 0 5px 0 0;
	}
	.main_left_zx_wa .lxgj i {
		margin: 0 20px;
	}
	.main_left_zx_wa .zfqd {
		font-size: 14px;
		line-height: 1;
		margin: 10px 0;
	}
	.main_left_zx_wa .zfqd img {
		margin: 0 5px 0 0;
	}
	.main_left_zx_wa .zfqd .xnbimg {
		max-width: 55%;
		height: auto;
		
	}

	.main_right_1,
	.main_right_2,
	.main_right_3 {
		height: 160px;
		border-radius: 10px;
		display: flex;
		flex-direction: row;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		width: 33%;
        margin-right: 10px;
        margin-bottom: 10px;
	}
	.main_right_tp,
	.main_right_wz {
		height: 120px;
		margin: auto;
	}
	.main_right_tp {
		width: 160px;
		margin-left: 10px;
		border-radius: 10px;
	}
	.main_right_tp img {
		width: 120px;
		border-radius: 10px;
	}
	.main_right_wz {
		flex: 1;
        padding-left: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
	}
	.main_right_1 {
		background: linear-gradient(to right, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
	}
	.main_right_2 {
		background: linear-gradient(to right, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
	}
	.main_right_3 {
		background: linear-gradient(to right, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
	}
	.main_right_tp_1 {
		background: no-repeat center / 85% url(../image/kaiyunlogo.png) rgba(255, 255, 255, .05);
	}
	.main_right_tp_2 {
		background: no-repeat center / 85% url(../image/jylogo.png) rgba(255, 255, 255, .05);
	}
	.main_right_tp_3 {
		background: no-repeat center / 85% url(../image/ayxlogo.png) rgba(255, 255, 255, .05);
	}
	.main_right_wz .cp_title {
		font-size: 18px;
		font-weight: bold;
	}
	.main_right_wz .cp_desc {
		font-size: 12px;
	}
	.main_right_wz .cp_descs {
		font-size: 12px;
		color: #abacfd;
	}
	.main_right_wz .cp_desc i {
		margin: 0 5px;
		font-style: normal;
		font-size: 14px;
	}

	.main_bottom {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
	}
	.main_bottom_box {
		flex: 1;
		margin: 0 10px 0 0;
		height: 160px;
		border-radius: 10px;
		cursor: pointer;
		position: relative;
		overflow: hidden;
	}
	.main_bottom_4 {
		margin: 0;
	}
	.main_bottom_1 {
		background: linear-gradient(to right, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
	}
	.main_bottom_2 {
		background: linear-gradient(to right, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
	}
	.main_bottom_3 {
		background: linear-gradient(to right, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
	}
	.main_bottom_4 {
		background: linear-gradient(to right, #835a5a, #6f4343);
	}
	.main_bottom_wz {
		position: absolute;
        max-width: 100%;
        left: 7%;
        top: 50% !important;
        transform: translateY(-50%);
	}
	.main_bottom_wz .cp_name {
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		padding: 5px 0;
	}
	.main_bottom_wz .cp_desc {
		font-size: 16px;
		padding: 5px 0;
		line-height: 20px;
	}
	.main_bottom_wz .cp_desc_m {
		font-size: 14px;
		padding: 5px 0;
		line-height: 20px;
		color: #abacfd;
	}
	.main_bottom_tp {
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		background-size: auto;
		background-repeat: no-repeat;
		background-position: left;
	}
	.main_bottom_1_tp {
		background: no-repeat right / auto 100% url(../image/tupian1.png), linear-gradient(90deg, rgb(255 255 255 / 4%) 0%, rgb(255 255 255 / 4%) 100%);
	}
	.main_bottom_2_tp {
		background: no-repeat right / auto 100% url(../image/tupian2.png), linear-gradient(90deg, rgb(255 255 255 / 4%) 0%, rgb(255 255 255 / 4%) 100%);
	}
	.main_bottom_3_tp {
		background: no-repeat right / auto 100% url(../image/tupian3.png), linear-gradient(90deg, rgb(255 255 255 / 4%) 0%, rgb(255 255 255 / 4%) 100%);
	}
	.main_bottom_4_tp {
		background-image: url('../image/tyqx3.png');
	}

	.main_wz {
		max-width: 1200px;
		margin: 20px 0 0 0;
		border-radius: 10px;
		background: radial-gradient(circle at center, #070f20, #485060);
	}
	.main_wz_tip {
		padding: 10px;
		font-size: 14px;
	}
	.main_wz_wz {
		display: flex;
		justify-content: space-between;
	}
	.main_wz_wz_btn {
		flex: 1;
		height: 50px;
		margin: 10px 10px 10px 0;
		text-align: center;
		line-height: 50px;
	}
	.main_wz_wz_btn a {
		display: block;
		width: 80%;
		height: 100%;
		color: #ffffff;
		margin: 0 auto;
		font-weight: bold;
		border-radius: 10px;
		background: radial-gradient(circle at center, #070f20, #485060);
		box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2);
		position: relative;
		overflow: hidden;
	}
	.main_wz_wz_3 {
		margin-right: 0;
	}
	.main_footer {
		margin: 20px 0;
		text-align: center;
		font-size: 14px;
	}

	.css_dtxg::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: rgba(255, 255, 255, 0.2);
		transition: width 1s, height 1s;
		pointer-events: none;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
	}
	.css_dtxg:hover::after {
		width: 800px;
		height: 800px;
		visibility: visible;
	}


	/* Mobil */
	@media (max-width: 767px) {
	    .website_body_main {
        padding: 20px;
        }
        .main_left_gg_wa  {
	    /*display: grid;*/
        /*cursor: pointer;*/
	    }
	    .main_left_gg_wa .brand {
	    display: none;
	    width: 50%;
        padding: 0;
        margin-top: 10px;
        flex-direction: column-reverse;
        }
	    .main_left_gg_wa .brand ul{
	    width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0;
        }
	    .main_left_gg_wa .brand ul li{
        font-size: 13px;
        line-height: 28px;
        color: #fff9;
        margin-right: -6px;
        }
        .main_left_gg{
        height: 260px;
        }
		.main_top {
			flex-direction: column;
			margin: 0px;
		}
		.main_left {
			width: auto;
			margin: 0;
		}
		.main_right {
			width: auto;
			margin: 15px 0 0 0;
		}
		
		.main_bottom,.main_right {
		    height: 440px;
			flex-direction: column;
		}
		.main_right .css_dtxg {
			width: 100%;
			margin-right: 0;
		}
		.main_bottom_box {
			flex: none;
			margin: 0 0 10px 0;
		}
		.main_bottom_4 {
			margin: 0;
		}
		.main_bottom_tp {
			background-position: right;
			width: 100%;
		}
		
		.main_wz_wz {
			flex-direction: column;
		}
		.main_wz_wz_btn {
			flex: none;
			width: auto;
			margin: 10px 0;
		}
		.main_footer {
			margin: 20px 0 10px 0;
		}
				.main_left_gg_wa .slogan {
			font-size: 20px;
			margin-top: 0px;
			grid-row-start: 1;
		}
		.main_left_gg_wa .ydwa {
		    width: 65%;
		    margin-top: 8px;
            font-size: 14px;
			grid-row-start: 2;
		}
		.main_left_gg_wa .yxlx {
			font-size: 12px;
		}
		.main_left_gg_wa .ydan {
			margin-top: 20px;
			width: 100px;
            float: left;
            font-size: 14px;
		}
		.main_left_gg_wa .ydan1 {
			margin-top: 20px;
			width: 100px;
            float: inherit;
            font-size: 14px;
		}
		.main_left_gg_wa .ydan2 {
			margin-top: 15px;
			width: 100px;
            float: left;
            font-size: 14px;
		}
		.main_left_gg_wa .ydan3 {
			margin-top: 15px;
			width: 100px;
            float: inherit;
            font-size: 14px;
		}
		.main_left_zx_wa .desc {
			margin-top: 10px;
			width: 100px;
            float: right;
            font-size: 12px;
            font-weight: bold;
		}
		.main_left_zx_an {
			display: none;
		}
	}

	/* other */
	@media (min-width: 980px) and (max-width: 989px) {
		.main_right_wz .cp_desc {
			font-size: 12px;
		}
	}
	@media (min-width: 780px) and (max-width: 979px) {
		.main_right_wz .cp_descs {
			display: none;
		}
	}
	@media (min-width: 768px) and (max-width: 779px) {
		.main_right_wz .cp_desc {
			display: none;
		}
	}
	@media (max-width: 899px) {
		.main_left_zx_an {
			right: 15%;
		}
	}
	@media (max-width: 819px) {
		.main_left_zx_an {
			right: 6%;
		}
	}
	@media (max-width: 479px) {
		.main_left_gg_wa .slogan {
			font-size: 20px;
			margin-top: 0px;
			grid-row-start: 1;
		}
		.main_left_gg_wa .ydwa {
		    width: 65%;
		    margin-top: 8px;
            font-size: 14px;
			grid-row-start: 2;
		}
		.main_left_gg_wa .yxlx {
			font-size: 12px;
		}
		.main_left_zx_wa .desc {
			font-size: 14px;
		}
		.main_left_zx_an {
			display: none;
		}
	}
	@media (max-width: 409px) {
		/*.main_left_gg_mn {*/
		/*	width: 65%;*/
		/*}*/
	}
	@media (max-width: 359px) {
		.main_left_gg_wa .slogan {
			font-size: 10px;
		}
		.main_left_gg_wa .yxlx {
			font-size: 10px;
		}
		.main_left_gg_mn {
			width: 70%;
		}
		.main_left_gg_wa .ydan {
			margin-top: 20px;
		}
		.main_right_wz .cp_descs {
			font-size: 12px;
		}
	}
	@media (max-width: 319px) {
		.main_left_gg_wa .ydwa {
			font-size: 18px;
		}
		.main_right_wz .cp_descs {
			display: none;
		}
	}
	@media (max-width: 289px) {
		.main_left_gg_mn {
			width: 75%;
		}
		.main_left_gg_wa .ydan {
			margin-top: 40px;
		}
	}
	@media (max-width: 259px) {
		.main_right_wz .cp_desc {
			display: none;
		}
	}</pre></body></html>