<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
}

/*
KISSY CSS Reset
理念：1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0;
}

ul,
ol,
dl {
    list-style-type: none;
}

html,
body {
    *position: static;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a.ie6:hover {
    zoom: 1;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

:focus {
    outline: none;
}

sub,
sup {
    vertical-align: baseline;
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
}

/*img*/
img {
    border: 0;
    vertical-align: middle;
}

a img,
img {
    -ms-interpolation-mode: bicubic;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/*IE下a:hover 背景闪烁*/
*html {
    overflow: -moz-scrollbars-vertical;
    zoom: expression(
        function(ele){ele.style.zoom = "1" ;document.execCommand("BackgroundImageCache", false, true) }(this)
    );
}

/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0;
}

time {
    display: inline;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 15px;
    color: #999;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none !important;
}

/** 重置表单元素 **/
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
    font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/*
Name:			style_clearfix
Example:		class="clearfix|cl"
Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,
.clearfix:after,
.biaoti:after,
.page:after,
.neirong:after,
.wen:after,
.da:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl,
.clearfix,
.biaoti,
.page,
.neirong,
.wen,
.da {
    zoom: 1;
}

.dian {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.copyright {
    text-align: center;
    padding: 30px 0;
    background: #27313d;
    color: #fff;
}

.copyright a:hover {
    font-weight: bold !important;
    text-decoration: underline;
}

.copyright &gt; div {
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}

.copyright a {
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    padding-left: 5px;
    padding-right: 5px;
}

.banner {
    width: 100%;
    height: 398px;
    background: url(../images/banner.jpg) top center no-repeat;
}

.banner1 {
    width: 100%;
    height: 620px;
    background: url(../images/banner1.jpg) top center no-repeat;
}

.content {
    width: 1190px;
    margin: 0 auto;
    position: relative;
}

.logo {
    float: left;
    width: 186px;
    height: 37px;
    margin: 30px 0 0 25px;
}

.title {
    width: 681px;
    height: 269px;
    margin: 0 auto;
    padding-top: 60px;
}

.title1 {
    width: 721px;
    height: 294px;
    margin: 0 auto;
    padding-top: 60px;
}

.biaoti {
    padding-top: 60px;
}

.biaoti-left {
    float: left;
    width: 99px;
    height: 98px;
    margin: 28px 0 0 43px;
}

.biaoti-right {
    width: 824px;
    height: 90px;
    padding: 23px 53px;
    border-radius: 10px;
    background: #eeeff0;
    margin-left: 30px;
    float: left;
    font-size: 28px;
    line-height: 45px;
    color: #27313d;
}

.biaoti-right a {
    color: #27313d;
}

.page {
    padding-top: 55px;
    width: 1220px;
    display: none;
}

.page.page1 {
    display: block;
}

.lie {
    width: 580px;
    height: 170px;
    background: #f9f9f9;
    border-radius: 6px;
    float: left;
    margin: 0 30px 30px 0;
}

.lie-left {
    float: left;
    width: 128px;
    height: 128px;
    margin: 21px 20px 21px 43px;
}

.lie-right {
    float: left;
    width: 389px;
    height: 128px;
    margin: 20px 0;
}

.fline {
    font-size: 28px;
    line-height: 40px;
    color: #27313d;
}

.fline a {
    color: #27313d;
}

.sline {
    font-size: 20px;
    line-height: 48px;
    color: #999999;
}

.sline a {
    color: #999999;
    margin-left: 15px;
}

.pagination {
    text-align: center;
    padding: 20px 0;
}

.pagination span {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    background: #999999;
    color: #fff;
    margin: 20px 10px;
    cursor: pointer;
}

.pagination span.cur {
    background: #27313d;
}

.tt {
    font-size: 48px;
    color: #f1d037;
    text-align: center;
    height: 170px;
    line-height: 170px;
    width: 796px;
    background: url(../images/ttbg.png) center center no-repeat;
    margin: 0 auto;
}

.link {
    text-align: center;
}

.link a {
    margin: 0 30px;
    color: #f1d037;
    font-size: 24px;
}

.neirong {
    width: 1190px;
    margin: 60px auto;
    background: url(../images/xian.jpg) 874px 0px repeat-y #fff;
}

.left {
    width: 816px;
    float: left;
}

.right {
    width: 265px;
    float: right;
}

.iconBoxs {
	width: 100%;
	height: 160px;
	margin-bottom: 30px;
}
.iconBox {
	float: left;
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.iconImg {
	width: 85px;
	height: 85px;
	background: #f6f6f6;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.iconImg&gt;img{
	width: 70px;
	height: 70px;
}
.iconImg &gt; span {
	font-size: 41px;
	color: #bca535;
}
.iconBox &gt; p {
	margin-top: 14px;
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 20px;
}
.geyan {
    width: 626px;
    height: 84px;
    padding: 12px 0 12px 190px;
    background: url(../images/gybg.png) left center no-repeat #f5efd9;
    font-size: 30px;
    line-height: 42px;
    color: #8a740a;
}

.suojin {
    text-indent: 2em;
}

.jianjie {
    text-indent: 2em;
    line-height: 48px;
    font-size: 24px;
    color: #27313d;
    text-align: justify;
    padding: 50px 0;
}

.tu {
    width: 816px;
    height: 386px;
    position: relative;
}

.img {
    width: 628px;
    height: 386px;
    float: right;
    position: relative;
}

.bt1 {
    width: 280px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    position: absolute;
    top: 235px;
    left: -141px;
    background: #f1d037;
    color: #27313d;
    font-size: 30px;
}

.bt2 {
    width: 327px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    position: absolute;
    top: 298px;
    left: -188px;
    background: #f1d037;
    color: #27313d;
    font-size: 30px;
}

.bt1 a,
.bt2 a {
    color: #27313d;
}

.wen {
    margin-top: 65px;
}

.wen-left {
    float: left;
    padding-top: 14px;
    color: #c0a20e;
    font-size: 24px;
}

.wen-right {
    float: right;
    width: 642px;
    border-radius: 6px;
    background: #eeeff0;
    color: #c0a20e;
    font-size: 24px;
    line-height: 48px;
    padding: 27px;
    text-indent: 2em;
}

.da {
    margin-top: 65px;
}

.da-right {
    float: right;
    padding-top: 14px;
}

.da-left {
    float: left;
    width: 642px;
    border-radius: 6px;
    background: #eeeff0;
    color: #333333;
    font-size: 24px;
    line-height: 48px;
    padding: 27px;
    text-indent: 2em;
}

.da-left p {
    padding-bottom: 30px;
}

.jjtitle {
    width: 265px;
    color: #27313d;
    font-size: 30px;
}

.zrimg {
    width: 265px;
    height: 265px;
    margin-top: 25px;
    margin-bottom: 40px;
}

.zrimg img {
    width: 100%;
    height: 100%;
}

.zrjj {
    color: #333333;
    font-size: 24px;
    line-height: 30px;
}

.lx {
    width: 265px;
    margin-top: 45px;
}

.ewm {
    width: 265px;
    height: 201px;
    padding-top: 55px;
}

.ewmimg {
    width: 201px;
    height: 201px;
    float: left;
}

.ewmtt {
    width: 40px;
    height: 191px;
    float: right;
    line-height: 30px;
    font-size: 24px;
    background: #e5e5e5;
    color: #333333;
    text-align: center;
    padding-top: 10px;
}
</pre></body></html>