@import"../font/Roboto/main.css";
:root {
  font-size: 17px !important
}
@media(max-width: 1680px) {
  :root {
    font-size: 16px !important
  }
}
@media(max-width: 1440px) {
  :root {
    font-size: 15px !important
  }
}
@media(max-width: 570px) {
  :root {
    font-size: 13px !important
  }
}
.DEFS {
  width: 86%;
  margin-left: auto;
  margin-right: auto
}
@media(max-width: 1240px) {
  .DEFS {
    width: 90%
  }
}
@media(max-width: 570px) {
  .DEFS {
    width: 90%
  }
}
.pc {
  display: block
}
@media(max-width: 570px) {
  .pc {
    display: none
  }
}
.mob {
  display: none
}
@media(max-width: 570px) {
  .mob {
    display: block
  }
}
#GPS .pos {
  margin: 2rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23000000'%3E%3Cpath d='M39.5,43h-9c-1.381,0-2.5-1.119-2.5-2.5v-9c0-1.105-0.895-2-2-2h-4c-1.105,0-2,0.895-2,2v9c0,1.381-1.119,2.5-2.5,2.5h-9 C7.119,43,6,41.881,6,40.5V21.413c0-2.299,1.054-4.471,2.859-5.893L23.071,4.321c0.545-0.428,1.313-0.428,1.857,0L39.142,15.52 C40.947,16.942,42,19.113,42,21.411V40.5C42,41.881,40.881,43,39.5,43z' fill='%23000000'/%3E%3C/svg%3E") no-repeat left center;
  background-size: auto 80%;
  padding: 0 0 0 1.4rem
}
@media(max-width: 768px) {
  #GPS .pos {
    background: none;
    padding: 0
  }
}
#GPS .pos li {
  display: flex;
  align-items: center
}
@media(max-width: 768px) {
  #GPS .pos li {
    font-size: .9rem
  }
  #GPS .pos li:nth-of-type(1) {
    display: none
  }
}
#GPS .pos li::after {
  content: "-";
  padding: 0 .4rem
}
#GPS .pos li:nth-last-of-type(1)::after, #GPS .pos li:nth-of-type(1)::after {
  content: "";
  display: none
}
#GPS .pos li a {
  color: #444
}
@media(max-width: 768px) {
  #GPS .pos li a {
    font-size: .9rem
  }
}
.__page0 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.__page0 .home, .__page0 .last {
  display: none
}
.__page0 .prev, .__page0 .next {
  border: 1px solid #999;
  color: #999;
  border-radius: 10rem;
  min-width: 3vw;
  height: 4vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  cursor: default;
  padding: .3rem 1rem
}
.__page0 .prev::after, .__page0 .next::after {
  content: ""
}
.__page0 .prev:hover, .__page0 .next:hover {
  background: #f0821c;
  border-color: #f0821c;
  color: #fff
}
.__page0 .next::after {
  transform: scaleX(-1)
}
.__page0 .cur, .__page0 .normal {
  margin: 0 .5rem
}
.__page0 .normal {
  padding: .3rem .4rem;
  border: 1px solid #999;
  color: #999;
  min-width: 2rem;
  height: 4vh;
  display: flex;
  align-items: center;
  border-radius: 10rem;
  justify-content: center
}
.__page0 .normal:hover {
  color: #777;
  background: #eee;
  border: 1px solid #777
}
.__page0 .cur {
  color: #fff;
  background: #f0821c;
  min-width: 2rem;
  height: 4vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  cursor: pointer;
  padding: .3rem .4rem;
  font-weight: bold;
  border: 1px solid #f0821c
}
#SUBMENU {
  border-bottom: 1px solid #e6e9ee
}
#SUBMENU .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0;
  justify-content: center
}
@media(max-width: 990px) {
  #SUBMENU .list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap
  }
}
#SUBMENU .list li {
  height: 100%
}
@media(max-width: 768px) {
  #SUBMENU .list li {
    flex: auto
  }
}
#SUBMENU .list li a {
  padding: 1.7rem 2rem;
  color: #333;
  font-size: 1.13rem;
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  z-index: 1;
  transform: translateY(1px);
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: "ease";
  transition-delay: "0s"
}
@media(max-width: 768px) {
  #SUBMENU .list li a {
    padding: 1.3rem 0
  }
}
#SUBMENU .list li a:hover {
  background: #fff7de
}
#SUBMENU .list li a.selected {
  color: #f0821c;
  font-weight: 800;
  border-color: #f0821c
}
.banner_ins {
  position: relative
}
.banner_ins img {
  width: 100%
}
@media(max-width: 768px) {
  .banner_ins img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
  }
}
.banner_ins .zi {
  position: absolute;
  inset: 0;
  z-index: 10
}
.banner_ins .zi .DEFS {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column
}
.banner_ins .zi .t0 {
  font-size: 4rem;
  color: #fff;
  line-height: 1.3
}
@media(max-width: 768px) {
  .banner_ins .zi .t0 {
    font-size: 1.4rem
  }
}
.banner_ins .zi .t1 {
  font-size: 4.3rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3
}
@media(max-width: 768px) {
  .banner_ins .zi .t1 {
    font-size: 1.2rem
  }
}
.ResTitle_a1 {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 70px
}
@media media_m {
  .ResTitle_a1 {
    margin-top: 80px
  }
}
@media screen and (max-width: 640px) {
  .ResTitle_a1 {
    margin-bottom: 56px
  }
}
@media(max-width: 768px) {
  .ResTitle_a1 {
    margin-top: 55px;
    margin-bottom: 40px
  }
}
@media media_m and (max-width: 768px) {
  .ResTitle_a1 {
    margin-top: 44px
  }
}
@media screen and (max-width: 768px)and (max-width: 640px) {
  .ResTitle_a1 {
    margin-bottom: 32px
  }
}
.ResTitle_a1 span {
  display: block;
  font-size: 40px;
  font-weight: 400;
  color: #f0821c;
  line-height: 1
}
@media(max-width: 990px) {
  .ResTitle_a1 span {
    font-size: 36px
  }
}
@media(max-width: 768px) {
  .ResTitle_a1 span {
    font-size: 32px
  }
}
@media(max-width: 768px) {
  .ResTitle_a1 span {
    font-size: 32px
  }
}
@media(max-width: 768px)and (max-width: 990px) {
  .ResTitle_a1 span {
    font-size: 28.8px
  }
}
@media(max-width: 768px)and (max-width: 768px) {
  .ResTitle_a1 span {
    font-size: 25.6px
  }
}
.ResTitle_a1 em {
  color: #999;
  line-height: 1;
  display: none;
  font-size: 14px;
  margin-top: -3px
}
@media(max-width: 990px) {
  .ResTitle_a1 em {
    font-size: 12.6px
  }
}
@media(max-width: 768px) {
  .ResTitle_a1 em {
    font-size: 11.2px
  }
}
@media media_m {
  .ResTitle_a1 em {
    margin-top: -2.4px
  }
}
@media(max-width: 768px) {
  .ResTitle_a1 em {
    font-size: 22px
  }
}
@media(max-width: 768px)and (max-width: 990px) {
  .ResTitle_a1 em {
    font-size: 19.8px
  }
}
@media(max-width: 768px)and (max-width: 768px) {
  .ResTitle_a1 em {
    font-size: 17.6px
  }
}
.ResTitle_a1 br {
  display: none
}
.__noinfo {
  position: relative;
  padding: 20vh 0;
  text-align: center;
  font-size: 20px;
  color: #aaa
}
@media(max-width: 990px) {
  .__noinfo {
    font-size: 18px
  }
}
@media(max-width: 768px) {
  .__noinfo {
    font-size: 16px
  }
}
.page .pageinfo {
  display: none
}
#MASK {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  z-index: 100
}
#M_SEARCH {
  display: none;
  position: fixed;
  opacity: 0;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101
}
#M_SEARCH form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}
#M_SEARCH .close {
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: "ease";
  transition-delay: "0s";
  padding: 6px;
  margin-top: 30px;
  width: 1.8vw;
  height: 1.8vw;
  position: relative;
  display: flex;
  align-items: center;
  transform: rotate(180deg)
}
@media screen and (max-width: 640px) {
  #M_SEARCH .close {
    padding: 4.8px
  }
}
@media media_m {
  #M_SEARCH .close {
    margin-top: 24px
  }
}
#M_SEARCH .close::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #fff;
  transform: rotate(45deg)
}
#M_SEARCH .close::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #fff;
  transform: rotate(-45deg)
}
#M_SEARCH .close:hover {
  transform: rotate(360deg)
}
#M_SEARCH .li0 {
  width: 40%
}
@media(max-width: 990px) {
  #M_SEARCH .li0 {
    width: 70%
  }
}
#M_SEARCH .li0 input {
  width: 100%;
  border: 5px solid #f0821c;
  padding: 14px;
  font-size: 16px;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) inset, 1px 1px 12px rgba(240, 130, 28, .4)
}
@media(max-width: 990px) {
  #M_SEARCH .li0 input {
    font-size: 14.4px
  }
}
@media(max-width: 768px) {
  #M_SEARCH .li0 input {
    font-size: 12.8px
  }
}
#M_SEARCH .li1 {
  width: 40%;
  margin: 1rem 0;
  color: #fafafa
}
#M_SEARCH .li1 a {
  color: #fafafa;
  margin: 0 1rem 0 0
}
#M_SEARCH .li1 a:hover {
  color: #f0821c
}
.BannerShow_b1 img {
  width: 100%
}
.BannerShow_c1 img {
  width: 100%
}
._TIS_ {
  position: absolute;
  left: 80%;
  top: 30%;
  width: 16px;
  height: 16px;
  display: flex;
  background: rgba(230, 29, 27, .4);
  border-radius: 100px;
  animation: zoom0 4s ease-in-out infinite
}
._TIS_:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 100px;
  display: inline-flex;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, .8);
  animation: zoom1 7s ease-in-out infinite
}
._TIS_::before {
  content: "";
  z-index: 3;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100px;
  display: inline-flex;
  width: 4px;
  height: 4px;
  background: rgba(230, 29, 27, .8);
  animation: zoom1 3s ease-in-out infinite
}
@keyframes zoom0 {
  0% {
    transform: scale(0.8)
  }
  25% {
    transform: scale(1.95)
  }
  50% {
    transform: scale(0.8)
  }
  75% {
    transform: scale(1.95)
  }
}
@keyframes zoom1 {
  0% {
    transform: scale(1)
  }
  25% {
    transform: scale(1.5)
  }
  50% {
    transform: scale(2.6)
  }
  75% {
    transform: scale(1.35)
  }
}
@media(max-width: 570px) {
  ._TIS_ {
    display: none
  }
}
html, body {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #333
}
* {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 0
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
html {
  overflow-x: hidden
}
body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  color: #333
}
@media(max-width: 768px) {
  body {
    padding-top: 58px !important
  }
}
img {
  vertical-align: top
}
img:focus {
  outline: none !important;
  border: rgba(0, 0, 0, 0)
}
img:active {
  outline: none !important;
  border: rgba(0, 0, 0, 0)
}
a {
  color: inherit;
  text-decoration: none
}
a img {
  border: none
}
ul {
  list-style: none
}
ul li {
  list-style: none
}
li {
  list-style: none
}
ol {
  list-style: none
}
h1 {
  font-weight: normal
}
h2 {
  font-weight: normal
}
h3 {
  font-weight: normal
}
h4 {
  font-weight: normal
}
h5 {
  font-weight: normal
}
h6 {
  font-weight: normal
}
em {
  font-style: normal
}
i {
  font-style: normal
}
li {
  clear: unset !important
}
p {
  color: inherit
}
input {
  -webkit-appearance: none;
  border-radius: 0
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0)
}
textarea {
  vertical-align: top;
  -webkit-appearance: none;
  border-radius: 0
}
textarea:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0)
}
select {
  appearance: none;
  -moz-appearance: button;
  -webkit-appearance: none;
  -ms-progress-appearance: none
}
select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0)
}
select::-ms-expand {
  display: none
}
.switch::-ms-expand {
  display: none
}
::-webkit-input-placeholder {
  color: #838383;
  font-size: inherit
}
::-moz-placeholder {
  color: #838383;
  font-size: inherit
}
:-ms-input-placeholder {
  color: #838383;
  font-size: inherit
}
.flex_XY_c {
  display: flex;
  justify-content: center;
  align-items: center
}
.flex_X_c {
  display: flex;
  justify-content: center
}
.flex_sb {
  display: flex;
  justify-content: space-between
}
.dis_n {
  display: none
}
.clear_b {
  clear: both
}
.anchor:target {
  padding-top: 110px !important
}
#DEV_media::after {
  content: "---";
  border: 1px solid #f0821c;
  box-shadow: 0 0 10px rgba(240, 130, 28, .4);
  font-size: 20px;
  color: #333;
  padding: 1vw;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 10000;
  font-family: monospace
}
@media(max-width: 990px) {
  #DEV_media::after {
    font-size: 18px
  }
}
@media(max-width: 768px) {
  #DEV_media::after {
    font-size: 16px
  }
}
@media(max-width: 1680px) {
  #DEV_media::after {
    content: "xxxxl"
  }
}
@media(max-width: 1440px) {
  #DEV_media::after {
    content: "xxxl"
  }
}
@media(max-width: 1240px) {
  #DEV_media::after {
    content: "xxl"
  }
}
@media(max-width: 990px) {
  #DEV_media::after {
    content: "xl"
  }
}
@media(max-width: 768px) {
  #DEV_media::after {
    content: "l"
  }
}
@media(max-width: 570px) {
  #DEV_media::after {
    content: "m"
  }
}
@media(min-width: 1921px) {
  html, body {
    position: relative
  }
  body, html {
    max-width: 1920px;
    margin: 0 auto
  }
  #HEADER, #HEADER_D, #HEADER_MENU {
    max-width: 1920px;
    left: calc(50% - 960px) !important
  }
}
.en .banner_ins .zi .t1 {
  display: none
}
.en .hhh .zh {
  font-size: 3rem !important
}
@media(max-width: 768px) {
  .en .hhh .zh {
    font-size: 8vw !important
  }
}