<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #049294;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333;
}

.alw img {
  display: block;
  width: 100%;
}

.container {
  max-width: 640px;
  padding: 0;
  position: relative;
}

.header .nav ul {
  display: flex;
  flex-wrap: wrap;
}
.header .nav ul li {
  width: 25%;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.header .nav ul li:nth-child(4n) {
  border-right: none;
}
.header .nav ul li:nth-child(n+5) {
  border-bottom: none;
}

.news-tab {
  margin: 1rem auto;
}

.news-tab .tab-btn {
  display: flex;
}

.news-tab .tab-btn li {
  flex: 1;
  margin: 0 0.2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border: 1px solid #ccc;
  cursor: pointer;
}

.news-tab .tab-btn .on {
  background: #049294;
  color: #fff;
  border: 1px solid #049294;
}

.news-tab .tab-con .box {
  display: none;
}

.news-tab .tab-con .box .list li {
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.news-tab .tab-con .box .list li a {
  display: flex;
}

.news-tab .tab-con .box .list li a .img {
  width: 6rem;
}

.news-tab .tab-con .box .list li a .img img {
  display: block;
  width: 100%;
}

.news-tab .tab-con .box .list li a .info {
  flex: 1;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-tab .tab-con .box .list li a .info h3 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.news-tab .tab-con .box .list li a .info p {
  font-size: 0.7rem;
  line-height: 1.2rem;
}

.news-tab .tab-con .box .list li a .info p b {
  color: red;
}

.news-tab .tab-con .box:nth-child(1) {
  display: block;
}

.dzzl-box ul {
  display: flex;
  flex-wrap: wrap;
}
.dzzl-box ul li {
  width: 50%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.dzzl-box ul li h3 {
  font-size: 0.9rem;
  color: #484848;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.dzzl-box ul li p {
  font-size: 0.7rem;
  color: #888;
}
.dzzl-box ul li:nth-child(2n) {
  border-right: none;
}
.dzzl-box ul li:nth-child(n+3) {
  border-bottom: none;
}

.jd-box {
  margin: 0.5rem auto;
}
.jd-box ul {
  display: flex;
}
.jd-box ul li {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  flex: 1;
  margin: 0.2rem;
  font-size: 0.75rem;
}

.dxzz {
  display: flex;
  height: 2.8rem;
  align-items: center;
}
.dxzz .left {
  width: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
}
.dxzz .left:after {
  margin-left: 0.5rem;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 0.3rem;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #333;
}
.dxzz .right {
  flex: 1;
}
.dxzz .right ul {
  display: flex;
}
.dxzz .right ul li {
  height: 2.3rem;
  flex: 1;
  border: 1px #ccc solid;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  margin: 0 0.2rem;
}

.zzzl {
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.zzzl .left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
}
.zzzl .left a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.zzzl .left a img {
  width: 2.5rem;
  display: block;
}
.zzzl .left a h3 {
  font-size: 0.9rem;
  margin: 0.5rem 0 0.3rem 0;
}
.zzzl .left a p {
  font-size: 0.75rem;
  color: #666;
}
.zzzl .right {
  flex: 1;
}
.zzzl .right li {
  height: 4.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-left: 0.5rem;
}
.zzzl .right li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zzzl .right li img {
  width: 2.5rem;
  display: block;
  margin-right: 0.5rem;
}
.zzzl .right li .text {
  flex: 1;
}
.zzzl .right li .text h3 {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.zzzl .right li .text p {
  font-size: 0.75rem;
  color: #666;
}
.zzzl .right li:last-child {
  border-bottom: none;
}

.lxdf {
  margin-top: 0.5rem;
}
.lxdf ul {
  display: flex;
  flex-wrap: wrap;
}
.lxdf ul li {
  width: 33.3%;
  height: 2.2rem;
  padding: 0.2rem;
  font-size: 0.75rem;
}
.lxdf ul li a {
  border: 1px solid silver;
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lxdf ul .on a {
  background: #0189d5;
  color: #fff;
  border: none;
}

.bkyl {
  display: flex;
}
.bkyl .img {
  flex: 1;
}
.bkyl .img img {
  display: block;
  width: 100%;
}
.bkyl .info {
  width: 8.35rem;
  background: url(../images/j1b.png) no-repeat;
  background-size: cover;
  margin-left: 0.5rem;
  color: #fff;
}
.bkyl .info a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.bkyl .info p {
  font-size: 0.9rem;
}
.bkyl .info span {
  font-size: 0.75rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
  margin-top: 0.5rem;
}
.bkyl .bg2 {
  background: url(../images/j2b.png) no-repeat;
  background-size: cover;
}
.bkyl .bg3 {
  background: url(../images/j3b.png) no-repeat;
  background-size: cover;
}

.bkyl2 .info {
  margin-left: 0;
  margin-right: 0.5rem;
}

.yypp {
  margin-top: 0.5rem;
}
.yypp .alw {
  padding: 0 0.2rem;
  margin-bottom: 0.5rem;
}
.yypp ul {
  display: flex;
}
.yypp ul li {
  flex: 1;
  padding: 0 0.2rem;
}
.yypp ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.yypp ul li img {
  display: block;
  width: 100%;
}
.yypp ul li p {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.7rem;
}

.footer {
  border-top: 2px solid #009199;
  margin-top: 1rem;
  padding: 0.5rem;
  padding-bottom: 4rem;
}
.footer .logo {
  width: 20rem;
  margin: 0 auto 0.5rem auto;
}
.footer .logo img {
  width: 100%;
  display: block;
}
.footer p {
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.footer p .tel {
  color: #ff7f11;
}

.bom {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 24rem;
  display: flex;
  z-index: 9999;
}
.bom .left {
  width: 20.3rem;
}
.bom .right {
  flex: 1;
  background: #474747;
}
.bom img {
  display: block;
  width: 100%;
}

.page-path {
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  border-bottom: 1px solid #ccc;
}

.page-list ul li {
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.page-list ul li a {
  display: flex;
}

.page-list ul li a .img {
  width: 6rem;
  display: flex;
  align-items: center;
}

.page-list ul li a .img img {
  display: block;
  width: 100%;
}

.page-list ul li a .info {
  flex: 1;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-list ul li a .info h3 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.page-list ul li a .info p {
  color: #666;
  line-height: 1.1rem;
  font-size: 0.75rem;
}

.page-list ul li a .info p b {
  color: red;
}

.page-list .page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  font-size: 0.8rem;
}

.page-max-title {
  position: relative;
}
.page-max-title img {
  display: block;
  width: 100%;
}
.page-max-title h3 {
  width: 100%;
  position: absolute;
  top: 1.1rem;
  font-size: 1rem;
  color: #137cbf;
  font-weight: bold;
  text-align: center;
}
.page-max-title p {
  width: 100%;
  position: absolute;
  bottom: 0.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f9bc01;
  left: 0;
  text-align: center;
}

.x-box {
  display: flex;
}
.x-box .left {
  width: 10rem;
}
.x-box .left img {
  display: block;
  width: 100%;
}
.x-box .right {
  margin-left: 0.5rem;
  flex: 1;
}
.x-box .right ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.x-box .right ul li {
  flex: 1;
  background: #f5f5f6;
  font-size: 0.7rem;
  border: 1px solid #dae5ec;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.x-box .right ul li a {
  display: flex;
  align-items: center;
}
.x-box .right ul li a b {
  color: #117dc5;
  margin-right: 0.3rem;
}
.x-box .right ul li img {
  width: 1rem;
  display: block;
  margin-right: 0.4rem;
}
.x-box .right ul li:last-child {
  margin-bottom: 0;
}

.y-box ul {
  display: flex;
  flex-wrap: wrap;
}
.y-box ul li {
  width: 50%;
  padding: 0.2rem;
}
.y-box ul li img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
.y-box ul li p {
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border: 1px solid #ccc;
  margin-top: 0.5rem;
}

.yy-video video {
  display: block;
  width: 100%;
}

.page-article .title {
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5rem;
  line-height: 1.3rem;
}

.page-article .time {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  font-size: 0.8rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.5rem;
}

.page-article article {
  font-size: 0.75rem;
  line-height: 1.2rem;
  padding: 0 0.5rem;
}

.page-article article p {
  margin-bottom: 0.5rem;
}

.page-article article img {
  max-width: 100%;
  height: auto !important;
}

/*# sourceMappingURL=css.css.map */
</pre></body></html>