/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
/* html reset */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  display: block;
}
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
input,
textarea {
  outline-style: none;
  font-size: 12px;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  display: block;
}
body {
  color: #2b2b2b;
  font-size: 14px;
  background: #ffffff;
}
* {
  box-sizing: border-box;
  user-select: auto;
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 18px;
}
*::selection {
  color: #fff;
  background-color: #000;
  text-shadow: none;
}
/* 文字选中后背景 */
img {
  height: auto;
  user-select: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
/* 滚动条美化 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滚动条轨道 */
::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滑块 */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 2rem!important;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #9e9e9e;
  opacity: 1;
  transition: 0.2s ease-in all;
  border-radius: 5px;
}
.swiper-pagination-bullet-active {
  width: 15px;
  height: 5px;
  background: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  transition: 0.2s all;
}
.swiper-button-prev:active,
.swiper-button-next:active {
  transform: translate(2px, 2px);
}
.paging-box {
  margin: 2rem 0 0rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging-box .page-link {
  width: auto;
  background: #fff;
  margin: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: 0.2s all ease-in;
  font-size: 1.5rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
}
.paging-box .page-link.current {
  background: #305C4F !important;
  color: #fff;
}
.paging-box .nocurrent {
  opacity: 0.5;
}
.paging-box .page-link_num {
  background: #fff;
  transition: 0.2s all ease-in;
}
.paging-box .page-link_num:hover {
  background: #ddd;
}
@font-face {
  font-family: numfont;
  src: url("/Static/font/D-DIN-Bold.ttf");
}
@font-face {
  font-family: enfont;
  src: url("/Static/font/a_FuturaOrtoBold.ttf");
}
@font-face {
  font-family: HanSansCN;
  src: url("/Static/font/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: HanSansCNMEDIUM;
  src: url("/Static/font/SourceHanSansCN-Medium.woff") format("woff");
}
@font-face {
  font-family: HanSansCNBOLD;
  src: url("/Static/font/SourceHanSansCN-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: HanSansCNHEAVY;
  src: url("/Static/font/SourceHanSansCN-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  font-family: sour;
}
html {
  display: flex;
  justify-content: center;
}
body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
.xhpoint {
  position: absolute;
  top: -8rem;
  z-index: -1;
  visibility: hidden;
}
.section_box {
  padding: 7rem 7rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section_main {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.mtitle {
  margin-bottom: 7rem;
}
.mtitle .mtitle_h2 {
  font-size: 3rem;
  color: #305C4F;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: enfont;
  font-weight: bold;
}
.mtitle .mtitle_p {
  font-size: 2rem;
  text-align: center;
  color: #2b2b2b;
  font-family: HanSansCNMEDIUM;
  font-weight: bold;
}
.mtitle_left {
  margin-bottom: 4.3rem;
}
.mtitle_left .mtitle_h2 {
  font-size: 3rem;
  color: #2b2b2b;
  margin-bottom: 0.5rem;
  font-family: enfont;
  font-weight: bold;
}
.mtitle_left .mtitle_p {
  font-size: 2rem;
  color: #2b2b2b;
  font-family: HanSansCNMEDIUM;
  font-weight: bold;
}
.mbtn {
  width: 18rem;
  border: 1px solid #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  height: 4.8rem;
  transition: background-position 0.5s ease;
}
.mbtn .xhi {
  position: absolute;
  left: 0rem;
  color: #2b2b2b;
  z-index: 3;
  transition: all 0.5s ease;
  transform: translateX(0rem);
  opacity: 0;
}
.mbtn span {
  font-size: 1.6rem;
  color: #2b2b2b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
  transition: all 0.5s ease;
}
.mbtn .mbtn_bg {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 0%;
  height: 100%;
  background: #305C4F;
  transition: all 0.5s ease;
}
.mbtn:hover {
  border-color: #305C4F;
}
.mbtn:hover span {
  color: #fff;
  transform: translateX(2rem);
}
.mbtn:hover .xhi {
  left: 3rem;
  opacity: 1;
  color: #fff;
  animation: left-right 1s infinite;
}
.mbtn:hover .mbtn_bg {
  width: 100%;
}
@keyframes left-right {
  0% {
    transform: translateX(-10%);
  }
  50% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}
.xhcrumbs {
  width: 100%;
  padding: 8rem 7rem 0 7rem;
}
.xhcrumbs .xhcrumbs_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xhcrumbs .mleft {
  display: flex;
  align-items: center;
}
.xhcrumbs .mleft a {
  color: #666;
  font-size: 1.6rem;
  position: relative;
}
.xhcrumbs .mleft i {
  color: #F5F6F7;
  margin-right: 1rem;
}
.xhcrumbs .mleft a::after {
  content: '-';
  margin: 0 0.8rem;
}
.xhcrumbs .mleft a:last-child::after {
  display: none;
}
.xhRich {
  padding: 2rem 0 5rem 0;
}
.xhRich_text {
  font-size: 1.6rem;
  line-height: 170%;
  color: #666;
}
.xhRich_text h1,
.xhRich_text h2,
.xhRich_text h3,
.xhRich_text h4,
.xhRich_text h5,
.xhRich_text h6 {
  margin-bottom: 1.5rem;
}
.xhRich_text li {
  transform: translateX(2rem);
  list-style-type: disc;
  margin-bottom: 1rem;
}
.xhRich_text p {
  margin-bottom: 1rem;
}
.xhRich_text a {
  display: inline-block;
  color: #305C4F;
  font-weight: bold;
  text-decoration: underline;
}
.xhRich_text img {
  display: inline-block;
  max-width: 100%;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .xhRich_text {
    font-size: 1.8rem;
  }
}
.pcheader {
  width: 100%;
  height: 8rem;
  position: fixed;
  padding: 0 4rem;
  box-shadow: 0 0 0 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.pcheader .pcheader_main {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10;
}
.pcheader .pcheader_left a {
  width: 13.5rem;
  position: relative;
}
.pcheader .pcheader_left a img {
  width: 100%;
}
.pcheader .pcheader_left a .pc_logo_b {
  opacity: 0;
  transition: 0.2s all ease-in;
}
.pcheader .pcheader_left a .pc_logo_w {
  opacity: 1;
  transition: 0.2s all ease-in;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.pcheader .pcheader_right {
  height: 100%;
}
.pcheader .pcheader_right ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.pcheader .pcheader_right ul li {
  height: 100%;
  position: relative;
  padding: 0 2.5rem;
}
.pcheader .pcheader_right ul li a {
  height: 100%;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
  perspective: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0s;
  cursor: pointer;
  z-index: 3;
}
.pcheader .pcheader_right ul li a p {
  white-space: nowrap;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  transition: ease 0.65s;
  display: inline-block;
  transform-style: preserve-3d;
  position: relative;
  pointer-events: none;
  margin: 0;
}
.pcheader .pcheader_right ul li a span {
  font-family: enfont;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 20px) rotateX(-180deg) rotateZ(-35deg);
  font-weight: bold;
  opacity: 0;
  transition: ease 0.65s;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  transform-style: preserve-3d;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  display: block;
  pointer-events: none;
}
.pcheader .pcheader_right ul li a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -2px;
  transition: ease 0.65s;
  opacity: 0;
  transform: translateX(-20px);
  z-index: 2;
}
.pcheader .pcheader_right ul li a::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -2px;
  transition: ease 0.65s;
  opacity: 0;
  transform: translateX(20px);
  z-index: 2;
}
.pcheader .pcheader_right ul li a:hover p,
.pcheader .pcheader_right ul li a.curr p {
  transform: translateY(-20px) rotateX(-180deg) rotateZ(35deg);
  opacity: 0;
}
.pcheader .pcheader_right ul li a:hover span,
.pcheader .pcheader_right ul li a.curr span {
  transform: translate(-50%, -50%) rotateX(0) rotateZ(0);
  opacity: 1;
}
.pcheader .pcheader_right ul li a:hover::before,
.pcheader .pcheader_right ul li a:hover::after,
.pcheader .pcheader_right ul li a.curr::before,
.pcheader .pcheader_right ul li a.curr::after {
  transform: translateX(0);
  opacity: 1;
}
.pcheader .pcheader_right ul li a.curr:hover::before {
  animation: shake 1s infinite;
}
.pcheader .pcheader_right ul li a.curr:hover::after {
  animation: shake2 1s infinite;
}
.pcheader .pcheader_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.pcheader.curr .pcheader_bg {
  background: rgba(255, 255, 255, 0.85);
  opacity: 1;
}
.pcheader.curr .pcheader_left a .pc_logo_w {
  opacity: 0;
}
.pcheader.curr .pcheader_left a .pc_logo_b {
  opacity: 1;
}
.pcheader.curr .pcheader_right ul li a p {
  color: #2b2b2b;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0);
}
.pcheader.curr .pcheader_right ul li a span {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0);
}
.pcheader.curr .pcheader_right ul li a.curr p {
  color: #305C4F;
}
.pcheader.curr .pcheader_right ul li a.curr span {
  color: #305C4F;
}
.pcheader.curr .pcheader_right ul li a:after {
  background: #305C4F;
}
.pcheader.curr .pcheader_right ul li a:before {
  background: #305C4F;
}
.pcheader.curr .pcheader_right ul li a:hover p {
  color: #305C4F;
}
.pcheader.curr .pcheader_right ul li a:hover span {
  color: #305C4F;
}
.pcheader.white .pcheader_left a .pc_logo_w {
  opacity: 1;
}
.pcheader.white .pcheader_left a .pc_logo_b {
  opacity: 0;
}
.pcheader.white .pcheader_right ul li a::after {
  background: #fff;
}
.pcheader.white .pcheader_right ul li a::before {
  background: #fff;
}
.pcheader.white .pcheader_right ul li a p {
  color: #fff;
}
.pcheader.white .pcheader_right ul li a span {
  color: #fff;
}
.pcheader.white .pcheader_bg {
  background: rgba(14, 14, 14, 0);
}
.pcheader.white.curr .pcheader_bg {
  background: #0e0e0e;
  opacity: 0.9;
}
.pcheader.white.curr .pcheader_right ul li a::after {
  background: #fff;
}
.pcheader.white.curr .pcheader_right ul li a::before {
  background: #fff;
}
.pcheader.white.curr .pcheader_right ul li a p {
  color: #fff;
}
.pcheader.white.curr .pcheader_right ul li a span {
  color: #fff;
}
.pcheader_kong {
  height: 9rem;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shake2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.header_md {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header_md .header_md_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.6rem;
  padding: 0 4rem 0 8rem;
  background: #0E0E0E;
}
.header_md .header_md_top .mdlogo {
  width: 16rem;
  position: relative;
}
.header_md .header_md_top .mdlogo img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.header_md .header_md_top .mdlogo .md_logo_b {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header_md .header_md_top .md_menu {
  display: flex;
  align-items: center;
}
.header_md .header_md_top .md_menu p {
  color: #fff;
  font-family: enfont;
  font-size: 2.2rem;
  transform: translateY(0rem);
}
.header_md .header_md_top .md_btn {
  display: flex;
  align-items: center;
}
.header_md .header_md_top .md_btn .md_lang {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2.6rem;
}
.header_md .header_md_top .md_btn .md_lang i {
  margin-right: 2px;
  font-size: 2.8rem;
}
.header_md .header_md_top .md_btn .md_lang img {
  width: 2.8rem;
  margin-right: 0.5rem;
}
.header_md .header_md_top .md_btn .md_lang span {
  font-size: 2.4rem;
}
.header_md .header_md_top .md_btn .md_search {
  font-size: 2rem;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.header_md .header_md_top .md_btn .md_search i {
  font-size: 3rem;
}
.header_md .header_md_top .md_menu_pop {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 3.5rem;
  height: 2.2rem;
  flex-shrink: 0;
  margin-left: 1rem;
  cursor: pointer;
}
.header_md .header_md_top .md_menu_pop span {
  display: block;
  height: 0.2rem;
  width: 100%;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.header_md .header_md_top .md_menu_pop.curr .line2 {
  width: 0%;
  opacity: 0;
}
.header_md .header_md_top .md_menu_pop.curr .line1 {
  transform: rotate(45deg) translate(-0.3rem, 0);
  transform-origin: left;
}
.header_md .header_md_top .md_menu_pop.curr .line3 {
  transform: rotate(-45deg) translate(-0.3rem, 0);
  transform-origin: left;
}
.header_md .header_md_body {
  background: #0E0E0E;
  display: none;
  height: calc(100vh - 8rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.header_md .header_md_body ul {
  width: 100%;
}
.header_md .header_md_body li {
  width: 100%;
  padding: 0 5rem;
  border-bottom: 1px solid #999;
}
.header_md .header_md_body .md_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
}
.header_md .header_md_body .md_nav p {
  color: #fff;
  font-size: 2.2rem;
}
.header_md .header_md_body .md_nav i {
  color: #fff;
  font-size: 2.2rem;
  transition: 0.2s all ease-in;
}
.header_md .header_md_body .md_nav i.curr {
  transform: rotate(90deg);
}
.header_md .header_md_body .md_xhr {
  display: none;
}
.header_md .header_md_body .md_xhr .md_nav {
  border-top: 1px solid #999;
  height: 8rem;
}
.header_md .header_md_body .md_xhr .md_nav p {
  font-size: 2.2rem;
  color: #a3a3a3;
}
.header_md .header_md_body .md_xhr .md_nav .md_xhr-right {
  display: flex;
  align-items: center;
}
.header_md .header_md_body .md_xhr .md_nav span {
  color: #dddddd;
  font-size: 1.6rem;
}
.header_md .header_md_body .md_xhr > .md_nav {
  padding-left: 2.5rem;
}
.header_md .header_md_body .md_xhr .md_xhr > .md_nav {
  padding-left: 4rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 6rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 8rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 10rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 12rem;
}
.header_md .headermd_langpop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.header_md .headermd_langpop ul {
  width: 60%;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 2rem;
  position: relative;
}
.header_md .headermd_langpop a {
  font-size: 3rem;
  display: block;
  color: #2b2b2b;
}
.header_md .headermd_langpop li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  border-bottom: 1px solid #eee;
}
.header_md .headermd_langpop li:last-child {
  border-bottom: none;
}
.header_md .headermd_langpop .xhi {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2.6rem;
}
.header_md {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header_md {
    display: block;
  }
  .pcheader {
    display: none;
  }
  .pcheader_kong {
    height: 6.6rem;
    display: block!important;
  }
  .pcheader_kong2 {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .header_md .header_md_top {
    padding: 0 3rem 0 4rem;
  }
  .header_md .header_md_top .mdlogo {
    width: 12rem;
  }
}
.xhfooter {
  padding: 8rem 7rem 0 7rem;
  width: 100%;
  background: #000000;
  position: relative;
  z-index: 10;
}
.xhfooter .footer_main {
  display: flex;
  padding-bottom: 5rem;
  justify-content: space-between;
  border-bottom: 1px solid #191919;
}
.xhfooter .footer_main h3 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2rem;
}
.xhfooter .footer_left .footer_left_ul li {
  display: flex;
  align-items: center;
  text-transform: initial;
  padding: 1rem 0;
}
.xhfooter .footer_left .footer_left_ul li span {
  white-space: nowrap;
  color: #fff;
  font-size: 1.4rem;
  text-transform: initial;
}
.xhfooter .footer_left .footer_left_ul li a {
  color: #fff;
  font-size: 1.4rem;
  text-transform: initial;
}
.xhfooter .footer_left .lang_select {
  margin-top: 3rem;
  position: relative;
  width: 16rem;
}
.xhfooter .footer_left .lang_select .mfont {
  cursor: pointer;
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
}
.xhfooter .footer_left .lang_select .mfont p {
  color: #fff;
  font-size: 1.4rem;
  user-select: none;
}
.xhfooter .footer_left .lang_select .mfont i {
  color: #fff;
  font-size: 1.4rem;
}
.xhfooter .footer_left .lang_select ul {
  width: 16rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.xhfooter .footer_left .lang_select ul li {
  padding: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.xhfooter .footer_left .lang_select ul li a {
  color: #ebebeb;
  font-size: 1.4rem;
}
.xhfooter .footer_left .lang_select ul li:hover {
  background: #3b3b3b;
}
.xhfooter .footer_left .lang_select:hover ul {
  display: block;
}
.xhfooter .footer_icp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
.xhfooter .footer_icp p {
  color: #7a7a7a;
  font-size: 1.4rem;
}
.xhfooter .footer_icp a {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  color: #7a7a7a;
  font-size: 1.4rem;
}
.xhfooter .footer_icp img {
  margin-right: 0.5rem;
}
.xhfooter .footer_right ul {
  display: flex;
}
.xhfooter .footer_right ul li {
  margin-right: 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.xhfooter .footer_right ul li .mimg {
  background: #fff;
  padding: 0.5rem;
}
.xhfooter .footer_right ul li .mimg img {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
}
.xhfooter .footer_right ul li p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  opacity: 0.9;
  margin-top: 1rem;
}
.xhfooter .footer_right ul li:last-child {
  margin-right: 0;
}
