
button,
input,
select,
textarea {
  font-family: 'Arial', '微软雅黑', sans-serif;
}
.search:hover .search-down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  margin-top: 0;
}
.search-down {
  position: absolute;
  right: -10px;
  top: 100%;
  margin-top: 30px;
  /* padding-top: 18px; */
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: unset;
}
.search-down .text {
  padding: 0 22px;
  width: 160px;
  height: 42px;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 24px;
  color: #666666;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.search-down svg.sub {
  pointer-events: none;
}
.search-down input.sub {
  opacity: 0;
  z-index: 5;
}
.search-down .sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 42px;
  border: none;
  outline: none;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-down .sub:hover {
  color: var(--color1);
}
.search-result {
  padding: 2vw 0 1vw;
}
.search-list li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.search-list li a {
  display: block;
  padding: 20px 100px 20px 0;
}
.search-list li a time {
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
  color: #898989;
  font-size: 14px;
}
.search-list li a span {
  position: relative;
  z-index: 2;
  display: block;
  color: #333;
  padding-left: 1em;
}
.search-list li a:hover span {
  position: relative;
  z-index: 2;
  display: block;
  color: var(--color1);
}
.search-list li span:before {
  top: 50%;
  margin-top: -3px;
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color1);
}
.emptyList {
  padding: 5px;
  line-height: 2;
}
.pageLoad._paused .pageLoad_ani {
  display: none;
}
.pbanner {
  padding-bottom: 48%;
  height: 0;
}
._ysq_plate1Swiper ._ysq_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
._ysq_plate1Swiper ._ysq_item .itemIn {
  position: relative;
  background-color: #F8F8F8;
}
._ysq_plate1Swiper ._ysq_item ._bg {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
}
._ysq_plate1Swiper ._ysq_item ._bg > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
._ysq_plate1Swiper ._ysq_item ._info {
  position: absolute;
  top: .8rem;
  left: .45rem;
  pointer-events: none;
  max-width: 45%;
}
._ysq_plate1Swiper ._ysq_item ._info ._title ._name {
  font-size: .3rem;
  font-weight: bold;
  line-height: 1;
}
._ysq_plate1Swiper ._ysq_item ._info ._title ._p {
  margin-top: .15rem;
}
._ysq_plate1Swiper ._ysq_item ._info ._type {
  margin-top: .45rem;
}
._ysq_plate1Swiper ._ysq_item ._info ._type > a {
  width: 1.22rem;
  height: .37rem;
  margin-top: .22rem;
  color: #262626;
  position: relative;
  z-index: 2;
  line-height: .37rem;
  text-align: center;
  border-radius: .37rem;
  overflow: hidden;
  pointer-events: auto;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}
._ysq_plate1Swiper ._ysq_item ._info ._type > a:first-of-type {
  margin-top: 0;
}
._ysq_plate1Swiper ._ysq_item ._info ._type > a:before,
._ysq_plate1Swiper ._ysq_item ._info ._type > a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
._ysq_plate1Swiper ._ysq_item ._info ._type > a:before {
  height: 100%;
  border: 1px solid #262626;
  border-radius: .37rem;
  z-index: -2;
}
._ysq_plate1Swiper ._ysq_item ._info ._type > a:after {
  height: 0;
  background-color: var(--color1);
  z-index: -1;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
._ysq_plate1Swiper ._ysq_item ._info ._more {
  margin-top: .55rem;
}
._ysq_plate1Swiper ._ysq_item ._info ._more > a {
  width: 24px;
  height: 24px;
  border: 1.29px solid #262626;
  color: #262626;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
._ysq_plate1Swiper ._ysq_item:nth-child(1n+2) {
  margin-left: 2%;
}
._ysq_plate1Swiper ._ysq_item._i1 .itemIn,
._ysq_plate1Swiper ._ysq_item._i2 .itemIn {
  height: 100%;
}
._ysq_plate1Swiper ._ysq_item._i1 ._bg,
._ysq_plate1Swiper ._ysq_item._i2 ._bg {
  padding-bottom: 100%;
}
._ysq_plate1Swiper ._ysq_item._i3 .itemIn {
  height: ;
}
._ysq_plate1Swiper ._ysq_item._i3 .itemIn:nth-child(1n+2) {
  margin-top: 6.25%;
}
._ysq_plate1Swiper ._ysq_item._i3 ._bg {
  padding-bottom: 46.875%;
}
@media screen and (min-width: 1025px) {
  ._ysq_plate1Swiper ._ysq_item .itemIn:hover ._name {
    color: var(--color1) !important;
  }
  ._ysq_plate1Swiper ._ysq_item .itemIn:hover ._bg > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  ._ysq_plate1Swiper ._ysq_item ._info ._type > a:hover {
    color: #fff;
  }
  ._ysq_plate1Swiper ._ysq_item ._info ._type > a:hover:after {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  ._ysq_plate1Swiper ._ysq_item._i3 .itemIn:nth-child(1n+2) {
    margin-top: 4.08163265%;
  }
  ._ysq_plate1Swiper ._ysq_item._i3 ._bg {
    padding-bottom: 47.95918367%;
  }
}
@media screen and (max-width: 560px) {
  ._ysq_plate1Swiper ._ysq_item._i3 .itemIn:nth-child(1n+2) {
    margin-top: 2%;
  }
  ._ysq_plate1Swiper ._ysq_item._i3 ._bg {
    padding-bottom: 49%;
  }
}
#storeMap {
  z-index: 1;
}
.pdeVideo {
  margin-top: 0.6rem;
}
.pdeVideo ._video {
  width: 100%;
  display: block;
}
.pdeVideo ._video::-internal-media-controls-download-button {
  display: none;
}
.pdeVideo ._video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.pdeVideo ._video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
.pdeVideo ._video::-webkit-media-controls,
.pdeVideo ._video::-ms-media-controls,
.pdeVideo ._video::-moz-media-controls,
.pdeVideo ._video::-webkit-media-controls-enclosure {
  display: none !important;
}
.pdeVideo ._video::-webkit-media-controls-panel,
.pdeVideo ._video::-webkit-media-controls-panel-container,
.pdeVideo ._video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
@media screen and (min-width: 1025px) {
  .pdeVideo ._video {
    pointer-events: none;
  }
}
.productList ._item ._img {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .plate5Cnt ._list ._item ._img > img,
  .plate3Box ._cnt ._list ._item ._img > img,
  .productList ._item ._img > img,
  .plate5Cnt ._list ._item ._name,
  .plate3Box ._cnt ._list ._item ._name,
  .productList ._item ._name,
  .plate5Cnt ._list ._item ._title,
  .plate3Box ._cnt ._list ._item ._title,
  .productList ._item ._title {
    -webkit-transition: all 320ms ease-out 0s;
    transition: all 320ms ease-out 0s;
  }
  .plate5Cnt ._list ._item:hover ._name,
  .plate3Box ._cnt ._list ._item:hover ._name,
  .productList ._item:hover ._name,
  .plate5Cnt ._list ._item:hover ._title,
  .plate3Box ._cnt ._list ._item:hover ._title,
  .productList ._item:hover ._title {
    color: var(--color1) !important;
  }
  .plate5Cnt ._list ._item:hover ._img > img,
  .plate3Box ._cnt ._list ._item:hover ._img > img,
  .productList ._item:hover ._img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .masterTitle1 ._enBg {
    font-size: 1rem;
  }
  .plate1Top {
    display: block;
  }
  .plate1Tab {
    display: none;
  }
  .plate2 {
    padding-top: 0;
    margin-top: 0.8rem;
  }
  .plate2Box {
    padding-bottom: 0;
    height: auto;
  }
  .plate2Box ._info {
    position: relative;
    top: 0;
    -webkit-transform: none !important;
            transform: none !important;
    width: auto;
    right: 0;
    padding: 0.6rem 0.4rem;
  }
  .plate2Box ._info ._cn {
    font-size: 0.32rem !important;
  }
  .plate2Box ._info ._en {
    font-size: 0.24rem !important;
  }
  .plate3 {
    padding: 0.6rem 0;
  }
  .plate3Box {
    display: block;
  }
  .plate3Box ._info {
    width: 100%;
    padding: 0.6rem 0 1rem;
  }
  .plate3Box ._info ._line {
    margin-top: 0.6rem;
  }
  .plate3Box ._info ._more {
    margin-top: 0.5rem;
  }
  .plate3Box ._cnt {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.6rem 0.3rem;
  }
  .plate3Box ._cnt ._list {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .plate3Box ._cnt ._list ._item:nth-child(1n+1) {
    width: 100%;
  }
  .plate3Box ._cnt ._list ._item:nth-child(1n+1) ._img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
    padding-bottom: 62.5%;
  }
  .plate3Box ._cnt ._list ._item:nth-child(1n+1) ._text {
    margin-top: 0.5rem;
  }
  .plate3Box ._cnt ._list ._item:nth-child(1n+1) ._text ._line {
    position: relative;
    top: auto;
  }
  .plate3Box ._cnt ._list ._item:nth-child(1n+2) {
    margin-top: 0.4rem;
  }
  .plate3Box ._cnt ._enBg {
    pointer-events: none !important;
    z-index: -1;
  }
  .plate3Box ._cnt ._more {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    bottom: auto;
    margin-top: 0.4rem;
  }
  .plate4 ._info {
    padding: 0.8rem .4rem;
  }
  .plate5 {
    padding: 0.8rem 0;
  }
  .plate5Cnt ._books {
    display: none;
  }
  .plate5Cnt ._list {
    padding-left: 0;
    width: 100%;
  }
  .plate5Cnt ._list > div {
    display: block;
  }
  .plate5Cnt ._list ._item:nth-child(1n+1) {
    width: 100%;
  }
  .plate5Cnt ._list ._item:nth-child(1n+1) ._more {
    margin-top: 0.3rem;
  }
  .plate5Cnt ._list ._item:nth-child(1n+2) {
    margin-top: 0.6rem;
  }
  .ftNav > div {
    width: 100%;
  }
  .ftBt {
    line-height: 1.5;
  }
  .pdt1Tab {
    padding: 0.4rem 0;
  }
  .pdt1Tab > div {
    display: block;
  }
  .pdt1Tab ._type {
    margin-top: 0.2rem;
  }
  .pdt1Tab .slideType ._item {
    margin-left: 0;
  }
  .pdt1Tab .slideType .swiper-slide {
    margin-right: 0.2rem;
  }
  .soe3Info ._list ._item {
    width: 49%;
    background-color: #f8f8f8;
    margin-bottom: 2%;
  }
  .soe3Info ._list ._item:nth-child(2n+2) {
    margin-left: 2%;
  }
  .soe3Info ._list ._item:last-child {
    margin-bottom: 0;
  }
  .newsList ._item > a {
    padding: 0.4rem 0;
  }
  .newsList ._item ._info ._txt {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .aot5List ._item ._number ._val span {
    font-size: 0.48rem;
  }
  .aot5List ._item ._number ._unit {
    font-size: 14px;
  }
  .aot5List ._item ._name {
    font-size: 12px;
  }
}
._m_show {
  display: none;
}
@media screen and (max-width: 1024px) {
  ._m_show {
    display: block !important;
  }
}
.pdt1Tab ._selector {
  position: relative;
  z-index: 2;
}
.pdt1Tab ._selector ._hide {
  display: none;
  position: absolute;
  left: -0.1em;
  top: 100%;
  padding: .5em 0;
  width: auto;
  background-color: #fff;
}
.pdt1Tab ._selector ._hide ._btn {
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
  display: block;
  color: inherit;
  padding: .1em;
}
.pdt1Tab ._selector ._hide ._btn:nth-child(1n+2) {
  margin-top: .25em;
}
.pdt1Tab ._selector ._hide ._btn:hover {
  color: var(--color1);
}
.pdt1Tab ._selector ._hide ._btn.on {
  display: none;
}
.pdt1Tab ._type {
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin-left: .6rem;
}
.pdt1Tab ._type > ._box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.pdt1Tab ._type > ._box.on {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pdt1Tab ._type {
    margin-left: 0;
  }
}


.richText img {height: auto !important;}
