@charset "utf-8";

* {
  -webkit-text-size-adjust: none
}
body {
  font-size: 0.81em;
    font-family: "sinkin-sans", Noto Sans SC, "Microsoft Yahei", PingFangSC-Regular, sans-serif;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select {
    font-family: "sinkin-sans", Noto Sans SC, "Microsoft Yahei", PingFangSC-Regular, sans-serif;
}

html, body {
  overflow-x: hidden;
}


#device_change {
  border: 1px solid #666;
  font-size: 3.5em;
  box-shadow: none
}
:root {
  --primary: #0088e9;
  --second: #00ffff;
    --blackcolor:#000;
    --whitecolor:#fff;
    --graycolor:#666;
    --lightgray:#ccc;
    --middlegray:#666;
    --heavygray:#333;
    --54fontsize: 54px;
    --boldweight: 700;
}
/* ========================== HEADER */
#sh_hd {
  z-index: 10;
  position: absolute;
  width: 100%
}

#sh_hd_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  zoom: 1
}
#sh_hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
/* ========================== MAIN */
#sh_fullpage article {
  overflow: hidden;
  position: relative;
  min-width: 1400px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 1.8;
}
#fp-nav {
  position: fixed;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  transition: all .2s;
    opacity: 0;
}
#fp-nav li .fp-tooltip {
  display: none
}
#fp-nav li {
  height: 33px;
  margin: 20px 0
}
#fp-nav li a {
  display: block;
  position: relative;
  width: 5px;
  height: 5px;
  font-size: 0;
  border-radius: 50px;
  background: #fff
}
#fp-nav li a:after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 33px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 15%);
  transform: translate(-50%, -50%);
  transition: width .2s
}
#fp-nav li a.active:after {
  opacity: 1
}
#fp-nav li:last-child {
  display: none
}
.fp-auto-height, .fp-auto-height .fp-tableCell {
  height: auto !important
}
.fp-viewing-01 #fp-nav {
  display: none
}
.fp-viewing-03 #fp-nav, .fp-viewing-05 #fp-nav, .fp-viewing-last #fp-nav {
  opacity: 0
}
.fp-viewing-02 #shResv, .fp-viewing-05 #shResv {
  opacity: 0
}
/* ========================== CONTAINER */
#sh_container {
  z-index: 0;
  position: relative;
  width: 100%;
  min-width: 1380px
}
#sh_container_wrapper {
  position: relative;
  width: 100%;
  zoom: 1
}
#sh_container_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
/* ========================== SUB */
#sub_main_banner {
  animation: main 60s linear infinite
}
@keyframes main {
  from {
    background-position: top center
  }
  50% {
    background-position: bottom center
  }
  100% {
    background-position: top center
  }
}

#sh_aside {
  position: relative;
  z-index: 25;
  width: 1300px;
  margin: -70px auto 0;
  font-weight: 600;
  background-color: #fff
}
#sh_aside:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1
}
#sh_aside_wrapper {
  overflow: hidden;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  zoom: 1
}
/* ========================== CONTENT */
#sh_content {
  position: relative;
  z-index: 4;
  width: 1200px;
  min-height: 580px;
  padding: 0;
  margin: 70px auto 40px;
  font-size: 14px;
  color: #888;
  zoom: 1
}
#sh_content:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
/* ========================== FOOTER */
#sh_ft {
  position: relative;
  line-height: 1.5;
      background: linear-gradient(90deg, #00163f, #006c86 70%);
}
#sh_ft .txt {
  padding: 85px 3%;
  font-size: 15px;
  color: #fff;
  /*text-align: center;*/
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#sh_ft .txt a img {
  height: 50px;
}
#sh_ft .txt ul {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    width: 50%;
  /*margin-top: 30px*/
}
#sh_ft .txt ul li {
  display: flex;
  flex-direction: column;
}


#sh_ft .txt ul li:nth-child(2) {
  width: 150px;
}



#sh_ft .txt ul li .problock {
  display: flex;
  flex-direction: column;
}
#sh_ft .txt ul li .tit {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
        color: rgba(255, 255, 255, 1);
}
#sh_ft .txt ul .qcode img {
  width: 120px;
}
#sh_ft .txt ul a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  transition: all .3s;
line-height: 1.4;
    margin-bottom: 6px;
}
#sh_ft .txt ul a:hover {
  color: rgba(255, 255, 255, 1);
}


#sh_ft .qrcodeblock {
  width: 10%;
  margin-left: 5%;
}

#sh_ft .qrcodeblock .qrcode_img img{
    width: 100%;
}

#sh_ft .qrcodeblock .qrcode_txt{
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-top: 5px;
}



#sh_ft .txt .info {
  /* margin: 25px 0;*/
    color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}


#sh_ft .txt .contr {
  display: flex;
    align-items: center;
    margin-top: 10px;
    border: rgba(255,255,255,0.1) 1px solid;
}

#sh_ft .txt .contr .ewm{
    margin-right: 20px;
}

#sh_ft .txt .contr .ewm img{
  width: 100px;
}




#sh_ft .txt .info .problock {
  width: 590px;
}
#sh_ft .txt .info .problock a {
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}
#sh_ft .txt .info .tit {
    color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}
#sh_ft .txt .ntc {
  /*
    opacity: .8;
    margin-top: 44px;
    */
  line-height: 1.8;
}
#sh_ft .txt .ntc .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

#sh_ft .txt .ntc .problock {
  color: rgba(255, 255, 255, 0.7);
}


#sh_ft .txt .ntc .tit img {
  height: 120px;
}
#sh_ft .txt .ntc .problock a {
  color: #fff;
  margin-right: 10px;
}
#sh_ft .topfoot {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  font-size: 15px;
  color: rgba(255, 255, 255, .7);
}
#sh_ft .topfoot .footblock {
  border-bottom: rgba(255, 255, 255, .1) 1px solid;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 90px 0 40px 0;
}
#sh_ft .topfoot .footblock p {
  color: #fff;
font-size: 17px;
    font-weight: 600;
}
#sh_ft .topfoot .footblock a {
  color: rgba(255, 255, 255, .7);
}
#sh_ft .inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 3% 60px;
  font-size: 15px;
  color: rgba(255, 255, 255, .7);
  background: linear-gradient(90deg, #00163f, #006c86 70%);
}
#sh_ft .inner a {
  color: rgba(255, 255, 255, .7);
  font-family: 'Marcellus'
}
#sh_ft .copy a {
  margin: 0 5px
}

@media screen and (max-width: 1400px) {
  #sh_fullpage article{min-width: 100%;}
  #sh_container{min-width: 100%;}
  #sh_ft .txt .info{display: none;}
  #sh_ft .txt ul{width: 80%;}
}
@media screen and (max-width: 1400px) {
  #sh_ft .txt{display: none;}
}