<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,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  background-color: #333;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 90%;
  }
}

body {
  color: #4d4d4d;
}

.mobile_show {
  display: none !important;
}

header {
  height: 80px;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

header .flex {
  height: 100%;
}

header .logo {
  height: 40px;
}

.nav__list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav__list li.search__con {
  padding-left: 20px;
}

.nav__list li a {
  color: #4d4d4d;
  margin: 0 20px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  padding-bottom: 15px;
  transition: all .3s;
}

.nav__list li a:hover, .nav__list li a.active {
  text-decoration: none;
  color: #00a077;
  border-color: #00a077;
}

.nav__list li a.ico {
  padding-bottom: 0;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.sub_nav__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  padding: 10px 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.sub_nav__body.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub_nav__body .in_box {
  display: none;
  text-align: right;
}

.sub_nav__body .in_box.sub_about {
  padding-right: 10%;
}

.sub_nav__body .in_box a {
  color: #4d4d4d;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 20px;
  transition: all .3s;
}

.sub_nav__body .in_box a:hover {
  text-decoration: none;
  color: #00a077;
}

.sub_nav__body .in_box.sub_search a, .sub_nav__body .in_box.sub_search input {
  display: inline-block;
  vertical-align: middle;
}

.sub_nav__body .in_box.sub_search input {
  border: 0;
  border-bottom: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  width: 30%;
}

.page_out {
  padding-top: 80px;
}

.y_btn {
  border-radius: 2em;
  border: 1px solid #00a077;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #00a077;
  transition: all .3s;
  padding: 8px 10px;
}

.y_btn:hover {
  text-decoration: none;
  background-color: #00a077;
  color: #fff;
}

footer {
  background-color: #f2f2f2;
  padding: 50px 0;
}

footer .footer_list {
  justify-content: space-between;;
  align-items: flex-start;

}

footer .footer_list li {
   width: calc(100% / 6); 
  /* padding-right: 20px;*/
  box-sizing: border-box;
}

footer .footer_list li.s_10 {
  width: 10%;
}


footer .footer_list li.s_1 {
  width: 17%;
  margin-right: 20px;
}

footer .footer_list li.s_2 {
  width: 13%;
}

footer .footer_list li.s_3 {
  width: 20%;
   margin-right: 20px;
}

footer .footer_list li.s_4 {
  width: 20%;
  margin-right: 20px;
}

footer .footer_list li.s_5 {
  width: 17%;
  margin-right: 30px;
}
footer .footer_list li.s_6 {
  width: 15%;
}

footer .footer_list li h3 {
  font-weight: 600;
  font-size: 17px;
  font-size: 1.2rem;
  margin-bottom: 2px;
  color: #4d4d4d;
}

footer .footer_list li h3 a {
  font-size: 17px;
  font-size: 1.7rem;
}

footer .footer_list li a {
  font-size: 14px;
  font-size: 1.2rem;
  line-height: 2;
  color: #4d4d4d;
}

footer .footer_list li a:hover {
  text-decoration: none;
  color: #00a077;
}

footer .footer_list li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  color: #4d4d4d;
}

footer .footer_list li dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

footer .footer_list li dl dd {
  padding-right: 10px;
  min-width: 35%;
}

footer .footer_list li .ico_con {
  padding: 10px 0;
}

footer .footer_list li .ico_con a {
  display: inline-block;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  transition: all .3s;
  margin-right: 5px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

footer .footer_list li .ico_con a:hover {
  z-index: 10;
}

footer .footer_list li .ico_con a:hover img {
  opacity: 1;
  visibility: visible;
}

footer .footer_list li .ico_con a.ico_1 {
  background-image: url(../images/common/f_i_1.png);
}

footer .footer_list li .ico_con a.ico_2 {
  background-image: url(../images/common/f_i_2.png);
}

footer .footer_list li .ico_con a.ico_3 {
  background-image: url(../images/common/f_i_3.png);
}

footer .footer_list li .ico_con a.ico_4 {
  background-image: url(../images/common/f_i_4.png);
}

footer .footer_list li .ico_con a img {
  position: absolute;
  left: calc(100% + 5px);
  bottom: 0;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

footer .footer_list li .copyright img, footer .footer_list li .copyright span {
  vertical-align: middle;
}

footer .footer_list li .copyright img {
  height: 16px;
}

.mobile_menu_btn {
  color: #4d4d4d;
  font-size: 20px;
  text-decoration: none !important;
}

.mobile_menu_btn:hover {
  color: #00a077;
}

.mobile_menu__body {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 8000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all .5s;
}

.mobile_menu__body.show {
  opacity: 1;
  visibility: visible;
}

.mobile_menu__body.show .menu_in {
  right: 0;
}

.mobile_menu__body .menu_in {
  padding-top: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 150px;
  background: gray;
  transition: all .5s;
}

.mobile_menu__body .menu_in ul li {
  padding: 15px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mobile_menu__body .menu_in ul li.slide i {
  transform: rotate(90deg);
}

.mobile_menu__body .menu_in ul li.slide ul {
  display: block;
}

.mobile_menu__body .menu_in ul li i {
  color: #fff;
  font-size: 14px;
}

.mobile_menu__body .menu_in ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.mobile_menu__body .menu_in ul li a:hover {
  text-decoration: none;
  color: #00a077;
}

.mobile_menu__body .menu_in ul li ul {
  padding-top: 10px;
  padding-left: 20px;
  display: none;
}

.mobile_menu__body .menu_in ul li ul li {
  border: 0;
  padding: 5px 0;
}

.mobile_menu__body .menu_in ul li ul li a {
  font-size: 13px;
  font-weight: 100;
}

.index_mobile__body {
  padding: 5px 0;
}

.index_mobile__body .flex {
  align-items: stretch;
}

.index_mobile__body .box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.index_mobile__body .box p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0 0 15px;
}

.index_mobile__body .s_1 {
  width: calc(34% - 5px);
  height: 300px;
}

.index_mobile__body .s_2 {
  width: 66%;
  height: 300px;
}

.index_mobile__body .h_1 {
  height: 147px;
  width: 100%;
  margin-bottom: 5px;
}

.index_mobile__body .s_3 {
  width: 50%;
  margin-right: 5px;
}

.index_mobile__body .s_31 {
  width: calc(50% - 5px);
  margin-right: 0;
}

.inner_kv__body {
  height: 470px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.inner_kv__body.s_1 {
  height: 470px;
}

.inner_kv__body.s_2 .container {
  align-items: center;
  text-align: center;
  color: #fff;
}

.inner_kv__body.s_2 .container h3 {
  font-size: 60px;
  font-size: 6rem;
}

.inner_kv__body.s_2 .container p {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  padding-top: 10px;
}

.inner_kv__body .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.inner_kv__body a {
  text-decoration: none;
  display: block;
}

.inner_kv__body h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.inner_kv__body h3 {
  font-weight: 700;
  font-size: 40px;
  font-size: 6rem;
  line-height: 1.2;
  max-width: 50%;
}

.inner_kv__body p {
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  line-height:2;
  max-width: 50%;
}

.main {
  padding: 40px 0;
}

.fck__body {
  font-size: 20px;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #000;
}
.fck__body p{
    color:#000;
}

.fck__body img {
   max-width:100%; 
  display:block;margin:0 auto;
}

.footer_scroll {
  height: 76px;
  line-height: 20px;
  overflow: auto;
  overflow-x: hidden;
  width: 95%;
}

.footer_scroll::-webkit-scrollbar
{
display: none;
}
.footer_scroll::-webkit-scrollbar-thumb {
display: none;
}
</pre></body></html>