<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
}

body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 16px \5FAE\8F6F\96C5\9ED1, \5b8b\4f53;
}

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

address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: \5FAE\8F6F\96C5\9ED1, \5b8b\4f53;
}

form {
  display: inline;
}

ol,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

img {
 width: 100%;
  display: block;
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

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

textarea {
  resize: none;
}

input {
  border: none;
}

a {
  text-decoration: none;
  color: unset;
}

.header {
  z-index: 9999;
  background: #fff;
  height: 3.54167rem;
  width: 100%;
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  top: 0;
  flex-direction: row;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.logo img {
  width: 7.04167rem;
  margin-left: 1.04167rem;
}

.top_empty {
  height: 3.54167rem;
}

.navbar {
  width: 3.54167rem;
  height: 100%;
}

.dom {
  width: 1.04167rem;
  height: 0.16667rem;
  background: #A8CBD9;
  position: absolute;
  top: 1.6875rem;
  right: 1.25rem;
  transition: all .3s ease-out;
}

.dom::before,
.dom::after {
  content: '';
  width: 1.04167rem;
  height: 0.16667rem;
  background: #A8CBD9;
  position: absolute;
  transition: all .3s ease-out;
}

.dom::before {
  top: -0.4375rem;
}

.dom::after {
  top: 0.4375rem;
}

/* 叉 */
.change {
  width: 1.04167rem;
  height: 0.16667rem;
  position: absolute;
  top: 1.6875rem;
  right: 1.25rem;
  transition: all .3s ease-out;
  background: transparent;
}

.change::before,
.change::after {
  width: 1.25rem;
  height: 0.16667rem;
  background: #A8CBD9;
  position: absolute;
  transition: all .3s ease-out;
  content: '';
}

.change::before {
  top: 0rem;
  right: 0rem;
  transform: rotateZ(45deg);
}

.change::after {
  top: 0rem;
  right: 0rem;
  transform: rotateZ(-45deg);
}

.navbar img {
  width: 3.54167rem;
}

.navbar_box {
  z-index: 777;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0rem;
}

.navul_box {
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 3.54167ppx/pxrem;
}

.navul_box ul {
  width: 100%;
  background: #fff;
  transform: translateY(-22.5rem);
  transition: 1.5s;
}

.navul_box ul a {
  display: block;
  margin: 0 auto;
  height: 3.75rem;
  width: 20.41667rem;
  border-bottom: 1px solid #e6f4fa;
  line-height: 3.75rem;
  font-size: 0.83333rem;
  padding-left: 3.54167rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ul_up {
  position: fixed;
  top: 3.54167rem;
}

.ul_down {
  transform: none !important;
  transition: 1.5s;
  position: fixed;
  top: 3.54167rem;
}

.subpage_titlt {
  padding: 0 1.04167rem;
  background: #fff;
  border-top: 1px solid #f2f2f2;
}

.subpage_titlt p {
  padding-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4c4c4c;
}

.subpage_titlt i {
  display: block;
  padding-top: 0.625rem;
  font-size: 0.58333rem;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.subpage_cont {
  width: 20.41667rem;
  margin: 0 auto;
  margin-bottom: 1.04167rem;
}

.subpage_cont p {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #666666;
  text-align: justify;
}

.subpage_cont img {
  width: 20.41667rem;
}

.subpage_cont ul li {
  margin-top: 0.41667rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #666666;
}

.subpage_cont ul li ::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.3125rem solid transparent;
  border-left: 0.41667rem solid #AACCDA;
  position: relative;
}

.subpage_cont ul li i {
  font-weight: bold;
  color: #666666;
}

.sco_title {
  display: block;
  width: 20.41667rem;
  margin: 0 auto;
  font-size: 0.75rem;
  font-weight: bold;
  color: #4c4c4c;
  margin-bottom: 0.625rem;
  line-height: 2.08333rem;
}

.subpage_title {
  text-align: center;
  display: block;
  width: 20.41667rem;
  line-height: 2.5rem;
  margin: 0 auto;
  font-size: 0.83333rem;
  letter-spacing: 0.02083rem;
  font-weight: bold;
  background: #f5f5f5;
  color: #df6520;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.subpage_three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subpage_three span {
  width: 100%;
  font-size: 0.83333rem;
  color: #df6520;
  margin-bottom: 0.625rem;
}

.subpage_three div {
  width: 6.52083rem;
}

.subpage_three div img {
  width: 100%;
}

.subpage_three div p {
  text-align: center;
  font-size: 0.83333rem;
  line-height: 2.08333rem;
  color: #df6520;
}

.subpage_three div i {
  text-align: justify;
  font-size: 0.75rem;
  color: #666;
}

.subpage_four {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.625rem;
}

.subpage_four span {
  width: 100%;
  font-size: 0.83333rem;
  color: #df6520;
  margin-bottom: 0.625rem;
}

.subpage_four div {
  text-align: center;
  width: 10rem;
}

.subpage_four div img {
  width: 100%;
}

.subpage_four div p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 2.5rem;
  color: #333;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  border-top: none;
  text-indent: 0 !important;
  box-sizing: border-box;
  margin-bottom: 0.625rem;
}

.comm_four div {
  width: 4.79167rem;
}

.comm_four div p {
  margin-top: 0.41667rem;
  margin-bottom: 0.20833rem;
  line-height: normal;
  text-align: justify;
}

.cmd_cont div {
  width: 9.6875rem;
}

.cmd_cont div p {
  margin-top: 0.41667rem;
  margin-bottom: 0.20833rem;
  line-height: 1.66667rem;
  text-align: justify;
}

.call_li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.call_li ::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.3125rem solid transparent;
  border-left: 0.41667rem solid #AACCDA;
  position: relative;
}

.call_li li {
  width: 50%;
  display: block;
}

.joint_four {
  display: flex;
  justify-content: space-between;
}

.joint_four div span {
  display: block;
  width: 4.16667rem;
  height: 4.16667rem;
  line-height: 4.16667rem;
  text-align: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: bolder;
  color: #2180C4;
  border: 0.20833rem solid #f0eeee;
}

.joint_four div p {
  text-align: center;
}

.hotel_zizhu {
  display: flex;
}

.hotel_zizhu span {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hotel_zizhu span p {
  font-weight: bolder;
}

.hotel_zizhu span div {
  top: 0;
  width: 0;
  height: 0;
  border-top: 0.83333rem solid #e5e5e5;
  border-left: 0.41667rem solid transparent;
  border-right: 0.41667rem solid transparent;
}

.hotel_zizhu i {
  width: 55%;
  font-size: 0.75rem;
  color: #666666;
  text-align: justify;
  line-height: 1.5rem;
}

.sch_li li {
  width: 33.33%;
}

.cust_li {
  margin-top: 1.04167rem;
  column-count: 2;
  column-gap: 1.04167rem;
}

.cust_li ul {
  box-sizing: border-box;
  break-inside: avoid;
}

.cust_li ul p {
  display: block;
  color: #df6520;
  background: #f5f5f5;
  text-align: center;
  line-height: 2.5rem;
}

.cust_li ul li {
  text-align: center;
  text-indent: 0;
  list-style-type: none !important;
  line-height: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.cust_li ul :last-child {
  border-bottom: none;
}

.footer {
  padding: 1.45833rem;
  background: #797474;
  font-size: 0.66667rem;
  line-height: 1.25rem;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ronghetx p {
  text-indent: 1.5rem;
}

.ronghetx p ::before {
  content: none !important;
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.3125rem solid transparent;
  border-left: 0.41667rem solid #AACCDA;
  position: relative;
}

.ronghetx h3 {
  text-align: left;
  padding-left: 1.04167rem;
  display: block;
  width: 20.41667rem;
  line-height: 2.08333rem;
  margin: 0 auto;
  font-size: 0.70833rem;
  letter-spacing: 0.02083rem;
  font-weight: bold;
  color: #07a0dd;
  border: 1px solid #f5f5f5;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  box-sizing: border-box;
}

.newsbox {
  width: 20.41667rem;
  min-height: 25rem;
  margin: 0 auto;
  margin-top: 1.04167rem;
  margin-bottom: 1.04167rem;
}

.newsbox li {
  border: 1px solid #ccc;
  margin-bottom: 1.04167rem;
  overflow: hidden;
  max-height: 4.16667rem;
}

.newsbox a {
  display: flex;
}

.newsbox img {
  width: 4.16667rem;
  height: 4.16667rem;
  object-fit: cover;
  float: left;
  display: block;
}

.newsbox p {
  float: left;
  font-size: 0.83333rem;
  margin-top: 0.41667rem;
  line-height: 1.66667rem;
  color: #666666;
  text-align: justify;
  padding: 0 0.41667rem;
  padding-left: 0.83333rem;
  position: relative;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsCont {
  width: 20.41667rem;
  min-height: 25rem;
  margin: 0 auto;
  margin-top: 1.04167rem;
  margin-bottom: 1.04167rem;
}

.newsCont p {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #666666;
  text-align: justify;
  text-indent: 1.5rem;
}

.newsCont img {
  width: 100%;
  margin-bottom: 0.625rem;
}

.newsCont .newsTitle {
  width: 100%;
  display: inline-block;
  color: #df6520;
  line-height: 1.45833rem;
  min-height: 2.5rem;
  background: #f5f5f5;
  margin-bottom: 1.04167rem;
  font-weight: bold;
  padding: 0.625rem;
  box-sizing: border-box;
  text-align: left;
}

.subpage_three {
  display: flex;
  margin-top: 0.625rem;
}

.subpage_three div {
  text-align: center;
  width: 32%;
}

.subpage_three div img {
  width: 100%;
}

.subpage_three div p {
  text-align: center;
  font-size: 0.70833rem;
  text-indent: 0 !important;
  color: #333;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  border-top: none;
  text-indent: 0 !important;
  box-sizing: border-box;
  margin-bottom: 0.625rem;
}
.mianbao {
  width: 20.41667rem;
  margin: 0.5rem auto;
  height: 2.08333rem;
  font-size: 0.66667rem;
 
}

.mianbao a {
  line-height: 2.08333rem;
  margin: 0 0.625rem;
  color: #333;
}
</pre></body></html>