<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border: 0;
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input,
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: none;
  border: 1px solid #ccc;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
del {
  text-decoration: line-through;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}
html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
}

/* -杩斿洖椤堕儴- */
#back-top {width:54px; float:right; position:fixed; right:90px; bottom:50px;}
#back-top span {width:54px; height:54px; background:url(https://www.xhd.cn/fuzhou/topic/PC/public/img/icon.png) no-repeat; display:block;}
#back-top a{outline:none}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  height: 455px;
  margin-top: 136px;
  position: relative;
}
.banner .wrapper {
  position: relative;
}
.banner .slide-list {
  width: 100%;
  height: 455px;
  float: left;
}
.banner .slide-list a{
  display: block;
  width: 100%;
  height: 455px;
  margin: 0 auto;
}
.banner .pagination_txt {
  width: 1200px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  z-index: 2;
  bottom: 0;
}
.banner .pagination_txt .item {
  width: 238px;
  float: left;
  height: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(10, 19, 61, 0.5);
}
.banner .pagination_txt .item:last-child {
  border-right: 0;
}
.banner .pagination_txt .cur {
  background-color: #ff8e00;
}

.banner .ban .wrapper {
  height: 100%;
  position: relative;
}
.banner .banner_jqtx {
  background: url(../img/ban_jqdl.jpg) top center no-repeat;
}
.banner .banner_mglx{
  background: url(../img/ban_mglx.jpg) top center no-repeat;
}
.banner .banner_rblx{
  background: url(../img/ban_rblx.jpg) top center no-repeat;
}
.banner .banner_zgxglx{
  background: url(../img/ban_bjts.jpg) top center no-repeat;
}
.banner .banner_hd {
  background: url(../img/ban_hd.jpg) top center no-repeat;
}
.banner .banner_lxky {
  background: url(../img/ban_kylx.jpg) top center no-repeat;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
 	width: 36px;
 	height: 10px;
 	border-radius: 5px;
	background: #fff;
}
.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
	left: 0;
	width: 100%;
}
.banner .btn_main{
	width: 1100px;
	margin:0 auto;
	position:relative;
}
.banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
 	top:230px;
	cursor: pointer;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: url(https://www.xhd.cn/fuzhou/topic/PC/lx/qclx/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.25);
}
.banner .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top:230px;
	cursor: pointer;
	right: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: url(https://www.xhd.cn/fuzhou/topic/PC/lx/qclx/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.25);
}

/* 鐣欏璁＄畻鍣� */
@keyframes mymove {
  0%{transform: scale(1);}
  25%{transform: scale(1.1);}
  50%{transform: scale(1);}
  75%{transform: scale(1.1);}
}
.pub_lxjsq .main_jsq{
  width:1200px;
  height: 160px;
  margin: 30px auto 0;
  position: relative;
  background: url(../img/lxjsq_bg.jpg) 0 0 no-repeat;
}
.pub_lxjsq .main_jsq a{
  position: absolute;
  width: 120px;
  height: 120px;
  display: block;
  right: 85px;
  top: 22px;
  border: 0;
  background: url(../img/lxjsq_btn.png) 0 0 no-repeat;
  animation: mymove 3s infinite;
}

.title_lx h6 {
  text-align: center;
  font-size: 36px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
}
.title_lx p {
  color: #555;
  font-size: 20px;
  text-align: center;
  line-height: 22px;
  margin-top: 28px;
}
.yihuo {
  margin-top: 55px;
}
.yihuo ul {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yihuo ul li {
  width: 278px;
  height: 210px;
  margin-top: 40px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 15px 1px rgba(127, 151, 255, 0.2);
}
.yihuo ul li img {
  border-radius: 10px 10px 0 0;
}
.yihuo ul li h6 {
  font-weight: normal;
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 24px;
}
.yihuo ul li p {
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 20px;
  margin-top: 15px;
}
.yihuo ul li::after {
  position: absolute;
  content: '';
  width: 28px;
  height: 2px;
  border: 1px solid #aaa;
  border-radius: 2px;
  bottom: 19px;
  left: 124px;
}
.yihuo .zxgg {
  height: 160px;
  border-radius: 20px;
  display: block;
  margin: 50px auto;
  box-shadow: 0 0 9px 1px rgba(149, 45, 36, 0.2);
}
.yihuo .zxgg img {
  border-radius: 20px;
}
.lxgj {
  width: 100%;
  height: 770px;
  padding-top: 4px;
  background: url(../img/lxgj_bg.jpg) top center no-repeat;
}
.lxgj .title_lx {
  margin-top: 50px;
}
.lxgj ul {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lxgj ul li {
  width: 370px;
  height: 268px;
  margin-top: 40px;
  position: relative;
  border-radius: 40px 0 40px 0;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(106, 141, 182, 0.14);
}
.lxgj ul li img {
  position: absolute;
  left: 28px;
  top: 20px;
}
.lxgj ul li h6 {
  font-size: 22px;
  color: #1a7af8;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  padding-top: 45px;
}
.lxgj ul li span {
  width: 100%;
  display: block;
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 26px;
  margin-top: 15px;
}
.lxgj ul li p {
  text-align: center;
  font-size: 18px;
  color: #555;
  line-height: 22px;
  margin-top: 20px;
}
.lxgj ul li a {
  width: 198px;
  height: 42px;
  border: 1px solid #777;
  border-radius: 5px;
  position: absolute;
  bottom: 25px;
  left: 85px;
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 42px;
}
.lxgj ul li a:hover {
  color: #fff;
  border-color: #1a7af8;
  background-color: #1a7af8;
}
.lxgj ul li::after {
  position: absolute;
  content: '';
  width: 314px;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  left: 28px;
  bottom: 92px;
}
.yuanxiao {
  position: relative;
  margin-top: 55px;
  padding-bottom: 50px;
}
.yuanxiao .yx_icon1 {
  position: absolute;
  left: 0;
  top: 492px;
}
.yuanxiao .yx_icon2 {
  position: absolute;
  right: 0;
  top: 242px;
}
.yuanxiao .yuanxiao_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.yuanxiao .yuanxiao_list .yx_list {
  width: 368px;
  height: 378px;
  margin-top: 40px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #37adff;
}
.yuanxiao .yuanxiao_list .yx_list img {
  width: 368px;
  border-radius: 20px 20px 0 0;
}
.yuanxiao .yuanxiao_list .yx_list span {
  width: 368px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 1px;
  font-size: 24px;
  color: #fff;
}
.yuanxiao .yuanxiao_list .yx_list .yuanxiao_dx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7px 29px 0 29px;
}
.yuanxiao .yuanxiao_list .yx_list .yuanxiao_dx a {
  width: 146px;
  height: 44px;
  margin-top: 13px;
  border-radius: 6px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #0097ff;
  background-color: #f0f9ff;
}
.yuanxiao .yuanxiao_list .yx_list .btn_zx {
  margin: 29px auto 0;
  display: table;
  height: 32px;
  font-size: 18px;
  color: #555;
  line-height: 32px;
  border-bottom: 1px dashed #c3e6ff;
}
.yuanxiao .yuanxiao_list .yx_list .btn_zx:hover {
  color: #0097ff;
}
.yuanxiao .yuanxiao_list .yx_list:nth-child(2) .yuanxiao_dx a:last-child {
  width: 100%;
}
.yuanxiao .yuanxiao_list .yx_list:nth-child(5) .yuanxiao_dx {
  padding: 7px 16px 0 16px;
}
.yuanxiao .yuanxiao_list .yx_list:nth-child(5) .yuanxiao_dx a {
  width: 160px;
}
.yuanxiao .btn_yx {
  width: 200px;
  height: 48px;
  margin: 50px auto 0;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #1a7af8;
  box-shadow: 0 0 10px 4px rgba(26, 122, 248, 0.3);
}
.btn_yx {
  width: 200px;
  height: 48px;
  margin: 50px auto 0;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #1a7af8;
  box-shadow: 0 0 10px 4px rgba(26, 122, 248, 0.3);
}
.tuijian {
  width: 100%;
  height: 917px;
  padding-top: 5px;
  background: url(../img/tj_bg.jpg) top center no-repeat;
}
.tuijian .title_lx {
  margin-top: 40px;
}
.tuijian .title_lx h6 {
  color: #fff;
}
.tuijian .title_lx p {
  color: #fff;
}
.tuijian .tuijian_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tuijian .tuijian_list .tj_list {
  width: 370px;
  height: 320px;
  margin-top: 50px;
  border-radius: 20px;
  background-color: #fff;
}
.tuijian .tuijian_list .tj_list h6 {
  padding-left: 148px;
  font-size: 22px;
  color: #333;
  line-height: 28px;
  font-weight: normal;
  margin-top: 30px;
}
.tuijian .tuijian_list .tj_list .rmzy_list {
  width: 289px;
  height: 130px;
  margin: 24px auto 0;
  border-radius: 10px;
  padding: 10px 18px 10px 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f2f7ff;
}
.tuijian .tuijian_list .tj_list .rmzy_list p {
  width: 129px;
  font-size: 18px;
  color: #555;
  line-height: 20px;
  height: 20px;
  padding-left: 15px;
  position: relative;
}
.tuijian .tuijian_list .tj_list .rmzy_list p::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 6px;
  background-color: #1a7af8;
}
.tuijian .tuijian_list .tj_list a {
  width: 178px;
  height: 42px;
  border-radius: 22px;
  border: 1px solid #1a7af8;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #1a7af8;
  margin: 24px auto 0;
}
.tuijian .tuijian_list .tj_list a:hover {
  color: #fff;
  background-color: #1a7af8;
}
.tuijian .tuijian_list .tj_list:nth-child(1) h6 {
  background: url(../img/tj_icon1.png) 114px center no-repeat;
}
.tuijian .tuijian_list .tj_list:nth-child(2) h6 {
  background: url(../img/tj_icon2.png) 114px center no-repeat;
}
.tuijian .tuijian_list .tj_list:nth-child(3) h6 {
  background: url(../img/tj_icon3.png) 114px center no-repeat;
}
.tuijian .tuijian_list .tj_list:nth-child(4) h6 {
  background: url(../img/tj_icon4.png) 114px center no-repeat;
}
.tuijian .tuijian_list .tj_list:nth-child(5) h6 {
  background: url(../img/tj_icon5.png) 114px center no-repeat;
}
.tuijian .tuijian_list .tj_list:nth-child(6) h6 {
  background: url(../img/tj_icon6.png) 114px center no-repeat;
}
.xizhi {
  margin-top: 44px;
}
.xizhi .xizhi_list {
  padding-top: 10px;
}
.xizhi .xizhi_list .xz_list {
  width: 298px;
  height: 316px;
  float: left;
  margin-top: 50px;
  margin-right: 150px;
  border-radius: 20px 0 0 0;
  border: 1px solid #c3ddff;
  position: relative;
}
.xizhi .xizhi_list .xz_list img {
  border-radius: 20px 0 0 0;
}
.xizhi .xizhi_list .xz_list .touming_xz {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 109px;
  background-color: rgba(0, 0, 0, 0.5);
}
.xizhi .xizhi_list .xz_list .touming_xz span {
  padding-left: 25px;
  height: 50px;
  float: right;
  line-height: 50px;
  margin-right: 22px;
  font-size: 24px;
  color: #fff;
  font-style: italic;
  background: url(../img/xz_icon.png) left center no-repeat;
}
.xizhi .xizhi_list .xz_list .xizhi_title {
  height: 24px;
  position: relative;
  margin: 18px 0 0 20px;
}
.xizhi .xizhi_list .xz_list .xizhi_title h6 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  line-height: 24px;
  position: absolute;
  z-index: 1;
}
.xizhi .xizhi_list .xz_list .xizhi_title::before {
  position: absolute;
  content: '';
  width: 146px;
  height: 6px;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: rgba(26, 122, 248, 0.15);
}
.xizhi .xizhi_list .xz_list p {
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 10px;
}
.xizhi .xizhi_list .xz_list:nth-child(1) .xizhi_title::before, .xizhi .xizhi_list .xz_list:nth-child(3) .xizhi_title::before, .xizhi .xizhi_list .xz_list:nth-child(5) .xizhi_title::before, .xizhi .xizhi_list .xz_list:nth-child(6) .xizhi_title::before {
  width: 176px;
}
.xizhi .xizhi_list .mar0 {
  margin-right: 0;
}
.xizhi .btn_yx {
  width: 240px;
  margin: 50px auto;
}

/*盲驴庐忙鈥澛姑β∶ヂ濃€�*/
.xizhi .sec8_list ul{
    height: 520px;
    margin-top: 56px;
}
.xizhi .sec8_list ul li{
    float: left;
     width: 388px;
     height: 248px;
     margin-bottom: 20px;
     margin-right: 17px;
     background: url(../img/banner8_libg.png) 0 0 no-repeat;
     text-align: center;
}
.xizhi .sec8_list ul li h6{
    font-size: 23px;
    height: 50px;
    line-height: 50px;
    color:#fff;
}
.xizhi .sec8_list ul li dl {
    margin-top: 10px;
}
.xizhi .sec8_list ul li dl dt{
    width: 265px;
    margin:0 auto;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    color:#000;
    border-bottom:1px solid #000;
}
.xizhi .sec8_list ul li dl dd{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color:#000;
    margin-top: 10px;
}
.xizhi .sec8_list ul li.mr0{
	margin-right: 0;
}


.tixi {
  width: 100%;
  height: 970px;
  padding-top: 1px;
  background: url(../img/tx_bg.jpg) top center no-repeat;
}
.tixi .title_lx {
  margin-top: 60px;
}
.tixi .title_lx h6,
.tixi .title_lx p {
  color: #fff;
}
.tixi ul {
  padding: 42px 44px 0 44px;
}
.tixi ul li {
  width: 150px;
  height: 76px;
  float: left;
  margin-right: 41px;
  margin-bottom: 109px;
  line-height: 76px;
  padding-top: 71px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.tixi ul li:last-child {
  padding-top: 0;
  height: 147px;
  line-height: 130px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.tixi ul .mar0 {
  margin-right: 0;
}
.jiaoshi {
  width: 100%;
  height: auto;
  margin-top: 45px;
  padding-bottom: 40px;
  background: url(../img/js_bg.jpg) bottom center no-repeat;
}
.jiaoshi .js_list li {
  width: 278px;
  height: 354px;
  float: left;
  margin-top: 40px;
  margin-right: 26px;
  border: 1px solid  #c2dcff;
  position: relative;
  background: #fff;
}
.jiaoshi .js_list li span {
  width: 278px;
  height: 179px;
  display: block;
  overflow: hidden;
  background: url(../img/js_bg1.jpg) no-repeat;
}
.jiaoshi .js_list li span img {
  width: 250px;
  margin: -15px auto 0;
}
.jiaoshi .js_list li h6 {
  font-size: 22px;
  color: #000;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  margin-top: 16px;
}
.jiaoshi .js_list li p {
    text-align: center;
    font-size: 15px;
    color: #555;
    line-height: 26px;
    margin-top: 5px;
}
.jiaoshi .js_list li a {
  width: 148px;
  height: 38px;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #1a7af8;
  border-radius: 6px;
  position: absolute;
  left: 63px;
  bottom: 15px;
  border: 1px solid #59a0ff;
}
.jiaoshi .js_list li a:hover {
  color: #fff;
  background-color: #1a7af8;
  border-color: transparent;
}
.jiaoshi .js_list li::after {
  position: absolute;
  content: '';
  width: 280px;
  height: 3px;
  background-color: #29a7ff;
  bottom: -4px;
  left: -1px;
}
.jiaoshi .js_list li::before {
  position: absolute;
  content: '';
  width: 244px;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  left: 15px;
  bottom: 72px;
}
.jiaoshi .js_list li:nth-child(2) span img {
  /* margin-top: -70px; */
}
.jiaoshi .js_list .mar0 {
  margin-right: 0;
}
.jiaoshi .title_hz {
  margin: 42px auto;
}
.jiaoshi .title_hz h6 {
  color: #fff;
}
.zili {
  margin-top: 60px;
}
.zili img {
  margin: 60px auto;
}



.xiaoqu {
  width: 100%;
  height: auto;
  padding:60px 0;
}</pre></body></html>