<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*鍚痉鏁欒偛闆嗗洟甯傚満閮ㄦ妧鏈紑鍙�
*鍓嶇寮€鍙戠粍鍒朵綔鐗堟潈鎵€鏈�
*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: rgba(0, 0, 0, 0.55);
}

#colorbox {
	outline: 0;
}

#cboxContent {}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	background: url(../images/tc-bg.jpg);
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxClose {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	background: url(../images/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: bottom center;
}

/***************************鍏叡缁勪欢鏍峰紡鎺у埗***************************/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
i,
dl,
dt,
dd,
ul,
li,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	_font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#nav,
#header,
#menu,
#section {
	display: block;
}

#nav,
#header,
#menu {
	width: 100%;
}

.img {
	vertical-align: bottom
}

.zt-wrap {
	font-size: 16px;
}

ul,
li {
	list-style: none;
}

img {
	vertical-align: middle;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

.elips {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-o-text-overflow: ellipsis
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

/*娓呴櫎娴姩鏂规硶*/
.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.fix {
	zoom: 1;
}

.fix:after {
	display: block;
	content: 'clear';
	clear: both;
	line-height: 0;
	visibility: hidden;
}

/****************************椤甸潰鏍峰紡鎺у埗*****************************/
/*---------------------------鍏ㄥ眬椤甸潰鎺у埗----------------------------*/
body {
	font-size: 12px;
	color: #333;
	font-family: "寰蒋闆呴粦", "Microsoft YaHei", Helvetica, Arial;
	background-color: #FFFFFF;
}

a {
	background-color: transparent;
}

a:hover {
	outline: 0;
}

.mw {
	width: 1100px;
	margin: 0 auto
}

.fl {
	float: left
}

.fr {
	float: right
}

/*---------------------------鍏ㄥ眬瀵艰埅妯″潡---------------------------*/
#nav {
	height: 105px;
	text-align: center;
	background-color: #FFF
}

#looyuMid {
	z-index: 99
}

/*-------------------------鍏ㄥ眬鑿滃崟瀵艰埅妯″潡--------------------------*/
.title {
	font-size: 0;
	text-align: center;
}

.but-con {
	text-align: center;
	font-size: 0;
}

.but-con a {
	width: 270px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background: #0763cc;
	margin: 0 46px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
	border-radius: 30px;
	border: 2px solid #0763cc;
}

.but-con a:nth-of-type(2) {
	background: #FFFFFF;
	border-color: #333;
	color: #000;
}

.but-con a img {
	width: 36px;
	height: 29px;
	margin-right: 5px;
}

#header {
	width: 100%;
	height: 407px;
	background: url('../images/banner.jpg') center no-repeat;
	min-width: 1100px;
	overflow: hidden;
}

#header a {
	display: block;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	width: 185px;
	height: 40px;
	line-height: 40px;
	background: #f3585e;
	margin: 296px 0 0 634px;
}

.dy {
	padding: 36px 0 0;
	width: 1210px;
	margin: 0 auto;
}

.dy dl {
	width: 1209px;
	height: 318px;
	background: url(../images/dy.png) no-repeat;
	position: relative;
}

.dy dl a {
	display: block;
    width: 350px;
    height: 50px;
    position: absolute;
    right: 85px;
    bottom: 45px;
}

.dy dl dd {
	padding: 97px 83px;
}

.dy dl dd p {
	font-size: 27px;
	color: #fff;
	line-height: 48px;
	text-align: justify;
	font-family: 瀹嬩綋;
}

.dy dl dd a {
	display: block;
	position: absolute;
	bottom: 14px;
	font-size: 20px;
	right: 40px;
	color: #fffd60;
	height: 44px;
	line-height: 44px;
	text-indent: 24px;
}

.part1 {
	padding: 60px 0 50px;
	width: 1210px;
	margin: auto;
}

.title {
	font-size: 36px;
	color: #000;
	margin-bottom: 50px;
}

.part1 .classUl {
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
	border: 1px solid #333;
	margin-bottom: 50px;
}

.part1 .classUl li {
	width: 401.5px;
	height: 80px;
	border: 1px solid #333;
	border-right: 0px;
	border-top: 0px;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
	font-weight: 500;
}

.part1 .classUl .on {
	background-color: #ddffff;
}

/* 鎶ュ憡鐩綍 */
.part2 {
	width: 1900px;
	margin: auto;
	height: 848px;
	background: url(../images/part2.png) no-repeat;
	position: relative;
}

.part2 .part2-model {
	width: 1200px;
	margin: auto;
	position: relative;
	padding-top: 730px;
}

.part2 .part2-model .part2-title {
	font-size: 32px;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 90px;
}

.part2 .part2-model .part2-content {
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 220px;
	line-height: 35px;
}

.part3 {
	width: 100%;
	background: #f3f3f3;
}

.part3-box {
	padding: 60px 0 50px;
	width: 1210px;
	margin: auto;
	position: relative;
}

.part3 .x-title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}

.part3 .content {
	width: 100%;
	display: flex;
}

.part3 .content .left {
	margin-right: 20px;
}

.part3 .content .left .box {
	width: 570px;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
}

.part3 .content .right .box .xian {
	width: 590px;
	height: 2px;
	background-color: #0763cc;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.part3 .content .left .box img {
	width: 570px;
	height: 360px;
}

.part3 .content .right .box {
	width: 570px;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

.part3 .content .left .box-t {
	width: 560px;
	padding: 25px 15px;
}

.part3 .content .right .box-t {
	width: 560px;
	padding: 25px 15px;
}

.part4 {
	width: 100%;
	background: #f3f3f3;
	padding-bottom: 40px;
}

.part4-box {
	padding: 60px 0 50px;
	width: 1210px;
	margin: auto;
	position: relative;
}

.part4 .content {
	width: 100%;
	display: flex;
}

.part4 .content .left {
	margin-right: 20px;
}

.part4 .content .left .box {
	width: 670px;
	padding: 25px 15px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

.part4 .content .left .box .xian {
	width: 700px;
	height: 2px;
	background-color: #0763cc;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.part4 .content .right .box {
	width: 480px;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
}

.part4 .content .right .box img {
	width: 460px;
	height: 465px;
}

.part4 .b-content {
	width: 100%;
	padding: 25px 15px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

.part4 .b-content .box .xian {
	width: 100%;
	height: 2px;
	background-color: #0763cc;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.part5 {
	padding: 60px 0 50px;
	width: 1210px;
	margin: auto;
}
.part5 .content{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}</pre></body></html>