@charset "UTF-8";

@font-face {
	font-family: 'MiSans-Medium';
	src: url(../fonts/MiSans-Medium.ttf);
}

@font-face {
	font-family: 'HarmonyOS';
	src: url(../fonts/HarmonyOS_Sans_SC_Bold.ttf);
}

.icon:before{
    background-image: url(../images/VisualField/icon.png);
    background-size: 1140px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    float: left;
    background-position-x: center;
}

body{
  min-height: 100vh;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
a{color: #383838;}
a:hover{color: #C29C62;}
a:hover, a:visited, a:link, a:active {text-decoration: none;}
li{
  float: left;
  list-style: none;
}
ol, ul, p{
  margin: 0;
  padding: 0;
}
img{max-width:100%;}

@media (max-width:1200px){
  html{font-size: 0.9rem;}
}

/****** topnav ******/
.topnav{
    background: #f5f5f5;
    overflow: hidden;
    font-size: 12px;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 1;
}
.topnav .top-sy.icon:before{
    background-position: 0 -1228px;
    width: 20px;
    height: 15px;
}
.topnav .top-sy.icon:hover:before{background-position: -70px -1228px;}
.topnav a{
    float: left;
    padding: .5rem 1rem;
}
.topnav a:hover{
    opacity: 0.8;
    color: #a0855b;
}
/****** 竖屏 ******/
@media (orientation: portrait){
    .topnav{display:none;}
}
@media (orientation: landscape){
    .topnav{display:block;}
}
/****** topnav end ******/

/* footer */
.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .container{
  width: auto;
  padding-top: 5%;
  padding-bottom: 3%;
}
.foot01{
  position: relative;
  overflow: hidden;
}
.foot01>a{float: left;}
.footer .foot02{color:#808080;font-size:14px;width: 100%;overflow: hidden;margin: 1rem auto;}
.footer .foot02>div{display: inline-block;width: auto;padding: 0 3rem;}
.footer .foot02 img{height:30px;opacity: 0.6;filter: grayscale(100%);-webkit-filter: grayscale(100%);}
.footer .foot02 img:hover{filter: grayscale(0%);-webkit-filter: grayscale(0%);}
.footer img{height: 80px;}
.footer .right{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  overflow: hidden;
}
.footer .right li{
  padding: 0 60px;
  text-align: center;
  color: #808080;
  font-size: 12px;
  border-right: 1px #e5e5e5 solid;
  flex-basis: auto;
  width: auto;
}
.footer .right li:last-child{
  padding-right: 0;
  border: none;
}
.footer .f-digital{
  color: #383838;
  font-family: 'MiSans-Medium';
  font-size: 24px;
}
.copyright{
  padding: 2% 0 0;
  text-align: center;
  border-top: 1px #e5e5e5 solid;
  margin-top: 3%;
}
.copyright p{
  margin-bottom: 0;
  font-size: 12px;
  color: #808080;
}

@media (max-width: 1023px){
  .footer .container{
    text-align: center;
    padding-top: 8%;
  }
}
@media (max-width: 900px){
  .footer .f-digital{font-size: 20px;}
}

@media (max-width: 780px){
  .footer .container{padding-top: 12%;}
  .foot01>a{float: none;}
  .footer img{
    height: auto;
    width: 30%;
  }
  .footer .right{
    width: 100%;
    padding: 0;
    float: revert;
    margin: 1% auto 0;
    position: revert;
  }
  .footer .right li{
    padding: 0 3%;
    font-size: 14px;
    margin-bottom: 6%;
    border-right: dotted 1px #e5e5e5;
    line-height: 1.5;
    float: left;
    margin-top: 6%;
  }
  .footer .foot02 img{
    height: 20px;
    width: auto;
  }
  .footer .foot02>div{margin-bottom:0.8rem;}
  .copyright{padding-top: 5%;}
  .copyright p,.copyright a{color: #999;}
}
@media (max-width: 680px){
  .footer .container{/* padding: 12% 5% 3%; */}
}
@media (max-width: 540px){
  .footer img{width: 40%;}
  .footer .f-digital{font-size: 15px;}
}

/* footer end */

/* fixedbtn */
.fixed_right{
  position: fixed;
  z-index: 8;
  bottom: 30vh;
  right: 5vw;
}
.fixedbtn{
  border-radius: 100%;
  border: none;
  width: 60px;
  height: 60px;
  font-size: 0;
  color: #9a9a9a;
  cursor: pointer;
  /* display: none; */
  background-color: rgba(229,229,229,0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  display: block;
  position: relative;
}
.fixedbtn[onclick="returnTop()"]{background-image: url(../images/retop.svg);margin-top: 2vh;}
.fixedbtn:focus,.fixedbtn:hover{
  color: #FF5722;
  border: none;
  outline: none;
}
.fixedbtn img{width: 22px;position:absolute;left:0;right:0;top:0;bottom:0;margin: auto;}
/* fixedbtn end */

/* header */
.top-wrapper{
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 170px;
}
.top-wrapper.over{}
.top-wrapper.over .top{
  padding: 10px 5%;
  position: fixed;
  top: 0;
  height: auto;
  background: rgba(255,255,255,0.95);
}
.top-wrapper.over .top .logo{height: 60px;}
.top-wrapper .top{
  width: 100%;
  background-color: white;
  z-index: 100;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px #E5E5E5 solid;
  height: 170px;
  padding-left: 5%;
  padding-right: 5%;
}
.top-wrapper .top .wrap{
  position: relative;
  overflow: hidden;
}
.top-wrapper .top .logo{height: 100px;}
.top-wrapper .top #logo{float: left;}
.top-wrapper .scroller{width:auto !important;}
.top-wrapper .top .right {
    text-align: center;
    overflow: hidden;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-wrapper .top .right a{
  margin: 0 10px;
  padding: 15px;
  position: relative;
  float: left;
  font-weight: normal;
}
.top-wrapper .top .right a.active{font-weight: bold;}
.top-wrapper .top .right a.active:after{
  border-bottom: 3px #C29C62 solid;
  width: 35px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sticky {
    list-style-type: none;
    position: fixed;
    margin-top: -15vh;
}
.icon-close {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 10px;
    cursor: pointer;
}
.top-wrapper .top a.btn-menu-burger{
  display: none;
  margin: 0;
  padding: 0;
}
.top-wrapper .top .right .icon-menu {
    width: 18px;
    margin-top: -2px;
}
a.btn-menu-burger .icon-close {display: none;}
body.open-tray-menu a.btn-menu-burger .icon-close {display: inline-block;}
.top-wrapper .top .right a.btn-menu-burger>i.icon-close {
    width: 22px;
    top: 3px;
    left: 0;
    position: absolute;
}
body.open-tray-menu a.btn-menu-burger .icon-menu {opacity: 0 !important;}
.icon-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-close::before, .icon-close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 95%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}
.tray-menu--mask {
    display: block;
    content: '';
    position: fixed;
    z-index: 9998;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    -o-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
}
body.open-tray-menu .tray-menu--mask {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
    transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
}
.tray-menu {
    position: fixed;
    z-index: 9999;
    width: calc(100% - 60px);
    left: -100%;
    right: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 0 20px 20px;
    -webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    -o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
}
body.open-tray-menu .tray-menu {
    left: 0;
    -webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    -o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
}
.tray-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: revert;
}
.tray-menu .menu-level {
    padding: 0 20px;
    position: absolute;
    display: inline-block;
    float: none;
    width: 100%;
    list-style: none;
    margin: 0;
    left: -100%;
    -webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
    -o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
    transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
}
.tray-menu .menu-current {left: 0;}
.tray-menu .menu-in {left: 0;}
.tray-menu .main>li:first-child {margin: 35px auto 65px;}
.tray-menu .main>li:first-child .logo{
  height: 70px;
  padding-left: 1rem;
}
.tray-menu .main .first-nav .padder {height: 16px;}
.tray-menu ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #282828;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px){
  .top-wrapper .top .right a{
    margin: 0 5px;
    /* padding: 15px 12px; */
  }
}
@media (max-width: 1023px){
  .top-wrapper{height: 75px;}
  .top-wrapper .top{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 75px;
  }
  .top-wrapper.over .top{}
  .top-wrapper .top .logo{
    width: 120px;
    height: auto !important;
  }
  .top-wrapper .top.primary .right {right: 0;}
  .top-wrapper .top a.btn-menu-burger{display: block;}
  .top-wrapper .top.primary .hidden-sm {display: none;}
  .top-wrapper .top.primary>a, .top-wrapper .top.primary .right{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
  }
  .top-wrapper .top.primary .right a {margin-left: 20px;}
}
/* header end */
