@charset "utf-8";
* {
  margin: 0 auto;
  padding: 0px;
  border: 0px;
  list-style-type: none;
  text-decoration: none;
}
html {
  margin: 0 auto;
  font-family: "Source Han Sans";
}
img {
  display: block;
}
body{
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  font-size: 62.5%;
  padding-bottom: 1.2rem;
  background-color: #f8f8f8;
	color: #4D4D4D;
}


.header{width: 100%;z-index: 99999;background-color: #FFF;overflow: hidden;}
.logo{width: 50%; float: left;margin:0% 0% 0% 2%;}
.logo img{width: 100%;}
.left_2{float: left;width: 5%; margin-left: 28%;margin-top:4.5%;}
.left_2 img{width: 100%;}
.right{float: right;width: 15%;margin-top:4%;}
.right img{float: left;}
.enjoy{width: 36%;margin-left:2%;}
.menu{width: 36%;margin-left:45%;}
.header-model-nav{
  display: none;
  position: absolute;
  top: 1.1rem;
  right: 0;
  z-index: 999;
  width: 100vw;
  background-color: #d1b43d;
  /*opacity: 0.85;*/
  /*padding-bottom: .3rem;*/
}
.header-model-nav>li{
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: .32rem;
  color: #FFF;
  border-bottom:1px solid #FFF;
}
.header-model-nav>li:last-child {
  border-bottom: none;
}
.header-model-nav a{
  color: #FFF;
  padding-left:.6rem;
  display: block;
}


.Footer_top{width: 100%;}
.Footer_top img{width: 100%;}
.Footer_bot{width: 100%; height: 0.5rem; background-color: #4D4D4D;}
.Footer{width: 100%; position: fixed; bottom: 0; height: auto;z-index: 99999;}
.Footer ul{width: 100%;}
.Footer ul li{ float: left;width: 32.666%;height: auto;margin-right: 1%; margin-bottom: 0;padding: 6px 0; background: #d1b43d; text-align: center;}
.Footer ul li:last-child{margin-right: 0;}
.Footer_i .icon1{background: url(../images/icon1.png)center no-repeat;}
.Footer_i .icon2{background: url(../images/icon2.png)center no-repeat;}
.Footer_i .icon3{background: url(../images/icon3.png)center no-repeat;}
.Footer_i i{ width: 0.45rem;height: 0.45rem;display: block;}
.Footer_t{color: #fff;font-size: 0.25rem;margin-top:0.15rem;}