<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 a {
    margin: 0;
    padding: 0;
} */
.textoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  list-style: none;
  text-decoration: none;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
html {
  font-size: 100px;
}
* {
  list-style: none;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: 'Regular';
  font-size: 0.16rem;
  box-sizing: border-box;
  line-height: 1.4;
  color: #170707;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a:hover,
a:focus {
  color: #170707;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.title h2 {
  position: relative;
}
.title h2,
.title h1 {
  font-size: 0.48rem;
  font-family: 'Bold';
  position: relative;
  z-index: 9;
  text-align: center;
  display: inline-block;
  margin: 0;
}
.title h2 span,
.title h1 span {
  font-size: 0.48rem;
  font-family: 'Bold';
  color: #039b46;
}
.title h3 {
  font-size: 0.18rem;
  display: flex;
}
.title h3 img {
  margin-right: 0.2rem;
  margin-top: 10px;
}

.title span {
  font-size: 0.38rem;
  text-align: center;
  font-family: 'Bold';
}
.title p {
  line-height: 1.8;
  color: #414141;
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin-top: 0.2rem;
}
.btn.more {
  padding: 10px 20px;
  background: #039b46;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  width: max-content;
  font-family: 'Medium';
  font-size: 0.18rem;
}

.content {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.4rem;
}

@font-face {
  font-family: 'Regular';
  src: url(/lib/fonts/Roboto-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'Bold';
  src: url(/lib/fonts/Roboto-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'SemiBold';
  src: url(/lib/fonts/RobotoSlab-SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'OBold';
  src: url(/lib/fonts/Roboto-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'Medium';
  src: url(/lib/fonts/Roboto-Medium.ttf);
  font-display: swap;
}

/* æœç´¢æ&nbsp;æ&nbsp;·å¼å¼€å§‹ */
.c-close-icon {
  width: 20px;
  height: 20px;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-close-icon span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #170707;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-close-icon span:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8.5px) rotate(-45deg);
}
.c-close-icon span:nth-child(2) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}
input:focus,
textarea:focus {
  border-color: #170707;
}
[type='submit'] {
  background: #170707;
  border: 1px solid #170707;
}
[type='submit']:hover {
  background: #fff;
  color: #170707;
}
.c-search__submit:hover {
  background: #170707;
  border-color: #170707;
  color: #fff;
}
/* æ‰‹æœºå¯¼èˆªæœç´¢æ&nbsp;å¼€å§‹ */
.c-search__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* æœç´¢æ&nbsp;æ&nbsp;·å¼å¼€å§‹ */
/* æ‰‹æœºå¯¼èˆªæœç´¢æ&nbsp;ç»“æŸ */

/* å¼¹å‡ºè¡¨å•å¼€å§‹ */

.form_mask {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  display: none;
}

.common-fixed-contact {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 800px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  /* border-radius: 10px; */
  z-index: 998;
  overflow: hidden;
}

.common-fixed-contact h3 {
  margin: 20px 40px;
  color: #ff3c00;
  text-align: center;
  font-family: 'Bold';
}

.common-fixed-contact p {
  margin: 0 40px;
}

.common-fixed-contact-form {
  padding: 20px 40px;
}

.common-fixed-contact-form__input,
.common-fixed-contact-form__textarea {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
  /* border-radius: 4px; */
  margin-bottom: 20px;
  background-color: #fff;
}
.common-fixed-contact-form__input:focus,
.common-fixed-contact-form__textarea:focus {
  border: 1px solid #ff3c00;
}

.common-fixed-contact-form__textarea {
  height: 144px;
  padding: 20px;
  resize: none;
}

.common-fixed-contact-form__submit {
  width: 240px;
  margin: 0 auto;
  margin-top: 20px;
}

.common-btn {
  width: 100%;
  height: 48px;
  background-color: #ff3c00;
  color: #fff;
  border: 1px solid #ff3c00;
  /* border-radius: 24px; */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  position: relative;
  -webkit-box-shadow: 0 15px 20px -5px rgba(50, 47, 46, 0.2);
  box-shadow: 0 15px 20px -5px rgba(50, 47, 46, 0.2);
}
.common-btn:hover {
  color: #ff3c00;
}

.common-fixed-contact__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(/lib/images/close.svg) no-repeat center center;
}

.common-fixed-contact__close img {
  display: none;
}

.common-fixed-contact__close img.active {
  display: block;
}
/* å¼¹å‡ºè¡¨å•ç»“æŸ */

/* page */
.page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.page .flex,
.page .page-numbers {
  min-width: 38px;
  min-height: 38px;
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
}
.page .content {
  display: flex;
}
.page .flex a {
  color: #a8a8a8;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.page .flex.active,
.page .page-numbers.current {
  background: #039b46;
}
.page .flex.active a,
.page .page-numbers.current {
  color: #fff;
}
.page .flex:hover,
.page .page-numbers:hover {
  background: #039b46;
}
.page .flex:hover a,
.page .page-numbers:hover {
  color: #fff;
}
.page .flex:hover svg path {
  fill: #fff;
}
.page .flex .prev svg {
  margin-right: 5px;
}
.page .flex .next svg,
.page .page-numbers.next svg {
  transform: rotate(180deg);
  margin-left: 5px;
}
.right .page .flex:hover a svg path {
  fill: #fff;
}

.bg_F2F2F2 {
  background-color: #f2f2f2;
}

.path {
  display: flex;
  flex-wrap: wrap;
}
.path .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem;
}
.path .content &gt; img {
  margin-right: 5px;
}
.path span {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.path span a {
  color: #fff;
}

.c-sidebar-item--contact {
  background-color: #039b46;
}
.c-sidebar ul li a {
  width: 0.56rem;
  height: 0.56rem;
  background: #170707;
  border-radius: 8px 0px 8px 0px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-sidebar ul li.top a {
  background-color: #039b46;
}

/* æ‰‹æœºç«¯å¤´éƒ¨å¼€å§‹ */
.phone_header {
  display: block;
}
.phone_header .nav {
  display: block;
  height: 60px;
}
.body-top {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  box-shadow: 0px 0px 15px 3px rgba(0, 6, 11, 0.1);
  top: 0;
}
.body-top .body_top {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.body-top .top_left {
  display: inline-block;
  padding: 5px;
  padding-left: 20px;
  background: #fff;
}
.body-top .top_left a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.body-top .top_left img {
  max-width: 150px;
  /* height: 100%; */
}
.body-top .top_right_ {
  display: flex;
  align-items: center;
}
.body-top .top_right_ .login {
  margin-left: 10px;
}
.body-top .top_right {
  width: 22px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 17px;
  float: right;
  right: 0;
}
.body-top .top_right span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #039b46;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.body-top .active span:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.body-top .active span:nth-child(2) {
  opacity: 0;
}
.body-top .active span:nth-child(3) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-9.5px) rotate(45deg);
}
.body-top .cart {
  display: flex;
  float: right;
  justify-content: center;
  height: 100%;
  align-items: center;
  margin-right: 10px;
}
.body-top .cart a {
  text-decoration: none;
  border: none;
  position: relative;
}
.body-top .cart a span {
  display: none;
}
.body-top .cart a .active {
  width: 15px;
  height: 15px;
  text-decoration: none;
  color: #fff;
  background: #e11b22;
  border-radius: 50%;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
  display: block;
}

.phone_header .mask_1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  top: 0;
}
.phone_header &gt; .active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
}
.body-left {
  width: 30%;
  opacity: 0;
  height: 100%;
  float: right;
  /* position: fixed; */
  z-index: 9999;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.body-left .search {
  width: 100%;
  height: 60px;
  background-color: #170707;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}
.body-left .search .close {
  width: 16px;
  height: 16px;
  margin-left: 25px;
}

.body-left.body_left_active {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow: auto;
}
.body-left .img {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.body-left .img img {
  width: 100px;
}
.body-left .list {
  padding: 10px;
  min-height: 80%;
}
.body-left .list &gt; ul &gt; li {
  padding: 20px 0 20px 0px;
  color: #1d1d1d;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.list &gt; ul &gt; li &gt; .active {
  opacity: 1;
  pointer-events: auto;
}
.body-left .list &gt; ul &gt; li &gt; a {
  color: #1d1d1d;
  font-size: 15px;
  position: relative;
  text-decoration: none;
}
.menu__children_phone {
  display: none;
}
.body-left .list &gt; ul &gt; li .active {
  color: #170707;
}
.menu__children_phone .menu__item {
  width: 100%;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu__children_phone .menu__item a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.menu__item .menu__children_phone3 {
  display: none;
}
.menu__item .menu__children_phone3 li {
  width: 100%;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu__item2 .triangle3 svg {
  width: 14px;
  height: 14px;
}
.menu__item2 .triangle3 {
  display: inline-block;
  position: absolute;
  right: 6px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transform-origin: 7px 8px;
}
.menu__item2 .triangle3.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.body-left .list &gt; ul &gt; li .triangle {
  display: inline-block;
  position: absolute;
  right: 6px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transform-origin: 7px 8px;
}
.body-left .list &gt; ul &gt; li .triangle.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.body-left .nav_phone {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body-left .nav_phone .call {
  display: flex;
  margin-bottom: 20px;
}
.body-left .nav_phone .call img {
  margin-right: 10px;
}
.body-left .nav_phone .samples {
  width: 180px;
  height: 40px;
  background-color: #170707;
  border-radius: 20px;
}
.body-left .nav_phone .samples a {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Bold';
  box-shadow: 0 4px 12px rgba(37, 32, 31, 0.3);
}
/* æ‰‹æœºç«¯å¤´éƒ¨ç»“æŸ */

.zt {
  height: 1rem;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
header .header_top .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .header_top .content .right {
  display: flex;
  align-items: center;
}
header .header_top .content .center ul.menu {
  display: flex;
  align-items: center;
  margin-right: 0.7rem;
}
header .header_top .content .center ul.menu &gt; li &gt; a {
  padding: 0.39rem 0.23rem;
  display: block;
}
header .header_top .content .center ul.menu &gt; li.active &gt; a {
  color: #039b46;
  font-family: 'SemiBold';
  position: relative;
}
header .header_top .content .center ul.menu &gt; li.active &gt; a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #039b46;
  content: '';
}
header .header_top .content .center ul.menu .sub_menu_0 {
  position: absolute;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(0, 47, 167, 0.08);
  left: 6%;
  top: 100%;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  padding: 0.4rem 0.7rem;
  display: flex;
  justify-content: space-between;
}
header .header_top .content .center ul.menu .sub_menu_0 .box {
  margin-right: 0.7rem;
}
header .header_top .content .center ul.menu .sub_menu_0 .box:last-child {
  margin-right: 0;
}
header .header_top .content .center ul.menu &gt; li:hover .sub_menu_0 {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
header .header_top .content .center ul.menu .sub_menu_0 .box h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
  font-size: 0.2rem;
}
header .header_top .content .center ul.menu .sub_menu_0 .box ul li {
  margin-top: 10px;
}
header .header_top .content .center ul.menu .sub_menu_0 .box ul li a {
  color: #414141;
}
header .header_top .content .center ul.menu .sub_menu_0 .box ul li a:hover {
  color: #170707;
  font-family: 'Medium';
}

header .header_top .content .right .search{
  cursor: pointer;
}

header .header_top .content .right .language {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
header .header_top .content .right .language svg {
  margin-left: 10px;
}

footer {
  background: url(/lib/imgs/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
footer * {
  color: #fff;
}
footer .footer_top {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
footer .footer_top .content {
  display: flex;
  justify-content: space-between;
}
footer .footer_top .left {
  max-width: 305px;
  width: 100%;
}
footer .footer_top .left p.txt {
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  font-size: 14px;
  line-height: 1.8;
}
footer .footer_top .left .share {
  display: flex;
}
footer .footer_top .left .share li {
  margin-right: 0.3rem;
}
footer .footer_top .left {
  margin-right: 1rem;
}
footer .footer_top .right {
  flex: 1;
  display: flex;
  justify-content: space-around;
}
footer .footer_top .right .box {
  max-width: 200px;
  width: 100%;
}
footer .footer_top .right .box:last-child {
  max-width: 270px;
}
footer .footer_top .right .box h3 {
  margin-top: 10px;
  margin-bottom: 0.5rem;
  position: relative;
  font-family: 'Bold';
}
footer .footer_top .right .box h3 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  transition: all 0.5s;
  display: none;
}
footer .footer_top .right .box h3.active svg {
  transform: translateY(-50%);
}
footer .footer_top .right .box h3::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  content: '';
  left: 0;
  bottom: -0.26rem;
}
footer .footer_top .right .box ul li {
  margin-bottom: 0.15rem;
  font-size: 16px;
}
footer .footer_top .right .box ul li a {
  color: #fff;
  font-family: 'Medium';
  font-size: 16px;
}
footer .footer_top .right .box ul li span img {
  display: inline;
}
footer .footer_top .right .box .btn {
  display: flex;
  background: #ffffff;
  border-radius: 24px 0px 24px 24px;
  color: #039b46;
  padding: 10px 25px;
  font-family: 'Medium';
  position: relative;
  z-index: 9;
}
footer .footer_top .right .box .button {
  position: relative;
  margin-top: 0.5rem;
}
footer .footer_top .right .box .button::after {
  position: absolute;
  left: -4px;
  bottom: -4px;
  border-radius: 24px 0px 24px 24px;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #039b46;
  z-index: 8;
}
footer .footer_top .right .box .btn img {
  margin-right: 10px;
}
footer .footer_btm {
  border-top: 1px solid #039b46;
  padding: 0.3rem 0;
}
footer .footer_btm p {
  text-align: center;
  font-size: 14px;
}

main .banner_public {
  position: relative;
}
main .banner_public &gt; img {
  width: 100%;
  height: 352px;
  object-fit: cover;
}
main .banner_public .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
main .banner_public .mask .txt h1 {
  color: #fff;
  font-size: 0.48rem;
  font-family: 'Bold';
}
main .banner_public .mask .txt span {
  color: #fff;
  font-size: 0.48rem;
  font-family: 'Bold';
}
main .banner_public .path {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1440px) {
  .content {
    max-width: 1140px;
  }
}

@media (max-width: 1279px) {
  footer .footer_top .right .box h3 svg {
    display: block;
  }
}

@media (max-width: 767px) {
  .content {
    padding: 0 15px;
  }
  .body-left {
    width: 60%;
  }
  * {
    font-size: 0.28rem;
  }
  footer .footer_top .content {
    flex-direction: column;
  }
  footer .footer_top .left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  footer .footer_top .right {
    flex-direction: column;
  }
  footer .footer_top .right .box {
    max-width: 100%;
  }
  footer .footer_top .right .box:last-child {
    max-width: 100%;
  }
  .btn.more {
    font-size: 0.28rem;
  }
  .page .flex,
  .page .page-numbers {
    padding: 5px;
    margin: 0 5px;
  }
  .c-sidebar {
    right: 20px;
    bottom: 20px;
  }
  .c-sidebar ul li a {
    width: 48px;
    height: 48px;
  }
  main .banner_public &gt; img {
    height: 200px;
    object-fit: cover;
  }
}
</pre></body></html>