<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
DL,
DT,
DD,
UL,
OL,
LI,
PRE,
FIELDSET,
LEGEND,
BUTTON,
LABEL,
ul {
  padding: 0px;

  margin: 0px;

  border: 0px;

  font-family: MicrosoftYaHei;
  font-weight: normal;
}

body {
  font-family: MicrosoftYaHei, PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light;
  margin: 0;
  padding: 0;
  display: block;
  /* overflow-x: hidden; */
}

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

/* quchupinggmorenyangs */
.btn:focus {
  outline: none !important;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  display: block;
  text-decoration: none !important;
  outline: none;
}

@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: MicrosoftYaHei;
  background-color: #f7f4f0;
  font-size: 14px;
  height: 100%;
}

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

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.common_width {
  width: 1200px;
  margin: 0 auto;
}

body ul,
body p {
  margin: 0;
}

ul &gt; li {
  list-style-type: none;
}

img {
  border: none;
  outline: none;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0.1s;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
}

input {
  outline: none;
  border: 0;
  font-family: 'ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ';
  background: none;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
  -webkit-appearance: none;
}

.header {
  position: relative;
  z-index: 1000;
  padding: 0 20px;
  background-color: white;
}

.header_body {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
}

.header_logo {
  position: relative;
  height: 100px;
}

.header_logo .logo {
  display: table;
  float: left;
  height: 100%;
}

.header_logo .logo_td {
  display: table-cell;
  vertical-align: middle;
}

.header_logo .logo a {
  display: inline-block;
  vertical-align: middle;
}

.header_logo .logo a + a {
  margin-left: 10px;
}

.header_logo .logo .logo1 {
  width: 250px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../images/logo1.png');
}

.header_logo .logo .logo2 {
  width: 336px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../images/logo2.png');
}

.header_right {
  float: right;
  display: table;
  height: 100%;
}

.header_search {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}

.header_search form {
  float: right;
  border-left: 0px solid #999;
  position: relative;
}

.header_search form input[type='submit'] {
  height: 36px;
  width: 36px;
  float: left;
  background: url(../images/search.png) no-repeat center;
  position: absolute;
  right: 8px;
}

.header_search form input[type='text'] {
  width: 180px;
  float: left;
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding-right: 44px;
}

.header_search form input[type='text']:-webkit-autofill,
.header_search form input[type='text']:-webkit-autofill:hover,
.header_search form input[type='text']:-webkit-autofill:focus,
.header_search form input[type='text']:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #333333 !important;
}

.header_logo .collapse-button {
  display: none;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.header_logo .collapse-button .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0 0 20px;
  background-color: rgb(174, 10, 41);
  border-radius: 1px;
}

.menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  max-height: 350px;
  overflow-y: auto;
  text-align: left;
  overflow-x: hidden;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.webSearch {
  border: 1px solid #e71a2f;
  border-radius: 15px;
  overflow: hidden;
  width: 80%;
  margin: 15px auto;

  /* background-color: #e19ca3; */
}

.webSearch input {
  outline: none;
  border: none;
}

.inpTit {
  height: 15px;
  padding: 15px;
  width: 80%;
  float: left;
}

.inpSearch {
  width: 20%;
  float: left;
  background: url('../images/search2.png') no-repeat center center;
  height: 15px;
  padding: 15px;
}

.menuOne &gt; li {
  width: 100%;
  position: relative;
}

.menuOne &gt; li &gt; a {
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 40px;
  font-size: 15px;
  text-transform: capitalize;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #333;
}

.menuOne &gt; li &gt; a:before {
  background: #e71a2f;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.menuOne &gt; li.active &gt; a:before,
.menuOne &gt; li:hover &gt; a:before {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

ul.dropdown {
  position: static;
  width: 100%;
  display: none;
  left: 0;
  top: 100%;
  z-index: 999;
  min-width: 200px;
  white-space: nowrap;
  background: #fff;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}

.menuOne &gt; li &gt; ul.dropdown li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  text-align: left;
}

.menuOne ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 0 0 0 25px;
  line-height: 40px;
  font-size: 13px;
  color: #777777;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  clear: both;
  position: relative;
  outline: 0;
  z-index: 1;
  transition-delay: 0.1s;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menuOne ul.dropdown li a:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.menuOne ul.dropdown li a:before {
  transition: all 0.3s ease-in-out;
}

.menuOne ul.dropdown li a:before {
  background: #e71a2f;
}

.menuOne ul.dropdown li:hover a {
  color: #fff;
}

.menuOne ul.dropdown li:hover a:before {
  width: 100%;
}

.menuOne li .sub-toggle {
  display: block;
  width: 50px;
  right: 0;
  line-height: 40px;
  top: 0;
  border-left: solid 1px rgba(0, 0, 0, 0.05);

  position: absolute;
  color: #181818;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  font-size: 20px;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menuOne li .sub-toggle i {
  font-style: normal;
  display: block;
  width: 100%;
  height: 100%;
}

.menuOne li .expend i {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -moz-transform: rotate(45deg); /* Firefox */
  -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
  -o-transform: rotate(45deg); /* Opera */
}

.nav {
  background-color: #ad0b29;
}

.navFrist {
  position: relative;
  z-index: 900;
  max-width: 1140px;
  margin: 0 auto;
  font-size: 0;
}

.navFrist &gt; li {
  position: relative;
  display: inline-block;
}

.navFrist &gt; li.active,
.navFrist &gt; li:hover {
  background-color: #79081d;
}

.navFrist &gt; li + li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: block;
  width: 1px;
  height: 24px;
  background-color: #ce6d7f;
}

.navFrist &gt; li:hover::after,
.navFrist &gt; li:hover + li::after,
.navFrist &gt; li.active::after,
.navFrist &gt; li.active + li::after {
  display: none;
}

.navFrist.li5 &gt; li {
  width: 20%;
}

.navFrist.li4 &gt; li {
  width: 25%;
}

.navFrist &gt; li &gt; a {
  position: relative;
  padding: 16px 5px;
  font-size: 18px;
  color: white;
  text-align: center;
}

.navFrist &gt; li &gt; a::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  left: 0;
  top: 100%;
}

.navFrist &gt; li .sub {
  display: none;
  position: absolute;
  min-width: 140px;
  padding-top: 10px;
  top: 50px;
  left: 50%;
  border-radius: 6px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navFrist &gt; li .sub::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid white;
}

.navFrist &gt; li .sub &gt; li + li {
  border-top: 1px solid #e6e6e6;
}

.navFrist &gt; li .sub &gt; li &gt; a {
  padding: 16px 5px;
  font-size: 16px;
  color: black;
  text-align: center;
  background-color: white;
}

.navFrist &gt; li .sub &gt; li:nth-child(1) &gt; a {
  border-radius: 6px 6px 0 0;
}

.navFrist &gt; li .sub &gt; li:nth-last-child(1) &gt; a {
  border-radius: 0 0 6px 6px;
}

.footer {
  position: relative;
  z-index: 0;
  padding: 0 20px;
  background-color: #ad0b29;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url('../images/foot_bg.png');
}

.focus + .footer,
.index_units + .footer {
  margin-top: 80px;
}

.footer_body {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 0 40px 0;
  font-size: 0;
  overflow: hidden;
}

.footer_body .map {
  display: inline-block;
  vertical-align: top;
}

.footer_body .map1 {
  width: 54%;
}

.footer_body .map2 {
  width: 45%;
}

.footer_body .map_line {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer_body .map_line + .map2 {
  padding-left: 60px;
}

.footer_body .map_cell {
  display: inline-block;
  vertical-align: top;
}

.footer_body .map1 .map_cell {
  width: 25%;
}

.footer_body .map2 .map_cell1 {
  width: 60%;
}

.footer_body .map2 .map_cell2 {
  width: 40%;
}

.footer_body .map_title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding-right: 10px;
  word-break: break-all;
  word-wrap: break-word;
}

.footer_body .map_link {
  font-size: 14px;
  color: white;
  padding-right: 10px;
  word-break: break-all;
  word-wrap: break-word;
}

.footer_body .map_title + .map_link {
  margin-top: 38px;
}

.footer_body .map_link + .map_link {
  margin-top: 18px;
}

.footer .code {
  text-align: center;
  font-size: 14px;
  color: white;
}

.footer .code img {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  width: 115px;
  height: 115px;
}

.footer .copyright {
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 18px;
  margin: 0 -20px;
  background-color: rgba(121, 8, 29, 0.8);
}

.page_banner {
  position: relative;
  z-index: 0;
  padding-bottom: 28.07%;
}

.banner_canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_canvas.banner1 {
  background-image: url('../images/p-banner1.jpg');
}

.banner_canvas.banner2 {
  background-image: url('../images/p-banner2.jpg');
}

.banner_canvas .title {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.banner_canvas .title h1 {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 32px;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
}

.banner_canvas .title h1 span {
  position: relative;
  z-index: 1;
}

.banner_canvas .title h1 span &gt; i {
  position: absolute;
  z-index: 0;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #ad0b29;
}

.page_tab {
  background-color: white;
}

.page_tab .tab_body {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-y: auto;
}

.page_tab .tab_body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.page_tab .tab_body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999;
}

.page_tab .tab_body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.page_tab .tab_body li {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.page_tab .tab_body li a {
  padding: 25px 23px;
  font-size: 18px;
  color: #333333;
}

.page_tab .tab_body li::before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  background-color: #ad0b29;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: left 0.4s ease, opacity 0.6s ease;
}

.page_tab .tab_body li::after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  background-color: #ad0b29;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: right 0.4s ease, opacity 0.6s ease;
}

.page_tab .tab_body li.active::before,
.page_tab .tab_body li:not(.active):hover::before {
  left: 23px;
  opacity: 1;
}

.page_tab .tab_body li.active::after,
.page_tab .tab_body li:not(.active):hover::after {
  right: 23px;
  opacity: 1;
}

.page_tab .tab_body li:hover a,
.page_tab .tab_body li.active a {
  color: #ad0b29;
}

.pageMain {
  position: relative;
  padding: 0 20px;
  clear: both;
}

.pageMain + .footer {
  margin-top: 70px;
}

.pageMain + .pageMain {
  margin-top: 40px;
}

.pageMain::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.main_body {
  max-width: 1140px;
  margin: 0 auto;
  clear: both;
}

.breadcrumb {
  padding: 22px 0 22px 25px;
  font-size: 14px;
  color: #666666;
  background-position: left 4px center;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-image: url('../images/icon_loc.png');
}

.breadcrumb * {
  display: inline;
  font-size: 14px;
  color: #666666;
  font-style: normal;
}

.breadcrumb a:nth-last-child(1) {
  color: #ad0b29;
}

.breadcrumb a:hover {
  color: #ad0b29;
  text-decoration: underline !important;
}

.pageContent {
  padding-left: 40px;
  padding-right: 40px;
  background-color: white;
}

.rich_text {
  line-height: 2;
  font-size: 16px;
  color: #444444;
}

.rich_text.wbg {
  background-color: white;
}

.rich_text.pad {
  padding-top: 35px;
  padding-bottom: 55px;
}

.rich_text * {
  max-width: 100%;
  max-height: 1000%;
  word-break: break-all;
}

.rich_text img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1140px) {
  .page_banner {
    padding-bottom: 0;
    height: 320px;
  }
}

@media (max-width: 960px) {
  .header_logo {
    height: 80px;
  }

  .header_search {
    display: none;
  }

  .header_logo .collapse-button {
    display: table-cell;
  }

  .nav {
    display: none;
  }

  .footer_body .map {
    display: block;
  }

  .footer_body .map_line {
    display: block;
    margin: 35px 0;
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 960px) and (min-width: 768px) {
  .footer_body .map1 {
    width: 100%;
    padding-left: 60px;
  }

  .footer_body .map2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header_logo .logo .logo1 {
    width: 181.81px;
    height: 40px;
  }

  .header_logo .logo .logo2 {
    width: 244.36px;
    height: 40px;
  }

  .footer_body .map1 {
    width: 100%;
    padding-left: 20px;
  }

  .footer_body .map2 {
    width: 100%;
  }

  .footer_body .map_line + .map2 {
    padding-left: 20px;
  }

  .page_tab .tab_body li a {
    padding: 20px 18px;
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .header_logo {
    height: 60px;
  }

  .header_logo .logo .logo1 {
    width: 113.63px;
    height: 25px;
  }

  .header_logo .logo .logo2 {
    width: 152.72px;
    height: 25px;
  }

  .focus + .footer,
  .index_units + .footer {
    margin-top: 60px;
  }

  .footer_body .map1 {
    padding-left: 0;
  }

  .footer_body .map_line + .map2 {
    padding-left: 0;
  }

  .footer_body .map2 .map_cell1 {
    width: 100%;
  }

  .footer_body .map2 .map_cell2 {
    width: 100%;
    margin-top: 30px;
  }

  .banner_canvas .title h1 {
    font-size: 20px;
  }

  .page_tab .tab_body li a {
    padding: 15px 12px;
    font-size: 14px;
  }

  .pageMain + .footer {
    margin-top: 50px;
  }

  .pageMain + .pageMain {
    margin-top: 30px;
  }

  .pageContent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich_text.pad {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
</pre></body></html>